diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1abf50d0d4625d3b623c53c44f8372a24b261cdb --- /dev/null +++ b/README.md @@ -0,0 +1,607 @@ +--- +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_open_microwave + +## 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:** 392 +- **Total Frames:** 337551 +- **FPS:** 30 +- **Dataset Size:** 7.91 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:** `Catering->Restaurant` +- **Objects:** `microwave oven(white)` + +- **Task Description:** Press the button to open the microwave door with one hand; close the microwave door with the other hand. + + +### Primary Task Instruction +> Press the button to open the microwave door with one hand; close the microwave door with the other hand. + +### 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 +`Catering->Restaurant` + +### Objects +- `microwave oven(white)` + + +## Task Descriptions + +- **Standardized Task Description:** `Press the button to open the microwave door with one hand; close the microwave door with the other hand.` +- **Operation Type:** `fixed_dual_arm` + +- **Environment Type:** `real_world` + +### Sub-Tasks +This dataset includes 1 distinct subtasks: + +1. **Press the button to open the microwave door with one hand; close the microwave door with the other hand.** + + +### Atomic Actions +- `press` +- `push` + + +## 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** | 392 | +| **Total Frames** | 337551 | +| **Total Tasks** | 1 | +| **Total Videos** | 1568 | +| **Total Chunks** | 1 | +| **Chunk Size** | 1000 | +| **FPS** | 30 | +| **State Dimensions** | 34 | +| **Action Dimensions** | 34 | +| **Camera Views** | 4 | +| **Dataset Size** | 7.91 GB | + + +## Data Splits + +The dataset is organized into the following splits: + +- **Training**: Episodes 0:391 + + +## 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_open_microwave_0_qced_hardlink/ +|-- annotations +| |-- eef_acc_mag_annotation.jsonl +| |-- eef_direction_annotation.jsonl +| |-- eef_velocity_annotation.jsonl +| |-- gripper_activity_annotation.jsonl +| `-- gripper_mode_annotation.jsonl +|-- data +| `-- chunk-000 +| |-- episode_000000.parquet +| |-- episode_000001.parquet +| |-- episode_000002.parquet +| |-- episode_000003.parquet +| |-- episode_000004.parquet +| |-- episode_000005.parquet +| |-- episode_000006.parquet +| |-- episode_000007.parquet +| |-- episode_000008.parquet +| |-- episode_000009.parquet +| |-- episode_000010.parquet +| `-- episode_000011.parquet +| `-- ... (380 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: + +- `eef_acc_mag_annotation.jsonl` +- `eef_direction_annotation.jsonl` +- `eef_velocity_annotation.jsonl` +- `gripper_activity_annotation.jsonl` +- `gripper_mode_annotation.jsonl` + + +## Dataset Tags + +- `RoboCOIN` +- `LeRobot` + + +## Authors + +### Contributors +This dataset is contributed by:-RoboCOIN Team at Beijing Academy of Artificial Intelligence (BAAI) + +### Annotators +No annotator information available. + +## Links + +- **Homepage:** [https://flagopen.github.io/RoboCOIN/](https://flagopen.github.io/RoboCOIN/) +- **Paper:** [https://arxiv.org/abs/2511.17441](https://arxiv.org/abs/2511.17441) +- **Repository:** [https://github.com/FlagOpen/RoboCOIN](https://github.com/FlagOpen/RoboCOIN) +## Contact and Support + +For questions, issues, or feedback regarding this dataset, please contact us. +### Support +For technical support, please open an issue on our GitHub repository. + +## License + +apache-2.0 + +## Citation + +If you use this dataset in your research, please cite: + +```bibtex +@article{robocoin, + title={RoboCOIN: An Open-Sourced Bimanual Robotic Data Collection for Integrated Manipulation}, + author={Shihan Wu, Xuecheng Liu, Shaoxuan Xie, Pengwei Wang, Xinghang Li, Bowen Yang, Zhe Li, Kai Zhu, Hongyu Wu, Yiheng Liu, Zhaoye Long, Yue Wang, Chong Liu, Dihan Wang, Ziqiang Ni, Xiang Yang, You Liu, Ruoxuan Feng, Runtian Xu, Lei Zhang, Denghang Huang, Chenghao Jin, Anlan Yin, Xinlong Wang, Zhenguo Sun, Junkai Zhao, Mengfei Du, Mingyu Cao, Xiansheng Chen, Hongyang Cheng, Xiaojie Zhang, Yankai Fu, Ning Chen, Cheng Chi, Sixiang Chen, Huaihai Lyu, Xiaoshuai Hao, Yequan Wang, Bo Lei, Dong Liu, Xi Yang, Yance Jiao, Tengfei Pan, Yunyan Zhang, Songjing Wang, Ziqian Zhang, Xu Liu, Ji Zhang, Caowei Meng, Zhizheng Zhang, Jiyang Gao, Song Wang, Xiaokun Leng, Zhiqiang Xie, Zhenzhen Zhou, Peng Huang, Wu Yang, Yandong Guo, Yichao Zhu, Suibing Zheng, Hao Cheng, Xinmin Ding, Yang Yue, Huanqian Wang, Chi Chen, Jingrui Pang, YuXi Qian, Haoran Geng, Lianli Gao, Haiyuan Li, Bin Fang, Gao Huang, Yaodong Yang, Hao Dong, He Wang, Hang Zhao, Yadong Mu, Di Hu, Hao Zhao, Tiejun Huang, Shanghang Zhang, Yonghua Lin, Zhongyuan Wang and Guocai Yao}, + journal={arXiv preprint arXiv:2511.17441}, + url = {https://arxiv.org/abs/2511.17441}, + year={2025}, + } + +``` + +### Additional References + +If you use this dataset, please also consider citing: +LeRobot Framework: https://github.com/huggingface/lerobot + + +## Version Information + +Initial Release diff --git a/annotations/eef_acc_mag_annotation.jsonl b/annotations/eef_acc_mag_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..261c0cb86faecc005328e7b464d8fa76fc4eab3a --- /dev/null +++ b/annotations/eef_acc_mag_annotation.jsonl @@ -0,0 +1,3 @@ +{"eef_acc_mag_index": 0, "eef_acc_mag": "constant"} +{"eef_acc_mag_index": 1, "eef_acc_mag": "accelerating"} +{"eef_acc_mag_index": 2, "eef_acc_mag": "decelerating"} diff --git a/annotations/eef_direction_annotation.jsonl b/annotations/eef_direction_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..15eb9abd75814183c860e3bffd75f9148c4e0d04 --- /dev/null +++ b/annotations/eef_direction_annotation.jsonl @@ -0,0 +1,7 @@ +{"eef_direction_index": 0, "eef_direction": "forward"} +{"eef_direction_index": 1, "eef_direction": "backward"} +{"eef_direction_index": 2, "eef_direction": "left"} +{"eef_direction_index": 3, "eef_direction": "right"} +{"eef_direction_index": 4, "eef_direction": "up"} +{"eef_direction_index": 5, "eef_direction": "down"} +{"eef_direction_index": 6, "eef_direction": "still"} diff --git a/annotations/eef_velocity_annotation.jsonl b/annotations/eef_velocity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..67c684f8b05e1f6240ea5dd4a9bc9a5df14fe086 --- /dev/null +++ b/annotations/eef_velocity_annotation.jsonl @@ -0,0 +1,3 @@ +{"eef_velocity_index": 0, "eef_velocity": "still"} +{"eef_velocity_index": 1, "eef_velocity": "slow"} +{"eef_velocity_index": 2, "eef_velocity": "fast"} diff --git a/annotations/gripper_activity_annotation.jsonl b/annotations/gripper_activity_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..275a505f9220cce6502eac987c96a0261ef3f030 --- /dev/null +++ b/annotations/gripper_activity_annotation.jsonl @@ -0,0 +1,4 @@ +{"gripper_activity_index": 0, "gripper_activity": "openning"} +{"gripper_activity_index": 1, "gripper_activity": "closing"} +{"gripper_activity_index": 2, "gripper_activity": "holding"} +{"gripper_activity_index": 3, "gripper_activity": "unknown"} diff --git a/annotations/gripper_mode_annotation.jsonl b/annotations/gripper_mode_annotation.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3825f1be6645468297ad5be29f9275f04db52345 --- /dev/null +++ b/annotations/gripper_mode_annotation.jsonl @@ -0,0 +1,3 @@ +{"gripper_mode_index": 0, "gripper_mode": "open"} +{"gripper_mode_index": 1, "gripper_mode": "closed"} +{"gripper_mode_index": 2, "gripper_mode": "unknown"} diff --git a/data/chunk-000/episode_000000.parquet b/data/chunk-000/episode_000000.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0963e815bc6eb6324f360ed7c54746df849c419 --- /dev/null +++ b/data/chunk-000/episode_000000.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f06893db79441992c526caba79abb813ad8be616dc6d12026cb6c618013ed6 +size 333836 diff --git a/data/chunk-000/episode_000001.parquet b/data/chunk-000/episode_000001.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e840485a372f8d955ac31264522337b540187eb8 --- /dev/null +++ b/data/chunk-000/episode_000001.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd5bfdc5f5ea6445652037aef9840dc9b956126ee1209a3f3778aefdc17a806 +size 312519 diff --git a/data/chunk-000/episode_000002.parquet b/data/chunk-000/episode_000002.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3b6e5cbe0037c33d89661bbdf3cbc36cf361b81e --- /dev/null +++ b/data/chunk-000/episode_000002.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278148dd77d467779144baf1c7de1d759130f0f668e8cd8c15541cbf07b2172d +size 285549 diff --git a/data/chunk-000/episode_000003.parquet b/data/chunk-000/episode_000003.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d6eb81705e39bf21d8d29601f12f20b1f3c23169 --- /dev/null +++ b/data/chunk-000/episode_000003.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53658d0766250607fefbd80c8aa48ec32e23cf8800bea98bfeb1ca0e7f33ae0 +size 272111 diff --git a/data/chunk-000/episode_000004.parquet b/data/chunk-000/episode_000004.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5159517a14e8669f601eff5bc222c5a9a616320e --- /dev/null +++ b/data/chunk-000/episode_000004.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b636a4ef3b78b3b58cafe8130e8a1b188a6ed5dab92de4c619fc7c0ed830ab2c +size 274231 diff --git a/data/chunk-000/episode_000005.parquet b/data/chunk-000/episode_000005.parquet new file mode 100644 index 0000000000000000000000000000000000000000..efcdb7268ea209c904ddd1f175c351abb8916101 --- /dev/null +++ b/data/chunk-000/episode_000005.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65f6a474b2ecb4d9e57c17dacac36bba37893e265d326b0b083e9b9186962fb +size 283694 diff --git a/data/chunk-000/episode_000006.parquet b/data/chunk-000/episode_000006.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f54de07e94b498b32b3d242d91e7e31e8af84edc --- /dev/null +++ b/data/chunk-000/episode_000006.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8547ce6043d6fb9642b5b984b619a7dad8183693f87e13465087aaa1d4a9b2aa +size 289580 diff --git a/data/chunk-000/episode_000007.parquet b/data/chunk-000/episode_000007.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2953596bd058bf294fe77cb77d90f1dc10fa7435 --- /dev/null +++ b/data/chunk-000/episode_000007.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c15be534cbe2bd56fd09e0fb8c043485ac6517f1f489b2f1125b351b584ccb +size 299952 diff --git a/data/chunk-000/episode_000008.parquet b/data/chunk-000/episode_000008.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8ab381f3a45bd3b1de6291953b154bf48617869 --- /dev/null +++ b/data/chunk-000/episode_000008.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:443cf4f29c134436cdab8ed475a45013e7b8289c75212348eec504b9f3ffb09b +size 294551 diff --git a/data/chunk-000/episode_000009.parquet b/data/chunk-000/episode_000009.parquet new file mode 100644 index 0000000000000000000000000000000000000000..486ac953bc28dc6a552132f7b8843b159fc78220 --- /dev/null +++ b/data/chunk-000/episode_000009.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542e3bdfa3d960f7f14fe150f0eb87969fa7332ac7966fd9107f30fc3332fca8 +size 266470 diff --git a/data/chunk-000/episode_000010.parquet b/data/chunk-000/episode_000010.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4e316ca157f0b9ddaee6c17bfa1ab3df409790c --- /dev/null +++ b/data/chunk-000/episode_000010.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc47a6f8308f899c9769622b22e9709f516c39f35a778ed63ddf3d6672c6d4c +size 293460 diff --git a/data/chunk-000/episode_000011.parquet b/data/chunk-000/episode_000011.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c9194e3189924ac4320b9626b56cbcbd9e6f687 --- /dev/null +++ b/data/chunk-000/episode_000011.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3895774c4eea350dd5c5710351207237e0182d70c215ba3e4d35ad13a0ed22f +size 318458 diff --git a/data/chunk-000/episode_000012.parquet b/data/chunk-000/episode_000012.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1c3c677ca6b00c86b27ed6764cd04bf867d5f377 --- /dev/null +++ b/data/chunk-000/episode_000012.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1192943eda85baf62db3e91f908317ed1d44612131b21425d176f28721535624 +size 303577 diff --git a/data/chunk-000/episode_000013.parquet b/data/chunk-000/episode_000013.parquet new file mode 100644 index 0000000000000000000000000000000000000000..487ee3d7e4e87c2d91a97545bcb5f4692be5c0d2 --- /dev/null +++ b/data/chunk-000/episode_000013.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80c9d97668d15082ccb855dceb934b3a3087af002737957ce765cd2ab91fdc8 +size 307037 diff --git a/data/chunk-000/episode_000014.parquet b/data/chunk-000/episode_000014.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0d3f9c5081e1cffe0c286429b0c2b507bcce340 --- /dev/null +++ b/data/chunk-000/episode_000014.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef0362e80a58776d1f0e0a240685bc9d98b5ff30c8e99bc088869bef70a94ae +size 292905 diff --git a/data/chunk-000/episode_000015.parquet b/data/chunk-000/episode_000015.parquet new file mode 100644 index 0000000000000000000000000000000000000000..871cb8e2d26d05212cb3f4aec0d977c6f72efdc2 --- /dev/null +++ b/data/chunk-000/episode_000015.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276a91e916e8afc50b44141392669ec533278c0cb388a49c3cb30cc46e520585 +size 277857 diff --git a/data/chunk-000/episode_000016.parquet b/data/chunk-000/episode_000016.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a5145cd380dd0f6d091af9fda78a269191904634 --- /dev/null +++ b/data/chunk-000/episode_000016.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c96e1a322bfe549c6d488961b70ffda6665d2f023014e0fe7d44e405d6cf6a +size 278875 diff --git a/data/chunk-000/episode_000017.parquet b/data/chunk-000/episode_000017.parquet new file mode 100644 index 0000000000000000000000000000000000000000..26ae2bbc7954395cc4d451432489cd30205ad78d --- /dev/null +++ b/data/chunk-000/episode_000017.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1150e040e481293b9ad302ea633166ea2036ebf113c7e07fa7a0d9fbcb040d3 +size 283718 diff --git a/data/chunk-000/episode_000018.parquet b/data/chunk-000/episode_000018.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b19b2f3ed4665870df928479287f7f0aeb41c121 --- /dev/null +++ b/data/chunk-000/episode_000018.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5b80660b53e33563f4364dba833aad93e25e22b18359600bc8792b74ff5a18 +size 282653 diff --git a/data/chunk-000/episode_000019.parquet b/data/chunk-000/episode_000019.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a50b2f321170aeb4488139fcec948894226f4125 --- /dev/null +++ b/data/chunk-000/episode_000019.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134f425b67466677ba7790e017a4d963538ce6e7942d1189f25addb112269ee5 +size 284811 diff --git a/data/chunk-000/episode_000020.parquet b/data/chunk-000/episode_000020.parquet new file mode 100644 index 0000000000000000000000000000000000000000..23ebe67536e8b687e9f7973a2b4a24f5530b89dc --- /dev/null +++ b/data/chunk-000/episode_000020.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af79da60f72ece2555c67d04eb673dcdea9bf4919edebceb3d29fffa95055c94 +size 272856 diff --git a/data/chunk-000/episode_000021.parquet b/data/chunk-000/episode_000021.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1773d863d58afcc951b099c2673c2a1a9b43a2cb --- /dev/null +++ b/data/chunk-000/episode_000021.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe5f025c85c9e631a9c3ee3c19157bb091f96994b72d0111eb95acba28cf8dd +size 293908 diff --git a/data/chunk-000/episode_000022.parquet b/data/chunk-000/episode_000022.parquet new file mode 100644 index 0000000000000000000000000000000000000000..567dff82613b5a6b401b3da04b03f502c7606ab6 --- /dev/null +++ b/data/chunk-000/episode_000022.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc53a66c0ef247fa1b0e72753f0470594be64431f02ead5cf8c0164f83b9986 +size 270780 diff --git a/data/chunk-000/episode_000023.parquet b/data/chunk-000/episode_000023.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4ea973e7d4d0f0c4dd98ab9709e14d0cd263749d --- /dev/null +++ b/data/chunk-000/episode_000023.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e30eb1c929a421395d371413d10b883437b63895f260d9eb70bf10d1ba2e81 +size 283749 diff --git a/data/chunk-000/episode_000024.parquet b/data/chunk-000/episode_000024.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3bc85fc4c6b53c25ff2460e34a7fa7a9d289589 --- /dev/null +++ b/data/chunk-000/episode_000024.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5813f817c7ece23ad17b582cf7db95fa01aefd036490ed9b668a6a01fd750c0 +size 287336 diff --git a/data/chunk-000/episode_000025.parquet b/data/chunk-000/episode_000025.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1fbf853ae3b69b0a5caea6c1c2354abcaec7145 --- /dev/null +++ b/data/chunk-000/episode_000025.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2624380beef7d7a3ff65b1dd9126a9f7e9c178667e8f7ea795ec2892ee68cc +size 286642 diff --git a/data/chunk-000/episode_000026.parquet b/data/chunk-000/episode_000026.parquet new file mode 100644 index 0000000000000000000000000000000000000000..961a8cfdc71a1142caea5bdf2b6bab004bb6c24c --- /dev/null +++ b/data/chunk-000/episode_000026.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64461ba6bb60fb5e3ffe37424c03491c009f0d9375f9f5f8b2f5fd67a59c3bcd +size 275696 diff --git a/data/chunk-000/episode_000027.parquet b/data/chunk-000/episode_000027.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1538343aa5c08e4afe89a9a4419c581693c27823 --- /dev/null +++ b/data/chunk-000/episode_000027.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b2b8da88d106ada7f223d73d03c6abdaba59751bf68ebe8b304228d6ba92f3 +size 286083 diff --git a/data/chunk-000/episode_000028.parquet b/data/chunk-000/episode_000028.parquet new file mode 100644 index 0000000000000000000000000000000000000000..63fbeec1c60c60da1aaa7bdc199d0339d515da2e --- /dev/null +++ b/data/chunk-000/episode_000028.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e9ceb770463f8f8afc1babb206ee64c1c9f05ea3a330880c2fb912499a2fc5 +size 276975 diff --git a/data/chunk-000/episode_000029.parquet b/data/chunk-000/episode_000029.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d3bcc5a6280de5542d58c41bca59305166c06be4 --- /dev/null +++ b/data/chunk-000/episode_000029.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2e8fd32894d2dc3614ccf37914c7b6912b084a0a5508dc41842196b19e3378 +size 277769 diff --git a/data/chunk-000/episode_000030.parquet b/data/chunk-000/episode_000030.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c9312075236a160dd4699e591c3022a10a3db590 --- /dev/null +++ b/data/chunk-000/episode_000030.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77da19a2fbea0a8cf24e6ab59930f7d3129f6b4ce4c1f2066ec286c8bd61841 +size 269668 diff --git a/data/chunk-000/episode_000031.parquet b/data/chunk-000/episode_000031.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5759a8bfbc9a8be954924967429743687ebbc67f --- /dev/null +++ b/data/chunk-000/episode_000031.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:816228d594a9950926518f5f9d07d88ab1968f64884a06726c158b52db708872 +size 288237 diff --git a/data/chunk-000/episode_000032.parquet b/data/chunk-000/episode_000032.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fccafffee81afdc6d0c59cbed3febbce43027e65 --- /dev/null +++ b/data/chunk-000/episode_000032.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b15d820554d228040e015632932c6a2a0fe8ae8f6d213818caf64c56125a92 +size 287553 diff --git a/data/chunk-000/episode_000033.parquet b/data/chunk-000/episode_000033.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a1f1677d2db24ffbc622d61d844d3a04236353a9 --- /dev/null +++ b/data/chunk-000/episode_000033.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9228c78c83c9ee924e9ffd623fe235602c3ed94a3cd7aee0f759c5cdf9682d5 +size 280114 diff --git a/data/chunk-000/episode_000034.parquet b/data/chunk-000/episode_000034.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a72d56969a85b450e41eefd5f07926db987af037 --- /dev/null +++ b/data/chunk-000/episode_000034.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f00ca5e862e4237aa5be98fc4068ff5f3413296b72c6d49cd9ef3b0b80f6c0a +size 301070 diff --git a/data/chunk-000/episode_000035.parquet b/data/chunk-000/episode_000035.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2a811a11cca915d6de386246ca5a697366e0df15 --- /dev/null +++ b/data/chunk-000/episode_000035.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7091d01d3bec94cfa7657b407fca041e774c37f43b4719f5c81ff5e6d4fe4b +size 286060 diff --git a/data/chunk-000/episode_000036.parquet b/data/chunk-000/episode_000036.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9bb16a28adb1970ae5b6749867d67071a937293f --- /dev/null +++ b/data/chunk-000/episode_000036.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9d51cfc2a5cd85b18273e5618a07da0bba7f7596a40dfb541f8ad4f6bff176 +size 285784 diff --git a/data/chunk-000/episode_000037.parquet b/data/chunk-000/episode_000037.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a9a63485d38d7d27a3c542a7d2fb391bb0edc2b --- /dev/null +++ b/data/chunk-000/episode_000037.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9de24e3199bb79553ea8cbbaf9c252b71a56aa557e710b6cce3cf15f1fec0dc +size 290036 diff --git a/data/chunk-000/episode_000038.parquet b/data/chunk-000/episode_000038.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5561e836650aac96fa28f46c9ebedb34663b649c --- /dev/null +++ b/data/chunk-000/episode_000038.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90fa1a73da068c18175852045933e686813e795307a7fb44159719ecd59f6b2 +size 288967 diff --git a/data/chunk-000/episode_000039.parquet b/data/chunk-000/episode_000039.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f3f2f1d828c3e60abe7e7638f9b796d8c0a954ce --- /dev/null +++ b/data/chunk-000/episode_000039.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9b239baf0f91f4f42a3e7cb3c1bcb119cdb56c2b50a306ed82f3c6a1544503 +size 280470 diff --git a/data/chunk-000/episode_000040.parquet b/data/chunk-000/episode_000040.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7477476b766c6b7823d9fc3c8bd93a7273da4e57 --- /dev/null +++ b/data/chunk-000/episode_000040.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f9dda69dec021892ef92bfebf9d2d93ed22b75734326d501af59a3dca908a7 +size 279865 diff --git a/data/chunk-000/episode_000041.parquet b/data/chunk-000/episode_000041.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e060367f1b5085a64f434959f96f7d652886cd92 --- /dev/null +++ b/data/chunk-000/episode_000041.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14009ccb6b14b330713aef719f4541436eb2c4c5044c728030f1a7537906968e +size 306091 diff --git a/data/chunk-000/episode_000042.parquet b/data/chunk-000/episode_000042.parquet new file mode 100644 index 0000000000000000000000000000000000000000..87e8082a21b29cfa2b7b2c76d3021a47779c8a23 --- /dev/null +++ b/data/chunk-000/episode_000042.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372be5bb871e434ed64a34415a1292b1addd6e7f04d8f4386494571839b17987 +size 262954 diff --git a/data/chunk-000/episode_000043.parquet b/data/chunk-000/episode_000043.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a50820bc4e056f9e3e37fa0f0e025785331c280d --- /dev/null +++ b/data/chunk-000/episode_000043.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9e6868d3e88ce01dac668ddfbe0a45273c86385ce3a87351f5ea95f73ecbb8 +size 270674 diff --git a/data/chunk-000/episode_000044.parquet b/data/chunk-000/episode_000044.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6b6f6fab46428963b4189c98c4b670dda7dff73 --- /dev/null +++ b/data/chunk-000/episode_000044.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcf9f94c25ff5bca1fc6b3bdd20a10b8310690bdd81838964163376638165b4 +size 279471 diff --git a/data/chunk-000/episode_000045.parquet b/data/chunk-000/episode_000045.parquet new file mode 100644 index 0000000000000000000000000000000000000000..745b20d4b00fe0163cb5e9b77d19fd015081636a --- /dev/null +++ b/data/chunk-000/episode_000045.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3136abc119fb8d7b348c929eb63dfc82d86e72ca6771eb3340e7b56d3290774d +size 293526 diff --git a/data/chunk-000/episode_000046.parquet b/data/chunk-000/episode_000046.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9a32935ad2a4c5434d7dbd676e4ded4d1e78051 --- /dev/null +++ b/data/chunk-000/episode_000046.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ade7609a5447142c09498849b4fc57d44684bb235373bec9f3555244e33049e +size 290778 diff --git a/data/chunk-000/episode_000047.parquet b/data/chunk-000/episode_000047.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eaf9f32643aecb74e86224b164a288d364fc8aae --- /dev/null +++ b/data/chunk-000/episode_000047.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51823b78ced4c207bce24ee52ab75c2d3d79b0f669571a2cc672f6de3d207dc2 +size 303200 diff --git a/data/chunk-000/episode_000048.parquet b/data/chunk-000/episode_000048.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b4146dc00af97cf7e0efae313ecfbd4fc147471 --- /dev/null +++ b/data/chunk-000/episode_000048.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee289e2e904c25d56039fc99d3b07126f3ef5a6f2039ac32b1092d910592375 +size 287168 diff --git a/data/chunk-000/episode_000049.parquet b/data/chunk-000/episode_000049.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4cd6fb388aaa28e1f66ee1c2cca695950d6b5cb4 --- /dev/null +++ b/data/chunk-000/episode_000049.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b5320b6a5a404a56447cb1fab5b496d3a15e1524a4a685ccd82461c6da7596 +size 264955 diff --git a/data/chunk-000/episode_000050.parquet b/data/chunk-000/episode_000050.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9913bd1bb7ae1b973940745023792a4fd2125f1 --- /dev/null +++ b/data/chunk-000/episode_000050.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8f9f371f9c828319a731a901d65009a876cbc7f41f964af13e5fd981cd1a81 +size 262798 diff --git a/data/chunk-000/episode_000051.parquet b/data/chunk-000/episode_000051.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b6dee9697a826b54e743e0cfd9a00434d5a2c540 --- /dev/null +++ b/data/chunk-000/episode_000051.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd376c707586963c8179ca96ba7078747e887e1839ad2728d625436ca279bc9 +size 257162 diff --git a/data/chunk-000/episode_000052.parquet b/data/chunk-000/episode_000052.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ccbb4801c848d2d192cf4dc9824849d31138586 --- /dev/null +++ b/data/chunk-000/episode_000052.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a661013b8b2a7774cd2babbc33360e680641dd3628b717516544685a8f5a2004 +size 310980 diff --git a/data/chunk-000/episode_000053.parquet b/data/chunk-000/episode_000053.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bfbb85993514ec911e31a18fb4b0918094d65bf9 --- /dev/null +++ b/data/chunk-000/episode_000053.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5a7bc9d5ed87c450257f4221a991324424deb31bf2f21f4145d1b092276f6b +size 286286 diff --git a/data/chunk-000/episode_000054.parquet b/data/chunk-000/episode_000054.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fa447f062de14f2b1bf6c0a41f64d84d883353c3 --- /dev/null +++ b/data/chunk-000/episode_000054.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db819977d94f9d3eb083524c8109a223a34d9fd8df1ae85a13bc649792710962 +size 285598 diff --git a/data/chunk-000/episode_000055.parquet b/data/chunk-000/episode_000055.parquet new file mode 100644 index 0000000000000000000000000000000000000000..74b6ed529884bf4ecbdc5c502291ab0f69a29289 --- /dev/null +++ b/data/chunk-000/episode_000055.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f688f32e4d8c827c13810227f72a5243cf1f3a0a56d7747ae9cfa85da0cf1a +size 283167 diff --git a/data/chunk-000/episode_000056.parquet b/data/chunk-000/episode_000056.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3800e703084f370d2dfdb5cd69996d21c8942514 --- /dev/null +++ b/data/chunk-000/episode_000056.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b359410203e6bb376885a4fcae856b65f04d035fb4b1f6894035165a6143074 +size 275355 diff --git a/data/chunk-000/episode_000057.parquet b/data/chunk-000/episode_000057.parquet new file mode 100644 index 0000000000000000000000000000000000000000..753266fe3bf38d44449c82a13d544f5fce931bc3 --- /dev/null +++ b/data/chunk-000/episode_000057.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c4ec2e19db0b6ef5c1b4e5d3f3a4b74085589afc66f0ecc1cc2d7f223c13ad +size 278608 diff --git a/data/chunk-000/episode_000058.parquet b/data/chunk-000/episode_000058.parquet new file mode 100644 index 0000000000000000000000000000000000000000..06e2c8ac444521a969692563349e59a16f1e4915 --- /dev/null +++ b/data/chunk-000/episode_000058.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821caa52dfb961aa2722adcb244b3435722f537cc84f6739c688b0602c5c4423 +size 278102 diff --git a/data/chunk-000/episode_000059.parquet b/data/chunk-000/episode_000059.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9efd6220a6ef5bb19bd4e527ce8be37833d50c6d --- /dev/null +++ b/data/chunk-000/episode_000059.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610ff491dbe501f508b5bf52a9e531949836f41db425ba5984306c88c3cda475 +size 270859 diff --git a/data/chunk-000/episode_000060.parquet b/data/chunk-000/episode_000060.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2b8fb23793d551dc503e1801614852312c508677 --- /dev/null +++ b/data/chunk-000/episode_000060.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95c4d273cdf7d7e65e050fcba88305358eaaa33920666e9b520a37ec8811c2d +size 264913 diff --git a/data/chunk-000/episode_000061.parquet b/data/chunk-000/episode_000061.parquet new file mode 100644 index 0000000000000000000000000000000000000000..816f0b4e0f7c70d22ce42594b2f9475be550587b --- /dev/null +++ b/data/chunk-000/episode_000061.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9360b319110b05ca38929f32a894f8f5af074457dd90ba95c3b8a21b0308e306 +size 278667 diff --git a/data/chunk-000/episode_000062.parquet b/data/chunk-000/episode_000062.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5e9440d7d2d9e19f6f0a22dfaea81abe9999ff8 --- /dev/null +++ b/data/chunk-000/episode_000062.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6fe393bd825c4ebd9c80f64be59a045553c5da9ba799351b554a54748156f5 +size 284715 diff --git a/data/chunk-000/episode_000063.parquet b/data/chunk-000/episode_000063.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eefa5149f7ea0837a79514a0fbd3b95e8eae8cd1 --- /dev/null +++ b/data/chunk-000/episode_000063.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a70e8b7d6b30e9a72b81c1536479163af9f10181b57e35d3fec96950c6d5cda +size 266867 diff --git a/data/chunk-000/episode_000064.parquet b/data/chunk-000/episode_000064.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6d4defc55a138554085465a45ff65c11151b98d --- /dev/null +++ b/data/chunk-000/episode_000064.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c223818ca7bf0c94c13850302258edafe074c703e8ce0b24f1b4cab9ace84b +size 271306 diff --git a/data/chunk-000/episode_000065.parquet b/data/chunk-000/episode_000065.parquet new file mode 100644 index 0000000000000000000000000000000000000000..798c85d081a6e813152990194c248579e4f1f36c --- /dev/null +++ b/data/chunk-000/episode_000065.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3098f65b066138644ade999577e785a6545463cedb58581be8059d20f56fc7cc +size 271902 diff --git a/data/chunk-000/episode_000066.parquet b/data/chunk-000/episode_000066.parquet new file mode 100644 index 0000000000000000000000000000000000000000..68f746eb0f1d737e37137d6d2967ce0ce372100c --- /dev/null +++ b/data/chunk-000/episode_000066.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d2e80127f436f9e7d25fbe7a34e8e03210223de6231571c2f9a4a55c2cad7d +size 264418 diff --git a/data/chunk-000/episode_000067.parquet b/data/chunk-000/episode_000067.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7b62a33e5c65a55263a7b53aa51788e1b0fcfbd7 --- /dev/null +++ b/data/chunk-000/episode_000067.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a580ab871bb014288dc7409029c16252b1cfbeb4b338072ef7f53c76057653 +size 279164 diff --git a/data/chunk-000/episode_000068.parquet b/data/chunk-000/episode_000068.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f958a159aaa264e182146b832207e11bda5b1aa0 --- /dev/null +++ b/data/chunk-000/episode_000068.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5d4badcf1eea37d95395ebc4e059bb9c22fe5290b03165c1bb3ea28cb28942 +size 273070 diff --git a/data/chunk-000/episode_000069.parquet b/data/chunk-000/episode_000069.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8a8059574612055bea78f6543df955e401ac98b8 --- /dev/null +++ b/data/chunk-000/episode_000069.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73236f0b1a8a3778e02b82ae21a652d3431a0dbc4dee254fe7c1ed6427419d64 +size 305836 diff --git a/data/chunk-000/episode_000070.parquet b/data/chunk-000/episode_000070.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cd26ec3e8af35b2f03caab4c81e5ffbf6cca2cf2 --- /dev/null +++ b/data/chunk-000/episode_000070.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6dcc85f9570817b03b8a049b491c93974946e2080eafcf356066d664446831b +size 286342 diff --git a/data/chunk-000/episode_000071.parquet b/data/chunk-000/episode_000071.parquet new file mode 100644 index 0000000000000000000000000000000000000000..117df8cda7f455e49ea42bd3b207c6918eb0d9b0 --- /dev/null +++ b/data/chunk-000/episode_000071.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b81d1918f88b9ea5608681272d14c342f271dd709d8a9e5b4d060a6e66863c +size 269067 diff --git a/data/chunk-000/episode_000072.parquet b/data/chunk-000/episode_000072.parquet new file mode 100644 index 0000000000000000000000000000000000000000..acb3d7db7ffdefdfe43df14c70d6a7369ebc199b --- /dev/null +++ b/data/chunk-000/episode_000072.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328d0e1c1bb68daa217e51b9a846ee1b1df0cc38a4053e6a033557483f1b0309 +size 267744 diff --git a/data/chunk-000/episode_000073.parquet b/data/chunk-000/episode_000073.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a17403131f875af10edc224841b007dc78c90da --- /dev/null +++ b/data/chunk-000/episode_000073.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c413d68dff7996760a7b8b7bfcd78aedf62fb24869da0044890da5c86bb45fa7 +size 274514 diff --git a/data/chunk-000/episode_000074.parquet b/data/chunk-000/episode_000074.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbe1777c8b7ffffcc339834031dcd06bcab1d568 --- /dev/null +++ b/data/chunk-000/episode_000074.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4dc45420cb8605475cfe2b5b6899f822dd47bf105414330ded07ea28a424d53 +size 280945 diff --git a/data/chunk-000/episode_000075.parquet b/data/chunk-000/episode_000075.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b77ab5bc95b0baba18f736c6b1633fdc04533fc4 --- /dev/null +++ b/data/chunk-000/episode_000075.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9309ab9bfbfd4d80ee57a92baaad71f26ec7246ece800828a1bf19ca9be1f2 +size 270494 diff --git a/data/chunk-000/episode_000076.parquet b/data/chunk-000/episode_000076.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ba30a6b324e42cc4fa3b2a4d981c085c8ebdded --- /dev/null +++ b/data/chunk-000/episode_000076.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5507089156dd0fa3206db921dcb4bf7762fd4b413d40daae0e2c26f49e6d9403 +size 327274 diff --git a/data/chunk-000/episode_000077.parquet b/data/chunk-000/episode_000077.parquet new file mode 100644 index 0000000000000000000000000000000000000000..afc8841383ce40ee2445758198b9cbb54f96bdee --- /dev/null +++ b/data/chunk-000/episode_000077.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d024961cb3e39d994c242e6871cc092267e9ace5660192effba67b086405e9 +size 293797 diff --git a/data/chunk-000/episode_000078.parquet b/data/chunk-000/episode_000078.parquet new file mode 100644 index 0000000000000000000000000000000000000000..da8ffd71749fc6189ee37edec845b671ae9d402b --- /dev/null +++ b/data/chunk-000/episode_000078.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce168d84da9a15b3d11f635d24d35ef40d17f57d19dd5d8bb765684dde5d1de5 +size 287395 diff --git a/data/chunk-000/episode_000079.parquet b/data/chunk-000/episode_000079.parquet new file mode 100644 index 0000000000000000000000000000000000000000..52b2e6d984c5e9826382ec91627070eff75669f9 --- /dev/null +++ b/data/chunk-000/episode_000079.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0418fcde3d73a308822b08f68be4d57da1c9f227a3d7541358a0a2e7448e8196 +size 295155 diff --git a/data/chunk-000/episode_000080.parquet b/data/chunk-000/episode_000080.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9c8ca0c33fd692f1c0e970f10b129e7907a0ad71 --- /dev/null +++ b/data/chunk-000/episode_000080.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1991ea8d35727f50d0dbd0781bb1f8db90d6880f45e13bf0e9aaaec4de88d0a +size 286589 diff --git a/data/chunk-000/episode_000081.parquet b/data/chunk-000/episode_000081.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a7020b6dc6976b56666f5a18a864a7dae923ec3c --- /dev/null +++ b/data/chunk-000/episode_000081.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8712cc1a11ce5c160fe05762e2942980dba8896abc4e4d2763cace226db8786 +size 286057 diff --git a/data/chunk-000/episode_000082.parquet b/data/chunk-000/episode_000082.parquet new file mode 100644 index 0000000000000000000000000000000000000000..127ffc470c865e80dfe21a4826b09501a88350eb --- /dev/null +++ b/data/chunk-000/episode_000082.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fb79edc2280b7b2e56e1c7b01f105c3d4ea0aeb1080496f8af55317c67f722 +size 290131 diff --git a/data/chunk-000/episode_000083.parquet b/data/chunk-000/episode_000083.parquet new file mode 100644 index 0000000000000000000000000000000000000000..37f2b5ab62820a2161d3481c2d5768aac84043d6 --- /dev/null +++ b/data/chunk-000/episode_000083.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030bb8d50b09a4b6ef89da255275779c1091bb2229b82c1f8f764cde384547da +size 300802 diff --git a/data/chunk-000/episode_000084.parquet b/data/chunk-000/episode_000084.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8819be94802678795774fb2f6b5de4e13e0e79b9 --- /dev/null +++ b/data/chunk-000/episode_000084.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99b1e3a765a13f61c8ee4d75706105e0837c1817b72d61bb4555122773d50fc +size 284290 diff --git a/data/chunk-000/episode_000085.parquet b/data/chunk-000/episode_000085.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5266a9822d7d46cc408b6c517558f55b08e1e145 --- /dev/null +++ b/data/chunk-000/episode_000085.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bdcec3f3cef0d98cc2a20eb2190b51d80bd82c111aa358dcfb09f3b07b8349 +size 283221 diff --git a/data/chunk-000/episode_000086.parquet b/data/chunk-000/episode_000086.parquet new file mode 100644 index 0000000000000000000000000000000000000000..945f7b3a851111e37f21bd3c71bc13b912bb0b7b --- /dev/null +++ b/data/chunk-000/episode_000086.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba0bc48320d2d5faa7b201f37b24378b0d22fbba04f6a6bd14498c3b6871dc2 +size 270292 diff --git a/data/chunk-000/episode_000087.parquet b/data/chunk-000/episode_000087.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e783c14a54fd0bc5def73f1400e34edb0b285d63 --- /dev/null +++ b/data/chunk-000/episode_000087.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8863f1ed872227cb04023a9a2c43fed27eb33346393044944d1a0dafa7d330 +size 295861 diff --git a/data/chunk-000/episode_000088.parquet b/data/chunk-000/episode_000088.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b45768db75a88e154d5958462ab26869e78c325b --- /dev/null +++ b/data/chunk-000/episode_000088.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0b756c468b83e1d7cfbb1059ab58eee2ebc301da6ea6c7d476a2ac0f444d3a +size 297980 diff --git a/data/chunk-000/episode_000089.parquet b/data/chunk-000/episode_000089.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81e582597b350747d7ce5388a06e0f8737089c9e --- /dev/null +++ b/data/chunk-000/episode_000089.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a381dcf130438d646aa49476c4d8673b8bc498857852ae901d2979f3e06748 +size 269427 diff --git a/data/chunk-000/episode_000090.parquet b/data/chunk-000/episode_000090.parquet new file mode 100644 index 0000000000000000000000000000000000000000..668c6c36ab2eb99353eef3029fcc2c79e0acafd9 --- /dev/null +++ b/data/chunk-000/episode_000090.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae27826a14ce781d007ec3fb191e36e7f80f83cfb709ef0cef923a38aa4f0ce +size 294899 diff --git a/data/chunk-000/episode_000091.parquet b/data/chunk-000/episode_000091.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7ca85d02e2df50e3ba7d34d9fc94f7c736a0cace --- /dev/null +++ b/data/chunk-000/episode_000091.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977bb95524826d65d5518ac248e546b5d76796653a599ddb80b34ed3dbdd5885 +size 298323 diff --git a/data/chunk-000/episode_000092.parquet b/data/chunk-000/episode_000092.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ee8015ca93e1025594429d0b6c90668e0780554 --- /dev/null +++ b/data/chunk-000/episode_000092.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabd3944104ac5e47472323fb3804d6294f907e31fa551dfe437738c5c4b65d9 +size 296482 diff --git a/data/chunk-000/episode_000093.parquet b/data/chunk-000/episode_000093.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f4a11b52aef0565011b42906640592cedd3eea68 --- /dev/null +++ b/data/chunk-000/episode_000093.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0796863852c9a0365b51767d817921c50eec6a738f27d859c53da6802ded06c +size 299042 diff --git a/data/chunk-000/episode_000094.parquet b/data/chunk-000/episode_000094.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b60a3eaf3ffaec568042cb246fd3a75b7625505 --- /dev/null +++ b/data/chunk-000/episode_000094.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1161e88410b100286e74feaf41a13afb2b2988caa5e0cab0924c3fa445625e8 +size 283854 diff --git a/data/chunk-000/episode_000095.parquet b/data/chunk-000/episode_000095.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62519eb16ddc4383a2b5e7ac7b742a010d6a4574 --- /dev/null +++ b/data/chunk-000/episode_000095.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc4c34ce1e85deeb99028fed7b8c0b39256065811ba3c4fa1894728b4df581f +size 282357 diff --git a/data/chunk-000/episode_000096.parquet b/data/chunk-000/episode_000096.parquet new file mode 100644 index 0000000000000000000000000000000000000000..654e90af5ad0ed0f8e270b82abeda104e2cde867 --- /dev/null +++ b/data/chunk-000/episode_000096.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214d48bd36b74c20991b5146578ae019eda84f82208c3a50065d02601eaa63ce +size 281698 diff --git a/data/chunk-000/episode_000097.parquet b/data/chunk-000/episode_000097.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9a4e82b4d1661fc0d826ddb0f99fcb920c0d93e --- /dev/null +++ b/data/chunk-000/episode_000097.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee9ac2d45043eeb273e3122a7fbde67a0e9175bed35645fb07730abdb862487 +size 292548 diff --git a/data/chunk-000/episode_000098.parquet b/data/chunk-000/episode_000098.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bd9dc9a35ac035bccff1b1130c2f7ebbaf613811 --- /dev/null +++ b/data/chunk-000/episode_000098.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d543d5702871dfa29d065911edb08b32ee785a89e766cbd3debaae52b74e1e +size 274274 diff --git a/data/chunk-000/episode_000099.parquet b/data/chunk-000/episode_000099.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fdd2c3e57cb8cd2252375b32508879dd1835156d --- /dev/null +++ b/data/chunk-000/episode_000099.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08efd69fb994b5f27720e98ba262fc5831dbcefadf6aaaa0f2817fb4f6b003c +size 212100 diff --git a/data/chunk-000/episode_000100.parquet b/data/chunk-000/episode_000100.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2500fa3958f88c7c6882c83ee6877764861645b9 --- /dev/null +++ b/data/chunk-000/episode_000100.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfccd960b1d76f872d511b234eef386718cbe3ef134e248bc6c642ce6b89b8ec +size 175897 diff --git a/data/chunk-000/episode_000101.parquet b/data/chunk-000/episode_000101.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ab0c2dc0b95807da3f018ca09fa78889439ff62b --- /dev/null +++ b/data/chunk-000/episode_000101.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20caff45690ea9e6d13b176a749fccad5297a74b045660f89ffefecce3c346db +size 190224 diff --git a/data/chunk-000/episode_000102.parquet b/data/chunk-000/episode_000102.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9be09aff89ee8e332dc19c5e11934a954535904f --- /dev/null +++ b/data/chunk-000/episode_000102.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe72961f869bdc649ed39da8bedc672482ba742cc7c23bb7c8a58655f5f8d51 +size 178550 diff --git a/data/chunk-000/episode_000103.parquet b/data/chunk-000/episode_000103.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22f2db6e8ef16e2c94149541ebb0228470b12853 --- /dev/null +++ b/data/chunk-000/episode_000103.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd94a587a0bb94147fb752ec6526e7592b3b1971aad687e668f2a0c179a4182 +size 193440 diff --git a/data/chunk-000/episode_000104.parquet b/data/chunk-000/episode_000104.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6b871b471a376de2295fcb9048755c37c7b892a9 --- /dev/null +++ b/data/chunk-000/episode_000104.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca86ca397b7adfdf6f9c6576ff840d588f4b0a6f049ec905c490acbef999d6d9 +size 200669 diff --git a/data/chunk-000/episode_000105.parquet b/data/chunk-000/episode_000105.parquet new file mode 100644 index 0000000000000000000000000000000000000000..02f7fbab8fe64dce715295badfcd642243f690cb --- /dev/null +++ b/data/chunk-000/episode_000105.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11dc061e4b597c039b73901590c63d0dd097206b858406400077ce0116424e93 +size 192205 diff --git a/data/chunk-000/episode_000106.parquet b/data/chunk-000/episode_000106.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79d1227f5841514023096ab838729b6f9111aadf --- /dev/null +++ b/data/chunk-000/episode_000106.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ba09b37975c81345f1d4e9392d356495ceea4b9bc9f8c727544081cf66bb92 +size 192689 diff --git a/data/chunk-000/episode_000107.parquet b/data/chunk-000/episode_000107.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9513fc05abcaf35345f5062c50fc65dd958cb1b0 --- /dev/null +++ b/data/chunk-000/episode_000107.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be139e919a92e988b9b5e510332776ab49d8793caea9fdc24461ccbf4235ad85 +size 190813 diff --git a/data/chunk-000/episode_000108.parquet b/data/chunk-000/episode_000108.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d3a3c171c89344cef19dbf96b339f61855f85c9 --- /dev/null +++ b/data/chunk-000/episode_000108.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b711fe6617a09096c42cd2a30ef9c3672c0cdd4149211d892d7e01b22efb0f29 +size 184318 diff --git a/data/chunk-000/episode_000109.parquet b/data/chunk-000/episode_000109.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22e9366fc627a4a06c5da4ca44c9a88165b0a6d2 --- /dev/null +++ b/data/chunk-000/episode_000109.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2085ad63111aff1443672bf3d1ffec32b4c4e582acc343249ca86e63ccfa44 +size 195807 diff --git a/data/chunk-000/episode_000110.parquet b/data/chunk-000/episode_000110.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad00e438ee232571125a0139e118c5f737217587 --- /dev/null +++ b/data/chunk-000/episode_000110.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8e412b191fc9a52781ad6fd714af9e2ec0e73404d2933690c43f21ea875e24 +size 178375 diff --git a/data/chunk-000/episode_000111.parquet b/data/chunk-000/episode_000111.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8754cfc8382bad292fefed2d547c38c13ec2f9ef --- /dev/null +++ b/data/chunk-000/episode_000111.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61078bcb9331de62c843fdd8bdaadd47c5143b52d9a4cf0c791a2a6fcc5eafee +size 183088 diff --git a/data/chunk-000/episode_000112.parquet b/data/chunk-000/episode_000112.parquet new file mode 100644 index 0000000000000000000000000000000000000000..48e8f18ae9c02d057ff8622ce3cbb970ef59ced2 --- /dev/null +++ b/data/chunk-000/episode_000112.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c37a1572094ecdfef53ed701de03060d6f3fb9e644bfb7d5cf48062f422772c +size 191297 diff --git a/data/chunk-000/episode_000113.parquet b/data/chunk-000/episode_000113.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cb7f53c38e5fcbcb641a2d8d20c13d3f4a76cc1e --- /dev/null +++ b/data/chunk-000/episode_000113.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a007ab3438cb5285f15d30b30801006edbec9e32bdad2a075c495332920c58 +size 178537 diff --git a/data/chunk-000/episode_000114.parquet b/data/chunk-000/episode_000114.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4856caec791d8f869e4f021e3b31fc8a22fc3fa5 --- /dev/null +++ b/data/chunk-000/episode_000114.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0af6bcdffcd6e4a9d11d5784f4ee9192138af2a1e055547e720d2812945447a +size 191573 diff --git a/data/chunk-000/episode_000115.parquet b/data/chunk-000/episode_000115.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10966bd1d325a2ef47a751556ca49a79c0b5f0fe --- /dev/null +++ b/data/chunk-000/episode_000115.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba805c924ff1eff99db0b754e0061fc582fd85414246a0b69c7ad4ef8d39029 +size 187104 diff --git a/data/chunk-000/episode_000116.parquet b/data/chunk-000/episode_000116.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07c7dfb04c9a8ab80ab69ccf8b1e5f04422fe252 --- /dev/null +++ b/data/chunk-000/episode_000116.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b79a1d782b90421fe017ae98591177a5eaef8c7e2d234389f08bf2cce555b2 +size 181164 diff --git a/data/chunk-000/episode_000117.parquet b/data/chunk-000/episode_000117.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7389a3b606bd7bef182ffc126b9de53998a32c3e --- /dev/null +++ b/data/chunk-000/episode_000117.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea348eda10b56b4f64cd4b428df086f23c5d2e85ce56e6391a7d8e7bf2cba0d +size 194319 diff --git a/data/chunk-000/episode_000118.parquet b/data/chunk-000/episode_000118.parquet new file mode 100644 index 0000000000000000000000000000000000000000..32b9627d0eb445c1cc4fc5bb42785dd0fb7a355d --- /dev/null +++ b/data/chunk-000/episode_000118.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869f87e9f318a67804ffbe421d1052d25ad642d5397e9da0f8c9ea033bb73c81 +size 196036 diff --git a/data/chunk-000/episode_000119.parquet b/data/chunk-000/episode_000119.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9e33fff26f0932fab954049644df92672348acb7 --- /dev/null +++ b/data/chunk-000/episode_000119.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4fe0fdcfc21119af19bb94fbb50334d3af4cd75fb6d3d393378f34f3cd20bc +size 185183 diff --git a/data/chunk-000/episode_000120.parquet b/data/chunk-000/episode_000120.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9deb0b78467e89d81d949f4dfbc3acbc6201ec77 --- /dev/null +++ b/data/chunk-000/episode_000120.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef10675f296003b2dedcc0656f9918f65961f7fc9130bb2fc4b73c861493097 +size 181858 diff --git a/data/chunk-000/episode_000121.parquet b/data/chunk-000/episode_000121.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7faa3b3d8d86342482b6a33f0e847995a6967d55 --- /dev/null +++ b/data/chunk-000/episode_000121.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41eb0767595ecec76451a2db9d264d4ffa5fb2cef3ea74937ff8b6e34f9ba764 +size 197493 diff --git a/data/chunk-000/episode_000122.parquet b/data/chunk-000/episode_000122.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5b572c94136fe5f0ad2e65167fa1ed388fcbf82 --- /dev/null +++ b/data/chunk-000/episode_000122.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380efd594fb2caf463cda1997891ab7457210240560e02d1f0c8170458df9207 +size 194948 diff --git a/data/chunk-000/episode_000123.parquet b/data/chunk-000/episode_000123.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0dd31f17e5c8d1d687e5ce384e2d66add3ff5fd4 --- /dev/null +++ b/data/chunk-000/episode_000123.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a7a7c6c8ffee4af943fe8b2f2072d04b5dd525a65911d35be2dcb9c719ab46 +size 190490 diff --git a/data/chunk-000/episode_000124.parquet b/data/chunk-000/episode_000124.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c6fc368f53c36d55a1a693247913ba4c3ab81987 --- /dev/null +++ b/data/chunk-000/episode_000124.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc7c506e0f6837f25fc755187d6f28da7787f831a7aa7244f057da904d6a414 +size 199492 diff --git a/data/chunk-000/episode_000125.parquet b/data/chunk-000/episode_000125.parquet new file mode 100644 index 0000000000000000000000000000000000000000..53d107ce6ef7920a4a8804f1c1eff052a0283260 --- /dev/null +++ b/data/chunk-000/episode_000125.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a4ee2c0a4594b72f9c83c57d862817e7b8bfa3e3c79d8ab424c04ed0131cf5 +size 177627 diff --git a/data/chunk-000/episode_000126.parquet b/data/chunk-000/episode_000126.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb072f22a403c4e15f17603dfa7c767569914aa4 --- /dev/null +++ b/data/chunk-000/episode_000126.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19259e057bb074e5f9d60e49e329e0563ee022ca33727a93844733e4b3cc6dbe +size 183333 diff --git a/data/chunk-000/episode_000127.parquet b/data/chunk-000/episode_000127.parquet new file mode 100644 index 0000000000000000000000000000000000000000..571389ba1de29542b7cd0d3554a4463e469b35a1 --- /dev/null +++ b/data/chunk-000/episode_000127.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719ce5c88e90ef870a3cc322b34ff5fc559d3bec7839cc3ace8e763af7ea5fc6 +size 195183 diff --git a/data/chunk-000/episode_000128.parquet b/data/chunk-000/episode_000128.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6cb7c2000b015f3f24834cfd5833d5cd4a0cf8aa --- /dev/null +++ b/data/chunk-000/episode_000128.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743fe4e2bcbc95fc12d1b14adb2ea695e6db6375909ae396b9a770e5b45d10c7 +size 198630 diff --git a/data/chunk-000/episode_000129.parquet b/data/chunk-000/episode_000129.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6186690c7c93b1f8e08e918e20b259d2bcaed751 --- /dev/null +++ b/data/chunk-000/episode_000129.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d0f901a31520c3259c798478ed3aa42be91239e458cd1073c1458960c35908 +size 195683 diff --git a/data/chunk-000/episode_000130.parquet b/data/chunk-000/episode_000130.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1195f9fbb226beac80b434b9ee057dd50d0abdb --- /dev/null +++ b/data/chunk-000/episode_000130.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f4b504b8fa3d921de1c9d51cf587430d78e067fd6ff9fefff978865354443b +size 186156 diff --git a/data/chunk-000/episode_000131.parquet b/data/chunk-000/episode_000131.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c31340c112ff63ecd771ac8fe5d3c3b45bd8942 --- /dev/null +++ b/data/chunk-000/episode_000131.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5689989ec2bbd39147350f1ca18292dd5c6d300cd6705e7b102a02bf390433e4 +size 204982 diff --git a/data/chunk-000/episode_000132.parquet b/data/chunk-000/episode_000132.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f33fa68639bed6f6168589a4ec3077192e30b11 --- /dev/null +++ b/data/chunk-000/episode_000132.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b399007870588e3dd5a439803b56ffa77d2c627504ebde6df8bb05defc311136 +size 199615 diff --git a/data/chunk-000/episode_000133.parquet b/data/chunk-000/episode_000133.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07803810a44591e26a392b21e9ed8148ceba5bbf --- /dev/null +++ b/data/chunk-000/episode_000133.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab1fcf603c87b431c5d928dfe3eaa3b6ba5c01d4c8fb597f39d50b2427d2a3d +size 185403 diff --git a/data/chunk-000/episode_000134.parquet b/data/chunk-000/episode_000134.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d33216f18f5fc408bba9fcf046fd396556c746dd --- /dev/null +++ b/data/chunk-000/episode_000134.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cbc686a4317ddf87c90f47b31081d9f38cb03e612b3f89b528b6566381b0bd +size 187939 diff --git a/data/chunk-000/episode_000135.parquet b/data/chunk-000/episode_000135.parquet new file mode 100644 index 0000000000000000000000000000000000000000..401c4a216081b4a1bdfa9b1724cf5ac5236cea8d --- /dev/null +++ b/data/chunk-000/episode_000135.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f328c30ec78d92c1f71accf1a6c5fc6d18b9e1835e69f817814d919ca88fa3 +size 196617 diff --git a/data/chunk-000/episode_000136.parquet b/data/chunk-000/episode_000136.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9a96d3f5ed33fc1db044a24c6a51f98631d0995c --- /dev/null +++ b/data/chunk-000/episode_000136.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3423635d4119e4186f4962b874892e0480adee8e5f13cf68d0f786c918e9417d +size 187893 diff --git a/data/chunk-000/episode_000137.parquet b/data/chunk-000/episode_000137.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc854d26600f4870e6471f400cfb36aa3fa93cb8 --- /dev/null +++ b/data/chunk-000/episode_000137.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b7cbf4738f49817aa361ec1976eade834802db174e1463ff57e6df3c0ff188 +size 189331 diff --git a/data/chunk-000/episode_000138.parquet b/data/chunk-000/episode_000138.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5411eaaff841f9d3981eb787dde732268d49b615 --- /dev/null +++ b/data/chunk-000/episode_000138.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56412942e2bf3e15f7d7ac1c96b380040009b0b636726ed0f4a35e921b433c5 +size 194312 diff --git a/data/chunk-000/episode_000139.parquet b/data/chunk-000/episode_000139.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3310a43cb25ecae6cb40c563b8664cf42e6009f0 --- /dev/null +++ b/data/chunk-000/episode_000139.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf74c9fe00530af2c21b34cca91c14cc676b4b14080b36e392f78e50eb8da772 +size 195206 diff --git a/data/chunk-000/episode_000140.parquet b/data/chunk-000/episode_000140.parquet new file mode 100644 index 0000000000000000000000000000000000000000..247e9626358381a07a2bb09d76aa47f19b6a9a5b --- /dev/null +++ b/data/chunk-000/episode_000140.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2e6efcb14f5c9bf83bbfe07e399a1893fa2f56261c88c5513169c820ef568f +size 203270 diff --git a/data/chunk-000/episode_000141.parquet b/data/chunk-000/episode_000141.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3d32b2f76c0b7f1518f74292540a57785001f873 --- /dev/null +++ b/data/chunk-000/episode_000141.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5b1b519388fd398f42319565c51ac7ad0589aacfbd330e3cf46f11701a2c72 +size 192510 diff --git a/data/chunk-000/episode_000142.parquet b/data/chunk-000/episode_000142.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4caf28c81e74f837575f3e0230f140cbd6d7d2e6 --- /dev/null +++ b/data/chunk-000/episode_000142.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9672d99bde296c15bb4bbb6b5c9c1521c5bff52ebab11a0d35e439f35a9fea +size 202142 diff --git a/data/chunk-000/episode_000143.parquet b/data/chunk-000/episode_000143.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a8a80958bcc80b11a868967847470caf30b8d032 --- /dev/null +++ b/data/chunk-000/episode_000143.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447c98b6065afaddeea67545fc4051189267c0100b541b5eb24f47eeb46123a5 +size 197107 diff --git a/data/chunk-000/episode_000144.parquet b/data/chunk-000/episode_000144.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d085bcd2766f63f24cf12b8d62026b4e71a6e616 --- /dev/null +++ b/data/chunk-000/episode_000144.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da7db5b5c1b7f8d0475bc9d53e80cb28862eb840cd5013dd3b3e60a7eb2b034 +size 193493 diff --git a/data/chunk-000/episode_000145.parquet b/data/chunk-000/episode_000145.parquet new file mode 100644 index 0000000000000000000000000000000000000000..abf2814c3d0340adfda498db2c204a2c2b27aa2b --- /dev/null +++ b/data/chunk-000/episode_000145.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d07aec9de3970061bc14d48e2723c64061b4e9649ab0e5b8a029f3a7dc3eb8b +size 188913 diff --git a/data/chunk-000/episode_000146.parquet b/data/chunk-000/episode_000146.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89aef8438ee99636a6c1fb5136b78c4504c3c40e --- /dev/null +++ b/data/chunk-000/episode_000146.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3711ff2da3fdd3181d923faec60ad2328a2f7a86b2a8510e82a65a7172b0e7db +size 200623 diff --git a/data/chunk-000/episode_000147.parquet b/data/chunk-000/episode_000147.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f7eea56483402a0458bb8f35c9862dd8bc17eb1 --- /dev/null +++ b/data/chunk-000/episode_000147.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78c84bf567cc4acec3f019d2da6fa6092eb003bd4688b455752a8c2563ed0e8 +size 242124 diff --git a/data/chunk-000/episode_000148.parquet b/data/chunk-000/episode_000148.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69e606b7699302d2a2911e5d6e876848ee666d7a --- /dev/null +++ b/data/chunk-000/episode_000148.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db72fd29e7c4d3592be0544991152486c6c2f5d1a1b72e344245211cfd0eaa2 +size 190566 diff --git a/data/chunk-000/episode_000149.parquet b/data/chunk-000/episode_000149.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f106033546584fad88c7aa4bd4d08fbec1e022bc --- /dev/null +++ b/data/chunk-000/episode_000149.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b395a6b25890477729945a61d4674f722eaec8f19f0b84d3f51bcce4cb55e8 +size 201430 diff --git a/data/chunk-000/episode_000150.parquet b/data/chunk-000/episode_000150.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c4fee6629f8eae423f3199fde8686b4db270dda1 --- /dev/null +++ b/data/chunk-000/episode_000150.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84535bb704fbae90305424ab48644427f34d5af2a9b6487b3e8e05336fb75eed +size 187954 diff --git a/data/chunk-000/episode_000151.parquet b/data/chunk-000/episode_000151.parquet new file mode 100644 index 0000000000000000000000000000000000000000..094d2fb2286614df75bbedc4b5bb2ea54d1468ef --- /dev/null +++ b/data/chunk-000/episode_000151.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e8f57d39c70949474bcb046437d80e1a9c7b407bece2380073f0b2b8e38d34 +size 187949 diff --git a/data/chunk-000/episode_000152.parquet b/data/chunk-000/episode_000152.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d579435e43e3813b2291c7c7ff78985c50a79d86 --- /dev/null +++ b/data/chunk-000/episode_000152.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3463dd4dc171d79ff33130ba233ed101b9771e6399f0d1308f2f2c07aaa3bb1e +size 189530 diff --git a/data/chunk-000/episode_000153.parquet b/data/chunk-000/episode_000153.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a16ca90e2626171f51eef0e9ac1f7faf414f2b7 --- /dev/null +++ b/data/chunk-000/episode_000153.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f54b55da0ec109fd6dd5622e3377f038307eae90ef46e4931c475c729428386 +size 202912 diff --git a/data/chunk-000/episode_000154.parquet b/data/chunk-000/episode_000154.parquet new file mode 100644 index 0000000000000000000000000000000000000000..056fce40883f926bc8eb74c90261c05a5aca5cbc --- /dev/null +++ b/data/chunk-000/episode_000154.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd412bdd5ccf99eed655e4fbbdd833423aeaad705a4610dbaaffc4b01124d1f6 +size 147536 diff --git a/data/chunk-000/episode_000155.parquet b/data/chunk-000/episode_000155.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a290dc46339470564ef0660fae1d64037d439975 --- /dev/null +++ b/data/chunk-000/episode_000155.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fccc1f415b91f883aef71066c7554f7fc871030a163bccde9c743d7bedb3ad +size 191534 diff --git a/data/chunk-000/episode_000156.parquet b/data/chunk-000/episode_000156.parquet new file mode 100644 index 0000000000000000000000000000000000000000..034283c5ac54a0d688436f78fe6d574b5b71b541 --- /dev/null +++ b/data/chunk-000/episode_000156.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7239b346eb2b712571266b98c70b1d1a8a4382fdb1a7f9f57f75b4dea7c89129 +size 193053 diff --git a/data/chunk-000/episode_000157.parquet b/data/chunk-000/episode_000157.parquet new file mode 100644 index 0000000000000000000000000000000000000000..828443c952e2c8a8d3efe257358dccc5645c18a6 --- /dev/null +++ b/data/chunk-000/episode_000157.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f877f0e482cb55ad7755252764e28fd3a0627946032520debda3b57c9e9bb6e2 +size 191719 diff --git a/data/chunk-000/episode_000158.parquet b/data/chunk-000/episode_000158.parquet new file mode 100644 index 0000000000000000000000000000000000000000..302eac34dbe2da349db396e9b9803fb76bbc080f --- /dev/null +++ b/data/chunk-000/episode_000158.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be949e6a1d3d489178fe8031fde1f92018c955f25cc7115d9c901a83599481ed +size 150154 diff --git a/data/chunk-000/episode_000159.parquet b/data/chunk-000/episode_000159.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1512b94cc3b4d54fa5f1e2f50941cd82cd08ad01 --- /dev/null +++ b/data/chunk-000/episode_000159.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13e869ff0f782abe53d1e9070f3627c9086edbc09faae1821477805d0bb32cfc +size 210756 diff --git a/data/chunk-000/episode_000160.parquet b/data/chunk-000/episode_000160.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25a16f7695fa9bcc62f66b0ea836580ff02f2068 --- /dev/null +++ b/data/chunk-000/episode_000160.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60573faf28e53c4a353dc480089ee85e63ae167072ff288d6aa7f94e25df2209 +size 189119 diff --git a/data/chunk-000/episode_000161.parquet b/data/chunk-000/episode_000161.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf64c36270da1f103c48cfa2839e44f9d959189d --- /dev/null +++ b/data/chunk-000/episode_000161.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db013484174cb9c945f9c1725d5282eca1842780d53d9400dee3108a82694af1 +size 152029 diff --git a/data/chunk-000/episode_000162.parquet b/data/chunk-000/episode_000162.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ecb38c03c9bb587f498f96b2719fbb30ca7edb00 --- /dev/null +++ b/data/chunk-000/episode_000162.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367e58b4269729fec4de876503fe8a90428bb9bf6e99b33e2060645c4940bad2 +size 189597 diff --git a/data/chunk-000/episode_000163.parquet b/data/chunk-000/episode_000163.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e8584d566260882123df4f1bf605296214961c51 --- /dev/null +++ b/data/chunk-000/episode_000163.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8fda12b01f16eae1b18e2f5cd8a2b571e017a29c424d457dc518b9b4450134 +size 187107 diff --git a/data/chunk-000/episode_000164.parquet b/data/chunk-000/episode_000164.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11332868d0b605c1cbd8216664630cf0346e8002 --- /dev/null +++ b/data/chunk-000/episode_000164.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811da1326f32f76f8e3d9421b01a5dd525c330e32bc86d5010e9e45fd6419ea8 +size 190701 diff --git a/data/chunk-000/episode_000165.parquet b/data/chunk-000/episode_000165.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba6bd62f6a4a46a05d38d088030d29787cf6921d --- /dev/null +++ b/data/chunk-000/episode_000165.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308a816c8614ced04fa0b36eb1e14241b980afda128e9c616022bf0f25258e6b +size 188505 diff --git a/data/chunk-000/episode_000166.parquet b/data/chunk-000/episode_000166.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b13e21f123c8546cb07bbcf315ae3782af84658 --- /dev/null +++ b/data/chunk-000/episode_000166.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0bcfb24cdeadabaf09175befce838db5d4b56ea8298cafdbe3b55399549298 +size 198215 diff --git a/data/chunk-000/episode_000167.parquet b/data/chunk-000/episode_000167.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5290b9f9d117d414c73b86a6ef7edba8d59cf457 --- /dev/null +++ b/data/chunk-000/episode_000167.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed222edb8972669e57b4c9c107de5fa4f4de2a5701e22141fd38127faf6a07d +size 189111 diff --git a/data/chunk-000/episode_000168.parquet b/data/chunk-000/episode_000168.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b5e07c1b18e7191504ffab86b857c74027237139 --- /dev/null +++ b/data/chunk-000/episode_000168.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e4e3e7608ec0c218a43ce6dac4da0f065d6460a307071a2f021396ac4b3c80 +size 187609 diff --git a/data/chunk-000/episode_000169.parquet b/data/chunk-000/episode_000169.parquet new file mode 100644 index 0000000000000000000000000000000000000000..cf9f14de6d8f7d96998061494b43fe9580ff600e --- /dev/null +++ b/data/chunk-000/episode_000169.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950d2cdb2280d1ffd203c9a1ebd317bb6004886f98c0542b457396ec843501ee +size 148801 diff --git a/data/chunk-000/episode_000170.parquet b/data/chunk-000/episode_000170.parquet new file mode 100644 index 0000000000000000000000000000000000000000..728f278f7f03078142b6edeba4088afdf7a447f8 --- /dev/null +++ b/data/chunk-000/episode_000170.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255de39f4e4561cb8d73ee3c9f23379cbd2cc1e322285d19d926654560edd9ac +size 188156 diff --git a/data/chunk-000/episode_000171.parquet b/data/chunk-000/episode_000171.parquet new file mode 100644 index 0000000000000000000000000000000000000000..551d1fa83a6fd08b87997a16c9ab47b1ec3c7fda --- /dev/null +++ b/data/chunk-000/episode_000171.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef23e36ecbb708aaa45b1f68a3ff80c84e893e6f05b2ace403c2d869710e993c +size 198347 diff --git a/data/chunk-000/episode_000172.parquet b/data/chunk-000/episode_000172.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4224d80036e84232a4dfd78bbb9f07bd536b6018 --- /dev/null +++ b/data/chunk-000/episode_000172.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5175e4472a308a2100f07684c808782df765928bb1b99bb7b2527410c6463118 +size 191811 diff --git a/data/chunk-000/episode_000173.parquet b/data/chunk-000/episode_000173.parquet new file mode 100644 index 0000000000000000000000000000000000000000..daa043d7a652383582d4cf3808e392394b217eb9 --- /dev/null +++ b/data/chunk-000/episode_000173.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c96549325a9c42b60cb7d6b70474bf369dd178ba7737b0d4a1e7871dc0ea7e +size 185573 diff --git a/data/chunk-000/episode_000174.parquet b/data/chunk-000/episode_000174.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f29f8d9e0bf4f978018c5f11e1ff418baf25592f --- /dev/null +++ b/data/chunk-000/episode_000174.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e596e8ec821b050611dade65747c72ea1a29c744467889f1354d9fe8f2112275 +size 146291 diff --git a/data/chunk-000/episode_000175.parquet b/data/chunk-000/episode_000175.parquet new file mode 100644 index 0000000000000000000000000000000000000000..58405b00a76b13c72254fc74829e7528e0dc93be --- /dev/null +++ b/data/chunk-000/episode_000175.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7319eca24af95e5a860a2b0cbf4979749c288026eebcc287ecf901c803a5790 +size 186030 diff --git a/data/chunk-000/episode_000176.parquet b/data/chunk-000/episode_000176.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dd09bc944735ed5053c0a688193d34ceb4d19eda --- /dev/null +++ b/data/chunk-000/episode_000176.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a46136b6d8195820a1d3e7716d7ec2ca12fb57a5f5d9c638d961a77d1a70393 +size 199477 diff --git a/data/chunk-000/episode_000177.parquet b/data/chunk-000/episode_000177.parquet new file mode 100644 index 0000000000000000000000000000000000000000..69adceb6eafef66abcca3574d2c45515cbb5b13a --- /dev/null +++ b/data/chunk-000/episode_000177.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a31e54a04c00e01ccd48666dab986090a6da00616f7ee6280ba88a3c8e03f9f +size 139570 diff --git a/data/chunk-000/episode_000178.parquet b/data/chunk-000/episode_000178.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13dc95eba1a3780df52aa76efec8ce9ee78697ec --- /dev/null +++ b/data/chunk-000/episode_000178.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132b6f5089dc4b6328f7f963276e0d8c10fe4b1209fcd73b283d7a3240409ead +size 192077 diff --git a/data/chunk-000/episode_000179.parquet b/data/chunk-000/episode_000179.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83841c163a92885ea618ecfba7aa55bdea6f21ec --- /dev/null +++ b/data/chunk-000/episode_000179.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd1ddc59f7c2ae51e8c5ec979a53575f89fc515eecb81b513bfa8b8bc73635b +size 188841 diff --git a/data/chunk-000/episode_000180.parquet b/data/chunk-000/episode_000180.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c91f9f99ad60c4d781bf50cbbff654df0b8634d5 --- /dev/null +++ b/data/chunk-000/episode_000180.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77cb5e06bc1933f2c0e7ef0247d142a235e03f57263ab9d7b96b69f38ef97506 +size 193070 diff --git a/data/chunk-000/episode_000181.parquet b/data/chunk-000/episode_000181.parquet new file mode 100644 index 0000000000000000000000000000000000000000..21fc2ddc466150744d8bf891d5ac88e8c55b4c09 --- /dev/null +++ b/data/chunk-000/episode_000181.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3961a3295444762f92e318650abdfa8f805631368d8655f4cd304fdbd7083ed1 +size 191957 diff --git a/data/chunk-000/episode_000182.parquet b/data/chunk-000/episode_000182.parquet new file mode 100644 index 0000000000000000000000000000000000000000..052c5839758ce0bf2bd9a8907e42b1bc8f11a4e0 --- /dev/null +++ b/data/chunk-000/episode_000182.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd389692d88a1b071a6f405a8f54ced60ec0ad456ed4ab224b1b698de171afa9 +size 193530 diff --git a/data/chunk-000/episode_000183.parquet b/data/chunk-000/episode_000183.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e999960c8340c0034c5473acb423abf0c4518022 --- /dev/null +++ b/data/chunk-000/episode_000183.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab6f5c56e7abf30a42ce19f13430a9ca94d62e594dc0bf315c69b5b22e20cbe +size 194251 diff --git a/data/chunk-000/episode_000184.parquet b/data/chunk-000/episode_000184.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a45bbfd49fb509dbdba7284fca22a3f2b73a298 --- /dev/null +++ b/data/chunk-000/episode_000184.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681f3f7cc0dc9bff8c44a9a408df477e3bffcfdddd8d7779acf9bad70b1293df +size 192165 diff --git a/data/chunk-000/episode_000185.parquet b/data/chunk-000/episode_000185.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f3e2790aa5ab05e9b708b4004fc805a95a6a266 --- /dev/null +++ b/data/chunk-000/episode_000185.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbebd18b29b1d2c8184b6e757bda0dce0e1bc4dbcc6c6502d6a6381c3d5a670 +size 178415 diff --git a/data/chunk-000/episode_000186.parquet b/data/chunk-000/episode_000186.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fcc854ee88b20d59d41a7c616bfd3f6a2ae291c6 --- /dev/null +++ b/data/chunk-000/episode_000186.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9534cc8168bf69a80f012121edec126ae5ca65083996086ef28a29efb18a7443 +size 180227 diff --git a/data/chunk-000/episode_000187.parquet b/data/chunk-000/episode_000187.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b58b62404be8d9587e0cb2da66a0217305f4c58 --- /dev/null +++ b/data/chunk-000/episode_000187.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80df4795292ed9546ee2409ac7277f4ccc1b9a3fcd38da8840a8d475b39f93d3 +size 192477 diff --git a/data/chunk-000/episode_000188.parquet b/data/chunk-000/episode_000188.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c68317888b6e0152bd0ced0bd45c8b427170b208 --- /dev/null +++ b/data/chunk-000/episode_000188.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525e5f56ba468b6640a71778f439f1e9c162a195ed1c9ff312b31ecdfa85a95e +size 195698 diff --git a/data/chunk-000/episode_000189.parquet b/data/chunk-000/episode_000189.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3aa72fd6d9984293522fec9415bfada3d3e9405d --- /dev/null +++ b/data/chunk-000/episode_000189.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1d9a10f8713a73639dee6c3a7f386c717c6439513edb8967b0e30d1d7c143e +size 197247 diff --git a/data/chunk-000/episode_000190.parquet b/data/chunk-000/episode_000190.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e875813d3151b2075ec7fd033692c80e0106e758 --- /dev/null +++ b/data/chunk-000/episode_000190.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f374de95227f472b78c43ae1c269bd25ce83a942d1986141c2b50a1e77ae6502 +size 192054 diff --git a/data/chunk-000/episode_000191.parquet b/data/chunk-000/episode_000191.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2532568bc3740d967258367eea5c0b2fe5c6966c --- /dev/null +++ b/data/chunk-000/episode_000191.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a690efb0cfd6430d567fd30f03356918c6c5da9fc07b6b5e68d124631b89e1 +size 191135 diff --git a/data/chunk-000/episode_000192.parquet b/data/chunk-000/episode_000192.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7c71e36dff5ad4c8ab3836ac3555b3d2ec334c5a --- /dev/null +++ b/data/chunk-000/episode_000192.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c32072024b6ff63fe88b72ea6ef54b7d0521ca1f718ca15554c79602c66241 +size 194359 diff --git a/data/chunk-000/episode_000193.parquet b/data/chunk-000/episode_000193.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4a4ce63e1afd55e660f3d66a15cdb9428a7a9432 --- /dev/null +++ b/data/chunk-000/episode_000193.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae839c986a826f4e378ea753f313af251b4d81d7d2629da021f87b3f59c8e2f5 +size 199918 diff --git a/data/chunk-000/episode_000194.parquet b/data/chunk-000/episode_000194.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1449532aa2cece4a9cfcb80f3ac918dbd723f4dc --- /dev/null +++ b/data/chunk-000/episode_000194.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa1eecef617d4932fbffbf64ff63fbed76a014b61c04d5e636bac88605aeb47 +size 192687 diff --git a/data/chunk-000/episode_000195.parquet b/data/chunk-000/episode_000195.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d656e19adb48325a70049112eeca56993ba05fb4 --- /dev/null +++ b/data/chunk-000/episode_000195.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58c67b593615eb9854f6e28e5830cc66ec04eeaaace37ecbc81a2353e3c3487 +size 222038 diff --git a/data/chunk-000/episode_000196.parquet b/data/chunk-000/episode_000196.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f678caf02c15ae52073edbc368ee9fde37dd6321 --- /dev/null +++ b/data/chunk-000/episode_000196.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7413138fed33046923a37ccd955c989a26c6bf169f4b3463956aa8d0a504cf87 +size 191710 diff --git a/data/chunk-000/episode_000197.parquet b/data/chunk-000/episode_000197.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dee42b4bbae773fec6c3b3ad707d22496e6debcd --- /dev/null +++ b/data/chunk-000/episode_000197.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9235d8724e81f54667745d759c6ce28860479b05cf5ac654d2e846745275cbe9 +size 190785 diff --git a/data/chunk-000/episode_000198.parquet b/data/chunk-000/episode_000198.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bcb4d88c35eb3bd54c09a537d902d759e85aeae3 --- /dev/null +++ b/data/chunk-000/episode_000198.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9321c6f21055e3f5adfaef70dcb776ef90ee82b11abff01726c97907f9126d42 +size 196563 diff --git a/data/chunk-000/episode_000199.parquet b/data/chunk-000/episode_000199.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc2ecd75524fa06e427af387e5967fbcea613e2f --- /dev/null +++ b/data/chunk-000/episode_000199.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d3f1669c8c6db23774b1b4b7177d93de5b26d4b12dcf1e42c61acc315ad336 +size 190949 diff --git a/data/chunk-000/episode_000200.parquet b/data/chunk-000/episode_000200.parquet new file mode 100644 index 0000000000000000000000000000000000000000..918c270009d20151d55afaac8df5814c97225007 --- /dev/null +++ b/data/chunk-000/episode_000200.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:701a30c24d26c5f8436e50742ccc37fade29409b89cad5f83bc7bdc6ffccb37e +size 197617 diff --git a/data/chunk-000/episode_000201.parquet b/data/chunk-000/episode_000201.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c33fb2487e1656e9c4203ff16ebd44ebf1c3e6d --- /dev/null +++ b/data/chunk-000/episode_000201.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81ffd8200d39fb3ede716eba7b0fa3fa7be7b5e9a08be41bef71efbf6f0408b +size 197694 diff --git a/data/chunk-000/episode_000202.parquet b/data/chunk-000/episode_000202.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5b5cab3b1a6600eed98d7f3fab8767c32080dbce --- /dev/null +++ b/data/chunk-000/episode_000202.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dcbcf33666daff78127d975d479a43931b9fcc43d0c2721f6b7f179d14078a +size 195996 diff --git a/data/chunk-000/episode_000203.parquet b/data/chunk-000/episode_000203.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ef873971cf264e63c1f126d242be3aa7f10e3743 --- /dev/null +++ b/data/chunk-000/episode_000203.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7091502b877d9dc1c3c97a49a1f322a85fe8a36710590869287a28d3393e40b3 +size 191040 diff --git a/data/chunk-000/episode_000204.parquet b/data/chunk-000/episode_000204.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1baeb4ff42244e2c158e55225eafa05b27977f50 --- /dev/null +++ b/data/chunk-000/episode_000204.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba5c6d1aeda9383ea155fe14aa450ed4e7cf7cbf07aba138b52dc0cb2ff6d50 +size 203096 diff --git a/data/chunk-000/episode_000205.parquet b/data/chunk-000/episode_000205.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1602561b94b0d8eac19c2a9a52d802e4282aa540 --- /dev/null +++ b/data/chunk-000/episode_000205.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e766c7ed4317b001aa83e27d597d049398c047a33b926251fe46fbb281598aee +size 198831 diff --git a/data/chunk-000/episode_000206.parquet b/data/chunk-000/episode_000206.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c026f63e59a7ad080d8408cce35866cf9d087be1 --- /dev/null +++ b/data/chunk-000/episode_000206.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09c14c45c508b6aed3150c3a043a956d3dbe275445373338e3738597b877f42 +size 192396 diff --git a/data/chunk-000/episode_000207.parquet b/data/chunk-000/episode_000207.parquet new file mode 100644 index 0000000000000000000000000000000000000000..885226f236e52bbf34e3b00bc84f1a80a532e674 --- /dev/null +++ b/data/chunk-000/episode_000207.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f468bd01eecc7dec37d9dbfeee89e5528b6da17e19a357549f3cbd1f63d43dac +size 197193 diff --git a/data/chunk-000/episode_000208.parquet b/data/chunk-000/episode_000208.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8b313693ad67c7cb66a0b1018fe0a80220439d24 --- /dev/null +++ b/data/chunk-000/episode_000208.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6df391249d2681990173d1777ea4354e3384902f2bc9be51dfcf0bad1c33bf4 +size 184779 diff --git a/data/chunk-000/episode_000209.parquet b/data/chunk-000/episode_000209.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a7ecd6797d776202d526762d8f97cfbde52bb95 --- /dev/null +++ b/data/chunk-000/episode_000209.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4077a3c2faae95c47ac9c2564cf51d70343633b4f7050b09f14947604bd868c8 +size 190187 diff --git a/data/chunk-000/episode_000210.parquet b/data/chunk-000/episode_000210.parquet new file mode 100644 index 0000000000000000000000000000000000000000..75d748096d2663cf979a54da375801bb534919c3 --- /dev/null +++ b/data/chunk-000/episode_000210.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c58c023430abdd047496393d82e1ce539ac87e9fde3b565523365b997a338a8 +size 175335 diff --git a/data/chunk-000/episode_000211.parquet b/data/chunk-000/episode_000211.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c5e623fe067aa8fd3a1b6e8dcfe05810a1ab3392 --- /dev/null +++ b/data/chunk-000/episode_000211.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05a40c035b42d50af308ab648a1b0e2bd5dd6e3430eb81c4910c3c133340032 +size 195387 diff --git a/data/chunk-000/episode_000212.parquet b/data/chunk-000/episode_000212.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6e62e23cc563ba26a20e378406d28b743f035bea --- /dev/null +++ b/data/chunk-000/episode_000212.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247e25f6ec212483538693667d80db68e917a5d746c5d13a4fffcc7ed6ef556d +size 181274 diff --git a/data/chunk-000/episode_000213.parquet b/data/chunk-000/episode_000213.parquet new file mode 100644 index 0000000000000000000000000000000000000000..07998a96e2d20f309310b1b7191ea465dc838c12 --- /dev/null +++ b/data/chunk-000/episode_000213.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200559ba64305ba0771c49e3900f94f3a7147cf7c880924a21e26ad1d1b2af8e +size 182199 diff --git a/data/chunk-000/episode_000214.parquet b/data/chunk-000/episode_000214.parquet new file mode 100644 index 0000000000000000000000000000000000000000..16b4b318db007a6b212138986d4612da442ec985 --- /dev/null +++ b/data/chunk-000/episode_000214.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e1ed5fd9f5486ad61772ca4e041936560346753fd05683d432d2fd4f28734b +size 176366 diff --git a/data/chunk-000/episode_000215.parquet b/data/chunk-000/episode_000215.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f362cf200ff6c3091688c0ebef1779df5fd54d4d --- /dev/null +++ b/data/chunk-000/episode_000215.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71277c8512517f78d42a2878c01fde42f0613a08119d96eab0bff4c9b0204853 +size 201281 diff --git a/data/chunk-000/episode_000216.parquet b/data/chunk-000/episode_000216.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d7bdc87058d6cf782498f6cbeac78e1d82cde882 --- /dev/null +++ b/data/chunk-000/episode_000216.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cbe51bbb477cba5adcf7abac0969f1a2a396674d5afd603afb63e11116cf62 +size 192717 diff --git a/data/chunk-000/episode_000217.parquet b/data/chunk-000/episode_000217.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47c1220b9c2a86a0a431601a4304e9195359f093 --- /dev/null +++ b/data/chunk-000/episode_000217.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd10fd6ab616c5bdd67bcbe4dfda63e773afb32d2a8942633eaba624780de7c2 +size 190839 diff --git a/data/chunk-000/episode_000218.parquet b/data/chunk-000/episode_000218.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b4d4747bf178e34eb907a75175222ecdc18274e1 --- /dev/null +++ b/data/chunk-000/episode_000218.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601ab2e2b9304414bfccb9c35b1a8897b64f795cf268c7082035c0a66293df4d +size 195250 diff --git a/data/chunk-000/episode_000219.parquet b/data/chunk-000/episode_000219.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7137ddbbc7444e50424879fa1eb705b422dfc383 --- /dev/null +++ b/data/chunk-000/episode_000219.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111ac6b754a299100a5d695cbce0dd0118b8ddb9aeed0b298ff6cb6d3e509fa3 +size 201206 diff --git a/data/chunk-000/episode_000220.parquet b/data/chunk-000/episode_000220.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ffe71c4852648351449ce2468f252c1df1ab9ee1 --- /dev/null +++ b/data/chunk-000/episode_000220.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6a658e4bfdd2ceb883d4bc82695a89e89e9231285b737e64e329dab2786d4e +size 188860 diff --git a/data/chunk-000/episode_000221.parquet b/data/chunk-000/episode_000221.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1ce6e020fd10565d2dfe29ff04ad76c98ae29234 --- /dev/null +++ b/data/chunk-000/episode_000221.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a55d5cc03e99716521385bb304bb1e5d9b3ed7d75fee115d0ade0704cfb1db +size 190303 diff --git a/data/chunk-000/episode_000222.parquet b/data/chunk-000/episode_000222.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4b32dceb78b2c6a3d96628449c5c4b9ae9200efd --- /dev/null +++ b/data/chunk-000/episode_000222.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c78f6a938a47fe5cc73f54ffac717867018748456f323ff7d3490038a8dcf0b +size 194449 diff --git a/data/chunk-000/episode_000223.parquet b/data/chunk-000/episode_000223.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8f991e66df1a8eaeb289d35880c338959f27c438 --- /dev/null +++ b/data/chunk-000/episode_000223.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b43b53dafa98b8d1a6fdbda38f7c2391d536bc9bb2044727ece6ded1838802 +size 195556 diff --git a/data/chunk-000/episode_000224.parquet b/data/chunk-000/episode_000224.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b7afa87cf1a72837ca1514db000dfb518213e643 --- /dev/null +++ b/data/chunk-000/episode_000224.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99b262aee67b06f64e82820e5b5329efa4a9c4019f900fc708a77f9821dd7d1 +size 195498 diff --git a/data/chunk-000/episode_000225.parquet b/data/chunk-000/episode_000225.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8828a4a770376a6c7b6eb19b0b269c2114b216f2 --- /dev/null +++ b/data/chunk-000/episode_000225.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a8f6a133c76d06263f680118b2b44b3ea63d3e5592d5ea55e498e9b72b730a +size 218911 diff --git a/data/chunk-000/episode_000226.parquet b/data/chunk-000/episode_000226.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a730fdb221a47c2fe5ac2a4d1999e6858b8ac7d0 --- /dev/null +++ b/data/chunk-000/episode_000226.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee040a0db69b24b79291d250547bc44444eb8931648fbeb56e06f8655762964 +size 142322 diff --git a/data/chunk-000/episode_000227.parquet b/data/chunk-000/episode_000227.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0a359278c9b6bb990edaf5c39b94e4d683f2bff2 --- /dev/null +++ b/data/chunk-000/episode_000227.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba17614ff1a6fe3322c52183bafcd7fcc36958965e5022fb9b3f87c27974160 +size 185067 diff --git a/data/chunk-000/episode_000228.parquet b/data/chunk-000/episode_000228.parquet new file mode 100644 index 0000000000000000000000000000000000000000..60798fab3e30bd329ab97865e5c5c37b8f45c16e --- /dev/null +++ b/data/chunk-000/episode_000228.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b023aa5e515ce0537e017e9ebec89ea334dae2bec8e91e0cdc129eb14430198e +size 192393 diff --git a/data/chunk-000/episode_000229.parquet b/data/chunk-000/episode_000229.parquet new file mode 100644 index 0000000000000000000000000000000000000000..71eaa041657a10a2fe5bee7440904f6d51e146aa --- /dev/null +++ b/data/chunk-000/episode_000229.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf0a5cc89cdb77f530a96c4471b946c1073e72e7b9acba7f069ab6bb82e5e9e +size 184384 diff --git a/data/chunk-000/episode_000230.parquet b/data/chunk-000/episode_000230.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4920864414e59e52e1825ff1024bf48fc8781180 --- /dev/null +++ b/data/chunk-000/episode_000230.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee479b6ab27be8633c52eaa595a8216af3cd413fa36b51271d39add543292812 +size 195627 diff --git a/data/chunk-000/episode_000231.parquet b/data/chunk-000/episode_000231.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e7ac172731eeeff65318967ebd6b8acaacc1841 --- /dev/null +++ b/data/chunk-000/episode_000231.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703a52700ede31800b1ba51546ea2137ea5fd31525b58c4f03bf24d22ec15fe2 +size 178729 diff --git a/data/chunk-000/episode_000232.parquet b/data/chunk-000/episode_000232.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a0225f2e2a422ccf466681fecfa1d7d6c3c6894f --- /dev/null +++ b/data/chunk-000/episode_000232.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f14348f32bdc6cd9f18ac785d0e026025165b19853dfa608284c9d52c615075 +size 201059 diff --git a/data/chunk-000/episode_000233.parquet b/data/chunk-000/episode_000233.parquet new file mode 100644 index 0000000000000000000000000000000000000000..11edd0779c3847eaf3437a4a6c56bb65092b06d2 --- /dev/null +++ b/data/chunk-000/episode_000233.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ecc2b1e004a96193d6cf02d7da26966cf843fb9c9be4a76b83693e80e5cbc77 +size 148825 diff --git a/data/chunk-000/episode_000234.parquet b/data/chunk-000/episode_000234.parquet new file mode 100644 index 0000000000000000000000000000000000000000..074de1c1da90374dd46638d1797540d1fb9a80fa --- /dev/null +++ b/data/chunk-000/episode_000234.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703d84a2adcb0881c4b761b533459cf2bd82aec06f749fa261df355ad8ef3d75 +size 185771 diff --git a/data/chunk-000/episode_000235.parquet b/data/chunk-000/episode_000235.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d73efc38538e88e1249627272cf467339b524d40 --- /dev/null +++ b/data/chunk-000/episode_000235.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143791e28f40f0352dff6a0d096ae192df3bada201ef964119015f94b277181b +size 150221 diff --git a/data/chunk-000/episode_000236.parquet b/data/chunk-000/episode_000236.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2499a4299cfbdb79630dfc99edf0e8ecbb8ea9a4 --- /dev/null +++ b/data/chunk-000/episode_000236.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ab0883091c3e8c713e67e5f07c61f68c35a7157c071745d2c499f92a426def +size 145160 diff --git a/data/chunk-000/episode_000237.parquet b/data/chunk-000/episode_000237.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8925f5ef2f6951639981d783ca7061fa7b519719 --- /dev/null +++ b/data/chunk-000/episode_000237.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934c4708bea77085caa5707d5bc3fc52608e01aab4d6a36a566f872d03e91bfb +size 143445 diff --git a/data/chunk-000/episode_000238.parquet b/data/chunk-000/episode_000238.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4c55a630d7419c50e358eead3632cbe74f4d1993 --- /dev/null +++ b/data/chunk-000/episode_000238.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d74e9ee4aa828e78077a0f0992cd1e540e75af6e9b9c1be35255a28bcd8668 +size 140640 diff --git a/data/chunk-000/episode_000239.parquet b/data/chunk-000/episode_000239.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f9cedecba0925462b759c69665e8d2a70220e31a --- /dev/null +++ b/data/chunk-000/episode_000239.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20259e2bea4420eebcb4ae4b3f59a75cff35574d97325ae43136445fb30eb855 +size 139027 diff --git a/data/chunk-000/episode_000240.parquet b/data/chunk-000/episode_000240.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9307379cd7abd3b33414c6e78934ff20454a7181 --- /dev/null +++ b/data/chunk-000/episode_000240.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7666ef401eb7d2cad5df95b9f23aaf8e6dbe8eae14f312ecb3bc52a43d83f0 +size 188226 diff --git a/data/chunk-000/episode_000241.parquet b/data/chunk-000/episode_000241.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bbf20c59e74dd2742da19a2a7cab28c5dd229e8a --- /dev/null +++ b/data/chunk-000/episode_000241.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e18d1e814e9bbf036703ca61f22dc37caf04e26f5963af29919c675b7f40f6 +size 145696 diff --git a/data/chunk-000/episode_000242.parquet b/data/chunk-000/episode_000242.parquet new file mode 100644 index 0000000000000000000000000000000000000000..29a7c73fc550b81aa5d9ea5fecd2f320c15a035c --- /dev/null +++ b/data/chunk-000/episode_000242.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809e8d9176b2fb19ef08637fba1ea4d6a78bc16429bba0e49c4122a6844be3d9 +size 185252 diff --git a/data/chunk-000/episode_000243.parquet b/data/chunk-000/episode_000243.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c923019fa766487c97ca4a748c7ad530f80868a --- /dev/null +++ b/data/chunk-000/episode_000243.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c472a2f94da7256573c152e9d4f4f69e78210698cbbf916f07688cf035e3f0 +size 149559 diff --git a/data/chunk-000/episode_000244.parquet b/data/chunk-000/episode_000244.parquet new file mode 100644 index 0000000000000000000000000000000000000000..64b48adb5b5797eeea5da5cfb72cd90d7b768592 --- /dev/null +++ b/data/chunk-000/episode_000244.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c886ab6bc1efa77d5ceb6400d3f77a47fa364a0343de6a47007c67abf7708034 +size 189477 diff --git a/data/chunk-000/episode_000245.parquet b/data/chunk-000/episode_000245.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6407e10128324806c12e9b07cbf70249e24d740a --- /dev/null +++ b/data/chunk-000/episode_000245.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2ba3179fb1764934cf898da4d1e6164d9082a75c8617dec045ba4e76266c8c +size 140518 diff --git a/data/chunk-000/episode_000246.parquet b/data/chunk-000/episode_000246.parquet new file mode 100644 index 0000000000000000000000000000000000000000..62ebd90c747649f7251a0e52587b3739b134e179 --- /dev/null +++ b/data/chunk-000/episode_000246.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9429d9fd3c78822068bc54b54dcf173550e5d318ff3a09f204b6578d1af82bba +size 145313 diff --git a/data/chunk-000/episode_000247.parquet b/data/chunk-000/episode_000247.parquet new file mode 100644 index 0000000000000000000000000000000000000000..45a5a2f0a673550d04488f25413c048b2cb607df --- /dev/null +++ b/data/chunk-000/episode_000247.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760f3484442f69aea3332c2fbc0e5c33450ab85d8c5a7f469186cb509c883b73 +size 199846 diff --git a/data/chunk-000/episode_000248.parquet b/data/chunk-000/episode_000248.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8f6f5f38986b4f276b198b3078d20903288f5ee --- /dev/null +++ b/data/chunk-000/episode_000248.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacadd98b94a70167d5bb1b3fd1f06bfeb10ecb1615a0ecfdce057cc18ae931d +size 148071 diff --git a/data/chunk-000/episode_000249.parquet b/data/chunk-000/episode_000249.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3da2e56252aec2a6fa36f69d52fab45eace1f6c3 --- /dev/null +++ b/data/chunk-000/episode_000249.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae6dfa41eaf05f4ae0b15f18b35d27b582b0ea231da75f54975ef75ebe9c9ce +size 143566 diff --git a/data/chunk-000/episode_000250.parquet b/data/chunk-000/episode_000250.parquet new file mode 100644 index 0000000000000000000000000000000000000000..732246c064e3f2564ca295a4d7a612fc61dc8ecf --- /dev/null +++ b/data/chunk-000/episode_000250.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60189849faffd17dbf5bcb5378c0eaec6bd7285accbf88270fa88f4f8b27fec +size 146737 diff --git a/data/chunk-000/episode_000251.parquet b/data/chunk-000/episode_000251.parquet new file mode 100644 index 0000000000000000000000000000000000000000..637fc8ead8e949a57f6877230815e8c72d33afb4 --- /dev/null +++ b/data/chunk-000/episode_000251.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c2aeb21cb65f702c3bbe069b1d7348261e53d8a150d60d1665d2e06b60ef78 +size 187120 diff --git a/data/chunk-000/episode_000252.parquet b/data/chunk-000/episode_000252.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d5c2ab280bd652aa4caf2384d0ce328e9a15086 --- /dev/null +++ b/data/chunk-000/episode_000252.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c1a77983186f834430c9c8a00aed198279357e0b077e1efb3fb36ad0151ee3 +size 145974 diff --git a/data/chunk-000/episode_000253.parquet b/data/chunk-000/episode_000253.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2f09fd82081f5b815a44e318ecbc085fa4424c92 --- /dev/null +++ b/data/chunk-000/episode_000253.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fb726006fa78950c79d3dbed63629a71b9366f7c46247eb0da9821223109e1 +size 190871 diff --git a/data/chunk-000/episode_000254.parquet b/data/chunk-000/episode_000254.parquet new file mode 100644 index 0000000000000000000000000000000000000000..84778034cc329d537bbd174edaa793845fc8011e --- /dev/null +++ b/data/chunk-000/episode_000254.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff804afece3376ef8190f2f961d2c96e81f685e1ea11ea7eca5b10bb0c8af9c8 +size 206099 diff --git a/data/chunk-000/episode_000255.parquet b/data/chunk-000/episode_000255.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1a39cb2c493913efa7b1f4391e6a912d4a9e1b4 --- /dev/null +++ b/data/chunk-000/episode_000255.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44f0b1c13f40c5b5bcda8a2e9a814f36a824d2c699476bc7ea28225bef6209b +size 147781 diff --git a/data/chunk-000/episode_000256.parquet b/data/chunk-000/episode_000256.parquet new file mode 100644 index 0000000000000000000000000000000000000000..35aa45b3d37e21baefa06f1a16665e62d1b09ac4 --- /dev/null +++ b/data/chunk-000/episode_000256.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049df192f9860fc991001d36fa71bec544eb831026463b2076c313705173e040 +size 186746 diff --git a/data/chunk-000/episode_000257.parquet b/data/chunk-000/episode_000257.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a535cc4931fcafc246148f9d6dfcbeaecbe3f80e --- /dev/null +++ b/data/chunk-000/episode_000257.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f042317af71e11e05f8d9a56559ee4e67f523c35cbe3a9057152f8ad127afc +size 133178 diff --git a/data/chunk-000/episode_000258.parquet b/data/chunk-000/episode_000258.parquet new file mode 100644 index 0000000000000000000000000000000000000000..280df46b36d07f5b317088e9c800f526895279c3 --- /dev/null +++ b/data/chunk-000/episode_000258.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761af3c2dbfb9e9180ed5237d252ae46f6efd21676bfccf39bb8064a6c608c0c +size 147820 diff --git a/data/chunk-000/episode_000259.parquet b/data/chunk-000/episode_000259.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8cceca030b15997e6d267b24ba4bc5f7e87940bd --- /dev/null +++ b/data/chunk-000/episode_000259.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2edab79ffa28b9221d496fc4c4889f3ad0769192dfcd16e5272da1b9c972f3 +size 189940 diff --git a/data/chunk-000/episode_000260.parquet b/data/chunk-000/episode_000260.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6025e7c59345e8e3686034647553266a0eb76fc8 --- /dev/null +++ b/data/chunk-000/episode_000260.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c0c734262504a765a9d0a2e7a8a0cea39ec2b7b22811823b6b6e6bb3abb016 +size 143509 diff --git a/data/chunk-000/episode_000261.parquet b/data/chunk-000/episode_000261.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d1a94c24a0d21c3c37b81a920349765a06969fc5 --- /dev/null +++ b/data/chunk-000/episode_000261.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbfc3d831a044b967fdda5112dfce585b7406cb3c35e6d3dfd147c0ff8ca9b4 +size 312688 diff --git a/data/chunk-000/episode_000262.parquet b/data/chunk-000/episode_000262.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ba73c26ee365af09e5e6bfc8c4fc96b340ece857 --- /dev/null +++ b/data/chunk-000/episode_000262.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18fe12f6b4091a75956bfd925d27beb17b53e8c049e32c3ef52932d4db8a9e1 +size 307812 diff --git a/data/chunk-000/episode_000263.parquet b/data/chunk-000/episode_000263.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a6de9673d214f88d9947bfb404aee1ee25856ec --- /dev/null +++ b/data/chunk-000/episode_000263.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c407c5dc79f88722e8bef63410c8569c8f2f5c4be39101f17ea35b2af0b63d +size 263082 diff --git a/data/chunk-000/episode_000264.parquet b/data/chunk-000/episode_000264.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e9dd26cecea4ff4680ffb329274197f7136d4e91 --- /dev/null +++ b/data/chunk-000/episode_000264.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a359947a389ac6e3f59c0597c2805e0c132053cb60c0739e165472ceeccc0124 +size 280194 diff --git a/data/chunk-000/episode_000265.parquet b/data/chunk-000/episode_000265.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f5f065a5a643f2e27651b24d5d3d24e207597b1e --- /dev/null +++ b/data/chunk-000/episode_000265.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f7a9f64acbc5b9b4a960ca469c13fc330eeb541fd02893cf8c517257f0de7f +size 271656 diff --git a/data/chunk-000/episode_000266.parquet b/data/chunk-000/episode_000266.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c73f3d677a2072b2804e48322eb88c64165b4c3f --- /dev/null +++ b/data/chunk-000/episode_000266.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2112a3365c9301f08a6e604756d0182e352caa389a50cfedbbd1b47489d02aed +size 274044 diff --git a/data/chunk-000/episode_000267.parquet b/data/chunk-000/episode_000267.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e812d03fe79b8aeb0c02dc734e9f78c33a8be3ce --- /dev/null +++ b/data/chunk-000/episode_000267.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d514322915efb88809860d338fbfdaf9fee73ea469eba1fe86cfb9cce9472464 +size 265308 diff --git a/data/chunk-000/episode_000268.parquet b/data/chunk-000/episode_000268.parquet new file mode 100644 index 0000000000000000000000000000000000000000..eb17b9094e2ec37f2ef9349a0d11dc71d456823f --- /dev/null +++ b/data/chunk-000/episode_000268.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75744cbae8913c0c33248c73eb9973eb16b2344a34ad8ff33cc2593677c1e7f2 +size 264401 diff --git a/data/chunk-000/episode_000269.parquet b/data/chunk-000/episode_000269.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f7231b1808085f2fdcd9e6ce6eab2be8011e7253 --- /dev/null +++ b/data/chunk-000/episode_000269.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0269eb051a81ab24ad71984d0b7cafffd88e8eb3403abbbe43cf39ff4f313b2 +size 268005 diff --git a/data/chunk-000/episode_000270.parquet b/data/chunk-000/episode_000270.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fb5036bcbda0ce4d1ecbd9ed3d41bdf123fa86cb --- /dev/null +++ b/data/chunk-000/episode_000270.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95e9378139b60d4a9a4a2561a7e87220e1a1834d393e16666fbc334a0158d67 +size 263631 diff --git a/data/chunk-000/episode_000271.parquet b/data/chunk-000/episode_000271.parquet new file mode 100644 index 0000000000000000000000000000000000000000..92a0a1dfd3228816927af37dd256c195b9021f41 --- /dev/null +++ b/data/chunk-000/episode_000271.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa993cbe36fc9f1a66391e73f21de88798c579b4e311d4a52d3dd33d23650bc7 +size 298376 diff --git a/data/chunk-000/episode_000272.parquet b/data/chunk-000/episode_000272.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7bdeb5bf512845e2140c25e66ea052319434c1da --- /dev/null +++ b/data/chunk-000/episode_000272.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afd6551b55c2b1fc4717d2d6061c9b012d712393c34ecbfb55372a97a353813 +size 289231 diff --git a/data/chunk-000/episode_000273.parquet b/data/chunk-000/episode_000273.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ec444275cf391bbeb55003aabc83377b2d8d6419 --- /dev/null +++ b/data/chunk-000/episode_000273.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57cf41a218ad99a927e7b570cb7e962def7f648fc315e1e2320feee34dc78f9d +size 276518 diff --git a/data/chunk-000/episode_000274.parquet b/data/chunk-000/episode_000274.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4953d9516c4ffa35ea881e8d513da7cc0011dbb2 --- /dev/null +++ b/data/chunk-000/episode_000274.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d76899c13396898c9a4d1fde82a00c62fa0a9b011f0c6a205bbd981a1c014e +size 253336 diff --git a/data/chunk-000/episode_000275.parquet b/data/chunk-000/episode_000275.parquet new file mode 100644 index 0000000000000000000000000000000000000000..90f376a6e74d93f8b28bc2ece9c625a20b07f229 --- /dev/null +++ b/data/chunk-000/episode_000275.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0c434e838645268fbe6bfa4da94413d64edb98d18751e7b64d31c650ed69b1 +size 260354 diff --git a/data/chunk-000/episode_000276.parquet b/data/chunk-000/episode_000276.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7a145f9d9998149d900e60c60c3a8b0e68736089 --- /dev/null +++ b/data/chunk-000/episode_000276.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677427278d0ee82aad1ca106f677156db7dc8a2dd0a0608aeb0161f5fb2a564e +size 266316 diff --git a/data/chunk-000/episode_000277.parquet b/data/chunk-000/episode_000277.parquet new file mode 100644 index 0000000000000000000000000000000000000000..778f077c0804ead7cc35a787b797db3166b16025 --- /dev/null +++ b/data/chunk-000/episode_000277.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef832db84f4cc08942b50d3dee8074dd22ebb8ac6ead3a5f88cd67ae3fc0904 +size 260131 diff --git a/data/chunk-000/episode_000278.parquet b/data/chunk-000/episode_000278.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b4dce6a74c698c81f1af37cab13d5ef82f03187 --- /dev/null +++ b/data/chunk-000/episode_000278.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d631434d1032146b50874a1f238805e9fdbbc5c99a1137db1fa977eed87324eb +size 260951 diff --git a/data/chunk-000/episode_000279.parquet b/data/chunk-000/episode_000279.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4b321b895f2af33b6fe916cedfc789767d6b6e9 --- /dev/null +++ b/data/chunk-000/episode_000279.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ee3af7db01155c87527429da03bb7b1b74b907a7b4781a8beccfa14a1e05e1 +size 280275 diff --git a/data/chunk-000/episode_000280.parquet b/data/chunk-000/episode_000280.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ee33b62637c2653c89010d141e1dd48e2a67c521 --- /dev/null +++ b/data/chunk-000/episode_000280.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8eaab2b8079f4f871f7eba859335e66eec77baa0f891778a94dfe320976174 +size 282285 diff --git a/data/chunk-000/episode_000281.parquet b/data/chunk-000/episode_000281.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8dce39d5ab26ae874e2a2295b1c573181423f094 --- /dev/null +++ b/data/chunk-000/episode_000281.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1c636252d1e5c9bfb6c4a9b021c969843a9502342245329ec0d8562f7d56f8 +size 260804 diff --git a/data/chunk-000/episode_000282.parquet b/data/chunk-000/episode_000282.parquet new file mode 100644 index 0000000000000000000000000000000000000000..57cb64060491ed644b2555c27bda7cef7d3d2e9b --- /dev/null +++ b/data/chunk-000/episode_000282.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632edfcc3a51039a796fec67fcf9ddf1f77534aab5eaae6517dc818d46204dca +size 288442 diff --git a/data/chunk-000/episode_000283.parquet b/data/chunk-000/episode_000283.parquet new file mode 100644 index 0000000000000000000000000000000000000000..89e093d3ac3425ed719d6f6a86213be912a469c2 --- /dev/null +++ b/data/chunk-000/episode_000283.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b71c73a3a288841825fb83c9390c83fcb9bc37c39c61c60cda7467f17d2550 +size 263805 diff --git a/data/chunk-000/episode_000284.parquet b/data/chunk-000/episode_000284.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8be0a276d094c122b45d5b9acb68203a219fdd6a --- /dev/null +++ b/data/chunk-000/episode_000284.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ae20ba071940be118f4933c695b0386fefa0991ad6aeb33048ab2ea53188d5 +size 262684 diff --git a/data/chunk-000/episode_000285.parquet b/data/chunk-000/episode_000285.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a458f425c9e8979750075f255725d3dd413dea5b --- /dev/null +++ b/data/chunk-000/episode_000285.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012588a0eab3846ca37f32d9a2da52b79ef7300f1c06125c935e41cb5c806b93 +size 272466 diff --git a/data/chunk-000/episode_000286.parquet b/data/chunk-000/episode_000286.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f292d9e70e3689d2bcaca868fc36abbeca12171f --- /dev/null +++ b/data/chunk-000/episode_000286.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f46f4cda50233c6393db2ef4d6ae22ad30402acd4efa39e65df3dd33fc041b1 +size 281356 diff --git a/data/chunk-000/episode_000287.parquet b/data/chunk-000/episode_000287.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7782cb0c6376074decf23e59be23fbbfb1fabe7b --- /dev/null +++ b/data/chunk-000/episode_000287.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ef0afc16effb561ed375a58c89868d41e7d9fde78d3e29c7c7bae7e64de16e +size 262726 diff --git a/data/chunk-000/episode_000288.parquet b/data/chunk-000/episode_000288.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e815d74c8aadb816e9dff1b5dc3665c4b7f4aaeb --- /dev/null +++ b/data/chunk-000/episode_000288.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7091bc64c9c038fd2fb3869e502fc069d0c2426a89546b69b371d2514b562c +size 264833 diff --git a/data/chunk-000/episode_000289.parquet b/data/chunk-000/episode_000289.parquet new file mode 100644 index 0000000000000000000000000000000000000000..329fffd10bb5f0421e99918036ec9d5bd106deeb --- /dev/null +++ b/data/chunk-000/episode_000289.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9b9fb436afe3e964e7f9cfa24f7190a690593001ca8fdd4a74097a39ccebc1 +size 250253 diff --git a/data/chunk-000/episode_000290.parquet b/data/chunk-000/episode_000290.parquet new file mode 100644 index 0000000000000000000000000000000000000000..672ba1ad0c72406fb6434b7abe20f4980e3f2680 --- /dev/null +++ b/data/chunk-000/episode_000290.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3c34567157c04594f259012489eb44b483af8725d7eaa31b16951ee5410d70 +size 262430 diff --git a/data/chunk-000/episode_000291.parquet b/data/chunk-000/episode_000291.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a05a038363c228225ed0c6967a378232190ad80c --- /dev/null +++ b/data/chunk-000/episode_000291.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c53383bdf6e36bf28e7cd200f86bd9fef54aadafaa4b9957173cd967415e1a +size 263561 diff --git a/data/chunk-000/episode_000292.parquet b/data/chunk-000/episode_000292.parquet new file mode 100644 index 0000000000000000000000000000000000000000..10e1a498ad531b6d9b47bd430f91381d14801087 --- /dev/null +++ b/data/chunk-000/episode_000292.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8be0aa8f3b6f601500d18ce0029dfd5e6e8fb184c156368d4166cc86994232a +size 237771 diff --git a/data/chunk-000/episode_000293.parquet b/data/chunk-000/episode_000293.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81eccb3645b4a5de8d60b0e69492061852933f3b --- /dev/null +++ b/data/chunk-000/episode_000293.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fedf9ad48d9f515a577b11494ad166e82aa0dedd993dd00b1087b38fdb108f +size 262218 diff --git a/data/chunk-000/episode_000294.parquet b/data/chunk-000/episode_000294.parquet new file mode 100644 index 0000000000000000000000000000000000000000..162ac92dc2b248bc089da0b3bc246f6bb9c8702b --- /dev/null +++ b/data/chunk-000/episode_000294.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e9bbbe7241d2073cbb82ace82752a9bebab2ba27b6c63c8625a0c66cbcc9b2 +size 271854 diff --git a/data/chunk-000/episode_000295.parquet b/data/chunk-000/episode_000295.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e1929213a50aaeae67854ff64bb0458fea92e3a4 --- /dev/null +++ b/data/chunk-000/episode_000295.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e539c130a84f8df1463ce3e98ccbdf079e3b8ffdb3b8bca788c2487e42d7bb6e +size 266105 diff --git a/data/chunk-000/episode_000296.parquet b/data/chunk-000/episode_000296.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b3bd0d9591d231e1d4ce01090b50073986350b5e --- /dev/null +++ b/data/chunk-000/episode_000296.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b160adb6d67d6c5285361b3f13488b17a84e51c70b2610e98e3ff0157122f6 +size 270609 diff --git a/data/chunk-000/episode_000297.parquet b/data/chunk-000/episode_000297.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0568bdaeec79da969ac0d77cb497169d40e3a6b --- /dev/null +++ b/data/chunk-000/episode_000297.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557068a650f3fc548715b64c56f91c4a0f1128a4a87200d9e60e3b875b83d52c +size 258041 diff --git a/data/chunk-000/episode_000298.parquet b/data/chunk-000/episode_000298.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88dec13a55931916fede9b9f7c20f05d40866699 --- /dev/null +++ b/data/chunk-000/episode_000298.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a768a94a429b2f8a299cc2d44658e8369fd72035a2564ddc55e436d03032c813 +size 261524 diff --git a/data/chunk-000/episode_000299.parquet b/data/chunk-000/episode_000299.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79af5ecf6eda409ebb6e245298b728d9a0156fab --- /dev/null +++ b/data/chunk-000/episode_000299.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9f797834e9666cb6cf895533d2acea5e3059bdf4a4a8b389fbe61be7f47575 +size 266932 diff --git a/data/chunk-000/episode_000300.parquet b/data/chunk-000/episode_000300.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c9016b0e0a45d12688c98f3e149fe4486414954 --- /dev/null +++ b/data/chunk-000/episode_000300.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ce4682bd5fda78e573e00dcc49f32ce98806abdea0bc9678e2f2aca6f14a70 +size 250206 diff --git a/data/chunk-000/episode_000301.parquet b/data/chunk-000/episode_000301.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7090782cf1bf4223f2d5c9ce244b81c558374019 --- /dev/null +++ b/data/chunk-000/episode_000301.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1c51b25df78f9d0754d07df2d8587b594d49df39eef1bdaa7ef80d5473acfd +size 281206 diff --git a/data/chunk-000/episode_000302.parquet b/data/chunk-000/episode_000302.parquet new file mode 100644 index 0000000000000000000000000000000000000000..820b80f25aa694c5d4f234d7c6420cf2234a6a85 --- /dev/null +++ b/data/chunk-000/episode_000302.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831d9625beabe51ce6842eddfb7be3f95e32e7bf1ca9ce6a7c598b6240a0c918 +size 256536 diff --git a/data/chunk-000/episode_000303.parquet b/data/chunk-000/episode_000303.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8264ab87950b3abb04fdebc48cd50e2d8cd44050 --- /dev/null +++ b/data/chunk-000/episode_000303.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07783071835c769de4a7ba2ee166b0ff9ae51e76ba79deeb5a8d1b0fde3cde30 +size 274599 diff --git a/data/chunk-000/episode_000304.parquet b/data/chunk-000/episode_000304.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0ea88dc515de7c9f21a6b039ec5fc430ea000771 --- /dev/null +++ b/data/chunk-000/episode_000304.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdd4e729217c3abee971eb5a3f91928173ec53573d60701caca3ec2a5a4ade5 +size 259660 diff --git a/data/chunk-000/episode_000305.parquet b/data/chunk-000/episode_000305.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2c2723116fb487de709f6265f1a730b775f9831f --- /dev/null +++ b/data/chunk-000/episode_000305.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a262dc83bd5693fa1dc3f0b100478707714266308dda6785bedccfff80809a +size 259095 diff --git a/data/chunk-000/episode_000306.parquet b/data/chunk-000/episode_000306.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b9e6f05f1efcd9805d95563a8c14e49e826dfdc7 --- /dev/null +++ b/data/chunk-000/episode_000306.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34c57630f2ac76d411fe6db39a067c80e30a71d4fd96acee9af9574209a13ba +size 246461 diff --git a/data/chunk-000/episode_000307.parquet b/data/chunk-000/episode_000307.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8d5981636d428a2ccbc288add9e9d9e4e7992152 --- /dev/null +++ b/data/chunk-000/episode_000307.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc719c1dea616635a2a877494182370c6676d18c214c656aab203206c1205149 +size 312542 diff --git a/data/chunk-000/episode_000308.parquet b/data/chunk-000/episode_000308.parquet new file mode 100644 index 0000000000000000000000000000000000000000..469159f41310c2715cda081a19500a19f6df9f6d --- /dev/null +++ b/data/chunk-000/episode_000308.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9152b99517183e54f348517cd9b661852bfc8fc74f4dd0cbcae7f4dafae3436a +size 281312 diff --git a/data/chunk-000/episode_000309.parquet b/data/chunk-000/episode_000309.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3130f30d2d5f31acc127ffcd2c0711be46b6d44f --- /dev/null +++ b/data/chunk-000/episode_000309.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586bff991a8fe71482303ddc1cb3abe67c941ac5504c2ebf66a5dc9ecb1f2cc5 +size 270578 diff --git a/data/chunk-000/episode_000310.parquet b/data/chunk-000/episode_000310.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0f22776105f6907cd2420999f9c2ab04beff162a --- /dev/null +++ b/data/chunk-000/episode_000310.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb9c2734cdeab749b042bd777fb4aa16278620bec3cdd219696cfbe21486ea7 +size 283326 diff --git a/data/chunk-000/episode_000311.parquet b/data/chunk-000/episode_000311.parquet new file mode 100644 index 0000000000000000000000000000000000000000..95c7ccfe40fa588cd842e5bcc951379589965033 --- /dev/null +++ b/data/chunk-000/episode_000311.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e1096b427a9cb654987dfe8a0e667cfee958bfefa975847a5751d73212c024 +size 277257 diff --git a/data/chunk-000/episode_000312.parquet b/data/chunk-000/episode_000312.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8fb786876d7ee26a8694230d4a39e64ef7fb2279 --- /dev/null +++ b/data/chunk-000/episode_000312.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6e4fda6b547909f01de974fe384a4d6f828ef26a2b190b3e5c55f87ef35a0f +size 268523 diff --git a/data/chunk-000/episode_000313.parquet b/data/chunk-000/episode_000313.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46b5b873d6b8c090c27eeef50809b07149183cca --- /dev/null +++ b/data/chunk-000/episode_000313.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2416884e8bd0053509c7aaa642eb8b12738fb81c3b5524ac9d8ba5f66833c2 +size 276395 diff --git a/data/chunk-000/episode_000314.parquet b/data/chunk-000/episode_000314.parquet new file mode 100644 index 0000000000000000000000000000000000000000..4aa9241d0afcc3fee977ad6bb3864ae3aace1cbe --- /dev/null +++ b/data/chunk-000/episode_000314.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388274218875a17477a71a32e4b8915b1a34a1e0d56b721b66f045c056076acf +size 263933 diff --git a/data/chunk-000/episode_000315.parquet b/data/chunk-000/episode_000315.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1560d2c2f63e6e627b53ab44955dd4f808ac6602 --- /dev/null +++ b/data/chunk-000/episode_000315.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4053afdd42cf75ee45a0212836aabdbab9e7a7c824ee62d89f0a2aa7bb3c1e +size 278784 diff --git a/data/chunk-000/episode_000316.parquet b/data/chunk-000/episode_000316.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5f9551fef96b0f6d7f244a282491ab86afb95bb6 --- /dev/null +++ b/data/chunk-000/episode_000316.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93287be4c43f2d1457ce8f3640f26c2023cbbe596234ae4964f3d6afd432612 +size 272810 diff --git a/data/chunk-000/episode_000317.parquet b/data/chunk-000/episode_000317.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c89161bc269c2baa541a38cc4bcd17e98540b622 --- /dev/null +++ b/data/chunk-000/episode_000317.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72097cfd0cb792c667dcd74dd11e90a4b67a124031292bd589536e6605410e9 +size 273792 diff --git a/data/chunk-000/episode_000318.parquet b/data/chunk-000/episode_000318.parquet new file mode 100644 index 0000000000000000000000000000000000000000..086a475635b97a37cd9b98cc867480588e1219cc --- /dev/null +++ b/data/chunk-000/episode_000318.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4790d5659a8563f49511d11be119c1c62e31b76d946fe50c625294249fd378 +size 283965 diff --git a/data/chunk-000/episode_000319.parquet b/data/chunk-000/episode_000319.parquet new file mode 100644 index 0000000000000000000000000000000000000000..904d156d231f0ac3068d037bbfd366d2b5aa539f --- /dev/null +++ b/data/chunk-000/episode_000319.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb702f5b0f907c665c3bca04a30b4a405a9048cfc83cd97b6972f97947fa2b8 +size 297093 diff --git a/data/chunk-000/episode_000320.parquet b/data/chunk-000/episode_000320.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8df36528481f56fd9fce9c1309f02bfa9e7ec6e7 --- /dev/null +++ b/data/chunk-000/episode_000320.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd2a5be158659bb5d81b54479447a3931274d16ee3a79cba22351d0ce34a5e3 +size 270356 diff --git a/data/chunk-000/episode_000321.parquet b/data/chunk-000/episode_000321.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8316393a0fa767acf51708ed61eeb0b3acebeb6e --- /dev/null +++ b/data/chunk-000/episode_000321.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045e44be91b756f78dee0b1e87284430b7329da0fdd3e2e9c8245428b89f112d +size 279747 diff --git a/data/chunk-000/episode_000322.parquet b/data/chunk-000/episode_000322.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6a229be1b3c17abb70f5a4a70c188263aba60d93 --- /dev/null +++ b/data/chunk-000/episode_000322.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f773594aa54634868fc5297dade3bc4dc2efbc5a50ccd1907965f7fc6fe1d18 +size 290947 diff --git a/data/chunk-000/episode_000323.parquet b/data/chunk-000/episode_000323.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f466d2fbdb6dd063efb647c7bbc0020d4424ec17 --- /dev/null +++ b/data/chunk-000/episode_000323.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43428979610713122a900cb98ca2271bd18b3949f680657235c041991963263f +size 275830 diff --git a/data/chunk-000/episode_000324.parquet b/data/chunk-000/episode_000324.parquet new file mode 100644 index 0000000000000000000000000000000000000000..674e0e7596685112b0f6ceb6029d419e45088b9a --- /dev/null +++ b/data/chunk-000/episode_000324.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b77de6063937148879a7f0d088ec920cd3ecf2d16da5ba8c2856c0cb1a1921a +size 293423 diff --git a/data/chunk-000/episode_000325.parquet b/data/chunk-000/episode_000325.parquet new file mode 100644 index 0000000000000000000000000000000000000000..56318c94b4783172d6c10c6afabc5a3dce8d61f9 --- /dev/null +++ b/data/chunk-000/episode_000325.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e0fc7d62e4930e11dbf94fb15802d26a805d04740628a894de543a51315b3b +size 306049 diff --git a/data/chunk-000/episode_000326.parquet b/data/chunk-000/episode_000326.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5d3d4885d987ebc17ee8e94e5960bbc2612a6bda --- /dev/null +++ b/data/chunk-000/episode_000326.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c40d76a5198f44e05edeb4bd4067fd4f911204fd9aec52d7aeda0eefe0232c1 +size 291328 diff --git a/data/chunk-000/episode_000327.parquet b/data/chunk-000/episode_000327.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d28ee5e1191c292966fe1db3b9a951f118068c0d --- /dev/null +++ b/data/chunk-000/episode_000327.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a152f6333e4ce0c988347511fcf399fcc3e3bb98a29a3a3fbc15ee127e0020 +size 272927 diff --git a/data/chunk-000/episode_000328.parquet b/data/chunk-000/episode_000328.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3661c123598809a9eb29e81eae41781a8bc1f68c --- /dev/null +++ b/data/chunk-000/episode_000328.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55bbbcf18eb3570d978cdc93283073f31d82dce0672c199c85368fcae6b4dec6 +size 285020 diff --git a/data/chunk-000/episode_000329.parquet b/data/chunk-000/episode_000329.parquet new file mode 100644 index 0000000000000000000000000000000000000000..88b96ae164c7f70ee61082526949a6c169ea1d5d --- /dev/null +++ b/data/chunk-000/episode_000329.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dba5dc0c2d4783759ac670287651f57bd2554c656a56b515d79c9d1d9917e3f +size 270316 diff --git a/data/chunk-000/episode_000330.parquet b/data/chunk-000/episode_000330.parquet new file mode 100644 index 0000000000000000000000000000000000000000..61f8bb8c9c301c1af0f20f071f724d87dad102af --- /dev/null +++ b/data/chunk-000/episode_000330.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833b61cf269238f3422350d46d437a3f26907b16799fd7d719f78d51a9309027 +size 255911 diff --git a/data/chunk-000/episode_000331.parquet b/data/chunk-000/episode_000331.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8233d4c5ed198476c95e31bbf7f96daa26dd2372 --- /dev/null +++ b/data/chunk-000/episode_000331.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dce402bac8d277dfd82dbc914f405dac0dfff5e5abc673dbfdb97f7528c5901 +size 290359 diff --git a/data/chunk-000/episode_000332.parquet b/data/chunk-000/episode_000332.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d81735235da90a46c3c1e4e83ec159444ae611e --- /dev/null +++ b/data/chunk-000/episode_000332.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1854e9c9b30c072366a9899c876fa523c9db02e07ed6ba5f4d724225bf5d746a +size 282442 diff --git a/data/chunk-000/episode_000333.parquet b/data/chunk-000/episode_000333.parquet new file mode 100644 index 0000000000000000000000000000000000000000..945fa6a92cfc7d9e8d314888a7634a9709d2d59d --- /dev/null +++ b/data/chunk-000/episode_000333.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1c27c4cfca93e6aab3f4df7dafac321961960a8012654ff75d76710b935eb0 +size 265949 diff --git a/data/chunk-000/episode_000334.parquet b/data/chunk-000/episode_000334.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb27354e05b3ea4d1f0da01264d17062d3e5ed5e --- /dev/null +++ b/data/chunk-000/episode_000334.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76adef3ac85ebcae552c9d04bc921e77170495e04a95e57d03c56a4f47138e7e +size 272895 diff --git a/data/chunk-000/episode_000335.parquet b/data/chunk-000/episode_000335.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1a03c2502cd1991ecf2dbdc669c62abaae0fb2b9 --- /dev/null +++ b/data/chunk-000/episode_000335.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53648851a695178efbb10f89e8743aa7bf5ac0e5f373aa48b76ab75533bdcd0 +size 263514 diff --git a/data/chunk-000/episode_000336.parquet b/data/chunk-000/episode_000336.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e56e22c47f6c39f46edde94f972bd489f00751bd --- /dev/null +++ b/data/chunk-000/episode_000336.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff3f43cbc03c5c9f1db3ffa960d45d0f5e7ef81c84a1975c2d652118b4901e77 +size 263369 diff --git a/data/chunk-000/episode_000337.parquet b/data/chunk-000/episode_000337.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a4c1da48720f7ea90e73f0517bfd13bd33eb1560 --- /dev/null +++ b/data/chunk-000/episode_000337.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af171e6b6fd753941046b9a2888f88c35c3e1ef7ac3b7046706a30010047e460 +size 275892 diff --git a/data/chunk-000/episode_000338.parquet b/data/chunk-000/episode_000338.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7775934bb2f7e1c0f057b222c52ebfa996df7dd6 --- /dev/null +++ b/data/chunk-000/episode_000338.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc70526d1031b9bb98a243e3c215649cb1e6bb7b5aff51da1a5fc18c0a778f6c +size 281626 diff --git a/data/chunk-000/episode_000339.parquet b/data/chunk-000/episode_000339.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8c813a5d1b5fc3a28ca2bab02e23dd738f50374c --- /dev/null +++ b/data/chunk-000/episode_000339.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cc9a36aa2d037d0532462c86c485569cb90414161a09f06aebeb53274fa7d9 +size 282767 diff --git a/data/chunk-000/episode_000340.parquet b/data/chunk-000/episode_000340.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a00daf1d6d5278568b29d14003e1cb7533d8e46b --- /dev/null +++ b/data/chunk-000/episode_000340.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3df90e8ed8b3a6bcf24e76f9f0245aa0dc8107b0c2697a76704e5c1ba74a727 +size 251101 diff --git a/data/chunk-000/episode_000341.parquet b/data/chunk-000/episode_000341.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ddcb3947a544e06ddca1e4da8a4ed8d184e9f349 --- /dev/null +++ b/data/chunk-000/episode_000341.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a44c94a57f7d45393a9220f472ee4b05c192be00f85c5b30ac71845cd478a5 +size 330975 diff --git a/data/chunk-000/episode_000342.parquet b/data/chunk-000/episode_000342.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9b2b795a06d08949e677dde8d61268488dd6065e --- /dev/null +++ b/data/chunk-000/episode_000342.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384c40d6f512f3d33afb9d0357f638ef6f8d8170d88476cbd5492edda377f5b5 +size 287657 diff --git a/data/chunk-000/episode_000343.parquet b/data/chunk-000/episode_000343.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44dbadda66ad35a92659b73f83c84e0610b8e68a --- /dev/null +++ b/data/chunk-000/episode_000343.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2113d1f11aae76afa7373d7d255d71ae8445e0499cecfaf243cc987282db2ae6 +size 292511 diff --git a/data/chunk-000/episode_000344.parquet b/data/chunk-000/episode_000344.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5530e293d3bf4fd93f3ee22b9c03968049b2caf4 --- /dev/null +++ b/data/chunk-000/episode_000344.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37edfe2c44f6a139cadaddb2cb493da46e81b75f993130710c1260e6aaf1544d +size 306705 diff --git a/data/chunk-000/episode_000345.parquet b/data/chunk-000/episode_000345.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8991cfb33e33bc3855b18818a7fac23e874876f7 --- /dev/null +++ b/data/chunk-000/episode_000345.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9ad7f1ece1d3782239963ab54dbc597d065527132f27e5f9c519f46020106f +size 303324 diff --git a/data/chunk-000/episode_000346.parquet b/data/chunk-000/episode_000346.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a3f9f2efe4535ef7030efd2310e8f0fd05e9f705 --- /dev/null +++ b/data/chunk-000/episode_000346.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1516e5b68fc0b3c0d69cdaf95a6d0cc01ad865fdf68c7bd2231bb72ed70852 +size 271668 diff --git a/data/chunk-000/episode_000347.parquet b/data/chunk-000/episode_000347.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1bedb050bbe6bac68e0020fe43204e48a775040b --- /dev/null +++ b/data/chunk-000/episode_000347.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bac388e182a98b1a7bba848a987cb46d18f87bb248ec39bf4b655dc7a085257 +size 332717 diff --git a/data/chunk-000/episode_000348.parquet b/data/chunk-000/episode_000348.parquet new file mode 100644 index 0000000000000000000000000000000000000000..becbbd9e8b022b13cec83e3d214b07bf354833c6 --- /dev/null +++ b/data/chunk-000/episode_000348.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4273b1bb7a9cd54a6d3e61cc7ba46e9e9261d760d6ef43e884b2c1329f61d5c0 +size 311297 diff --git a/data/chunk-000/episode_000349.parquet b/data/chunk-000/episode_000349.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6ed415b0e7c5d786f79ed1c110e4616d406babaf --- /dev/null +++ b/data/chunk-000/episode_000349.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c129e694e1b8bbd41460b02a5cd65b5c88adabc71daba60c2459e807ae1c9c8 +size 299843 diff --git a/data/chunk-000/episode_000350.parquet b/data/chunk-000/episode_000350.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1b30e2a1234dbf3d9de18671353c76939abfd3d --- /dev/null +++ b/data/chunk-000/episode_000350.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fab27a996269c0165efbf248ef6de0a9e76337167b0c042f46d9045c5025cb8 +size 239891 diff --git a/data/chunk-000/episode_000351.parquet b/data/chunk-000/episode_000351.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e81cc2fb1fa5db5307570aa68a81995eb4f91275 --- /dev/null +++ b/data/chunk-000/episode_000351.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee3fbc838a47365eb74735b83b1573f48e22d55dd049c49d29eb58e7b4381a9 +size 288054 diff --git a/data/chunk-000/episode_000352.parquet b/data/chunk-000/episode_000352.parquet new file mode 100644 index 0000000000000000000000000000000000000000..47b1c088290cdadcdd95697d9c082b7e2736d365 --- /dev/null +++ b/data/chunk-000/episode_000352.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ed7642c4af83da06a422cfecbd6482a8cfeb260b674916b79b3b6577f2c6e4 +size 270860 diff --git a/data/chunk-000/episode_000353.parquet b/data/chunk-000/episode_000353.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dfcb59e2dfa98347f425ac0da4d6f4cdb40acf00 --- /dev/null +++ b/data/chunk-000/episode_000353.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cf782e94a8384108e6da79ad774ac442a7ec47e79e3d391ed1636c76196af5 +size 299691 diff --git a/data/chunk-000/episode_000354.parquet b/data/chunk-000/episode_000354.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f0d4c4df8484334bb2c632b60c3ec161fe871646 --- /dev/null +++ b/data/chunk-000/episode_000354.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af65d5f89b93ddcaed46ddd07b4dd8a79d77660dd9f2e5caf3573046fca03d2e +size 289325 diff --git a/data/chunk-000/episode_000355.parquet b/data/chunk-000/episode_000355.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2d3c706b6f6203ee24c5d64ba0ae86be1d37f8a6 --- /dev/null +++ b/data/chunk-000/episode_000355.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc217c1a34b3f8a27be09b3c060b652c76e555309ced465c4e7176e372112cc +size 300597 diff --git a/data/chunk-000/episode_000356.parquet b/data/chunk-000/episode_000356.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1133a479faa0577d89b675919552f24488037300 --- /dev/null +++ b/data/chunk-000/episode_000356.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:648d877b5e2727d8b680bfce76e910b2fed9dcf9421ff231fe476044c1b56d2a +size 269992 diff --git a/data/chunk-000/episode_000357.parquet b/data/chunk-000/episode_000357.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c618f20a087290c3b6536ea5bf918b11283d1332 --- /dev/null +++ b/data/chunk-000/episode_000357.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1602e62a31e458c09b504c3c62d710734e6265582a8eb8e029829a85a0625f +size 284446 diff --git a/data/chunk-000/episode_000358.parquet b/data/chunk-000/episode_000358.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2eb2e3fe5cadbd55f9054cfe88ea0ba955fb4ca2 --- /dev/null +++ b/data/chunk-000/episode_000358.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219d6d710733bdd1d5d8700ddf8cc967d461820d990bc5cedc65a9075b428292 +size 257864 diff --git a/data/chunk-000/episode_000359.parquet b/data/chunk-000/episode_000359.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0d2f78f9e0a5ec693165d8f2960992dc06c96f44 --- /dev/null +++ b/data/chunk-000/episode_000359.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5495b8803c8dc69f9ab1179deee6d65ff641bd82de4464413549bb44c36c04bc +size 274185 diff --git a/data/chunk-000/episode_000360.parquet b/data/chunk-000/episode_000360.parquet new file mode 100644 index 0000000000000000000000000000000000000000..22e6d6106f816a35844602dc9a06cdb04567129e --- /dev/null +++ b/data/chunk-000/episode_000360.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec4a1738ae21ba08c5e3dd3da3b0fb8941ee980d9b049115418a457bbda5da8 +size 291879 diff --git a/data/chunk-000/episode_000361.parquet b/data/chunk-000/episode_000361.parquet new file mode 100644 index 0000000000000000000000000000000000000000..81408c5d262e7ae38be07c2725afd8fb35cafe2f --- /dev/null +++ b/data/chunk-000/episode_000361.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66b04cf4477aee0d51df80a818798e663da3bb31dc3f1c5466125624a8f4448 +size 306536 diff --git a/data/chunk-000/episode_000362.parquet b/data/chunk-000/episode_000362.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b770af988fe52837157b77ee46a39c23f5405034 --- /dev/null +++ b/data/chunk-000/episode_000362.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b442ce9f481cc5bc198b294acfa5f7c9a225aa04639c7add47172332ad77245 +size 291857 diff --git a/data/chunk-000/episode_000363.parquet b/data/chunk-000/episode_000363.parquet new file mode 100644 index 0000000000000000000000000000000000000000..751c848691113e0cc813f76993663dde3b6dd5b7 --- /dev/null +++ b/data/chunk-000/episode_000363.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6783432bd9184e4d87bb98fdd6f771f4414f3a123a9025c02cd664479f1a9f1f +size 276988 diff --git a/data/chunk-000/episode_000364.parquet b/data/chunk-000/episode_000364.parquet new file mode 100644 index 0000000000000000000000000000000000000000..77664e4c83b0de51758b1251331bf496c514a57c --- /dev/null +++ b/data/chunk-000/episode_000364.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a86d9734e2759956ca504b2e2270c5616897dcab3cd1297e1247b5e8b3dd93 +size 301808 diff --git a/data/chunk-000/episode_000365.parquet b/data/chunk-000/episode_000365.parquet new file mode 100644 index 0000000000000000000000000000000000000000..fe8693af3f2f524713e63159e35b74498f86c4a7 --- /dev/null +++ b/data/chunk-000/episode_000365.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78391e900135b75f52db9f8f57d5e21c8905f77670d20473f4466772cdc15a7e +size 285009 diff --git a/data/chunk-000/episode_000366.parquet b/data/chunk-000/episode_000366.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5c7b8586d00f0138d464411c77b0985be4ed4dd8 --- /dev/null +++ b/data/chunk-000/episode_000366.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3205d3a0822b2bebeabf90a6a2a6ce065e6514a692fc6a19210cf21763cb1c0 +size 281058 diff --git a/data/chunk-000/episode_000367.parquet b/data/chunk-000/episode_000367.parquet new file mode 100644 index 0000000000000000000000000000000000000000..bb7641ef9714fcf451aa19362c0535d70d242765 --- /dev/null +++ b/data/chunk-000/episode_000367.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344edeea03ec9dcb1d44a62d5db09552d5d7ca47d73b88f8a53c5af6df44c65b +size 289918 diff --git a/data/chunk-000/episode_000368.parquet b/data/chunk-000/episode_000368.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b6266f8188a1cb71f12a5917730e5ed59c13ec8 --- /dev/null +++ b/data/chunk-000/episode_000368.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77731e4400e4e04c497bfbcde28ec9cd2958d5dea937ea4d0e05d8a13277c4d4 +size 288619 diff --git a/data/chunk-000/episode_000369.parquet b/data/chunk-000/episode_000369.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0e54a402c67e2a86628804d3b21ca728e5f42cc4 --- /dev/null +++ b/data/chunk-000/episode_000369.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a2820bb33ba6eb1fa566f36ed768fa624997574f1a50b010e69c369bd20e9d +size 298238 diff --git a/data/chunk-000/episode_000370.parquet b/data/chunk-000/episode_000370.parquet new file mode 100644 index 0000000000000000000000000000000000000000..83af113b4a4256b70fbdac8a9a7f3ee3fe63f33e --- /dev/null +++ b/data/chunk-000/episode_000370.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84001d0d294721250d6753485b8d24d41d02c76d9f351e71aeff201b1969c751 +size 309070 diff --git a/data/chunk-000/episode_000371.parquet b/data/chunk-000/episode_000371.parquet new file mode 100644 index 0000000000000000000000000000000000000000..2e440c6b5ce5ac78212c2dbd2e94a89243c76ac0 --- /dev/null +++ b/data/chunk-000/episode_000371.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926b731b4c32c898ac6e9db1e6a4a0ea50716cd1f725d3eeb81f40683c621e1b +size 310309 diff --git a/data/chunk-000/episode_000372.parquet b/data/chunk-000/episode_000372.parquet new file mode 100644 index 0000000000000000000000000000000000000000..9d02348f09ae810092355d407e7d9e77ad2fcc01 --- /dev/null +++ b/data/chunk-000/episode_000372.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75da4fa1a3c0c8f44ee24808d8e6433d8d54cbec8109acd49f48569d93df781c +size 300579 diff --git a/data/chunk-000/episode_000373.parquet b/data/chunk-000/episode_000373.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7e087683b20c4e72085be332c4c29c79ccabd068 --- /dev/null +++ b/data/chunk-000/episode_000373.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683c2a14a73e3fd5a96f31f7c16f59ec9ef22e6bd26a4d3184ff61346d11c9a9 +size 289348 diff --git a/data/chunk-000/episode_000374.parquet b/data/chunk-000/episode_000374.parquet new file mode 100644 index 0000000000000000000000000000000000000000..470e1501ef1c68ddf7e4adf46dda3d9ac9ca5628 --- /dev/null +++ b/data/chunk-000/episode_000374.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9108210314aa72204fbe7f36d4cba586512807c625b253f150c1000019053e6a +size 281223 diff --git a/data/chunk-000/episode_000375.parquet b/data/chunk-000/episode_000375.parquet new file mode 100644 index 0000000000000000000000000000000000000000..3c3d6e1d7d372a817e7d81c6f0dc5c5c2c72cd53 --- /dev/null +++ b/data/chunk-000/episode_000375.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16978e7e962c5748723e465aec24b9889ed57e9ba946cf2b042323bcd81aa5a4 +size 267156 diff --git a/data/chunk-000/episode_000376.parquet b/data/chunk-000/episode_000376.parquet new file mode 100644 index 0000000000000000000000000000000000000000..affd8fd423822b660f150286a85bb1f5355cadbb --- /dev/null +++ b/data/chunk-000/episode_000376.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1180870069a30f46a48dad28b8bcb24c41e9876ffa11a3c9905977ccea6677 +size 280937 diff --git a/data/chunk-000/episode_000377.parquet b/data/chunk-000/episode_000377.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c1d27eab17c787442b6cf65679503e7d66528176 --- /dev/null +++ b/data/chunk-000/episode_000377.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddefc7df1da62b6293c10664402cb51507b208ba1446c54d5a83df79aaea9a77 +size 270215 diff --git a/data/chunk-000/episode_000378.parquet b/data/chunk-000/episode_000378.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d8fcd88db9e4ea426220ea7f1c67e0fafa3a68ac --- /dev/null +++ b/data/chunk-000/episode_000378.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429ad551f34eea9570d69754582aa782cae65ccb5ef99fae487280ef94bcbbc8 +size 288492 diff --git a/data/chunk-000/episode_000379.parquet b/data/chunk-000/episode_000379.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e233eae77d1a5a8e5820063aaae7f6f2ae53092d --- /dev/null +++ b/data/chunk-000/episode_000379.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba62b22e999fd1521eab14de4730ae93cf437e7f743d095ca2cd19cfdeb4193 +size 276233 diff --git a/data/chunk-000/episode_000380.parquet b/data/chunk-000/episode_000380.parquet new file mode 100644 index 0000000000000000000000000000000000000000..13be3f042eb652d0893d604cc0c3978f0d5eb031 --- /dev/null +++ b/data/chunk-000/episode_000380.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de23b5386957b18b2da0b4cc85eea18aab23c29c7c83f2a6cd21f6a5dc932584 +size 321439 diff --git a/data/chunk-000/episode_000381.parquet b/data/chunk-000/episode_000381.parquet new file mode 100644 index 0000000000000000000000000000000000000000..46c5f45a4cc3f5f4d6f6d75cf2dce5ad3031acaf --- /dev/null +++ b/data/chunk-000/episode_000381.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0c7c18e83d5a2ecafeebcfcdc5a8993106a1bd81b87d4a317258956eba794c +size 324957 diff --git a/data/chunk-000/episode_000382.parquet b/data/chunk-000/episode_000382.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c70439829a388a2af5e8b5e3df3199243caa2a97 --- /dev/null +++ b/data/chunk-000/episode_000382.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07deaff5250f48ba0c2a904399c177ae82a63eaf9fa29701dd901c57b38341d8 +size 320248 diff --git a/data/chunk-000/episode_000383.parquet b/data/chunk-000/episode_000383.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8b465bedefda688a4cc8e3b64eb202dd1e2cee5 --- /dev/null +++ b/data/chunk-000/episode_000383.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f699350c64eccb09097cdf0ca5eacf14bb121c5d4f761eed92ab94f0464e60 +size 313244 diff --git a/data/chunk-000/episode_000384.parquet b/data/chunk-000/episode_000384.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0b7c8ee5dce5635df9d616016dfe7498bc97a11e --- /dev/null +++ b/data/chunk-000/episode_000384.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee05692e9e53cf44085cbe34a18022fc3093b9fe9b0039a9a64e6d138e772b6d +size 291271 diff --git a/data/chunk-000/episode_000385.parquet b/data/chunk-000/episode_000385.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f8c43dcde1ff4089f05cc9018b97dc6b1675c4fd --- /dev/null +++ b/data/chunk-000/episode_000385.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d676759732d0b3d3770ab181e7111eb05c57e5a76226251cd6a632b87760a9cd +size 299946 diff --git a/data/chunk-000/episode_000386.parquet b/data/chunk-000/episode_000386.parquet new file mode 100644 index 0000000000000000000000000000000000000000..86111218dbdacc07daec22b85c0957832e53fb04 --- /dev/null +++ b/data/chunk-000/episode_000386.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8ecb3e3ccd285046acbdbb0b3fd47a68d2d3dd5517b1c545f1c17aa5889747 +size 281461 diff --git a/data/chunk-000/episode_000387.parquet b/data/chunk-000/episode_000387.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e07ede807a1f7d0560e94b3f28a9d5e014e486d0 --- /dev/null +++ b/data/chunk-000/episode_000387.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961027670fa3fe3f35c03f69123c4d916c0c34a7837f0041b5c349b261a36248 +size 313204 diff --git a/data/chunk-000/episode_000388.parquet b/data/chunk-000/episode_000388.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c3e7bb88617897c1c01d0e8cafb7a2db5148c21a --- /dev/null +++ b/data/chunk-000/episode_000388.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d0d2fa7b59afbc12b9dad5e339086f01c58fa097ffd5467a509d14ff45dfb2 +size 267804 diff --git a/data/chunk-000/episode_000389.parquet b/data/chunk-000/episode_000389.parquet new file mode 100644 index 0000000000000000000000000000000000000000..956208530d16e27d4b39aa0ee906ff559ae0d590 --- /dev/null +++ b/data/chunk-000/episode_000389.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58566b3066e6792595b3b6ba8b848d62ed7abe515c62832cfb9654f7770c049f +size 307955 diff --git a/data/chunk-000/episode_000390.parquet b/data/chunk-000/episode_000390.parquet new file mode 100644 index 0000000000000000000000000000000000000000..5a4ece8d5d9acc2a26e942469da80b8554e20f4a --- /dev/null +++ b/data/chunk-000/episode_000390.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1ef76f739c11f53b57062de1306e51d65119b7e0a0158f25d104bb6428bc70 +size 299041 diff --git a/data/chunk-000/episode_000391.parquet b/data/chunk-000/episode_000391.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c8b1a1176cfbfbdd8c955be5c560775caeaee1d9 --- /dev/null +++ b/data/chunk-000/episode_000391.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8a4a718983e61cf81952d23836579a97cdd6d9fd058d697f91f02a85544278 +size 285295 diff --git a/info.yaml b/info.yaml new file mode 100644 index 0000000000000000000000000000000000000000..51383faef888c67f7f40b3153514c0c2c48ae859 --- /dev/null +++ b/info.yaml @@ -0,0 +1,491 @@ +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_open_microwave +dataset_uuid: 666c4f57-cf5a-4a11-9ef4-181d34d9cf2b +scene_type: + level1: Catering + level2: Restaurant + level3: null + level4: null + level5: null +env_type: real_world +objects: +- object_name: microwave oven + color: white +task_operation_type: fixed_dual_arm +task_instruction: &id001 +- Press the button to open the microwave door with one hand; close the microwave door + with the other hand. +atomic_actions: +- press +- push +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: +- eef_acc_mag_annotation.jsonl +- eef_direction_annotation.jsonl +- eef_velocity_annotation.jsonl +- gripper_activity_annotation.jsonl +- gripper_mode_annotation.jsonl +statistics: + total_episodes: 392 + total_frames: 337551 + fps: 30 + total_tasks: 1 + total_videos: 1568 + total_chunks: 1 + chunks_size: 1000 + state_dim: 34 + action_dim: 34 + camera_views: 4 + dataset_size: 7.91 GB +frame_num: 337551 +frame_range: 1M +dataset_size: 7.91 GB +data_structure: 'AI2_Alphabot_2_open_microwave_0_qced_hardlink/ + + |-- annotations + + | |-- eef_acc_mag_annotation.jsonl + + | |-- eef_direction_annotation.jsonl + + | |-- eef_velocity_annotation.jsonl + + | |-- gripper_activity_annotation.jsonl + + | `-- gripper_mode_annotation.jsonl + + |-- data + + | `-- chunk-000 + + | |-- episode_000000.parquet + + | |-- episode_000001.parquet + + | |-- episode_000002.parquet + + | |-- episode_000003.parquet + + | |-- episode_000004.parquet + + | |-- episode_000005.parquet + + | |-- episode_000006.parquet + + | |-- episode_000007.parquet + + | |-- episode_000008.parquet + + | |-- episode_000009.parquet + + | |-- episode_000010.parquet + + | `-- episode_000011.parquet + + | `-- ... (380 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:391 +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} +sub_tasks: *id001 +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..ac99c3b202939d106d3a77f625614cc84cc4db68 --- /dev/null +++ b/meta/episodes.jsonl @@ -0,0 +1,392 @@ +{"episode_index": 0, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 982} +{"episode_index": 1, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 943} +{"episode_index": 2, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 847} +{"episode_index": 3, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 794} +{"episode_index": 4, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 813} +{"episode_index": 5, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 846} +{"episode_index": 6, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 823} +{"episode_index": 7, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 879} +{"episode_index": 8, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 818} +{"episode_index": 9, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 778} +{"episode_index": 10, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 824} +{"episode_index": 11, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 899} +{"episode_index": 12, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 861} +{"episode_index": 13, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 869} +{"episode_index": 14, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 808} +{"episode_index": 15, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 807} +{"episode_index": 16, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 803} +{"episode_index": 17, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 843} +{"episode_index": 18, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 889} +{"episode_index": 19, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 851} +{"episode_index": 20, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 846} +{"episode_index": 21, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 893} +{"episode_index": 22, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 805} +{"episode_index": 23, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 847} +{"episode_index": 24, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 858} +{"episode_index": 25, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 891} +{"episode_index": 26, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 850} +{"episode_index": 27, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 877} +{"episode_index": 28, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 847} +{"episode_index": 29, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 842} +{"episode_index": 30, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 834} +{"episode_index": 31, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 895} +{"episode_index": 32, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 834} +{"episode_index": 33, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 842} +{"episode_index": 34, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 894} +{"episode_index": 35, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 865} +{"episode_index": 36, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 859} +{"episode_index": 37, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 862} +{"episode_index": 38, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 904} +{"episode_index": 39, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 846} +{"episode_index": 40, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 848} +{"episode_index": 41, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 938} +{"episode_index": 42, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 796} +{"episode_index": 43, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 811} +{"episode_index": 44, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 838} +{"episode_index": 45, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 896} +{"episode_index": 46, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 874} +{"episode_index": 47, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 906} +{"episode_index": 48, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 857} +{"episode_index": 49, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 792} +{"episode_index": 50, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 803} +{"episode_index": 51, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 760} +{"episode_index": 52, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 919} +{"episode_index": 53, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 858} +{"episode_index": 54, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 851} +{"episode_index": 55, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 865} +{"episode_index": 56, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 831} +{"episode_index": 57, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 817} +{"episode_index": 58, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 818} +{"episode_index": 59, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 835} +{"episode_index": 60, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 816} +{"episode_index": 61, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 856} +{"episode_index": 62, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 862} +{"episode_index": 63, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 853} +{"episode_index": 64, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 854} +{"episode_index": 65, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 860} +{"episode_index": 66, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 828} +{"episode_index": 67, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 842} +{"episode_index": 68, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 837} +{"episode_index": 69, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 945} +{"episode_index": 70, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 884} +{"episode_index": 71, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 828} +{"episode_index": 72, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 877} +{"episode_index": 73, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 854} +{"episode_index": 74, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 855} +{"episode_index": 75, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 836} +{"episode_index": 76, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 902} +{"episode_index": 77, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 871} +{"episode_index": 78, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 900} +{"episode_index": 79, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 877} +{"episode_index": 80, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 857} +{"episode_index": 81, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 869} +{"episode_index": 82, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 867} +{"episode_index": 83, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 913} +{"episode_index": 84, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 875} +{"episode_index": 85, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 883} +{"episode_index": 86, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 850} +{"episode_index": 87, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 934} +{"episode_index": 88, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 937} +{"episode_index": 89, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 831} +{"episode_index": 90, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 903} +{"episode_index": 91, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 905} +{"episode_index": 92, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 855} +{"episode_index": 93, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 924} +{"episode_index": 94, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 853} +{"episode_index": 95, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 858} +{"episode_index": 96, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 836} +{"episode_index": 97, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 890} +{"episode_index": 98, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 836} +{"episode_index": 99, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 912} +{"episode_index": 100, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 761} +{"episode_index": 101, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 829} +{"episode_index": 102, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 808} +{"episode_index": 103, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 848} +{"episode_index": 104, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 863} +{"episode_index": 105, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 851} +{"episode_index": 106, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 839} +{"episode_index": 107, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 825} +{"episode_index": 108, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 797} +{"episode_index": 109, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 819} +{"episode_index": 110, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 751} +{"episode_index": 111, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 818} +{"episode_index": 112, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 845} +{"episode_index": 113, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 753} +{"episode_index": 114, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 842} +{"episode_index": 115, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 845} +{"episode_index": 116, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 802} +{"episode_index": 117, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 858} +{"episode_index": 118, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 870} +{"episode_index": 119, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 813} +{"episode_index": 120, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 805} +{"episode_index": 121, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 894} +{"episode_index": 122, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 883} +{"episode_index": 123, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 826} +{"episode_index": 124, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 886} +{"episode_index": 125, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 768} +{"episode_index": 126, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 824} +{"episode_index": 127, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 888} +{"episode_index": 128, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 898} +{"episode_index": 129, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 848} +{"episode_index": 130, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 812} +{"episode_index": 131, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 920} +{"episode_index": 132, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 916} +{"episode_index": 133, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 851} +{"episode_index": 134, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 844} +{"episode_index": 135, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 878} +{"episode_index": 136, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 850} +{"episode_index": 137, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 868} +{"episode_index": 138, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 866} +{"episode_index": 139, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 874} +{"episode_index": 140, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 917} +{"episode_index": 141, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 910} +{"episode_index": 142, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 940} +{"episode_index": 143, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 918} +{"episode_index": 144, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 908} +{"episode_index": 145, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 880} +{"episode_index": 146, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 912} +{"episode_index": 147, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 1052} +{"episode_index": 148, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 869} +{"episode_index": 149, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 928} +{"episode_index": 150, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 882} +{"episode_index": 151, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 882} +{"episode_index": 152, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 872} +{"episode_index": 153, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 920} +{"episode_index": 154, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 870} +{"episode_index": 155, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 876} +{"episode_index": 156, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 870} +{"episode_index": 157, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 874} +{"episode_index": 158, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 927} +{"episode_index": 159, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 954} +{"episode_index": 160, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 852} +{"episode_index": 161, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 871} +{"episode_index": 162, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 875} +{"episode_index": 163, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 858} +{"episode_index": 164, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 877} +{"episode_index": 165, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 899} +{"episode_index": 166, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 913} +{"episode_index": 167, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 870} +{"episode_index": 168, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 869} +{"episode_index": 169, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 867} +{"episode_index": 170, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 875} +{"episode_index": 171, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 912} +{"episode_index": 172, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 873} +{"episode_index": 173, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 854} +{"episode_index": 174, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 840} +{"episode_index": 175, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 858} +{"episode_index": 176, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 893} +{"episode_index": 177, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 850} +{"episode_index": 178, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 896} +{"episode_index": 179, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 880} +{"episode_index": 180, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 914} +{"episode_index": 181, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 898} +{"episode_index": 182, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 849} +{"episode_index": 183, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 865} +{"episode_index": 184, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 840} +{"episode_index": 185, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 774} +{"episode_index": 186, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 765} +{"episode_index": 187, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 833} +{"episode_index": 188, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 902} +{"episode_index": 189, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 913} +{"episode_index": 190, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 887} +{"episode_index": 191, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 858} +{"episode_index": 192, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 875} +{"episode_index": 193, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 881} +{"episode_index": 194, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 877} +{"episode_index": 195, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 963} +{"episode_index": 196, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 889} +{"episode_index": 197, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 882} +{"episode_index": 198, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 912} +{"episode_index": 199, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 862} +{"episode_index": 200, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 867} +{"episode_index": 201, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 893} +{"episode_index": 202, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 874} +{"episode_index": 203, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 857} +{"episode_index": 204, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 919} +{"episode_index": 205, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 895} +{"episode_index": 206, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 880} +{"episode_index": 207, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 904} +{"episode_index": 208, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 853} +{"episode_index": 209, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 840} +{"episode_index": 210, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 786} +{"episode_index": 211, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 867} +{"episode_index": 212, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 824} +{"episode_index": 213, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 811} +{"episode_index": 214, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 771} +{"episode_index": 215, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 917} +{"episode_index": 216, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 880} +{"episode_index": 217, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 874} +{"episode_index": 218, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 890} +{"episode_index": 219, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 918} +{"episode_index": 220, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 862} +{"episode_index": 221, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 883} +{"episode_index": 222, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 892} +{"episode_index": 223, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 893} +{"episode_index": 224, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 900} +{"episode_index": 225, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 941} +{"episode_index": 226, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 844} +{"episode_index": 227, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 842} +{"episode_index": 228, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 870} +{"episode_index": 229, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 838} +{"episode_index": 230, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 885} +{"episode_index": 231, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 790} +{"episode_index": 232, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 957} +{"episode_index": 233, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 870} +{"episode_index": 234, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 848} +{"episode_index": 235, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 905} +{"episode_index": 236, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 847} +{"episode_index": 237, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 872} +{"episode_index": 238, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 835} +{"episode_index": 239, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 834} +{"episode_index": 240, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 879} +{"episode_index": 241, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 884} +{"episode_index": 242, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 850} +{"episode_index": 243, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 895} +{"episode_index": 244, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 883} +{"episode_index": 245, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 856} +{"episode_index": 246, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 867} +{"episode_index": 247, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 916} +{"episode_index": 248, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 853} +{"episode_index": 249, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 856} +{"episode_index": 250, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 864} +{"episode_index": 251, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 878} +{"episode_index": 252, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 856} +{"episode_index": 253, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 880} +{"episode_index": 254, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 951} +{"episode_index": 255, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 852} +{"episode_index": 256, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 862} +{"episode_index": 257, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 803} +{"episode_index": 258, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 879} +{"episode_index": 259, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 869} +{"episode_index": 260, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 856} +{"episode_index": 261, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 948} +{"episode_index": 262, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 921} +{"episode_index": 263, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 791} +{"episode_index": 264, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 845} +{"episode_index": 265, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 819} +{"episode_index": 266, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 824} +{"episode_index": 267, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 814} +{"episode_index": 268, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 822} +{"episode_index": 269, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 828} +{"episode_index": 270, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 808} +{"episode_index": 271, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 905} +{"episode_index": 272, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 891} +{"episode_index": 273, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 861} +{"episode_index": 274, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 772} +{"episode_index": 275, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 804} +{"episode_index": 276, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 825} +{"episode_index": 277, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 798} +{"episode_index": 278, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 816} +{"episode_index": 279, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 874} +{"episode_index": 280, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 888} +{"episode_index": 281, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 822} +{"episode_index": 282, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 899} +{"episode_index": 283, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 796} +{"episode_index": 284, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 809} +{"episode_index": 285, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 841} +{"episode_index": 286, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 868} +{"episode_index": 287, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 756} +{"episode_index": 288, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 799} +{"episode_index": 289, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 767} +{"episode_index": 290, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 788} +{"episode_index": 291, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 804} +{"episode_index": 292, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 744} +{"episode_index": 293, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 808} +{"episode_index": 294, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 866} +{"episode_index": 295, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 809} +{"episode_index": 296, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 842} +{"episode_index": 297, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 803} +{"episode_index": 298, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 804} +{"episode_index": 299, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 838} +{"episode_index": 300, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 784} +{"episode_index": 301, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 895} +{"episode_index": 302, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 797} +{"episode_index": 303, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 880} +{"episode_index": 304, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 815} +{"episode_index": 305, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 829} +{"episode_index": 306, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 749} +{"episode_index": 307, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 845} +{"episode_index": 308, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 791} +{"episode_index": 309, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 776} +{"episode_index": 310, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 839} +{"episode_index": 311, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 817} +{"episode_index": 312, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 796} +{"episode_index": 313, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 836} +{"episode_index": 314, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 800} +{"episode_index": 315, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 837} +{"episode_index": 316, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 812} +{"episode_index": 317, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 815} +{"episode_index": 318, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 844} +{"episode_index": 319, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 902} +{"episode_index": 320, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 794} +{"episode_index": 321, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 836} +{"episode_index": 322, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 851} +{"episode_index": 323, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 821} +{"episode_index": 324, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 887} +{"episode_index": 325, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 962} +{"episode_index": 326, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 887} +{"episode_index": 327, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 810} +{"episode_index": 328, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 846} +{"episode_index": 329, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 855} +{"episode_index": 330, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 798} +{"episode_index": 331, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 925} +{"episode_index": 332, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 862} +{"episode_index": 333, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 803} +{"episode_index": 334, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 835} +{"episode_index": 335, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 795} +{"episode_index": 336, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 782} +{"episode_index": 337, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 811} +{"episode_index": 338, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 864} +{"episode_index": 339, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 830} +{"episode_index": 340, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 768} +{"episode_index": 341, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 1037} +{"episode_index": 342, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 847} +{"episode_index": 343, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 880} +{"episode_index": 344, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 914} +{"episode_index": 345, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 960} +{"episode_index": 346, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 826} +{"episode_index": 347, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 993} +{"episode_index": 348, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 1005} +{"episode_index": 349, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 928} +{"episode_index": 350, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 708} +{"episode_index": 351, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 873} +{"episode_index": 352, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 804} +{"episode_index": 353, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 901} +{"episode_index": 354, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 858} +{"episode_index": 355, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 911} +{"episode_index": 356, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 808} +{"episode_index": 357, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 856} +{"episode_index": 358, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 770} +{"episode_index": 359, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 847} +{"episode_index": 360, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 878} +{"episode_index": 361, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 952} +{"episode_index": 362, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 875} +{"episode_index": 363, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 835} +{"episode_index": 364, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 894} +{"episode_index": 365, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 868} +{"episode_index": 366, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 873} +{"episode_index": 367, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 862} +{"episode_index": 368, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 876} +{"episode_index": 369, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 884} +{"episode_index": 370, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 927} +{"episode_index": 371, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 933} +{"episode_index": 372, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 915} +{"episode_index": 373, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 878} +{"episode_index": 374, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 848} +{"episode_index": 375, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 810} +{"episode_index": 376, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 844} +{"episode_index": 377, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 802} +{"episode_index": 378, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 856} +{"episode_index": 379, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 824} +{"episode_index": 380, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 1025} +{"episode_index": 381, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 1052} +{"episode_index": 382, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 989} +{"episode_index": 383, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 978} +{"episode_index": 384, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 880} +{"episode_index": 385, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 912} +{"episode_index": 386, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 875} +{"episode_index": 387, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 975} +{"episode_index": 388, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 852} +{"episode_index": 389, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 972} +{"episode_index": 390, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 966} +{"episode_index": 391, "tasks": ["Press the button to open the microwave door with one hand; close the microwave door with the other hand."], "length": 876} diff --git a/meta/episodes_stats.jsonl b/meta/episodes_stats.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e9a203a4da7c00467f85497046be4b0dee40d3aa --- /dev/null +++ b/meta/episodes_stats.jsonl @@ -0,0 +1,392 @@ +{"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.4691414600840336]], [[0.46128105742296915]], [[0.4526145821661998]]], "std": [[[0.15656029188388057]], [[0.16616861385365683]], [[0.17323258243187406]]], "count": [175]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4584943440709617]], [[0.4516067787114846]], [[0.4462248097572362]]], "std": [[[0.14912906031955553]], [[0.1542094692168742]], [[0.16035186047003921]]], "count": [175]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651993977591037]], [[0.4641198354341737]], [[0.4553180590569561]]], "std": [[[0.15448283089769801]], [[0.15217278771112402]], [[0.16008632069718529]]], "count": [175]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5133475863678805]], [[0.49564307189542484]], [[0.4810252812791783]]], "std": [[[0.15906580925736427]], [[0.15178411279033355]], [[0.1621650829594001]]], "count": [175]}, "observation.state": {"min": [-0.5669353604316711, 0.14329153299331665, -0.15599752962589264, -2.2853167057037354, -0.7783644795417786, -0.02082177810370922, -0.36184167861938477, -0.28324800729751587, 0.29591599106788635, 0.05972899869084358, -1.652931571006775, -1.8772478103637695, -1.2003463506698608, -0.17332863807678223, -0.19231782853603363, -0.2684316337108612, -1.7745461463928223, -0.18018779158592224, -0.06370452046394348, -0.12451178580522537, -0.3196150064468384, -0.5569210052490234, 0.06393899768590927, 1.0518349409103394, -1.4220393896102905, 0.8690759539604187, 0.0, 0.0, -0.06160549446940422, -0.18270161747932434, -0.8263513445854187, 1.9122211933135986, -1.080557942390442, -0.002382606267929077], "max": [0.5041208863258362, 0.6387730240821838, 0.4553214907646179, -1.4154794216156006, -0.25364869832992554, 0.5043128728866577, -0.01984439231455326, -0.1313360035419464, 0.5496780276298523, 0.2062859982252121, -1.1869945526123047, -1.3183525800704956, -0.7024512887001038, 0.4426155090332031, 0.18929840624332428, -0.012042772024869919, -1.0165146589279175, 0.06592108309268951, 0.34842005372047424, 0.12627457082271576, -0.27496498823165894, -0.3761579990386963, 0.12040600180625916, 1.4755313396453857, -1.2601392269134521, 1.1596438884735107, 1001.0, 1003.0, -0.06148142367601395, -0.17681759595870972, -0.8257380723953247, 1.9129056930541992, -1.0768029689788818, 0.0022316763643175364], "mean": [0.09075615555047989, 0.28569093346595764, 0.1051311120390892, -1.8517934083938599, -0.3701910972595215, 0.16046267747879028, -0.09716972708702087, -0.23117460310459137, 0.3960702419281006, 0.1719859093427658, -1.374407172203064, -1.4703831672668457, -1.0635285377502441, -0.03191958740353584, -0.01675396040081978, -0.12102100253105164, -1.6116853952407837, -0.0007395624998025596, 0.030333666130900383, 0.06341033428907394, -0.2948746979236603, -0.4268111288547516, 0.10824012011289597, 1.325923204421997, -1.3770326375961304, 1.1103196144104004, 509.9399108886719, 677.6588745117188, -0.06153577193617821, -0.1784435212612152, -0.826002836227417, 1.9125014543533325, -1.0788239240646362, 0.0006701064412482083], "std": [0.33633142709732056, 0.12478889524936676, 0.16486147046089172, 0.20261631906032562, 0.16606974601745605, 0.1964021921157837, 0.10190805047750473, 0.05774862691760063, 0.06899762898683548, 0.05003596097230911, 0.12402672320604324, 0.18320220708847046, 0.17367571592330933, 0.1704915314912796, 0.0964205339550972, 0.06621977686882019, 0.1976909041404724, 0.07271101325750351, 0.09072054177522659, 0.0846288800239563, 0.008522731252014637, 0.04873736575245857, 0.012380988337099552, 0.11073175817728043, 0.04627400264143944, 0.07058409601449966, 489.17974853515625, 456.4287109375, 1.4735194781678729e-05, 0.0013536646729335189, 0.0001484889507992193, 0.0002338225021958351, 0.0005836713826283813, 0.0005234291893430054], "count": [982]}, "action": {"min": [-0.5669353604316711, 0.14329153299331665, -0.15599752962589264, -2.2853167057037354, -0.7783644795417786, -0.02082177810370922, -0.36184167861938477, -0.28324800729751587, 0.29591599106788635, 0.05972899869084358, -1.652931571006775, -1.8772478103637695, -1.2003463506698608, -0.17332863807678223, -0.19231782853603363, -0.2684316337108612, -1.7745461463928223, -0.18018779158592224, -0.06370452046394348, -0.12451178580522537, -0.3196150064468384, -0.5569210052490234, 0.06393899768590927, 1.0518349409103394, -1.4220393896102905, 0.8690759539604187, 0.0, 0.0, -0.06160549446940422, -0.18270161747932434, -0.8263513445854187, 1.9122211933135986, -1.080557942390442, -0.002382606267929077], "max": [0.5041208863258362, 0.6387730240821838, 0.4553214907646179, -1.4154794216156006, -0.25364869832992554, 0.5043128728866577, -0.01984439231455326, -0.1313360035419464, 0.5496780276298523, 0.2062859982252121, -1.1869945526123047, -1.3183525800704956, -0.7024512887001038, 0.4426155090332031, 0.18929840624332428, -0.012042772024869919, -1.0165146589279175, 0.06592108309268951, 0.34842005372047424, 0.12627457082271576, -0.27496498823165894, -0.3761579990386963, 0.12040600180625916, 1.4755313396453857, -1.2601392269134521, 1.1596438884735107, 1001.0, 1003.0, -0.06148142367601395, -0.17681759595870972, -0.8257380723953247, 1.9129056930541992, -1.0768029689788818, 0.0022316763643175364], "mean": [0.09077451378107071, 0.285626620054245, 0.10507085174322128, -1.8519514799118042, -0.37022122740745544, 0.1606866717338562, -0.09717892855405807, -0.23113837838172913, 0.3960634469985962, 0.17198413610458374, -1.3743036985397339, -1.4704567193984985, -1.0635358095169067, -0.031846582889556885, -0.01696936786174774, -0.12085539102554321, -1.611595869064331, -0.0007777939317747951, 0.030392782762646675, 0.0635608583688736, -0.2948744595050812, -0.4268453121185303, 0.10824564099311829, 1.325802206993103, -1.3771109580993652, 1.1104130744934082, 509.9399108886719, 677.6588745117188, -0.061535827815532684, -0.1784440577030182, -0.8260028958320618, 1.9125019311904907, -1.0788236856460571, 0.000669728557113558], "std": [0.3363415002822876, 0.12482813745737076, 0.1648954451084137, 0.20267465710639954, 0.1660512387752533, 0.19632065296173096, 0.10190147161483765, 0.05772712826728821, 0.06900085508823395, 0.05003491789102554, 0.12413324415683746, 0.1831556111574173, 0.1736808717250824, 0.17044751346111298, 0.09619571268558502, 0.06606884300708771, 0.1976381242275238, 0.07268636673688889, 0.09067842364311218, 0.08460037410259247, 0.00852281879633665, 0.048713602125644684, 0.012382840737700462, 0.11063265800476074, 0.04625830799341202, 0.07058656960725784, 489.1797790527344, 456.4287109375, 1.4830653526587412e-05, 0.0013531509321182966, 0.00014856331108603626, 0.00023388414410874248, 0.0005837242933921516, 0.0005234160926192999], "count": [982]}, "timestamp": {"min": [0.0], "max": [32.7], "mean": [16.35], "std": [9.449294506293402], "count": [982]}, "frame_index": {"min": [0], "max": [981], "mean": [490.5], "std": [283.47883518880207], "count": [982]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [982]}, "index": {"min": [0], "max": [981], "mean": [490.5], "std": [283.47883518880207], "count": [982]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [982]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.544806517311609, 0.676379836940438], "std": [0.4979883291869408, 0.4555179135532852], "count": [982]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.544806517311609, 0.676379836940438], "std": [0.4979883291869408, 0.4555179135532852], "count": [982]}, "eef_direction_state": {"mean": [4.629327902240326, 5.015274949083503], "std": [2.2755844253732977, 2.0825066352130595], "min": [0, 0], "max": [6, 6], "count": [982]}, "eef_velocity_state": {"mean": [0.37372708757637474, 0.21079429735234215], "std": [0.6053412621365581, 0.43446900949536466], "min": [0, 0], "max": [2, 2], "count": [982]}, "eef_acc_mag_state": {"mean": [0.24134419551934827, 0.1659877800407332], "std": [0.5830265734930965, 0.5065196045863486], "min": [0, 0], "max": [2, 2], "count": [982]}, "eef_direction_action": {"mean": [4.629327902240326, 5.015274949083503], "std": [2.2755844253732977, 2.0825066352130595], "min": [0, 0], "max": [6, 6], "count": [982]}, "eef_velocity_action": {"mean": [0.37372708757637474, 0.21079429735234215], "std": [0.605341262136558, 0.43446900949536466], "min": [0, 0], "max": [2, 2], "count": [982]}, "eef_acc_mag_action": {"mean": [0.24134419551934827, 0.1659877800407332], "std": [0.5830265734930965, 0.5065196045863486], "min": [0, 0], "max": [2, 2], "count": [982]}, "eef_sim_pose_state": {"mean": [0.41980771795586047, 0.25270748686989986, 1.2128565455685725, 0.017402522583755256, 0.057398450333856425, 1.2772595917923997, 0.44575572613683023, -0.17879315078207733, 1.1492757644921525, -0.018574232412764808, 0.0209040251302341, -1.374350519761393], "std": [0.07576665202360114, 0.035946009695082944, 0.06210090780212366, 0.0477960196618741, 0.03982711462594198, 0.2244157476860471, 0.04843449346190575, 0.018792091005893023, 0.007121669459926645, 0.09193474071563154, 0.051541938516967145, 0.07500300463839064], "min": [0.3192269505499705, 0.169041472715243, 1.1568031225121636, -0.03219708165037405, 0.012112387162184213, 0.8078985923145346, 0.39636688869229064, -0.1909710035276825, 1.1444732763817211, -0.2680908046044064, -0.0833186118828042, -1.588605870536064], "max": [0.5819785670479731, 0.3090369354404134, 1.3155957383046715, 0.12201145759371373, 0.18483589688010782, 1.478845058343477, 0.575236524721711, -0.129471417484923, 1.187977997882575, 0.04798160202455426, 0.06134215747526017, -1.2587450977563643], "count": [982]}, "eef_sim_pose_action": {"mean": [0.4198008467421708, 0.2527039762299985, 1.2129005135342672, 0.017470445178180104, 0.05747351036764414, 1.277280548848586, 0.4457883642756524, -0.17879285085012325, 1.1492784482421494, -0.018595781853915118, 0.021031533679302314, -1.374398398234974], "std": [0.07577024948761801, 0.0359450215074905, 0.062076493556994905, 0.04779365797787388, 0.03984989389677464, 0.22443246002217876, 0.048412019437048905, 0.01879193530260899, 0.007120372489031446, 0.09192162020380637, 0.051477957530877395, 0.07497330036296464], "min": [0.3192269505499705, 0.169041472715243, 1.1568031225121636, -0.03219708165037405, 0.012112387162184213, 0.8078985923145346, 0.39636688869229064, -0.1909710035276825, 1.1444732763817211, -0.2680908046044064, -0.0833186118828042, -1.588605870536064], "max": [0.5819785670479731, 0.3090369354404134, 1.3155957383046715, 0.12201145759371373, 0.18483589688010782, 1.478845058343477, 0.575236524721711, -0.129471417484923, 1.187977997882575, 0.04798160202455426, 0.06134215747526017, -1.2587450977563643], "count": [982]}, "gripper_mode_state": {"mean": [0.45519348268839105, 0.3228105906313646], "std": [0.4979883291869408, 0.46755097391364375], "min": [0, 0], "max": [1, 1], "count": [982]}, "gripper_activity_state": {"mean": [1.990835030549898, 1.890020366598778], "std": [0.12325158180924778, 0.41376789295325567], "min": [0, 0], "max": [2, 2], "count": [982]}, "gripper_mode_action": {"mean": [0.45519348268839105, 0.3228105906313646], "std": [0.4979883291869408, 0.46755097391364375], "min": [0, 0], "max": [1, 1], "count": [982]}, "gripper_activity_action": {"mean": [1.990835030549898, 1.890020366598778], "std": [0.12325158180924778, 0.41376789295325567], "min": [0, 0], "max": [2, 2], "count": [982]}}} +{"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.47605523596693583]], [[0.4693659277681661]], [[0.4610381968473664]]], "std": [[[0.15466750997494974]], [[0.16449699310608668]], [[0.17183876977112333]]], "count": [170]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47537946462898883]], [[0.4688741445597847]], [[0.4639746683967705]]], "std": [[[0.14934438024498073]], [[0.15414914213437422]], [[0.15997731424850772]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46693998221837757]], [[0.4686458573625528]], [[0.46051923899461744]]], "std": [[[0.15936979108785668]], [[0.15718135858926952]], [[0.16529462595015595]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4979185385428681]], [[0.4828083910034602]], [[0.4693856857939254]]], "std": [[[0.15657395981761404]], [[0.1461116983412804]], [[0.15349035802774091]]], "count": [170]}, "observation.state": {"min": [-0.6197664141654968, 0.1377064734697342, -0.1402721107006073, -2.0746729373931885, -0.7297046780586243, -0.02082177810370922, -0.5176646709442139, -0.28331100940704346, 0.33606401085853577, 0.03510399907827377, -1.762770652770996, -1.864567518234253, -1.2070097923278809, -0.17331120371818542, -0.016912240535020828, -0.26258477568626404, -1.7715789079666138, -0.07443828880786896, -0.06370452046394348, -0.0262148454785347, -0.3172459900379181, -0.5559509992599487, 0.10968799889087677, 1.160457968711853, -1.4997645616531372, 0.7341480851173401, 0.0, 0.0, -0.06160549446940422, -0.18275237083435059, -0.826971709728241, 1.9121371507644653, -1.0813066959381104, -0.0012425624299794436], "max": [0.35754814743995667, 0.6489308476448059, 0.4780631363391876, -1.2833755016326904, -0.1849525421857834, 0.30951666831970215, -0.006073745433241129, -0.14268100261688232, 0.557811975479126, 0.22315800189971924, -1.2640380859375, -1.280881643295288, -0.7355262041091919, 0.42353904247283936, 0.21500711143016815, -0.07426375895738602, -1.0876368284225464, 0.19888027012348175, 0.3147875666618347, 0.25415486097335815, -0.2806360125541687, -0.3761659860610962, 0.168722003698349, 1.586553931236267, -1.3015350103378296, 1.0664958953857422, 1001.0, 1002.0, -0.06157729774713516, -0.17558252811431885, -0.8249520659446716, 1.913080096244812, -1.0776453018188477, 0.0027100960724055767], "mean": [0.09187092632055283, 0.2820422947406769, 0.11205487698316574, -1.7916138172149658, -0.33186882734298706, 0.06514660269021988, -0.118399478495121, -0.24736492335796356, 0.39939215779304504, 0.17454612255096436, -1.4157863855361938, -1.4356392621994019, -1.0761901140213013, 0.0531778559088707, 0.13552656769752502, -0.11018773168325424, -1.5432755947113037, 0.1063147559762001, 0.1079028844833374, 0.15932781994342804, -0.30085524916648865, -0.45004794001579285, 0.15109476447105408, 1.3428363800048828, -1.4285658597946167, 0.9778149724006653, 588.2821044921875, 598.6797485351562, -0.06159025803208351, -0.17840056121349335, -0.826166033744812, 1.9126065969467163, -1.0787924528121948, 0.0006727694417349994], "std": [0.2985371947288513, 0.1275593787431717, 0.15781787037849426, 0.17382819950580597, 0.155458003282547, 0.11294566839933395, 0.15584248304367065, 0.049821559339761734, 0.060808077454566956, 0.053485311567783356, 0.18461595475673676, 0.1890971064567566, 0.17403173446655273, 0.1696738600730896, 0.06512776762247086, 0.06419380754232407, 0.18624964356422424, 0.10121113806962967, 0.08274441957473755, 0.09078361839056015, 0.006959096062928438, 0.05025599151849747, 0.020478062331676483, 0.09470263123512268, 0.07626225799322128, 0.07124947011470795, 480.91015625, 479.0741271972656, 1.867667037913634e-06, 0.0017189810751006007, 0.00031683084671385586, 0.00023325614165514708, 0.0005470048054121435, 0.0005246911314316094], "count": [943]}, "action": {"min": [-0.6197664141654968, 0.1377064734697342, -0.1402721107006073, -2.0746729373931885, -0.7297046780586243, -0.02082177810370922, -0.5176646709442139, -0.28331100940704346, 0.33606401085853577, 0.03510399907827377, -1.762770652770996, -1.864567518234253, -1.2070097923278809, -0.17331120371818542, -0.016912240535020828, -0.26258477568626404, -1.7715789079666138, -0.07443828880786896, -0.06370452046394348, -0.0262148454785347, -0.3172459900379181, -0.5559509992599487, 0.10968799889087677, 1.160457968711853, -1.4997645616531372, 0.7341480851173401, 0.0, 0.0, -0.06160549446940422, -0.18275237083435059, -0.826971709728241, 1.9121371507644653, -1.0813066959381104, -0.0012425624299794436], "max": [0.35754814743995667, 0.6489308476448059, 0.4780631363391876, -1.2833755016326904, -0.1849525421857834, 0.30951666831970215, -0.006073745433241129, -0.14268100261688232, 0.557811975479126, 0.22315800189971924, -1.2640380859375, -1.280881643295288, -0.7355262041091919, 0.42353904247283936, 0.21500711143016815, -0.07426375895738602, -1.0876368284225464, 0.19888027012348175, 0.3147875666618347, 0.25415486097335815, -0.2806360125541687, -0.3761659860610962, 0.168722003698349, 1.586553931236267, -1.3015350103378296, 1.0664958953857422, 1001.0, 1002.0, -0.06157729774713516, -0.17558252811431885, -0.8249520659446716, 1.913080096244812, -1.0776453018188477, 0.0027100960724055767], "mean": [0.09168751537799835, 0.2819608151912689, 0.11205954104661942, -1.7915246486663818, -0.3317979574203491, 0.0652414932847023, -0.11838588118553162, -0.24734510481357574, 0.39944371581077576, 0.17453643679618835, -1.4157629013061523, -1.4356019496917725, -1.0762104988098145, 0.05334080755710602, 0.13550226390361786, -0.10998958349227905, -1.5431102514266968, 0.10644642263650894, 0.1080680564045906, 0.15959545969963074, -0.30086517333984375, -0.4501062333583832, 0.15115471184253693, 1.3427119255065918, -1.4287397861480713, 0.9777567982673645, 588.2821044921875, 598.6797485351562, -0.061590250581502914, -0.17839916050434113, -0.826166033744812, 1.9126064777374268, -1.078792929649353, 0.0006727090803906322], "std": [0.29848337173461914, 0.12761007249355316, 0.1578158140182495, 0.17382021248340607, 0.15550874173641205, 0.11291095614433289, 0.15585172176361084, 0.04981100186705589, 0.06080090254545212, 0.05348120629787445, 0.18463242053985596, 0.18912388384342194, 0.17404578626155853, 0.16952979564666748, 0.06511203944683075, 0.06401143223047256, 0.1861170530319214, 0.1012391597032547, 0.08255661278963089, 0.09060817211866379, 0.00695325480774045, 0.05020209401845932, 0.020439568907022476, 0.09460514038801193, 0.07622133195400238, 0.07119899988174438, 480.91015625, 479.0741271972656, 1.8744975704976241e-06, 0.0017197122797369957, 0.0003168124530930072, 0.0002332606236450374, 0.0005470895557664335, 0.0005246868240647018], "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": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [943]}, "index": {"min": [982], "max": [1924], "mean": [1453.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.623541887592789, 0.5975620361372892], "std": [0.4844970608889272, 0.47813112911353256], "count": [943]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.623541887592789, 0.5975620361372892], "std": [0.4844970608889272, 0.47813112911353256], "count": [943]}, "eef_direction_state": {"mean": [4.656415694591728, 4.946977730646871], "std": [2.1991704512005046, 2.14464953286175], "min": [0, 0], "max": [6, 6], "count": [943]}, "eef_velocity_state": {"mean": [0.36903499469777307, 0.2205726405090138], "std": [0.5821449184631287, 0.4146327902709718], "min": [0, 0], "max": [2, 1], "count": [943]}, "eef_acc_mag_state": {"mean": [0.22481442205726404, 0.11558854718981973], "std": [0.5680979245526958, 0.41499063904441713], "min": [0, 0], "max": [2, 2], "count": [943]}, "eef_direction_action": {"mean": [4.656415694591728, 4.946977730646871], "std": [2.1991704512005046, 2.14464953286175], "min": [0, 0], "max": [6, 6], "count": [943]}, "eef_velocity_action": {"mean": [0.36903499469777307, 0.2205726405090138], "std": [0.5821449184631287, 0.4146327902709718], "min": [0, 0], "max": [2, 1], "count": [943]}, "eef_acc_mag_action": {"mean": [0.22481442205726404, 0.11558854718981973], "std": [0.5680979245526958, 0.41499063904441713], "min": [0, 0], "max": [2, 2], "count": [943]}, "eef_sim_pose_state": {"mean": [0.4239520542674915, 0.2547194762660332, 1.1926907801170317, -0.01756163564065088, 0.02860193203195079, 1.277120341122082, 0.4713171217673027, -0.22991697066244524, 1.1523082006935037, -0.09763634775189665, -0.013562809574604788, -1.2975737536225969], "std": [0.0691945702340586, 0.03868776704645475, 0.04985016187431716, 0.01761820524345477, 0.03514953164085061, 0.2644851109997443, 0.049706412824581214, 0.024412773039256954, 0.00774067210948955, 0.08045340736890505, 0.07201937112243201, 0.06780781134546325], "min": [0.36143125852131774, 0.1536329089596132, 1.1567595868528933, -0.0899266516488435, -0.06383643530045746, 0.7699432074475228, 0.3963720462134204, -0.2531709790029982, 1.1444812388589676, -0.23452825512361775, -0.251220360504971, -1.4536947908100952], "max": [0.5976105702882722, 0.3400341516621394, 1.2945230510155454, 0.051951544268888594, 0.16268821034681924, 1.4924302957560704, 0.575339447059969, -0.18868708018368296, 1.1810380800107718, 0.048000131762388154, 0.05180798685889032, -1.1531603198583324], "count": [943]}, "eef_sim_pose_action": {"mean": [0.4240030910000622, 0.25470513664804234, 1.1927099013490337, -0.017567558479994996, 0.02859612403712834, 1.2771610099402742, 0.47137698412948553, -0.22998168984746192, 1.1523128754939642, -0.09776358070498141, -0.013445647225312628, -1.2975296528238496], "std": [0.06918246726484766, 0.03868663809481902, 0.04983985359878259, 0.01761914174010917, 0.035149310085300374, 0.26451399631855016, 0.049650097818080774, 0.02438430596956504, 0.007737277500537778, 0.0803179974918856, 0.07202132805787444, 0.06781693163330141], "min": [0.36143125852131774, 0.1536329089596132, 1.1567595868528933, -0.0899266516488435, -0.06383643530045746, 0.7699432074475228, 0.3963720462134204, -0.2531709790029982, 1.1444812388589676, -0.23452825512361775, -0.251220360504971, -1.4536947908100952], "max": [0.5976105702882722, 0.3400341516621394, 1.2945230510155454, 0.051951544268888594, 0.16268821034681924, 1.4924302957560704, 0.575339447059969, -0.18868708018368296, 1.1810380800107718, 0.048000131762388154, 0.05180798685889032, -1.1531603198583324], "count": [943]}, "gripper_mode_state": {"mean": [0.37645811240721105, 0.4029692470837752], "std": [0.4844970608889272, 0.4904946819166399], "min": [0, 0], "max": [1, 1], "count": [943]}, "gripper_activity_state": {"mean": [1.9904559915164368, 1.8886532343584306], "std": [0.1257600600667957, 0.4161488201558556], "min": [0, 0], "max": [2, 2], "count": [943]}, "gripper_mode_action": {"mean": [0.37645811240721105, 0.4029692470837752], "std": [0.4844970608889272, 0.49049468191663986], "min": [0, 0], "max": [1, 1], "count": [943]}, "gripper_activity_action": {"mean": [1.9904559915164368, 1.8886532343584306], "std": [0.1257600600667957, 0.4161488201558556], "min": [0, 0], "max": [2, 2], "count": [943]}}} +{"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.47616057434120146]], [[0.4710263922713459]], [[0.46305270518504643]]], "std": [[[0.15739438831006516]], [[0.16698753907860883]], [[0.17376485603181285]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46195051595478953]], [[0.4580135857687024]], [[0.45202236454560596]]], "std": [[[0.14928555516331615]], [[0.15358993285440195]], [[0.16049134033695028]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46318045668373503]], [[0.4654403867969693]], [[0.45625098611631487]]], "std": [[[0.15676860965428838]], [[0.1547625420734983]], [[0.1624885332888045]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4989475602077349]], [[0.4859922437658716]], [[0.4723329274384913]]], "std": [[[0.15663623517780445]], [[0.15157701494769826]], [[0.16177159019629903]]], "count": [157]}, "observation.state": {"min": [-0.5507386326789856, 0.09162978827953339, -0.1745852828025818, -2.157506227493286, -0.7185869812965393, -0.02082177810370922, -0.4095240533351898, -0.2832750082015991, 0.329926997423172, 0.04404300078749657, -1.648829460144043, -1.9150761365890503, -1.1854034662246704, -0.17332863807678223, -0.049183379858732224, -0.26258477568626404, -1.7714568376541138, -0.13320352137088776, -0.06372196972370148, -0.04305727407336235, -0.3297500014305115, -0.5626170039176941, 0.10968299955129623, 1.2089678049087524, -1.3859483003616333, 0.9244625568389893, 0.0, 0.0, -0.06162805110216141, -0.18240271508693695, -0.8268330693244934, 1.9127124547958374, -1.0806490182876587, -0.0012425624299794436], "max": [0.353743314743042, 0.5414360165596008, 0.4349709749221802, -1.3295918703079224, -0.15564846992492676, 0.38210493326187134, -0.005846853367984295, -0.15727199614048004, 0.5528759956359863, 0.2185560017824173, -1.2966777086257935, -1.2953447103500366, -0.7935207486152649, 0.4524940848350525, 0.1892460584640503, -0.05316272750496864, -0.9681516289710999, 0.12046262621879578, 0.13384930789470673, 0.13723523914813995, -0.28921300172805786, -0.3761630058288574, 0.15890300273895264, 1.484331727027893, -1.1978638172149658, 1.161875605583191, 1001.0, 1002.0, -0.061554741114377975, -0.17632132768630981, -0.8246160745620728, 1.9127686023712158, -1.0774178504943848, 0.0031752262730151415], "mean": [0.08966080099344254, 0.2521343529224396, 0.1108403205871582, -1.7906253337860107, -0.32416945695877075, 0.08674252033233643, -0.08853984624147415, -0.24825365841388702, 0.4019337594509125, 0.16944736242294312, -1.3783843517303467, -1.4425182342529297, -1.1013065576553345, 0.08288194239139557, 0.06433473527431488, -0.09924711287021637, -1.4529268741607666, 0.047581903636455536, -0.024188421666622162, 0.07524613291025162, -0.30883267521858215, -0.4609297513961792, 0.14478619396686554, 1.3335654735565186, -1.3327052593231201, 1.0960092544555664, 591.1416625976562, 587.7969360351562, -0.06158457323908806, -0.17822414636611938, -0.8260149955749512, 1.9127289056777954, -1.0788286924362183, 0.0006480288575403392], "std": [0.2934294641017914, 0.09684240072965622, 0.14264707267284393, 0.17522013187408447, 0.14739790558815002, 0.1455788016319275, 0.11624040454626083, 0.04840083792805672, 0.06312055885791779, 0.0548110269010067, 0.12737232446670532, 0.19655679166316986, 0.13127592206001282, 0.17022229731082916, 0.0649070218205452, 0.07400230318307877, 0.21369478106498718, 0.09265231341123581, 0.035980015993118286, 0.07005570083856583, 0.010277370922267437, 0.05071781203150749, 0.01780441217124462, 0.07633625715970993, 0.06365714967250824, 0.076199471950531, 479.02581787109375, 479.77105712890625, 2.739745923463488e-06, 0.0014488707529380918, 0.000372869661077857, 1.6091524230432697e-05, 0.0007330605876632035, 0.0004889870178885758], "count": [847]}, "action": {"min": [-0.5507386326789856, 0.09162978827953339, -0.1745852828025818, -2.157506227493286, -0.7185869812965393, -0.02082177810370922, -0.4095240533351898, -0.2832750082015991, 0.329926997423172, 0.04404300078749657, -1.648829460144043, -1.9150761365890503, -1.1854034662246704, -0.17332863807678223, -0.049183379858732224, -0.26258477568626404, -1.7714568376541138, -0.13320352137088776, -0.06372196972370148, -0.04305727407336235, -0.3297500014305115, -0.5626170039176941, 0.10968299955129623, 1.2089678049087524, -1.3859483003616333, 0.9244625568389893, 0.0, 0.0, -0.06162805110216141, -0.18240271508693695, -0.8268330693244934, 1.9127124547958374, -1.0806490182876587, -0.0012425624299794436], "max": [0.353743314743042, 0.5414360165596008, 0.4349709749221802, -1.3295918703079224, -0.15564846992492676, 0.38210493326187134, -0.005846853367984295, -0.15727199614048004, 0.5528759956359863, 0.2185560017824173, -1.2966777086257935, -1.2953447103500366, -0.7935207486152649, 0.4524940848350525, 0.1892460584640503, -0.05316272750496864, -0.9681516289710999, 0.12046262621879578, 0.13384930789470673, 0.13723523914813995, -0.28921300172805786, -0.3761630058288574, 0.15890300273895264, 1.484331727027893, -1.1978638172149658, 1.161875605583191, 1001.0, 1002.0, -0.061554741114377975, -0.17632132768630981, -0.8246160745620728, 1.9127686023712158, -1.0774178504943848, 0.0031752262730151415], "mean": [0.08947602659463882, 0.2520286440849304, 0.11088631302118301, -1.7905620336532593, -0.32405543327331543, 0.08686016499996185, -0.088523268699646, -0.24822837114334106, 0.4019835293292999, 0.16941386461257935, -1.3783961534500122, -1.4424951076507568, -1.1013004779815674, 0.0831402838230133, 0.06418193131685257, -0.09900488704442978, -1.45259690284729, 0.04764026030898094, -0.024156752973794937, 0.0754326805472374, -0.308852881193161, -0.4610212743282318, 0.14484374225139618, 1.3333818912506104, -1.3327677249908447, 1.0961182117462158, 591.1416625976562, 587.7969360351562, -0.06158457696437836, -0.17822323739528656, -0.826014518737793, 1.9127289056777954, -1.078827977180481, 0.0006478304276242852], "std": [0.29336801171302795, 0.09690336138010025, 0.14263109862804413, 0.1752086877822876, 0.14748959243297577, 0.14553207159042358, 0.11625121533870697, 0.048388171941041946, 0.06310932338237762, 0.054799895733594894, 0.12736520171165466, 0.19657263159751892, 0.13127224147319794, 0.16999895870685577, 0.06476522982120514, 0.07380318641662598, 0.21341875195503235, 0.09268002212047577, 0.035957057029008865, 0.06999553740024567, 0.010261168703436852, 0.05063461884856224, 0.017769647762179375, 0.07618165016174316, 0.06367973238229752, 0.07622310519218445, 479.0257873535156, 479.7711181640625, 2.743375944191939e-06, 0.0014493886847048998, 0.00037293386412784457, 1.6104118913062848e-05, 0.0007332623936235905, 0.0004890482523478568], "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": [2], "max": [2], "mean": [2.0], "std": [0.0], "count": [847]}, "index": {"min": [1925], "max": [2771], "mean": [2348.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6316410861865407, 0.5867107438485423], "std": [0.4823594348902364, 0.4788318777246308], "count": [847]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6316410861865407, 0.5867107438485423], "std": [0.4823594348902364, 0.4788318777246308], "count": [847]}, "eef_direction_state": {"mean": [4.863046044864227, 5.041322314049586], "std": [2.0696586253551037, 2.1040113818449346], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_state": {"mean": [0.35182998819362454, 0.19716646989374262], "std": [0.6119188696970065, 0.4237255347985481], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_state": {"mean": [0.23022432113341204, 0.15702479338842976], "std": [0.5688762067287009, 0.48363502401842556], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_direction_action": {"mean": [4.863046044864227, 5.041322314049586], "std": [2.0696586253551037, 2.1040113818449346], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_action": {"mean": [0.35182998819362454, 0.19716646989374262], "std": [0.6119188696970066, 0.4237255347985481], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_action": {"mean": [0.23022432113341204, 0.15702479338842976], "std": [0.5688762067287009, 0.48363502401842556], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_sim_pose_state": {"mean": [0.42470815071441553, 0.2473273910418933, 1.192379821906593, -0.012388093610165556, 0.052462521423094086, 1.3023347610957197, 0.4790562460115009, -0.21322620193165623, 1.1351645271485498, -0.01724434287334954, -0.016347456519602788, -1.3922777092806207], "std": [0.06959180269659718, 0.039570421318042184, 0.04926252689328122, 0.013452233742362221, 0.04165084203737502, 0.2246150330945718, 0.049825016386965716, 0.017137822684927737, 0.006384923696282314, 0.057862476598064025, 0.07981101277069928, 0.05758968648001528], "min": [0.3590732692061699, 0.15209840067743213, 1.1567957830461897, -0.04089609547684603, 0.011969397214571798, 0.8138159489747465, 0.39637044296173846, -0.22834185436741752, 1.125841568305889, -0.1515075212844118, -0.17977301994378037, -1.5235091487492638], "max": [0.5855260613789894, 0.3251065045835143, 1.2841928595966252, 0.03590697039188895, 0.18488987275566382, 1.4581384333536924, 0.5792952617064675, -0.18680497808505483, 1.15733413723548, 0.048004346263057274, 0.05591486878077734, -1.3021965573715981], "count": [847]}, "eef_sim_pose_action": {"mean": [0.4247578576802625, 0.24729324208145467, 1.1924043746196884, -0.01239443085668297, 0.05244186457875359, 1.3023406264338968, 0.4791449646237864, -0.2132722611824935, 1.1351498100937953, -0.017292423538033095, -0.016205816651868793, -1.3923767876581816], "std": [0.06957738903161362, 0.03956802742325689, 0.04924998464343451, 0.01345598730365131, 0.04166499684304485, 0.22461884745526395, 0.04974457422929837, 0.01712424552692921, 0.0063777024601422315, 0.05782514624402066, 0.07982652103836524, 0.05751043657663281], "min": [0.3590732692061699, 0.15209840067743213, 1.1567957830461897, -0.04089609547684603, 0.011969397214571798, 0.8138159489747465, 0.39637044296173846, -0.22834185436741752, 1.125841568305889, -0.1515075212844118, -0.17977301994378037, -1.5235091487492638], "max": [0.5855260613789894, 0.3251065045835143, 1.2841928595966252, 0.03590697039188895, 0.18488987275566382, 1.4581384333536924, 0.5792952617064675, -0.18680497808505483, 1.15733413723548, 0.048002489778332325, 0.05591486878077734, -1.3021965573715981], "count": [847]}, "gripper_mode_state": {"mean": [0.36835891381345925, 0.4132231404958678], "std": [0.4823594348902364, 0.4924122019757434], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_state": {"mean": [1.989374262101535, 1.871310507674144], "std": [0.13265239107615717, 0.44399820954424224], "min": [0, 0], "max": [2, 2], "count": [847]}, "gripper_mode_action": {"mean": [0.36835891381345925, 0.4132231404958678], "std": [0.4823594348902364, 0.4924122019757434], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_action": {"mean": [1.989374262101535, 1.871310507674144], "std": [0.13265239107615717, 0.44399820954424224], "min": [0, 0], "max": [2, 2], "count": [847]}}} +{"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.47044865689564414]], [[0.46591007588717814]], [[0.45818054184761153]]], "std": [[[0.15911235394534287]], [[0.1685868670538309]], [[0.17530415304278515]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46396831134579114]], [[0.4595737775255516]], [[0.45296366983594333]]], "std": [[[0.15028898360188184]], [[0.15400902350739415]], [[0.16058289650315055]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46086701512260386]], [[0.4656384516054744]], [[0.4596916493946572]]], "std": [[[0.15723645028792999]], [[0.15595022511231837]], [[0.1647516200589433]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5086080583519761]], [[0.49240390045839366]], [[0.47668473647848403]]], "std": [[[0.16660138389014584]], [[0.1565790784339795]], [[0.16579703789053313]]], "count": [149]}, "observation.state": {"min": [-0.6071650981903076, 0.09512043744325638, -0.15578807890415192, -2.1382203102111816, -0.7660773992538452, -0.020874137058854103, -0.4591263234615326, -0.2843169867992401, 0.3321340084075928, 0.033052001148462296, -1.681599497795105, -1.9839338064193726, -1.1854034662246704, -0.1733635514974594, -0.04761258140206337, -0.26258477568626404, -1.781859040260315, -0.15018557012081146, -0.06377433240413666, -0.0262148454785347, -0.3157930076122284, -0.5637930035591125, 0.10968700051307678, 1.1490368843078613, -1.49654221534729, 0.8227436542510986, 0.0, 0.0, -0.061710767447948456, -0.18319791555404663, -0.8270818591117859, 1.912733793258667, -1.0809231996536255, -0.0012843292206525803], "max": [0.3363947570323944, 0.5618039965629578, 0.4968777894973755, -1.303062915802002, -0.24806365370750427, 0.41723841428756714, -0.012095131911337376, -0.1398800015449524, 0.5599179863929749, 0.21712499856948853, -1.2971012592315674, -1.3183525800704956, -0.6912371516227722, 0.45006805658340454, 0.18929840624332428, -0.04899138957262039, -1.060427188873291, 0.14425146579742432, 0.2813645303249359, 0.2705260217189789, -0.2760249972343445, -0.3761509954929352, 0.1584009975194931, 1.4755313396453857, -1.2284499406814575, 1.0664958953857422, 1001.0, 1002.0, -0.06157729774713516, -0.17603181302547455, -0.8245630264282227, 1.9127781391143799, -1.0776864290237427, 0.0049360767006874084], "mean": [0.1067490205168724, 0.2614528238773346, 0.10980948805809021, -1.8161754608154297, -0.3299349844455719, 0.09620580822229385, -0.08742649853229523, -0.24657796323299408, 0.39538881182670593, 0.17013370990753174, -1.3797216415405273, -1.4443795680999756, -1.0912294387817383, 0.08080758899450302, 0.0994604155421257, -0.10925254225730896, -1.5307832956314087, 0.06148345395922661, 0.09034393727779388, 0.16558252274990082, -0.2910808324813843, -0.45750105381011963, 0.1398768424987793, 1.3817614316940308, -1.4086666107177734, 0.9927895665168762, 631.7418212890625, 624.23046875, -0.06159946322441101, -0.1780497431755066, -0.8258357048034668, 1.9127280712127686, -1.0787789821624756, 0.0006914885598234832], "std": [0.29047152400016785, 0.09040257334709167, 0.1506900191307068, 0.16461865603923798, 0.14757318794727325, 0.15889568626880646, 0.12477542459964752, 0.05064433813095093, 0.05826467648148537, 0.057507533580064774, 0.1293013095855713, 0.209671288728714, 0.156385600566864, 0.17182835936546326, 0.06380891054868698, 0.06768655776977539, 0.20059815049171448, 0.1042109802365303, 0.07967018336057663, 0.12546996772289276, 0.010636714287102222, 0.051520608365535736, 0.013544873334467411, 0.1057203933596611, 0.10008464008569717, 0.06236014887690544, 468.4996337890625, 470.1899108886719, 3.1287814636016265e-05, 0.002033001044765115, 0.0003216224431525916, 2.0890402083750814e-05, 0.0006324205314740539, 0.0004343125910963863], "count": [794]}, "action": {"min": [-0.6071650981903076, 0.09512043744325638, -0.15578807890415192, -2.1382203102111816, -0.7660773992538452, -0.020874137058854103, -0.4591263234615326, -0.2843169867992401, 0.3321340084075928, 0.033052001148462296, -1.681599497795105, -1.9839338064193726, -1.1854034662246704, -0.1733635514974594, -0.04761258140206337, -0.26258477568626404, -1.781859040260315, -0.15018557012081146, -0.06377433240413666, -0.0262148454785347, -0.3157930076122284, -0.5637930035591125, 0.10968700051307678, 1.1490368843078613, -1.49654221534729, 0.8227436542510986, 0.0, 0.0, -0.061710767447948456, -0.18319791555404663, -0.8270818591117859, 1.912733793258667, -1.0809231996536255, -0.0012843292206525803], "max": [0.3363947570323944, 0.5618039965629578, 0.4968777894973755, -1.303062915802002, -0.24806365370750427, 0.41723841428756714, -0.012095131911337376, -0.1398800015449524, 0.5599179863929749, 0.21712499856948853, -1.2971012592315674, -1.3183525800704956, -0.6912371516227722, 0.45006805658340454, 0.18929840624332428, -0.04899138957262039, -1.060427188873291, 0.14425146579742432, 0.2813645303249359, 0.2705260217189789, -0.2760249972343445, -0.3761639893054962, 0.1584009975194931, 1.4755313396453857, -1.2284499406814575, 1.0664958953857422, 1001.0, 1002.0, -0.06157729774713516, -0.17603181302547455, -0.8245630264282227, 1.9127781391143799, -1.0776864290237427, 0.0049360767006874084], "mean": [0.1066223680973053, 0.26145023107528687, 0.10985518246889114, -1.8162821531295776, -0.3299294114112854, 0.0964081883430481, -0.08741926401853561, -0.2465144395828247, 0.3954165577888489, 0.17010466754436493, -1.3797868490219116, -1.4444116353988647, -1.0912015438079834, 0.08106967061758041, 0.09936802089214325, -0.10902046412229538, -1.5305620431900024, 0.06157314032316208, 0.09052283316850662, 0.1659499704837799, -0.2910716235637665, -0.45758864283561707, 0.13992464542388916, 1.3817049264907837, -1.4088685512542725, 0.992732048034668, 631.7418212890625, 624.2279663085938, -0.061599601060152054, -0.17805100977420807, -0.8258357048034668, 1.9127280712127686, -1.0787779092788696, 0.0006910307565703988], "std": [0.2904239892959595, 0.09040319174528122, 0.1506749838590622, 0.16466757655143738, 0.1475761979818344, 0.15884894132614136, 0.12477941066026688, 0.05062997713685036, 0.05825623497366905, 0.057497330009937286, 0.12927278876304626, 0.20965425670146942, 0.15637099742889404, 0.1715988963842392, 0.06373205035924911, 0.06747620552778244, 0.20042912662029266, 0.10424499958753586, 0.07948318868875504, 0.12533491849899292, 0.010639013722538948, 0.05144138261675835, 0.013505162671208382, 0.10568265616893768, 0.10008597373962402, 0.062312714755535126, 468.4996032714844, 470.1872253417969, 3.14863609673921e-05, 0.0020325889345258474, 0.00032162954448722303, 2.0904539269395173e-05, 0.000632392184343189, 0.0004343089822214097], "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": [3], "max": [3], "mean": [3.0], "std": [0.0], "count": [794]}, "index": {"min": [2772], "max": [3565], "mean": [3168.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6738035264483627, 0.6235894207208962], "std": [0.46882015122444826, 0.4696765035006377], "count": [794]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6738035264483627, 0.6235894207208962], "std": [0.46882015122444826, 0.4696765035006377], "count": [794]}, "eef_direction_state": {"mean": [4.82367758186398, 4.926952141057934], "std": [2.1379722912640378, 2.14163571993548], "min": [0, 0], "max": [6, 6], "count": [794]}, "eef_velocity_state": {"mean": [0.3690176322418136, 0.2304785894206549], "std": [0.6609643303815362, 0.452842155506251], "min": [0, 0], "max": [2, 2], "count": [794]}, "eef_acc_mag_state": {"mean": [0.29219143576826195, 0.15113350125944586], "std": [0.6330641836192984, 0.4838239524229039], "min": [0, 0], "max": [2, 2], "count": [794]}, "eef_direction_action": {"mean": [4.82367758186398, 4.926952141057934], "std": [2.1379722912640378, 2.14163571993548], "min": [0, 0], "max": [6, 6], "count": [794]}, "eef_velocity_action": {"mean": [0.3690176322418136, 0.2304785894206549], "std": [0.6609643303815362, 0.452842155506251], "min": [0, 0], "max": [2, 2], "count": [794]}, "eef_acc_mag_action": {"mean": [0.29219143576826195, 0.15113350125944586], "std": [0.6330641836192985, 0.4838239524229039], "min": [0, 0], "max": [2, 2], "count": [794]}, "eef_sim_pose_state": {"mean": [0.41871034224246956, 0.248366216144814, 1.1944983343883062, -0.008561266537905206, 0.050623188091484375, 1.2973517770843472, 0.478997529135663, -0.21925545521987966, 1.1578534101324303, -0.06087785329312811, -0.03137590240404275, -1.2897817236883462], "std": [0.0656847206553814, 0.04073382041149171, 0.052214319698319106, 0.02217758370485061, 0.04491087466259758, 0.24065951496291743, 0.050840884665664075, 0.02000687605388395, 0.0069089824744477946, 0.09038940231654298, 0.07222653021115895, 0.09443540550126608], "min": [0.3666636464393128, 0.14412669234246273, 1.1567916420862778, -0.03835082154251379, 0.0161818054825007, 0.6975483576554211, 0.3963568735953329, -0.2363678877240868, 1.1444866391909518, -0.2720129610983272, -0.23450761993249558, -1.512541484409966], "max": [0.5943184423720662, 0.3264221420394749, 1.3005083924171117, 0.07487537672764466, 0.2093539685914303, 1.4460181278237854, 0.5823546053599903, -0.18868465794159497, 1.1839498821258558, 0.04802041964182302, 0.030624408478830745, -1.2192429304301755], "count": [794]}, "eef_sim_pose_action": {"mean": [0.4187392199439879, 0.2483444614347017, 1.194559789243186, -0.008578972976182887, 0.05061177904156029, 1.297286796259399, 0.4790883541485797, -0.2193139982696108, 1.1578726853491264, -0.06096594990142515, -0.031258927023825864, -1.289679949571729], "std": [0.0656742761449947, 0.040729780533002004, 0.052198654116039446, 0.02219044467667672, 0.044916577586184434, 0.2406263542048175, 0.050757537369096814, 0.01998538615306821, 0.006893040158221819, 0.09031731437361945, 0.07224310352250715, 0.09446319677561708], "min": [0.3666636464393128, 0.14412669234246273, 1.1567916420862778, -0.03835082154251379, 0.0161818054825007, 0.6975483576554211, 0.3963568735953329, -0.2363678877240868, 1.1444866391909518, -0.2720129610983272, -0.23450761993249558, -1.512541484409966], "max": [0.5943184423720662, 0.3264221420394749, 1.3005083924171117, 0.07487537672764466, 0.2093539685914303, 1.4460181278237854, 0.5823546053599903, -0.18868465794159497, 1.1839498821258558, 0.04802041964182302, 0.030624408478830745, -1.2192429304301755], "count": [794]}, "gripper_mode_state": {"mean": [0.3261964735516373, 0.3765743073047859], "std": [0.46882015122444826, 0.4845266745832515], "min": [0, 0], "max": [1, 1], "count": [794]}, "gripper_activity_state": {"mean": [1.9886649874055415, 1.8677581863979849], "std": [0.13697884926847007, 0.4504610143012064], "min": [0, 0], "max": [2, 2], "count": [794]}, "gripper_mode_action": {"mean": [0.3261964735516373, 0.3765743073047859], "std": [0.46882015122444826, 0.4845266745832515], "min": [0, 0], "max": [1, 1], "count": [794]}, "gripper_activity_action": {"mean": [1.9886649874055415, 1.8677581863979849], "std": [0.13697884926847007, 0.4504610143012064], "min": [0, 0], "max": [2, 2], "count": [794]}}} +{"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.47697948782034744]], [[0.4698037643511352]], [[0.46136169026272794]]], "std": [[[0.15699398396771905]], [[0.16873413994162398]], [[0.17620314040918386]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4659533682168043]], [[0.4598425836343309]], [[0.45283667924406606]]], "std": [[[0.14871159189138944]], [[0.15328864082866975]], [[0.16013727047244625]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4634262945583935]], [[0.46603026100791195]], [[0.458265689499484]]], "std": [[[0.15579767671542225]], [[0.15440353922018468]], [[0.1628240587398996]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49538955403981766]], [[0.4862324561403509]], [[0.474003685876763]]], "std": [[[0.15013861410858123]], [[0.14682363977764296]], [[0.15676199667626967]]], "count": [152]}, "observation.state": {"min": [-0.5416280627250671, 0.026337018236517906, -0.13384930789470673, -2.12431001663208, -0.777788519859314, -0.02082177810370922, -0.4003436267375946, -0.28350698947906494, 0.33782100677490234, 0.033615998923778534, -1.7166043519973755, -1.988747239112854, -1.2113068103790283, -0.17470745742321014, -0.08597492426633835, -0.26258477568626404, -1.8065903186798096, -0.15533429384231567, -0.06370452046394348, -0.06269222497940063, -0.3239940106868744, -0.5627859830856323, 0.10967499762773514, 1.118533968925476, -1.3301225900650024, 0.8232734799385071, 0.0, 0.0, -0.06170700863003731, -0.18272417783737183, -0.826528012752533, 1.9122774600982666, -1.080275058746338, -0.0019117805641144514], "max": [0.3119950592517853, 0.49357911944389343, 0.4397706091403961, -1.2985773086547852, -0.018395770341157913, 0.4308694303035736, 0.003176499158143997, -0.16230300068855286, 0.5556600093841553, 0.20885999500751495, -1.2968484163284302, -1.1452813148498535, -0.8283828496932983, 0.45293039083480835, 0.1892460584640503, -0.02822197414934635, -1.0052049160003662, 0.06588618457317352, 0.29134783148765564, 0.15245451033115387, -0.27261799573898315, -0.3761709928512573, 0.16665500402450562, 1.4755313396453857, -1.2146270275115967, 1.0664958953857422, 1001.0, 1002.0, -0.06169009208679199, -0.17586450278759003, -0.825467050075531, 1.9127488136291504, -1.0775810480117798, 0.0015510672237724066], "mean": [0.08082472532987595, 0.22113096714019775, 0.11386264860630035, -1.7761555910110474, -0.27502360939979553, 0.06819052249193192, -0.08778351545333862, -0.24764108657836914, 0.4048156440258026, 0.16187578439712524, -1.3990957736968994, -1.4125710725784302, -1.1069444417953491, 0.10973279923200607, 0.06339545547962189, -0.0850033387541771, -1.5040537118911743, -0.03776860609650612, 0.1478637307882309, 0.08553154021501541, -0.29656949639320374, -0.46888837218284607, 0.14938035607337952, 1.2897411584854126, -1.3052700757980347, 0.9679502844810486, 580.9224853515625, 635.4588012695312, -0.06169906258583069, -0.178195983171463, -0.8260220885276794, 1.9124985933303833, -1.0788108110427856, 0.000696577422786504], "std": [0.296438604593277, 0.10269786417484283, 0.14347238838672638, 0.18996262550354004, 0.15733319520950317, 0.12794050574302673, 0.10885301977396011, 0.0469900481402874, 0.06561161577701569, 0.06275944411754608, 0.15084420144557953, 0.19245965778827667, 0.12226525694131851, 0.15914765000343323, 0.07107897102832794, 0.07433151453733444, 0.19841010868549347, 0.0581001378595829, 0.08453848958015442, 0.07639985531568527, 0.010380945168435574, 0.047643616795539856, 0.02161678671836853, 0.09255560487508774, 0.02822684310376644, 0.046272676438093185, 480.3833312988281, 467.8763122558594, 1.1009956324414816e-06, 0.0017747714882716537, 0.0002257065352750942, 0.00018407987954560667, 0.0005641764146275818, 0.00041402451461181045], "count": [813]}, "action": {"min": [-0.5416280627250671, 0.026337018236517906, -0.13384930789470673, -2.12431001663208, -0.777788519859314, -0.02082177810370922, -0.4003436267375946, -0.28350698947906494, 0.33782100677490234, 0.033615998923778534, -1.7166043519973755, -1.988747239112854, -1.2113068103790283, -0.17470745742321014, -0.08597492426633835, -0.26258477568626404, -1.8065903186798096, -0.15533429384231567, -0.06370452046394348, -0.06269222497940063, -0.3239940106868744, -0.5627859830856323, 0.10967499762773514, 1.118533968925476, -1.3301225900650024, 0.8232734799385071, 0.0, 0.0, -0.06170700863003731, -0.18272417783737183, -0.826528012752533, 1.9122774600982666, -1.080275058746338, -0.0019117805641144514], "max": [0.3119950592517853, 0.49357911944389343, 0.4397706091403961, -1.2985773086547852, -0.018395770341157913, 0.4308694303035736, 0.003176499158143997, -0.16230300068855286, 0.5556600093841553, 0.20885999500751495, -1.2968484163284302, -1.1452813148498535, -0.8283828496932983, 0.45293039083480835, 0.1892460584640503, -0.02822197414934635, -1.0052049160003662, 0.06588618457317352, 0.29134783148765564, 0.15245451033115387, -0.27261799573898315, -0.3761709928512573, 0.16665500402450562, 1.4755313396453857, -1.2146270275115967, 1.0664958953857422, 1001.0, 1002.0, -0.06169009208679199, -0.17586450278759003, -0.825467050075531, 1.9127488136291504, -1.0775810480117798, 0.0015510672237724066], "mean": [0.08072908222675323, 0.22093451023101807, 0.1138281300663948, -1.7761310338974, -0.27473872900009155, 0.06821653991937637, -0.0877610594034195, -0.247620090842247, 0.4048427641391754, 0.16185832023620605, -1.3991116285324097, -1.412376046180725, -1.1069673299789429, 0.11005442589521408, 0.06325037032365799, -0.08473950624465942, -1.5037838220596313, -0.037884317338466644, 0.14816537499427795, 0.08573563396930695, -0.29657021164894104, -0.4689987599849701, 0.1494491994380951, 1.289509892463684, -1.3052526712417603, 0.9678215384483337, 580.9224853515625, 635.4612426757812, -0.06169906258583069, -0.17819815874099731, -0.8260223269462585, 1.9124983549118042, -1.0788108110427856, 0.0006963883643038571], "std": [0.2963915467262268, 0.10281231999397278, 0.14349304139614105, 0.1899542659521103, 0.15758071839809418, 0.12792472541332245, 0.10886881500482559, 0.04697796702384949, 0.06560040265321732, 0.06275032460689545, 0.15083424746990204, 0.19263461232185364, 0.12228155136108398, 0.15883953869342804, 0.07094204425811768, 0.07408081740140915, 0.1981964409351349, 0.05798756703734398, 0.08421977609395981, 0.07632217556238174, 0.010380650870501995, 0.047532595694065094, 0.021579449996352196, 0.09232570976018906, 0.028216592967510223, 0.046143900603055954, 480.3833312988281, 467.8789367675781, 1.1020734973499202e-06, 0.0017742592608556151, 0.00022576889023184776, 0.00018395239021629095, 0.00056417629821226, 0.0004139933444093913], "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": [4], "max": [4], "mean": [4.0], "std": [0.0], "count": [813]}, "index": {"min": [3566], "max": [4378], "mean": [3972.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6211562115621156, 0.634371463733904], "std": [0.4850991366719966, 0.467024985205888], "count": [813]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6211562115621156, 0.634371463733904], "std": [0.4850991366719966, 0.467024985205888], "count": [813]}, "eef_direction_state": {"mean": [4.718327183271833, 4.964329643296433], "std": [2.160957638430547, 2.144808532343372], "min": [0, 0], "max": [6, 6], "count": [813]}, "eef_velocity_state": {"mean": [0.3714637146371464, 0.2201722017220172], "std": [0.6212889412828532, 0.4673723041811197], "min": [0, 0], "max": [2, 2], "count": [813]}, "eef_acc_mag_state": {"mean": [0.25830258302583026, 0.16236162361623616], "std": [0.6051810516246204, 0.49171270535091005], "min": [0, 0], "max": [2, 2], "count": [813]}, "eef_direction_action": {"mean": [4.718327183271833, 4.964329643296433], "std": [2.160957638430547, 2.144808532343372], "min": [0, 0], "max": [6, 6], "count": [813]}, "eef_velocity_action": {"mean": [0.3714637146371464, 0.2201722017220172], "std": [0.6212889412828532, 0.4673723041811197], "min": [0, 0], "max": [2, 2], "count": [813]}, "eef_acc_mag_action": {"mean": [0.25830258302583026, 0.16236162361623616], "std": [0.6051810516246204, 0.49171270535091005], "min": [0, 0], "max": [2, 2], "count": [813]}, "eef_sim_pose_state": {"mean": [0.427358310708853, 0.23912393622272846, 1.1910190566583527, -0.029667585657293903, 0.029759092866322986, 1.3092469998102012, 0.48770365360879814, -0.21612455132950403, 1.1592955181079314, -0.12160961325588478, -0.09102659285980146, -1.3973549204733346], "std": [0.07148783492823864, 0.04673713428091835, 0.04595475974273049, 0.02400732765203216, 0.07545365137808892, 0.21936431369941506, 0.04718116938362714, 0.022183998658292254, 0.008928537304400389, 0.07282791708993978, 0.019101753241786066, 0.06217090166829925], "min": [0.36861575929492324, 0.13719940025918015, 1.156793572721655, -0.0937054165387583, -0.07414500801918633, 0.8333943470708154, 0.3963809282434625, -0.23404224017959643, 1.14008213351441, -0.2343565782311765, -0.18017997891701953, -1.5559232167809753], "max": [0.5861541990645271, 0.3137312623048658, 1.2738293320084224, 0.03923178660247845, 0.30600953532904396, 1.558552527582281, 0.5807910146351242, -0.1750271434221344, 1.1758703020452657, 0.0480355156302158, -0.06743945827179565, -1.304280274388476], "count": [813]}, "eef_sim_pose_action": {"mean": [0.42738474604905957, 0.23909402419387163, 1.1910329698752085, -0.029729911882272503, 0.029651115962688837, 1.309360983749697, 0.48781191145231995, -0.21617930597337714, 1.1593195361179585, -0.12182654749008279, -0.09104967608878925, -1.3974622055496508], "std": [0.07147558814826166, 0.046728627338448785, 0.045946115662309585, 0.024041645392829963, 0.07551227550195434, 0.21945937233871607, 0.0470723849176264, 0.022171145431156013, 0.008914988382143524, 0.07258483727330926, 0.01908459678634222, 0.062085604277906124], "min": [0.36861575929492324, 0.13719940025918015, 1.156793572721655, -0.0937054165387583, -0.07414500801918633, 0.8333943470708154, 0.3963809282434625, -0.23404224017959643, 1.14008213351441, -0.2343565782311765, -0.18017997891701953, -1.5559232167809753], "max": [0.5861541990645271, 0.3137312623048658, 1.2738293320084224, 0.03923178660247845, 0.30600953532904396, 1.558552527582281, 0.5807910146351242, -0.1750271434221344, 1.1758703020452657, 0.0480355156302158, -0.06743945827179565, -1.304280274388476], "count": [813]}, "gripper_mode_state": {"mean": [0.37884378843788435, 0.36531365313653136], "std": [0.4850991366719966, 0.4815180037844667], "min": [0, 0], "max": [1, 1], "count": [813]}, "gripper_activity_state": {"mean": [1.988929889298893, 1.867158671586716], "std": [0.1353796038955292, 0.45139272866046376], "min": [0, 0], "max": [2, 2], "count": [813]}, "gripper_mode_action": {"mean": [0.37884378843788435, 0.36531365313653136], "std": [0.4850991366719966, 0.48151800378446663], "min": [0, 0], "max": [1, 1], "count": [813]}, "gripper_activity_action": {"mean": [1.988929889298893, 1.867158671586716], "std": [0.1353796038955292, 0.45139272866046376], "min": [0, 0], "max": [2, 2], "count": [813]}}} +{"episode_index": 5, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46924585480559744]], [[0.4669398265983744]], [[0.45873840890522877]]], "std": [[[0.1657332531570656]], [[0.17790795896027742]], [[0.1852851111288284]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46535612666540976]], [[0.462972577038294]], [[0.4565476618799229]]], "std": [[[0.1551897803530641]], [[0.16010917139671213]], [[0.16663063869720826]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704946738310709]], [[0.4720179175569801]], [[0.46362702284439417]]], "std": [[[0.15556462845186614]], [[0.156745079231535]], [[0.1683520748389982]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47847933949220717]], [[0.4782285696329814]], [[0.46621269586894587]]], "std": [[[0.16511735096226954]], [[0.16137714897433014]], [[0.16685973478478883]]], "count": [156]}, "observation.state": {"min": [-0.5503547191619873, 0.06489133834838867, -0.11648327112197876, -2.0067970752716064, -0.5712288022041321, -0.020874137058854103, -0.3019070625305176, -0.30170100927352905, 0.3616589903831482, 0.04322800040245056, -1.7762738466262817, -1.69050931930542, -1.185705304145813, -0.17362534999847412, -0.12433725595474243, -0.2626895010471344, -1.7806024551391602, -0.0803549587726593, -0.06377433240413666, -0.0495324470102787, -0.31632000207901, -0.5619109869003296, 0.10790400207042694, 1.0239803791046143, -1.4864712953567505, 0.8897217512130737, 0.0, 0.0, -0.06174084544181824, -0.18263395130634308, -0.8270628452301025, 1.9121553897857666, -1.0809738636016846, -0.0018159067258238792], "max": [0.28394758701324463, 0.422195166349411, 0.42952555418014526, -1.2975475788116455, -0.0815243273973465, 0.27516859769821167, -0.01961749978363514, -0.1646379977464676, 0.5577759742736816, 0.23191100358963013, -1.2890148162841797, -1.3120851516723633, -0.7851715683937073, 0.44718825817108154, 0.1892635077238083, 0.0068416902795434, -1.0399370193481445, 0.06592108309268951, 0.2552020251750946, 0.20669935643672943, -0.2723950147628784, -0.3761399984359741, 0.13889600336551666, 1.4826043844223022, -1.2367653846740723, 1.1123906373977661, 1001.0, 1002.0, -0.06166565418243408, -0.17607881128787994, -0.8241502046585083, 1.9132726192474365, -1.075646996498108, 0.004068466369062662], "mean": [0.08623514324426651, 0.22414550185203552, 0.10423082858324051, -1.7549450397491455, -0.24293363094329834, 0.0452033206820488, -0.08235196769237518, -0.25709137320518494, 0.4067525267601013, 0.17150887846946716, -1.3914530277252197, -1.3641448020935059, -1.105068564414978, 0.18733203411102295, 0.024065766483545303, -0.1195283979177475, -1.4366995096206665, 0.01218390092253685, 0.17734074592590332, 0.09942781180143356, -0.2908475399017334, -0.48737049102783203, 0.11748602986335754, 1.279402732849121, -1.4168241024017334, 0.9777446985244751, 626.8522338867188, 582.0484619140625, -0.06169944629073143, -0.1783074289560318, -0.826056182384491, 1.9125800132751465, -1.0788099765777588, 0.0006507424986921251], "std": [0.290248841047287, 0.06855995208024979, 0.13163287937641144, 0.17304140329360962, 0.09435684978961945, 0.10319221019744873, 0.09394539147615433, 0.04670540243387222, 0.06407878547906876, 0.05688730254769325, 0.16395846009254456, 0.09227851778268814, 0.13446778059005737, 0.1731816679239273, 0.0860745757818222, 0.07612333446741104, 0.19892001152038574, 0.031099995598196983, 0.11067809909582138, 0.10132118314504623, 0.011414023116230965, 0.05270760878920555, 0.006607505027204752, 0.13517829775810242, 0.06951781362295151, 0.0797884538769722, 470.79766845703125, 480.69610595703125, 5.5100781537475996e-06, 0.001560971257276833, 0.00034698593663051724, 0.00017395913891959935, 0.0007188290474005044, 0.0006580226472578943], "count": [846]}, "action": {"min": [-0.5503547191619873, 0.06489133834838867, -0.11648327112197876, -2.0067970752716064, -0.5712288022041321, -0.020874137058854103, -0.3019070625305176, -0.30170100927352905, 0.3616589903831482, 0.04322800040245056, -1.7762738466262817, -1.69050931930542, -1.185705304145813, -0.17362534999847412, -0.12433725595474243, -0.2626895010471344, -1.7806024551391602, -0.0803549587726593, -0.06377433240413666, -0.0495324470102787, -0.31632000207901, -0.5619109869003296, 0.10790400207042694, 1.0239803791046143, -1.4864712953567505, 0.8897217512130737, 0.0, 0.0, -0.06174084544181824, -0.18263395130634308, -0.8270628452301025, 1.9121553897857666, -1.0809738636016846, -0.0018159067258238792], "max": [0.28394758701324463, 0.422195166349411, 0.42952555418014526, -1.2975475788116455, -0.0815243273973465, 0.27516859769821167, -0.01961749978363514, -0.1646379977464676, 0.5577759742736816, 0.23191100358963013, -1.2890148162841797, -1.3120851516723633, -0.7851715683937073, 0.44718825817108154, 0.1892635077238083, 0.0068416902795434, -1.0399370193481445, 0.06592108309268951, 0.2552020251750946, 0.20669935643672943, -0.2723950147628784, -0.3761399984359741, 0.13889600336551666, 1.4826043844223022, -1.2367653846740723, 1.1123906373977661, 1001.0, 1002.0, -0.06166565418243408, -0.17607881128787994, -0.8241502046585083, 1.9132726192474365, -1.075646996498108, 0.004068466369062662], "mean": [0.08595266938209534, 0.2240152806043625, 0.10424093902111053, -1.754663109779358, -0.24278584122657776, 0.04525423049926758, -0.08242793381214142, -0.2571083903312683, 0.40683242678642273, 0.1714872419834137, -1.3914568424224854, -1.364143967628479, -1.1050026416778564, 0.18778853118419647, 0.023873159661889076, -0.1193588599562645, -1.4363234043121338, 0.012127682566642761, 0.17771510779857635, 0.09967741370201111, -0.2908375859260559, -0.48751145601272583, 0.1174933984875679, 1.2792023420333862, -1.416994333267212, 0.9775635004043579, 626.8522338867188, 582.0484619140625, -0.06169946864247322, -0.17830611765384674, -0.826055645942688, 1.9125796556472778, -1.0788097381591797, 0.0006508793449029326], "std": [0.2901906967163086, 0.06863240152597427, 0.13162843883037567, 0.17308162152767181, 0.09443742036819458, 0.10317026823759079, 0.09392078220844269, 0.046717509627342224, 0.06407089531421661, 0.05687921494245529, 0.1639564484357834, 0.09227898716926575, 0.13444241881370544, 0.1727382093667984, 0.08588691055774689, 0.07596405595541, 0.19858740270137787, 0.031045857816934586, 0.11039716750383377, 0.10127171128988266, 0.011416623368859291, 0.05256922170519829, 0.006602235604077578, 0.13501349091529846, 0.06947902590036392, 0.07976095378398895, 470.79766845703125, 480.69610595703125, 5.540773599932436e-06, 0.0015611486742272973, 0.00034713803324848413, 0.00017438481154385954, 0.0007188516901805997, 0.0006580312619917095], "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": [5], "max": [5], "mean": [5.0], "std": [0.0], "count": [846]}, "index": {"min": [4379], "max": [5224], "mean": [4801.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6666666666666666, 0.5809728130874341], "std": [0.4714045207910343, 0.4797589060604984], "count": [846]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6666666666666666, 0.5809728130874341], "std": [0.4714045207910343, 0.4797589060604984], "count": [846]}, "eef_direction_state": {"mean": [5.204491725768322, 5.143026004728132], "std": [1.7133956067559735, 1.997543956924088], "min": [0, 0], "max": [6, 6], "count": [846]}, "eef_velocity_state": {"mean": [0.3262411347517731, 0.16548463356973994], "std": [0.6468302845656951, 0.37478465258850147], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_acc_mag_state": {"mean": [0.2281323877068558, 0.10401891252955082], "std": [0.5659470286264304, 0.3932743309776423], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_direction_action": {"mean": [5.204491725768322, 5.143026004728132], "std": [1.7133956067559735, 1.997543956924088], "min": [0, 0], "max": [6, 6], "count": [846]}, "eef_velocity_action": {"mean": [0.3262411347517731, 0.16548463356973994], "std": [0.6468302845656951, 0.37478465258850147], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_acc_mag_action": {"mean": [0.2281323877068558, 0.10401891252955082], "std": [0.5659470286264304, 0.3932743309776423], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_sim_pose_state": {"mean": [0.4275011743467885, 0.24547535453637045, 1.1828168159022543, -0.018617544934193604, -0.0006805338689654925, 1.3414339338882983, 0.508315746795434, -0.19162667805611666, 1.1666280258226285, -0.1353631099805531, -0.004379800320001869, -1.3443816798654982], "std": [0.0701568916679155, 0.040659087968313926, 0.04590211718419364, 0.01355420124259608, 0.07264454853555272, 0.17887178229949505, 0.052490981960337246, 0.007774699870232409, 0.013115026125627368, 0.08331460673544164, 0.05020809163527871, 0.10959083390456734], "min": [0.37984250734468084, 0.14852680250167255, 1.1427125078669513, -0.05784604335017185, -0.19205600984982985, 0.9209740361158705, 0.39635560055438446, -0.19754110924309826, 1.1444883023450776, -0.20613592437125694, -0.16739003608896286, -1.5677972668556823], "max": [0.5884076586276671, 0.3193998404501395, 1.2746194471883532, 0.020514475341798066, 0.13909660925439638, 1.4465420651310887, 0.580135523220231, -0.16986737421896642, 1.1785887057245852, 0.04812020852890431, 0.08686843201826733, -1.2403433581704184], "count": [846]}, "eef_sim_pose_action": {"mean": [0.4275813600598642, 0.24545575721058258, 1.1828042910748027, -0.018578028891238114, -0.0007180600641026357, 1.341416629728117, 0.5084592373572372, -0.1916368304872616, 1.1666667326741773, -0.13561506736887607, -0.004302693548609662, -1.3443476569591108], "std": [0.07014532993492407, 0.0406538781659298, 0.04591063685625344, 0.013605071655599514, 0.07263550500004881, 0.17886237610838082, 0.05235046228080548, 0.007776426008105559, 0.013097980794361088, 0.08308168732108534, 0.050161311095025064, 0.10960776738822224], "min": [0.37984250734468084, 0.14852680250167255, 1.1427125078669513, -0.05784604335017185, -0.19205600984982985, 0.9209740361158705, 0.39635560055438446, -0.19754110924309826, 1.1444883023450776, -0.20613592437125694, -0.16739003608896286, -1.5677972668556823], "max": [0.5884076586276671, 0.3193998404501395, 1.2746194471883532, 0.020514475341798066, 0.13909660925439638, 1.4465420651310887, 0.580135523220231, -0.16986737421896642, 1.1785887057245852, 0.04812020852890431, 0.08686843201826733, -1.2403433581704184], "count": [846]}, "gripper_mode_state": {"mean": [0.3333333333333333, 0.41962174940898345], "std": [0.4714045207910343, 0.4934970484531029], "min": [0, 0], "max": [1, 1], "count": [846]}, "gripper_activity_state": {"mean": [1.9893617021276595, 1.8711583924349882], "std": [0.13273026434193524, 0.4442384840418416], "min": [0, 0], "max": [2, 2], "count": [846]}, "gripper_mode_action": {"mean": [0.3333333333333333, 0.41962174940898345], "std": [0.4714045207910343, 0.4934970484531029], "min": [0, 0], "max": [1, 1], "count": [846]}, "gripper_activity_action": {"mean": [1.9893617021276595, 1.8711583924349882], "std": [0.13273026434193524, 0.4442384840418415], "min": [0, 0], "max": [2, 2], "count": [846]}}} +{"episode_index": 6, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4757735379554872]], [[0.46906059234696057]], [[0.46133794827843994]]], "std": [[[0.15514537321113875]], [[0.1667562736237953]], [[0.17442590037104716]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4655909759601008]], [[0.45928165983168867]], [[0.45224612195095903]]], "std": [[[0.14918586760364322]], [[0.15364183084189983]], [[0.16041448070177663]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4664606281237985]], [[0.4696229561813832]], [[0.4626995332991584]]], "std": [[[0.1568635173009786]], [[0.15495516886223848]], [[0.1633375140085732]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4988511483297023]], [[0.49068026320005126]], [[0.47752820496390275]]], "std": [[[0.14572623352956415]], [[0.14335277106311375]], [[0.15367497331472482]]], "count": [153]}, "observation.state": {"min": [-0.5700594186782837, 0.03757693991065025, -0.23349015414714813, -2.1899867057800293, -0.7369827628135681, -0.020804325118660927, -0.5115559697151184, -0.2832779884338379, 0.30200299620628357, 0.025036999955773354, -1.7186765670776367, -1.9003612995147705, -1.191118836402893, -0.17332863807678223, -0.1509011685848236, -0.26258477568626404, -1.7718757390975952, -0.07393214851617813, -0.06372196972370148, -0.1140747144818306, -0.32374000549316406, -0.5683630108833313, 0.10967499762773514, 1.0412380695343018, -1.4229300022125244, 0.96787029504776, 0.0, 0.0, -0.06172768771648407, -0.18271291255950928, -0.8267609477043152, 1.9123185873031616, -1.0800223350524902, -0.0021063757594674826], "max": [0.465549111366272, 0.573340654373169, 0.44580942392349243, -1.3166239261627197, -0.05825909227132797, 0.38290777802467346, -0.0068765971809625626, -0.15689800679683685, 0.5577189922332764, 0.22496899962425232, -1.2291213274002075, -1.1741033792495728, -0.7921142578125, 0.48345622420310974, 0.1892635077238083, 0.022619467228651047, -0.928218424320221, 0.07194247841835022, 0.2753431499004364, 0.08965756744146347, -0.2824940085411072, -0.3761569857597351, 0.1829880028963089, 1.4761918783187866, -1.2768043279647827, 1.2114380598068237, 1001.0, 1002.0, -0.06169948726892471, -0.1761540025472641, -0.8246422410011292, 1.9128526449203491, -1.076985239982605, 0.0057467324659228325], "mean": [0.08690734952688217, 0.24774831533432007, 0.1097039058804512, -1.7981760501861572, -0.2983253598213196, 0.09763456881046295, -0.11086861789226532, -0.24297483265399933, 0.40041792392730713, 0.16268083453178406, -1.4102791547775269, -1.436462163925171, -1.06610906124115, 0.07437709718942642, 0.008767553605139256, -0.03467699885368347, -1.5148106813430786, 0.041190072894096375, 0.053639523684978485, 0.03132927045226097, -0.29447638988494873, -0.4606578052043915, 0.15568877756595612, 1.222905158996582, -1.314214825630188, 1.1669212579727173, 550.8019409179688, 643.628173828125, -0.06171681359410286, -0.17816942930221558, -0.8259698748588562, 1.9125150442123413, -1.0788487195968628, 0.000624633627012372], "std": [0.315250039100647, 0.1277892142534256, 0.16312339901924133, 0.2015620619058609, 0.1598324328660965, 0.14040930569171906, 0.13573934137821198, 0.049860063940286636, 0.06871776282787323, 0.06711815297603607, 0.16220982372760773, 0.1953163743019104, 0.15781275928020477, 0.15931394696235657, 0.08903393149375916, 0.09762344509363174, 0.20712809264659882, 0.041925087571144104, 0.06115429103374481, 0.061806995421648026, 0.01223442330956459, 0.04702505096793175, 0.03215663880109787, 0.11658918112516403, 0.0280811358243227, 0.05848241597414017, 484.5399475097656, 465.7881774902344, 1.7400807337253354e-06, 0.0021419059485197067, 0.0003900693263858557, 0.0001258831180166453, 0.0006198676419444382, 0.000812538608442992], "count": [823]}, "action": {"min": [-0.5700594186782837, 0.03757693991065025, -0.23349015414714813, -2.1899867057800293, -0.7369827628135681, -0.020804325118660927, -0.5115559697151184, -0.2832779884338379, 0.30200299620628357, 0.025036999955773354, -1.7186765670776367, -1.9003612995147705, -1.191118836402893, -0.17332863807678223, -0.1509011685848236, -0.26258477568626404, -1.7718757390975952, -0.07393214851617813, -0.06372196972370148, -0.1140747144818306, -0.32374000549316406, -0.5683630108833313, 0.10967499762773514, 1.0412380695343018, -1.4229300022125244, 0.96787029504776, 0.0, 0.0, -0.06172768771648407, -0.18271291255950928, -0.8267609477043152, 1.9123185873031616, -1.0800223350524902, -0.0021063757594674826], "max": [0.465549111366272, 0.573340654373169, 0.44580942392349243, -1.3166239261627197, -0.05825909227132797, 0.38290777802467346, -0.0068765971809625626, -0.15689800679683685, 0.5577189922332764, 0.22496899962425232, -1.2291213274002075, -1.1741033792495728, -0.7921142578125, 0.48345622420310974, 0.1892635077238083, 0.022619467228651047, -0.928218424320221, 0.07194247841835022, 0.2753431499004364, 0.08965756744146347, -0.2824940085411072, -0.3761569857597351, 0.1829880028963089, 1.4761918783187866, -1.2768043279647827, 1.2114380598068237, 1001.0, 1002.0, -0.06169948726892471, -0.1761540025472641, -0.8246422410011292, 1.9128526449203491, -1.076985239982605, 0.0057467324659228325], "mean": [0.08683299273252487, 0.24758628010749817, 0.10961781442165375, -1.7981897592544556, -0.2980940639972687, 0.09776738286018372, -0.11085443198680878, -0.2429559975862503, 0.4004395008087158, 0.16268980503082275, -1.410204291343689, -1.4362932443618774, -1.0660897493362427, 0.07464301586151123, 0.008549591526389122, -0.03433440625667572, -1.5145663022994995, 0.04118252173066139, 0.0538012869656086, 0.03145178407430649, -0.29447126388549805, -0.460755318403244, 0.1557755321264267, 1.2225847244262695, -1.3141800165176392, 1.167088270187378, 550.8019409179688, 643.628173828125, -0.06171681359410286, -0.17816974222660065, -0.8259695172309875, 1.9125151634216309, -1.078847885131836, 0.0006245875265449286], "std": [0.315215140581131, 0.1278822124004364, 0.1631776988506317, 0.20156589150428772, 0.16003429889678955, 0.14034900069236755, 0.1357494294643402, 0.04984778165817261, 0.06870997697114944, 0.06712386757135391, 0.16227619349956512, 0.1954779326915741, 0.15779940783977509, 0.15908339619636536, 0.08881167322397232, 0.09731681644916534, 0.20694254338741302, 0.041921451687812805, 0.06101948022842407, 0.06179265305399895, 0.012236388400197029, 0.04693297669291496, 0.032128676772117615, 0.11625450849533081, 0.028080349788069725, 0.05839412659406662, 484.5399475097656, 465.7881774902344, 1.7400808474121732e-06, 0.0021417231764644384, 0.00038983713602647185, 0.00012582399358507246, 0.0006200967472977936, 0.0008125398890115321], "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": [6], "max": [6], "mean": [6.0], "std": [0.0], "count": [823]}, "index": {"min": [5225], "max": [6047], "mean": [5636.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5905224787363305, 0.6424325636502034], "std": [0.4917374104574853, 0.46486768908466175], "count": [823]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5905224787363305, 0.6424325636502034], "std": [0.4917374104574853, 0.46486768908466175], "count": [823]}, "eef_direction_state": {"mean": [4.509113001215066, 4.871202916160389], "std": [2.331484972715079, 2.2418605331728654], "min": [0, 0], "max": [6, 6], "count": [823]}, "eef_velocity_state": {"mean": [0.4155528554070474, 0.22721749696233293], "std": [0.642633671530428, 0.4524945413203592], "min": [0, 0], "max": [2, 2], "count": [823]}, "eef_acc_mag_state": {"mean": [0.267314702308627, 0.17861482381530985], "std": [0.6129334734555315, 0.5084267073697966], "min": [0, 0], "max": [2, 2], "count": [823]}, "eef_direction_action": {"mean": [4.509113001215066, 4.871202916160389], "std": [2.331484972715079, 2.241860533172866], "min": [0, 0], "max": [6, 6], "count": [823]}, "eef_velocity_action": {"mean": [0.4155528554070474, 0.22721749696233293], "std": [0.642633671530428, 0.4524945413203592], "min": [0, 0], "max": [2, 2], "count": [823]}, "eef_acc_mag_action": {"mean": [0.267314702308627, 0.17861482381530985], "std": [0.6129334734555315, 0.5084267073697966], "min": [0, 0], "max": [2, 2], "count": [823]}, "eef_sim_pose_state": {"mean": [0.4245308908959809, 0.24306573640106277, 1.1980621426219884, -0.00878805582521074, 0.02451097264423305, 1.2773533311592902, 0.47767734037575243, -0.21372553463630858, 1.1520140608577905, -0.03889221794061348, 0.03743319974507968, -1.4900121990323811], "std": [0.07364773453226077, 0.05162459694494955, 0.051075002358523997, 0.020402916609494757, 0.05419643271150219, 0.2481674622664102, 0.04637106661461312, 0.029441797382384158, 0.008061929271066734, 0.06235693072884124, 0.04774093849501872, 0.08275996986920223], "min": [0.3382547695611039, 0.13370369976852006, 1.1567856604595093, -0.044419717751502386, -0.06980055266586116, 0.8115219577049583, 0.3963668990202945, -0.2375470699900229, 1.133871377644602, -0.2163754946014601, -0.06761984291143963, -1.6179074094683301], "max": [0.5884298805428511, 0.33631445822274625, 1.2868198138298494, 0.054578895087219914, 0.19514427555587588, 1.5702384314904165, 0.5853120440099594, -0.15781984000954766, 1.172259061939771, 0.04847524843535611, 0.12798371632067584, -1.3042490367058248], "count": [823]}, "eef_sim_pose_action": {"mean": [0.4245513540014213, 0.2430584376031032, 1.1980837319710762, -0.008764188475973359, 0.02441302706396488, 1.2774961207180568, 0.47776997007971245, -0.21378338773281283, 1.152028666583291, -0.03897528548236917, 0.03757872015318601, -1.4902659282408153], "std": [0.07363867124136358, 0.051621985565611705, 0.05106132223911461, 0.020404062224512076, 0.05425444855392083, 0.24829813909393444, 0.04628466651844191, 0.029439261298116345, 0.008059482339938712, 0.062285985474715484, 0.04760449943202614, 0.08251056164302686], "min": [0.3382547695611039, 0.13370369976852006, 1.1567856604595093, -0.044419717751502386, -0.06980055266586116, 0.8115219577049583, 0.3963668990202945, -0.2375470699900229, 1.133871377644602, -0.2163754946014601, -0.06761984291143963, -1.6179074094683301], "max": [0.5884298805428511, 0.33631445822274625, 1.2868198138298494, 0.054578895087219914, 0.19514427555587588, 1.5702384314904165, 0.5853120440099594, -0.15781984000954766, 1.172259061939771, 0.048457714439921085, 0.12798371632067584, -1.3042490367058248], "count": [823]}, "gripper_mode_state": {"mean": [0.4094775212636695, 0.3572296476306197], "std": [0.4917374104574853, 0.4791832911155372], "min": [0, 0], "max": [1, 1], "count": [823]}, "gripper_activity_state": {"mean": [1.9890643985419199, 1.8699878493317132], "std": [0.1345600797074813, 0.4451557809960338], "min": [0, 0], "max": [2, 2], "count": [823]}, "gripper_mode_action": {"mean": [0.4094775212636695, 0.3572296476306197], "std": [0.4917374104574853, 0.4791832911155372], "min": [0, 0], "max": [1, 1], "count": [823]}, "gripper_activity_action": {"mean": [1.9890643985419199, 1.8699878493317132], "std": [0.1345600797074813, 0.4451557809960338], "min": [0, 0], "max": [2, 2], "count": [823]}}} +{"episode_index": 7, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47064665159542074]], [[0.46641343802013563]], [[0.4586088123655259]]], "std": [[[0.15296283325113214]], [[0.16205344468552302]], [[0.16916957579207215]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46734154640116915]], [[0.46280009540047906]], [[0.45624746909633423]]], "std": [[[0.14840638073616974]], [[0.15153872017525774]], [[0.15800870418246565]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4569896695997239]], [[0.45827528493281366]], [[0.4484760458531239]]], "std": [[[0.1555141003503629]], [[0.15326263836786813]], [[0.16128903714788467]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4804822024824423]], [[0.47433179956765315]], [[0.4609812827304835]]], "std": [[[0.14599993566115677]], [[0.14251099562169248]], [[0.15173462442466928]]], "count": [161]}, "observation.state": {"min": [-0.6072000861167908, 0.11192796379327774, -0.12409291416406631, -2.110417127609253, -0.7057936787605286, -0.020874137058854103, -0.47158798575401306, -0.30847400426864624, 0.33046698570251465, 0.04267999902367592, -1.6873023509979248, -1.9106131792068481, -1.1854034662246704, -0.17434094846248627, -0.0613483265042305, -0.2626197040081024, -1.7805848121643066, -0.16652187705039978, -0.06375688314437866, -0.05136504024267197, -0.33075401186943054, -0.5693979859352112, 0.10967899858951569, 1.1490675210952759, -1.329514741897583, 0.8126710653305054, 0.0, 0.0, -0.061793483793735504, -0.18263205885887146, -0.8267609477043152, 1.9119240045547485, -1.0811355113983154, -0.0007537009660154581], "max": [0.35321974754333496, 0.5443856716156006, 0.4438197910785675, -1.2764291763305664, -0.09430013597011566, 0.3782652020454407, 0.06988298892974854, -0.1617240011692047, 0.5631840229034424, 0.2082889974117279, -1.1743265390396118, -1.206982135772705, -0.7847646474838257, 0.47977355122566223, 0.1892635077238083, -0.015376350842416286, -0.968989372253418, 0.08011061698198318, 0.2047969400882721, 0.1587027907371521, -0.2765809893608093, -0.3761659860610962, 0.17945300042629242, 1.5240095853805542, -1.2001084089279175, 1.1619341373443604, 1001.0, 1002.0, -0.06162805110216141, -0.17605625092983246, -0.8244695067405701, 1.9131053686141968, -1.0757673978805542, 0.0015928340144455433], "mean": [0.10904119908809662, 0.24811112880706787, 0.10233192890882492, -1.7837564945220947, -0.3007402718067169, 0.06540579348802567, -0.08315544575452805, -0.2563992738723755, 0.3983326554298401, 0.17485298216342926, -1.3689332008361816, -1.413989782333374, -1.1018527746200562, 0.08195863664150238, 0.058277759701013565, -0.08139783889055252, -1.4665396213531494, 0.012524809688329697, 0.027790609747171402, 0.04606673866510391, -0.30868566036224365, -0.46105194091796875, 0.15267464518547058, 1.2849897146224976, -1.2963614463806152, 1.0694326162338257, 672.384521484375, 588.5642700195312, -0.061734698712825775, -0.17817649245262146, -0.8259181976318359, 1.9125036001205444, -1.078882098197937, 0.000606002751737833], "std": [0.28906625509262085, 0.09027960896492004, 0.13854728639125824, 0.17459990084171295, 0.1390555202960968, 0.12898337841033936, 0.1320371925830841, 0.04781177267432213, 0.06160503253340721, 0.05224423483014107, 0.14824947714805603, 0.18891939520835876, 0.1378614604473114, 0.18971340358257294, 0.07430776208639145, 0.08937148004770279, 0.2254248559474945, 0.08808982372283936, 0.06508266180753708, 0.05393536388874054, 0.01109185628592968, 0.05566752329468727, 0.02842211164534092, 0.10529648512601852, 0.034158654510974884, 0.09565188735723495, 456.7742004394531, 480.08917236328125, 1.6012603737181053e-05, 0.0016322388546541333, 0.0003792029747273773, 0.0003011916996911168, 0.0008096795645542443, 0.00028640308300964534], "count": [879]}, "action": {"min": [-0.6072000861167908, 0.11192796379327774, -0.12409291416406631, -2.110417127609253, -0.7057936787605286, -0.020874137058854103, -0.47158798575401306, -0.30847400426864624, 0.33046698570251465, 0.04267999902367592, -1.6873023509979248, -1.9106131792068481, -1.1854034662246704, -0.17434094846248627, -0.0613483265042305, -0.2626197040081024, -1.7805848121643066, -0.16652187705039978, -0.06375688314437866, -0.05136504024267197, -0.33075401186943054, -0.5693979859352112, 0.10967899858951569, 1.1490675210952759, -1.329514741897583, 0.8126710653305054, 0.0, 0.0, -0.061793483793735504, -0.18263205885887146, -0.8267609477043152, 1.9119240045547485, -1.0811355113983154, -0.0007537009660154581], "max": [0.35321974754333496, 0.5443856716156006, 0.4438197910785675, -1.2764291763305664, -0.09430013597011566, 0.3782652020454407, 0.06988298892974854, -0.1617240011692047, 0.5631840229034424, 0.2082889974117279, -1.1743265390396118, -1.206982135772705, -0.7847646474838257, 0.47977355122566223, 0.1892635077238083, -0.015376350842416286, -0.968989372253418, 0.08011061698198318, 0.2047969400882721, 0.1587027907371521, -0.2765809893608093, -0.3761659860610962, 0.17945300042629242, 1.5240095853805542, -1.2001084089279175, 1.1619341373443604, 1001.0, 1002.0, -0.06162805110216141, -0.17605625092983246, -0.8244695067405701, 1.9131053686141968, -1.0757673978805542, 0.0015928340144455433], "mean": [0.10888279229402542, 0.2479747086763382, 0.10234047472476959, -1.7835787534713745, -0.3005681037902832, 0.06546619534492493, -0.0830603614449501, -0.25642451643943787, 0.3983776867389679, 0.17484401166439056, -1.3688050508499146, -1.4138754606246948, -1.1018344163894653, 0.08218257129192352, 0.05812612548470497, -0.0811193659901619, -1.4662539958953857, 0.012534023262560368, 0.02787114679813385, 0.04619139805436134, -0.3087083101272583, -0.46113499999046326, 0.15275359153747559, 1.284730315208435, -1.2963414192199707, 1.0695273876190186, 672.384521484375, 588.5642700195312, -0.06173473596572876, -0.17817755043506622, -0.8259175419807434, 1.9125040769577026, -1.0788819789886475, 0.0006059217848815024], "std": [0.28901851177215576, 0.0903809517621994, 0.1385437548160553, 0.17461271584033966, 0.13920699059963226, 0.12895548343658447, 0.13211281597614288, 0.04783178120851517, 0.0615963339805603, 0.052240271121263504, 0.14835986495018005, 0.1890072077512741, 0.1378515213727951, 0.18952780961990356, 0.07417657971382141, 0.08918757736682892, 0.22519701719284058, 0.08809591829776764, 0.06501311808824539, 0.0538947656750679, 0.011078241281211376, 0.05559525638818741, 0.02839898131787777, 0.10510723292827606, 0.034144505858421326, 0.09568995237350464, 456.774169921875, 480.08917236328125, 1.6010737454053015e-05, 0.0016316191758960485, 0.0003795433440245688, 0.00030099580180831254, 0.0008096188539639115, 0.0002864270063582808], "count": [879]}, "timestamp": {"min": [0.0], "max": [29.266666666666666], "mean": [14.633333333333335], "std": [8.458175970074207], "count": [879]}, "frame_index": {"min": [0], "max": [878], "mean": [439.0], "std": [253.7452791022262], "count": [879]}, "episode_index": {"min": [7], "max": [7], "mean": [7.0], "std": [0.0], "count": [879]}, "index": {"min": [6048], "max": [6926], "mean": [6487.0], "std": [253.7452791022262], "count": [879]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [879]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7098976109215017, 0.5874744026754285], "std": [0.45380942357937787, 0.47915125857088714], "count": [879]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7098976109215017, 0.5874744026754285], "std": [0.45380942357937787, 0.4791512585708871], "count": [879]}, "eef_direction_state": {"mean": [4.832764505119454, 4.943117178612059], "std": [2.172434708406588, 2.1689598066116402], "min": [0, 0], "max": [6, 6], "count": [879]}, "eef_velocity_state": {"mean": [0.3435722411831627, 0.22525597269624573], "std": [0.6203243153043223, 0.4567772020292515], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_acc_mag_state": {"mean": [0.23094425483503983, 0.15927189988623436], "std": [0.5725204402096861, 0.483754201465625], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_direction_action": {"mean": [4.832764505119454, 4.943117178612059], "std": [2.172434708406588, 2.1689598066116402], "min": [0, 0], "max": [6, 6], "count": [879]}, "eef_velocity_action": {"mean": [0.3435722411831627, 0.22525597269624573], "std": [0.6203243153043223, 0.45677720202925143], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_acc_mag_action": {"mean": [0.23094425483503983, 0.15927189988623436], "std": [0.5725204402096862, 0.483754201465625], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_sim_pose_state": {"mean": [0.4206296845509427, 0.25015231466880616, 1.1846976980540482, -0.008091765872940093, 0.03675113137817428, 1.3251655253659276, 0.47885874043548465, -0.21592748704436984, 1.1400575888276245, -0.05900987935613124, -0.042097510018302635, -1.4355429124914176], "std": [0.06837587963036657, 0.03644358153698036, 0.04809048255762072, 0.018260742337192725, 0.04329884488440908, 0.23274246454753905, 0.05537210871710305, 0.024579265252227398, 0.00770684037372244, 0.08194550210414372, 0.06939887416366809, 0.07344974889343553], "min": [0.3608221034984464, 0.15462769704080478, 1.138487109815653, -0.045663509880893904, -0.024156415526052966, 0.7932236840308009, 0.3963706079871358, -0.24410976898129275, 1.1312802959057922, -0.2784516751594581, -0.20641923706990517, -1.5346087589078516], "max": [0.598249969883798, 0.3242300536603218, 1.2834213696430292, 0.043843825060163044, 0.19468243058414214, 1.5838828275814754, 0.5874250477488012, -0.17988536952224737, 1.1660924132682249, 0.057550363697225326, 0.034608999950210384, -1.3017362766435987], "count": [879]}, "eef_sim_pose_action": {"mean": [0.4206738100111465, 0.25012711683649447, 1.1846802435940456, -0.008023637039747284, 0.03669819699527205, 1.3253074430856753, 0.4789376420746286, -0.21598453620670943, 1.1400454914040632, -0.0591024460042361, -0.04199744839489169, -1.4357347941570402], "std": [0.0683644307545393, 0.036441280133152114, 0.04810338352274525, 0.018336907834123523, 0.043332100098607294, 0.2328540931614897, 0.055303905080426256, 0.0245741857962419, 0.007708198280747938, 0.08187053314172717, 0.06942563011606344, 0.07332698602801685], "min": [0.3608221034984464, 0.15462769704080478, 1.138487109815653, -0.045663509880893904, -0.024156415526052966, 0.7932236840308009, 0.3963706079871358, -0.24410976898129275, 1.1312802959057922, -0.2784516751594581, -0.20641923706990517, -1.5346087589078516], "max": [0.598249969883798, 0.3242300536603218, 1.2834213696430292, 0.043843825060163044, 0.19468243058414214, 1.5838828275814754, 0.5874250477488012, -0.17988536952224737, 1.1660924132682249, 0.057550363697225326, 0.034608999950210384, -1.3017362766435987], "count": [879]}, "gripper_mode_state": {"mean": [0.2901023890784983, 0.4129692832764505], "std": [0.45380942357937787, 0.49236739772916044], "min": [0, 0], "max": [1, 1], "count": [879]}, "gripper_activity_state": {"mean": [1.9897610921501707, 1.8771331058020477], "std": [0.13023060770197215, 0.4355248366129555], "min": [0, 0], "max": [2, 2], "count": [879]}, "gripper_mode_action": {"mean": [0.2901023890784983, 0.4129692832764505], "std": [0.45380942357937787, 0.49236739772916044], "min": [0, 0], "max": [1, 1], "count": [879]}, "gripper_activity_action": {"mean": [1.9897610921501707, 1.8771331058020477], "std": [0.13023060770197215, 0.43552483661295555], "min": [0, 0], "max": [2, 2], "count": [879]}}} +{"episode_index": 8, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684653987143103]], [[0.46694150165548676]], [[0.4597096851350189]]], "std": [[[0.15828116926100377]], [[0.16625219278954187]], [[0.17214603731106434]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4606855367969556]], [[0.4575343311941004]], [[0.4516830011609907]]], "std": [[[0.15184057163324283]], [[0.15553351898988724]], [[0.16200044535131033]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45715579312865495]], [[0.46249083972953214]], [[0.45472152750902994]]], "std": [[[0.15328789575957885]], [[0.1520651744569163]], [[0.16044400224518465]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49208302292956657]], [[0.47908834144951845]], [[0.46309358875129]]], "std": [[[0.15308650451236755]], [[0.1461131629785356]], [[0.15701594278715444]]], "count": [152]}, "observation.state": {"min": [-0.614547848701477, 0.10180506110191345, -0.10524335503578186, -2.070152521133423, -0.6823190450668335, -0.02082177810370922, -0.4312010407447815, -0.28326401114463806, 0.3416610062122345, 0.038391999900341034, -1.701532244682312, -1.919326663017273, -1.2171740531921387, -0.17332863807678223, -0.14383259415626526, -0.26258477568626404, -1.7714568376541138, -0.1901361644268036, -0.06370452046394348, -0.1486496925354004, -0.3228929936885834, -0.5855579972267151, 0.1096699982881546, 1.0803223848342896, -1.4246995449066162, 0.9495674967765808, 0.0, 0.0, -0.06175776571035385, -0.18263205885887146, -0.8262190222740173, 1.9121886491775513, -1.0807726383209229, -0.0018339423695579171], "max": [0.3248930275440216, 0.5099677443504333, 0.5019567012786865, -1.258975863456726, -0.18929840624332428, 0.30335569381713867, -0.019652407616376877, -0.16688500344753265, 0.566208004951477, 0.22188599407672882, -1.2411423921585083, -1.2444270849227905, -0.7883009314537048, 0.5528504848480225, 0.1892635077238083, 0.0368788056075573, -0.8476889729499817, 0.07017968595027924, 0.24361306428909302, 0.16371189057826996, -0.25529399514198303, -0.3761650025844574, 0.19949400424957275, 1.4755313396453857, -1.1629964113235474, 1.0967001914978027, 1001.0, 1002.0, -0.06174272671341896, -0.17722365260124207, -0.8240218162536621, 1.913124442100525, -1.0770137310028076, 0.00413871044293046], "mean": [0.04955001547932625, 0.26669198274612427, 0.13803480565547943, -1.771702527999878, -0.3530983626842499, 0.0909493938088417, -0.11984682828187943, -0.24284933507442474, 0.4075954556465149, 0.16280719637870789, -1.414122462272644, -1.4791213274002075, -1.0713268518447876, 0.07220960408449173, 0.07340189069509506, -0.09351234138011932, -1.5499905347824097, 0.011819956824183464, 0.08653558045625687, 0.04589071869850159, -0.2846735715866089, -0.4565792679786682, 0.14565493166446686, 1.317419409751892, -1.298882007598877, 1.0531425476074219, 648.0342407226562, 582.9205322265625, -0.061749473214149475, -0.17826561629772186, -0.8254817128181458, 1.912643313407898, -1.079372763633728, 0.0007032481953501701], "std": [0.3233891725540161, 0.09175053238868713, 0.1759895235300064, 0.1942165344953537, 0.1590254157781601, 0.12721139192581177, 0.1323266178369522, 0.04842597246170044, 0.06630045175552368, 0.06269650161266327, 0.16365619003772736, 0.22777685523033142, 0.1551721841096878, 0.18775516748428345, 0.10141349583864212, 0.08884236961603165, 0.25788387656211853, 0.08012903481721878, 0.07895737886428833, 0.09847473353147507, 0.020397676154971123, 0.0549984835088253, 0.03338491916656494, 0.12542541325092316, 0.07079332321882248, 0.028993744403123856, 464.1270446777344, 480.1871643066406, 1.3136361758370185e-06, 0.0009036128176376224, 0.00037793072988279164, 0.0001520096993772313, 0.0006001068977639079, 0.0005659934249706566], "count": [818]}, "action": {"min": [-0.614547848701477, 0.10180506110191345, -0.10524335503578186, -2.070152521133423, -0.6823190450668335, -0.02082177810370922, -0.4312010407447815, -0.28326401114463806, 0.3416610062122345, 0.038391999900341034, -1.701532244682312, -1.919326663017273, -1.2171740531921387, -0.17332863807678223, -0.14383259415626526, -0.26258477568626404, -1.7714568376541138, -0.1901361644268036, -0.06370452046394348, -0.1486496925354004, -0.3228929936885834, -0.5855579972267151, 0.1096699982881546, 1.0803223848342896, -1.4246995449066162, 0.9495674967765808, 0.0, 0.0, -0.06175776571035385, -0.18263205885887146, -0.8262190222740173, 1.9121886491775513, -1.0807726383209229, -0.0018339423695579171], "max": [0.3248930275440216, 0.5099677443504333, 0.5019567012786865, -1.258975863456726, -0.18929840624332428, 0.30335569381713867, -0.019652407616376877, -0.16688500344753265, 0.566208004951477, 0.22188599407672882, -1.2411423921585083, -1.2444270849227905, -0.7883009314537048, 0.5528504848480225, 0.1892635077238083, 0.0368788056075573, -0.8476889729499817, 0.07017968595027924, 0.24361306428909302, 0.16371189057826996, -0.25529399514198303, -0.3761650025844574, 0.19949400424957275, 1.4755313396453857, -1.1629964113235474, 1.0967001914978027, 1001.0, 1002.0, -0.06174272671341896, -0.17722365260124207, -0.8240218162536621, 1.913124442100525, -1.0770137310028076, 0.00413871044293046], "mean": [0.049436528235673904, 0.2666303813457489, 0.13795866072177887, -1.7716822624206543, -0.3530247211456299, 0.09108796715736389, -0.11985238641500473, -0.24282757937908173, 0.4076285660266876, 0.16282907128334045, -1.4140599966049194, -1.4790396690368652, -1.0713226795196533, 0.07246378809213638, 0.07332251220941544, -0.09321300685405731, -1.5498378276824951, 0.011799175292253494, 0.08679740130901337, 0.04601950943470001, -0.2846463620662689, -0.45667189359664917, 0.1457606852054596, 1.3171817064285278, -1.2987779378890991, 1.0531507730484009, 648.0342407226562, 582.9205322265625, -0.061749473214149475, -0.17826645076274872, -0.8254820704460144, 1.9126434326171875, -1.079372763633728, 0.0007030706619843841], "std": [0.32332971692085266, 0.09178468585014343, 0.1760445535182953, 0.19420930743217468, 0.15908539295196533, 0.1271514594554901, 0.13232244551181793, 0.04841182380914688, 0.06628678739070892, 0.06271328032016754, 0.1637106090784073, 0.22784598171710968, 0.15516914427280426, 0.18756309151649475, 0.10134787857532501, 0.08868476748466492, 0.25778958201408386, 0.08011756092309952, 0.07881423085927963, 0.09844938665628433, 0.020402610301971436, 0.05492677539587021, 0.03340785950422287, 0.1253097653388977, 0.07081122696399689, 0.02899850346148014, 464.1270446777344, 480.1871643066406, 1.3136361758370185e-06, 0.0009035046095959842, 0.00037794222589582205, 0.00015195120067801327, 0.0006001120200380683, 0.0005659614107571542], "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": [8], "max": [8], "mean": [8.0], "std": [0.0], "count": [818]}, "index": {"min": [6927], "max": [7744], "mean": [7335.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6907090464547677, 0.581844743445099], "std": [0.4622013193407295, 0.4792463742624225], "count": [818]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6907090464547677, 0.581844743445099], "std": [0.4622013193407295, 0.4792463742624225], "count": [818]}, "eef_direction_state": {"mean": [4.45721271393643, 4.643031784841075], "std": [2.352495019725545, 2.3123367665044112], "min": [0, 0], "max": [6, 6], "count": [818]}, "eef_velocity_state": {"mean": [0.3899755501222494, 0.2823960880195599], "std": [0.5960319065553716, 0.4687893470592562], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_acc_mag_state": {"mean": [0.3154034229828851, 0.23227383863080683], "std": [0.6509593417670259, 0.5828309323230461], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_direction_action": {"mean": [4.45721271393643, 4.643031784841075], "std": [2.3524950197255454, 2.3123367665044112], "min": [0, 0], "max": [6, 6], "count": [818]}, "eef_velocity_action": {"mean": [0.3899755501222494, 0.2823960880195599], "std": [0.5960319065553716, 0.4687893470592562], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_acc_mag_action": {"mean": [0.3154034229828851, 0.23227383863080683], "std": [0.6509593417670259, 0.5828309323230461], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_sim_pose_state": {"mean": [0.43318275513388205, 0.24558539133054205, 1.1972867044624829, -0.016879565186811947, 0.05269991100859303, 1.2512096880959183, 0.47502278924578484, -0.21177984710132802, 1.1628504389210008, -0.047904825240928775, -0.05696856612400705, -1.4127409116907863], "std": [0.07531948408460382, 0.04090091947607288, 0.04834214342161655, 0.013096247718842696, 0.04405147217316184, 0.27187236448576996, 0.054135441434380906, 0.03264073959358446, 0.017419616937122618, 0.06280429294352134, 0.019380098056955085, 0.11495357001442966], "min": [0.36875904764606326, 0.15208862807499776, 1.1567893700937204, -0.0547041427303816, -0.013290609332013092, 0.7583446816936856, 0.39636734309494914, -0.2573426637321658, 1.1353545048508937, -0.1800519453813697, -0.09818564773109228, -1.6350696494517383], "max": [0.6004975440625131, 0.3184392470531448, 1.273976595424373, 0.012499589379069254, 0.1773453947709731, 1.524380853393346, 0.6029839281688946, -0.15674365872387616, 1.188890105843836, 0.04799721201235918, 0.005913240979860346, -1.2822700782187355], "count": [818]}, "eef_sim_pose_action": {"mean": [0.43321498187884216, 0.24559754775478143, 1.197311628552192, -0.016852616572428557, 0.052662091383684176, 1.2512956277835297, 0.4751109452853204, -0.21186154253405157, 1.16289103075983, -0.0480225336964953, -0.056974837786934296, -1.4129466609371744], "std": [0.07530385909093537, 0.040908027045194834, 0.04832652292063623, 0.013117476938147214, 0.04408189006366068, 0.2719450181401155, 0.054066016154819985, 0.03266647003026938, 0.0174155543576509, 0.06271463887000528, 0.01938432002479494, 0.11491008260743368], "min": [0.36875904764606326, 0.15208862807499776, 1.1567893700937204, -0.0547041427303816, -0.013290609332013092, 0.7583446816936856, 0.39636734309494914, -0.2573426637321658, 1.1353545048508937, -0.1800519453813697, -0.09818564773109228, -1.6350696494517383], "max": [0.6004975440625131, 0.3184392470531448, 1.273976595424373, 0.012499589379069254, 0.1773453947709731, 1.524380853393346, 0.6029839281688946, -0.15674365872387616, 1.188890105843836, 0.04799721201235918, 0.005913240979860346, -1.2822700782187355], "count": [818]}, "gripper_mode_state": {"mean": [0.3092909535452323, 0.4180929095354523], "std": [0.4622013193407295, 0.493245606702825], "min": [0, 0], "max": [1, 1], "count": [818]}, "gripper_activity_state": {"mean": [1.988997555012225, 1.8679706601466992], "std": [0.13496797589520776, 0.45013015137114], "min": [0, 0], "max": [2, 2], "count": [818]}, "gripper_mode_action": {"mean": [0.3092909535452323, 0.4180929095354523], "std": [0.4622013193407295, 0.493245606702825], "min": [0, 0], "max": [1, 1], "count": [818]}, "gripper_activity_action": {"mean": [1.988997555012225, 1.8679706601466992], "std": [0.13496797589520776, 0.45013015137114], "min": [0, 0], "max": [2, 2], "count": [818]}}} +{"episode_index": 9, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46874543150593573]], [[0.464515556222489]], [[0.4566710739851496]]], "std": [[[0.15485936055785524]], [[0.16383032213249657]], [[0.17101232233660363]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4670558612333822]], [[0.4633632730870126]], [[0.4568743719710106]]], "std": [[[0.14709227393617072]], [[0.15062959774299664]], [[0.15729408335520934]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4622760979391757]], [[0.46591195505980165]], [[0.45766095743853097]]], "std": [[[0.15531040719455677]], [[0.15369787218658454]], [[0.1621464345073937]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48433165349473123]], [[0.4801024673758392]], [[0.46780439953759284]]], "std": [[[0.13974221335254935]], [[0.1371128129263546]], [[0.14671723812879817]]], "count": [147]}, "observation.state": {"min": [-0.5245587229728699, 0.12623965740203857, -0.11328932642936707, -2.0616352558135986, -0.7076436877250671, -0.02082177810370922, -0.4078136086463928, -0.29394298791885376, 0.3380509912967682, 0.0665460005402565, -1.6594215631484985, -1.9452996253967285, -1.2340716123580933, -0.17414894700050354, -0.08597492426633835, -0.2626371383666992, -1.7808291912078857, -0.15130259096622467, -0.0636696144938469, -0.06473426520824432, -0.3264999985694885, -0.5597090125083923, 0.10968200117349625, 1.1123102903366089, -1.379215121269226, 0.8231726884841919, 0.0, 0.0, -0.06175588443875313, -0.1816733330488205, -0.8265050649642944, 1.9119770526885986, -1.0824508666992188, -0.002398743527010083], "max": [0.3544938266277313, 0.5204397439956665, 0.37540286779403687, -1.3275498151779175, -0.1880941390991211, 0.2791479825973511, -0.015376350842416286, -0.16190999746322632, 0.5564259886741638, 0.22746899724006653, -1.20151948928833, -1.2465765476226807, -0.8170130848884583, 0.4401196539402008, 0.18929840624332428, 0.02148500271141529, -1.0078577995300293, 0.06592108309268951, 0.24062854051589966, 0.17749997973442078, -0.2812870144844055, -0.37615901231765747, 0.20882700383663177, 1.4763309955596924, -1.220684289932251, 1.0935486555099487, 1001.0, 1002.0, -0.06173708662390709, -0.17700371146202087, -0.8238198161125183, 1.9132837057113647, -1.075919508934021, 0.003147698240354657], "mean": [0.10718146711587906, 0.25577080249786377, 0.09835051745176315, -1.7947709560394287, -0.32636308670043945, 0.06352870911359787, -0.09706534445285797, -0.25156015157699585, 0.39858278632164, 0.17474867403507233, -1.3825032711029053, -1.439540147781372, -1.1185953617095947, 0.07176247984170914, 0.07068523019552231, -0.047670044004917145, -1.4880822896957397, 0.0016255516093224287, 0.061974361538887024, 0.04537437856197357, -0.3075568675994873, -0.4594072699546814, 0.17087320983409882, 1.2545278072357178, -1.2658774852752686, 1.0545600652694702, 635.3804931640625, 638.6400756835938, -0.061748649924993515, -0.17852921783924103, -0.825465977191925, 1.9126497507095337, -1.0793380737304688, 0.0007504285895265639], "std": [0.26832541823387146, 0.08970627933740616, 0.13187238574028015, 0.15923498570919037, 0.13943089544773102, 0.11305712908506393, 0.11870316416025162, 0.046163711696863174, 0.05988237261772156, 0.05043460428714752, 0.14110824465751648, 0.1979185789823532, 0.11129900813102722, 0.16831041872501373, 0.08069140464067459, 0.09619360417127609, 0.20253029465675354, 0.07296928018331528, 0.05979685112833977, 0.06628209352493286, 0.00944527518004179, 0.04944802075624466, 0.04152683541178703, 0.09408775717020035, 0.03358487784862518, 0.05309372395277023, 467.17584228515625, 466.573486328125, 1.9339793198014377e-06, 0.0006329200114123523, 0.00030627279193140566, 0.00026484369300305843, 0.0007552671013399959, 0.0004513184539973736], "count": [778]}, "action": {"min": [-0.5245587229728699, 0.12623965740203857, -0.11328932642936707, -2.0616352558135986, -0.7076436877250671, -0.02082177810370922, -0.4078136086463928, -0.29394298791885376, 0.3380509912967682, 0.0665460005402565, -1.6594215631484985, -1.9452996253967285, -1.2340716123580933, -0.17414894700050354, -0.08597492426633835, -0.2626371383666992, -1.7808291912078857, -0.15130259096622467, -0.0636696144938469, -0.06473426520824432, -0.3264999985694885, -0.5597090125083923, 0.10968200117349625, 1.1123102903366089, -1.379215121269226, 0.8231726884841919, 0.0, 0.0, -0.06175588443875313, -0.1816733330488205, -0.8265050649642944, 1.9119770526885986, -1.0824508666992188, -0.002398743527010083], "max": [0.3544938266277313, 0.5204397439956665, 0.37540286779403687, -1.3275498151779175, -0.1880941390991211, 0.2791479825973511, -0.015376350842416286, -0.16190999746322632, 0.5564259886741638, 0.22746899724006653, -1.20151948928833, -1.2465765476226807, -0.8170130848884583, 0.4401196539402008, 0.18929840624332428, 0.02148500271141529, -1.0078577995300293, 0.06592108309268951, 0.24062854051589966, 0.17749997973442078, -0.2812870144844055, -0.37615901231765747, 0.20882700383663177, 1.4763309955596924, -1.220684289932251, 1.0935486555099487, 1001.0, 1002.0, -0.06173708662390709, -0.17700371146202087, -0.8238198161125183, 1.9132837057113647, -1.075919508934021, 0.003147698240354657], "mean": [0.10706956684589386, 0.25566235184669495, 0.09824664890766144, -1.7946429252624512, -0.3262947201728821, 0.06355845928192139, -0.09708129614591599, -0.2515711784362793, 0.39861586689949036, 0.17478004097938538, -1.3823903799057007, -1.4394564628601074, -1.1186540126800537, 0.07200713455677032, 0.07057030498981476, -0.047309160232543945, -1.4877928495407104, 0.0015968815423548222, 0.062131088227033615, 0.04552688077092171, -0.30757805705070496, -0.4594990909099579, 0.170998677611351, 1.2542189359664917, -1.2657790184020996, 1.0545868873596191, 635.3804931640625, 638.6400756835938, -0.06174864619970322, -0.1785273402929306, -0.825465738773346, 1.9126496315002441, -1.0793381929397583, 0.0007504285895265639], "std": [0.2682775557041168, 0.08977509289979935, 0.13194848597049713, 0.15923117101192474, 0.13947948813438416, 0.11303794384002686, 0.11869368702173233, 0.04617232829332352, 0.05987183004617691, 0.05045902356505394, 0.14121179282665253, 0.19798336923122406, 0.11134574562311172, 0.16809216141700745, 0.08058612048625946, 0.09591272473335266, 0.20228508114814758, 0.0729486271739006, 0.059626951813697815, 0.06625378131866455, 0.00942899752408266, 0.049359679222106934, 0.04148918390274048, 0.09375547617673874, 0.033511530607938766, 0.05310479924082756, 467.1759033203125, 466.573486328125, 1.935230102390051e-06, 0.0006352011696435511, 0.00030626976513303816, 0.00026507157599553466, 0.0007552741444669664, 0.0004513184539973736], "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": [9], "max": [9], "mean": [9.0], "std": [0.0], "count": [778]}, "index": {"min": [7745], "max": [8522], "mean": [8133.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6786632390745502, 0.6374601540796143], "std": [0.4669897718402304, 0.465653493829408], "count": [778]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6786632390745502, 0.6374601540796143], "std": [0.4669897718402304, 0.465653493829408], "count": [778]}, "eef_direction_state": {"mean": [4.5372750642673525, 5.046272493573265], "std": [2.2831164780536786, 2.0433396067147833], "min": [0, 0], "max": [6, 6], "count": [778]}, "eef_velocity_state": {"mean": [0.4203084832904884, 0.2069408740359897], "std": [0.6225818267980012, 0.44154804691908495], "min": [0, 0], "max": [2, 2], "count": [778]}, "eef_acc_mag_state": {"mean": [0.28406169665809766, 0.16195372750642673], "std": [0.6232660936092059, 0.4910429464280647], "min": [0, 0], "max": [2, 2], "count": [778]}, "eef_direction_action": {"mean": [4.5372750642673525, 5.046272493573265], "std": [2.2831164780536786, 2.0433396067147833], "min": [0, 0], "max": [6, 6], "count": [778]}, "eef_velocity_action": {"mean": [0.4203084832904884, 0.2069408740359897], "std": [0.6225818267980012, 0.44154804691908495], "min": [0, 0], "max": [2, 2], "count": [778]}, "eef_acc_mag_action": {"mean": [0.28406169665809766, 0.16195372750642673], "std": [0.6232660936092059, 0.49104294642806473], "min": [0, 0], "max": [2, 2], "count": [778]}, "eef_sim_pose_state": {"mean": [0.42124443133416234, 0.25210908049442143, 1.1875025994619586, -0.026224434496511607, 0.05553814808443763, 1.3057821534713558, 0.4768361582261586, -0.2302570710380267, 1.143620620330175, -0.08018496202110845, -0.0636700699777318, -1.4690361444135809], "std": [0.06478048360685267, 0.034077972302568184, 0.04433980775766158, 0.020003931516689923, 0.04687135139235072, 0.22744914930153595, 0.04920533404986267, 0.038041922308666556, 0.005893937491321883, 0.06621742842273332, 0.01899018170718213, 0.07526250659487459], "min": [0.3638959415305893, 0.17166707308124513, 1.1480772445301068, -0.0824194271380303, -0.025948371668048198, 0.7709813431321186, 0.3963669443649905, -0.26490194753289553, 1.1355584918160546, -0.23679737369464127, -0.11825190752293668, -1.5677377080400507], "max": [0.585582246384929, 0.3204499624530445, 1.2718044905030386, 0.02682175183167068, 0.22024142641666766, 1.5533640820675019, 0.5774017225734622, -0.17663870519424996, 1.165194017457673, 0.04800506657046455, -0.0454446578644081, -1.2912436715999767], "count": [778]}, "eef_sim_pose_action": {"mean": [0.421276381866238, 0.2521255469698561, 1.1874937064907705, -0.026205864674238098, 0.05554710860630407, 1.3059135522116534, 0.4769231936800259, -0.2303534136849125, 1.1436166115663606, -0.08033505258082134, -0.06364724468067788, -1.46928587911618], "std": [0.06476799195389125, 0.034087061135610594, 0.04434665606403369, 0.020018609061688744, 0.04686765087736553, 0.22755954533948944, 0.04912279385144048, 0.038031474789689, 0.005894390359339957, 0.06605901360089063, 0.018996247279263953, 0.07503774914922828], "min": [0.3638959415305893, 0.17166707308124513, 1.1480772445301068, -0.0824194271380303, -0.025948371668048198, 0.7709813431321186, 0.3963669443649905, -0.26490194753289553, 1.1355584918160546, -0.23679737369464127, -0.11825190752293668, -1.5677377080400507], "max": [0.585582246384929, 0.3204499624530445, 1.2718044905030386, 0.02682175183167068, 0.22024142641666766, 1.5533640820675019, 0.5774017225734622, -0.17663870519424996, 1.165194017457673, 0.04800506657046455, -0.0454446578644081, -1.2912436715999767], "count": [778]}, "gripper_mode_state": {"mean": [0.3213367609254499, 0.36118251928020567], "std": [0.4669897718402304, 0.4803433220589259], "min": [0, 0], "max": [1, 1], "count": [778]}, "gripper_activity_state": {"mean": [1.9884318766066837, 1.8624678663239074], "std": [0.13837045991353772, 0.4595237023583418], "min": [0, 0], "max": [2, 2], "count": [778]}, "gripper_mode_action": {"mean": [0.3213367609254499, 0.36118251928020567], "std": [0.4669897718402304, 0.48034332205892594], "min": [0, 0], "max": [1, 1], "count": [778]}, "gripper_activity_action": {"mean": [1.9884318766066837, 1.8624678663239074], "std": [0.13837045991353772, 0.4595237023583417], "min": [0, 0], "max": [2, 2], "count": [778]}}} +{"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.4646981943376479]], [[0.4600623424751164]], [[0.4527854284142851]]], "std": [[[0.1564852900127869]], [[0.16659736432715277]], [[0.17387950512841654]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46565544235123246]], [[0.4592113797043872]], [[0.45052609573241065]]], "std": [[[0.14955815774579848]], [[0.15362100614237478]], [[0.159771577370798]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4509431174975437]], [[0.45564161353539234]], [[0.4475460066107053]]], "std": [[[0.15129453647200258]], [[0.149994647059848]], [[0.1582998842596372]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47987517487931997]], [[0.4746870501196121]], [[0.46272735913537527]]], "std": [[[0.14018169512645473]], [[0.13672672548381118]], [[0.1466730618956782]]], "count": [153]}, "observation.state": {"min": [-0.5494645833969116, 0.09047786891460419, -0.15083135664463043, -2.0841500759124756, -0.8338135480880737, -0.020874137058854103, -0.46994736790657043, -0.28325599431991577, 0.32003599405288696, 0.04536699876189232, -1.7242428064346313, -1.9440209865570068, -1.2044435739517212, -0.17332863807678223, -0.14758504927158356, -0.26258477568626404, -1.7981778383255005, -0.09428268671035767, -0.06403613090515137, -0.0719948336482048, -0.3148669898509979, -0.5581349730491638, 0.10191500186920166, 1.0157941579818726, -1.4593148231506348, 0.9327361583709717, 0.0, 0.0, -0.061759646981954575, -0.18261326849460602, -0.8256303071975708, 1.912397027015686, -1.0809088945388794, -0.001526386826299131], "max": [0.4345695376396179, 0.6256482005119324, 0.41318923234939575, -1.320969820022583, -0.22903956472873688, 0.29307568073272705, -0.01984439231455326, -0.1682099997997284, 0.5554479956626892, 0.2302909940481186, -1.2858893871307373, -1.3183525800704956, -0.8417421579360962, 0.4306250810623169, 0.18929840624332428, 0.02321287989616394, -1.0767983198165894, 0.06592108309268951, 0.28698450326919556, 0.18627899885177612, -0.26239100098609924, -0.3761569857597351, 0.1982479989528656, 1.4770220518112183, -1.241629958152771, 1.144893765449524, 1001.0, 1003.0, -0.0617220513522625, -0.1759735494852066, -0.8252816796302795, 1.9128724336624146, -1.077614426612854, 0.0032540136016905308], "mean": [0.08961264044046402, 0.26659977436065674, 0.11314066499471664, -1.7870405912399292, -0.332097589969635, 0.07318613678216934, -0.11858979612588882, -0.24637757241725922, 0.4014589190483093, 0.1671505570411682, -1.4127626419067383, -1.456244707107544, -1.0854761600494385, 0.07113073021173477, 0.02954370155930519, -0.03934691846370697, -1.5337812900543213, 0.01306094229221344, 0.1068827286362648, 0.026960423216223717, -0.2928692698478699, -0.4593426287174225, 0.15977740287780762, 1.219727873802185, -1.2920104265213013, 1.099492073059082, 665.796142578125, 671.9696655273438, -0.061746153980493546, -0.17827391624450684, -0.8253414034843445, 1.9127137660980225, -1.079366683959961, 0.0006756355869583786], "std": [0.3067041337490082, 0.11830232292413712, 0.14981134235858917, 0.18883368372917175, 0.15902197360992432, 0.11291911453008652, 0.12548448145389557, 0.04691781476140022, 0.06777936965227127, 0.059209492057561874, 0.15796759724617004, 0.18215541541576385, 0.13470260798931122, 0.1774788647890091, 0.09615015238523483, 0.09030354768037796, 0.2110377848148346, 0.05569013953208923, 0.0830780416727066, 0.054261717945337296, 0.012093394063413143, 0.05124666914343834, 0.04022703319787979, 0.12770088016986847, 0.055959057062864304, 0.05177775025367737, 458.2850646972656, 456.0547790527344, 1.9558424355636816e-06, 0.0019012161064893007, 5.584753307630308e-05, 0.00018371340411249548, 0.0005928166792728007, 0.0005529806949198246], "count": [824]}, "action": {"min": [-0.5494645833969116, 0.09047786891460419, -0.15083135664463043, -2.0841500759124756, -0.8338135480880737, -0.020874137058854103, -0.46994736790657043, -0.28325599431991577, 0.32003599405288696, 0.04536699876189232, -1.7242428064346313, -1.9440209865570068, -1.2044435739517212, -0.17332863807678223, -0.14758504927158356, -0.26258477568626404, -1.7981778383255005, -0.09428268671035767, -0.06403613090515137, -0.0719948336482048, -0.3148669898509979, -0.5581349730491638, 0.10191500186920166, 1.0157941579818726, -1.4593148231506348, 0.9327361583709717, 0.0, 0.0, -0.061759646981954575, -0.18261326849460602, -0.8256303071975708, 1.912397027015686, -1.0809088945388794, -0.001526386826299131], "max": [0.4345695376396179, 0.6256482005119324, 0.41318923234939575, -1.320969820022583, -0.22903956472873688, 0.29307568073272705, -0.01984439231455326, -0.1682099997997284, 0.5554479956626892, 0.2302909940481186, -1.2858893871307373, -1.3183525800704956, -0.8417421579360962, 0.4306250810623169, 0.1892635077238083, 0.02321287989616394, -1.0767983198165894, 0.06592108309268951, 0.28698450326919556, 0.18627899885177612, -0.26239100098609924, -0.3761569857597351, 0.1982479989528656, 1.4770220518112183, -1.241629958152771, 1.144893765449524, 1001.0, 1003.0, -0.0617220513522625, -0.1759735494852066, -0.8252816796302795, 1.9128724336624146, -1.077614426612854, 0.0032540136016905308], "mean": [0.08956419676542282, 0.26658833026885986, 0.11310481280088425, -1.7870641946792603, -0.33215808868408203, 0.07332394272089005, -0.11870398372411728, -0.24636246263980865, 0.4014712870121002, 0.16714711487293243, -1.412758708000183, -1.4563798904418945, -1.0854297876358032, 0.07133442908525467, 0.029398545622825623, -0.03901242837309837, -1.533592939376831, 0.013038530014455318, 0.10705745965242386, 0.027059487998485565, -0.2928689122200012, -0.4594222605228424, 0.15988416969776154, 1.219420075416565, -1.2919087409973145, 1.0995835065841675, 665.796142578125, 671.9696655273438, -0.061746157705783844, -0.1782745122909546, -0.8253414630889893, 1.9127142429351807, -1.079366683959961, 0.0006756724906153977], "std": [0.3066796064376831, 0.1183052584528923, 0.14983190596103668, 0.18884257972240448, 0.15900155901908875, 0.11287364363670349, 0.12543748319149017, 0.04690796881914139, 0.06777393817901611, 0.059207577258348465, 0.15797051787376404, 0.1820947825908661, 0.13467517495155334, 0.1772950291633606, 0.09599960595369339, 0.08998560905456543, 0.21089449524879456, 0.055672165006399155, 0.0828697606921196, 0.05423890799283981, 0.012093422003090382, 0.05116814747452736, 0.04021073505282402, 0.1273888349533081, 0.05596780776977539, 0.051785826683044434, 458.28509521484375, 456.0547790527344, 1.960095232789172e-06, 0.0019012050470337272, 5.59334694116842e-05, 0.00018341801478527486, 0.0005927482270635664, 0.0005529772024601698], "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": [10], "max": [10], "mean": [10.0], "std": [0.0], "count": [824]}, "index": {"min": [8523], "max": [9346], "mean": [8934.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7050970873786407, 0.670716019233579], "std": [0.45599910608333094, 0.4551438205959475], "count": [824]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7050970873786407, 0.670716019233579], "std": [0.45599910608333094, 0.4551438205959475], "count": [824]}, "eef_direction_state": {"mean": [4.559466019417476, 4.959951456310679], "std": [2.24015813118824, 2.0602804026271406], "min": [0, 0], "max": [6, 6], "count": [824]}, "eef_velocity_state": {"mean": [0.3895631067961165, 0.2354368932038835], "std": [0.6013236236723634, 0.42995433647588793], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_acc_mag_state": {"mean": [0.27427184466019416, 0.1820388349514563], "std": [0.615352297771225, 0.517525590049347], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_direction_action": {"mean": [4.559466019417476, 4.959951456310679], "std": [2.24015813118824, 2.0602804026271406], "min": [0, 0], "max": [6, 6], "count": [824]}, "eef_velocity_action": {"mean": [0.3895631067961165, 0.2354368932038835], "std": [0.6013236236723634, 0.4299543364758879], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_acc_mag_action": {"mean": [0.27427184466019416, 0.1820388349514563], "std": [0.615352297771225, 0.517525590049347], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_sim_pose_state": {"mean": [0.42529977705286065, 0.24858827824249896, 1.1934109502192844, -0.019814690400941495, 0.04334634053464638, 1.2690740083384413, 0.47693255928455613, -0.21771847322012167, 1.1580356421023237, -0.0776224269983427, -0.013612331844967896, -1.4886704653937122], "std": [0.07339552985119324, 0.04508737441288079, 0.04636032092111915, 0.014056931313382565, 0.06506596399186555, 0.2265439870623641, 0.05141079357784391, 0.036029726739669074, 0.009783255668445392, 0.08646289639343786, 0.028561456385348696, 0.09294473809741517], "min": [0.34585926356765473, 0.15471461446099838, 1.15679530307453, -0.05854848353549652, -0.04701868126345343, 0.8147222118660957, 0.3963654313611968, -0.2516090909785551, 1.1436188892264147, -0.23772337799011534, -0.06754860593357903, -1.5954933751421994], "max": [0.5872839804409504, 0.33563293984998543, 1.2717792913476704, 0.02387346139697233, 0.2440581416997336, 1.445983490375645, 0.5766524337522483, -0.16488450787192235, 1.1872128993225828, 0.05732091859793964, 0.04363889126977005, -1.2614264304950846], "count": [824]}, "eef_sim_pose_action": {"mean": [0.42531388954296584, 0.24859528560901994, 1.1934314836927005, -0.01976742941311958, 0.04340788089025081, 1.2689845534673723, 0.47700721838249277, -0.21779428025929407, 1.1580482759116584, -0.07773010170832369, -0.013554812087035894, -1.4889396567061455], "std": [0.07338860939819668, 0.04509029934250332, 0.04634786105804686, 0.014129348507895519, 0.06507986484665858, 0.22648870123226306, 0.05133837934892964, 0.03603431938813434, 0.009772486548380819, 0.08636163529566476, 0.02850048208153579, 0.09273145488908315], "min": [0.34585926356765473, 0.15471461446099838, 1.15679530307453, -0.05854848353549652, -0.04701868126345343, 0.8147222118660957, 0.3963654313611968, -0.2516090909785551, 1.1436188892264147, -0.23772337799011534, -0.06754860593357903, -1.5954933751421994], "max": [0.5872839804409504, 0.33563293984998543, 1.2717792913476704, 0.02387346139697233, 0.2440581416997336, 1.445983490375645, 0.5766524337522483, -0.16488450787192235, 1.1872128993225828, 0.05732091859793964, 0.04363889126977005, -1.2614264304950846], "count": [824]}, "gripper_mode_state": {"mean": [0.2949029126213592, 0.3288834951456311], "std": [0.45599910608333094, 0.46980755822615944], "min": [0, 0], "max": [1, 1], "count": [824]}, "gripper_activity_state": {"mean": [1.9890776699029127, 1.8689320388349515], "std": [0.13447894333462024, 0.44862879031309005], "min": [0, 0], "max": [2, 2], "count": [824]}, "gripper_mode_action": {"mean": [0.2949029126213592, 0.3288834951456311], "std": [0.4559991060833309, 0.46980755822615944], "min": [0, 0], "max": [1, 1], "count": [824]}, "gripper_activity_action": {"mean": [1.9890776699029127, 1.8689320388349515], "std": [0.13447894333462024, 0.44862879031309005], "min": [0, 0], "max": [2, 2], "count": [824]}}} +{"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.46800553712338594]], [[0.4634805926689781]], [[0.4563451274310537]]], "std": [[[0.16116751299156906]], [[0.17106701358947904]], [[0.17787724730478724]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651795143870556]], [[0.45890578421409217]], [[0.4500800217698868]]], "std": [[[0.15040833463680925]], [[0.15435664574419591]], [[0.1604586728188779]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46969288269169457]], [[0.4703380148553324]], [[0.4611606039773633]]], "std": [[[0.15578489459967063]], [[0.15339225404793594]], [[0.16174624383277736]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47741299642316276]], [[0.4726277598437749]], [[0.4602995252470907]]], "std": [[[0.14143703916700623]], [[0.13723539792584333]], [[0.1463513598087492]]], "count": [164]}, "observation.state": {"min": [-0.5518731474876404, 0.05693264305591583, -0.15224505960941315, -2.183703660964966, -0.6044249534606934, -0.020874137058854103, -0.3629412055015564, -0.28325599431991577, 0.3168930113315582, 0.02636300027370453, -1.7476227283477783, -1.7932723760604858, -1.1854034662246704, -0.19605283439159393, -0.15676547586917877, -0.2626371383666992, -1.894170880317688, -0.13814280927181244, -0.06375688314437866, -0.08765043318271637, -0.31286999583244324, -0.5591269731521606, 0.10932599753141403, 0.9945509433746338, -1.4529176950454712, 0.8641290068626404, 0.0, 0.0, -0.0617540068924427, -0.1823200136423111, -0.8255312442779541, 1.912835955619812, -1.0806450843811035, -0.0038605816662311554], "max": [0.4314453899860382, 0.5033006072044373, 0.4148472845554352, -1.317653775215149, -0.13170254230499268, 0.29070204496383667, -0.01984439231455326, -0.1628430038690567, 0.5528709888458252, 0.21861399710178375, -1.2971378564834595, -1.3183525800704956, -0.8146417140960693, 0.4384616017341614, 0.18931587040424347, 0.03551745042204857, -1.0756464004516602, 0.06592108309268951, 0.402717262506485, 0.17690657079219818, -0.25873199105262756, -0.3749519884586334, 0.1845030039548874, 1.4755313396453857, -1.2554595470428467, 1.2221285104751587, 1001.0, 1002.0, -0.061744607985019684, -0.17573478817939758, -0.8252887725830078, 1.912858247756958, -1.0777934789657593, 0.0033812127076089382], "mean": [0.07616697251796722, 0.23882956802845, 0.1257181167602539, -1.7903274297714233, -0.2644767165184021, 0.08138617873191833, -0.11293713748455048, -0.24308158457279205, 0.4035538136959076, 0.15611378848552704, -1.442003846168518, -1.4147588014602661, -1.0631452798843384, -0.010605979710817337, -0.011103177443146706, -0.03493640199303627, -1.6063024997711182, -0.0014175192918628454, 0.10375139117240906, 0.009824582375586033, -0.29687264561653137, -0.43597039580345154, 0.15326149761676788, 1.1848477125167847, -1.2941956520080566, 1.1291061639785767, 670.6885375976562, 708.9188232421875, -0.061748892068862915, -0.17838647961616516, -0.8254728317260742, 1.912841796875, -1.0794137716293335, 0.0007094973116181791], "std": [0.3060319125652313, 0.09253201633691788, 0.1493070274591446, 0.2034173607826233, 0.10500489920377731, 0.1155109852552414, 0.10754650831222534, 0.04961911216378212, 0.06736889481544495, 0.06683215498924255, 0.17973360419273376, 0.12967844307422638, 0.14501811563968658, 0.19797071814537048, 0.0829392597079277, 0.08491431176662445, 0.21784541010856628, 0.06940443068742752, 0.11612702906131744, 0.04618768393993378, 0.013038869947195053, 0.0556461401283741, 0.032446928322315216, 0.11706274002790451, 0.047330304980278015, 0.1025368794798851, 457.7038879394531, 441.7336120605469, 1.1568961326702265e-06, 0.0015687808627262712, 6.306094292085618e-05, 5.745641828980297e-06, 0.00047004056978039443, 0.0006222834344953299], "count": [899]}, "action": {"min": [-0.5518731474876404, 0.05693264305591583, -0.15224505960941315, -2.183703660964966, -0.6044249534606934, -0.020874137058854103, -0.3629412055015564, -0.28325599431991577, 0.3168930113315582, 0.02636300027370453, -1.7476227283477783, -1.7932723760604858, -1.1854034662246704, -0.19605283439159393, -0.15676547586917877, -0.2626371383666992, -1.894170880317688, -0.13814280927181244, -0.06375688314437866, -0.08765043318271637, -0.31286999583244324, -0.5591269731521606, 0.10932599753141403, 0.9945509433746338, -1.4529176950454712, 0.8641290068626404, 0.0, 0.0, -0.0617540068924427, -0.1823200136423111, -0.8255312442779541, 1.912835955619812, -1.0806450843811035, -0.0038605816662311554], "max": [0.4314453899860382, 0.5033006072044373, 0.4148472845554352, -1.317653775215149, -0.13170254230499268, 0.29070204496383667, -0.01984439231455326, -0.1628430038690567, 0.5528709888458252, 0.21861399710178375, -1.2971378564834595, -1.3183525800704956, -0.8146417140960693, 0.4384616017341614, 0.18931587040424347, 0.03551745042204857, -1.0756464004516602, 0.06592108309268951, 0.402717262506485, 0.17690657079219818, -0.25873199105262756, -0.3749519884586334, 0.1845030039548874, 1.4755313396453857, -1.2554595470428467, 1.2221285104751587, 1001.0, 1002.0, -0.061744607985019684, -0.17573478817939758, -0.8252887725830078, 1.912858247756958, -1.0777934789657593, 0.0033812127076089382], "mean": [0.07602903246879578, 0.23879733681678772, 0.12576012313365936, -1.7902767658233643, -0.2643965780735016, 0.081539086997509, -0.11307471990585327, -0.24307383596897125, 0.40358731150627136, 0.15607920289039612, -1.4420899152755737, -1.4148623943328857, -1.0629667043685913, -0.010531752370297909, -0.01131391804665327, -0.03462601825594902, -1.6061992645263672, -0.0014406782574951649, 0.1038590744137764, 0.009873232804238796, -0.296884685754776, -0.4360107183456421, 0.15334361791610718, 1.184504747390747, -1.2941159009933472, 1.1292757987976074, 670.6885375976562, 708.9188232421875, -0.061748892068862915, -0.17838561534881592, -0.8254726529121399, 1.912841796875, -1.0794137716293335, 0.0007096525514498353], "std": [0.3059746026992798, 0.09253633767366409, 0.14928880333900452, 0.20340827107429504, 0.10504050552845001, 0.11546643823385239, 0.10750644654035568, 0.049613356590270996, 0.06735803931951523, 0.0668165385723114, 0.17968283593654633, 0.1296388804912567, 0.14496727287769318, 0.19792132079601288, 0.08266991376876831, 0.08459117263555527, 0.21778954565525055, 0.06938545405864716, 0.11601655185222626, 0.04617265984416008, 0.013039400801062584, 0.055615898221731186, 0.03242995962500572, 0.11666186898946762, 0.04733189567923546, 0.10255943983793259, 457.7038879394531, 441.7336120605469, 1.1568961326702265e-06, 0.0015689509455114603, 6.321907858364284e-05, 5.747461273131194e-06, 0.00047004176303744316, 0.0006222781375981867], "count": [899]}, "timestamp": {"min": [0.0], "max": [29.933333333333334], "mean": [14.966666666666669], "std": [8.650626181573987], "count": [899]}, "frame_index": {"min": [0], "max": [898], "mean": [449.0], "std": [259.5187854472196], "count": [899]}, "episode_index": {"min": [11], "max": [11], "mean": [11.0], "std": [0.0], "count": [899]}, "index": {"min": [9347], "max": [10245], "mean": [9796.0], "std": [259.5187854472196], "count": [899]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [899]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7074527252502781, 0.7075839821264527], "std": [0.4549322661520446, 0.4408434836970691], "count": [899]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7074527252502781, 0.7075839821264527], "std": [0.4549322661520446, 0.4408434836970691], "count": [899]}, "eef_direction_state": {"mean": [4.580645161290323, 4.983314794215795], "std": [2.265695036801, 2.031112212758232], "min": [0, 0], "max": [6, 6], "count": [899]}, "eef_velocity_state": {"mean": [0.38487208008898777, 0.25806451612903225], "std": [0.572676191528815, 0.4788392438195262], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_acc_mag_state": {"mean": [0.26028921023359286, 0.19021134593993325], "std": [0.6050329556522475, 0.5278388576744276], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_direction_action": {"mean": [4.580645161290323, 4.983314794215795], "std": [2.2656950368010005, 2.031112212758232], "min": [0, 0], "max": [6, 6], "count": [899]}, "eef_velocity_action": {"mean": [0.38487208008898777, 0.25806451612903225], "std": [0.572676191528815, 0.47883924381952625], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_acc_mag_action": {"mean": [0.26028921023359286, 0.19021134593993325], "std": [0.6050329556522474, 0.5278388576744276], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_sim_pose_state": {"mean": [0.427158907454121, 0.23756393501178916, 1.1967210199378795, -0.019759059758897166, -0.0015814161809772694, 1.270545694521943, 0.4535098661552769, -0.20822090310248223, 1.1544918621635203, -0.08177238605190927, 0.013081641180430547, -1.5139146588323809], "std": [0.07324593289992412, 0.048496974538656375, 0.04850525395453312, 0.021676555163067702, 0.06151482762077204, 0.21482618051454921, 0.0565494651648125, 0.026877757715422317, 0.01608249037720741, 0.0958318332212004, 0.038146613787237875, 0.09552213727298547], "min": [0.3412095763037535, 0.13675447850000444, 1.1567982235719922, -0.0764072142596755, -0.13547769103649365, 0.8576361743520242, 0.39484669058631455, -0.232886267553242, 1.1424596722840648, -0.2666957993176723, -0.08742223195257082, -1.615679736372611], "max": [0.5854102649273272, 0.311337893933146, 1.2749476572358056, 0.051198699118705226, 0.09647914723375539, 1.4460041754914144, 0.5785234879718424, -0.16544263509151377, 1.1998160055991263, 0.05880861910782009, 0.050366988294570314, -1.2787861355163832], "count": [899]}, "eef_sim_pose_action": {"mean": [0.4271960459167256, 0.23754713463414467, 1.1967371442534973, -0.019686000264978732, -0.0016283639249378792, 1.2703871719797286, 0.45354550330064514, -0.20826942624230133, 1.1544898997767383, -0.08186020044300088, 0.013205759102995573, -1.5142096541663173], "std": [0.07323225178101352, 0.048490244432272886, 0.04849439330753464, 0.02179388490544219, 0.06150477902805575, 0.21474923142814964, 0.05652355365546816, 0.0268818450037814, 0.01608381435929616, 0.09574898508472343, 0.038065689581901485, 0.09528381771354671], "min": [0.3412095763037535, 0.13675447850000444, 1.1567982235719922, -0.0764072142596755, -0.13547769103649365, 0.8576361743520242, 0.39484669058631455, -0.232886267553242, 1.1424596722840648, -0.2666957993176723, -0.08742223195257082, -1.615679736372611], "max": [0.5854102649273272, 0.311337893933146, 1.2749476572358056, 0.051198699118705226, 0.09647914723375539, 1.4460041754914144, 0.5785234879718424, -0.16544263509151377, 1.1998160055991263, 0.05880861910782009, 0.050366988294570314, -1.2787861355163832], "count": [899]}, "gripper_mode_state": {"mean": [0.2925472747497219, 0.2914349276974416], "std": [0.4549322661520446, 0.4544233825579638], "min": [0, 0], "max": [1, 1], "count": [899]}, "gripper_activity_state": {"mean": [1.989988876529477, 1.8809788654060067], "std": [0.12878269756090124, 0.4274568958077307], "min": [0, 0], "max": [2, 2], "count": [899]}, "gripper_mode_action": {"mean": [0.2925472747497219, 0.2914349276974416], "std": [0.4549322661520446, 0.4544233825579638], "min": [0, 0], "max": [1, 1], "count": [899]}, "gripper_activity_action": {"mean": [1.989988876529477, 1.8809788654060067], "std": [0.12878269756090124, 0.4274568958077307], "min": [0, 0], "max": [2, 2], "count": [899]}}} +{"episode_index": 12, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4733091467072061]], [[0.4676061290022338]], [[0.45910866530156363]]], "std": [[[0.15678920977103497]], [[0.16566777636423632]], [[0.1727717875474666]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675975738396625]], [[0.46111885315835194]], [[0.4520795056155374]]], "std": [[[0.1493118441966554]], [[0.15185163056887957]], [[0.15777529039506558]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708954248366013]], [[0.4727089848597667]], [[0.4641858246463142]]], "std": [[[0.15825110684542076]], [[0.15598164791535404]], [[0.16446293341525633]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4812234192727724]], [[0.471968181207082]], [[0.4587555741705965]]], "std": [[[0.14763214014856468]], [[0.14005705041807534]], [[0.14823615836899864]]], "count": [158]}, "observation.state": {"min": [-0.5407029986381531, 0.09997246414422989, -0.10550515353679657, -2.1512579917907715, -0.5388703942298889, -0.021851520985364914, -0.36213839054107666, -0.2832689881324768, 0.32051798701286316, 0.055706001818180084, -1.8030052185058594, -1.684670090675354, -1.1854034662246704, -0.1765226125717163, -0.09581857174634933, -0.2626197040081024, -1.8552850484848022, -0.05089379847049713, -0.06377433240413666, -0.027349309995770454, -0.31354400515556335, -0.5579100251197815, 0.10653799772262573, 1.0321109294891357, -1.4817341566085815, 0.6478404402732849, 0.0, 0.0, -0.06175776571035385, -0.18281254172325134, -0.826089084148407, 1.912835955619812, -1.082072138786316, -0.0010014540748670697], "max": [0.4128052890300751, 0.4928809702396393, 0.38097044825553894, -1.3491045236587524, -0.10421361029148102, 0.22851596772670746, -0.019809486344456673, -0.15344400703907013, 0.5536789894104004, 0.2126159965991974, -1.2971378564834595, -1.2639317512512207, -0.7901325225830078, 0.4294033646583557, 0.26747170090675354, -0.003543018363416195, -1.0904817581176758, 0.11283554136753082, 0.28698450326919556, 0.3286629319190979, -0.26822900772094727, -0.37616899609565735, 0.19856800138950348, 1.5579800605773926, -1.2779728174209595, 1.1186034679412842, 1001.0, 1002.0, -0.061738964170217514, -0.17647923529148102, -0.8244441747665405, 1.9128628969192505, -1.07771897315979, 0.0023702660109847784], "mean": [0.1325448751449585, 0.2479635775089264, 0.08569294214248657, -1.8176062107086182, -0.24863313138484955, 0.047154758125543594, -0.0957014337182045, -0.25008657574653625, 0.3935377597808838, 0.17713376879692078, -1.4149587154388428, -1.3577919006347656, -1.0995879173278809, 0.0227075032889843, 0.12301898002624512, -0.08785084635019302, -1.5813571214675903, 0.04621562361717224, 0.12765102088451385, 0.08453495800495148, -0.2984806299209595, -0.44311684370040894, 0.15873490273952484, 1.2936307191848755, -1.3399348258972168, 0.9773870706558228, 754.2276611328125, 576.8908081054688, -0.06174960359930992, -0.1781182885169983, -0.8256019353866577, 1.912841796875, -1.079390525817871, 0.0006908945506438613], "std": [0.2663026750087738, 0.07736583799123764, 0.12351515144109726, 0.1624278873205185, 0.09114381670951843, 0.09155204892158508, 0.1085207536816597, 0.04719992354512215, 0.05878834053874016, 0.05024261400103569, 0.17911864817142487, 0.09428499639034271, 0.12750059366226196, 0.1957971751689911, 0.1264200508594513, 0.07132617384195328, 0.21932809054851532, 0.04243754222989082, 0.09212503582239151, 0.08452965319156647, 0.009615047834813595, 0.05666213110089302, 0.035321012139320374, 0.15156103670597076, 0.05791000649333, 0.08196240663528442, 416.7959899902344, 481.81793212890625, 1.1107836144219618e-06, 0.001558219431899488, 0.00019995501497760415, 5.0907656259369105e-06, 0.0006422993610613048, 0.0003940097813028842], "count": [861]}, "action": {"min": [-0.5407029986381531, 0.09997246414422989, -0.10550515353679657, -2.1512579917907715, -0.5388703942298889, -0.021851520985364914, -0.36213839054107666, -0.2832689881324768, 0.32051798701286316, 0.055706001818180084, -1.8030052185058594, -1.684670090675354, -1.1854034662246704, -0.1765226125717163, -0.09581857174634933, -0.2626197040081024, -1.8552850484848022, -0.05089379847049713, -0.06377433240413666, -0.027349309995770454, -0.31354400515556335, -0.5579100251197815, 0.10653799772262573, 1.0321109294891357, -1.4817341566085815, 0.6478404402732849, 0.0, 0.0, -0.06175776571035385, -0.18281254172325134, -0.826089084148407, 1.912835955619812, -1.082072138786316, -0.0010014540748670697], "max": [0.4128052890300751, 0.4928809702396393, 0.38097044825553894, -1.3491045236587524, -0.10421361029148102, 0.22851596772670746, -0.019809486344456673, -0.15344400703907013, 0.5536789894104004, 0.2126159965991974, -1.2971378564834595, -1.2639317512512207, -0.7901325225830078, 0.4294033646583557, 0.26747170090675354, -0.003543018363416195, -1.0904817581176758, 0.11283554136753082, 0.28698450326919556, 0.3286629319190979, -0.26822900772094727, -0.37616899609565735, 0.19856800138950348, 1.5579800605773926, -1.2779728174209595, 1.1186034679412842, 1001.0, 1002.0, -0.061738964170217514, -0.17647923529148102, -0.8244441747665405, 1.9128628969192505, -1.07771897315979, 0.0023702660109847784], "mean": [0.13245610892772675, 0.24792808294296265, 0.08561022579669952, -1.8176608085632324, -0.2485048472881317, 0.04731828346848488, -0.0958256945014, -0.2500450611114502, 0.3935611844062805, 0.17714408040046692, -1.4150384664535522, -1.3577296733856201, -1.0994724035263062, 0.022817494347691536, 0.12304512411355972, -0.08760904520750046, -1.5812454223632812, 0.046218689531087875, 0.12784050405025482, 0.08470693230628967, -0.2984922230243683, -0.4431653320789337, 0.1588357537984848, 1.293471097946167, -1.339881181716919, 0.9772482514381409, 754.2276611328125, 576.8908081054688, -0.06174960732460022, -0.17811819911003113, -0.8256019353866577, 1.912841796875, -1.0793901681900024, 0.0006910422234795988], "std": [0.2662709951400757, 0.07737597078084946, 0.12356813997030258, 0.162446528673172, 0.09121398627758026, 0.09155626595020294, 0.1084950864315033, 0.0471864715218544, 0.058781642466783524, 0.050248607993125916, 0.1790820211172104, 0.09432858228683472, 0.12746769189834595, 0.19571395218372345, 0.12643590569496155, 0.07108593732118607, 0.21925492584705353, 0.04243900999426842, 0.09189905971288681, 0.08445475995540619, 0.009613322094082832, 0.05662268400192261, 0.035304829478263855, 0.15144290030002594, 0.05794092267751694, 0.08191221952438354, 416.7959899902344, 481.8179626464844, 1.108379365177825e-06, 0.0015582392225041986, 0.00019996536138933152, 5.091958428238286e-06, 0.0006423623417504132, 0.00039404656854458153], "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": [12], "max": [12], "mean": [12.0], "std": [0.0], "count": [861]}, "index": {"min": [10246], "max": [11106], "mean": [10676.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7921022067363531, 0.5758222995464377], "std": [0.4058032784733928, 0.4808749476600603], "count": [861]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7921022067363531, 0.5758222995464377], "std": [0.4058032784733928, 0.4808749476600603], "count": [861]}, "eef_direction_state": {"mean": [4.678281068524971, 4.858304297328687], "std": [2.3053449624794773, 2.1561335475528183], "min": [0, 0], "max": [6, 6], "count": [861]}, "eef_velocity_state": {"mean": [0.3344947735191638, 0.25551684088269455], "std": [0.5820240876377606, 0.46201384029553805], "min": [0, 0], "max": [2, 2], "count": [861]}, "eef_acc_mag_state": {"mean": [0.2462253193960511, 0.1986062717770035], "std": [0.5801600086547843, 0.5356493638838616], "min": [0, 0], "max": [2, 2], "count": [861]}, "eef_direction_action": {"mean": [4.678281068524971, 4.858304297328687], "std": [2.3053449624794773, 2.1561335475528183], "min": [0, 0], "max": [6, 6], "count": [861]}, "eef_velocity_action": {"mean": [0.3344947735191638, 0.25551684088269455], "std": [0.5820240876377606, 0.46201384029553794], "min": [0, 0], "max": [2, 2], "count": [861]}, "eef_acc_mag_action": {"mean": [0.2462253193960511, 0.1986062717770035], "std": [0.5801600086547843, 0.5356493638838616], "min": [0, 0], "max": [2, 2], "count": [861]}, "eef_sim_pose_state": {"mean": [0.4148302565901716, 0.2523745444194777, 1.1885570942427526, -0.029954063151713246, -0.014156847434492482, 1.3305426333708605, 0.4627209097942907, -0.22837556097842104, 1.1571503245325128, -0.11962008495496396, -0.0620209806325183, -1.3788460284752981], "std": [0.06387487112131088, 0.03563581123284353, 0.04502976950285858, 0.022493579085477566, 0.07440717581121119, 0.18565358120917846, 0.056710579026859824, 0.03731827571911215, 0.009378887292518899, 0.08262544750849549, 0.08329698326780641, 0.10258453798858733], "min": [0.3459729924688573, 0.16101616928292556, 1.1567133422010656, -0.10010826665548334, -0.1913374739789231, 0.8848819661813918, 0.3963736944377784, -0.2666060453944549, 1.1444875104183296, -0.2602691382783866, -0.21932896462287998, -1.5507315609514372], "max": [0.5843432573488514, 0.3004353165375607, 1.2787565179432223, -0.004168186640658655, 0.03596676447336522, 1.4459939925261036, 0.577156409612322, -0.1777591725094013, 1.182229138417377, 0.04807191289164525, 0.11000569764742041, -1.061685910186305], "count": [861]}, "eef_sim_pose_action": {"mean": [0.41485430014252944, 0.252389367788942, 1.1886000791412603, -0.029941345740976066, -0.014277811710384473, 1.3305043061201454, 0.46276735837738836, -0.22846505152418928, 1.1571586716723556, -0.11979549524295434, -0.06208931287003828, -1.3789283962549659], "std": [0.06386696833868294, 0.03564351986932993, 0.045017110390885816, 0.02250364238222998, 0.07441552828014962, 0.18563315850840725, 0.05667259369216429, 0.03731539622490761, 0.00937082764796358, 0.08242946612518524, 0.0833255049854939, 0.10255313148451563], "min": [0.3459729924688573, 0.16101616928292556, 1.1567133422010656, -0.10010826665548334, -0.1913374739789231, 0.8848819661813918, 0.3963736944377784, -0.2666060453944549, 1.1444875104183296, -0.2602691382783866, -0.21932896462287998, -1.5507315609514372], "max": [0.5843432573488514, 0.3004353165375607, 1.2787565179432223, -0.004168186640658655, 0.03596676447336522, 1.4459939925261036, 0.577156409612322, -0.1777591725094013, 1.182229138417377, 0.04807191289164525, 0.11000569764742041, -1.061685910186305], "count": [861]}, "gripper_mode_state": {"mean": [0.20789779326364694, 0.4250871080139373], "std": [0.4058032784733928, 0.4943562062058999], "min": [0, 0], "max": [1, 1], "count": [861]}, "gripper_activity_state": {"mean": [1.9895470383275262, 1.8745644599303135], "std": [0.13157635950173646, 0.43968756945916404], "min": [0, 0], "max": [2, 2], "count": [861]}, "gripper_mode_action": {"mean": [0.20789779326364694, 0.4250871080139373], "std": [0.4058032784733928, 0.4943562062058999], "min": [0, 0], "max": [1, 1], "count": [861]}, "gripper_activity_action": {"mean": [1.9895470383275262, 1.8745644599303135], "std": [0.13157635950173646, 0.43968756945916404], "min": [0, 0], "max": [2, 2], "count": [861]}}} +{"episode_index": 13, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4683166436887255]], [[0.46422399790645424]], [[0.4549233162275327]]], "std": [[[0.16164853447746474]], [[0.1701099988901454]], [[0.17763711958412484]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638507021037582]], [[0.45808927440767977]], [[0.44946934997957516]]], "std": [[[0.151255342819287]], [[0.15411858873307113]], [[0.16028964254026992]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46256868872549023]], [[0.46417549785539214]], [[0.45647699269812086]]], "std": [[[0.15327863629826666]], [[0.15108080229295134]], [[0.15974476883358377]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4822473141339869]], [[0.46948355928308827]], [[0.45441670879289214]]], "std": [[[0.1658416751764915]], [[0.15383200353224416]], [[0.1598857478010257]]], "count": [160]}, "observation.state": {"min": [-0.5456247925758362, 0.08398523926734924, -0.08794714510440826, -2.1771585941314697, -0.5838475227355957, -0.028850292786955833, -0.3426779508590698, -0.2832629978656769, 0.3146679997444153, 0.04345399886369705, -1.704906940460205, -1.743483066558838, -1.1854034662246704, -0.17435838282108307, 0.020717058330774307, -0.2626371383666992, -1.806328535079956, -0.17503908276557922, -0.06377433240413666, -0.03269001841545105, -0.3222779929637909, -0.5658259987831116, 0.10967200249433517, 1.2528187036514282, -1.3861650228500366, 0.722343385219574, 0.0, 0.0, -0.06175588443875313, -0.1826978623867035, -0.8263204097747803, 1.9121791124343872, -1.0806220769882202, -0.003384060226380825], "max": [0.4391946494579315, 0.5045223236083984, 0.40683624148368835, -1.3423502445220947, -0.1425759345293045, 0.3197268843650818, -0.019809486344456673, -0.16029199957847595, 0.5544940233230591, 0.2123979926109314, -1.2971378564834595, -1.269489049911499, -0.8074831366539001, 0.4656713008880615, 0.26460936665534973, -0.09409069269895554, -0.9968098998069763, 0.06588618457317352, 0.27174776792526245, 0.27700120210647583, -0.27358299493789673, -0.37616199254989624, 0.1619569957256317, 1.6203017234802246, -1.1944234371185303, 1.0697860717773438, 1001.0, 1002.0, -0.06174084544181824, -0.17622733116149902, -0.8242563605308533, 1.913072943687439, -1.0777593851089478, 0.004649404436349869], "mean": [0.08180080354213715, 0.25353172421455383, 0.11629903316497803, -1.7983742952346802, -0.27446383237838745, 0.0815047174692154, -0.10864844173192978, -0.2421264797449112, 0.4029489755630493, 0.16500058770179749, -1.4325034618377686, -1.4020211696624756, -1.0682214498519897, 0.03816517814993858, 0.16925185918807983, -0.1636446863412857, -1.5505445003509521, -0.01339480560272932, 0.04970111697912216, 0.11838188022375107, -0.3033026456832886, -0.4434513449668884, 0.1433868110179901, 1.4450840950012207, -1.2973570823669434, 0.8839980363845825, 671.6881713867188, 614.5891723632812, -0.061748944222927094, -0.17808440327644348, -0.8255210518836975, 1.9127839803695679, -1.0793845653533936, 0.0007238145335577428], "std": [0.3080119788646698, 0.08525627106428146, 0.1416061967611313, 0.19265440106391907, 0.09985887259244919, 0.12910038232803345, 0.10991780459880829, 0.05027630552649498, 0.06741427630186081, 0.057618480175733566, 0.16661487519741058, 0.1339646577835083, 0.1481475532054901, 0.17644153535366058, 0.08901385217905045, 0.044488102197647095, 0.20457269251346588, 0.07850382477045059, 0.0834425836801529, 0.08637435734272003, 0.010157264769077301, 0.052793920040130615, 0.019862569868564606, 0.0984438955783844, 0.04081373289227486, 0.08435159921646118, 456.959228515625, 473.3741149902344, 1.2735181371681392e-06, 0.0018544885097071528, 0.0003068147343583405, 0.0001131207900471054, 0.0005684634670615196, 0.0009200747590512037], "count": [869]}, "action": {"min": [-0.5456247925758362, 0.08398523926734924, -0.08794714510440826, -2.1771585941314697, -0.5838475227355957, -0.028850292786955833, -0.3426779508590698, -0.2832629978656769, 0.3146679997444153, 0.04345399886369705, -1.704906940460205, -1.743483066558838, -1.1854034662246704, -0.17435838282108307, 0.020717058330774307, -0.2626371383666992, -1.806328535079956, -0.17503908276557922, -0.06377433240413666, -0.03269001841545105, -0.3222779929637909, -0.5658259987831116, 0.10967200249433517, 1.2528187036514282, -1.3861650228500366, 0.722343385219574, 0.0, 0.0, -0.06175588443875313, -0.1826978623867035, -0.8263204097747803, 1.9121791124343872, -1.0806220769882202, -0.003384060226380825], "max": [0.4391946494579315, 0.5045223236083984, 0.40683624148368835, -1.3423502445220947, -0.1425759345293045, 0.3197268843650818, -0.019809486344456673, -0.16029199957847595, 0.5544940233230591, 0.2123979926109314, -1.2971378564834595, -1.269489049911499, -0.8074831366539001, 0.4656713008880615, 0.26460936665534973, -0.09409069269895554, -0.9968098998069763, 0.06588618457317352, 0.27174776792526245, 0.27700120210647583, -0.27358299493789673, -0.37616199254989624, 0.1619569957256317, 1.6203017234802246, -1.1944234371185303, 1.0697860717773438, 1001.0, 1002.0, -0.06174084544181824, -0.17622733116149902, -0.8242563605308533, 1.913072943687439, -1.0777593851089478, 0.004649404436349869], "mean": [0.08169330656528473, 0.2535144090652466, 0.1162869855761528, -1.7984375953674316, -0.27433887124061584, 0.08165963739156723, -0.10872604697942734, -0.24207839369773865, 0.4029753506183624, 0.16498905420303345, -1.432621955871582, -1.4019643068313599, -1.068109393119812, 0.038321737200021744, 0.16931141912937164, -0.1635143905878067, -1.5503742694854736, -0.013435917906463146, 0.04978765547275543, 0.11862467974424362, -0.30331936478614807, -0.4435044229030609, 0.14344564080238342, 1.4451295137405396, -1.2973357439041138, 0.8837488293647766, 671.6881713867188, 614.5868530273438, -0.061748944222927094, -0.17808444797992706, -0.8255211114883423, 1.9127839803695679, -1.0793845653533936, 0.000723826524335891], "std": [0.3079642355442047, 0.085260309278965, 0.1416129320859909, 0.1926802396774292, 0.09995239973068237, 0.1290581375360489, 0.10987897217273712, 0.05025690793991089, 0.06740455329418182, 0.0576120987534523, 0.16655512154102325, 0.134010449051857, 0.1480962187051773, 0.17631447315216064, 0.08904477953910828, 0.04436378926038742, 0.20445193350315094, 0.07847142964601517, 0.08336377143859863, 0.08626403659582138, 0.010150733403861523, 0.05274948477745056, 0.01983843743801117, 0.09846638888120651, 0.040802232921123505, 0.08413172513246536, 456.959228515625, 473.3717346191406, 1.2729050240523065e-06, 0.0018544478807598352, 0.0003068138612434268, 0.00011311443813610822, 0.0005684526404365897, 0.000920075923204422], "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": [13], "max": [13], "mean": [13.0], "std": [0.0], "count": [869]}, "index": {"min": [11107], "max": [11975], "mean": [11541.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7100115074798619, 0.6144119678091974], "std": [0.45375672637001807, 0.473228116112787], "count": [869]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7100115074798619, 0.6144119678091974], "std": [0.45375672637001807, 0.473228116112787], "count": [869]}, "eef_direction_state": {"mean": [4.475258918296893, 4.616800920598389], "std": [2.3805691331829673, 2.373471213261959], "min": [0, 0], "max": [6, 6], "count": [869]}, "eef_velocity_state": {"mean": [0.3739930955120829, 0.28423475258918296], "std": [0.5731348836783867, 0.4586391238510855], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_acc_mag_state": {"mean": [0.27042577675489066, 0.1565017261219793], "std": [0.6082005211688485, 0.4781963683288181], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_direction_action": {"mean": [4.475258918296893, 4.616800920598389], "std": [2.380569133182967, 2.373471213261959], "min": [0, 0], "max": [6, 6], "count": [869]}, "eef_velocity_action": {"mean": [0.3739930955120829, 0.28423475258918296], "std": [0.5731348836783867, 0.4586391238510855], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_acc_mag_action": {"mean": [0.27042577675489066, 0.1565017261219793], "std": [0.6082005211688485, 0.4781963683288181], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_sim_pose_state": {"mean": [0.42597569085742804, 0.2449301233729595, 1.1977416949411994, -0.01913193351497012, -0.0038138706179422265, 1.2851431927659445, 0.46476904259603297, -0.2226557039421891, 1.1482992795205054, -0.08524138951758264, -0.17043992523568857, -1.2796222301856115], "std": [0.07351568444778185, 0.040096730087765334, 0.050425941320774645, 0.016587818899991235, 0.05420940659393836, 0.21207845536393363, 0.05195590664622865, 0.025438971728389874, 0.0091828740574261, 0.07208142575723026, 0.05092402584094739, 0.08134737426656466], "min": [0.33936986664943936, 0.1524841582049923, 1.1567906447305643, -0.08274672810471134, -0.122234455786155, 0.8797906926253217, 0.39637023619300055, -0.2473691571938738, 1.1411676883959239, -0.19312553909425956, -0.23622091884608754, -1.4382916097689638], "max": [0.5850528037902734, 0.2941149625438693, 1.2790547209384993, 0.010493630463121295, 0.0637591858517339, 1.446742619675526, 0.5843807453921132, -0.18866560283413525, 1.1803179841275084, 0.048041472739196345, -0.06744729857840448, -1.080858418110876], "count": [869]}, "eef_sim_pose_action": {"mean": [0.4260032254778668, 0.24492613794952797, 1.19778860293396, -0.01914222546335412, -0.003938709960646349, 1.285079186534388, 0.4648248518297582, -0.2227229030919559, 1.148297933979139, -0.08537727224527437, -0.1705840182809767, -1.2795259724914745], "std": [0.07350425215662014, 0.040094951856656465, 0.05040679004243788, 0.01658964413479658, 0.05424996356871446, 0.21203828148908946, 0.05190844777101288, 0.025426299768924694, 0.009183516590432518, 0.07194130826347829, 0.05080991004492534, 0.0813674999691807], "min": [0.33936986664943936, 0.1524841582049923, 1.1567906447305643, -0.08274672810471134, -0.122234455786155, 0.8797906926253217, 0.39637023619300055, -0.2473691571938738, 1.1411676883959239, -0.19312553909425956, -0.23622091884608754, -1.4382916097689638], "max": [0.5850528037902734, 0.2941149625438693, 1.2790547209384993, 0.010493630463121295, 0.0637591858517339, 1.446742619675526, 0.5843807453921132, -0.18866560283413525, 1.1803179841275084, 0.048041472739196345, -0.06744729857840448, -1.080858418110876], "count": [869]}, "gripper_mode_state": {"mean": [0.2899884925201381, 0.38550057537399307], "std": [0.45375672637001807, 0.48671334660178805], "min": [0, 0], "max": [1, 1], "count": [869]}, "gripper_activity_state": {"mean": [1.9896432681242808, 1.8780207134637514], "std": [0.13097311898904973, 0.4331889878860314], "min": [0, 0], "max": [2, 2], "count": [869]}, "gripper_mode_action": {"mean": [0.2899884925201381, 0.38550057537399307], "std": [0.45375672637001807, 0.48671334660178805], "min": [0, 0], "max": [1, 1], "count": [869]}, "gripper_activity_action": {"mean": [1.9896432681242808, 1.8780207134637514], "std": [0.13097311898904973, 0.4331889878860314], "min": [0, 0], "max": [2, 2], "count": [869]}}} +{"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.475299142697918]], [[0.4701184072414838]], [[0.4631924939401809]]], "std": [[[0.158996552717919]], [[0.17037475454519116]], [[0.17725545135185414]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46804361852356835]], [[0.4625349656970956]], [[0.45402217650305154]]], "std": [[[0.14984108159406248]], [[0.15270422243811066]], [[0.15880213535177712]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46481980154092545]], [[0.4668428288533957]], [[0.4570270595269013]]], "std": [[[0.15319919291864842]], [[0.15107302478926732]], [[0.15950596996666375]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49033458858156953]], [[0.4827646233714236]], [[0.4697828122971042]]], "std": [[[0.15269545560379766]], [[0.1466118757093936]], [[0.15593114239361455]]], "count": [151]}, "observation.state": {"min": [-0.5348561406135559, 0.041032690554857254, -0.10437069088220596, -2.164923906326294, -0.5796936750411987, -0.020874137058854103, -0.27612853050231934, -0.2832790017127991, 0.32451799511909485, 0.0421609990298748, -1.7176512479782104, -1.7256823778152466, -1.1953986883163452, -0.1880941390991211, 0.0651182308793068, -0.2626371383666992, -1.8732619285583496, -0.16612042486667633, -0.07541567832231522, -0.026232298463582993, -0.31851500272750854, -0.5653510093688965, 0.10897000133991241, 1.295939326286316, -1.450332760810852, 0.6744487881660461, 0.0, 0.0, -0.06175776571035385, -0.18272793292999268, -0.8259298205375671, 1.9120476245880127, -1.0808780193328857, -0.0031467489898204803], "max": [0.3963293731212616, 0.4616744816303253, 0.38179078698158264, -1.3439732789993286, -0.06639232486486435, 0.2664943337440491, -0.01979203335940838, -0.16218699514865875, 0.5537539720535278, 0.216839000582695, -1.2971378564834595, -1.312074065208435, -0.8398897647857666, 0.4686732888221741, 0.18935076892375946, -0.01837831735610962, -1.0399893522262573, 0.1581791788339615, 0.22441443800926208, 0.26220080256462097, -0.26375699043273926, -0.37615299224853516, 0.19408400356769562, 1.488386869430542, -1.2079508304595947, 1.153281331062317, 1001.0, 1002.0, -0.06174272671341896, -0.1755392849445343, -0.8253973722457886, 1.9130562543869019, -1.0774052143096924, 0.004955061711370945], "mean": [0.09330262988805771, 0.23275518417358398, 0.10380448400974274, -1.7929275035858154, -0.2530132234096527, 0.0651126578450203, -0.0933728739619255, -0.24515217542648315, 0.40271493792533875, 0.1662084013223648, -1.417840838432312, -1.3802987337112427, -1.0983015298843384, 0.06756281852722168, 0.13080504536628723, -0.10176146775484085, -1.5413050651550293, 0.04305731877684593, 0.07684580981731415, 0.11071968823671341, -0.2891899049282074, -0.456037312746048, 0.16352657973766327, 1.3578495979309082, -1.3039970397949219, 0.9995328783988953, 696.9319458007812, 602.0853881835938, -0.061749301850795746, -0.1781051903963089, -0.825621485710144, 1.9126163721084595, -1.0793901681900024, 0.0007366646314039826], "std": [0.2960145175457001, 0.08672728389501572, 0.1287878453731537, 0.1898929625749588, 0.1062704399228096, 0.11314269155263901, 0.08921375125646591, 0.04971066117286682, 0.06750532984733582, 0.05989735573530197, 0.15956777334213257, 0.10438205301761627, 0.12312037497758865, 0.21253132820129395, 0.036214668303728104, 0.0843164399266243, 0.24634496867656708, 0.13399769365787506, 0.08125355839729309, 0.05102679505944252, 0.014723128639161587, 0.059455506503582, 0.032350607216358185, 0.050381939858198166, 0.05304468795657158, 0.1800529807806015, 445.4081726074219, 475.0500793457031, 1.1181404033777653e-06, 0.0020348746329545975, 0.0001069271020242013, 0.000265370006673038, 0.0005686008371412754, 0.0008221102762036026], "count": [808]}, "action": {"min": [-0.5348561406135559, 0.041032690554857254, -0.10437069088220596, -2.164923906326294, -0.5796936750411987, -0.020874137058854103, -0.27612853050231934, -0.2832790017127991, 0.32451799511909485, 0.0421609990298748, -1.7176512479782104, -1.7256823778152466, -1.1953986883163452, -0.1880941390991211, 0.0651182308793068, -0.2626371383666992, -1.8732619285583496, -0.16612042486667633, -0.07541567832231522, -0.026232298463582993, -0.31851500272750854, -0.5653510093688965, 0.10897000133991241, 1.295939326286316, -1.450332760810852, 0.6744487881660461, 0.0, 0.0, -0.06175776571035385, -0.18272793292999268, -0.8259298205375671, 1.9120476245880127, -1.0808780193328857, -0.0031467489898204803], "max": [0.3963293731212616, 0.4616744816303253, 0.38179078698158264, -1.3439732789993286, -0.06639232486486435, 0.2664943337440491, -0.01979203335940838, -0.16218699514865875, 0.5537539720535278, 0.216839000582695, -1.2971378564834595, -1.312074065208435, -0.8398897647857666, 0.4686732888221741, 0.1892460584640503, -0.01837831735610962, -1.0399893522262573, 0.1581791788339615, 0.22441443800926208, 0.26220080256462097, -0.26375699043273926, -0.37615299224853516, 0.19408400356769562, 1.488386869430542, -1.2079508304595947, 1.153281331062317, 1001.0, 1002.0, -0.06174272671341896, -0.1755392849445343, -0.8253973722457886, 1.9130562543869019, -1.0774052143096924, 0.004955061711370945], "mean": [0.09322170168161392, 0.232744500041008, 0.10372671484947205, -1.792914628982544, -0.25297319889068604, 0.0651855543255806, -0.09351610392332077, -0.24512934684753418, 0.4027377665042877, 0.16622388362884521, -1.4179235696792603, -1.3802965879440308, -1.0982342958450317, 0.06771476566791534, 0.1307550072669983, -0.10146177560091019, -1.5411850214004517, 0.04316776618361473, 0.0769677385687828, 0.11089949309825897, -0.28917479515075684, -0.4561008810997009, 0.1636306494474411, 1.3576711416244507, -1.3039857149124146, 0.9996355175971985, 696.9319458007812, 602.0853881835938, -0.061749301850795746, -0.17810603976249695, -0.8256211280822754, 1.912616491317749, -1.0793907642364502, 0.0007365965866483748], "std": [0.295976459980011, 0.08672680705785751, 0.12884391844272614, 0.18988947570323944, 0.10627618432044983, 0.11310631781816483, 0.08918846398591995, 0.049697402864694595, 0.06749627739191055, 0.059908170253038406, 0.1595228910446167, 0.1043834239244461, 0.12308770418167114, 0.21240286529064178, 0.036161646246910095, 0.08417420834302902, 0.24625682830810547, 0.13405314087867737, 0.08111606538295746, 0.05080089345574379, 0.014726256020367146, 0.05939757451415062, 0.032312486320734024, 0.05021948367357254, 0.05304044857621193, 0.18011374771595, 445.4081726074219, 475.0500793457031, 1.1181404033777653e-06, 0.0020344527438282967, 0.00010712232324294746, 0.00026487314607948065, 0.0005688461824320257, 0.0008221089956350625], "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": [14], "max": [14], "mean": [14.0], "std": [0.0], "count": [808]}, "index": {"min": [11976], "max": [12783], "mean": [12379.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7388613861386139, 0.6020816830782183], "std": [0.4392553223490201, 0.47504743720327797], "count": [808]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7388613861386139, 0.6020816830782183], "std": [0.43925532234902015, 0.47504743720327797], "count": [808]}, "eef_direction_state": {"mean": [4.711633663366337, 4.871287128712871], "std": [2.2070461655091345, 2.1608046096585016], "min": [0, 0], "max": [6, 6], "count": [808]}, "eef_velocity_state": {"mean": [0.3774752475247525, 0.2524752475247525], "std": [0.6311529304887554, 0.4778445953530308], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_acc_mag_state": {"mean": [0.26732673267326734, 0.20544554455445543], "std": [0.6116215925338814, 0.5494101693300819], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_direction_action": {"mean": [4.711633663366337, 4.871287128712871], "std": [2.2070461655091345, 2.1608046096585016], "min": [0, 0], "max": [6, 6], "count": [808]}, "eef_velocity_action": {"mean": [0.3774752475247525, 0.2524752475247525], "std": [0.6311529304887555, 0.47784459535303075], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_acc_mag_action": {"mean": [0.26732673267326734, 0.20544554455445543], "std": [0.6116215925338815, 0.5494101693300819], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_sim_pose_state": {"mean": [0.4241776935370696, 0.2431864102659131, 1.1935387217174624, -0.029453488073315236, -0.0015229838241821892, 1.3146835866683733, 0.47518701904324756, -0.23385354233902111, 1.1597604866316515, -0.0631211130944428, -0.08755962668704899, -1.3584948975125073], "std": [0.07190999102274205, 0.044624287089242855, 0.04827947108430481, 0.020510691464426915, 0.07010408207620902, 0.17744125223921822, 0.06045411664781626, 0.028122805527945438, 0.007308641344577785, 0.11624958678814194, 0.11708733763019381, 0.0604451643706129], "min": [0.34920556616214654, 0.14350233872249699, 1.1567720097316452, -0.10294022717757922, -0.14416028615789456, 0.9428977732068071, 0.3963607109174905, -0.2606070071547667, 1.1443696419469358, -0.2653463784564634, -0.26970554054890505, -1.4187497305270114], "max": [0.5825363513172482, 0.29941507964501135, 1.2735656415919283, -0.01394718584362964, 0.11930532575095065, 1.446068006482732, 0.5859696591866399, -0.18866431597901098, 1.1837133246553913, 0.09784744043261084, 0.058847750422145184, -1.1982724102061149], "count": [808]}, "eef_sim_pose_action": {"mean": [0.4242016353994624, 0.24320925925988873, 1.1935603955800203, -0.02946351869376202, -0.0015812715332128655, 1.3146196349628954, 0.4752469772875558, -0.23394171909396755, 1.1597802675471771, -0.06316193160761828, -0.08746889950439272, -1.3586329885947341], "std": [0.07189966528184882, 0.04463992786447915, 0.04826690608615184, 0.020506874970713664, 0.07009515091217478, 0.17740325059969478, 0.060400007872281065, 0.02809292435551808, 0.007288560557070081, 0.11621654047462265, 0.11713109308406836, 0.06044790333602132], "min": [0.34920556616214654, 0.14350233872249699, 1.1567720097316452, -0.10294022717757922, -0.14416028615789456, 0.9428977732068071, 0.3963607109174905, -0.2606070071547667, 1.1443917267607129, -0.2653463784564634, -0.26970554054890505, -1.4187497305270114], "max": [0.5825363513172482, 0.29941507964501135, 1.2735656415919283, -0.01394718584362964, 0.11930532575095065, 1.446068006482732, 0.5859696591866399, -0.18866431597901098, 1.1837133246553913, 0.09784744043261084, 0.058847750422145184, -1.1982724102061149], "count": [808]}, "gripper_mode_state": {"mean": [0.26113861386138615, 0.39851485148514854], "std": [0.4392553223490201, 0.48959244748148817], "min": [0, 0], "max": [1, 1], "count": [808]}, "gripper_activity_state": {"mean": [1.988861386138614, 1.868811881188119], "std": [0.1357950209576568, 0.4478967064634628], "min": [0, 0], "max": [2, 2], "count": [808]}, "gripper_mode_action": {"mean": [0.26113861386138615, 0.39851485148514854], "std": [0.43925532234902015, 0.48959244748148817], "min": [0, 0], "max": [1, 1], "count": [808]}, "gripper_activity_action": {"mean": [1.988861386138614, 1.868811881188119], "std": [0.1357950209576568, 0.4478967064634628], "min": [0, 0], "max": [2, 2], "count": [808]}}} +{"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.46781458847335844]], [[0.46203066836558027]], [[0.45386669074362634]]], "std": [[[0.1559323012180445]], [[0.16626743328690782]], [[0.17352144675543965]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4652841067718478]], [[0.4590594998485045]], [[0.45070455406224297]]], "std": [[[0.14634221208854306]], [[0.14961136316021956]], [[0.15559512751244586]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45947653172748126]], [[0.4635020154308964]], [[0.45520580931047916]]], "std": [[[0.15560125707687472]], [[0.15420555637761638]], [[0.16267099249751932]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4803360845994027]], [[0.47531782263126]], [[0.4620948564580358]]], "std": [[[0.14526007659620874]], [[0.1406516818009689]], [[0.14960794673689978]]], "count": [151]}, "observation.state": {"min": [-0.5027944445610046, 0.021903881803154945, 0.0013089970452710986, -2.0059592723846436, -0.6090152263641357, -0.020804325118660927, -0.30681145191192627, -0.3113340139389038, 0.36299800872802734, 0.053015999495983124, -1.6246514320373535, -1.7851743698120117, -1.2155258655548096, -0.17331120371818542, -0.009546950459480286, -0.26258477568626404, -1.7742143869400024, -0.15650367736816406, -0.06988298892974854, -0.026162484660744667, -0.3249419927597046, -0.5573189854621887, 0.10967300087213516, 1.2521835565567017, -1.412557601928711, 0.8957038521766663, 0.0, 0.0, -0.06188371777534485, -0.18192711472511292, -0.826309323310852, 1.9126688241958618, -1.0810000896453857, -0.0020522689446806908], "max": [0.27883380651474, 0.38580501079559326, 0.323112815618515, -1.2681912183761597, -0.2537010610103607, 0.15076152980327606, -0.01984439231455326, -0.1772329956293106, 0.5574179887771606, 0.20311500132083893, -1.250098466873169, -1.3183525800704956, -1.0890686511993408, 0.43271946907043457, 0.1892635077238083, -0.004084070213139057, -1.021715760231018, 0.11178833991289139, 0.17488199472427368, 0.14840535819530487, -0.28477200865745544, -0.37616199254989624, 0.1947689950466156, 1.4755313396453857, -1.1966159343719482, 1.2569513320922852, 1001.0, 1002.0, -0.06182168051600456, -0.17707137763500214, -0.8240463733673096, 1.9127488136291504, -1.0768561363220215, 0.002645547268912196], "mean": [0.05591815337538719, 0.20796534419059753, 0.11202092468738556, -1.7185873985290527, -0.32169580459594727, 0.02289564535021782, -0.09225013852119446, -0.2538772523403168, 0.4160088300704956, 0.1623547375202179, -1.3796621561050415, -1.4554564952850342, -1.1766752004623413, 0.12940211594104767, 0.0720309168100357, -0.07516136765480042, -1.3973257541656494, 0.03165556862950325, -0.024995362386107445, 0.05932989716529846, -0.3107656240463257, -0.47536495327949524, 0.16352732479572296, 1.3052659034729004, -1.2784711122512817, 1.0965520143508911, 615.540283203125, 639.6616821289062, -0.06185480207204819, -0.17803534865379333, -0.8255191445350647, 1.9127029180526733, -1.0794057846069336, 0.0006268718861974776], "std": [0.2890080213546753, 0.08684232085943222, 0.10777530074119568, 0.2119336575269699, 0.10573120415210724, 0.05614570528268814, 0.09024838358163834, 0.043660905212163925, 0.06995727866888046, 0.05670381337404251, 0.11819804459810257, 0.17119547724723816, 0.02306254953145981, 0.15849894285202026, 0.051646798849105835, 0.08969315886497498, 0.19351337850093842, 0.09572912007570267, 0.05173329636454582, 0.04133981093764305, 0.010100661776959896, 0.047457970678806305, 0.03367236629128456, 0.07659760117530823, 0.04175574705004692, 0.11929838359355927, 473.1284484863281, 468.533935546875, 3.082472630921984e-06, 0.001103070448152721, 0.00034767130273394287, 2.3448023057426326e-05, 0.000507567950990051, 0.0005548605695366859], "count": [807]}, "action": {"min": [-0.5027944445610046, 0.021903881803154945, 0.0013089970452710986, -2.0059592723846436, -0.6090152263641357, -0.020804325118660927, -0.30681145191192627, -0.3113340139389038, 0.36299800872802734, 0.053015999495983124, -1.6246514320373535, -1.7851743698120117, -1.2155258655548096, -0.17331120371818542, -0.009546950459480286, -0.26258477568626404, -1.7742143869400024, -0.15650367736816406, -0.06988298892974854, -0.026162484660744667, -0.3249419927597046, -0.5573189854621887, 0.10967300087213516, 1.2521835565567017, -1.412557601928711, 0.8957038521766663, 0.0, 0.0, -0.06188371777534485, -0.18192711472511292, -0.826309323310852, 1.9126688241958618, -1.0810000896453857, -0.0020522689446806908], "max": [0.27883380651474, 0.38580501079559326, 0.323112815618515, -1.2681912183761597, -0.2537010610103607, 0.15076152980327606, -0.01984439231455326, -0.1772329956293106, 0.5574179887771606, 0.20311500132083893, -1.250098466873169, -1.3183525800704956, -1.0890686511993408, 0.43271946907043457, 0.1892635077238083, -0.004084070213139057, -1.021715760231018, 0.11178833991289139, 0.17488199472427368, 0.14840535819530487, -0.28477200865745544, -0.37616199254989624, 0.1947689950466156, 1.4755313396453857, -1.1966159343719482, 1.2569513320922852, 1001.0, 1002.0, -0.06182168051600456, -0.17707137763500214, -0.8240463733673096, 1.9127488136291504, -1.0768561363220215, 0.002645547268912196], "mean": [0.05554072931408882, 0.20782901346683502, 0.11206536740064621, -1.7181626558303833, -0.32170915603637695, 0.022919975221157074, -0.09236392378807068, -0.25391075015068054, 0.41611403226852417, 0.16232101619243622, -1.3796049356460571, -1.4556233882904053, -1.17668616771698, 0.12975406646728516, 0.07188643515110016, -0.07484400272369385, -1.3968689441680908, 0.0316917710006237, -0.02498473972082138, 0.05946831405162811, -0.31079286336898804, -0.47548604011535645, 0.1636306345462799, 1.304994821548462, -1.2784143686294556, 1.096701979637146, 615.540283203125, 639.6616821289062, -0.06185479462146759, -0.1780344843864441, -0.8255193829536438, 1.9127029180526733, -1.0794055461883545, 0.0006268541910685599], "std": [0.2889329493045807, 0.0868767648935318, 0.10775395482778549, 0.21201491355895996, 0.10572337359189987, 0.056130990386009216, 0.09021486341953278, 0.04369376227259636, 0.06994682550430298, 0.056688450276851654, 0.1182488352060318, 0.1711280196905136, 0.023068547248840332, 0.1581415832042694, 0.05148101970553398, 0.08948279172182083, 0.193064883351326, 0.09574773162603378, 0.05172611027956009, 0.04124007001519203, 0.010079813189804554, 0.04732932150363922, 0.033635009080171585, 0.07638131082057953, 0.04171786457300186, 0.11933651566505432, 473.1284484863281, 468.533935546875, 3.0870153295836644e-06, 0.0011034985072910786, 0.0003477201680652797, 2.3456403141608462e-05, 0.0005076220841147006, 0.000554865226149559], "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": [15], "max": [15], "mean": [15.0], "std": [0.0], "count": [807]}, "index": {"min": [12784], "max": [13590], "mean": [13187.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6567534076827757, 0.6384696405475597], "std": [0.4747929750742277, 0.4676090241143451], "count": [807]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6567534076827757, 0.6384696405475597], "std": [0.4747929750742277, 0.4676090241143451], "count": [807]}, "eef_direction_state": {"mean": [4.838909541511772, 4.973977695167286], "std": [2.035940466137492, 2.084477811518833], "min": [0, 0], "max": [6, 6], "count": [807]}, "eef_velocity_state": {"mean": [0.3345724907063197, 0.22428748451053285], "std": [0.5449616330972953, 0.4259313947578769], "min": [0, 0], "max": [2, 2], "count": [807]}, "eef_acc_mag_state": {"mean": [0.241635687732342, 0.16356877323420074], "std": [0.5825647699121036, 0.5008158423728208], "min": [0, 0], "max": [2, 2], "count": [807]}, "eef_direction_action": {"mean": [4.838909541511772, 4.973977695167286], "std": [2.035940466137492, 2.084477811518833], "min": [0, 0], "max": [6, 6], "count": [807]}, "eef_velocity_action": {"mean": [0.3345724907063197, 0.22428748451053285], "std": [0.5449616330972953, 0.4259313947578769], "min": [0, 0], "max": [2, 2], "count": [807]}, "eef_acc_mag_action": {"mean": [0.241635687732342, 0.16356877323420074], "std": [0.5825647699121037, 0.5008158423728208], "min": [0, 0], "max": [2, 2], "count": [807]}, "eef_sim_pose_state": {"mean": [0.43749481699457715, 0.2389234147855929, 1.181574428792167, -0.05843175620233501, 0.08814824042046902, 1.3090561191777546, 0.49271385962231773, -0.22631533746144014, 1.1343212467944608, -0.027058166125172887, -0.04208747534620969, -1.439838460168672], "std": [0.07460207795597966, 0.042491798979644044, 0.036850579749050955, 0.061365383815695326, 0.0667266143474087, 0.17943611361485798, 0.04691737563156264, 0.02722011339874466, 0.008380738252295126, 0.06367037445737465, 0.08921678855495466, 0.06782731367592491], "min": [0.38029250559860844, 0.15296237288533507, 1.132920861262605, -0.17536892715051478, 0.03254988612076759, 0.9481297819689711, 0.3963737008307441, -0.2519243711152436, 1.1274115784329237, -0.16523600335219657, -0.20443998338819824, -1.4952440281059767], "max": [0.5847545741510418, 0.27993916332288515, 1.2463524227768514, 0.021481591732830485, 0.20761706816731307, 1.4461277428874864, 0.5751497269859984, -0.1886782244533758, 1.157088940257048, 0.04803851682952254, 0.07723294097871491, -1.3042355215524273], "count": [807]}, "eef_sim_pose_action": {"mean": [0.43760118682770005, 0.23889740800922138, 1.1815461572275907, -0.058386063423834164, 0.08827364769534042, 1.308991732001043, 0.49283007212587193, -0.22639199093827428, 1.1343008780435084, -0.027117820630744603, -0.04197640311979326, -1.4400713556834872], "std": [0.07458621990238952, 0.04248254396876774, 0.03687831024233681, 0.06140951872079226, 0.06671749173351894, 0.17939630688132555, 0.04679464111583276, 0.027201174732201613, 0.008375925480971365, 0.06362261770447886, 0.0892408553643804, 0.06768417820834115], "min": [0.38029250559860844, 0.15296237288533507, 1.132920861262605, -0.17536892715051478, 0.03254988612076759, 0.9481297819689711, 0.3963737008307441, -0.2519243711152436, 1.1274115784329237, -0.16523600335219657, -0.20443998338819824, -1.4952440281059767], "max": [0.5847545741510418, 0.27993916332288515, 1.2463524227768514, 0.021481591732830485, 0.20761706816731307, 1.4461277428874864, 0.5751497269859984, -0.1886782244533758, 1.157088940257048, 0.04803851682952254, 0.07723294097871491, -1.3042355215524273], "count": [807]}, "gripper_mode_state": {"mean": [0.34324659231722426, 0.3593556381660471], "std": [0.47479297507422763, 0.47981159165272447], "min": [0, 0], "max": [1, 1], "count": [807]}, "gripper_activity_state": {"mean": [1.9888475836431228, 1.876084262701363], "std": [0.13587856418213376, 0.441929455295092], "min": [0, 0], "max": [2, 2], "count": [807]}, "gripper_mode_action": {"mean": [0.34324659231722426, 0.3593556381660471], "std": [0.4747929750742277, 0.47981159165272447], "min": [0, 0], "max": [1, 1], "count": [807]}, "gripper_activity_action": {"mean": [1.9888475836431228, 1.876084262701363], "std": [0.13587856418213376, 0.441929455295092], "min": [0, 0], "max": [2, 2], "count": [807]}}} +{"episode_index": 16, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47081988425925925]], [[0.4650844253812636]], [[0.4573874618736383]]], "std": [[[0.15724312540033744]], [[0.1662225129320222]], [[0.1733957998477591]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46287092592592594]], [[0.4564342401960784]], [[0.44757874727668845]]], "std": [[[0.14986778574048745]], [[0.15302594994591562]], [[0.15920847152384224]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4749890073529412]], [[0.4763096609477124]], [[0.4683635593681917]]], "std": [[[0.1585708711215563]], [[0.15567374824942945]], [[0.16430176693237816]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4856989637799564]], [[0.47868910811546844]], [[0.46570836873638344]]], "std": [[[0.14727510635960633]], [[0.1430159992971764]], [[0.15256687588334755]]], "count": [150]}, "observation.state": {"min": [-0.5285729765892029, 0.04438372328877449, -0.11309733241796494, -2.157471179962158, -0.556376039981842, -0.020804325118660927, -0.30839967727661133, -0.28325900435447693, 0.31755098700523376, 0.05236100032925606, -1.6485470533370972, -1.6821025609970093, -1.207109808921814, -0.17331120371818542, -0.08946557343006134, -0.26258477568626404, -1.7714743614196777, -0.1629962921142578, -0.19708257913589478, -0.059550631791353226, -0.3294920027256012, -0.5579689741134644, 0.10894499719142914, 1.15768301486969, -1.3469936847686768, 0.9059221744537354, 0.0, 0.0, -0.06210930272936821, -0.18230122327804565, -0.82636559009552, 1.9125745296478271, -1.0814651250839233, -0.000531577505171299], "max": [0.43792057037353516, 0.4639957547187805, 0.36016613245010376, -1.349488615989685, -0.11681488156318665, 0.30251792073249817, -0.01979203335940838, -0.16812600195407867, 0.5555580258369446, 0.21482500433921814, -1.2871698141098022, -1.3183525800704956, -0.8838949799537659, 0.4332256317138672, 0.1892460584640503, 0.015306537039577961, -1.030424952507019, 0.12494812160730362, 0.23378686606884003, 0.09595820307731628, -0.28203099966049194, -0.37615999579429626, 0.17851099371910095, 1.484670877456665, -1.2211025953292847, 1.351679801940918, 1001.0, 1002.0, -0.06178220361471176, -0.17681007087230682, -0.8242246508598328, 1.91289222240448, -1.077497124671936, 0.0014371577417477965], "mean": [0.07522561401128769, 0.23490403592586517, 0.09928760677576065, -1.7815371751785278, -0.266306072473526, 0.09447383880615234, -0.0933094173669815, -0.24529559910297394, 0.4085051417350769, 0.170000359416008, -1.3914340734481812, -1.3954801559448242, -1.0924437046051025, 0.06968668848276138, -0.0010026654927060008, -0.06619582325220108, -1.4392424821853638, 0.046916622668504715, -0.0664636492729187, 0.03173952177166939, -0.3142097592353821, -0.45709627866744995, 0.14181986451148987, 1.2606139183044434, -1.3137036561965942, 1.1984621286392212, 679.4906616210938, 611.0659790039062, -0.06187914311885834, -0.17820033431053162, -0.8256121277809143, 1.9127285480499268, -1.079358696937561, 0.0007343220058828592], "std": [0.29803434014320374, 0.08652416616678238, 0.12459349632263184, 0.1831609159708023, 0.10323059558868408, 0.1364850252866745, 0.08851080387830734, 0.04776763543486595, 0.06878134608268738, 0.05519726499915123, 0.13318312168121338, 0.11479994654655457, 0.11773324012756348, 0.1657576709985733, 0.08749918639659882, 0.0965564101934433, 0.19603969156742096, 0.09905152022838593, 0.1183694526553154, 0.0522405244410038, 0.01409163884818554, 0.049888573586940765, 0.02448337897658348, 0.10105107724666595, 0.03315609693527222, 0.15411977469921112, 452.6458435058594, 474.1269836425781, 6.948354712221771e-05, 0.0010500764474272728, 0.0002535695966798812, 5.962054638075642e-05, 0.0007120980299077928, 0.00028740361449308693], "count": [803]}, "action": {"min": [-0.5285729765892029, 0.04438372328877449, -0.11309733241796494, -2.157471179962158, -0.556376039981842, -0.020804325118660927, -0.30839967727661133, -0.28325900435447693, 0.31755098700523376, 0.05236100032925606, -1.6485470533370972, -1.6821025609970093, -1.207109808921814, -0.17331120371818542, -0.08946557343006134, -0.26258477568626404, -1.7714743614196777, -0.1629962921142578, -0.19708257913589478, -0.059550631791353226, -0.3294920027256012, -0.5579689741134644, 0.10894499719142914, 1.15768301486969, -1.3469936847686768, 0.9059221744537354, 0.0, 0.0, -0.06210930272936821, -0.18230122327804565, -0.82636559009552, 1.9125745296478271, -1.0814651250839233, -0.000531577505171299], "max": [0.43792057037353516, 0.4639957547187805, 0.36016613245010376, -1.349488615989685, -0.11681488156318665, 0.30251792073249817, -0.01979203335940838, -0.16812600195407867, 0.5555580258369446, 0.21482500433921814, -1.2871698141098022, -1.3183525800704956, -0.8838949799537659, 0.4332256317138672, 0.1892460584640503, 0.015306537039577961, -1.030424952507019, 0.12494812160730362, 0.23378686606884003, 0.09595820307731628, -0.28203099966049194, -0.37615999579429626, 0.17851099371910095, 1.484670877456665, -1.2211025953292847, 1.351679801940918, 1001.0, 1002.0, -0.06178220361471176, -0.17681007087230682, -0.8242246508598328, 1.91289222240448, -1.077497124671936, 0.0014371577417477965], "mean": [0.0748751237988472, 0.23486649990081787, 0.09924913942813873, -1.7813620567321777, -0.26621171832084656, 0.09478045254945755, -0.09345643222332001, -0.24526360630989075, 0.40860113501548767, 0.17000950872898102, -1.3914237022399902, -1.3955148458480835, -1.0922654867172241, 0.06994424760341644, -0.001276179333217442, -0.06586556136608124, -1.438814401626587, 0.04698913171887398, -0.06659537553787231, 0.03186652436852455, -0.31425029039382935, -0.4571878910064697, 0.1418866217136383, 1.2603015899658203, -1.3137062788009644, 1.1988074779510498, 679.4906616210938, 611.0659790039062, -0.061879392713308334, -0.1781999170780182, -0.8256120681762695, 1.9127286672592163, -1.0793585777282715, 0.0007344675250351429], "std": [0.297976016998291, 0.08652807027101517, 0.12461593747138977, 0.18316328525543213, 0.10327658802270889, 0.1365022510290146, 0.08848679065704346, 0.047750797122716904, 0.0687766745686531, 0.05520317330956459, 0.13319076597690582, 0.11478106677532196, 0.11770182102918625, 0.16554109752178192, 0.08724667131900787, 0.09633764624595642, 0.1956886500120163, 0.09908683598041534, 0.11842548847198486, 0.05222341790795326, 0.014074700884521008, 0.049807410687208176, 0.02446879632771015, 0.10077373683452606, 0.03315727785229683, 0.15413440763950348, 452.6458435058594, 474.1269836425781, 6.972823030082509e-05, 0.001050217542797327, 0.0002535709645599127, 5.981300273560919e-05, 0.0007120987283997238, 0.00028744430164806545], "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": [16], "max": [16], "mean": [16.0], "std": [0.0], "count": [803]}, "index": {"min": [13591], "max": [14393], "mean": [13992.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7210460772104608, 0.609937733642068], "std": [0.44848481774734406, 0.4731959737851418], "count": [803]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7210460772104608, 0.609937733642068], "std": [0.44848481774734406, 0.4731959737851418], "count": [803]}, "eef_direction_state": {"mean": [4.589041095890411, 4.900373599003736], "std": [2.2641236697858256, 2.203255230078246], "min": [0, 0], "max": [6, 6], "count": [803]}, "eef_velocity_state": {"mean": [0.35367372353673726, 0.23910336239103364], "std": [0.5439084863181249, 0.4575261793146977], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_acc_mag_state": {"mean": [0.2602739726027397, 0.17310087173100872], "std": [0.6036447411407505, 0.5027186101914878], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_direction_action": {"mean": [4.589041095890411, 4.900373599003736], "std": [2.264123669785825, 2.203255230078246], "min": [0, 0], "max": [6, 6], "count": [803]}, "eef_velocity_action": {"mean": [0.35367372353673726, 0.23910336239103364], "std": [0.5439084863181249, 0.4575261793146977], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_acc_mag_action": {"mean": [0.2602739726027397, 0.17310087173100872], "std": [0.6036447411407505, 0.5027186101914878], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_sim_pose_state": {"mean": [0.42965794952154013, 0.2463567079632932, 1.195617178019072, -0.009818150981699636, 0.01233042675750496, 1.3201764522728827, 0.474426803408611, -0.2012169818634825, 1.1274027339336659, 0.0041334676714483015, 0.04714567081366443, -1.4673171642680982], "std": [0.07295592691595125, 0.041527445424289294, 0.04806053007377838, 0.02543420015549685, 0.04690544722524526, 0.17166440036504219, 0.04928697215300918, 0.01945977280677906, 0.018854644769382582, 0.0926632069034794, 0.10831823266223334, 0.07790092420593167], "min": [0.3386040432156928, 0.1505626593887972, 1.15679457822271, -0.052983205051217785, -0.08756870273095219, 0.9831114749443854, 0.3963706045639402, -0.2308493571475662, 1.1037152914438202, -0.20160308369051794, -0.11395712766669042, -1.5370584052290792], "max": [0.5827550406421073, 0.3009629575816776, 1.2729905162376227, 0.08183023606602113, 0.1070367499890712, 1.446111625748097, 0.5755822770383885, -0.16949282493193368, 1.1693836810797316, 0.07987848142534693, 0.1512238243268833, -1.302291304895318], "count": [803]}, "eef_sim_pose_action": {"mean": [0.4297553600098359, 0.24637232330639186, 1.195663279947236, -0.009695211172549475, 0.01225990873842477, 1.320117236891107, 0.4745136162760176, -0.20125298784141993, 1.1273591577450706, 0.004160895927067576, 0.047415221670562994, -1.4675727935382115], "std": [0.07294644974777689, 0.04153663550974072, 0.04804103884277112, 0.025634038114091942, 0.04691745334165265, 0.1716291963570893, 0.04921076484884528, 0.01946332629464921, 0.018855505538713804, 0.0926794201419689, 0.10830200666985336, 0.07770233626748156], "min": [0.3386040432156928, 0.1505626593887972, 1.15679457822271, -0.052983205051217785, -0.08756870273095219, 0.9831114749443854, 0.3963706045639402, -0.2308493571475662, 1.1037152914438202, -0.20160308369051794, -0.11395712766669042, -1.5370584052290792], "max": [0.5827550406421073, 0.3009629575816776, 1.2729905162376227, 0.08183023606602113, 0.1070367499890712, 1.446111625748097, 0.5755822770383885, -0.16949282493193368, 1.1693836810797316, 0.07987848142534693, 0.1512238243268833, -1.302291304895318], "count": [803]}, "gripper_mode_state": {"mean": [0.27895392278953923, 0.38978829389788294], "std": [0.44848481774734406, 0.4877021425399615], "min": [0, 0], "max": [1, 1], "count": [803]}, "gripper_activity_state": {"mean": [1.9887920298879203, 1.8655043586550435], "std": [0.13621428556787393, 0.45394969401994734], "min": [0, 0], "max": [2, 2], "count": [803]}, "gripper_mode_action": {"mean": [0.27895392278953923, 0.38978829389788294], "std": [0.44848481774734406, 0.4877021425399615], "min": [0, 0], "max": [1, 1], "count": [803]}, "gripper_activity_action": {"mean": [1.9887920298879203, 1.8655043586550435], "std": [0.13621428556787393, 0.45394969401994734], "min": [0, 0], "max": [2, 2], "count": [803]}}} +{"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.4780822152044578]], [[0.4727325275997151]], [[0.4649320167169432]]], "std": [[[0.15503683503181914]], [[0.16479383080228643]], [[0.17205225529432494]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4643954143623261]], [[0.45809650342508795]], [[0.4496221457600134]]], "std": [[[0.1473365301594642]], [[0.15015636634273505]], [[0.15612876851299753]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46528088732822187]], [[0.46816345368275514]], [[0.4607833265250545]]], "std": [[[0.15884979991216722]], [[0.1569958469234033]], [[0.16584268932191568]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4905515962795374]], [[0.48207612834129376]], [[0.4680932158119658]]], "std": [[[0.14859108700197562]], [[0.1436875629790032]], [[0.15293646440546485]]], "count": [156]}, "observation.state": {"min": [-0.5628512501716614, 0.07956956326961517, -0.023858651518821716, -1.963670015335083, -0.6270968317985535, -0.020891591906547546, -0.2961300015449524, -0.2996799945831299, 0.3666459918022156, 0.06277299672365189, -1.6474840641021729, -1.7769708633422852, -1.304728388786316, -0.17332863807678223, -0.04879940673708916, -0.26256734132766724, -1.7714743614196777, -0.17987363040447235, -0.06372196972370148, -0.031154125928878784, -0.3265399932861328, -0.5603359937667847, 0.10704299807548523, 1.176735520362854, -1.337167739868164, 0.8405106663703918, 0.0, 0.0, -0.062073588371276855, -0.17807713150978088, -0.8262221813201904, 1.911676049232483, -1.081339955329895, -0.004939873702824116], "max": [0.2655867636203766, 0.4318293631076813, 0.36857864260673523, -1.2294797897338867, -0.2537534236907959, 0.19551177322864532, -0.01961749978363514, -0.18077899515628815, 0.56700199842453, 0.21775199472904205, -1.2083066701889038, -1.3183525800704956, -1.0064632892608643, 0.44163814187049866, 0.18935076892375946, -0.03333578631281853, -1.013826847076416, 0.06590363383293152, 0.18790213763713837, 0.13946926593780518, -0.2852950096130371, -0.37615999579429626, 0.1764409989118576, 1.4756782054901123, -1.184321403503418, 1.1356871128082275, 1001.0, 1002.0, -0.06203598529100418, -0.17767293751239777, -0.8242658972740173, 1.9134001731872559, -1.0774400234222412, 0.004311473108828068], "mean": [0.0656425803899765, 0.22822874784469604, 0.10105075687170029, -1.7280030250549316, -0.3280108571052551, 0.030226724222302437, -0.09598629921674728, -0.25573042035102844, 0.4132435619831085, 0.17336201667785645, -1.3711622953414917, -1.4409362077713013, -1.1628317832946777, 0.06994014978408813, 0.06107524782419205, -0.08126699179410934, -1.501089334487915, -0.004421932622790337, 0.02579185552895069, 0.053737662732601166, -0.2995949983596802, -0.45896121859550476, 0.15345314145088196, 1.319861888885498, -1.2709263563156128, 1.0673092603683472, 650.99169921875, 647.907470703125, -0.06205205246806145, -0.17791466414928436, -0.8255327939987183, 1.9125339984893799, -1.0793792009353638, 0.0006682212115265429], "std": [0.28984180092811584, 0.07491746544837952, 0.1207122802734375, 0.20586520433425903, 0.1161065623164177, 0.07407072931528091, 0.09898508340120316, 0.04215635731816292, 0.0685281902551651, 0.05147261545062065, 0.12787476181983948, 0.17453253269195557, 0.06960991024971008, 0.16875800490379333, 0.06082028150558472, 0.0730314552783966, 0.2055513858795166, 0.08354999125003815, 0.052454933524131775, 0.04845551773905754, 0.01062044408172369, 0.04872481897473335, 0.027526618912816048, 0.067038893699646, 0.03141859546303749, 0.0878579169511795, 463.6489562988281, 464.7859802246094, 3.72537533621653e-06, 0.00016185022832360119, 0.0003149636904709041, 0.00022906152298673987, 0.0004889647243544459, 0.001018630457110703], "count": [843]}, "action": {"min": [-0.5628512501716614, 0.07956956326961517, -0.023858651518821716, -1.963670015335083, -0.6270968317985535, -0.020891591906547546, -0.2961300015449524, -0.2996799945831299, 0.3666459918022156, 0.06277299672365189, -1.6474840641021729, -1.7769708633422852, -1.304728388786316, -0.17332863807678223, -0.04879940673708916, -0.26256734132766724, -1.7714743614196777, -0.17987363040447235, -0.06372196972370148, -0.031154125928878784, -0.3265399932861328, -0.5603359937667847, 0.10704299807548523, 1.176735520362854, -1.337167739868164, 0.8405106663703918, 0.0, 0.0, -0.062073588371276855, -0.17807713150978088, -0.8262221813201904, 1.911676049232483, -1.081339955329895, -0.004939873702824116], "max": [0.2655867636203766, 0.4318293631076813, 0.36857864260673523, -1.2294797897338867, -0.2537534236907959, 0.19551177322864532, -0.019687313586473465, -0.18077899515628815, 0.56700199842453, 0.21775199472904205, -1.2083066701889038, -1.3183525800704956, -1.0064632892608643, 0.44163814187049866, 0.18935076892375946, -0.03333578631281853, -1.013826847076416, 0.06590363383293152, 0.18790213763713837, 0.13946926593780518, -0.2852950096130371, -0.37615999579429626, 0.1764409989118576, 1.4756782054901123, -1.184321403503418, 1.1356871128082275, 1001.0, 1002.0, -0.06203598529100418, -0.17767293751239777, -0.8242658972740173, 1.9134001731872559, -1.0774400234222412, 0.004311473108828068], "mean": [0.0653240829706192, 0.2280968874692917, 0.10097427666187286, -1.7276519536972046, -0.3280298411846161, 0.030228711664676666, -0.09608881920576096, -0.25574830174446106, 0.4133349359035492, 0.1733793318271637, -1.371060848236084, -1.4409900903701782, -1.1629525423049927, 0.07015157490968704, 0.06093887984752655, -0.08099573105573654, -1.5008624792099, -0.004444666672497988, 0.025872664526104927, 0.05386993661522865, -0.29959824681282043, -0.4590415954589844, 0.15353146195411682, 1.3196725845336914, -1.2708593606948853, 1.0673894882202148, 650.99169921875, 647.907470703125, -0.062052059918642044, -0.1779150664806366, -0.8255324959754944, 1.912534236907959, -1.0793794393539429, 0.0006685849511995912], "std": [0.2897695302963257, 0.07499267905950546, 0.12077005207538605, 0.20590990781784058, 0.11609584838151932, 0.07406926900148392, 0.09895052015781403, 0.04217114672064781, 0.06851734220981598, 0.05148463696241379, 0.12796680629253387, 0.1745019257068634, 0.06973787397146225, 0.16856443881988525, 0.060661111027002335, 0.07278168201446533, 0.20535770058631897, 0.08353367447853088, 0.052369847893714905, 0.048388998955488205, 0.010618566535413265, 0.048644036054611206, 0.02749602310359478, 0.06682397425174713, 0.031354837119579315, 0.08788708597421646, 463.6489562988281, 464.78594970703125, 3.7221884667815175e-06, 0.00016171058814506978, 0.00031497408053837717, 0.00022901470947545022, 0.0004890213604085147, 0.0010186299914494157], "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": [17], "max": [17], "mean": [17.0], "std": [0.0], "count": [843]}, "index": {"min": [14394], "max": [15236], "mean": [14815.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6903914590747331, 0.6467034401469295], "std": [0.4623322315298766, 0.46387128010038997], "count": [843]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6903914590747331, 0.6467034401469295], "std": [0.4623322315298766, 0.46387128010038997], "count": [843]}, "eef_direction_state": {"mean": [4.701067615658363, 4.950177935943061], "std": [2.2205417138929597, 2.1613194734518855], "min": [0, 0], "max": [6, 6], "count": [843]}, "eef_velocity_state": {"mean": [0.3416370106761566, 0.20759193357058126], "std": [0.5353556050639521, 0.42834256922872815], "min": [0, 0], "max": [2, 2], "count": [843]}, "eef_acc_mag_state": {"mean": [0.23606168446026096, 0.1767497034400949], "std": [0.5804482711519466, 0.5208172861346783], "min": [0, 0], "max": [2, 2], "count": [843]}, "eef_direction_action": {"mean": [4.701067615658363, 4.950177935943061], "std": [2.2205417138929597, 2.1613194734518855], "min": [0, 0], "max": [6, 6], "count": [843]}, "eef_velocity_action": {"mean": [0.3416370106761566, 0.20759193357058126], "std": [0.5353556050639521, 0.42834256922872815], "min": [0, 0], "max": [2, 2], "count": [843]}, "eef_acc_mag_action": {"mean": [0.23606168446026096, 0.1767497034400949], "std": [0.5804482711519466, 0.5208172861346783], "min": [0, 0], "max": [2, 2], "count": [843]}, "eef_sim_pose_state": {"mean": [0.4347403105024724, 0.24891233486071848, 1.181237951581468, -0.04495614200633308, 0.07775296447609345, 1.3210226016330193, 0.4765259934238076, -0.21739489913734558, 1.1463049614242828, -0.03423241438738852, -0.06726848109781317, -1.4293827625746272], "std": [0.0740065446428664, 0.03511786995968998, 0.038035264173584944, 0.03837505188135824, 0.05652801694681228, 0.19458559204427756, 0.048603480593202186, 0.025140167091690376, 0.004422270283780391, 0.07543265186223203, 0.0516245470744876, 0.052122688746487844], "min": [0.38348413463004377, 0.1656932907823417, 1.1400691547268589, -0.11914465272419428, 0.03252213943402382, 0.9243116035157282, 0.39636657803013886, -0.23838451352136267, 1.1371896230225655, -0.21168763168965543, -0.18051489372515483, -1.5172246729695176], "max": [0.5980319936560735, 0.2898273714006544, 1.2483344889444987, -0.017361143087767705, 0.21795095249996432, 1.4955807241880854, 0.578313738324571, -0.17802469319416048, 1.1637229744818747, 0.048065168789872215, -0.027478528703708704, -1.3043131643239352], "count": [843]}, "eef_sim_pose_action": {"mean": [0.4348310033260252, 0.24892341046957608, 1.1812194169019907, -0.04496196530075575, 0.07787843875731504, 1.3210742818143104, 0.47660230086230443, -0.21745329046074877, 1.146307508587186, -0.03428329274066854, -0.06722188411767897, -1.4295570536100637], "std": [0.07399053865212768, 0.03512425819507989, 0.03805090971385314, 0.03837133718848835, 0.056546397502916616, 0.1946245753112789, 0.0485280193735748, 0.025130661492223236, 0.004421850193791009, 0.07539174802831744, 0.0516419403001324, 0.051949785368864354], "min": [0.38348413463004377, 0.1656932907823417, 1.1400691547268589, -0.11914465272419428, 0.03252213943402382, 0.9243116035157282, 0.39636657803013886, -0.23838451352136267, 1.1371896230225655, -0.21168763168965543, -0.18051489372515483, -1.5172246729695176], "max": [0.5980319936560735, 0.2898273714006544, 1.2483344889444987, -0.017361143087767705, 0.21795095249996432, 1.4955807241880854, 0.578313738324571, -0.17802469319416048, 1.1637229744818747, 0.048065168789872215, -0.027478528703708704, -1.3043131643239352], "count": [843]}, "gripper_mode_state": {"mean": [0.3096085409252669, 0.3534994068801898], "std": [0.4623322315298766, 0.4780560387815968], "min": [0, 0], "max": [1, 1], "count": [843]}, "gripper_activity_state": {"mean": [1.98932384341637, 1.8742586002372479], "std": [0.132964709553519, 0.43928040427123033], "min": [0, 0], "max": [2, 2], "count": [843]}, "gripper_mode_action": {"mean": [0.3096085409252669, 0.3534994068801898], "std": [0.4623322315298766, 0.4780560387815968], "min": [0, 0], "max": [1, 1], "count": [843]}, "gripper_activity_action": {"mean": [1.98932384341637, 1.8742586002372479], "std": [0.132964709553519, 0.43928040427123033], "min": [0, 0], "max": [2, 2], "count": [843]}}} +{"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.4719352658758977]], [[0.4669025697470346]], [[0.4591816083171952]]], "std": [[[0.15585877983310023]], [[0.16427853059114908]], [[0.1712561582643484]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4671471647300896]], [[0.4617010724300008]], [[0.4532657145162592]]], "std": [[[0.1478277521115184]], [[0.15011435560978453]], [[0.15595004031668774]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4608747150609215]], [[0.46368273672637783]], [[0.4551840378641168]]], "std": [[[0.15981299553701364]], [[0.15714731062420784]], [[0.16541121480786275]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48212270283627856]], [[0.478437618514484]], [[0.4651174012043089]]], "std": [[[0.1444120314935875]], [[0.13954659241470993]], [[0.14779088323849698]]], "count": [162]}, "observation.state": {"min": [-0.5877745151519775, 0.039758604019880295, -0.05571090802550316, -1.9919441938400269, -0.5562539100646973, -0.020839231088757515, -0.29658380150794983, -0.29053500294685364, 0.3577499985694885, 0.029664000496268272, -1.6950212717056274, -1.72422456741333, -1.1860407590866089, -0.1794373095035553, -0.11269590258598328, -0.2626197040081024, -1.7714568376541138, -0.27773424983024597, -0.0636696144938469, -0.09941395372152328, -0.318121999502182, -0.5584989786148071, 0.09207600355148315, 1.1640924215316772, -1.4068835973739624, 0.7691481709480286, 0.0, 0.0, -0.06206042692065239, -0.178842231631279, -0.8258553147315979, 1.9124802350997925, -1.080457329750061, -0.0009777229279279709], "max": [0.29359930753707886, 0.41667991876602173, 0.38810884952545166, -1.1928104162216187, -0.23898793756961823, 0.19664624333381653, -0.019809486344456673, -0.1777449995279312, 0.5659760236740112, 0.21167999505996704, -1.2948060035705566, -1.3183525800704956, -0.9453583359718323, 0.4361228942871094, 0.18929840624332428, 0.025132741779088974, -1.051560878753662, 0.07360053807497025, 0.3453134000301361, 0.1388409435749054, -0.2770709991455078, -0.3761579990386963, 0.2008419930934906, 1.4755313396453857, -1.1311060190200806, 1.1219260692596436, 1001.0, 1002.0, -0.06204914674162865, -0.17790229618549347, -0.8251667618751526, 1.9128978252410889, -1.078001856803894, 0.0017456625355407596], "mean": [0.0931575670838356, 0.23330676555633545, 0.10353603959083557, -1.7518144845962524, -0.29491832852363586, 0.028552120551466942, -0.09076980501413345, -0.2580721080303192, 0.405544638633728, 0.1721802055835724, -1.3867576122283936, -1.413216471672058, -1.1350563764572144, 0.04707195237278938, 0.056512340903282166, -0.07869917899370193, -1.5385290384292603, -0.023824365809559822, 0.07263792306184769, 0.02781001664698124, -0.29894018173217773, -0.45048657059669495, 0.15285100042819977, 1.2822160720825195, -1.2651511430740356, 1.049926996231079, 696.9639892578125, 727.4780883789062, -0.06205394119024277, -0.1781844198703766, -0.8253917098045349, 1.9127243757247925, -1.079428791999817, 0.0007559501100331545], "std": [0.2804563641548157, 0.068915456533432, 0.11918114870786667, 0.1973482370376587, 0.0841941088438034, 0.07173750549554825, 0.09960486739873886, 0.04126967862248421, 0.06448138505220413, 0.05518606677651405, 0.14242145419120789, 0.14442577958106995, 0.07624705135822296, 0.17963926494121552, 0.09520222246646881, 0.11557073891162872, 0.2084919661283493, 0.10874596238136292, 0.09004264324903488, 0.0654192790389061, 0.008570119738578796, 0.05409630760550499, 0.045160192996263504, 0.11076713353395462, 0.05887097120285034, 0.08122646808624268, 446.75830078125, 432.4625244140625, 1.144972429756308e-06, 0.00019640728714875877, 9.452611266169697e-05, 0.00015486855409108102, 0.00040945809450931847, 0.00031994437449611723], "count": [889]}, "action": {"min": [-0.5877745151519775, 0.039758604019880295, -0.05571090802550316, -1.9919441938400269, -0.5562539100646973, -0.020839231088757515, -0.29658380150794983, -0.29053500294685364, 0.3577499985694885, 0.029664000496268272, -1.6950212717056274, -1.72422456741333, -1.1860407590866089, -0.1794373095035553, -0.11269590258598328, -0.2626197040081024, -1.7714568376541138, -0.27773424983024597, -0.0636696144938469, -0.09941395372152328, -0.318121999502182, -0.5584989786148071, 0.09207600355148315, 1.1640924215316772, -1.4068835973739624, 0.7691481709480286, 0.0, 0.0, -0.06206042692065239, -0.178842231631279, -0.8258553147315979, 1.9124802350997925, -1.080457329750061, -0.0009777229279279709], "max": [0.29359930753707886, 0.41667991876602173, 0.38810884952545166, -1.1928104162216187, -0.23898793756961823, 0.19664624333381653, -0.019809486344456673, -0.1777449995279312, 0.5659760236740112, 0.21167999505996704, -1.2948060035705566, -1.3183525800704956, -0.9453583359718323, 0.4361228942871094, 0.18929840624332428, 0.025132741779088974, -1.051560878753662, 0.07360053807497025, 0.3453134000301361, 0.1388409435749054, -0.2770709991455078, -0.3761579990386963, 0.2008419930934906, 1.4755313396453857, -1.1311060190200806, 1.1219260692596436, 1001.0, 1002.0, -0.06204914674162865, -0.17790229618549347, -0.8251667618751526, 1.9128978252410889, -1.078001856803894, 0.0017456625355407596], "mean": [0.09277135133743286, 0.23326949775218964, 0.10357670485973358, -1.751449704170227, -0.2949179708957672, 0.028630318120121956, -0.09092802554368973, -0.25807976722717285, 0.4056518077850342, 0.17216941714286804, -1.3867994546890259, -1.4133329391479492, -1.1349629163742065, 0.047295331954956055, 0.056375350803136826, -0.07837889343500137, -1.538304090499878, -0.023873919621109962, 0.07280316948890686, 0.027929795905947685, -0.2989465296268463, -0.45057010650634766, 0.15295231342315674, 1.2819370031356812, -1.26505708694458, 1.049973726272583, 696.9639892578125, 727.4780883789062, -0.06205394119024277, -0.1781850904226303, -0.8253918290138245, 1.912724494934082, -1.079428791999817, 0.0007558700162917376], "std": [0.28045496344566345, 0.06892026960849762, 0.11916633695363998, 0.1974671185016632, 0.08419431746006012, 0.0717216283082962, 0.09960398077964783, 0.04127499833703041, 0.06449585407972336, 0.05518123134970665, 0.1424006223678589, 0.14439134299755096, 0.07623720169067383, 0.17948831617832184, 0.09509846568107605, 0.11545463651418686, 0.2083485871553421, 0.1087149977684021, 0.0899273157119751, 0.06541788578033447, 0.008567140437662601, 0.05403878167271614, 0.0451643131673336, 0.11059223115444183, 0.05883510783314705, 0.08124831318855286, 446.75830078125, 432.4625244140625, 1.1451480759205879e-06, 0.00019690800399985164, 9.457049600314349e-05, 0.00015466926561202854, 0.00040946301305666566, 0.0003199509810656309], "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": [18], "max": [18], "mean": [18.0], "std": [0.0], "count": [889]}, "index": {"min": [15237], "max": [16125], "mean": [15681.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.734533183352081, 0.7261079863356521], "std": [0.4415814601030488, 0.43159425821565467], "count": [889]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.734533183352081, 0.7261079863356521], "std": [0.4415814601030488, 0.43159425821565467], "count": [889]}, "eef_direction_state": {"mean": [4.794150731158605, 5.017997750281215], "std": [2.159377900614563, 2.0906648895829236], "min": [0, 0], "max": [6, 6], "count": [889]}, "eef_velocity_state": {"mean": [0.3138357705286839, 0.21597300337457817], "std": [0.5146228647647619, 0.44054009105257885], "min": [0, 0], "max": [2, 2], "count": [889]}, "eef_acc_mag_state": {"mean": [0.2249718785151856, 0.16310461192350956], "std": [0.5721367055021552, 0.49898640938444466], "min": [0, 0], "max": [2, 2], "count": [889]}, "eef_direction_action": {"mean": [4.794150731158605, 5.017997750281215], "std": [2.159377900614563, 2.0906648895829236], "min": [0, 0], "max": [6, 6], "count": [889]}, "eef_velocity_action": {"mean": [0.3138357705286839, 0.21597300337457817], "std": [0.5146228647647619, 0.44054009105257885], "min": [0, 0], "max": [2, 2], "count": [889]}, "eef_acc_mag_action": {"mean": [0.2249718785151856, 0.16310461192350956], "std": [0.5721367055021552, 0.49898640938444466], "min": [0, 0], "max": [2, 2], "count": [889]}, "eef_sim_pose_state": {"mean": [0.4269232801606706, 0.24783820777789406, 1.1799173600013122, -0.035380115171652515, 0.04296430411021111, 1.323542769682123, 0.46834626001189833, -0.21408422227578947, 1.1505599124350834, -0.06593642730285218, -0.07325031978837854, -1.450224449164271], "std": [0.07058624594331961, 0.03870648006080396, 0.037167064599837436, 0.03776319658763117, 0.0237436889894772, 0.1886052044470365, 0.0535100180395296, 0.040052332946549814, 0.0070492668044710525, 0.08527012931850661, 0.055210666868860454, 0.09213506626372826], "min": [0.37705525672994283, 0.13939190666617685, 1.1543561268929172, -0.13265077536732828, 0.0018722338385908088, 0.9117197031472042, 0.3962539201493379, -0.25531886144223037, 1.14429663511483, -0.3029686602003038, -0.22514678341271832, -1.5438411777479715], "max": [0.6002719294680067, 0.2960887296240549, 1.2517364998245244, 0.026498502301715132, 0.13472756186382617, 1.4463608819291998, 0.5764983891207103, -0.15540897984671495, 1.1849807909306243, 0.04800534523982236, 0.005452526994056628, -1.3042108206352792], "count": [889]}, "eef_sim_pose_action": {"mean": [0.4270328425826694, 0.24784074189468333, 1.1799151789964486, -0.03533219724044786, 0.04297842540025693, 1.3234263340718146, 0.4684253737146029, -0.2141582405535747, 1.1505673132621292, -0.06605669589508079, -0.07321984633385518, -1.45046011602981], "std": [0.07059436216482849, 0.0387076458897032, 0.03716847743147221, 0.037812714308442734, 0.023741292529206523, 0.18856160169795022, 0.05345554248070134, 0.04006614736090346, 0.00704635655924918, 0.08518492158429482, 0.055221319063942405, 0.09202945872663576], "min": [0.37705525672994283, 0.13939190666617685, 1.1543561268929172, -0.13265077536732828, 0.0018722338385908088, 0.9117197031472042, 0.3962539201493379, -0.25531886144223037, 1.14429663511483, -0.3029686602003038, -0.22514678341271832, -1.5438411777479715], "max": [0.6002719294680067, 0.2960887296240549, 1.2517364998245244, 0.026498502301715132, 0.13472756186382617, 1.4463608819291998, 0.5764983891207103, -0.15540897984671495, 1.1849807909306243, 0.04800534523982236, 0.005452526994056628, -1.3042108206352792], "count": [889]}, "gripper_mode_state": {"mean": [0.265466816647919, 0.27334083239595053], "std": [0.4415814601030488, 0.4456743449437503], "min": [0, 0], "max": [1, 1], "count": [889]}, "gripper_activity_state": {"mean": [1.9898762654668167, 1.8796400449943758], "std": [0.12950058257683872, 0.4296668403740109], "min": [0, 0], "max": [2, 2], "count": [889]}, "gripper_mode_action": {"mean": [0.265466816647919, 0.27334083239595053], "std": [0.4415814601030488, 0.4456743449437503], "min": [0, 0], "max": [1, 1], "count": [889]}, "gripper_activity_action": {"mean": [1.9898762654668167, 1.8796400449943758], "std": [0.12950058257683872, 0.429666840374011], "min": [0, 0], "max": [2, 2], "count": [889]}}} +{"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.47445156972024477]], [[0.46813939495649637]], [[0.4604381699866783]]], "std": [[[0.1529097526231204]], [[0.1631414869580276]], [[0.17073565062481205]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46583718673244245]], [[0.45946093522334625]], [[0.45086545366554265]]], "std": [[[0.147946835635887]], [[0.15089890653373073]], [[0.157006305043538]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4710839668935515]], [[0.4726326157320678]], [[0.46436591420007495]]], "std": [[[0.1612039860316188]], [[0.1583074242222098]], [[0.16643622422290819]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4809567956163357]], [[0.47539902975521414]], [[0.46124699351609005]]], "std": [[[0.14410682891914528]], [[0.1396113052596423]], [[0.14864425568843712]]], "count": [157]}, "observation.state": {"min": [-0.5765694975852966, 0.05017821490764618, -0.0970577597618103, -2.021632432937622, -0.6073571443557739, -0.03366740047931671, -0.3093072474002838, -0.283268004655838, 0.3591020107269287, 0.03426099941134453, -1.743686556816101, -1.7685719728469849, -1.217232584953308, -0.1739744246006012, -0.11103785037994385, -0.2626197040081024, -1.771422028541565, -0.2523746192455292, -0.06370452046394348, -0.10697123408317566, -0.32656899094581604, -0.5593219995498657, 0.09488199651241302, 1.186997890472412, -1.3374732732772827, 0.9309318661689758, 0.0, 0.0, -0.06206606701016426, -0.17972388863563538, -0.8266579508781433, 1.911780595779419, -1.0821006298065186, -0.001462787389755249], "max": [0.28722885251045227, 0.43245768547058105, 0.4138524830341339, -1.2042423486709595, -0.1713913232088089, 0.2154608964920044, -0.019809486344456673, -0.1769530028104782, 0.5662530064582825, 0.22064100205898285, -1.2956973314285278, -1.257707953453064, -0.910732090473175, 0.4475722312927246, 0.1892460584640503, -0.010105456225574017, -0.9875596761703491, 0.06588618457317352, 0.25080379843711853, 0.09337511658668518, -0.2756200134754181, -0.3761630058288574, 0.18632900714874268, 1.4858464002609253, -1.1386001110076904, 1.152941346168518, 1001.0, 1002.0, -0.062037866562604904, -0.17787598073482513, -0.8244314789772034, 1.9137067794799805, -1.0772958993911743, 0.004008663818240166], "mean": [0.061232034116983414, 0.22845794260501862, 0.11099226027727127, -1.732954502105713, -0.3058014214038849, 0.025659950450062752, -0.10198991000652313, -0.2512530982494354, 0.41258886456489563, 0.16741326451301575, -1.406873106956482, -1.4255808591842651, -1.1402572393417358, 0.05323917046189308, 0.04170969873666763, -0.07484139502048492, -1.5109268426895142, -0.03435337170958519, 0.015529907308518887, 0.02144443802535534, -0.30073225498199463, -0.4538218080997467, 0.1511988639831543, 1.3063364028930664, -1.2387449741363525, 1.08120858669281, 637.2785034179688, 651.8530883789062, -0.06205330789089203, -0.1788371503353119, -0.8256699442863464, 1.9127084016799927, -1.079404354095459, 0.0005242590559646487], "std": [0.3027227818965912, 0.08114494383335114, 0.13328760862350464, 0.21820667386054993, 0.11013984680175781, 0.0733332708477974, 0.10845407843589783, 0.043827831745147705, 0.06947971135377884, 0.0594477541744709, 0.15425002574920654, 0.1676015853881836, 0.08374746888875961, 0.16708999872207642, 0.0853901356458664, 0.0897793397307396, 0.20967938005924225, 0.0977281704545021, 0.055155735462903976, 0.06091054156422615, 0.011136890389025211, 0.04864153265953064, 0.03793730586767197, 0.08112403005361557, 0.05000469088554382, 0.07226724177598953, 467.936767578125, 463.9070129394531, 1.3449830476019997e-06, 0.0003429727803450078, 0.0003340001858305186, 0.00031664318521507084, 0.0007223721477203071, 0.0006026168703101575], "count": [851]}, "action": {"min": [-0.5765694975852966, 0.05017821490764618, -0.0970577597618103, -2.021632432937622, -0.6073571443557739, -0.03366740047931671, -0.3093072474002838, -0.283268004655838, 0.3591020107269287, 0.03426099941134453, -1.743686556816101, -1.7685719728469849, -1.217232584953308, -0.1739744246006012, -0.11103785037994385, -0.2626197040081024, -1.771422028541565, -0.2523746192455292, -0.06370452046394348, -0.10697123408317566, -0.32656899094581604, -0.5593219995498657, 0.09488199651241302, 1.186997890472412, -1.3374732732772827, 0.9309318661689758, 0.0, 0.0, -0.06206606701016426, -0.17972388863563538, -0.8266579508781433, 1.911780595779419, -1.0821006298065186, -0.001462787389755249], "max": [0.28722885251045227, 0.43245768547058105, 0.4138524830341339, -1.2042423486709595, -0.1713913232088089, 0.2154608964920044, -0.019809486344456673, -0.1769530028104782, 0.5662530064582825, 0.22064100205898285, -1.2956973314285278, -1.257707953453064, -0.910732090473175, 0.4475722312927246, 0.1892460584640503, -0.010105456225574017, -0.9875596761703491, 0.06588618457317352, 0.25080379843711853, 0.09337511658668518, -0.2756200134754181, -0.3761630058288574, 0.18632900714874268, 1.4858464002609253, -1.1386001110076904, 1.152941346168518, 1001.0, 1002.0, -0.062037866562604904, -0.17787598073482513, -0.8244314789772034, 1.9137067794799805, -1.0772958993911743, 0.004008663818240166], "mean": [0.06083119660615921, 0.22835104167461395, 0.11100132763385773, -1.732597827911377, -0.3057088851928711, 0.025653837248682976, -0.1020847037434578, -0.25124087929725647, 0.4127025604248047, 0.16740138828754425, -1.406947135925293, -1.425555944442749, -1.1402791738510132, 0.05344655364751816, 0.0415610633790493, -0.07454586029052734, -1.510692834854126, -0.03441468998789787, 0.015606959350407124, 0.021551353856921196, -0.30073949694633484, -0.4539015591144562, 0.1512872874736786, 1.306117057800293, -1.2386255264282227, 1.0812908411026, 637.2785034179688, 651.8530883789062, -0.06205330416560173, -0.17883627116680145, -0.8256698250770569, 1.9127082824707031, -1.0794038772583008, 0.0005241486942395568], "std": [0.30267786979675293, 0.08118833601474762, 0.13328321278095245, 0.21826425194740295, 0.110216423869133, 0.0733373612165451, 0.10841744393110275, 0.043820351362228394, 0.06948361545801163, 0.059441905468702316, 0.154213085770607, 0.167618989944458, 0.08376172930002213, 0.16691775619983673, 0.08524352312088013, 0.0895741730928421, 0.20949916541576385, 0.09768200665712357, 0.0550910048186779, 0.06090681627392769, 0.011133274994790554, 0.04856966808438301, 0.037928156554698944, 0.08091820776462555, 0.04990997910499573, 0.07229039072990417, 467.936767578125, 463.906982421875, 1.342942255178059e-06, 0.00034447823418304324, 0.00033399453968741, 0.00031693067285232246, 0.0007224542205221951, 0.000602622632868588], "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": [19], "max": [19], "mean": [19.0], "std": [0.0], "count": [851]}, "index": {"min": [16126], "max": [16976], "mean": [16551.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6756756756756757, 0.6506357227925968], "std": [0.468121839883481, 0.46298605113603497], "count": [851]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6756756756756757, 0.6506357227925968], "std": [0.468121839883481, 0.46298605113603497], "count": [851]}, "eef_direction_state": {"mean": [4.799059929494712, 4.933019976498238], "std": [2.093759753070175, 2.1240003216168204], "min": [0, 0], "max": [6, 6], "count": [851]}, "eef_velocity_state": {"mean": [0.3290246768507638, 0.22796709753231492], "std": [0.5151900502486316, 0.436003621033504], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_acc_mag_state": {"mean": [0.2502937720329025, 0.16686251468860164], "std": [0.5954068477965685, 0.4947497829461747], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_direction_action": {"mean": [4.799059929494712, 4.933019976498238], "std": [2.093759753070175, 2.12400032161682], "min": [0, 0], "max": [6, 6], "count": [851]}, "eef_velocity_action": {"mean": [0.3290246768507638, 0.22796709753231492], "std": [0.5151900502486316, 0.436003621033504], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_acc_mag_action": {"mean": [0.2502937720329025, 0.16686251468860164], "std": [0.5954068477965685, 0.4947497829461747], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_sim_pose_state": {"mean": [0.4349890108166403, 0.24479521511915667, 1.1848541223388864, -0.052128146067804845, 0.047913022490632784, 1.3048174969519404, 0.4709961384194819, -0.2116542037359783, 1.1443324754401736, -0.026750095566753354, -0.07779270801373343, -1.4610652566533253], "std": [0.07615935272440892, 0.04192413684912335, 0.039320364906088, 0.045443077298953465, 0.04032351407574138, 0.2081253618602189, 0.04809936165180981, 0.03530263570912934, 0.007098297913567535, 0.06682625479336746, 0.047977241246109414, 0.07217272754487612], "min": [0.37899111440609456, 0.1466430818848777, 1.1567881449833795, -0.16290074599551407, -0.02792801021903024, 0.8799195756938857, 0.39637080187799706, -0.24324052489249884, 1.1344353363371675, -0.17913943216132533, -0.20008324057188998, -1.5406802807882696], "max": [0.5995996497157597, 0.31012912189400993, 1.251135260409737, -0.017418374704301298, 0.18375815639427273, 1.4493362996751924, 0.576776646970869, -0.15570910693100137, 1.1748362003553643, 0.05636795927038385, -0.028212164402331208, -1.3042174666759754], "count": [851]}, "eef_sim_pose_action": {"mean": [0.4351033707017675, 0.2447861723723391, 1.1848591069694911, -0.05219125002341995, 0.04789189334317211, 1.304791662888813, 0.47107125760120444, -0.21171700671426708, 1.144331818408929, -0.026807633733346995, -0.07777112202666178, -1.4612892488572244], "std": [0.07615503059554304, 0.041920707015494114, 0.039317076937083015, 0.04543220968982187, 0.04033617060453061, 0.2081092131080522, 0.048032648031000165, 0.03530924699630078, 0.007098308085404481, 0.0667830163344026, 0.047985991656566196, 0.07198113550268494], "min": [0.37899111440609456, 0.1466430818848777, 1.1567881449833795, -0.16290074599551407, -0.02792801021903024, 0.8799195756938857, 0.39637080187799706, -0.24324052489249884, 1.1344353363371675, -0.17913943216132533, -0.20008324057188998, -1.5406802807882696], "max": [0.5995996497157597, 0.31012912189400993, 1.251135260409737, -0.017418374704301298, 0.18375815639427273, 1.4493362996751924, 0.576776646970869, -0.15570910693100137, 1.1748362003553643, 0.05636795927038385, -0.028212164402331208, -1.3042174666759754], "count": [851]}, "gripper_mode_state": {"mean": [0.32432432432432434, 0.3490011750881316], "std": [0.468121839883481, 0.47665433479119945], "min": [0, 0], "max": [1, 1], "count": [851]}, "gripper_activity_state": {"mean": [1.9894242068155112, 1.8766157461809636], "std": [0.13234226298755408, 0.43636767632497014], "min": [0, 0], "max": [2, 2], "count": [851]}, "gripper_mode_action": {"mean": [0.32432432432432434, 0.3490011750881316], "std": [0.468121839883481, 0.47665433479119945], "min": [0, 0], "max": [1, 1], "count": [851]}, "gripper_activity_action": {"mean": [1.9894242068155112, 1.8766157461809636], "std": [0.13234226298755408, 0.43636767632497014], "min": [0, 0], "max": [2, 2], "count": [851]}}} +{"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.47019758541771406]], [[0.46161197262024467]], [[0.45359995600804426]]], "std": [[[0.15030318292985104]], [[0.15984002369358102]], [[0.167933410419504]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4669798802266633]], [[0.46101251937740906]], [[0.45220942527652086]]], "std": [[[0.14577200146339253]], [[0.14845952684710753]], [[0.15453476361705368]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605348950477627]], [[0.4639757455065359]], [[0.45738393979386627]]], "std": [[[0.15851097781254592]], [[0.15656308887415094]], [[0.16483751314986111]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4806121703221887]], [[0.47558107481774764]], [[0.461739134248785]]], "std": [[[0.14191566242724934]], [[0.1370946324993233]], [[0.14584498779859492]]], "count": [156]}, "observation.state": {"min": [-0.5556080937385559, 0.04944517835974693, -0.10531316697597504, -1.9861148595809937, -0.6066415309906006, -0.02082177810370922, -0.34114205837249756, -0.28326499462127686, 0.3472920060157776, 0.0515809990465641, -1.6533207893371582, -1.7823553085327148, -1.2016137838363647, -0.17645278573036194, -0.07380997389554977, -0.26256734132766724, -1.7781587839126587, -0.1946914792060852, -0.06370452046394348, -0.0446455255150795, -0.32230299711227417, -0.557191014289856, 0.10078399628400803, 1.207148790359497, -1.329514741897583, 0.8739064931869507, 0.0, 0.0, -0.062058545649051666, -0.17830082774162292, -0.8263600468635559, 1.9123629331588745, -1.080435872077942, -0.0015567627269774675], "max": [0.33684852719306946, 0.40858158469200134, 0.37196457386016846, -1.219217300415039, -0.2537534236907959, 0.19662879407405853, -0.01935570128262043, -0.1688770055770874, 0.5659080147743225, 0.22934600710868835, -1.2850074768066406, -1.3183525800704956, -0.9572524428367615, 0.4329638183116913, 0.1892635077238083, 0.0028972465079277754, -1.031925916671753, 0.0659559965133667, 0.1921258568763733, 0.11180579662322998, -0.2788200080394745, -0.3761729896068573, 0.194365993142128, 1.4755313396453857, -1.1987210512161255, 1.1372337341308594, 1001.0, 1002.0, -0.062037866562604904, -0.17756956815719604, -0.8239322900772095, 1.9130840301513672, -1.0778790712356567, 0.0023626722395420074], "mean": [0.09082922339439392, 0.24422092735767365, 0.10781698673963547, -1.751964807510376, -0.32926324009895325, 0.029335955157876015, -0.10601101070642471, -0.2567608952522278, 0.4056340157985687, 0.1718498021364212, -1.3894481658935547, -1.4491181373596191, -1.1412131786346436, 0.0440945141017437, 0.06153211370110512, -0.06787418574094772, -1.5091965198516846, -0.024958454072475433, -0.0009873094968497753, 0.04102804884314537, -0.3045724630355835, -0.4514552354812622, 0.16031859815120697, 1.318325161933899, -1.2341375350952148, 1.0728152990341187, 693.58154296875, 663.6607666015625, -0.06205221638083458, -0.17776335775852203, -0.8256393074989319, 1.9125174283981323, -1.0793616771697998, 0.0006554087158292532], "std": [0.2775765061378479, 0.07311537116765976, 0.11517218500375748, 0.18824754655361176, 0.10956943035125732, 0.06773949414491653, 0.11425181478261948, 0.04131805896759033, 0.0642043948173523, 0.05132521688938141, 0.1275346279144287, 0.17488659918308258, 0.07162784039974213, 0.15779821574687958, 0.0694466084241867, 0.093224436044693, 0.18585772812366486, 0.08347038924694061, 0.06349397450685501, 0.046724531799554825, 0.00902996864169836, 0.0461631640791893, 0.03946826979517937, 0.07261262089014053, 0.03987952694296837, 0.08638156950473785, 447.8493957519531, 459.6811828613281, 1.2130356026318623e-06, 0.00011497171362861991, 0.0002713081194087863, 0.00020120030967518687, 0.0003346317680552602, 0.0004029469273518771], "count": [846]}, "action": {"min": [-0.5556080937385559, 0.04944517835974693, -0.10531316697597504, -1.9861148595809937, -0.6066415309906006, -0.02082177810370922, -0.34114205837249756, -0.28326499462127686, 0.3472920060157776, 0.0515809990465641, -1.6533207893371582, -1.7823553085327148, -1.2016137838363647, -0.17645278573036194, -0.07380997389554977, -0.26256734132766724, -1.7781587839126587, -0.1946914792060852, -0.06370452046394348, -0.0446455255150795, -0.32230299711227417, -0.557191014289856, 0.10078399628400803, 1.207148790359497, -1.329514741897583, 0.8739064931869507, 0.0, 0.0, -0.062058545649051666, -0.17830082774162292, -0.8263600468635559, 1.9123629331588745, -1.080435872077942, -0.0015567627269774675], "max": [0.33684852719306946, 0.40858158469200134, 0.37196457386016846, -1.219217300415039, -0.2537534236907959, 0.19662879407405853, -0.01935570128262043, -0.1688770055770874, 0.5659080147743225, 0.22934600710868835, -1.2850074768066406, -1.3183525800704956, -0.9572524428367615, 0.4329638183116913, 0.1892635077238083, 0.0028972465079277754, -1.031925916671753, 0.06592108309268951, 0.1921258568763733, 0.11180579662322998, -0.2788200080394745, -0.3761729896068573, 0.194365993142128, 1.4755313396453857, -1.1987210512161255, 1.1372337341308594, 1001.0, 1002.0, -0.062037866562604904, -0.17756956815719604, -0.8239322900772095, 1.9130840301513672, -1.0778790712356567, 0.0023626722395420074], "mean": [0.09047754108905792, 0.24434395134449005, 0.10798690468072891, -1.7516988515853882, -0.3294612169265747, 0.02945016324520111, -0.10631131380796432, -0.2567581534385681, 0.40571388602256775, 0.17180608212947845, -1.389648675918579, -1.44949209690094, -1.140956163406372, 0.044298529624938965, 0.061396945267915726, -0.06756310909986496, -1.5089330673217773, -0.025018613785505295, -0.000950959394685924, 0.04114606976509094, -0.3045882284641266, -0.4515337646007538, 0.1604173481464386, 1.318113923072815, -1.2340010404586792, 1.0728962421417236, 693.58154296875, 663.6607666015625, -0.06205220893025398, -0.1777636855840683, -0.8256392478942871, 1.9125179052352905, -1.079362154006958, 0.0006552145350724459], "std": [0.27754348516464233, 0.07319725304841995, 0.11518113315105438, 0.18826831877231598, 0.10958530753850937, 0.06773653626441956, 0.11435748636722565, 0.04131639376282692, 0.06419791281223297, 0.05131538584828377, 0.12752103805541992, 0.1749449223279953, 0.07185760885477066, 0.1576290726661682, 0.06930975615978241, 0.09301327913999557, 0.18564322590827942, 0.08342300355434418, 0.06346701830625534, 0.04668060690164566, 0.009019746445119381, 0.04609133303165436, 0.03944600746035576, 0.07241499423980713, 0.03975170478224754, 0.08640781044960022, 447.8493957519531, 459.6811828613281, 1.213215000461787e-06, 0.00011523221473908052, 0.0002713030844461173, 0.0002014368656091392, 0.00033442670246586204, 0.0004028465482406318], "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": [20], "max": [20], "mean": [20.0], "std": [0.0], "count": [846]}, "index": {"min": [16977], "max": [17822], "mean": [17399.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7328605200945626, 0.6624243500735776], "std": [0.4424657932329769, 0.45876788513007116], "count": [846]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7328605200945626, 0.6624243500735776], "std": [0.44246579323297686, 0.45876788513007116], "count": [846]}, "eef_direction_state": {"mean": [4.761229314420804, 4.9810874704491725], "std": [2.1873719676177314, 2.1013609795425676], "min": [0, 0], "max": [6, 6], "count": [846]}, "eef_velocity_state": {"mean": [0.30969267139479906, 0.20921985815602837], "std": [0.5223837435501673, 0.4125227769431708], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_acc_mag_state": {"mean": [0.2470449172576832, 0.15130023640661938], "std": [0.5868612792670914, 0.47964916470855784], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_direction_action": {"mean": [4.761229314420804, 4.9810874704491725], "std": [2.1873719676177314, 2.101360979542567], "min": [0, 0], "max": [6, 6], "count": [846]}, "eef_velocity_action": {"mean": [0.30969267139479906, 0.20921985815602837], "std": [0.5223837435501673, 0.4125227769431708], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_acc_mag_action": {"mean": [0.2470449172576832, 0.15130023640661938], "std": [0.5868612792670913, 0.47964916470855784], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_sim_pose_state": {"mean": [0.4277698382720692, 0.24966680329169708, 1.1805480910444013, -0.04188985009725496, 0.066705960579945, 1.3002281262411204, 0.4687138805916941, -0.22155567642458351, 1.1402430240306092, -0.024657051152996823, -0.08717017589590051, -1.4537662084042078], "std": [0.07027659611674159, 0.036905354305098136, 0.03581804061282661, 0.05316118044349475, 0.05244736996233221, 0.19525955575798676, 0.045884017864255236, 0.03469964692868028, 0.006160276498533181, 0.07307089718466286, 0.04216273916344162, 0.06840576362309723], "min": [0.36651547407063845, 0.15537025038902588, 1.1567871832525665, -0.1539507066298343, 0.022913724987137396, 0.9180581862403812, 0.3963769511455735, -0.25102191180805755, 1.135357591035834, -0.1823840699369368, -0.17538864273071142, -1.5000128902758845], "max": [0.5963804948038927, 0.3122839899446696, 1.2571214794743784, 0.034735209725815674, 0.18722988015877862, 1.4464615519288568, 0.57501853935911, -0.16551502217099798, 1.1597380541926743, 0.05376628402533723, -0.05702036646082065, -1.3043077922209418], "count": [846]}, "eef_sim_pose_action": {"mean": [0.42786351044497006, 0.24966786198355542, 1.1805577280728088, -0.041829358221394025, 0.06677212876838612, 1.2998212006977123, 0.4687877130882596, -0.22162830478116105, 1.1402329308933616, -0.024707003578709478, -0.08716187188497636, -1.4539949711605282], "std": [0.07027034004440819, 0.0369057930989709, 0.03581277610835675, 0.05321769291216397, 0.05244048202565167, 0.19531322778435994, 0.04581781771786645, 0.0346950995024452, 0.0061602248885226415, 0.07303560287086552, 0.042167316865973505, 0.06822904220530049], "min": [0.36651547407063845, 0.15537025038902588, 1.1567871832525665, -0.1539507066298343, 0.022913724987137396, 0.9180581862403812, 0.3963769511455735, -0.25102191180805755, 1.135357591035834, -0.1823840699369368, -0.17538864273071142, -1.5000128902758845], "max": [0.5963804948038927, 0.3122839899446696, 1.2571214794743784, 0.034735209725815674, 0.18722988015877862, 1.4464615519288568, 0.57501853935911, -0.16551502217099798, 1.1597380541926743, 0.05376628402533723, -0.05702036646082065, -1.3043077922209418], "count": [846]}, "gripper_mode_state": {"mean": [0.26713947990543735, 0.33687943262411346], "std": [0.4424657932329769, 0.4726432909700145], "min": [0, 0], "max": [1, 1], "count": [846]}, "gripper_activity_state": {"mean": [1.9893617021276595, 1.8747044917257683], "std": [0.13273026434193536, 0.43856454560919633], "min": [0, 0], "max": [2, 2], "count": [846]}, "gripper_mode_action": {"mean": [0.26713947990543735, 0.33687943262411346], "std": [0.44246579323297686, 0.47264329097001456], "min": [0, 0], "max": [1, 1], "count": [846]}, "gripper_activity_action": {"mean": [1.9893617021276595, 1.8747044917257683], "std": [0.13273026434193536, 0.43856454560919633], "min": [0, 0], "max": [2, 2], "count": [846]}}} +{"episode_index": 21, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47116493368819923]], [[0.46207229389710897]], [[0.45328444153735115]]], "std": [[[0.1498675812062412]], [[0.16282748005202213]], [[0.1706372375678905]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638348896306989]], [[0.4592671255363086]], [[0.45165252967240066]]], "std": [[[0.14728838010809245]], [[0.15145418292420118]], [[0.1578372358514692]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46861905424235134]], [[0.4717783190986006]], [[0.46545560292112753]]], "std": [[[0.15847120911756907]], [[0.15781362425923504]], [[0.16646855651747236]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4867008563394683]], [[0.47813300202494086]], [[0.46409387781186096]]], "std": [[[0.1435659321706076]], [[0.13832703147802355]], [[0.14742475720522785]]], "count": [163]}, "observation.state": {"min": [-0.5480333566665649, 0.0015009832568466663, -0.1923701912164688, -2.122547149658203, -0.6952868700027466, -0.02139773592352867, -0.30455997586250305, -0.28327199816703796, 0.3265930116176605, 0.03663399815559387, -1.5668121576309204, -1.8272840976715088, -1.1886314153671265, -0.17985618114471436, -0.09510298818349838, -0.2626197040081024, -1.7755235433578491, -0.17729054391384125, -0.06375688314437866, -0.0610690712928772, -0.31975600123405457, -0.5573350191116333, 0.10026700049638748, 1.1640501022338867, -1.4213800430297852, 0.9457297921180725, 0.0, 0.0, -0.06205666810274124, -0.17810344696044922, -0.826193630695343, 1.9120380878448486, -1.080505609512329, -0.001829196116887033], "max": [0.4190535545349121, 0.46551424264907837, 0.3940778970718384, -1.3081241846084595, -0.25326472520828247, 0.4074820280075073, -0.019774580374360085, -0.1568409949541092, 0.5600489974021912, 0.2427549958229065, -1.2929255962371826, -1.3175163269042969, -0.9839134216308594, 0.43184682726860046, 0.18931587040424347, -0.01837831735610962, -1.0375633239746094, 0.1264665573835373, 0.23200662434101105, 0.1388583928346634, -0.277415007352829, -0.37587499618530273, 0.18473200500011444, 1.4755313396453857, -1.217552900314331, 1.2117787599563599, 1001.0, 1002.0, -0.0620453879237175, -0.17777445912361145, -0.8244441747665405, 1.9131125211715698, -1.0776666402816772, 0.0019355115946382284], "mean": [0.08651368319988251, 0.23949532210826874, 0.10512804985046387, -1.7837432622909546, -0.35013774037361145, 0.08855624496936798, -0.07904727011919022, -0.24643220007419586, 0.4041392505168915, 0.16577747464179993, -1.3595165014266968, -1.4729255437850952, -1.13179349899292, 0.04973188415169716, 0.05458914116024971, -0.07304680347442627, -1.4973045587539673, 0.05182420462369919, -0.0005622755852527916, 0.04825204983353615, -0.3065037131309509, -0.4527449905872345, 0.1544109433889389, 1.284862756729126, -1.3112727403640747, 1.125117301940918, 642.4624633789062, 702.433349609375, -0.06205093115568161, -0.1780058592557907, -0.8255264759063721, 1.9125512838363647, -1.0793675184249878, 0.0007601531106047332], "std": [0.2984470725059509, 0.1029529944062233, 0.1312333047389984, 0.1876440942287445, 0.1346539855003357, 0.14072097837924957, 0.08006169646978378, 0.05042519420385361, 0.06746833026409149, 0.06256427615880966, 0.08538872748613358, 0.19462570548057556, 0.06962896883487701, 0.16042277216911316, 0.07998906821012497, 0.08448827266693115, 0.1869199275970459, 0.09511739760637283, 0.07555264234542847, 0.05939314141869545, 0.009726176038384438, 0.04727312549948692, 0.03546857833862305, 0.08529737591743469, 0.031436704099178314, 0.0860549584031105, 467.07525634765625, 444.6916198730469, 8.111967417789856e-07, 2.0199338905513287e-05, 0.0002571681689005345, 0.00026765657821670175, 0.00046291068429127336, 0.00032414152519777417], "count": [893]}, "action": {"min": [-0.5480333566665649, 0.0015009832568466663, -0.1923701912164688, -2.122547149658203, -0.6952868700027466, -0.02139773592352867, -0.30455997586250305, -0.28327199816703796, 0.3265930116176605, 0.03663399815559387, -1.5668121576309204, -1.8272840976715088, -1.1886314153671265, -0.17985618114471436, -0.09510298818349838, -0.2626197040081024, -1.7755235433578491, -0.17729054391384125, -0.06375688314437866, -0.0610690712928772, -0.31975600123405457, -0.5573350191116333, 0.10026700049638748, 1.1640501022338867, -1.4213800430297852, 0.9457297921180725, 0.0, 0.0, -0.06205666810274124, -0.17810344696044922, -0.826193630695343, 1.9120991230010986, -1.080505609512329, -0.001829196116887033], "max": [0.4190535545349121, 0.46551424264907837, 0.3940778970718384, -1.3081241846084595, -0.25326472520828247, 0.4074820280075073, -0.019774580374360085, -0.1568409949541092, 0.5600489974021912, 0.2427549958229065, -1.2929255962371826, -1.3181341886520386, -0.9839134216308594, 0.43184682726860046, 0.18931587040424347, -0.01837831735610962, -1.0375633239746094, 0.1264665573835373, 0.23200662434101105, 0.1388583928346634, -0.277415007352829, -0.37587499618530273, 0.18473200500011444, 1.4755313396453857, -1.217552900314331, 1.2117787599563599, 1001.0, 1002.0, -0.0620453879237175, -0.17777445912361145, -0.8244441747665405, 1.9131125211715698, -1.0776666402816772, 0.0019355115946382284], "mean": [0.08633434772491455, 0.23962150514125824, 0.10522692650556564, -1.7836474180221558, -0.35038095712661743, 0.08868799358606339, -0.07922371476888657, -0.24642467498779297, 0.4041784703731537, 0.16575226187705994, -1.359587550163269, -1.4732600450515747, -1.1316543817520142, 0.049939461052417755, 0.054460395127534866, -0.07277442514896393, -1.497025489807129, 0.05187658220529556, -0.0005363597301766276, 0.04838089272379875, -0.3065238296985626, -0.4528227746486664, 0.15449392795562744, 1.2846338748931885, -1.3112530708312988, 1.1252561807632446, 642.4624633789062, 702.433349609375, -0.06205093488097191, -0.17800596356391907, -0.8255261778831482, 1.9125516414642334, -1.0793672800064087, 0.0007600085227750242], "std": [0.2983874976634979, 0.10302367061376572, 0.13121891021728516, 0.18763233721256256, 0.1346760392189026, 0.14067330956459045, 0.08010455220937729, 0.05042022839188576, 0.06745672971010208, 0.06255421787500381, 0.08536334335803986, 0.1946151852607727, 0.06964500993490219, 0.16025476157665253, 0.0798645168542862, 0.08426852524280548, 0.18669693171977997, 0.09513786435127258, 0.07553575187921524, 0.05935629829764366, 0.00971496757119894, 0.04720432683825493, 0.035450518131256104, 0.08505924791097641, 0.03143083304166794, 0.08606070280075073, 467.07525634765625, 444.6916198730469, 8.131501090247184e-07, 2.0286202925490215e-05, 0.00025715745869092643, 0.0002671849506441504, 0.00046297951485030353, 0.0003241423692088574], "count": [893]}, "timestamp": {"min": [0.0], "max": [29.733333333333334], "mean": [14.866666666666664], "std": [8.592891118696766], "count": [893]}, "frame_index": {"min": [0], "max": [892], "mean": [446.0], "std": [257.78673356090303], "count": [893]}, "episode_index": {"min": [21], "max": [21], "mean": [21.0], "std": [0.0], "count": [893]}, "index": {"min": [17823], "max": [18715], "mean": [18269.0], "std": [257.78673356090303], "count": [893]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [893]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6797312430011199, 0.7011142216265892], "std": [0.46657976840972254, 0.4438002087515958], "count": [893]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6797312430011199, 0.7011142216265892], "std": [0.46657976840972254, 0.44380020875159587], "count": [893]}, "eef_direction_state": {"mean": [4.855543113101904, 5.03471444568869], "std": [2.047686007693363, 2.0752700149966037], "min": [0, 0], "max": [6, 6], "count": [893]}, "eef_velocity_state": {"mean": [0.3594624860022396, 0.2127659574468085], "std": [0.6130464214772744, 0.4408767454590598], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_acc_mag_state": {"mean": [0.2564389697648376, 0.13997760358342665], "std": [0.5951234036199771, 0.4606616784899622], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_direction_action": {"mean": [4.855543113101904, 5.03471444568869], "std": [2.047686007693363, 2.0752700149966037], "min": [0, 0], "max": [6, 6], "count": [893]}, "eef_velocity_action": {"mean": [0.3594624860022396, 0.2127659574468085], "std": [0.6130464214772744, 0.44087674545905986], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_acc_mag_action": {"mean": [0.2564389697648376, 0.13997760358342665], "std": [0.5951234036199771, 0.4606616784899622], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_sim_pose_state": {"mean": [0.42597303066978026, 0.24389397572755322, 1.1934965057870914, -0.01882962966618348, 0.08777653510776343, 1.3020924624179673, 0.4701873028939742, -0.21727108714001414, 1.138502188702976, -0.026087663963476785, -0.0020886755513812917, -1.4420123274486158], "std": [0.07224787794494172, 0.048897453660041425, 0.049393070724711226, 0.020124032380292572, 0.06986530976538986, 0.18451410286487585, 0.04693784382813227, 0.03320096918764297, 0.009748809501078577, 0.07586021273297547, 0.05576371230154029, 0.06056576364761522], "min": [0.34636870455050905, 0.13655710809792368, 1.1567891263344598, -0.07670186616698288, 0.03253555174557787, 0.9420370930359259, 0.3958199558657815, -0.24466702348109076, 1.130892973692495, -0.19087402156326938, -0.12806881626403954, -1.5210480421992763], "max": [0.5878924293406111, 0.3305797158410545, 1.2824097550341762, 0.04866812094168027, 0.20675018069510953, 1.4475201490270049, 0.575139614606485, -0.1624071821457147, 1.1716081648682157, 0.05796962190670041, 0.06708074082074433, -1.3042623100047557], "count": [893]}, "eef_sim_pose_action": {"mean": [0.4260202718151233, 0.24389999566622575, 1.1935112158721672, -0.018766391742706636, 0.08790334309971887, 1.3018170507558515, 0.4702610312158757, -0.2173331158216675, 1.1384874498920374, -0.026134634819993657, -0.001970907063119435, -1.4421951835695666], "std": [0.07223388567090766, 0.048900330858114974, 0.04938412792863682, 0.02021362597131012, 0.06986776907589197, 0.18448237127508987, 0.04687347207169743, 0.03319925541045041, 0.009749728196083558, 0.07582738264704092, 0.055736570884721205, 0.06039606109217564], "min": [0.34636870455050905, 0.13655710809792368, 1.1567891263344598, -0.07670186616698288, 0.03253555174557787, 0.9420370930359259, 0.3958199558657815, -0.24466702348109076, 1.130892973692495, -0.19087402156326938, -0.12806881626403954, -1.5210480421992763], "max": [0.5878924293406111, 0.3305797158410545, 1.2824097550341762, 0.04866812094168027, 0.20675018069510953, 1.4475201490270049, 0.575139614606485, -0.1624071821457147, 1.1716081648682157, 0.05796962190670041, 0.06708074082074433, -1.3042623100047557], "count": [893]}, "gripper_mode_state": {"mean": [0.3202687569988802, 0.30011198208286677], "std": [0.46657976840972254, 0.4583064261966661], "min": [0, 0], "max": [1, 1], "count": [893]}, "gripper_activity_state": {"mean": [1.9899216125419932, 1.8801791713325868], "std": [0.12921199068297584, 0.4287787957578944], "min": [0, 0], "max": [2, 2], "count": [893]}, "gripper_mode_action": {"mean": [0.3202687569988802, 0.30011198208286677], "std": [0.46657976840972254, 0.4583064261966661], "min": [0, 0], "max": [1, 1], "count": [893]}, "gripper_activity_action": {"mean": [1.9899216125419932, 1.8801791713325868], "std": [0.12921199068297584, 0.4287787957578944], "min": [0, 0], "max": [2, 2], "count": [893]}}} +{"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.47598113881314114]], [[0.46804618177292995]], [[0.4592831869778817]]], "std": [[[0.14886409579120097]], [[0.16076685899228071]], [[0.1685679090913575]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.467751101047483]], [[0.462802226712981]], [[0.4540260869800459]]], "std": [[[0.14543151209092414]], [[0.14863946919742052]], [[0.15464053913925035]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4716927577046271]], [[0.4735843194065706]], [[0.46629515917846165]]], "std": [[[0.16126484547310838]], [[0.15912117949947774]], [[0.16752477906582705]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4861550853785223]], [[0.48082288014543567]], [[0.4687125792645977]]], "std": [[[0.13943652600725615]], [[0.13525557344025466]], [[0.14495753345034548]]], "count": [151]}, "observation.state": {"min": [-0.542203962802887, 0.008115781471133232, -0.11767009645700455, -2.030620813369751, -0.6417924761772156, -0.020839231088757515, -0.28787460923194885, -0.30355900526046753, 0.3589180111885071, 0.039983998984098434, -1.6321895122528076, -1.7667831182479858, -1.2247391939163208, -0.19291125237941742, -0.12260938435792923, -0.2626197040081024, -1.8018604516983032, -0.0982096716761589, -0.0636696144938469, -0.07136651873588562, -0.32315701246261597, -0.5580170154571533, 0.10604800283908844, 1.0946662425994873, -1.4562681913375854, 0.9170178771018982, 0.0, 0.0, -0.062062304466962814, -0.17834217846393585, -0.8262039422988892, 1.9123526811599731, -1.081381916999817, -0.000588532246183604], "max": [0.2892708480358124, 0.41462042927742004, 0.37545520067214966, -1.2777031660079956, -0.2537184953689575, 0.2944195866584778, -0.01984439231455326, -0.16659300029277802, 0.5615659952163696, 0.23249100148677826, -1.2364379167556763, -1.3183525800704956, -1.0015878677368164, 0.43477895855903625, 0.18929840624332428, 0.013037608936429024, -1.0235657691955566, 0.11772245913743973, 0.25652849674224854, 0.18072883784770966, -0.27452999353408813, -0.37525299191474915, 0.2016499936580658, 1.4808465242385864, -1.2516229152679443, 1.1965155601501465, 1001.0, 1002.0, -0.062034111469984055, -0.17775379121303558, -0.824578046798706, 1.9127305746078491, -1.0777561664581299, 0.001606123405508697], "mean": [0.10456916689872742, 0.23181074857711792, 0.09208285063505173, -1.779394268989563, -0.3129776120185852, 0.06011391803622246, -0.08146454393863678, -0.2544378936290741, 0.40211373567581177, 0.17307864129543304, -1.3619798421859741, -1.4313652515411377, -1.145471215248108, -0.0007464494556188583, 0.06862615048885345, -0.05151240527629852, -1.5577037334442139, 0.05955654755234718, 0.0008292491547763348, 0.04879755154252052, -0.3020174503326416, -0.4384647607803345, 0.16452379524707794, 1.2838367223739624, -1.2945200204849243, 1.133908748626709, 623.5428466796875, 663.1416015625, -0.06205108016729355, -0.17810212075710297, -0.8255380392074585, 1.912501335144043, -1.0793837308883667, 0.000618007848970592], "std": [0.26242396235466003, 0.07857759296894073, 0.11270412057638168, 0.1697777509689331, 0.10481283068656921, 0.10808856040239334, 0.07971876859664917, 0.046702586114406586, 0.05989707633852959, 0.055307626724243164, 0.11369243264198303, 0.15132856369018555, 0.0627603679895401, 0.17301297187805176, 0.09168116748332977, 0.09550653398036957, 0.20238575339317322, 0.08130232989788055, 0.07414814084768295, 0.06516951322555542, 0.009793286211788654, 0.04988572746515274, 0.0424170196056366, 0.10181654989719391, 0.03628017380833626, 0.07378075271844864, 471.1640930175781, 458.9530944824219, 1.085601525119273e-06, 4.7351131797768176e-05, 0.00033593614352867007, 0.00012024263560306281, 0.0006686047418043017, 0.0002904977882280946], "count": [805]}, "action": {"min": [-0.542203962802887, 0.008115781471133232, -0.11767009645700455, -2.030620813369751, -0.6417924761772156, -0.020839231088757515, -0.28787460923194885, -0.30355900526046753, 0.3589180111885071, 0.039983998984098434, -1.6321895122528076, -1.7667831182479858, -1.2247391939163208, -0.19291125237941742, -0.12260938435792923, -0.2626197040081024, -1.8018604516983032, -0.0982096716761589, -0.0636696144938469, -0.07136651873588562, -0.32315701246261597, -0.5580170154571533, 0.10604800283908844, 1.0946662425994873, -1.4562681913375854, 0.9170178771018982, 0.0, 0.0, -0.062062304466962814, -0.17834217846393585, -0.8262039422988892, 1.9123526811599731, -1.081381916999817, -0.000588532246183604], "max": [0.2892708480358124, 0.41462042927742004, 0.37545520067214966, -1.2777031660079956, -0.2537184953689575, 0.2944195866584778, -0.01984439231455326, -0.16659300029277802, 0.5615659952163696, 0.23249100148677826, -1.2364379167556763, -1.3183525800704956, -1.0015878677368164, 0.43477895855903625, 0.18929840624332428, 0.013037608936429024, -1.0235657691955566, 0.11772245913743973, 0.25652849674224854, 0.18072883784770966, -0.27452999353408813, -0.37525299191474915, 0.2016499936580658, 1.4808465242385864, -1.2516229152679443, 1.1965155601501465, 1001.0, 1002.0, -0.062034111469984055, -0.17775379121303558, -0.824578046798706, 1.9127305746078491, -1.0777561664581299, 0.001606123405508697], "mean": [0.10432318598031998, 0.2317504733800888, 0.09208288043737411, -1.7791301012039185, -0.3130563199520111, 0.06018906459212303, -0.08159471303224564, -0.25446152687072754, 0.40218213200569153, 0.17307312786579132, -1.3619115352630615, -1.431541919708252, -1.1454651355743408, -0.0006156056770123541, 0.06851399689912796, -0.051172662526369095, -1.5575133562088013, 0.059619445353746414, 0.0008621186134405434, 0.04894372820854187, -0.30203014612197876, -0.4385230541229248, 0.16463662683963776, 1.2835921049118042, -1.294452428817749, 1.1340672969818115, 623.5428466796875, 663.1416015625, -0.06205107271671295, -0.17810223996639252, -0.8255382180213928, 1.9125018119812012, -1.079383134841919, 0.0006183851510286331], "std": [0.2623658776283264, 0.07858912646770477, 0.11270412802696228, 0.16983413696289062, 0.10479210317134857, 0.10805322974920273, 0.07970351725816727, 0.04672197252511978, 0.05988796800374985, 0.055304985493421555, 0.11374739557504654, 0.151279479265213, 0.0627567246556282, 0.1729225218296051, 0.09158889949321747, 0.09524130076169968, 0.20225650072097778, 0.08132680505514145, 0.07412517070770264, 0.0651330053806305, 0.009787033312022686, 0.049840305000543594, 0.04239189252257347, 0.10159191489219666, 0.036266062408685684, 0.07377257943153381, 471.1640930175781, 458.9530944824219, 1.0844779581020703e-06, 4.738055940833874e-05, 0.0003359065449330956, 0.00012037823762511835, 0.0006686105043627322, 0.0002905737201217562], "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": [22], "max": [22], "mean": [22.0], "std": [0.0], "count": [805]}, "index": {"min": [18716], "max": [19520], "mean": [19118.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6645962732919255, 0.6619093167507349], "std": [0.47213140842186174, 0.45804031173693216], "count": [805]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6645962732919255, 0.6619093167507349], "std": [0.47213140842186174, 0.45804031173693216], "count": [805]}, "eef_direction_state": {"mean": [4.772670807453416, 4.88944099378882], "std": [2.095069265450667, 2.1644101081087475], "min": [0, 0], "max": [6, 6], "count": [805]}, "eef_velocity_state": {"mean": [0.39006211180124223, 0.2571428571428571], "std": [0.6140391644846501, 0.490621900405045], "min": [0, 0], "max": [2, 2], "count": [805]}, "eef_acc_mag_state": {"mean": [0.3167701863354037, 0.1937888198757764], "std": [0.6539166304721432, 0.5295831527261853], "min": [0, 0], "max": [2, 2], "count": [805]}, "eef_direction_action": {"mean": [4.772670807453416, 4.88944099378882], "std": [2.095069265450667, 2.1644101081087475], "min": [0, 0], "max": [6, 6], "count": [805]}, "eef_velocity_action": {"mean": [0.39006211180124223, 0.2571428571428571], "std": [0.6140391644846501, 0.490621900405045], "min": [0, 0], "max": [2, 2], "count": [805]}, "eef_acc_mag_action": {"mean": [0.3167701863354037, 0.1937888198757764], "std": [0.6539166304721433, 0.5295831527261853], "min": [0, 0], "max": [2, 2], "count": [805]}, "eef_sim_pose_state": {"mean": [0.4228924570898088, 0.24822950947623318, 1.184609570674173, -0.026578051227323263, 0.06601942594962282, 1.329204818287699, 0.4558360887079836, -0.22605251905783122, 1.1421582357042084, -0.01864511466493812, -0.00697884046435601, -1.4559337522059845], "std": [0.06439718576103284, 0.04192064372589315, 0.04361653266050633, 0.03479150374427319, 0.05255833283743012, 0.16852301266906597, 0.04974713133774821, 0.03946419638158717, 0.007833832020026283, 0.07745734827372028, 0.036207937554163086, 0.07506912971082767], "min": [0.3784886707669839, 0.13950383247213963, 1.1422965191931034, -0.12901579903811689, 0.015429825055391921, 0.9654356401439774, 0.3948043794239687, -0.25940293121783264, 1.1368583454444965, -0.1993180568241253, -0.10967277022415045, -1.5617624689570757], "max": [0.5893341759832279, 0.31261003617662014, 1.2684968582789362, 0.04405679654549066, 0.23191421825432168, 1.4471500652445206, 0.575542343729274, -0.16203548769533824, 1.1738834708330284, 0.05893223148691906, 0.020874383229377624, -1.2761694738113802], "count": [805]}, "eef_sim_pose_action": {"mean": [0.4229621634219073, 0.24823221198483092, 1.1845932512472892, -0.026513815578588295, 0.06614465022599486, 1.32913862912681, 0.45588960724216665, -0.22613950426107962, 1.142149644425372, -0.018681163479205672, -0.006875904760193926, -1.456159202002947], "std": [0.06438488337297486, 0.04192176390526531, 0.043629385272318, 0.034855620022280376, 0.05259865067944151, 0.16848763406835168, 0.04970629918621222, 0.03945894044913807, 0.007835052676348172, 0.07743312021866486, 0.03615358140306801, 0.07488591085191079], "min": [0.3784886707669839, 0.13950383247213963, 1.1422965191931034, -0.12901579903811689, 0.015429825055391921, 0.9654356401439774, 0.3948043794239687, -0.25940293121783264, 1.1368583454444965, -0.1993180568241253, -0.10967277022415045, -1.5617624689570757], "max": [0.5893341759832279, 0.31261003617662014, 1.2684968582789362, 0.04405679654549066, 0.23191421825432168, 1.4471500652445206, 0.575542343729274, -0.16203548769533824, 1.1738834708330284, 0.05893223148691906, 0.020874383229377624, -1.2761694738113802], "count": [805]}, "gripper_mode_state": {"mean": [0.33540372670807456, 0.3391304347826087], "std": [0.47213140842186174, 0.4734141770022939], "min": [0, 0], "max": [1, 1], "count": [805]}, "gripper_activity_state": {"mean": [1.9888198757763975, 1.8658385093167702], "std": [0.13604611422240465, 0.45343486730698757], "min": [0, 0], "max": [2, 2], "count": [805]}, "gripper_mode_action": {"mean": [0.33540372670807456, 0.3391304347826087], "std": [0.47213140842186174, 0.4734141770022939], "min": [0, 0], "max": [1, 1], "count": [805]}, "gripper_activity_action": {"mean": [1.9888198757763975, 1.8658385093167702], "std": [0.13604611422240465, 0.4534348673069876], "min": [0, 0], "max": [2, 2], "count": [805]}}} +{"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.4672593498917614]], [[0.4604280044023979]], [[0.45269959748761496]]], "std": [[[0.14946514020876156]], [[0.16053815678292596]], [[0.16847497474395304]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.467624398963407]], [[0.46337468387036346]], [[0.4538067992589817]]], "std": [[[0.13921302144371936]], [[0.1435289310246735]], [[0.14978955126298454]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45786808938012574]], [[0.4606933737667041]], [[0.45322368188251944]]], "std": [[[0.16700950982391038]], [[0.16566739687585275]], [[0.17289673272733141]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47616225386120475]], [[0.47719505198576245]], [[0.4653983077307356]]], "std": [[[0.12568799956287863]], [[0.12167157392690545]], [[0.13018544848879696]]], "count": [157]}, "observation.state": {"min": [-0.5756444931030273, 0.07330382615327835, -0.14411184191703796, -1.9848582744598389, -0.7565304040908813, 0.03977605327963829, -0.34487706422805786, -0.30233699083328247, 0.36940300464630127, 0.051267001777887344, -1.5593570470809937, -1.9056943655014038, -1.1803489923477173, -0.0682598277926445, -0.07391469925642014, -0.10588912665843964, -1.635862112045288, -0.12639674544334412, -0.04096287488937378, -0.031101766973733902, -0.3257890045642853, -0.5627909898757935, 0.11312100291252136, 1.1441806554794312, -1.342748999595642, 0.8955787420272827, 0.0, 0.0, -0.06207170709967613, -0.17830272018909454, -0.8261001706123352, 1.9126418828964233, -1.0798789262771606, -0.0009758244268596172], "max": [0.23373450338840485, 0.44434335827827454, 0.405631959438324, -1.284841537475586, -0.31700414419174194, 0.34231144189834595, -0.12452924251556396, -0.15523399412631989, 0.5646010041236877, 0.24108700454235077, -1.2421647310256958, -1.460572600364685, -0.956886887550354, 0.4527035057544708, 0.10594148933887482, 0.09121090173721313, -1.000701904296875, 0.11655309051275253, 0.20701350271701813, 0.12459905445575714, -0.2848939895629883, -0.42302700877189636, 0.24742600321769714, 1.3157167434692383, -1.2341291904449463, 1.2085436582565308, 1001.0, 1002.0, -0.06204726919531822, -0.1777237057685852, -0.8247824907302856, 1.9129430055618286, -1.0781254768371582, 0.0016251084161922336], "mean": [-0.052894026041030884, 0.22208848595619202, 0.10911799967288971, -1.631496548652649, -0.3989015221595764, 0.12110060453414917, -0.1499725878238678, -0.2604411542415619, 0.44322898983955383, 0.16946189105510712, -1.324393391609192, -1.556809425354004, -1.1278239488601685, 0.16394692659378052, 0.06305650621652603, 0.0286873746663332, -1.3773800134658813, 0.05462609976530075, 0.04428286477923393, 0.06630263477563858, -0.30647119879722595, -0.4872474670410156, 0.20505844056606293, 1.1860021352767944, -1.2570068836212158, 1.1404496431350708, 671.6458129882812, 599.560791015625, -0.062056947499513626, -0.1779448688030243, -0.8255730271339417, 1.9127246141433716, -1.0794533491134644, 0.0007067635888233781], "std": [0.2262173295021057, 0.0861065536737442, 0.12884391844272614, 0.13823357224464417, 0.12315405160188675, 0.11022373288869858, 0.04926737770438194, 0.05761416256427765, 0.04778868705034256, 0.05390515923500061, 0.11354770511388779, 0.140699565410614, 0.07246501743793488, 0.12681522965431213, 0.0660756379365921, 0.0748957172036171, 0.15203861892223358, 0.08883049339056015, 0.04931745305657387, 0.0410769023001194, 0.008259093388915062, 0.03418583795428276, 0.05256234481930733, 0.05221111699938774, 0.028433823958039284, 0.09529905021190643, 456.5832824707031, 477.6048889160156, 4.363038897281513e-06, 0.00016917064203880727, 0.00029154898948036134, 5.1985643949592486e-05, 0.00027577142463997006, 0.00025941451895050704], "count": [847]}, "action": {"min": [-0.5756444931030273, 0.07330382615327835, -0.14411184191703796, -1.9848582744598389, -0.7565304040908813, 0.03977605327963829, -0.34487706422805786, -0.30233699083328247, 0.36940300464630127, 0.051267001777887344, -1.5593570470809937, -1.9056943655014038, -1.1803489923477173, -0.0682598277926445, -0.07391469925642014, -0.10588912665843964, -1.635862112045288, -0.12639674544334412, -0.04096287488937378, -0.031101766973733902, -0.3257890045642853, -0.5627909898757935, 0.11312100291252136, 1.1441806554794312, -1.342748999595642, 0.8955787420272827, 0.0, 0.0, -0.06207170709967613, -0.17830272018909454, -0.8261001706123352, 1.9126418828964233, -1.0798789262771606, -0.0009758244268596172], "max": [0.23373450338840485, 0.44434335827827454, 0.405631959438324, -1.284841537475586, -0.31700414419174194, 0.34231144189834595, -0.12452924251556396, -0.15523399412631989, 0.5646010041236877, 0.24108700454235077, -1.2421647310256958, -1.460572600364685, -0.956886887550354, 0.4527035057544708, 0.10594148933887482, 0.09121090173721313, -1.000701904296875, 0.11655309051275253, 0.20701350271701813, 0.12459905445575714, -0.2848939895629883, -0.42302700877189636, 0.24742600321769714, 1.3157167434692383, -1.2341291904449463, 1.2085436582565308, 1001.0, 1002.0, -0.06204726919531822, -0.1777237057685852, -0.8247824907302856, 1.9129430055618286, -1.0781254768371582, 0.0016251084161922336], "mean": [-0.05298852175474167, 0.22228889167308807, 0.10922076553106308, -1.6316039562225342, -0.3990534842014313, 0.12124034017324448, -0.14999353885650635, -0.2603793740272522, 0.4432447850704193, 0.16945365071296692, -1.324547290802002, -1.556894302368164, -1.1276826858520508, 0.164209246635437, 0.06306301802396774, 0.028781812638044357, -1.377110242843628, 0.05461845174431801, 0.04436502233147621, 0.06629658490419388, -0.30647408962249756, -0.48732084035873413, 0.20511353015899658, 1.1858452558517456, -1.2569594383239746, 1.1404602527618408, 671.6458129882812, 599.560791015625, -0.06205695495009422, -0.1779443919658661, -0.8255732655525208, 1.912724494934082, -1.079453468322754, 0.0007067937985993922], "std": [0.2261836677789688, 0.08623474091291428, 0.1288251429796219, 0.13827291131019592, 0.12313228845596313, 0.11019575595855713, 0.04926043376326561, 0.05759727954864502, 0.04778376966714859, 0.05390140786767006, 0.11352445930242538, 0.14066347479820251, 0.07248049974441528, 0.12656430900096893, 0.06607943028211594, 0.07492359727621078, 0.1518133580684662, 0.08882573246955872, 0.04923955723643303, 0.041073597967624664, 0.008258065208792686, 0.034114688634872437, 0.05258207768201828, 0.05213237553834915, 0.028437554836273193, 0.09530587494373322, 456.5832824707031, 477.6048889160156, 4.3602876758086495e-06, 0.0001691262295935303, 0.00029161261045373976, 5.208310903981328e-05, 0.0002760374336503446, 0.0002594312827568501], "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": [23], "max": [23], "mean": [23.0], "std": [0.0], "count": [847]}, "index": {"min": [19521], "max": [20367], "mean": [19944.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7107438016528925, 0.5984486424085962], "std": [0.4534170817965337, 0.47667034790643886], "count": [847]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7107438016528925, 0.5984486424085962], "std": [0.45341708179653367, 0.47667034790643886], "count": [847]}, "eef_direction_state": {"mean": [4.974025974025974, 5.099173553719008], "std": [1.9147808131714266, 1.876867640168121], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_state": {"mean": [0.35182998819362454, 0.21251475796930341], "std": [0.6309179455180686, 0.4315581494108734], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_state": {"mean": [0.2526564344746163, 0.14757969303423848], "std": [0.5990266830189072, 0.46425034259866493], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_direction_action": {"mean": [4.974025974025974, 5.099173553719008], "std": [1.9147808131714266, 1.876867640168121], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_action": {"mean": [0.35182998819362454, 0.21251475796930341], "std": [0.6309179455180686, 0.4315581494108734], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_action": {"mean": [0.2526564344746163, 0.14757969303423848], "std": [0.5990266830189072, 0.46425034259866493], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_sim_pose_state": {"mean": [0.4657564656458728, 0.25131048591706434, 1.1831673017978834, 0.013294306208299161, 0.14748925016963094, 1.2719318393300898, 0.5038746457619266, -0.2569969272330719, 1.1432123910515608, -0.06682906946519346, -0.004446585777140875, -1.5377165971553697], "std": [0.052429493147090674, 0.04144810479068974, 0.05410317589961173, 0.032676289106523815, 0.03962531683535261, 0.16874648153122102, 0.034660614930651694, 0.04699543107390102, 0.005204671560761002, 0.060557304970129115, 0.04311218733466078, 0.06292864712822664], "min": [0.3939388304123175, 0.15547536773067985, 1.143633290816134, -0.06185167347166576, 0.06668288110586884, 0.9219316849983477, 0.439392227893629, -0.29346992615609263, 1.1352057965011408, -0.22627017181150988, -0.10285302069874858, -1.5933722310696314], "max": [0.5950138483145482, 0.33414697496154866, 1.2804502993065217, 0.04703865716698297, 0.28803357032622423, 1.3928015358558734, 0.5806703705188574, -0.17272175349456145, 1.1633278569475543, 0.048567364307623206, 0.026306336606517933, -1.3957042815001675], "count": [847]}, "eef_sim_pose_action": {"mean": [0.4657774701709703, 0.2513216193231438, 1.183228861301133, 0.013291837360304919, 0.14743509960629958, 1.2717542200723897, 0.5039476526425166, -0.25703774867801704, 1.1432185760451143, -0.0669078863372252, -0.0044346652032081985, -1.5378427973308937], "std": [0.05242257505159642, 0.041453504569438554, 0.05408783236588902, 0.032674778908756114, 0.039675776874351, 0.16869852286501003, 0.03458993311359517, 0.04701193153932719, 0.0052010963259169095, 0.060489113770234464, 0.043119053505665424, 0.06293173404575668], "min": [0.3939388304123175, 0.15547536773067985, 1.143633290816134, -0.06185167347166576, 0.06668288110586884, 0.9219316849983477, 0.439392227893629, -0.29346992615609263, 1.1352057965011408, -0.22627017181150988, -0.10285302069874858, -1.5933722310696314], "max": [0.5950138483145482, 0.33414697496154866, 1.2804502993065217, 0.04703865716698297, 0.28803357032622423, 1.3928015358558734, 0.5806703705188574, -0.17272175349456145, 1.1633278569475543, 0.048567364307623206, 0.026306336606517933, -1.3957042815001675], "count": [847]}, "gripper_mode_state": {"mean": [0.2892561983471074, 0.4014167650531287], "std": [0.4534170817965336, 0.4901850117939252], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_state": {"mean": [1.989374262101535, 1.8760330578512396], "std": [0.13265239107615717, 0.4373142662916683], "min": [0, 0], "max": [2, 2], "count": [847]}, "gripper_mode_action": {"mean": [0.2892561983471074, 0.4014167650531287], "std": [0.4534170817965336, 0.4901850117939252], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_action": {"mean": [1.989374262101535, 1.8760330578512396], "std": [0.13265239107615717, 0.4373142662916683], "min": [0, 0], "max": [2, 2], "count": [847]}}} +{"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.4711779391081327]], [[0.4640957485314801]], [[0.4558259829775792]]], "std": [[[0.15533522288332638]], [[0.16484833989697856]], [[0.17232743905719736]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47039080856498716]], [[0.4659226221870605]], [[0.457124803507901]]], "std": [[[0.14588109821261352]], [[0.14904544651712082]], [[0.15448437225176948]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46657174029949533]], [[0.4713279711673699]], [[0.463667923181931]]], "std": [[[0.15702745290480508]], [[0.15565242165286705]], [[0.16404401424231646]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4817784073281211]], [[0.478380912860925]], [[0.4661910523703152]]], "std": [[[0.14230039159361801]], [[0.1368556847079159]], [[0.14537055305247165]]], "count": [158]}, "observation.state": {"min": [-0.5533042550086975, 0.03579670563340187, -0.1232900619506836, -2.029695749282837, -0.631913959980011, -0.02099630981683731, -0.3086789548397064, -0.2832689881324768, 0.34963199496269226, 0.04500199854373932, -1.693076729774475, -1.7522224187850952, -1.191596269607544, -0.17376498878002167, 0.03693116456270218, -0.26258477568626404, -1.7714568376541138, -0.13555972278118134, -0.06440264731645584, -0.02626720443367958, -0.3256329894065857, -0.56141597032547, 0.10968200117349625, 1.2445366382598877, -1.3819193840026855, 0.8002820014953613, 0.0, 0.0, -0.062077343463897705, -0.1783534586429596, -0.8258640170097351, 1.9120500087738037, -1.0803884267807007, -0.00119984638877213], "max": [0.3301639258861542, 0.44717082381248474, 0.3672696352005005, -1.2538095712661743, -0.2537534236907959, 0.23137830197811127, -0.019809486344456673, -0.15316900610923767, 0.5643129944801331, 0.23821599781513214, -1.2971378564834595, -1.317989706993103, -0.9504144787788391, 0.45519930124282837, 0.1892635077238083, 0.04056144878268242, -0.985500156879425, 0.10478956997394562, 0.07271041721105576, 0.20315633714199066, -0.2886750102043152, -0.37615299224853516, 0.21933799982070923, 1.6365710496902466, -1.2083027362823486, 1.2157167196273804, 1001.0, 1002.0, -0.0620453879237175, -0.17744924128055573, -0.8252412676811218, 1.9131394624710083, -1.0782173871994019, 0.0018538765143603086], "mean": [0.07483423501253128, 0.24604880809783936, 0.11203938722610474, -1.7608747482299805, -0.3233964443206787, 0.04796465486288071, -0.10293653607368469, -0.24821709096431732, 0.40797796845436096, 0.1676495373249054, -1.4062038660049438, -1.4426616430282593, -1.1274760961532593, 0.08177965134382248, 0.10867548733949661, -0.06537836790084839, -1.4615731239318848, 0.04678740352392197, -0.03047262690961361, 0.0773785412311554, -0.30517610907554626, -0.46079495549201965, 0.17795385420322418, 1.3328534364700317, -1.25642991065979, 1.0887624025344849, 653.2179565429688, 629.9359130859375, -0.06206006556749344, -0.17777325212955475, -0.8256149291992188, 1.9125763177871704, -1.0794211626052856, 0.0006845100433565676], "std": [0.2940996587276459, 0.09000431001186371, 0.1236223429441452, 0.19302603602409363, 0.1044931709766388, 0.08890555799007416, 0.10339333117008209, 0.047237057238817215, 0.06707752496004105, 0.05776972696185112, 0.14200392365455627, 0.1571153700351715, 0.07607425004243851, 0.16479308903217316, 0.04154302924871445, 0.1204141229391098, 0.19469934701919556, 0.08205866068601608, 0.04082273319363594, 0.04877285286784172, 0.009283764287829399, 0.047890033572912216, 0.04610472545027733, 0.10880924016237259, 0.04567031189799309, 0.15329653024673462, 463.2099304199219, 470.3395080566406, 1.747372948557313e-06, 9.442379086976871e-05, 0.00013021897757425904, 0.00025881448527798057, 0.00036209262907505035, 0.00039383041439577937], "count": [858]}, "action": {"min": [-0.5533042550086975, 0.03579670563340187, -0.1232900619506836, -2.029695749282837, -0.631913959980011, -0.02099630981683731, -0.3086789548397064, -0.2832689881324768, 0.34963199496269226, 0.04500199854373932, -1.693076729774475, -1.7522224187850952, -1.191596269607544, -0.17376498878002167, 0.03693116456270218, -0.26258477568626404, -1.7714568376541138, -0.13555972278118134, -0.06440264731645584, -0.02626720443367958, -0.3256329894065857, -0.56141597032547, 0.10968200117349625, 1.2445366382598877, -1.3819193840026855, 0.8002820014953613, 0.0, 0.0, -0.062077343463897705, -0.1783534586429596, -0.8258640170097351, 1.9120500087738037, -1.0803884267807007, -0.00119984638877213], "max": [0.3301639258861542, 0.44717082381248474, 0.3672696352005005, -1.2538095712661743, -0.2537534236907959, 0.23137830197811127, -0.019809486344456673, -0.15316900610923767, 0.5643129944801331, 0.23821599781513214, -1.2971378564834595, -1.317989706993103, -0.9504144787788391, 0.45519930124282837, 0.1892635077238083, 0.04056144878268242, -0.985500156879425, 0.10478956997394562, 0.07271041721105576, 0.20315633714199066, -0.2886750102043152, -0.37615299224853516, 0.21933799982070923, 1.6365710496902466, -1.2083027362823486, 1.2157167196273804, 1001.0, 1002.0, -0.0620453879237175, -0.17744924128055573, -0.8252412676811218, 1.9131394624710083, -1.0782173871994019, 0.0018538765143603086], "mean": [0.07453011721372604, 0.2461853325366974, 0.1121668890118599, -1.7607156038284302, -0.3235877752304077, 0.04806740581989288, -0.10317040979862213, -0.24818502366542816, 0.40804827213287354, 0.16761864721775055, -1.4064249992370605, -1.442939043045044, -1.1273040771484375, 0.08202362060546875, 0.10856953263282776, -0.06502867490053177, -1.4612568616867065, 0.04683026671409607, -0.030457841232419014, 0.07750185579061508, -0.3051909804344177, -0.4608843922615051, 0.1780804693698883, 1.3325895071029663, -1.2563124895095825, 1.0889310836791992, 653.2179565429688, 629.9359130859375, -0.06206006184220314, -0.17777341604232788, -0.8256145715713501, 1.9125769138336182, -1.0794203281402588, 0.0006843098090030253], "std": [0.29403725266456604, 0.09008540213108063, 0.12360653281211853, 0.19300946593284607, 0.10451580584049225, 0.08887674659490585, 0.1034320667386055, 0.047222644090652466, 0.0670657604932785, 0.057758480310440063, 0.14198292791843414, 0.15710559487342834, 0.07611032575368881, 0.16457055509090424, 0.04145315662026405, 0.12027634680271149, 0.19441616535186768, 0.08207815140485764, 0.04081282019615173, 0.04864456132054329, 0.009272883646190166, 0.047803450375795364, 0.04606625810265541, 0.10873530060052872, 0.04561423882842064, 0.15335220098495483, 463.2099609375, 470.3395080566406, 1.750441128933744e-06, 9.454117389395833e-05, 0.00013030659465584904, 0.0002583310124464333, 0.0003620916395448148, 0.0003938790468964726], "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": [24], "max": [24], "mean": [24.0], "std": [0.0], "count": [858]}, "index": {"min": [20368], "max": [21225], "mean": [20796.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6923076923076923, 0.6287622375858541], "std": [0.4615384615384634, 0.4694115215322973], "count": [858]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6923076923076923, 0.6287622375858541], "std": [0.4615384615384634, 0.4694115215322973], "count": [858]}, "eef_direction_state": {"mean": [4.805361305361306, 5.004662004662005], "std": [2.1035255504160846, 2.1011655528850963], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_state": {"mean": [0.36713286713286714, 0.1993006993006993], "std": [0.6119946627175847, 0.41097924507565897], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_state": {"mean": [0.25524475524475526, 0.17715617715617715], "std": [0.6040861238184304, 0.5121737816422366], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_direction_action": {"mean": [4.805361305361306, 5.004662004662005], "std": [2.1035255504160846, 2.1011655528850963], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_action": {"mean": [0.36713286713286714, 0.1993006993006993], "std": [0.6119946627175847, 0.41097924507565897], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_action": {"mean": [0.25524475524475526, 0.17715617715617715], "std": [0.6040861238184304, 0.5121737816422367], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_sim_pose_state": {"mean": [0.430393135742496, 0.2466369810507265, 1.1891236088277024, -0.041436949968157236, 0.05230956644684803, 1.2919776229172628, 0.47878226141710545, -0.24134655899803212, 1.138249242124252, -0.01273767238422308, -0.0637377144745586, -1.4329769461510011], "std": [0.07294921293892354, 0.042905099981245705, 0.04331931057022038, 0.036128404976309016, 0.03303799677988944, 0.19618815349199484, 0.04789002866964529, 0.03384698573682946, 0.005037474892524611, 0.06922446257471206, 0.08934765799921025, 0.12167984150994744], "min": [0.36862909592564963, 0.14875078564498737, 1.156789447545977, -0.1389694631332702, 0.006704090832954979, 0.9299103806007105, 0.39636495778415737, -0.2714462432599609, 1.132608872020663, -0.15529602452392377, -0.22786259507316098, -1.5390209607309515], "max": [0.5935531563627983, 0.31640255950647783, 1.2744924477188346, -0.017425812686133413, 0.16478145989316695, 1.446008448309989, 0.579919247133133, -0.18868066972426267, 1.150771113785679, 0.05120205709517611, 0.007720094057698024, -1.1490068574093404], "count": [858]}, "eef_sim_pose_action": {"mean": [0.4304737454058272, 0.2466434187152447, 1.1891551544588754, -0.04144200029315205, 0.0523418039021518, 1.291637283378069, 0.4788668227011081, -0.24144232640301322, 1.138237983841027, -0.012769351780023398, -0.06365432749651197, -1.4332464051918983], "std": [0.07293554436539293, 0.042908200258700055, 0.043305616263314806, 0.03612539410059592, 0.033032194338348704, 0.19617406202248702, 0.04780842121780485, 0.033814115646573537, 0.005034300158948507, 0.06920269144279616, 0.08937735387163921, 0.12165071186126865], "min": [0.36862909592564963, 0.14875078564498737, 1.156789447545977, -0.1389694631332702, 0.006704090832954979, 0.9299103806007105, 0.39636495778415737, -0.2714462432599609, 1.132608872020663, -0.15529602452392377, -0.22786259507316098, -1.5390209607309515], "max": [0.5935531563627983, 0.31640255950647783, 1.2744924477188346, -0.017425812686133413, 0.16478145989316695, 1.446008448309989, 0.579919247133133, -0.18868066972426267, 1.150771113785679, 0.05120205709517611, 0.007720094057698024, -1.1490068574093404], "count": [858]}, "gripper_mode_state": {"mean": [0.3076923076923077, 0.372960372960373], "std": [0.4615384615384634, 0.483591700881677], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_state": {"mean": [1.9895104895104896, 1.872960372960373], "std": [0.1318047330417539, 0.44138038483529013], "min": [0, 0], "max": [2, 2], "count": [858]}, "gripper_mode_action": {"mean": [0.3076923076923077, 0.372960372960373], "std": [0.4615384615384634, 0.4835917008816771], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_action": {"mean": [1.9895104895104896, 1.872960372960373], "std": [0.1318047330417539, 0.44138038483529013], "min": [0, 0], "max": [2, 2], "count": [858]}}} +{"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.47584982732868203]], [[0.4686018798368018]], [[0.4605640349953887]]], "std": [[[0.15309325570085316]], [[0.16400996896303668]], [[0.17164214001838835]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.471960028720077]], [[0.46580910170816797]], [[0.4591663308472673]]], "std": [[[0.1450282220548067]], [[0.14878808860896872]], [[0.15372082315551014]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4689001388387666]], [[0.4725639259793897]], [[0.46621312878423354]]], "std": [[[0.16034154201930811]], [[0.15854651133054629]], [[0.16760664792490604]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48009418355788125]], [[0.474597338756566]], [[0.4605407494286058]]], "std": [[[0.14416150485393373]], [[0.13844904012982304]], [[0.14618114717466962]]], "count": [163]}, "observation.state": {"min": [-0.5516287684440613, 0.02600540593266487, -0.09487609565258026, -2.014249563217163, -0.6371499300003052, -0.020891591906547546, -0.2998301386833191, -0.2832620143890381, 0.364329993724823, 0.04463699832558632, -1.6422598361968994, -1.820599913597107, -1.2285947799682617, -0.17647023499011993, 0.05555383116006851, -0.2626197040081024, -1.7816669940948486, -0.1232900619506836, -0.06370452046394348, -0.03159045800566673, -0.3265190124511719, -0.563060998916626, 0.10967200249433517, 1.3195329904556274, -1.3291609287261963, 0.7820625901222229, 0.0, 0.0, -0.062062304466962814, -0.17832526564598083, -0.8261928558349609, 1.9122077226638794, -1.0808740854263306, -0.002384504768997431], "max": [0.2765648663043976, 0.4086688458919525, 0.3459766209125519, -1.2355883121490479, -0.2537184953689575, 0.2675938904285431, -0.019809486344456673, -0.17360399663448334, 0.564441978931427, 0.228301003575325, -1.2735116481781006, -1.31829833984375, -1.0254907608032227, 0.4685685336589813, 0.1892460584640503, -0.004380776081234217, -0.9758484959602356, 0.06592108309268951, 0.07508406788110733, 0.17153096199035645, -0.28239500522613525, -0.3761639893054962, 0.21252399682998657, 1.552966594696045, -1.214888572692871, 1.0757375955581665, 1001.0, 1002.0, -0.06205478683114052, -0.17780642211437225, -0.8249742388725281, 1.9131442308425903, -1.0775264501571655, 0.003907094709575176], "mean": [0.07779508829116821, 0.22068940103054047, 0.10193781554698944, -1.744188904762268, -0.303974986076355, 0.036392733454704285, -0.08482784032821655, -0.2543852925300598, 0.4101080298423767, 0.1693793535232544, -1.3765825033187866, -1.4250203371047974, -1.155227780342102, 0.06225447729229927, 0.1455262154340744, -0.0915604904294014, -1.4926360845565796, 0.011983207426965237, 0.0046965801157057285, 0.09453437477350235, -0.30562660098075867, -0.4551286995410919, 0.17587876319885254, 1.3724173307418823, -1.2475610971450806, 0.9916363954544067, 678.8092041015625, 665.6049194335938, -0.062057483941316605, -0.17792165279388428, -0.8256291747093201, 1.9125514030456543, -1.0794156789779663, 0.0006659057689830661], "std": [0.2852223217487335, 0.07491369545459747, 0.11286084353923798, 0.19777603447437286, 0.0948186069726944, 0.08292797952890396, 0.08676043897867203, 0.04360203817486763, 0.06722293794155121, 0.05608973652124405, 0.12368015199899673, 0.15174740552902222, 0.053707048296928406, 0.17588475346565247, 0.03199706971645355, 0.1008714959025383, 0.20849712193012238, 0.05735138803720474, 0.03163822740316391, 0.052495814859867096, 0.009656060487031937, 0.049694355577230453, 0.04170500487089157, 0.06574730575084686, 0.0408058762550354, 0.10193237662315369, 454.40533447265625, 459.6840515136719, 9.325747782895633e-07, 2.7571259124670178e-05, 0.00014565100718755275, 0.00023526437871623784, 0.0004170698521193117, 0.000690693617798388], "count": [891]}, "action": {"min": [-0.5516287684440613, 0.02600540593266487, -0.09487609565258026, -2.014249563217163, -0.6371499300003052, -0.020874137058854103, -0.2998301386833191, -0.2832620143890381, 0.364329993724823, 0.04463699832558632, -1.6422598361968994, -1.820599913597107, -1.2285947799682617, -0.17647023499011993, 0.05555383116006851, -0.2626197040081024, -1.7816669940948486, -0.1232900619506836, -0.06370452046394348, -0.03159045800566673, -0.3265190124511719, -0.563060998916626, 0.10967200249433517, 1.3195329904556274, -1.3291609287261963, 0.7820625901222229, 0.0, 0.0, -0.062062304466962814, -0.17832526564598083, -0.8261928558349609, 1.9122077226638794, -1.0808740854263306, -0.002384504768997431], "max": [0.2765648663043976, 0.4086688458919525, 0.3459766209125519, -1.2355883121490479, -0.2537184953689575, 0.2675938904285431, -0.019809486344456673, -0.17360399663448334, 0.564441978931427, 0.228301003575325, -1.2735116481781006, -1.31829833984375, -1.0254907608032227, 0.4685685336589813, 0.1892460584640503, -0.004380776081234217, -0.9758484959602356, 0.06592108309268951, 0.07508406788110733, 0.17153096199035645, -0.28239500522613525, -0.3761639893054962, 0.21252399682998657, 1.552966594696045, -1.214888572692871, 1.0757375955581665, 1001.0, 1002.0, -0.06205478683114052, -0.17780642211437225, -0.8249742388725281, 1.9131442308425903, -1.0775264501571655, 0.003907094709575176], "mean": [0.07745887339115143, 0.22062553465366364, 0.10197865962982178, -1.743899941444397, -0.3040095567703247, 0.036444682627916336, -0.0849313884973526, -0.25438061356544495, 0.41020169854164124, 0.16935995221138, -1.3766061067581177, -1.4251338243484497, -1.1552402973175049, 0.062455106526613235, 0.14548851549625397, -0.09127424657344818, -1.492385745048523, 0.011955196037888527, 0.004772114101797342, 0.09468398988246918, -0.3056420385837555, -0.4552048444747925, 0.17599254846572876, 1.3722445964813232, -1.2474359273910522, 0.9916172027587891, 678.8092041015625, 665.6049194335938, -0.062057483941316605, -0.17792172729969025, -0.8256289958953857, 1.9125518798828125, -1.0794157981872559, 0.0006657960475422442], "std": [0.2851773500442505, 0.07492067664861679, 0.11284571886062622, 0.19781041145324707, 0.09480591863393784, 0.08290655165910721, 0.08673784881830215, 0.04359918460249901, 0.06722047179937363, 0.05608147755265236, 0.12366688996553421, 0.1517060399055481, 0.05371518433094025, 0.17571797966957092, 0.031965471804142, 0.10074790567159653, 0.2082957774400711, 0.057331401854753494, 0.03155512362718582, 0.0523415245115757, 0.00964534841477871, 0.04962526634335518, 0.04166253283619881, 0.06567827612161636, 0.04072585701942444, 0.10192034393548965, 454.40533447265625, 459.6840515136719, 9.328525152341172e-07, 2.7594480343395844e-05, 0.00014574026863556355, 0.00023532197519671172, 0.00041702628368511796, 0.000690692919306457], "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": [25], "max": [25], "mean": [25.0], "std": [0.0], "count": [891]}, "index": {"min": [21226], "max": [22116], "mean": [21671.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7160493827160493, 0.6643613914872376], "std": [0.4509131448827096, 0.45877032930546563], "count": [891]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7160493827160493, 0.6643613914872376], "std": [0.4509131448827096, 0.45877032930546563], "count": [891]}, "eef_direction_state": {"mean": [4.835016835016835, 4.8978675645342316], "std": [2.127988747815106, 2.207452419019823], "min": [0, 0], "max": [6, 6], "count": [891]}, "eef_velocity_state": {"mean": [0.32435465768799104, 0.21099887766554434], "std": [0.5517663747953891, 0.40801758698544355], "min": [0, 0], "max": [2, 1], "count": [891]}, "eef_acc_mag_state": {"mean": [0.23232323232323232, 0.13468013468013468], "std": [0.5694318460386021, 0.4517560000097029], "min": [0, 0], "max": [2, 2], "count": [891]}, "eef_direction_action": {"mean": [4.835016835016835, 4.8978675645342316], "std": [2.127988747815106, 2.207452419019823], "min": [0, 0], "max": [6, 6], "count": [891]}, "eef_velocity_action": {"mean": [0.32435465768799104, 0.21099887766554434], "std": [0.5517663747953891, 0.40801758698544355], "min": [0, 0], "max": [2, 1], "count": [891]}, "eef_acc_mag_action": {"mean": [0.23232323232323232, 0.13468013468013468], "std": [0.5694318460386021, 0.4517560000097029], "min": [0, 0], "max": [2, 2], "count": [891]}, "eef_sim_pose_state": {"mean": [0.4311030512992945, 0.244638482554898, 1.1828572456651532, -0.042224191281980565, 0.06231080958579637, 1.3264993191244419, 0.47340886433338236, -0.2439661714643485, 1.141820949624782, -0.04811857449793361, -0.13286006651038124, -1.3884131973415106], "std": [0.07230390983480144, 0.04101769760161102, 0.03945339421063151, 0.037765181957281825, 0.04579480445419076, 0.17510358569268072, 0.05028423105821807, 0.03377611218021114, 0.004800169116165229, 0.06078613595162866, 0.05320971479894133, 0.08157713377119276], "min": [0.3819863313684329, 0.14644872550549637, 1.1567945859310453, -0.13319106473410147, 0.019262868298947744, 0.9717253778553903, 0.3963808915770853, -0.27316969927166856, 1.133954156307347, -0.16616426456627942, -0.2369109952295061, -1.4609840226508042], "max": [0.5941314166742455, 0.30773562001555543, 1.256347997355771, -0.017243600145603555, 0.2194867667504221, 1.4521167023251382, 0.582703605306559, -0.18866746837766304, 1.158204943474472, 0.048017773503981176, -0.06689501004295928, -1.2118865501849188], "count": [891]}, "eef_sim_pose_action": {"mean": [0.4311981903146964, 0.24462810420880912, 1.1828608756088053, -0.042233395641123, 0.06238194389979176, 1.3264175691959887, 0.47348104851195133, -0.2440598431648034, 1.1418159216294048, -0.048210222325150105, -0.1329097915765578, -1.3885845150390963], "std": [0.07229697792692276, 0.04101383378077797, 0.039451146643953654, 0.03776020353143957, 0.04579793350192741, 0.1750647590931093, 0.05021973395525704, 0.03373837028346959, 0.00479969550334133, 0.06070268105276026, 0.05316928340582652, 0.08156072008194601], "min": [0.3819863313684329, 0.14644872550549637, 1.1567945859310453, -0.13319106473410147, 0.019262868298947744, 0.9717253778553903, 0.3963808915770853, -0.27316969927166856, 1.133954156307347, -0.16616426456627942, -0.2369109952295061, -1.4609840226508042], "max": [0.5941314166742455, 0.30773562001555543, 1.256347997355771, -0.017243600145603555, 0.2194867667504221, 1.4521167023251382, 0.582703605306559, -0.18866746837766304, 1.158204943474472, 0.048017773503981176, -0.06689501004295928, -1.2118865501849188], "count": [891]}, "gripper_mode_state": {"mean": [0.2839506172839506, 0.3367003367003367], "std": [0.4509131448827096, 0.47258144268074165], "min": [0, 0], "max": [1, 1], "count": [891]}, "gripper_activity_state": {"mean": [1.9898989898989898, 1.8799102132435466], "std": [0.1293560452006632, 0.42922213569431206], "min": [0, 0], "max": [2, 2], "count": [891]}, "gripper_mode_action": {"mean": [0.2839506172839506, 0.3367003367003367], "std": [0.4509131448827096, 0.47258144268074165], "min": [0, 0], "max": [1, 1], "count": [891]}, "gripper_activity_action": {"mean": [1.9898989898989898, 1.8799102132435466], "std": [0.1293560452006632, 0.42922213569431206], "min": [0, 0], "max": [2, 2], "count": [891]}}} +{"episode_index": 26, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4757497671308439]], [[0.468314119676533]], [[0.46014646168977147]]], "std": [[[0.1521160286460663]], [[0.16250159775337925]], [[0.16992112768661255]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642186225073894]], [[0.4577992876025145]], [[0.45231437986553436]]], "std": [[[0.14416289762905288]], [[0.14792534840987867]], [[0.15369678552038615]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4715931255463969]], [[0.4742446778339786]], [[0.4674455255297448]]], "std": [[[0.15942123530200633]], [[0.15745060839921707]], [[0.16592505464574125]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47897557475750385]], [[0.47539283205320343]], [[0.462570767505516]]], "std": [[[0.140733672545399]], [[0.13689458478865857]], [[0.14588661648119616]]], "count": [157]}, "observation.state": {"min": [-0.5387482047080994, -0.009197885170578957, -0.11597713083028793, -2.09596586227417, -0.6361899971961975, -0.020804325118660927, -0.3113841712474823, -0.28342199325561523, 0.34184300899505615, 0.04218599945306778, -1.6368619203567505, -1.7290278673171997, -1.1911046504974365, -0.17343337833881378, -0.006056292448192835, -0.2626197040081024, -1.771422028541565, -0.10576695203781128, -0.0636696144938469, -0.026232298463582993, -0.3220059871673584, -0.5631600022315979, 0.10967200249433517, 1.2554734945297241, -1.3375009298324585, 0.8799421787261963, 0.0, 0.0, -0.06206982582807541, -0.17879146337509155, -0.8268877267837524, 1.9125769138336182, -1.0809826850891113, -0.0020067051518708467], "max": [0.3313158452510834, 0.47687631845474243, 0.3403915762901306, -1.2673532962799072, -0.17072810232639313, 0.2687807083129883, -0.019809486344456673, -0.16725300252437592, 0.5635979771614075, 0.22201800346374512, -1.2841527462005615, -1.3184224367141724, -0.9622856378555298, 0.45663049817085266, 0.1892460584640503, -0.006126105785369873, -1.0090097188949585, 0.06590363383293152, 0.11702432483434677, 0.10623818635940552, -0.2893710136413574, -0.3761659860610962, 0.1956859976053238, 1.478255271911621, -1.1663986444473267, 1.1042858362197876, 1001.0, 1002.0, -0.06200778856873512, -0.17752255499362946, -0.8238459229469299, 1.9130229949951172, -1.0765106678009033, 0.0022781891748309135], "mean": [0.09417067468166351, 0.24216631054878235, 0.093529112637043, -1.776588797569275, -0.2943664491176605, 0.0692281499505043, -0.09303630143404007, -0.2515488862991333, 0.4049985408782959, 0.1732282191514969, -1.3826515674591064, -1.4160560369491577, -1.11667001247406, 0.05719175562262535, 0.08879664540290833, -0.07404781132936478, -1.5016114711761475, -0.024423401802778244, -0.007110527250915766, 0.051757071167230606, -0.30208468437194824, -0.45518118143081665, 0.16722708940505981, 1.3431836366653442, -1.218309998512268, 1.0510904788970947, 672.92822265625, 682.27294921875, -0.062057457864284515, -0.17803886532783508, -0.8255147933959961, 1.9127871990203857, -1.079388976097107, 0.0006474215188063681], "std": [0.2721345126628876, 0.09685709327459335, 0.10856548696756363, 0.1784122884273529, 0.10102590918540955, 0.11111810803413391, 0.09274847060441971, 0.04510664939880371, 0.0637279599905014, 0.05525711178779602, 0.12279893457889557, 0.12435989826917648, 0.0868290439248085, 0.16689831018447876, 0.04725681245326996, 0.09124042093753815, 0.194743812084198, 0.04509451612830162, 0.05246390774846077, 0.030530141666531563, 0.007904533296823502, 0.048277538269758224, 0.035345934331417084, 0.06039925664663315, 0.06586813181638718, 0.08155106008052826, 456.1580810546875, 452.7238464355469, 2.3798640995664755e-06, 0.0001106535128201358, 0.0003597088798414916, 5.183522080187686e-05, 0.0005768570699729025, 0.00043484181514941156], "count": [850]}, "action": {"min": [-0.5387482047080994, -0.009197885170578957, -0.11597713083028793, -2.09596586227417, -0.6361899971961975, -0.020804325118660927, -0.3113841712474823, -0.28342199325561523, 0.34184300899505615, 0.04218599945306778, -1.6368619203567505, -1.7290278673171997, -1.1911046504974365, -0.17343337833881378, -0.006056292448192835, -0.2626197040081024, -1.771422028541565, -0.10576695203781128, -0.0636696144938469, -0.026232298463582993, -0.3220059871673584, -0.5631600022315979, 0.10967200249433517, 1.2554734945297241, -1.3375009298324585, 0.8799421787261963, 0.0, 0.0, -0.06206982582807541, -0.17879146337509155, -0.8268877267837524, 1.9125769138336182, -1.0809826850891113, -0.0020067051518708467], "max": [0.3313158452510834, 0.47687631845474243, 0.3403915762901306, -1.2673532962799072, -0.17072810232639313, 0.2687807083129883, -0.019809486344456673, -0.16725300252437592, 0.5635979771614075, 0.22201800346374512, -1.2841527462005615, -1.3184224367141724, -0.9622856378555298, 0.45663049817085266, 0.1892460584640503, -0.006126105785369873, -1.0090097188949585, 0.06590363383293152, 0.11702432483434677, 0.10623818635940552, -0.2893710136413574, -0.3761659860610962, 0.1956859976053238, 1.478255271911621, -1.1663986444473267, 1.1042858362197876, 1001.0, 1002.0, -0.06200778856873512, -0.17752255499362946, -0.8238459229469299, 1.9130229949951172, -1.0765106678009033, 0.0022781891748309135], "mean": [0.0938807874917984, 0.2422841638326645, 0.093569315969944, -1.776418924331665, -0.29451972246170044, 0.06943809986114502, -0.09325919300317764, -0.25152862071990967, 0.40507251024246216, 0.17323030531406403, -1.3827353715896606, -1.4162918329238892, -1.1164695024490356, 0.05740612372756004, 0.08867867290973663, -0.07374760508537292, -1.5013542175292969, -0.02452838607132435, -0.007069624029099941, 0.05185989663004875, -0.302094042301178, -0.45526280999183655, 0.16732768714427948, 1.3430044651031494, -1.2181193828582764, 1.051133632659912, 672.92822265625, 682.27294921875, -0.062057457864284515, -0.17803922295570374, -0.825514554977417, 1.9127870798110962, -1.0793890953063965, 0.0006475644768215716], "std": [0.27208325266838074, 0.09691650420427322, 0.10855282098054886, 0.17841173708438873, 0.10106315463781357, 0.1111166849732399, 0.09280019998550415, 0.04509628564119339, 0.06371992826461792, 0.05525820702314377, 0.12276479601860046, 0.12436555325984955, 0.08686864376068115, 0.1667194962501526, 0.047131311148405075, 0.09103945642709732, 0.19453127682209015, 0.044987864792346954, 0.05243340879678726, 0.03041442111134529, 0.00789736583828926, 0.048202600330114365, 0.03530372679233551, 0.06023191660642624, 0.06578122824430466, 0.0815693661570549, 456.1580810546875, 452.7238464355469, 2.3798640995664755e-06, 0.00011088846804341301, 0.00035975436912849545, 5.184224573895335e-05, 0.0005768638802692294, 0.0004348154179751873], "count": [850]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.15], "std": [8.179123153220983], "count": [850]}, "frame_index": {"min": [0], "max": [849], "mean": [424.5], "std": [245.3736945966295], "count": [850]}, "episode_index": {"min": [26], "max": [26], "mean": [26.0], "std": [0.0], "count": [850]}, "index": {"min": [22117], "max": [22966], "mean": [22541.5], "std": [245.3736945966295], "count": [850]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [850]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7129411764705882, 0.6809976471494883], "std": [0.4523892741470773, 0.45182437510112666], "count": [850]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7129411764705882, 0.6809976471494883], "std": [0.4523892741470773, 0.45182437510112666], "count": [850]}, "eef_direction_state": {"mean": [4.754117647058823, 4.968235294117647], "std": [2.1506799439835915, 2.1349038697028018], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_state": {"mean": [0.36470588235294116, 0.2011764705882353], "std": [0.6125560492679923, 0.41529411764705304], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_state": {"mean": [0.2388235294117647, 0.1388235294117647], "std": [0.5826095691237847, 0.46224366318235927], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_direction_action": {"mean": [4.754117647058823, 4.968235294117647], "std": [2.1506799439835915, 2.1349038697028018], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_action": {"mean": [0.36470588235294116, 0.2011764705882353], "std": [0.6125560492679925, 0.41529411764705304], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_action": {"mean": [0.2388235294117647, 0.1388235294117647], "std": [0.5826095691237847, 0.46224366318235927], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_sim_pose_state": {"mean": [0.4260079035911733, 0.2497108899855991, 1.1883199260879933, -0.019066378871916735, 0.03830724399878609, 1.3197988461975236, 0.47265045685843954, -0.22980949698424555, 1.1421716611207975, -0.019665894335450126, -0.11346663425979803, -1.443114523130743], "std": [0.06776944216764971, 0.04428316107595013, 0.043066087470509044, 0.03306710574457003, 0.03525178941677295, 0.16201203676113052, 0.048320231630954946, 0.02748947891982006, 0.002660684574733833, 0.07348285276746207, 0.02378565654143005, 0.07787676431725253], "min": [0.36770201938291786, 0.13777252073344148, 1.1567925625061128, -0.07165303936706702, -0.019817760628011882, 0.9885320988499182, 0.39637239839936356, -0.2519687681148462, 1.1401371874011974, -0.17847985914722764, -0.17489661365118692, -1.5041260553972333], "max": [0.5897928887838672, 0.31326648685986846, 1.2670386621221679, 0.06816564810752912, 0.18232915987267573, 1.4462932959743857, 0.5817760847405964, -0.188670995234104, 1.1540879587758426, 0.054160639732702354, -0.05739364136720804, -1.3038642199880188], "count": [850]}, "eef_sim_pose_action": {"mean": [0.4260885114142264, 0.2497402504217518, 1.1883513068690825, -0.018969386081165475, 0.038338303240977055, 1.3195583363903776, 0.4727274417711467, -0.22988360893278148, 1.1421670533328976, -0.019707718367612787, -0.11352055629802742, -1.4433474342531263], "std": [0.06775958853123491, 0.04430123905758924, 0.043052833827699324, 0.03319221737702558, 0.03525843120243763, 0.16197653026981212, 0.04825075317232263, 0.027463441388057553, 0.002660024539101959, 0.0734544762467318, 0.0237331866825267, 0.07775743688032792], "min": [0.36770201938291786, 0.13777252073344148, 1.1567925625061128, -0.07165303936706702, -0.019817760628011882, 0.9885320988499182, 0.39637239839936356, -0.2519687681148462, 1.1401371874011974, -0.17847985914722764, -0.17489661365118692, -1.5041260553972333], "max": [0.5897928887838672, 0.31326648685986846, 1.2670386621221679, 0.06816564810752912, 0.18232915987267573, 1.4462932959743857, 0.5817760847405964, -0.188670995234104, 1.1540879587758426, 0.054160639732702354, -0.05739364136720804, -1.3038642199880188], "count": [850]}, "gripper_mode_state": {"mean": [0.28705882352941176, 0.31882352941176473], "std": [0.4523892741470773, 0.4660204786328446], "min": [0, 0], "max": [1, 1], "count": [850]}, "gripper_activity_state": {"mean": [1.9894117647058824, 1.8729411764705883], "std": [0.1324195910614656, 0.4422903585266901], "min": [0, 0], "max": [2, 2], "count": [850]}, "gripper_mode_action": {"mean": [0.28705882352941176, 0.31882352941176473], "std": [0.4523892741470773, 0.4660204786328446], "min": [0, 0], "max": [1, 1], "count": [850]}, "gripper_activity_action": {"mean": [1.9894117647058824, 1.8729411764705883], "std": [0.1324195910614656, 0.44229035852669], "min": [0, 0], "max": [2, 2], "count": [850]}}} +{"episode_index": 27, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4759646675699265]], [[0.46828650210084033]], [[0.4599081706958145]]], "std": [[[0.1511357810603397]], [[0.16056016927984337]], [[0.16809535896849487]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4668265081394877]], [[0.4607058810843178]], [[0.4553028901778102]]], "std": [[[0.14248645217683625]], [[0.14599314969892013]], [[0.1516740725653921]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4723864848475622]], [[0.4735988904619819]], [[0.4646662124994926]]], "std": [[[0.1611535576200952]], [[0.15839452778982]], [[0.1664342185479238]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47428793057077906]], [[0.47283355407380345]], [[0.4596988224637681]]], "std": [[[0.13873164192301904]], [[0.1346589907577118]], [[0.14299023435425934]]], "count": [161]}, "observation.state": {"min": [-0.5489234924316406, 0.03406882658600807, -0.16662658751010895, -2.0632758140563965, -0.7454650402069092, -0.02076941914856434, -0.3651926815509796, -0.28606000542640686, 0.3397740125656128, 0.051318999379873276, -1.624698519706726, -1.8881226778030396, -1.1919832229614258, -0.17561502754688263, -0.006806783843785524, -0.26258477568626404, -1.787583589553833, -0.1223999410867691, -0.0636521577835083, -0.0262148454785347, -0.3280769884586334, -0.5611709952354431, 0.10968399792909622, 1.3021150827407837, -1.3291609287261963, 0.8586645722389221, 0.0, 0.0, -0.062077343463897705, -0.17873507738113403, -0.8263687491416931, 1.9120784997940063, -1.0814025402069092, -0.0014314622385427356], "max": [0.36390116810798645, 0.5077337026596069, 0.3793473243713379, -1.2865170240402222, -0.2537534236907959, 0.31902873516082764, -0.019809486344456673, -0.1559160053730011, 0.56358802318573, 0.25022000074386597, -1.2363998889923096, -1.3183525800704956, -0.9504473209381104, 0.45633378624916077, 0.1892635077238083, 0.0193033404648304, -0.9654812216758728, 0.06592108309268951, 0.0774577185511589, 0.11739084124565125, -0.27680298686027527, -0.37615999579429626, 0.2185550034046173, 1.4940123558044434, -1.1693427562713623, 1.096724271774292, 1001.0, 1002.0, -0.062043506652116776, -0.17787598073482513, -0.824407696723938, 1.9131505489349365, -1.0764005184173584, 0.0022990726865828037], "mean": [0.10818726569414139, 0.2541589140892029, 0.0883248820900917, -1.7918874025344849, -0.3420254588127136, 0.07396763563156128, -0.08432018756866455, -0.25159788131713867, 0.4003274738788605, 0.17808431386947632, -1.3570791482925415, -1.4444503784179688, -1.1367284059524536, 0.06230008602142334, 0.11450285464525223, -0.0649559497833252, -1.4726406335830688, -0.005078834947198629, -0.032444048672914505, 0.06476233154535294, -0.3081101179122925, -0.4558987617492676, 0.17883414030075073, 1.3487898111343384, -1.2160592079162598, 1.0463370084762573, 676.96923828125, 677.7172241210938, -0.06205659359693527, -0.17826396226882935, -0.8254348635673523, 1.9126126766204834, -1.0793964862823486, 0.0006917575956322253], "std": [0.26756763458251953, 0.08647575229406357, 0.12120631337165833, 0.15965841710567474, 0.1328631043434143, 0.12684127688407898, 0.08934137970209122, 0.04779249429702759, 0.05975919961929321, 0.052405767142772675, 0.10437911748886108, 0.1724323034286499, 0.07491636276245117, 0.16486655175685883, 0.051474541425704956, 0.10553974658250809, 0.2002541422843933, 0.05491401627659798, 0.04014633968472481, 0.040595944970846176, 0.010416562668979168, 0.04809862747788429, 0.04692449793219566, 0.06125613674521446, 0.05891824886202812, 0.07500309497117996, 455.01885986328125, 454.9528503417969, 1.327144445895101e-06, 3.954836938646622e-05, 0.00018341386748943478, 0.00021808489691466093, 0.0005685280775651336, 0.0005180590669624507], "count": [877]}, "action": {"min": [-0.5489234924316406, 0.03406882658600807, -0.16662658751010895, -2.0632758140563965, -0.7454650402069092, -0.02076941914856434, -0.3651926815509796, -0.28606000542640686, 0.3397740125656128, 0.051318999379873276, -1.624698519706726, -1.8881226778030396, -1.1919832229614258, -0.17561502754688263, -0.006806783843785524, -0.26258477568626404, -1.787583589553833, -0.1223999410867691, -0.0636521577835083, -0.0262148454785347, -0.3280769884586334, -0.5611709952354431, 0.10968399792909622, 1.3021150827407837, -1.3291609287261963, 0.8586645722389221, 0.0, 0.0, -0.062077343463897705, -0.17873507738113403, -0.8263687491416931, 1.9120784997940063, -1.0814025402069092, -0.0014314622385427356], "max": [0.36390116810798645, 0.5077337026596069, 0.3793473243713379, -1.2865170240402222, -0.2537534236907959, 0.31902873516082764, -0.019809486344456673, -0.1559160053730011, 0.56358802318573, 0.25022000074386597, -1.2363998889923096, -1.3183525800704956, -0.9504473209381104, 0.45633378624916077, 0.1892635077238083, 0.0193033404648304, -0.9654812216758728, 0.06592108309268951, 0.0774577185511589, 0.11739084124565125, -0.27680298686027527, -0.37615999579429626, 0.2185550034046173, 1.4940123558044434, -1.1693427562713623, 1.096724271774292, 1001.0, 1002.0, -0.062043506652116776, -0.17787598073482513, -0.824407696723938, 1.9131505489349365, -1.0764005184173584, 0.0022990726865828037], "mean": [0.10799195617437363, 0.2541797161102295, 0.08830828219652176, -1.7917258739471436, -0.3422161042690277, 0.07409008592367172, -0.08445973694324493, -0.25159895420074463, 0.4003814160823822, 0.1780945509672165, -1.3570191860198975, -1.444674015045166, -1.1367322206497192, 0.06252595037221909, 0.11443369090557098, -0.06463798135519028, -1.472332239151001, -0.005138874985277653, -0.03243079409003258, 0.06489253789186478, -0.3081309199333191, -0.4559822976589203, 0.1789567470550537, 1.3486049175262451, -1.215879201889038, 1.0463653802871704, 676.96923828125, 677.7172241210938, -0.062056589871644974, -0.17826403677463531, -0.8254348635673523, 1.9126131534576416, -1.0793966054916382, 0.0006916308775544167], "std": [0.26751530170440674, 0.08647479116916656, 0.12121371179819107, 0.15967200696468353, 0.13285627961158752, 0.12680158019065857, 0.08933620899915695, 0.04779321700334549, 0.05975012108683586, 0.052411261945962906, 0.10442844778299332, 0.17239639163017273, 0.07491881400346756, 0.16467881202697754, 0.05141467601060867, 0.10536405444145203, 0.20000311732292175, 0.054865386337041855, 0.04013825207948685, 0.040487032383680344, 0.010402731597423553, 0.04802371934056282, 0.04688415676355362, 0.061117302626371384, 0.058813516050577164, 0.07501541078090668, 455.0188293457031, 454.9528503417969, 1.3278797723614844e-06, 3.960336835007183e-05, 0.00018341421673540026, 0.0002179729490308091, 0.0005684291245415807, 0.0005181191954761744], "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": [27], "max": [27], "mean": [27.0], "std": [0.0], "count": [877]}, "index": {"min": [22967], "max": [23843], "mean": [23405.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7149372862029647, 0.676446978429687], "std": [0.4514443077498105, 0.45405121401359183], "count": [877]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7149372862029647, 0.676446978429687], "std": [0.4514443077498105, 0.4540512140135918], "count": [877]}, "eef_direction_state": {"mean": [4.7480045610034205, 5.0262257696693275], "std": [2.0912231770573846, 2.072350641300577], "min": [0, 0], "max": [6, 6], "count": [877]}, "eef_velocity_state": {"mean": [0.3865450399087799, 0.2063854047890536], "std": [0.6077804465697485, 0.4372144668279303], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_acc_mag_state": {"mean": [0.2862029646522235, 0.14823261117445838], "std": [0.623707837225878, 0.4712120287032811], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_direction_action": {"mean": [4.7480045610034205, 5.0262257696693275], "std": [2.0912231770573846, 2.072350641300577], "min": [0, 0], "max": [6, 6], "count": [877]}, "eef_velocity_action": {"mean": [0.3865450399087799, 0.2063854047890536], "std": [0.6077804465697485, 0.43721446682793036], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_acc_mag_action": {"mean": [0.2862029646522235, 0.14823261117445838], "std": [0.623707837225878, 0.4712120287032811], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_sim_pose_state": {"mean": [0.42148121692150503, 0.2540826475057124, 1.1882535216758583, -0.019178554779674062, 0.07283313196941693, 1.3225338773746564, 0.4733094440815129, -0.24175136919507897, 1.1360840023199967, -0.01913850561840519, -0.11936384259471462, -1.4397986764456152], "std": [0.06453192040857214, 0.04062211064971898, 0.04634553958454149, 0.024590588398331267, 0.05939096305148007, 0.1775753430731495, 0.04786741828639011, 0.038776849359259125, 0.00694408250776094, 0.058608142186505896, 0.030295562912735503, 0.07948324918080164], "min": [0.3627530956032927, 0.14923913665766358, 1.1567890403673053, -0.11220522173027447, 0.00653940037446743, 0.9081107249249025, 0.39636708342746213, -0.27439893983589436, 1.1284680524782111, -0.1524463871642069, -0.1908168619527597, -1.5064746316600077], "max": [0.5907714421138099, 0.33689562544788426, 1.2763038866277445, 0.047816457431143156, 0.23550976949410973, 1.446007392985494, 0.579193083663833, -0.18867510107408175, 1.160905271507194, 0.0628312633124698, -0.06669685728944574, -1.3043161411826312], "count": [877]}, "eef_sim_pose_action": {"mean": [0.4215372122056365, 0.2541046832951313, 1.18825872702344, -0.019123362892651524, 0.0729916571305625, 1.322435894104719, 0.47338841556382855, -0.24184810148140334, 1.1360695970574595, -0.01919418531613849, -0.11941827581697616, -1.4400244695849824], "std": [0.06452024652959132, 0.040633015698188134, 0.046342263595905486, 0.024648472799135474, 0.059468892495668266, 0.17753093772036121, 0.04779753653907775, 0.03875018882638635, 0.0069396957434867635, 0.058567653316980155, 0.030245020382236684, 0.07937964131830502], "min": [0.3627530956032927, 0.14923913665766358, 1.1567890403673053, -0.11220522173027447, 0.00653940037446743, 0.9081107249249025, 0.39636708342746213, -0.27439893983589436, 1.1284680524782111, -0.1524463871642069, -0.1908168619527597, -1.5064746316600077], "max": [0.5907714421138099, 0.33689562544788426, 1.2763038866277445, 0.047816457431143156, 0.23550976949410973, 1.446007392985494, 0.579193083663833, -0.18867510107408175, 1.160905271507194, 0.0628312633124698, -0.06669685728944574, -1.3043161411826312], "count": [877]}, "gripper_mode_state": {"mean": [0.28506271379703535, 0.3238312428734322], "std": [0.4514443077498105, 0.4679365010473986], "min": [0, 0], "max": [1, 1], "count": [877]}, "gripper_activity_state": {"mean": [1.9897377423033067, 1.879133409350057], "std": [0.1303780997514109, 0.4313645995880738], "min": [0, 0], "max": [2, 2], "count": [877]}, "gripper_mode_action": {"mean": [0.28506271379703535, 0.3238312428734322], "std": [0.4514443077498105, 0.4679365010473986], "min": [0, 0], "max": [1, 1], "count": [877]}, "gripper_activity_action": {"mean": [1.9897377423033067, 1.879133409350057], "std": [0.1303780997514109, 0.4313645995880738], "min": [0, 0], "max": [2, 2], "count": [877]}}} +{"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.47245298905124683]], [[0.4648363411181882]], [[0.45676977176220807]]], "std": [[[0.15086751349928976]], [[0.16065379903726248]], [[0.16839350006386458]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46501284813288374]], [[0.45889626264518546]], [[0.4535198589255235]]], "std": [[[0.14347544158668646]], [[0.14708613287835598]], [[0.15282855027016595]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605301585071396]], [[0.46204540948545025]], [[0.45485586570084513]]], "std": [[[0.15723660569496295]], [[0.15522732611944398]], [[0.16370246489669127]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47877766329461724]], [[0.4760645632987802]], [[0.464052810561592]]], "std": [[[0.13972423027629094]], [[0.13543763053309915]], [[0.14428078312162143]]], "count": [157]}, "observation.state": {"min": [-0.5482253432273865, 0.014224433340132236, -0.08162905275821686, -2.064654588699341, -0.5816135406494141, -0.020839231088757515, -0.25101324915885925, -0.2906390130519867, 0.3594909906387329, 0.039854999631643295, -1.6244852542877197, -1.69475519657135, -1.1915645599365234, -0.1771160066127777, -0.01556833740323782, -0.26258477568626404, -1.782626986503601, -0.1010894700884819, -0.0636521577835083, -0.0262148454785347, -0.32251399755477905, -0.5607540011405945, 0.10967399924993515, 1.2292572259902954, -1.329514741897583, 0.8804771304130554, 0.0, 0.0, -0.06208110600709915, -0.17878958582878113, -0.8270002603530884, 1.912387490272522, -1.081567406654358, -0.0018320438684895635], "max": [0.29363417625427246, 0.4211479425430298, 0.33506831526756287, -1.2526577711105347, -0.19488346576690674, 0.2580643892288208, -0.01984439231455326, -0.16965200006961823, 0.5654259920120239, 0.22116400301456451, -1.2265300750732422, -1.3149421215057373, -0.9625188708305359, 0.44696134328842163, 0.1892460584640503, 0.024504423141479492, -1.0167416334152222, 0.06588618457317352, 0.12922418117523193, 0.10377728193998337, -0.2727319896221161, -0.3761259913444519, 0.20117299258708954, 1.4830241203308105, -1.2065420150756836, 1.1892004013061523, 1001.0, 1002.0, -0.06201154738664627, -0.17802636325359344, -0.8235559463500977, 1.9130467176437378, -1.075775384902954, 0.002000060398131609], "mean": [0.11637845635414124, 0.22863440215587616, 0.0843762457370758, -1.7844799757003784, -0.2840314507484436, 0.053110502660274506, -0.07504110038280487, -0.2561659514904022, 0.400261789560318, 0.17632728815078735, -1.3630722761154175, -1.3978949785232544, -1.1431158781051636, 0.07443036139011383, 0.06407759338617325, -0.05777755752205849, -1.4699585437774658, 0.004959519486874342, -0.008115045726299286, 0.043360352516174316, -0.30732306838035583, -0.45989054441452026, 0.1681825965642929, 1.2919342517852783, -1.2456241846084595, 1.0970726013183594, 699.2680053710938, 620.9539794921875, -0.0620543397963047, -0.17831934988498688, -0.8255500197410583, 1.9127694368362427, -1.0793583393096924, 0.000612983014434576], "std": [0.2551251947879791, 0.07641798257827759, 0.10584081709384918, 0.16681361198425293, 0.08077254146337509, 0.1016293466091156, 0.0735337883234024, 0.04405016079545021, 0.059233080595731735, 0.05497726425528526, 0.12199081480503082, 0.11256521195173264, 0.0688246488571167, 0.16394749283790588, 0.05294601619243622, 0.10351226478815079, 0.191862091422081, 0.05523109436035156, 0.06423476338386536, 0.030481616035103798, 0.010556543245911598, 0.04792240634560585, 0.03794640675187111, 0.08521183580160141, 0.042862407863140106, 0.11397794634103775, 445.1198425292969, 472.5818176269531, 2.761225232461584e-06, 2.5065055524464697e-05, 0.0003758371458388865, 0.00016342956223525107, 0.0006495640845969319, 0.0004641540872398764], "count": [847]}, "action": {"min": [-0.5482253432273865, 0.014224433340132236, -0.08162905275821686, -2.064654588699341, -0.5816135406494141, -0.020839231088757515, -0.25101324915885925, -0.2906390130519867, 0.3594909906387329, 0.039854999631643295, -1.6244852542877197, -1.69475519657135, -1.1915645599365234, -0.1771160066127777, -0.01556833740323782, -0.26258477568626404, -1.782626986503601, -0.1010894700884819, -0.0636521577835083, -0.0262148454785347, -0.32251399755477905, -0.5607540011405945, 0.10967399924993515, 1.2292572259902954, -1.329514741897583, 0.8804771304130554, 0.0, 0.0, -0.06208110600709915, -0.17878958582878113, -0.8270002603530884, 1.912387490272522, -1.081567406654358, -0.0018320438684895635], "max": [0.29363417625427246, 0.4211479425430298, 0.33506831526756287, -1.2526577711105347, -0.19488346576690674, 0.2580643892288208, -0.01984439231455326, -0.16965200006961823, 0.5654259920120239, 0.22116400301456451, -1.2265300750732422, -1.3149421215057373, -0.9625188708305359, 0.44696134328842163, 0.1892460584640503, 0.024504423141479492, -1.0167416334152222, 0.06588618457317352, 0.12922418117523193, 0.10377728193998337, -0.2727319896221161, -0.3761259913444519, 0.20117299258708954, 1.4830241203308105, -1.2065420150756836, 1.1892004013061523, 1001.0, 1002.0, -0.06201154738664627, -0.17802636325359344, -0.8235559463500977, 1.9130467176437378, -1.075775384902954, 0.002000060398131609], "mean": [0.11616594344377518, 0.22863143682479858, 0.08433505892753601, -1.7842987775802612, -0.28414613008499146, 0.05325691029429436, -0.07518196105957031, -0.25617095828056335, 0.40032145380973816, 0.1763443648815155, -1.363002061843872, -1.3980625867843628, -1.1430816650390625, 0.07467534393072128, 0.06391415745019913, -0.05744056776165962, -1.4696309566497803, 0.004919316153973341, -0.008093059062957764, 0.043450068682432175, -0.3073459565639496, -0.45998063683509827, 0.16828882694244385, 1.291654348373413, -1.2454859018325806, 1.0972137451171875, 699.2680053710938, 620.9539794921875, -0.0620543397963047, -0.1783193051815033, -0.8255500793457031, 1.9127695560455322, -1.0793583393096924, 0.0006131051923148334], "std": [0.25507593154907227, 0.07641758024692535, 0.1058640256524086, 0.16682669520378113, 0.08079852908849716, 0.10161210596561432, 0.07354223728179932, 0.04405348002910614, 0.05922463536262512, 0.054987430572509766, 0.1220458373427391, 0.1125531792640686, 0.06881112605333328, 0.16373124718666077, 0.052773185074329376, 0.10330931097269058, 0.19158391654491425, 0.05519907921552658, 0.06421905010938644, 0.030388396233320236, 0.010544467717409134, 0.047836869955062866, 0.03790842741727829, 0.08499766886234283, 0.042781807482242584, 0.11401426792144775, 445.11981201171875, 472.5818176269531, 2.7616222268989077e-06, 2.506870441720821e-05, 0.00037583193625323474, 0.0001630606857361272, 0.0006495619309134781, 0.0004641696868930012], "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": [28], "max": [28], "mean": [28.0], "std": [0.0], "count": [847]}, "index": {"min": [23844], "max": [24690], "mean": [24267.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7378984651711924, 0.6198016527551968], "std": [0.4397775804531095, 0.47165061288002996], "count": [847]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7378984651711924, 0.6198016527551968], "std": [0.4397775804531095, 0.47165061288002996], "count": [847]}, "eef_direction_state": {"mean": [4.8288075560802834, 4.935064935064935], "std": [2.031678601682172, 2.158268078733421], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_state": {"mean": [0.3565525383707202, 0.2255017709563164], "std": [0.5874736633168846, 0.45315262153384944], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_state": {"mean": [0.2597402597402597, 0.14757969303423848], "std": [0.6058131838800321, 0.4693089928608586], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_direction_action": {"mean": [4.8288075560802834, 4.935064935064935], "std": [2.031678601682172, 2.158268078733421], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_action": {"mean": [0.3565525383707202, 0.2255017709563164], "std": [0.5874736633168847, 0.45315262153384944], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_action": {"mean": [0.2597402597402597, 0.14757969303423848], "std": [0.6058131838800321, 0.4693089928608586], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_sim_pose_state": {"mean": [0.4203185387669045, 0.24959249655306487, 1.183055602417776, -0.024973914226019897, 0.04426079905414909, 1.3488330222185696, 0.4771924167355418, -0.22772277864506216, 1.137876984417835, -0.02800623701904154, -0.058293873226544016, -1.4688072708984865], "std": [0.0633836050001624, 0.0420595055056482, 0.04131034505838083, 0.031915162366718965, 0.037149740340185186, 0.14979343148615482, 0.04787685669086362, 0.028077547668491225, 0.009952599089682929, 0.07157213779911412, 0.05138368218191012, 0.09518230401132743], "min": [0.37725920609140207, 0.1432445164778812, 1.156715284204593, -0.1265311406468249, -0.014704817484839428, 1.0329902242323201, 0.39619853221105716, -0.25411413929984067, 1.12973217722487, -0.17634757112325017, -0.17557831898721887, -1.5484922251498294], "max": [0.5926659882458463, 0.3027529154604648, 1.2618762729794113, 0.05899342373910199, 0.1705431788074141, 1.4527558349667458, 0.5791220292522278, -0.18867743654262675, 1.1678507140303265, 0.07094559670264988, -0.015044115713007677, -1.304277851536932], "count": [847]}, "eef_sim_pose_action": {"mean": [0.4203796337746343, 0.24961788926808173, 1.1830600153749216, -0.024891275703581895, 0.044366597752089454, 1.348767669398805, 0.4772775000388256, -0.22779624125168788, 1.1378601474234904, -0.028059570415356654, -0.05823579826100097, -1.4690936246618487], "std": [0.06337303071961338, 0.042074994810709275, 0.041307740971298766, 0.032024549019976166, 0.0372441315230955, 0.14976314486481007, 0.04779717771697112, 0.02805670143483917, 0.009953419397527133, 0.07153235050769699, 0.05140107345559879, 0.09505202646659247], "min": [0.37725920609140207, 0.1432445164778812, 1.156715284204593, -0.1265311406468249, -0.014704817484839428, 1.0329902242323201, 0.39619853221105716, -0.25411413929984067, 1.12973217722487, -0.17634757112325017, -0.17557831898721887, -1.5484922251498294], "max": [0.5926659882458463, 0.3027529154604648, 1.2618762729794113, 0.05899342373910199, 0.1705431788074141, 1.4527558349667458, 0.5791220292522278, -0.18867743654262675, 1.1678507140303265, 0.07094559670264988, -0.015044115713007677, -1.304277851536932], "count": [847]}, "gripper_mode_state": {"mean": [0.26210153482880755, 0.38134592680047225], "std": [0.4397775804531095, 0.48571721290598974], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_state": {"mean": [1.989374262101535, 1.871310507674144], "std": [0.13265239107615717, 0.4439982095442425], "min": [0, 0], "max": [2, 2], "count": [847]}, "gripper_mode_action": {"mean": [0.26210153482880755, 0.38134592680047225], "std": [0.4397775804531095, 0.48571721290598974], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_action": {"mean": [1.989374262101535, 1.871310507674144], "std": [0.13265239107615717, 0.4439982095442425], "min": [0, 0], "max": [2, 2], "count": [847]}}} +{"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.4702949320219541]], [[0.46311637312510473]], [[0.4556141290116474]]], "std": [[[0.1488923902783194]], [[0.15946886031107257]], [[0.16746810456499495]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708515376235965]], [[0.4642221580672867]], [[0.4590181257331992]]], "std": [[[0.14076899695372688]], [[0.14603189033185734]], [[0.15240011783257496]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654169337606837]], [[0.462858436243087]], [[0.45261600128833585]]], "std": [[[0.15813408854551333]], [[0.15503965329569416]], [[0.16186665888303287]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4812607217299313]], [[0.4793023229323781]], [[0.4673025559850008]]], "std": [[[0.1295350778384259]], [[0.12612301231577094]], [[0.13533520790169454]]], "count": [156]}, "observation.state": {"min": [-0.5820498466491699, 0.06729989498853683, -0.20036378502845764, -2.0621938705444336, -0.7552388906478882, 0.10307914763689041, -0.35100317001342773, -0.28756600618362427, 0.35199499130249023, 0.055330000817775726, -1.633142113685608, -1.8014559745788574, -1.1565433740615845, 0.03242821991443634, -0.00411897711455822, -0.14282028377056122, -1.5189599990844727, -0.1578475683927536, -0.05260422080755234, 0.014346607029438019, -0.3246549963951111, -0.5625069737434387, 0.12879200279712677, 1.192415714263916, -1.3878384828567505, 0.8555448651313782, 0.0, 0.0, -0.062073588371276855, -0.17863167822360992, -0.8264400959014893, 1.9122012853622437, -1.081130027770996, -0.000771736609749496], "max": [0.27804839611053467, 0.5953841209411621, 0.423364520072937, -1.3171825408935547, -0.23333308100700378, 0.4697728157043457, -0.10871656239032745, -0.13163800537586212, 0.5654579997062683, 0.2473829984664917, -1.2376112937927246, -1.426700234413147, -0.825319766998291, 0.45553094148635864, 0.17413149774074554, 0.04187044873833656, -0.9889733791351318, 0.1322086900472641, 0.11541862040758133, 0.18451620638370514, -0.29128599166870117, -0.45213600993156433, 0.23186999559402466, 1.4087265729904175, -1.1599626541137695, 1.1869122982025146, 1001.0, 1002.0, -0.062013428658246994, -0.17785342037677765, -0.8239647746086121, 1.9128835201263428, -1.0764448642730713, 0.0018785569118335843], "mean": [-0.04775552824139595, 0.28578004240989685, 0.09116624295711517, -1.7067058086395264, -0.3960132300853729, 0.21283060312271118, -0.16674858331680298, -0.24007457494735718, 0.4376443922519684, 0.18174542486667633, -1.3520402908325195, -1.525317668914795, -1.039495587348938, 0.1678563505411148, 0.12180466204881668, -0.010624987073242664, -1.338804841041565, 0.06120775267481804, -0.025929192081093788, 0.13566385209560394, -0.3139137029647827, -0.48781663179397583, 0.20658692717552185, 1.2991281747817993, -1.2649664878845215, 1.0731867551803589, 613.141357421875, 698.517822265625, -0.062050770968198776, -0.17821362614631653, -0.825465977191925, 1.912626028060913, -1.0793626308441162, 0.0006845795433036983], "std": [0.2463872730731964, 0.12055239826440811, 0.15251247584819794, 0.1574576497077942, 0.12973333895206451, 0.12938061356544495, 0.05288918316364288, 0.05733152851462364, 0.050969578325748444, 0.05967533960938454, 0.1365412026643753, 0.10511355102062225, 0.1326482743024826, 0.10273522883653641, 0.0649411678314209, 0.056398604065179825, 0.1179199144244194, 0.1024116575717926, 0.04534195736050606, 0.06364706158638, 0.005372492130845785, 0.026965443044900894, 0.03752824664115906, 0.032798562198877335, 0.042514070868492126, 0.09442422538995743, 474.2503356933594, 445.6827697753906, 2.005690930673154e-06, 6.747037696186453e-05, 0.00029072380857542157, 0.00011739041656255722, 0.000584640831220895, 0.000331889750668779], "count": [842]}, "action": {"min": [-0.5820498466491699, 0.06729989498853683, -0.20036378502845764, -2.0621938705444336, -0.7552388906478882, 0.10307914763689041, -0.35100317001342773, -0.28756600618362427, 0.35199499130249023, 0.055330000817775726, -1.633142113685608, -1.8014559745788574, -1.1565433740615845, 0.03242821991443634, -0.00411897711455822, -0.14282028377056122, -1.5189599990844727, -0.1578475683927536, -0.05260422080755234, 0.014346607029438019, -0.3246549963951111, -0.5625069737434387, 0.12879200279712677, 1.192415714263916, -1.3878384828567505, 0.8555448651313782, 0.0, 0.0, -0.062073588371276855, -0.17863167822360992, -0.8264400959014893, 1.9122012853622437, -1.081130027770996, -0.000771736609749496], "max": [0.27804839611053467, 0.5953841209411621, 0.423364520072937, -1.3171825408935547, -0.23333308100700378, 0.4697728157043457, -0.10871656239032745, -0.13163800537586212, 0.5654579997062683, 0.2473829984664917, -1.2376112937927246, -1.426700234413147, -0.825319766998291, 0.45553094148635864, 0.17413149774074554, 0.04187044873833656, -0.9889733791351318, 0.1322086900472641, 0.11541862040758133, 0.18451620638370514, -0.29128599166870117, -0.45213600993156433, 0.23186999559402466, 1.4087265729904175, -1.1599626541137695, 1.1869122982025146, 1001.0, 1002.0, -0.062013428658246994, -0.17785342037677765, -0.8239647746086121, 1.9128835201263428, -1.0764448642730713, 0.0018785569118335843], "mean": [-0.047735199332237244, 0.28595179319381714, 0.091215580701828, -1.7068710327148438, -0.39599093794822693, 0.21296998858451843, -0.16677595674991608, -0.24003256857395172, 0.43763142824172974, 0.18174007534980774, -1.3521970510482788, -1.5252841711044312, -1.0392498970031738, 0.16798684000968933, 0.12194868922233582, -0.010631950572133064, -1.3386378288269043, 0.06132412329316139, -0.02593739703297615, 0.1358235478401184, -0.3139174282550812, -0.48785096406936646, 0.20662498474121094, 1.2992122173309326, -1.2650578022003174, 1.0730862617492676, 613.141357421875, 698.517822265625, -0.062050770968198776, -0.17821352183818817, -0.8254661560058594, 1.9126263856887817, -1.0793625116348267, 0.00068462680792436], "std": [0.24639885127544403, 0.12058783322572708, 0.15249194204807281, 0.1575189083814621, 0.12974263727664948, 0.12932543456554413, 0.05288081616163254, 0.05730968713760376, 0.05097617581486702, 0.059672411531209946, 0.13648544251918793, 0.10513855516910553, 0.13262401521205902, 0.10263549536466599, 0.06491758674383163, 0.056394122540950775, 0.1177992969751358, 0.10243377089500427, 0.04534636437892914, 0.06360017508268356, 0.005371890030801296, 0.02693888358771801, 0.037537429481744766, 0.032733045518398285, 0.042482223361730576, 0.09434787184000015, 474.2503356933594, 445.6827697753906, 2.006452632485889e-06, 6.739769742125645e-05, 0.00029072040342725813, 0.00011763903603423387, 0.0005846918793395162, 0.0003318982198834419], "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": [29], "max": [29], "mean": [29.0], "std": [0.0], "count": [842]}, "index": {"min": [24691], "max": [25532], "mean": [25111.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6532066508313539, 0.6972102137285809], "std": [0.4759492852616102, 0.4447943929251412], "count": [842]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6532066508313539, 0.6972102137285809], "std": [0.4759492852616102, 0.4447943929251412], "count": [842]}, "eef_direction_state": {"mean": [4.707838479809976, 5.156769596199525], "std": [2.0826532348128786, 1.89614761761031], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_state": {"mean": [0.40736342042755347, 0.18052256532066507], "std": [0.6157805494067916, 0.3846221115987921], "min": [0, 0], "max": [2, 1], "count": [842]}, "eef_acc_mag_state": {"mean": [0.28741092636579574, 0.12232779097387174], "std": [0.6245630832159745, 0.430985499325771], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_direction_action": {"mean": [4.707838479809976, 5.156769596199525], "std": [2.0826532348128786, 1.89614761761031], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_action": {"mean": [0.40736342042755347, 0.18052256532066507], "std": [0.6157805494067916, 0.38462211159879217], "min": [0, 0], "max": [2, 1], "count": [842]}, "eef_acc_mag_action": {"mean": [0.28741092636579574, 0.12232779097387174], "std": [0.6245630832159745, 0.430985499325771], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_sim_pose_state": {"mean": [0.46111427536748334, 0.26597911718381306, 1.2083947099821983, 0.05620597765427103, 0.08246895953784542, 1.2526771402980397, 0.5048860908577758, -0.26858977649675575, 1.1328815636515637, -0.0419354351647384, -0.06208040585700263, -1.4469027006272313], "std": [0.05458598888979117, 0.048626311600895825, 0.057213800494840976, 0.015191905853809312, 0.06905537176515965, 0.1660683897273596, 0.027621777480442276, 0.037456523758094426, 0.005516482734078496, 0.05037047533025337, 0.06646060157151532, 0.047614567535961654], "min": [0.3814839599133603, 0.15590426599226545, 1.1604694562873388, 0.024694949411197098, -0.07997728811853722, 0.938194184263718, 0.46808036178296664, -0.29565039891182027, 1.1298548452972133, -0.16839807925868078, -0.23424638791295527, -1.5580538341609478], "max": [0.594162636956458, 0.3507293756429238, 1.3133904079490935, 0.10688894786408298, 0.21614975497464428, 1.3907804932672625, 0.5803104026350726, -0.1921888587122036, 1.1531958507298437, 0.01252136179711305, 0.015117152228735442, -1.3534906283479595], "count": [842]}, "eef_sim_pose_action": {"mean": [0.4611053528856236, 0.26598798201484286, 1.2084434346443385, 0.05626446110959126, 0.08228854718833975, 1.2525364722030443, 0.5049216095612872, -0.2686426077515536, 1.1328812278269869, -0.04196514574690494, -0.062099928770487804, -1.4467724860618103], "std": [0.05459083219129901, 0.04863064891179315, 0.057190461848500296, 0.015272001776651797, 0.06914937026898264, 0.1660015581255561, 0.027594128538646283, 0.03746285114122061, 0.00551665154302111, 0.05035145733420424, 0.0664501162021649, 0.04749070796193461], "min": [0.3814839599133603, 0.15590426599226545, 1.1604694562873388, 0.024694949411197098, -0.07997728811853722, 0.938194184263718, 0.46808036178296664, -0.29565039891182027, 1.1298548452972133, -0.16839807925868078, -0.23424638791295527, -1.5580538341609478], "max": [0.594162636956458, 0.3507293756429238, 1.3133904079490935, 0.10688894786408298, 0.21614975497464428, 1.3907804932672625, 0.5803104026350726, -0.1921888587122036, 1.1531958507298437, 0.01252136179711305, 0.015117152228735442, -1.3534906283479595], "count": [842]}, "gripper_mode_state": {"mean": [0.34679334916864607, 0.3028503562945368], "std": [0.4759492852616102, 0.4594910423357581], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_state": {"mean": [1.989311163895487, 1.8752969121140142], "std": [0.1330431344473888, 0.4357893100680122], "min": [0, 0], "max": [2, 2], "count": [842]}, "gripper_mode_action": {"mean": [0.34679334916864607, 0.3028503562945368], "std": [0.4759492852616102, 0.4594910423357581], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_action": {"mean": [1.989311163895487, 1.8752969121140142], "std": [0.1330431344473888, 0.4357893100680122], "min": [0, 0], "max": [2, 2], "count": [842]}}} +{"episode_index": 30, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4763553934745941]], [[0.467271394686907]], [[0.45978063593717056]]], "std": [[[0.15183391104596605]], [[0.16279237563829477]], [[0.17096855851298126]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46364418880455405]], [[0.45741650063251105]], [[0.45201414848197347]]], "std": [[[0.14479541971018]], [[0.14832929890819574]], [[0.1539938300449778]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46982847617541645]], [[0.4713374710099093]], [[0.46369392394054393]]], "std": [[[0.1614949484897264]], [[0.15885158911124433]], [[0.16715194404402292]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49208444549862956]], [[0.4814032877398271]], [[0.46797557057769346]]], "std": [[[0.14912906843576232]], [[0.1412246115469616]], [[0.14987865062930888]]], "count": [155]}, "observation.state": {"min": [-0.547143280506134, 0.01005309633910656, -0.1350710242986679, -2.0557010173797607, -0.6346017122268677, -0.02139773592352867, -0.34948474168777466, -0.2832750082015991, 0.3542340099811554, 0.040369998663663864, -1.6278823614120483, -1.7593231201171875, -1.1883530616760254, -0.1745503842830658, 0.01881464757025242, -0.2626197040081024, -1.7847388982772827, -0.0385892279446125, -0.06372196972370148, -0.02626720443367958, -0.32205599546432495, -0.5637789964675903, 0.1096780002117157, 1.2648773193359375, -1.399336576461792, 0.8636570572853088, 0.0, 0.0, -0.062052905559539795, -0.1784023493528366, -0.8259726166725159, 1.9123455286026, -1.0811339616775513, -0.0011742167407646775], "max": [0.29885271191596985, 0.477487176656723, 0.3739193379878998, -1.2589058876037598, -0.24202479422092438, 0.24272292852401733, -0.019809486344456673, -0.1633799970149994, 0.5633460283279419, 0.23269499838352203, -1.268354058265686, -1.3183525800704956, -0.9671800136566162, 0.46328020095825195, 0.1892460584640503, -0.04136430099606514, -1.0029534101486206, 0.15304791927337646, 0.14062118530273438, 0.2016204297542572, -0.2796899974346161, -0.376147985458374, 0.19864700734615326, 1.4755313396453857, -1.315269947052002, 1.0770869255065918, 1001.0, 1002.0, -0.06204162910580635, -0.1776691973209381, -0.8247500061988831, 1.9129493236541748, -1.0774059295654297, 0.002359824487939477], "mean": [0.11155965924263, 0.22818803787231445, 0.08823301643133163, -1.7809464931488037, -0.29700756072998047, 0.04618342965841293, -0.0751398503780365, -0.2541060149669647, 0.40114375948905945, 0.17440858483314514, -1.3666729927062988, -1.4094887971878052, -1.1515504121780396, 0.09040449559688568, 0.14655403792858124, -0.10623246431350708, -1.484108805656433, 0.08971554785966873, 0.03239896893501282, 0.120591901242733, -0.2994689345359802, -0.4626111686229706, 0.16546949744224548, 1.3629437685012817, -1.3410232067108154, 1.0228480100631714, 715.2122192382812, 621.3800659179688, -0.06204940751194954, -0.17800775170326233, -0.8254831433296204, 1.9124525785446167, -1.079393982887268, 0.0006204588571563363], "std": [0.2669549882411957, 0.08402353525161743, 0.11276836693286896, 0.17288188636302948, 0.0994754433631897, 0.09493888914585114, 0.08518244326114655, 0.04420100897550583, 0.0620720349252224, 0.05518661066889763, 0.1146090105175972, 0.14604751765727997, 0.05887838080525398, 0.1669117659330368, 0.05624429136514664, 0.07944169640541077, 0.1999867707490921, 0.07245873659849167, 0.048869285732507706, 0.06702233105897903, 0.009691575542092323, 0.049017298966646194, 0.037457503378391266, 0.05744188278913498, 0.011831727810204029, 0.07378702610731125, 437.7418212890625, 472.2733154296875, 7.220095312732155e-07, 0.0001524485123809427, 0.00019358997815288603, 0.00014899174857418984, 0.0005343226948752999, 0.000429908192018047], "count": [834]}, "action": {"min": [-0.547143280506134, 0.01005309633910656, -0.1350710242986679, -2.0557010173797607, -0.6346017122268677, -0.02139773592352867, -0.34948474168777466, -0.2832750082015991, 0.3542340099811554, 0.040369998663663864, -1.6278823614120483, -1.7593231201171875, -1.1883530616760254, -0.1745503842830658, 0.01881464757025242, -0.2626197040081024, -1.7847388982772827, -0.0385892279446125, -0.06372196972370148, -0.02626720443367958, -0.32205599546432495, -0.5637789964675903, 0.1096780002117157, 1.2648773193359375, -1.399336576461792, 0.8636570572853088, 0.0, 0.0, -0.062052905559539795, -0.1784023493528366, -0.8259726166725159, 1.9123455286026, -1.0811339616775513, -0.0011742167407646775], "max": [0.29885271191596985, 0.477487176656723, 0.3739193379878998, -1.2589058876037598, -0.24202479422092438, 0.24272292852401733, -0.019809486344456673, -0.1633799970149994, 0.5633460283279419, 0.23269499838352203, -1.268354058265686, -1.3183525800704956, -0.9671800136566162, 0.46328020095825195, 0.1892460584640503, -0.04136430099606514, -1.0029534101486206, 0.15304791927337646, 0.14062118530273438, 0.2016204297542572, -0.2796899974346161, -0.376147985458374, 0.19864700734615326, 1.4755313396453857, -1.315269947052002, 1.0770869255065918, 1001.0, 1002.0, -0.06204162910580635, -0.1776691973209381, -0.8247500061988831, 1.9129493236541748, -1.0774059295654297, 0.002359824487939477], "mean": [0.1112816110253334, 0.22811806201934814, 0.08820024877786636, -1.780774712562561, -0.29702603816986084, 0.04635138809680939, -0.07525727152824402, -0.2540864944458008, 0.40122151374816895, 0.17440785467624664, -1.3666456937789917, -1.4095927476882935, -1.1515403985977173, 0.09068518131971359, 0.14653943479061127, -0.1059701144695282, -1.483807921409607, 0.0898146852850914, 0.03250642865896225, 0.12081808596849442, -0.29947414994239807, -0.4627097547054291, 0.1655750572681427, 1.362790584564209, -1.3410372734069824, 1.0228525400161743, 715.2122192382812, 621.3800659179688, -0.06204940378665924, -0.1780073642730713, -0.8254834413528442, 1.9124529361724854, -1.0793941020965576, 0.0006206557154655457], "std": [0.26691511273384094, 0.0840371698141098, 0.11278577893972397, 0.172885000705719, 0.09946883469820023, 0.0949440449476242, 0.08517372608184814, 0.04419175162911415, 0.062069423496723175, 0.055186256766319275, 0.11462820321321487, 0.1460137814283371, 0.05887346714735031, 0.1666650027036667, 0.056234799325466156, 0.07928609848022461, 0.19974398612976074, 0.0724823921918869, 0.048756297677755356, 0.0668448656797409, 0.009688759222626686, 0.04892599955201149, 0.037424229085445404, 0.05731185898184776, 0.01182461902499199, 0.07378973811864853, 437.7418212890625, 472.2733154296875, 7.239343631226802e-07, 0.00015234465536195785, 0.00019379817240405828, 0.00014921586262062192, 0.0005343364900909364, 0.00042993840179406106], "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": [30], "max": [30], "mean": [30.0], "std": [0.0], "count": [834]}, "index": {"min": [25533], "max": [26366], "mean": [25949.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7553956834532374, 0.6202278177201417], "std": [0.4298523524112137, 0.4713484339222212], "count": [834]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7553956834532374, 0.6202278177201417], "std": [0.4298523524112137, 0.4713484339222212], "count": [834]}, "eef_direction_state": {"mean": [4.83453237410072, 4.900479616306955], "std": [2.0623278120482276, 2.1924056321355017], "min": [0, 0], "max": [6, 6], "count": [834]}, "eef_velocity_state": {"mean": [0.35611510791366907, 0.2170263788968825], "std": [0.5929580896679666, 0.41511927357636025], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_acc_mag_state": {"mean": [0.2793764988009592, 0.13908872901678657], "std": [0.6212709142524979, 0.46180973824010135], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_direction_action": {"mean": [4.83453237410072, 4.900479616306955], "std": [2.0623278120482276, 2.192405632135501], "min": [0, 0], "max": [6, 6], "count": [834]}, "eef_velocity_action": {"mean": [0.35611510791366907, 0.2170263788968825], "std": [0.5929580896679666, 0.41511927357636025], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_acc_mag_action": {"mean": [0.2793764988009592, 0.13908872901678657], "std": [0.6212709142524979, 0.46180973824010135], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_sim_pose_state": {"mean": [0.4216470023350949, 0.2481759906093261, 1.1840027871843888, -0.034627249781255746, 0.054066663946768255, 1.3413070330703922, 0.481676863801688, -0.2385010148801554, 1.1480973381567223, -0.04846341196561878, -0.05393439632670696, -1.3502180506451065], "std": [0.06633241518941356, 0.042326731321627856, 0.04090226706823265, 0.032045658892785614, 0.03690243887659432, 0.16881676147040767, 0.04907475453679778, 0.034923267685432836, 0.004379782225715883, 0.067946242080556, 0.03255406996988266, 0.035203860320639255], "min": [0.3765860695416011, 0.1389748001754106, 1.156783045933095, -0.12857726068851782, 0.009009708329818844, 0.9550196067724239, 0.39635197759494023, -0.2694350207986943, 1.140287049108274, -0.18380119676830586, -0.12515297665852865, -1.3767235832756874], "max": [0.5909885095373701, 0.3241619602030288, 1.265953891900917, 0.016222148347310617, 0.1691188197883411, 1.4459954063054883, 0.5832991308638604, -0.188670164582408, 1.1631059990684516, 0.04799002202377822, -0.021381546246222127, -1.2471206777099493], "count": [834]}, "eef_sim_pose_action": {"mean": [0.42172564425849196, 0.24818108573861725, 1.184026388045477, -0.03459186031435893, 0.054133021985705236, 1.3412580787646786, 0.4817730226758786, -0.23859673755655544, 1.1481023736233487, -0.048553235593536664, -0.05388547663752253, -1.3503018596081937], "std": [0.06632602290122641, 0.042328954205395106, 0.04089224383386565, 0.03208073225724044, 0.036913553698843415, 0.1687923462740615, 0.04898600493028936, 0.034895993448222466, 0.004378068701874645, 0.06786814815166946, 0.032564332816919374, 0.03517777420051914], "min": [0.3765860695416011, 0.1389748001754106, 1.156783045933095, -0.12857726068851782, 0.009009708329818844, 0.9550196067724239, 0.39635197759494023, -0.2694350207986943, 1.140287049108274, -0.18380119676830586, -0.12515297665852865, -1.3767235832756874], "max": [0.5909885095373701, 0.3241619602030288, 1.265953891900917, 0.016222148347310617, 0.1691188197883411, 1.4459954063054883, 0.5832991308638604, -0.188670164582408, 1.1631059990684516, 0.04799002202377822, -0.021381546246222127, -1.2471206777099493], "count": [834]}, "gripper_mode_state": {"mean": [0.2446043165467626, 0.3800959232613909], "std": [0.4298523524112137, 0.485410148618116], "min": [0, 0], "max": [1, 1], "count": [834]}, "gripper_activity_state": {"mean": [1.9892086330935252, 1.8752997601918466], "std": [0.13367556961195737, 0.43667477850477454], "min": [0, 0], "max": [2, 2], "count": [834]}, "gripper_mode_action": {"mean": [0.2446043165467626, 0.3800959232613909], "std": [0.4298523524112137, 0.485410148618116], "min": [0, 0], "max": [1, 1], "count": [834]}, "gripper_activity_action": {"mean": [1.9892086330935252, 1.8752997601918466], "std": [0.13367556961195737, 0.43667477850477454], "min": [0, 0], "max": [2, 2], "count": [834]}}} +{"episode_index": 31, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47376546774128875]], [[0.4664060344741168]], [[0.4585574802518144]]], "std": [[[0.1503911751349588]], [[0.16103973977419297]], [[0.16885463342391394]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46294808207025145]], [[0.45655795641364927]], [[0.4512362677432937]]], "std": [[[0.14493049052129192]], [[0.14919694185095772]], [[0.1548271409141615]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4576392397449777]], [[0.4622173039716909]], [[0.4543575561870965]]], "std": [[[0.15488961233966944]], [[0.15384600517800465]], [[0.1619501686841795]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4867913759573359]], [[0.48194464994586794]], [[0.46934762194755203]]], "std": [[[0.14173251269300913]], [[0.1378887748548172]], [[0.1474387705468412]]], "count": [163]}, "observation.state": {"min": [-0.5447695851325989, -0.003752457909286022, -0.21584485471248627, -2.1268234252929688, -0.8087157607078552, -0.020839231088757515, -0.3004409968852997, -0.2832840085029602, 0.3403489887714386, 0.04349900037050247, -1.631825566291809, -1.8602299690246582, -1.2563378810882568, -0.18074630200862885, -0.06745697557926178, -0.26258477568626404, -1.7890671491622925, -0.04483750835061073, -0.06372196972370148, -0.0262148454785347, -0.3261739909648895, -0.5625900030136108, 0.10967700183391571, 1.169561743736267, -1.3667888641357422, 0.9732540249824524, 0.0, 0.0, -0.062058545649051666, -0.17829330265522003, -0.8263862133026123, 1.9120547771453857, -1.0807480812072754, -0.0015064526814967394], "max": [0.3406882882118225, 0.47219884395599365, 0.3508635461330414, -1.297652244567871, -0.2537534236907959, 0.40165263414382935, -0.019809486344456673, -0.1335500031709671, 0.5630660057067871, 0.24107900261878967, -1.2947556972503662, -1.3183525800704956, -0.9866469502449036, 0.453995019197464, 0.1892635077238083, -0.007976154796779156, -0.9849940538406372, 0.06590363383293152, 0.13814280927181244, 0.10554005950689316, -0.28477799892425537, -0.37527701258659363, 0.19004200398921967, 1.4755313396453857, -1.2655783891677856, 1.1358462572097778, 1001.0, 1002.0, -0.06203223019838333, -0.177392840385437, -0.8241850733757019, 1.91312837600708, -1.0774821043014526, 0.00266832928173244], "mean": [0.10113146156072617, 0.24011532962322235, 0.09002235531806946, -1.784812092781067, -0.32914528250694275, 0.06920916587114334, -0.0727788582444191, -0.24980497360229492, 0.4025580585002899, 0.1748259961605072, -1.3563644886016846, -1.43446683883667, -1.1476696729660034, 0.02830611914396286, 0.07315689325332642, -0.07132451981306076, -1.5365082025527954, 0.03769754245877266, 0.021417569369077682, 0.05087641626596451, -0.30203601717948914, -0.4465758204460144, 0.15945366024971008, 1.2957656383514404, -1.2941423654556274, 1.0935500860214233, 673.8916015625, 689.29052734375, -0.062049463391304016, -0.17789877951145172, -0.825657844543457, 1.912604570388794, -1.0793983936309814, 0.0006388323963619769], "std": [0.2809318006038666, 0.09063190221786499, 0.11534420400857925, 0.1743878275156021, 0.13565362989902496, 0.13206546008586884, 0.07782790064811707, 0.05066225305199623, 0.06416890770196915, 0.054646532982587814, 0.09351550787687302, 0.1697368323802948, 0.059397175908088684, 0.18227185308933258, 0.06902270019054413, 0.09018053859472275, 0.22576236724853516, 0.039997559040784836, 0.042865555733442307, 0.04118991643190384, 0.009961736388504505, 0.052363988012075424, 0.0354328453540802, 0.08403131365776062, 0.032299432903528214, 0.051178108900785446, 456.45831298828125, 450.4828186035156, 1.1952076874877093e-06, 0.00013240477710496634, 0.0002927566529251635, 0.0002081193233607337, 0.0005020479438826442, 0.0005444950656965375], "count": [895]}, "action": {"min": [-0.5447695851325989, -0.003752457909286022, -0.21584485471248627, -2.1268234252929688, -0.8087157607078552, -0.020839231088757515, -0.3004409968852997, -0.2832840085029602, 0.3403489887714386, 0.04349900037050247, -1.631825566291809, -1.8602299690246582, -1.2563378810882568, -0.18074630200862885, -0.06745697557926178, -0.26258477568626404, -1.7890671491622925, -0.04483750835061073, -0.06370452046394348, -0.0262148454785347, -0.3261739909648895, -0.5625900030136108, 0.10967700183391571, 1.169561743736267, -1.3667888641357422, 0.9732540249824524, 0.0, 0.0, -0.062058545649051666, -0.17829330265522003, -0.8263862133026123, 1.9120547771453857, -1.0807480812072754, -0.0015064526814967394], "max": [0.3406882882118225, 0.47219884395599365, 0.3508635461330414, -1.297652244567871, -0.2537534236907959, 0.40165263414382935, -0.019809486344456673, -0.1335500031709671, 0.5630660057067871, 0.24107900261878967, -1.2947556972503662, -1.3183525800704956, -0.9866469502449036, 0.453995019197464, 0.1892635077238083, -0.007976154796779156, -0.9849940538406372, 0.06590363383293152, 0.13814280927181244, 0.10554005950689316, -0.28477799892425537, -0.37527701258659363, 0.19004200398921967, 1.4755313396453857, -1.2655783891677856, 1.1358462572097778, 1001.0, 1002.0, -0.06203223019838333, -0.177392840385437, -0.8241850733757019, 1.91312837600708, -1.0774821043014526, 0.00266832928173244], "mean": [0.1009325161576271, 0.2401396483182907, 0.09003905206918716, -1.7846659421920776, -0.32922834157943726, 0.06931696832180023, -0.07290086150169373, -0.24980179965496063, 0.40261197090148926, 0.17482434213161469, -1.3563834428787231, -1.4346075057983398, -1.1476002931594849, 0.02845853939652443, 0.0730392187833786, -0.07104162126779556, -1.5363311767578125, 0.03769092261791229, 0.02151382341980934, 0.05099242553114891, -0.3020451068878174, -0.4466385245323181, 0.15954244136810303, 1.2955387830734253, -1.2940731048583984, 1.0936254262924194, 673.8916015625, 689.29052734375, -0.06204945966601372, -0.17789912223815918, -0.825657844543457, 1.9126050472259521, -1.0793981552124023, 0.0006386765162460506], "std": [0.28087857365608215, 0.09063506871461868, 0.11533832550048828, 0.1743885725736618, 0.1356302797794342, 0.1320313960313797, 0.07783050090074539, 0.050660260021686554, 0.06415898352861404, 0.05464572459459305, 0.09350524097681046, 0.16969306766986847, 0.059390220791101456, 0.18215973675251007, 0.06891460716724396, 0.08997742086648941, 0.22563990950584412, 0.039993468672037125, 0.04277082905173302, 0.04111884534358978, 0.009956386871635914, 0.05231333523988724, 0.03540747985243797, 0.08381951600313187, 0.03229055926203728, 0.05118787661194801, 456.4582824707031, 450.4828186035156, 1.1964723398705246e-06, 0.0001327571808360517, 0.00029274553526192904, 0.00020783023501280695, 0.0005020493408665061, 0.000544498092494905], "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": [31], "max": [31], "mean": [31.0], "std": [0.0], "count": [895]}, "index": {"min": [26367], "max": [27261], "mean": [26814.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7106145251396648, 0.6879966479417863], "std": [0.45347714584110527, 0.4495823250747689], "count": [895]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7106145251396648, 0.6879966479417863], "std": [0.45347714584110527, 0.44958232507476886], "count": [895]}, "eef_direction_state": {"mean": [5.030167597765363, 5.031284916201117], "std": [1.8503164382428288, 2.0646327530232615], "min": [0, 0], "max": [6, 6], "count": [895]}, "eef_velocity_state": {"mean": [0.3854748603351955, 0.21452513966480447], "std": [0.6702048158421811, 0.45930622102825247], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_acc_mag_state": {"mean": [0.2547486033519553, 0.15418994413407822], "std": [0.6015968679675181, 0.4735716987588631], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_direction_action": {"mean": [5.030167597765363, 5.031284916201117], "std": [1.8503164382428288, 2.0646327530232615], "min": [0, 0], "max": [6, 6], "count": [895]}, "eef_velocity_action": {"mean": [0.3854748603351955, 0.21452513966480447], "std": [0.670204815842181, 0.45930622102825247], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_acc_mag_action": {"mean": [0.2547486033519553, 0.15418994413407822], "std": [0.6015968679675181, 0.4735716987588631], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_sim_pose_state": {"mean": [0.42326877851442885, 0.24979394959945195, 1.1892663255169424, -0.02643953380203113, 0.07118991920247765, 1.3309508994486083, 0.4639913011812699, -0.22281643736405662, 1.144146538718651, -0.03602755931515109, -0.03217306915908294, -1.4393303713939725], "std": [0.068674816915962, 0.042979953804243, 0.04878139633397101, 0.021843093219591707, 0.06612949178350275, 0.1670628175480282, 0.05213475959410807, 0.030143331110242495, 0.005103239414913018, 0.058468345220211604, 0.018911670110569365, 0.06563351940796369], "min": [0.3630430424895674, 0.14013956202137987, 1.1567768713739697, -0.0837118246278526, 0.0325603255249407, 0.9900512401601306, 0.3952757894437118, -0.2485572918404252, 1.1327172046471867, -0.15323672286767664, -0.08569846719362051, -1.4867868502491974], "max": [0.5891423756168609, 0.33513555280648855, 1.299497158371611, 0.027943541518752002, 0.2957419418236267, 1.4460837363764738, 0.580036242466811, -0.1782441654950724, 1.1590640894091508, 0.04831911385238519, -0.009865250406478676, -1.304270836539275], "count": [895]}, "eef_sim_pose_action": {"mean": [0.42332498574245825, 0.2498052582467041, 1.1892750129249565, -0.026391455303997564, 0.07123794196201884, 1.3308388409431908, 0.4640497772235523, -0.22288263048500992, 1.1441460989699472, -0.036103278381330275, -0.03212232949023513, -1.4395270375618878], "std": [0.06866282185020085, 0.042985166827509885, 0.0487763054520303, 0.021909799998554205, 0.0661170585845947, 0.16701926244434726, 0.05208821154619369, 0.0301333415113575, 0.005103228018378463, 0.05840348058775367, 0.01887787275241794, 0.06549226901524792], "min": [0.3630430424895674, 0.14013956202137987, 1.1567768713739697, -0.0837118246278526, 0.0325603255249407, 0.9900512401601306, 0.3952757894437118, -0.2485572918404252, 1.1327172046471867, -0.15323672286767664, -0.08569846719362051, -1.4867868502491974], "max": [0.5891423756168609, 0.33513555280648855, 1.299497158371611, 0.027943541518752002, 0.2957419418236267, 1.4460837363764738, 0.580036242466811, -0.1782441654950724, 1.1590640894091508, 0.04831911385238519, -0.009865250406478676, -1.304270836539275], "count": [895]}, "gripper_mode_state": {"mean": [0.28938547486033517, 0.3128491620111732], "std": [0.45347714584110527, 0.4636534954468541], "min": [0, 0], "max": [1, 1], "count": [895]}, "gripper_activity_state": {"mean": [1.9899441340782122, 1.8782122905027934], "std": [0.1290684163413958, 0.4328999776933785], "min": [0, 0], "max": [2, 2], "count": [895]}, "gripper_mode_action": {"mean": [0.28938547486033517, 0.3128491620111732], "std": [0.45347714584110527, 0.4636534954468541], "min": [0, 0], "max": [1, 1], "count": [895]}, "gripper_activity_action": {"mean": [1.9899441340782122, 1.8782122905027934], "std": [0.1290684163413958, 0.4328999776933785], "min": [0, 0], "max": [2, 2], "count": [895]}}} +{"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.47532658127767236]], [[0.46750519713261646]], [[0.45965969191440015]]], "std": [[[0.1506988420680712]], [[0.1601628778948307]], [[0.16804945299378862]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46716220219270504]], [[0.4605324306873287]], [[0.45510611295593506]]], "std": [[[0.14687485480508988]], [[0.1511129194780198]], [[0.1569476575088312]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45962840897111534]], [[0.4625134303183639]], [[0.45541743753953196]]], "std": [[[0.15224363748368763]], [[0.15070379943991674]], [[0.15898332753526814]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49012534656335655]], [[0.48273336100569264]], [[0.4695429435483871]]], "std": [[[0.1436685758492639]], [[0.13886550177781135]], [[0.1487657503866425]]], "count": [155]}, "observation.state": {"min": [-0.5562189817428589, 0.057735491544008255, -0.2641730308532715, -2.193268060684204, -0.733858585357666, -0.026808258146047592, -0.3586128056049347, -0.2833069860935211, 0.30421099066734314, 0.0609310008585453, -1.7401235103607178, -1.7556203603744507, -1.1854034662246704, -0.1754404902458191, -0.036250486969947815, -0.2626197040081024, -1.781544804573059, -0.009442231617867947, -0.06379178166389465, -0.026232298463582993, -0.32678601145744324, -0.5612900257110596, 0.10967999696731567, 1.1884500980377197, -1.3876338005065918, 1.0061941146850586, 0.0, 0.0, -0.062073588371276855, -0.17860348522663116, -0.8265977501869202, 1.9111696481704712, -1.0813106298446655, -0.0012359176762402058], "max": [0.49647635221481323, 0.5581388473510742, 0.3772878348827362, -1.284719467163086, -0.1647590696811676, 0.3442836403846741, -0.019774580374360085, -0.1287810057401657, 0.5667570233345032, 0.2451390027999878, -1.2971378564834595, -1.3178304433822632, -0.900042712688446, 0.45090579986572266, 0.18929840624332428, -0.015428710728883743, -0.9800896048545837, 0.15133748948574066, 0.10499900579452515, 0.12779301404953003, -0.28064998984336853, -0.3761569857597351, 0.1879899948835373, 1.4790235757827759, -1.3066990375518799, 1.218073844909668, 1001.0, 1002.0, -0.0619983896613121, -0.1778421401977539, -0.8236605525016785, 1.9143335819244385, -1.075987696647644, 0.0023209054488688707], "mean": [0.09853523224592209, 0.27835553884506226, 0.08710582554340363, -1.808543086051941, -0.3311099708080292, 0.0815265104174614, -0.10532922297716141, -0.2396339327096939, 0.4004514515399933, 0.17759369313716888, -1.4092978239059448, -1.4226787090301514, -1.101191759109497, 0.044151101261377335, 0.07883971929550171, -0.07243027538061142, -1.5070115327835083, 0.10188516974449158, -0.021783951669931412, 0.07618313282728195, -0.30244600772857666, -0.45131179690361023, 0.16062386333942413, 1.3069826364517212, -1.3356914520263672, 1.1494975090026855, 598.8765258789062, 649.12109375, -0.06204921007156372, -0.17819271981716156, -0.8255860209465027, 1.9125237464904785, -1.0793431997299194, 0.0006858608685433865], "std": [0.29866212606430054, 0.11333531141281128, 0.1371499001979828, 0.19125041365623474, 0.1432735174894333, 0.12807637453079224, 0.10477129369974136, 0.055790528655052185, 0.06716915965080261, 0.0540519542992115, 0.14657719433307648, 0.1329270601272583, 0.10464145243167877, 0.16554465889930725, 0.05609073117375374, 0.08173471689224243, 0.20163197815418243, 0.0614858977496624, 0.04374949634075165, 0.04319391027092934, 0.009853743948042393, 0.04781759902834892, 0.03258856013417244, 0.07299602776765823, 0.01728030852973461, 0.08343973010778427, 477.1565856933594, 464.3439025878906, 2.6169373086304404e-06, 0.00017302657943218946, 0.000382077821996063, 0.00043581987847574055, 0.000724822108168155, 0.0003981511399615556], "count": [834]}, "action": {"min": [-0.5562189817428589, 0.057735491544008255, -0.2641730308532715, -2.193268060684204, -0.733858585357666, -0.026808258146047592, -0.3586128056049347, -0.2833069860935211, 0.30421099066734314, 0.0609310008585453, -1.7401235103607178, -1.7556203603744507, -1.1854034662246704, -0.1754404902458191, -0.036250486969947815, -0.2626197040081024, -1.781544804573059, -0.009442231617867947, -0.06379178166389465, -0.026232298463582993, -0.32678601145744324, -0.5612900257110596, 0.10967999696731567, 1.1884500980377197, -1.3876338005065918, 1.0061941146850586, 0.0, 0.0, -0.062073588371276855, -0.17860348522663116, -0.8265977501869202, 1.9111696481704712, -1.0813106298446655, -0.0012359176762402058], "max": [0.49647635221481323, 0.5581388473510742, 0.3772878348827362, -1.284719467163086, -0.1647590696811676, 0.3442836403846741, -0.019774580374360085, -0.1287810057401657, 0.5667570233345032, 0.2451390027999878, -1.2971378564834595, -1.3178304433822632, -0.900042712688446, 0.45090579986572266, 0.18929840624332428, -0.015428710728883743, -0.9800896048545837, 0.15133748948574066, 0.10499900579452515, 0.12779301404953003, -0.28064998984336853, -0.3761569857597351, 0.1879899948835373, 1.4790235757827759, -1.3066990375518799, 1.218073844909668, 1001.0, 1002.0, -0.0619983896613121, -0.1778421401977539, -0.8236605525016785, 1.9143335819244385, -1.075987696647644, 0.0023209054488688707], "mean": [0.09846428036689758, 0.27853405475616455, 0.08703737705945969, -1.8085204362869263, -0.33132630586624146, 0.08164621144533157, -0.10551518201828003, -0.2396126091480255, 0.4004717171192169, 0.17763455212116241, -1.4093588590621948, -1.4228434562683105, -1.1010719537734985, 0.044348739087581635, 0.07872018218040466, -0.07213541865348816, -1.5067569017410278, 0.10198552161455154, -0.021761436015367508, 0.07633671909570694, -0.30245792865753174, -0.4513881206512451, 0.160716712474823, 1.3067556619644165, -1.3356869220733643, 1.1496772766113281, 598.8765258789062, 649.12109375, -0.06204921752214432, -0.17819304764270782, -0.825585663318634, 1.912523865699768, -1.0793429613113403, 0.000685659411828965], "std": [0.29862940311431885, 0.11339345574378967, 0.13718664646148682, 0.19124677777290344, 0.14329279959201813, 0.12802733480930328, 0.10475698113441467, 0.05577727034687996, 0.06716155260801315, 0.05408312380313873, 0.14654113352298737, 0.1328834593296051, 0.10460291802883148, 0.16538339853286743, 0.05596126616001129, 0.08149087429046631, 0.2014314979314804, 0.061495546251535416, 0.04373273625969887, 0.043056920170784, 0.00984722375869751, 0.04774831235408783, 0.03255368396639824, 0.07276545464992523, 0.017282459884881973, 0.08342169225215912, 477.15655517578125, 464.3439025878906, 2.6174586764682317e-06, 0.00017332902643829584, 0.00038213434163480997, 0.000435786263551563, 0.0007248286856338382, 0.00039817389915697277], "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": [32], "max": [32], "mean": [32.0], "std": [0.0], "count": [834]}, "index": {"min": [27262], "max": [28095], "mean": [27678.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6390887290167866, 0.6479124700206966], "std": [0.48026484928682234, 0.4634234387477211], "count": [834]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6390887290167866, 0.6479124700206966], "std": [0.48026484928682234, 0.4634234387477211], "count": [834]}, "eef_direction_state": {"mean": [4.509592326139089, 4.770983213429257], "std": [2.3146968821735596, 2.2988000711467236], "min": [0, 0], "max": [6, 6], "count": [834]}, "eef_velocity_state": {"mean": [0.44964028776978415, 0.23980815347721823], "std": [0.6717892748769683, 0.4488706442631845], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_acc_mag_state": {"mean": [0.3117505995203837, 0.17625899280575538], "std": [0.6523751514880191, 0.5101957211991496], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_direction_action": {"mean": [4.509592326139089, 4.770983213429257], "std": [2.3146968821735596, 2.2988000711467236], "min": [0, 0], "max": [6, 6], "count": [834]}, "eef_velocity_action": {"mean": [0.44964028776978415, 0.23980815347721823], "std": [0.6717892748769683, 0.4488706442631845], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_acc_mag_action": {"mean": [0.3117505995203837, 0.17625899280575538], "std": [0.6523751514880191, 0.5101957211991496], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_sim_pose_state": {"mean": [0.42260547328256365, 0.2565343919717163, 1.199544140989671, -0.025073711060010113, 0.028433458716810227, 1.2959033835834863, 0.4688980203984975, -0.22616445777735195, 1.1397620082982691, -0.0012460961818119543, 0.022638536479391284, -1.4200771580413754], "std": [0.07151376621309839, 0.04376474031048642, 0.05400682020219645, 0.023200916918018483, 0.04661090082584777, 0.1852451832805777, 0.04762543165880777, 0.027657468627638356, 0.006318233977974431, 0.06243487544421749, 0.047116449153620885, 0.05306208508335319], "min": [0.3300204690147786, 0.16032810423754584, 1.1567267854615049, -0.10193926974714118, -0.060216018590355525, 0.9606675059702922, 0.3963652714066511, -0.24935543958988268, 1.1315797435500947, -0.1433361646086665, -0.08203572687033622, -1.458210772061196], "max": [0.593657815248601, 0.34031680452522284, 1.3021392381448675, 0.033699974804262456, 0.16831965202060095, 1.4460497293008252, 0.5790910115931502, -0.18813692522856862, 1.1603180341553734, 0.0551852676074327, 0.059313245706748896, -1.3042687489754248], "count": [834]}, "eef_sim_pose_action": {"mean": [0.42262943860779967, 0.25659391867467557, 1.1995720987730827, -0.02501658734447532, 0.028460904984054777, 1.2957396624434387, 0.46897022111942377, -0.22623644439467147, 1.1397526579277744, -0.0012685818876080183, 0.022788354085955417, -1.4202572382734975], "std": [0.07150400868397853, 0.04380932215135356, 0.05399073648880505, 0.02327753172264627, 0.04662009408063858, 0.18517280161065366, 0.04756101882572512, 0.027637979456115114, 0.006317005978114939, 0.062420536034373274, 0.04702824697163417, 0.05292361063584862], "min": [0.3300204690147786, 0.16032810423754584, 1.1567267854615049, -0.10193926974714118, -0.060216018590355525, 0.9606675059702922, 0.3963652714066511, -0.24935543958988268, 1.1315797435500947, -0.1433361646086665, -0.08203572687033622, -1.458210772061196], "max": [0.593657815248601, 0.34031680452522284, 1.3021392381448675, 0.033699974804262456, 0.16831965202060095, 1.4460497293008252, 0.5790910115931502, -0.18813692522856862, 1.1603180341553734, 0.0551852676074327, 0.059313245706748896, -1.3042687489754248], "count": [834]}, "gripper_mode_state": {"mean": [0.3609112709832134, 0.35251798561151076], "std": [0.48026484928682234, 0.47775417887435795], "min": [0, 0], "max": [1, 1], "count": [834]}, "gripper_activity_state": {"mean": [1.9892086330935252, 1.8729016786570742], "std": [0.13367556961195734, 0.44144896847965887], "min": [0, 0], "max": [2, 2], "count": [834]}, "gripper_mode_action": {"mean": [0.3609112709832134, 0.35251798561151076], "std": [0.48026484928682234, 0.47775417887435795], "min": [0, 0], "max": [1, 1], "count": [834]}, "gripper_activity_action": {"mean": [1.9892086330935252, 1.8729016786570742], "std": [0.13367556961195734, 0.4414489684796588], "min": [0, 0], "max": [2, 2], "count": [834]}}} +{"episode_index": 33, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46988973730517847]], [[0.4628115311295458]], [[0.4546428259070722]]], "std": [[[0.14680605398133]], [[0.15789886335289732]], [[0.16693180579756686]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46825209354575165]], [[0.46133211831741244]], [[0.4560220352564103]]], "std": [[[0.14487358723497948]], [[0.14923893263419571]], [[0.1550195903430481]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.458957973280124]], [[0.46016407821141275]], [[0.4512051465351098]]], "std": [[[0.15554222722796557]], [[0.15348809827103196]], [[0.16122845725872118]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48516006918258753]], [[0.4785264357612703]], [[0.46660170521199934]]], "std": [[[0.14408722515993796]], [[0.13840468043436244]], [[0.14735536623524595]]], "count": [156]}, "observation.state": {"min": [-0.5885599255561829, 0.07609635591506958, -0.2689726948738098, -2.1457600593566895, -0.7913323044776917, -0.020839231088757515, -0.38379788398742676, -0.2832939922809601, 0.32215800881385803, 0.04978099837899208, -1.653184413909912, -1.8828736543655396, -1.1854034662246704, -0.17563247680664062, 0.024294981732964516, -0.2626371383666992, -1.8130130767822266, -0.08478809148073196, -0.06377433240413666, -0.026232298463582993, -0.3264870047569275, -0.5613430142402649, 0.10968299955129623, 1.3378363847732544, -1.329514741897583, 0.8375734090805054, 0.0, 0.0, -0.062052905559539795, -0.17892682552337646, -0.8265129923820496, 1.9119572639465332, -1.0806007385253906, -0.0027309793513268232], "max": [0.4089480936527252, 0.5285031795501709, 0.3874630928039551, -1.282659888267517, -0.24787165224552155, 0.4067140519618988, -0.019774580374360085, -0.1449729949235916, 0.5669839978218079, 0.24940499663352966, -1.28610098361969, -1.3180842399597168, -0.9379830360412598, 0.4620061218738556, 0.18931587040424347, -0.017348572611808777, -0.9679072499275208, 0.06592108309268951, 0.10463248938322067, 0.14795155823230743, -0.27703699469566345, -0.37615299224853516, 0.2019210010766983, 1.4786098003387451, -1.2360222339630127, 1.0769139528274536, 1001.0, 1002.0, -0.06203598529100418, -0.17804141342639923, -0.8240662217140198, 1.9131767749786377, -1.0778599977493286, 0.006071374285966158], "mean": [0.09954791516065598, 0.26440879702568054, 0.0902293249964714, -1.797858476638794, -0.3556191921234131, 0.0876472070813179, -0.09380926191806793, -0.2456068992614746, 0.4006662964820862, 0.17718563973903656, -1.3694401979446411, -1.4544503688812256, -1.1200858354568481, 0.06551205366849899, 0.13029815256595612, -0.0856819823384285, -1.4833546876907349, 0.02160354144871235, -0.010512572713196278, 0.09417976438999176, -0.3059963583946228, -0.4565666615962982, 0.1724769026041031, 1.3694020509719849, -1.2592735290527344, 1.019948959350586, 593.3016357421875, 676.0855102539062, -0.062046971172094345, -0.1785503625869751, -0.825515627861023, 1.9125661849975586, -1.079392433166504, 0.000647053006105125], "std": [0.295858770608902, 0.08969306945800781, 0.14346987009048462, 0.18122099339962006, 0.1619686484336853, 0.14494062960147858, 0.0977223813533783, 0.05143590271472931, 0.06519591808319092, 0.05422813817858696, 0.10814357548952103, 0.19328659772872925, 0.09138311445713043, 0.1686103492975235, 0.0412067212164402, 0.0896546021103859, 0.20791292190551758, 0.0534389428794384, 0.037888042628765106, 0.04584077373147011, 0.010254782624542713, 0.047724295407533646, 0.03756878897547722, 0.04802711308002472, 0.031203024089336395, 0.08576596528291702, 478.6202392578125, 454.9718322753906, 1.3989148328619194e-06, 7.649091276107356e-05, 0.0004170221509411931, 0.0002571298973634839, 0.00045706643140874803, 0.000988607993349433], "count": [842]}, "action": {"min": [-0.5885599255561829, 0.07609635591506958, -0.2689726948738098, -2.1457600593566895, -0.7913323044776917, -0.020839231088757515, -0.38379788398742676, -0.2832939922809601, 0.32215800881385803, 0.04978099837899208, -1.653184413909912, -1.8828736543655396, -1.1854034662246704, -0.17563247680664062, 0.024294981732964516, -0.2626371383666992, -1.8130130767822266, -0.08478809148073196, -0.06377433240413666, -0.026232298463582993, -0.3264870047569275, -0.5613430142402649, 0.10968299955129623, 1.3378363847732544, -1.329514741897583, 0.8375734090805054, 0.0, 0.0, -0.062052905559539795, -0.17892682552337646, -0.8265129923820496, 1.9119572639465332, -1.0806007385253906, -0.0027309793513268232], "max": [0.4089480936527252, 0.5285031795501709, 0.3874630928039551, -1.282659888267517, -0.24787165224552155, 0.4067140519618988, -0.019774580374360085, -0.1449729949235916, 0.5669839978218079, 0.24940499663352966, -1.28610098361969, -1.3180842399597168, -0.9379830360412598, 0.4620061218738556, 0.18931587040424347, -0.017348572611808777, -0.9679072499275208, 0.06592108309268951, 0.10463248938322067, 0.14795155823230743, -0.27703699469566345, -0.37615299224853516, 0.2019210010766983, 1.4786098003387451, -1.2360222339630127, 1.0769139528274536, 1001.0, 1002.0, -0.06203598529100418, -0.17804141342639923, -0.8240662217140198, 1.9131767749786377, -1.0778599977493286, 0.006071374285966158], "mean": [0.09946684539318085, 0.26443126797676086, 0.09012629836797714, -1.797803282737732, -0.3557260036468506, 0.08773379772901535, -0.09395979344844818, -0.2455970048904419, 0.4006902873516083, 0.17722083628177643, -1.3694276809692383, -1.454542636871338, -1.120079517364502, 0.06573378294706345, 0.13024145364761353, -0.08539222180843353, -1.4830756187438965, 0.02158587984740734, -0.010462494567036629, 0.09434571862220764, -0.3060123026371002, -0.4566496014595032, 0.17258603870868683, 1.36924147605896, -1.259164571762085, 1.019957423210144, 593.3016357421875, 676.0855102539062, -0.062046971172094345, -0.1785506159067154, -0.8255159854888916, 1.912566065788269, -1.079391598701477, 0.000646979664452374], "std": [0.2958226501941681, 0.08968959003686905, 0.14353537559509277, 0.18121238052845, 0.16193102300167084, 0.1448977142572403, 0.0977058932185173, 0.05142952501773834, 0.06518710404634476, 0.054253675043582916, 0.10815230756998062, 0.1932402402162552, 0.0913788303732872, 0.16841864585876465, 0.04115859046578407, 0.08947666734457016, 0.20768292248249054, 0.05342675372958183, 0.03784551844000816, 0.04565703123807907, 0.010243616066873074, 0.047645095735788345, 0.03751968592405319, 0.04790018871426582, 0.031117750331759453, 0.08577074110507965, 478.6202392578125, 454.9718322753906, 1.3969419114800985e-06, 7.663258293177933e-05, 0.00041702069574967027, 0.00025721132988110185, 0.00045642454642802477, 0.0009886169573292136], "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": [33], "max": [33], "mean": [33.0], "std": [0.0], "count": [842]}, "index": {"min": [28096], "max": [28937], "mean": [28516.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6330166270783848, 0.6748242279771282], "std": [0.4819819259274047, 0.4540665636998294], "count": [842]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6330166270783848, 0.6748242279771282], "std": [0.4819819259274047, 0.4540665636998294], "count": [842]}, "eef_direction_state": {"mean": [4.5866983372921615, 5.014251781472684], "std": [2.271942627642453, 2.0990408901916298], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_state": {"mean": [0.42636579572446553, 0.21258907363420426], "std": [0.664625945676341, 0.45321044780474745], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_acc_mag_state": {"mean": [0.32304038004750596, 0.15320665083135393], "std": [0.6648031307424686, 0.48153103762197286], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_direction_action": {"mean": [4.5866983372921615, 5.014251781472684], "std": [2.271942627642453, 2.0990408901916298], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_action": {"mean": [0.42636579572446553, 0.21258907363420426], "std": [0.664625945676341, 0.45321044780474745], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_acc_mag_action": {"mean": [0.32304038004750596, 0.15320665083135393], "std": [0.6648031307424686, 0.48153103762197286], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_sim_pose_state": {"mean": [0.42266451306620473, 0.2550740705223255, 1.194394395488863, -0.017886033414903996, 0.06898961595197681, 1.3050135411659878, 0.47459947115751167, -0.2404723306437793, 1.1398200528510785, -0.03340029104491515, -0.10989266966137018, -1.3933234068372915], "std": [0.07056324365511346, 0.04160172874734934, 0.0511172061916479, 0.018359733203386866, 0.06925571585497171, 0.19449856495248266, 0.04797817336353452, 0.03148598855326887, 0.006623708880211524, 0.05606185227698126, 0.0391314891895232, 0.06183236426313108], "min": [0.3481564201026305, 0.1542364651939608, 1.1567680178830286, -0.09814345845052563, -0.053665459825438466, 0.9276934694433261, 0.3963615472271431, -0.264855393300592, 1.1297234173418702, -0.15321596755212108, -0.20845681088847678, -1.4441374886900888], "max": [0.5970951070391514, 0.34797146918732713, 1.2952255169080207, 0.03878602893040339, 0.260446879771262, 1.4461594268414069, 0.5805337916461986, -0.18867951621221324, 1.1672256294395562, 0.04799723572613257, -0.06744965410532555, -1.273972399641123], "count": [842]}, "eef_sim_pose_action": {"mean": [0.42268931404873183, 0.25511506327355904, 1.1944069471826122, -0.017862775494026338, 0.06904715476401764, 1.3049631577600975, 0.474678447798436, -0.2405627085994895, 1.1398122828610013, -0.03347175743720791, -0.10991932168373375, -1.3934858687758598], "std": [0.07055314527232076, 0.04162798545837642, 0.05110928915660312, 0.018372191996778746, 0.06924561981012069, 0.19446756205426632, 0.04790400140238687, 0.031446400003456575, 0.006622086577366083, 0.05599649948981537, 0.039110308620901583, 0.061777923987452604], "min": [0.3481564201026305, 0.1542364651939608, 1.1567680178830286, -0.09814345845052563, -0.053665459825438466, 0.9276934694433261, 0.3963615472271431, -0.264855393300592, 1.1297234173418702, -0.15321596755212108, -0.20845681088847678, -1.4441374886900888], "max": [0.5970951070391514, 0.34797146918732713, 1.2952255169080207, 0.03878602893040339, 0.260446879771262, 1.4461594268414069, 0.5805337916461986, -0.18867951621221324, 1.1672256294395562, 0.04799723572613257, -0.06744965410532555, -1.273972399641123], "count": [842]}, "gripper_mode_state": {"mean": [0.3669833729216152, 0.3254156769596199], "std": [0.4819819259274047, 0.4685299501083467], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_state": {"mean": [1.989311163895487, 1.8788598574821853], "std": [0.1330431344473888, 0.43269539332011825], "min": [0, 0], "max": [2, 2], "count": [842]}, "gripper_mode_action": {"mean": [0.3669833729216152, 0.3254156769596199], "std": [0.4819819259274047, 0.4685299501083467], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_action": {"mean": [1.989311163895487, 1.8788598574821853], "std": [0.1330431344473888, 0.43269539332011825], "min": [0, 0], "max": [2, 2], "count": [842]}}} +{"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.4705117649564939]], [[0.46400519642928745]], [[0.4568369271021292]]], "std": [[[0.150562740774778]], [[0.16094700230413328]], [[0.1697174085026856]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.465771758089739]], [[0.4592188727996311]], [[0.45497334496170655]]], "std": [[[0.1460115559615098]], [[0.15103172852180255]], [[0.15662820307116412]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45950890172019726]], [[0.4623192752816873]], [[0.453791672931954]]], "std": [[[0.15564202765296536]], [[0.15378572483765385]], [[0.16159941463084748]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47810449747383615]], [[0.47525755217731264]], [[0.46161214613657325]]], "std": [[[0.14172570003575652]], [[0.13739141245751926]], [[0.1458197307975692]]], "count": [163]}, "observation.state": {"min": [-0.5481206774711609, -0.010157816112041473, -0.15301302075386047, -2.1669135093688965, -0.6304129362106323, -0.02082177810370922, -0.3061830997467041, -0.28328099846839905, 0.3137199878692627, 0.04298200085759163, -1.6227247714996338, -1.7388099431991577, -1.1854034662246704, -0.17441074550151825, -0.0671079084277153, -0.2626371383666992, -1.7831679582595825, -0.14971435070037842, -0.06375688314437866, -0.03263765573501587, -0.33030998706817627, -0.5697020292282104, 0.10283900052309036, 1.1957433223724365, -1.3291609287261963, 0.8801019787788391, 0.0, 0.0, -0.06206606701016426, -0.1794419139623642, -0.8265058398246765, 1.9121030569076538, -1.081569790840149, -0.0008695088909007609], "max": [0.4561766982078552, 0.4409574270248413, 0.3629237711429596, -1.2954356670379639, -0.1979028731584549, 0.3882659375667572, -0.019809486344456673, -0.15641500055789948, 0.5640900135040283, 0.22217699885368347, -1.2971378564834595, -1.3166272640228271, -0.9043992161750793, 0.48811620473861694, 0.1892460584640503, 0.02422516979277134, -0.9265429973602295, 0.06592108309268951, 0.0950331836938858, 0.06749188154935837, -0.2807289958000183, -0.3761569857597351, 0.195933997631073, 1.4891566038131714, -1.2320750951766968, 1.189055323600769, 1001.0, 1002.0, -0.06203974783420563, -0.17838165163993835, -0.8237975835800171, 1.9133843183517456, -1.076429843902588, 0.0015102496836334467], "mean": [0.11648475378751755, 0.24182537198066711, 0.09370926022529602, -1.8045294284820557, -0.2989974021911621, 0.073935367166996, -0.07631878554821014, -0.24905149638652802, 0.3977769911289215, 0.1708708554506302, -1.3757710456848145, -1.416911244392395, -1.119616150856018, 0.09598053991794586, 0.042623501271009445, -0.062298424541950226, -1.4481110572814941, -0.0009603153448551893, 0.012900217436254025, 0.031098494306206703, -0.3081221282482147, -0.46558234095573425, 0.15866443514823914, 1.2697694301605225, -1.2651852369308472, 1.0969001054763794, 652.2035522460938, 609.9384765625, -0.06204880774021149, -0.1788644939661026, -0.825584352016449, 1.9125880002975464, -1.0793657302856445, 0.0006465468904934824], "std": [0.28539055585861206, 0.09709445387125015, 0.1146068200469017, 0.1862489879131317, 0.10081809014081955, 0.13379211723804474, 0.07919448614120483, 0.04813056066632271, 0.06550838053226471, 0.057001713663339615, 0.10668371617794037, 0.14021450281143188, 0.0882459506392479, 0.1778677999973297, 0.06748750060796738, 0.10457868874073029, 0.22230374813079834, 0.08043038100004196, 0.04003126546740532, 0.0326276533305645, 0.010356290265917778, 0.05196391046047211, 0.04009250923991203, 0.10529498755931854, 0.02663406915962696, 0.10448873788118362, 464.1357727050781, 476.09442138671875, 1.6599153696006397e-06, 0.00018713287136051804, 0.00040870517841540277, 0.00021791034669149667, 0.0007363887270912528, 0.0002685463987290859], "count": [894]}, "action": {"min": [-0.5481206774711609, -0.010157816112041473, -0.15301302075386047, -2.1669135093688965, -0.6304129362106323, -0.02082177810370922, -0.3061830997467041, -0.28328099846839905, 0.3137199878692627, 0.04298200085759163, -1.6227247714996338, -1.7388099431991577, -1.1854034662246704, -0.17441074550151825, -0.0671079084277153, -0.2626371383666992, -1.7831679582595825, -0.14971435070037842, -0.06375688314437866, -0.03263765573501587, -0.33030998706817627, -0.5697020292282104, 0.10283900052309036, 1.1957433223724365, -1.3291609287261963, 0.8801019787788391, 0.0, 0.0, -0.06206606701016426, -0.1794419139623642, -0.8265058398246765, 1.9121030569076538, -1.081569790840149, -0.0008695088909007609], "max": [0.4561766982078552, 0.4409574270248413, 0.3629237711429596, -1.2954356670379639, -0.1979028731584549, 0.3882659375667572, -0.019809486344456673, -0.15641500055789948, 0.5640900135040283, 0.22217699885368347, -1.2971378564834595, -1.3166272640228271, -0.9043992161750793, 0.48811620473861694, 0.1892460584640503, 0.02422516979277134, -0.9265429973602295, 0.06592108309268951, 0.0950331836938858, 0.06749188154935837, -0.2807289958000183, -0.3761569857597351, 0.195933997631073, 1.4891566038131714, -1.2320750951766968, 1.189055323600769, 1001.0, 1002.0, -0.06203974783420563, -0.17838165163993835, -0.8237975835800171, 1.9133843183517456, -1.076429843902588, 0.0015102496836334467], "mean": [0.11645021289587021, 0.24196678400039673, 0.09369869530200958, -1.8046098947525024, -0.2990870773792267, 0.07404869794845581, -0.07647889107465744, -0.24901382625102997, 0.3977818787097931, 0.17087073624134064, -1.375936508178711, -1.417029857635498, -1.1194446086883545, 0.09624427556991577, 0.04245424270629883, -0.06198039650917053, -1.4477887153625488, -0.0009779257234185934, 0.012979578226804733, 0.03118593618273735, -0.3081420660018921, -0.4656772017478943, 0.15875975787639618, 1.2694611549377441, -1.2651009559631348, 1.0970330238342285, 652.2035522460938, 609.9384765625, -0.062048811465501785, -0.17886507511138916, -0.8255844712257385, 1.9125882387161255, -1.0793653726577759, 0.0006466892082244158], "std": [0.2853744626045227, 0.09718511253595352, 0.11461203545331955, 0.1862838715314865, 0.10081343352794647, 0.13375471532344818, 0.0792248398065567, 0.04811699315905571, 0.06550619751214981, 0.057001639157533646, 0.10667771846055984, 0.140175923705101, 0.08826698362827301, 0.1776430308818817, 0.06730873137712479, 0.1044013500213623, 0.22204378247261047, 0.08041735738515854, 0.03994959220290184, 0.03257864713668823, 0.010342574678361416, 0.05187797173857689, 0.040077317506074905, 0.10509540885686874, 0.026550548151135445, 0.10452551394701004, 464.1357727050781, 476.09442138671875, 1.6599833543295972e-06, 0.00018736821948550642, 0.00040872665704227984, 0.00021776686480734497, 0.0007364565972238779, 0.0002684928185772151], "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": [34], "max": [34], "mean": [34.0], "std": [0.0], "count": [894]}, "index": {"min": [28938], "max": [29831], "mean": [29384.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6901565995525727, 0.6088020134679724], "std": [0.4624288784738709, 0.4751591161379026], "count": [894]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6901565995525727, 0.6088020134679724], "std": [0.4624288784738708, 0.4751591161379026], "count": [894]}, "eef_direction_state": {"mean": [4.861297539149888, 4.824384787472035], "std": [2.111225164322425, 2.2349242417764197], "min": [0, 0], "max": [6, 6], "count": [894]}, "eef_velocity_state": {"mean": [0.3512304250559284, 0.23937360178970918], "std": [0.6343218882131243, 0.44215008690249413], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_acc_mag_state": {"mean": [0.23378076062639822, 0.1487695749440716], "std": [0.5774856991257206, 0.47205302300057095], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_direction_action": {"mean": [4.861297539149888, 4.824384787472035], "std": [2.111225164322425, 2.2349242417764197], "min": [0, 0], "max": [6, 6], "count": [894]}, "eef_velocity_action": {"mean": [0.3512304250559284, 0.23937360178970918], "std": [0.6343218882131243, 0.44215008690249413], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_acc_mag_action": {"mean": [0.23378076062639822, 0.1487695749440716], "std": [0.5774856991257206, 0.47205302300057095], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_sim_pose_state": {"mean": [0.4186935223007276, 0.2468182421552598, 1.1909080105294474, -0.018349885028466444, 0.04252888353041242, 1.3238953469175652, 0.4828510439036724, -0.21807237871640692, 1.1391606113901263, -0.046022798519416194, -0.04251223252754511, -1.4705768732263433], "std": [0.06939534512068825, 0.04444898025971741, 0.04771160911364871, 0.008970383214310231, 0.03661579083331328, 0.16661970467513798, 0.051451941617916455, 0.03154751167503677, 0.005859291800650828, 0.06119757522008213, 0.06784917275202731, 0.09291185227953365], "min": [0.337771491862702, 0.1384305581203674, 1.1567810550971085, -0.04799367451992376, -0.02533968994175595, 0.9755574165787764, 0.39636563498451227, -0.24724392019916985, 1.1298807097451267, -0.16380361779362784, -0.19292366197774857, -1.546695662761866], "max": [0.5899954147171582, 0.3137847224237989, 1.2830028798613435, 0.015309738307214271, 0.172454714142094, 1.4461334453322383, 0.5873014988227118, -0.17485141582437183, 1.1575737156908632, 0.048013627927184555, 0.017768749412667262, -1.3042953649885725], "count": [894]}, "eef_sim_pose_action": {"mean": [0.4187037519264708, 0.24684190657781552, 1.190947988378551, -0.018329711101634137, 0.04247448964770806, 1.3236829250150688, 0.48294120198429225, -0.21813705000817135, 1.1391507773507812, -0.04611068252406822, -0.042419671365748444, -1.4708450656335914], "std": [0.06939082999674286, 0.04446403212938463, 0.0476979953884063, 0.00899227137866104, 0.0366666062677507, 0.1665850429998671, 0.051370896885881145, 0.03154647864180613, 0.005857728180398302, 0.061118948489963076, 0.06787156247538884, 0.09277762171517644], "min": [0.337771491862702, 0.1384305581203674, 1.1567810550971085, -0.04799367451992376, -0.02533968994175595, 0.9755574165787764, 0.39636563498451227, -0.24724392019916985, 1.1298807097451267, -0.16380361779362784, -0.19292366197774857, -1.546695662761866], "max": [0.5899954147171582, 0.3137847224237989, 1.2830028798613435, 0.015309738307214271, 0.172454714142094, 1.4461334453322383, 0.5873014988227118, -0.17485141582437183, 1.1575737156908632, 0.048013627927184555, 0.017768749412667262, -1.3042953649885725], "count": [894]}, "gripper_mode_state": {"mean": [0.3098434004474273, 0.39149888143176736], "std": [0.4624288784738709, 0.48808555322755026], "min": [0, 0], "max": [1, 1], "count": [894]}, "gripper_activity_state": {"mean": [1.9899328859060403, 1.8814317673378076], "std": [0.1291401436570061, 0.42756237340522535], "min": [0, 0], "max": [2, 2], "count": [894]}, "gripper_mode_action": {"mean": [0.3098434004474273, 0.39149888143176736], "std": [0.4624288784738708, 0.48808555322755026], "min": [0, 0], "max": [1, 1], "count": [894]}, "gripper_activity_action": {"mean": [1.9899328859060403, 1.8814317673378076], "std": [0.1291401436570061, 0.42756237340522535], "min": [0, 0], "max": [2, 2], "count": [894]}}} +{"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.47305207562584783]], [[0.46735061223126567]], [[0.45966403841410775]]], "std": [[[0.15212082423471937]], [[0.1614674286262751]], [[0.16894109352756304]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46252305437374114]], [[0.4568089712562174]], [[0.45214697661035064]]], "std": [[[0.1470202703582912]], [[0.15122410647313003]], [[0.15653744810966408]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46931568576067745]], [[0.4750888968532906]], [[0.4675716359394911]]], "std": [[[0.15889518942153985]], [[0.15750892482997436]], [[0.16632397026153184]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4799585221667283]], [[0.47376195816376865]], [[0.45976418948082376]]], "std": [[[0.1460026286154117]], [[0.14128343245835912]], [[0.15009107136668606]]], "count": [159]}, "observation.state": {"min": [-0.6044249534606934, 0.05195845291018486, -0.1748470813035965, -2.1158626079559326, -0.7805984616279602, -0.02082177810370922, -0.3490658402442932, -0.28325098752975464, 0.33733201026916504, 0.036653999239206314, -1.5780788660049438, -1.9324510097503662, -1.1854034662246704, -0.17474237084388733, -0.0754505842924118, -0.26258477568626404, -1.780340552330017, -0.1333780586719513, -0.0636696144938469, -0.041434116661548615, -0.3265720009803772, -0.5670379996299744, 0.10337799787521362, 1.1802408695220947, -1.3306658267974854, 0.9936822056770325, 0.0, 0.0, -0.06205478683114052, -0.179173082113266, -0.8262839913368225, 1.9124422073364258, -1.0803146362304688, -0.0015842907596379519], "max": [0.3623303472995758, 0.46443212032318115, 0.4199611246585846, -1.261401891708374, -0.2537708580493927, 0.3859272003173828, -0.019809486344456673, -0.1534069925546646, 0.5702980160713196, 0.2371560037136078, -1.2664809226989746, -1.3183525800704956, -0.9414989352226257, 0.4747295677661896, 0.1892635077238083, -0.023335052654147148, -0.9374163150787354, 0.06592108309268951, 0.07185520976781845, 0.08220500499010086, -0.27728500962257385, -0.37616199254989624, 0.18252700567245483, 1.495408058166504, -1.2090922594070435, 1.1156364679336548, 1001.0, 1002.0, -0.0620453879237175, -0.17735899984836578, -0.8245614171028137, 1.9130444526672363, -1.0779597759246826, 0.0033479889389127493], "mean": [0.10500691086053848, 0.25696563720703125, 0.09383729100227356, -1.7964152097702026, -0.3512435257434845, 0.0845012441277504, -0.0764770433306694, -0.24886737763881683, 0.39988040924072266, 0.17643557488918304, -1.3537709712982178, -1.4491487741470337, -1.1297701597213745, 0.07624880969524384, 0.052700240164995193, -0.09015975147485733, -1.4679925441741943, -0.025095444172620773, -0.01635439693927765, 0.02673746645450592, -0.3049643337726593, -0.45939555764198303, 0.14737139642238617, 1.3275760412216187, -1.2498047351837158, 1.0751817226409912, 705.8184814453125, 599.6265869140625, -0.06204957887530327, -0.17861494421958923, -0.8255845904350281, 1.9126173257827759, -1.079359531402588, 0.000671196379698813], "std": [0.2871071398258209, 0.08101930469274521, 0.13579131662845612, 0.17337216436862946, 0.15669406950473785, 0.14819365739822388, 0.082265205681324, 0.04910307377576828, 0.062469739466905594, 0.057447973638772964, 0.09323471039533615, 0.19473810493946075, 0.08339427411556244, 0.1909300982952118, 0.08178648352622986, 0.08556214720010757, 0.24285677075386047, 0.05626069754362106, 0.03265444561839104, 0.04296967387199402, 0.0113395806401968, 0.05554119497537613, 0.0328960157930851, 0.0834534764289856, 0.044472914189100266, 0.04006940871477127, 442.3891296386719, 477.8144226074219, 7.391312237814418e-07, 0.0005978134577162564, 0.00029934413032606244, 0.00015375434304587543, 0.0004738074785564095, 0.0006026891642250121], "count": [865]}, "action": {"min": [-0.6044249534606934, 0.05195845291018486, -0.1748470813035965, -2.1158626079559326, -0.7805984616279602, -0.02082177810370922, -0.3490658402442932, -0.28325098752975464, 0.33733201026916504, 0.036653999239206314, -1.5780788660049438, -1.9324510097503662, -1.1854034662246704, -0.17474237084388733, -0.0754505842924118, -0.26258477568626404, -1.780340552330017, -0.1333780586719513, -0.0636696144938469, -0.041434116661548615, -0.3265720009803772, -0.5670379996299744, 0.10337799787521362, 1.1802408695220947, -1.3306658267974854, 0.9936822056770325, 0.0, 0.0, -0.06205478683114052, -0.179173082113266, -0.8262839913368225, 1.9124430418014526, -1.0803146362304688, -0.0015842907596379519], "max": [0.3623303472995758, 0.46443212032318115, 0.4199611246585846, -1.261401891708374, -0.2537708580493927, 0.3859272003173828, -0.019809486344456673, -0.1534069925546646, 0.5702980160713196, 0.2371560037136078, -1.2664809226989746, -1.3183525800704956, -0.9414989352226257, 0.4747295677661896, 0.1892635077238083, -0.023335052654147148, -0.9374163150787354, 0.06592108309268951, 0.07185520976781845, 0.08220500499010086, -0.27728500962257385, -0.37616199254989624, 0.18252700567245483, 1.495408058166504, -1.2090922594070435, 1.1156364679336548, 1001.0, 1002.0, -0.0620453879237175, -0.17735899984836578, -0.8245614171028137, 1.9130444526672363, -1.0779597759246826, 0.0033479889389127493], "mean": [0.10486803203821182, 0.2571464478969574, 0.09376180917024612, -1.7964304685592651, -0.3515322208404541, 0.08472021669149399, -0.0766325518488884, -0.24881377816200256, 0.39991676807403564, 0.1764748990535736, -1.3538028001785278, -1.4493520259857178, -1.1297032833099365, 0.07645880430936813, 0.05256304144859314, -0.08988890796899796, -1.4677352905273438, -0.025181844830513, -0.01631208509206772, 0.026841765269637108, -0.3049771189689636, -0.45947515964508057, 0.1474529206752777, 1.3273980617523193, -1.2496691942214966, 1.0752339363098145, 705.8184814453125, 599.6265869140625, -0.06204957887530327, -0.1786133348941803, -0.8255845308303833, 1.9126173257827759, -1.0793596506118774, 0.0006713434704579413], "std": [0.2870585322380066, 0.08115777373313904, 0.13583821058273315, 0.1733773946762085, 0.1567443609237671, 0.14817790687084198, 0.08228521049022675, 0.049090828746557236, 0.062459543347358704, 0.057476967573165894, 0.09322009980678558, 0.19469362497329712, 0.08337347209453583, 0.19075553119182587, 0.08165709674358368, 0.0853867158293724, 0.2426532506942749, 0.05617848411202431, 0.03261682018637657, 0.04295068606734276, 0.011331225745379925, 0.05547099560499191, 0.032889921218156815, 0.08330205827951431, 0.044409554451704025, 0.04008745774626732, 442.38916015625, 477.8144226074219, 7.391312237814418e-07, 0.0005982130533084273, 0.00029932669713161886, 0.00015364722639787942, 0.00047380762407556176, 0.0006026888731867075], "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": [35], "max": [35], "mean": [35.0], "std": [0.0], "count": [865]}, "index": {"min": [29832], "max": [30696], "mean": [30264.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7433526011560694, 0.5985144509286539], "std": [0.4367831401400181, 0.47687815981858556], "count": [865]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7433526011560694, 0.5985144509286539], "std": [0.4367831401400181, 0.47687815981858556], "count": [865]}, "eef_direction_state": {"mean": [4.683236994219653, 4.86242774566474], "std": [2.20488342302981, 2.210492295163208], "min": [0, 0], "max": [6, 6], "count": [865]}, "eef_velocity_state": {"mean": [0.3838150289017341, 0.23815028901734103], "std": [0.6456375711652367, 0.46488365187770386], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_acc_mag_state": {"mean": [0.24971098265895952, 0.1699421965317919], "std": [0.5987100080125678, 0.5066248935710934], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_direction_action": {"mean": [4.683236994219653, 4.86242774566474], "std": [2.20488342302981, 2.210492295163208], "min": [0, 0], "max": [6, 6], "count": [865]}, "eef_velocity_action": {"mean": [0.3838150289017341, 0.23815028901734103], "std": [0.6456375711652367, 0.46488365187770386], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_acc_mag_action": {"mean": [0.24971098265895952, 0.1699421965317919], "std": [0.5987100080125678, 0.5066248935710934], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_sim_pose_state": {"mean": [0.4212573905569642, 0.2527399525329608, 1.1914557580216978, -0.015219952805757298, 0.0741637128980487, 1.3195799982224383, 0.47676355949330335, -0.2103671873033185, 1.1393972903979508, -0.020288934507904883, -0.07826420296036687, -1.4417777958565556], "std": [0.06814747248746499, 0.04374598934643364, 0.049061886768516125, 0.011424152207006814, 0.07532373705026918, 0.18658393955255262, 0.05486825946791505, 0.029181968905158753, 0.006203216467773339, 0.058965251759940544, 0.014783011688678184, 0.06908468094529557], "min": [0.3602109710347706, 0.14155294051590592, 1.156802352143325, -0.038730763812813596, 0.03257090317031164, 0.9435496607512933, 0.3963687667922604, -0.24098367555564496, 1.1254791600672853, -0.13828695547208059, -0.12557576865136344, -1.5185457062110035], "max": [0.5995997897759863, 0.32636683762922325, 1.285418646614696, 0.026040311077052736, 0.31814827505493604, 1.4461701159134885, 0.5840536777757451, -0.1670291203063904, 1.1638090896194582, 0.0487355658822447, -0.03691608667334911, -1.2979973605809647], "count": [865]}, "eef_sim_pose_action": {"mean": [0.4212973104576823, 0.2527972390502166, 1.1915142340744174, -0.01517728663320657, 0.07424932158537663, 1.3194231021805327, 0.47683881228785063, -0.2104257340189547, 1.139389988846053, -0.020337032368262876, -0.07827884772829274, -1.4419792833788012], "std": [0.06813545797615832, 0.043793822233826815, 0.04905070565865023, 0.011483894915006409, 0.07531861181245032, 0.18653466159486856, 0.05480259199455064, 0.029189214816933585, 0.006200900050497473, 0.058926520744417794, 0.014778605137093495, 0.06893741783748618], "min": [0.3602109710347706, 0.14155294051590592, 1.156802352143325, -0.038730763812813596, 0.03257090317031164, 0.9435496607512933, 0.3963687667922604, -0.24098367555564496, 1.1254791600672853, -0.13828695547208059, -0.12557576865136344, -1.5185457062110035], "max": [0.5995997897759863, 0.32636683762922325, 1.285418646614696, 0.026040311077052736, 0.31814827505493604, 1.4461701159134885, 0.5840536777757451, -0.1670291203063904, 1.1638090896194582, 0.0487355658822447, -0.03691608667334911, -1.2979973605809647], "count": [865]}, "gripper_mode_state": {"mean": [0.2566473988439306, 0.4], "std": [0.4367831401400181, 0.48989794855663416], "min": [0, 0], "max": [1, 1], "count": [865]}, "gripper_activity_state": {"mean": [1.9895953757225433, 1.8751445086705203], "std": [0.13127369978816292, 0.43875231262524883], "min": [0, 0], "max": [2, 2], "count": [865]}, "gripper_mode_action": {"mean": [0.2566473988439306, 0.4], "std": [0.4367831401400181, 0.48989794855663416], "min": [0, 0], "max": [1, 1], "count": [865]}, "gripper_activity_action": {"mean": [1.9895953757225433, 1.8751445086705203], "std": [0.13127369978816292, 0.43875231262524883], "min": [0, 0], "max": [2, 2], "count": [865]}}} +{"episode_index": 36, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.473387073922396]], [[0.46714242186853644]], [[0.4580677380656904]]], "std": [[[0.14976971471664766]], [[0.16028230571557678]], [[0.16867333122249636]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4637099427587491]], [[0.4563055361648879]], [[0.45162617636717134]]], "std": [[[0.1468927112422686]], [[0.15166843417627834]], [[0.15711200004289783]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46108416842475386]], [[0.4636145975531563]], [[0.4538649517560189]]], "std": [[[0.15582562879257797]], [[0.1541355726764382]], [[0.16186480161838485]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4807085530942335]], [[0.478342408165798]], [[0.4655881486824688]]], "std": [[[0.13920793031927778]], [[0.13529941917195823]], [[0.1440735153759849]]], "count": [158]}, "observation.state": {"min": [-0.5713335275650024, 0.002007128670811653, -0.03361504152417183, -2.014249563217163, -0.592347264289856, -0.020874137058854103, -0.24984388053417206, -0.283282995223999, 0.3660860061645508, 0.05332300066947937, -1.5437252521514893, -1.7670053243637085, -1.2733304500579834, -0.17388716340065002, -0.10892599821090698, -0.2626197040081024, -1.7714743614196777, -0.0904429629445076, -0.06377433240413666, -0.05553637444972992, -0.324737012386322, -0.5659970045089722, 0.1010420024394989, 1.1427814960479736, -1.3905491828918457, 1.0085358619689941, 0.0, 0.0, -0.06206042692065239, -0.17972765862941742, -0.8265343904495239, 1.9118305444717407, -1.0811244249343872, -9.11275710677728e-05], "max": [0.2692519426345825, 0.3436204195022583, 0.3183654844760895, -1.3157339096069336, -0.18854792416095734, 0.5140692591667175, -0.01979203335940838, -0.13681599497795105, 0.5687310099601746, 0.20807699859142303, -1.2637397050857544, -1.3183525800704956, -0.899455726146698, 0.47223371267318726, 0.18929840624332428, 0.016772614791989326, -0.9457066655158997, 0.0837932601571083, 0.13138838112354279, 0.06988298892974854, -0.2850250005722046, -0.3761509954929352, 0.18267300724983215, 1.4755313396453857, -1.275600552558899, 1.2674943208694458, 1001.0, 1002.0, -0.062019068747758865, -0.17674992978572845, -0.823792040348053, 1.913733720779419, -1.0768481492996216, 0.0014960109256207943], "mean": [0.09064492583274841, 0.21685311198234558, 0.0924575924873352, -1.784696340560913, -0.2870545983314514, 0.09760595858097076, -0.062497325241565704, -0.2493068426847458, 0.40547657012939453, 0.1704418808221817, -1.3427014350891113, -1.4147403240203857, -1.1338032484054565, 0.038400035351514816, 0.003108621807768941, -0.05425572395324707, -1.5123533010482788, 0.03791716694831848, 0.0046072970144450665, 0.0034954200964421034, -0.3049061894416809, -0.4497720003128052, 0.15031573176383972, 1.2229797840118408, -1.296602725982666, 1.1797834634780884, 620.156005859375, 652.2782592773438, -0.06204935908317566, -0.17812156677246094, -0.8255796432495117, 1.9125827550888062, -1.079343318939209, 0.000682511948980391], "std": [0.2881532609462738, 0.0800514817237854, 0.09421610832214355, 0.1674567461013794, 0.08064015209674835, 0.1666567325592041, 0.061179738491773605, 0.05167431756854057, 0.06623073667287827, 0.05468309298157692, 0.07818828523159027, 0.13272418081760406, 0.08703657984733582, 0.18313439190387726, 0.08084633946418762, 0.0957183912396431, 0.22717861831188202, 0.0633818656206131, 0.03465808928012848, 0.026374774053692818, 0.009134335443377495, 0.052271146327257156, 0.034733280539512634, 0.11065210402011871, 0.024546543136239052, 0.0965195894241333, 472.8733215332031, 463.7521667480469, 2.2835845356894424e-06, 0.0006023222813382745, 0.0003896250855177641, 0.0003007448394782841, 0.0007392579573206604, 0.0002165404730476439], "count": [859]}, "action": {"min": [-0.5713335275650024, 0.002007128670811653, -0.03361504152417183, -2.014249563217163, -0.592347264289856, -0.020874137058854103, -0.24984388053417206, -0.283282995223999, 0.3660860061645508, 0.05332300066947937, -1.5437252521514893, -1.7670053243637085, -1.2733304500579834, -0.17388716340065002, -0.10892599821090698, -0.2626197040081024, -1.7714743614196777, -0.0904429629445076, -0.06377433240413666, -0.05553637444972992, -0.324737012386322, -0.5659970045089722, 0.1010420024394989, 1.1427814960479736, -1.3905491828918457, 1.0085358619689941, 0.0, 0.0, -0.06206042692065239, -0.17972765862941742, -0.8265343904495239, 1.9118305444717407, -1.0811244249343872, -9.11275710677728e-05], "max": [0.2692519426345825, 0.3436204195022583, 0.3183654844760895, -1.3157339096069336, -0.18854792416095734, 0.5140692591667175, -0.01979203335940838, -0.13681599497795105, 0.5687310099601746, 0.20807699859142303, -1.2637397050857544, -1.3183525800704956, -0.899455726146698, 0.47223371267318726, 0.18929840624332428, 0.016772614791989326, -0.9457066655158997, 0.0837932601571083, 0.13138838112354279, 0.06988298892974854, -0.2850250005722046, -0.3761509954929352, 0.18267300724983215, 1.4755313396453857, -1.275600552558899, 1.2674943208694458, 1001.0, 1002.0, -0.062019068747758865, -0.17674992978572845, -0.823792040348053, 1.913733720779419, -1.0768481492996216, 0.0014960109256207943], "mean": [0.09047987312078476, 0.2168818712234497, 0.09246624261140823, -1.784622311592102, -0.2871561348438263, 0.09780565649271011, -0.06261032074689865, -0.24929769337177277, 0.40551984310150146, 0.1704367697238922, -1.342675805091858, -1.4149236679077148, -1.1336978673934937, 0.03855997696518898, 0.002881400752812624, -0.05393492430448532, -1.5121515989303589, 0.037932705134153366, 0.0046865385957062244, 0.0035453822929412127, -0.30492037534713745, -0.4498380422592163, 0.15039826929569244, 1.2226148843765259, -1.2965449094772339, 1.1800116300582886, 620.156005859375, 652.2782592773438, -0.06204935908317566, -0.178120955824852, -0.8255792856216431, 1.9125829935073853, -1.0793431997299194, 0.0006825606105849147], "std": [0.28809380531311035, 0.08006458729505539, 0.09421179443597794, 0.16744227707386017, 0.08065305650234222, 0.16661739349365234, 0.06119049713015556, 0.05166899412870407, 0.06621747463941574, 0.05468035861849785, 0.07820658385753632, 0.13270053267478943, 0.08702977746725082, 0.18300943076610565, 0.08059725910425186, 0.09548132121562958, 0.22702504694461823, 0.0633905753493309, 0.03457924351096153, 0.026358960196375847, 0.009123820811510086, 0.052213724702596664, 0.034720830619335175, 0.11033572256565094, 0.024528125301003456, 0.09648317843675613, 472.8733215332031, 463.7521667480469, 2.287589268235024e-06, 0.0006029360229149461, 0.0003896926937159151, 0.00030037492979317904, 0.0007392598199658096, 0.00021655573800671846], "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": [36], "max": [36], "mean": [36.0], "std": [0.0], "count": [859]}, "index": {"min": [30697], "max": [31555], "mean": [31126.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6589057043073341, 0.651060535408756], "std": [0.4740769738540254, 0.4628351898437309], "count": [859]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6589057043073341, 0.651060535408756], "std": [0.4740769738540254, 0.4628351898437309], "count": [859]}, "eef_direction_state": {"mean": [4.983701979045402, 4.857974388824214], "std": [1.9865003735800244, 2.2359828218898397], "min": [0, 0], "max": [6, 6], "count": [859]}, "eef_velocity_state": {"mean": [0.3573923166472643, 0.22351571594877764], "std": [0.6394851672629698, 0.4410340565567168], "min": [0, 0], "max": [2, 2], "count": [859]}, "eef_acc_mag_state": {"mean": [0.2724097788125728, 0.16414435389988358], "std": [0.6219277100689754, 0.4919085045348038], "min": [0, 0], "max": [2, 2], "count": [859]}, "eef_direction_action": {"mean": [4.983701979045402, 4.857974388824214], "std": [1.9865003735800246, 2.2359828218898397], "min": [0, 0], "max": [6, 6], "count": [859]}, "eef_velocity_action": {"mean": [0.3573923166472643, 0.22351571594877764], "std": [0.6394851672629698, 0.4410340565567168], "min": [0, 0], "max": [2, 2], "count": [859]}, "eef_acc_mag_action": {"mean": [0.2724097788125728, 0.16414435389988358], "std": [0.6219277100689754, 0.4919085045348038], "min": [0, 0], "max": [2, 2], "count": [859]}, "eef_sim_pose_state": {"mean": [0.425335960549725, 0.24389778313247065, 1.1919633478262708, -0.006996435120873587, 0.05699926077857503, 1.347866063754906, 0.4667027785670932, -0.2067188436852789, 1.1403780305874989, -0.028263533350406187, 0.03467273861407932, -1.5016611766030026], "std": [0.06992500526116718, 0.042085890749380184, 0.052589155875285586, 0.0303796687377202, 0.05402571490010033, 0.1392427813640911, 0.051942151554208546, 0.02710627958534507, 0.004333609882330891, 0.05543761250761976, 0.06240699338312668, 0.09339607257863144], "min": [0.3831182039322243, 0.1475337949232973, 1.1567713794029095, -0.06600269538945991, -0.014648818276916442, 1.0615655974502263, 0.3963671827924734, -0.2308528221688464, 1.1331501675186768, -0.1464336457926395, -0.07835791653081436, -1.5744846018634995], "max": [0.5937115979704012, 0.277231342771623, 1.3085945439931714, 0.07313775012205048, 0.26088898862272436, 1.4459984247484572, 0.583039912357284, -0.16186406305307333, 1.1539908760276008, 0.055695635605676475, 0.09324208481098917, -1.3042281501809647], "count": [859]}, "eef_sim_pose_action": {"mean": [0.42538211480183397, 0.2439067826576638, 1.1919839734255606, -0.006895517130135816, 0.05706822597092062, 1.3477481808113954, 0.46676382205161765, -0.20676638385924392, 1.1403718111157117, -0.028332633389841794, 0.03485015811262782, -1.501967950009989], "std": [0.06991045853903104, 0.042091121785971373, 0.05257882967978853, 0.030488218643634685, 0.05403240419917136, 0.13920261532939937, 0.0518902704116145, 0.027110429272847632, 0.004331510188228945, 0.0553794484031941, 0.062333001871997876, 0.0931800316060039], "min": [0.3831182039322243, 0.1475337949232973, 1.1567713794029095, -0.06600269538945991, -0.014648818276916442, 1.0615655974502263, 0.3963671827924734, -0.2308528221688464, 1.1331501675186768, -0.1464336457926395, -0.07835791653081436, -1.5744846018634995], "max": [0.5937115979704012, 0.277231342771623, 1.3085945439931714, 0.07313775012205048, 0.26088898862272436, 1.4459984247484572, 0.583039912357284, -0.16186406305307333, 1.1539908760276008, 0.055695635605676475, 0.09324208481098917, -1.3042281501809647], "count": [859]}, "gripper_mode_state": {"mean": [0.3410942956926659, 0.3492433061699651], "std": [0.4740769738540254, 0.47673097158192035], "min": [0, 0], "max": [1, 1], "count": [859]}, "gripper_activity_state": {"mean": [1.989522700814901, 1.8731082654249127], "std": [0.13172847645928396, 0.44114466533371904], "min": [0, 0], "max": [2, 2], "count": [859]}, "gripper_mode_action": {"mean": [0.3410942956926659, 0.3492433061699651], "std": [0.4740769738540254, 0.47673097158192035], "min": [0, 0], "max": [1, 1], "count": [859]}, "gripper_activity_action": {"mean": [1.989522700814901, 1.8731082654249127], "std": [0.13172847645928396, 0.44114466533371904], "min": [0, 0], "max": [2, 2], "count": [859]}}} +{"episode_index": 37, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47802038758375465]], [[0.47115596610761706]], [[0.4630140507460846]]], "std": [[[0.14859779574615942]], [[0.16026208215398147]], [[0.16812066923479885]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642791985242734]], [[0.4571539608768036]], [[0.4508716510975459]]], "std": [[[0.14691353642685134]], [[0.15070568310502303]], [[0.15572605528829608]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47109198113207545]], [[0.47341941952357464]], [[0.4646363068812431]]], "std": [[[0.16029376667802775]], [[0.15803681574717213]], [[0.16598480940343288]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4889933201792247]], [[0.4785799381859662]], [[0.4645586513955687]]], "std": [[[0.15063246753052567]], [[0.14203204327450958]], [[0.1499085363660264]]], "count": [159]}, "observation.state": {"min": [-0.5806710720062256, 0.05009094625711441, -0.022218041121959686, -1.997948169708252, -0.5354670286178589, -0.023858651518821716, -0.2431243658065796, -0.2856450080871582, 0.3634609878063202, 0.05159499868750572, -1.648459553718567, -1.7300257682800293, -1.2245057821273804, -0.1806241273880005, -0.06716027110815048, -0.26312583684921265, -1.8296287059783936, -0.17551030218601227, -0.06377433240413666, -0.02715732343494892, -0.3168269991874695, -0.565792977809906, 0.10094700008630753, 1.185988426208496, -1.361627221107483, 0.8168728947639465, 0.0, 0.0, -0.06204914674162865, -0.18300241231918335, -0.826136589050293, 1.912003993988037, -1.0808804035186768, -0.001143840840086341], "max": [0.274138867855072, 0.35639622807502747, 0.3516663908958435, -1.203718662261963, -0.2537534236907959, 0.20270255208015442, -0.019774580374360085, -0.17058099806308746, 0.5722119808197021, 0.20363399386405945, -1.2960845232009888, -1.3183525800704956, -1.0169587135314941, 0.4698251783847809, 0.18931587040424347, -0.05438445881009102, -1.015275478363037, 0.0665494054555893, 0.24448572099208832, 0.1403070092201233, -0.2687720060348511, -0.37560001015663147, 0.17417199909687042, 1.4764783382415771, -1.2411803007125854, 1.0823891162872314, 1005.0, 1002.0, -0.06204162910580635, -0.17605625092983246, -0.8244695067405701, 1.912958025932312, -1.0779606103897095, 0.0036764279939234257], "mean": [0.09597805142402649, 0.23764808475971222, 0.10033712536096573, -1.758371353149414, -0.31858029961586, 0.03800216317176819, -0.08789736032485962, -0.25675585865974426, 0.40534740686416626, 0.17438776791095734, -1.3709266185760498, -1.4309841394424438, -1.1492223739624023, 0.0466952845454216, 0.08931883424520493, -0.10584353655576706, -1.5403298139572144, -0.019096724689006805, 0.06319451332092285, 0.0843709260225296, -0.29841700196266174, -0.4501546323299408, 0.14620976150035858, 1.358345866203308, -1.2895821332931519, 0.9874294996261597, 688.742431640625, 644.078857421875, -0.06204580143094063, -0.178249329328537, -0.8254718780517578, 1.9125269651412964, -1.0794076919555664, 0.0006324060959741473], "std": [0.2789452373981476, 0.06004096195101738, 0.10726843774318695, 0.18810419738292694, 0.09159303456544876, 0.08088932931423187, 0.08855891227722168, 0.042858242988586426, 0.0648125410079956, 0.05070387199521065, 0.11831753700971603, 0.15153264999389648, 0.054945360869169235, 0.18746453523635864, 0.07954288274049759, 0.07224667072296143, 0.21350885927677155, 0.08043232560157776, 0.09049816429615021, 0.06661628931760788, 0.008664609864354134, 0.05377591773867607, 0.030474692583084106, 0.08052319288253784, 0.02112511172890663, 0.07182521373033524, 452.4398498535156, 466.3882751464844, 6.690019063171349e-07, 0.0019961658399552107, 0.00023655890254303813, 0.0002144736936315894, 0.0006064337794668972, 0.0005509339389391243], "count": [862]}, "action": {"min": [-0.5806710720062256, 0.05009094625711441, -0.022218041121959686, -1.997948169708252, -0.5354670286178589, -0.023858651518821716, -0.2431243658065796, -0.2856450080871582, 0.3634609878063202, 0.05159499868750572, -1.648459553718567, -1.7300257682800293, -1.2245057821273804, -0.1806241273880005, -0.06716027110815048, -0.26312583684921265, -1.8296287059783936, -0.17551030218601227, -0.06377433240413666, -0.02715732343494892, -0.3168269991874695, -0.565792977809906, 0.10094700008630753, 1.185988426208496, -1.361627221107483, 0.8168728947639465, 0.0, 0.0, -0.06204914674162865, -0.18300241231918335, -0.826136589050293, 1.912003993988037, -1.0808804035186768, -0.001143840840086341], "max": [0.274138867855072, 0.35639622807502747, 0.3516663908958435, -1.203718662261963, -0.2537534236907959, 0.20270255208015442, -0.019774580374360085, -0.17058099806308746, 0.5722119808197021, 0.20363399386405945, -1.2960845232009888, -1.3183525800704956, -1.0169587135314941, 0.4698251783847809, 0.18931587040424347, -0.05438445881009102, -1.015275478363037, 0.06639232486486435, 0.24448572099208832, 0.1403070092201233, -0.2687720060348511, -0.37560001015663147, 0.17417199909687042, 1.4764783382415771, -1.2411803007125854, 1.0790327787399292, 1005.0, 1002.0, -0.06204162910580635, -0.17605625092983246, -0.8244695067405701, 1.912958025932312, -1.0779606103897095, 0.0036764279939234257], "mean": [0.09576739370822906, 0.2377307265996933, 0.10037198662757874, -1.7582072019577026, -0.3187731206417084, 0.038130391389131546, -0.08807143568992615, -0.2567562758922577, 0.40540212392807007, 0.17438797652721405, -1.370943307876587, -1.4312368631362915, -1.1491245031356812, 0.04685468226671219, 0.08926021307706833, -0.10562655329704285, -1.5401604175567627, -0.019145721569657326, 0.06328898668289185, 0.0845591351389885, -0.29842409491539, -0.4502129852771759, 0.14627596735954285, 1.358268141746521, -1.2895427942276, 0.9873591661453247, 688.73779296875, 644.078857421875, -0.06204580143094063, -0.1782422810792923, -0.8254722356796265, 1.912527084350586, -1.0794072151184082, 0.0006321407272480428], "std": [0.27888622879981995, 0.06009437516331673, 0.10725434869527817, 0.18808652460575104, 0.09163179993629456, 0.08088374882936478, 0.08857341855764389, 0.042858533561229706, 0.06479987502098083, 0.0507039837539196, 0.1183084025979042, 0.15152771770954132, 0.05495642125606537, 0.1873444765806198, 0.07949867099523544, 0.07211404293775558, 0.21339422464370728, 0.08039309084415436, 0.09041352570056915, 0.06654269248247147, 0.008662261068820953, 0.05373011901974678, 0.03047129325568676, 0.08046559989452362, 0.021098222583532333, 0.07176177948713303, 452.4349365234375, 466.3882751464844, 6.69001849473716e-07, 0.0019919697660952806, 0.00023659117869101465, 0.00021446951723191887, 0.0006061730673536658, 0.0005509123438969254], "count": [862]}, "timestamp": {"min": [0.0], "max": [28.7], "mean": [14.349999999999996], "std": [8.294593285856623], "count": [862]}, "frame_index": {"min": [0], "max": [861], "mean": [430.5], "std": [248.8377985756987], "count": [862]}, "episode_index": {"min": [37], "max": [37], "mean": [37.0], "std": [0.0], "count": [862]}, "index": {"min": [31556], "max": [32417], "mean": [31986.5], "std": [248.8377985756987], "count": [862]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [862]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7250580046403712, 0.6428793503491212], "std": [0.4464850440354036, 0.4654654700401739], "count": [862]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7250580046403712, 0.6428793503491212], "std": [0.4464850440354036, 0.4654654700401739], "count": [862]}, "eef_direction_state": {"mean": [4.842227378190255, 4.7877030162412995], "std": [2.0803307461229243, 2.2423237584155293], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_state": {"mean": [0.3352668213457077, 0.26450116009280744], "std": [0.5781279178202821, 0.4813141035124157], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_state": {"mean": [0.25986078886310904, 0.16009280742459397], "std": [0.6052661236086485, 0.4887447729681855], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_direction_action": {"mean": [4.842227378190255, 4.793503480278423], "std": [2.0803307461229243, 2.2389827248326983], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_action": {"mean": [0.3352668213457077, 0.2633410672853828], "std": [0.5781279178202821, 0.48074475494170404], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_action": {"mean": [0.25986078886310904, 0.15777262180974477], "std": [0.6052661236086485, 0.48473558634618824], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_sim_pose_state": {"mean": [0.4263002008008275, 0.24991062622125504, 1.1813622011931395, -0.034520105137631395, 0.06467330404392388, 1.324988205990064, 0.4689413912927599, -0.21623428799281932, 1.1510799156666742, -0.06599782472591692, -0.10628578302805164, -1.371439694990594], "std": [0.0704478234204275, 0.03564472193258633, 0.03851435482019901, 0.04251946645538674, 0.046286502356000424, 0.17113371464161842, 0.053901124086019006, 0.03172267862929077, 0.008381191662734506, 0.08951200899621374, 0.030789340003918843, 0.03623220134959923], "min": [0.38181953661153983, 0.15580097053851916, 1.156717798070056, -0.12509273014513966, 0.03251834348668403, 0.993464798797356, 0.3954861648684856, -0.2452864373022468, 1.1443206987166339, -0.23278124219865615, -0.18130084614884323, -1.4501680006412903], "max": [0.6022323557270135, 0.2843015722265534, 1.2588565088475987, 0.04730731189185411, 0.19198022503828627, 1.4474541934910525, 0.5850904241391125, -0.1682842506243744, 1.1770491087580985, 0.0480579391361875, -0.04897126585932132, -1.303784570245458], "count": [862]}, "eef_sim_pose_action": {"mean": [0.42635952951897466, 0.24993227705315219, 1.181369881691848, -0.0344483552164897, 0.06478076262144158, 1.3248035908657256, 0.46899974241865133, -0.21629526989922773, 1.1510825336110608, -0.06608302944255826, -0.10632654765755728, -1.3714938385111872], "std": [0.07043339335247559, 0.03565924331176113, 0.03851014796274776, 0.04259923158306115, 0.04631991795257895, 0.17108964532404017, 0.05385491451642041, 0.03172589835623018, 0.008379449484120033, 0.08944077566566581, 0.030751682928281038, 0.0361958327505263], "min": [0.38181953661153983, 0.15580097053851916, 1.156717798070056, -0.12509273014513966, 0.03251834348668403, 0.993464798797356, 0.3954861648684856, -0.2452864373022468, 1.1443206987166339, -0.23278124219865615, -0.18130084614884323, -1.4501680006412903], "max": [0.6022323557270135, 0.2843015722265534, 1.2588565088475987, 0.04730731189185411, 0.19198022503828627, 1.4474541934910525, 0.5850904241391125, -0.1682842506243744, 1.1770491087580985, 0.0480579391361875, -0.04897126585932132, -1.303784570245458], "count": [862]}, "gripper_mode_state": {"mean": [0.27494199535962877, 0.3561484918793503], "std": [0.4464850440354036, 0.47885983712503366], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_state": {"mean": [1.9895591647331787, 1.877030162412993], "std": [0.1315004983652154, 0.4348042699313647], "min": [0, 0], "max": [2, 2], "count": [862]}, "gripper_mode_action": {"mean": [0.27494199535962877, 0.3561484918793503], "std": [0.4464850440354036, 0.47885983712503366], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_action": {"mean": [1.9895591647331787, 1.877030162412993], "std": [0.1315004983652154, 0.4348042699313647], "min": [0, 0], "max": [2, 2], "count": [862]}}} +{"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.4803755180934162]], [[0.4713637053144429]], [[0.4639914527040491]]], "std": [[[0.1500170546532714]], [[0.15997847294660703]], [[0.16919108386973863]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46418559949386257]], [[0.4562900202255699]], [[0.4497547848915989]]], "std": [[[0.1457307179352758]], [[0.14989970635826408]], [[0.1551304848237897]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46953306457237365]], [[0.472443779391838]], [[0.4645401871114299]]], "std": [[[0.16003445225274368]], [[0.15841724772504293]], [[0.16672725108446595]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49330402369281046]], [[0.48341702534672404]], [[0.47022117233580424]]], "std": [[[0.15089709825590508]], [[0.1433060070977373]], [[0.15209538540599432]]], "count": [164]}, "observation.state": {"min": [-0.5540198683738708, -0.010698867961764336, -0.12163199484348297, -2.061931848526001, -0.7000864744186401, -0.02082177810370922, -0.20858430862426758, -0.28324899077415466, 0.3527440130710602, 0.04901299998164177, -1.5343996286392212, -1.8140194416046143, -1.291607141494751, -0.18198548257350922, -0.03815289959311485, -0.2626197040081024, -1.784110426902771, -0.1362229436635971, -0.06370452046394348, -0.030944688245654106, -0.31822699308395386, -0.5638430118560791, 0.10026700049638748, 1.2256337404251099, -1.393376111984253, 0.8523057699203491, 0.0, 0.0, -0.06204914674162865, -0.18260951340198517, -0.8263489603996277, 1.912465214729309, -1.0807013511657715, -0.0012387654278427362], "max": [0.2929535210132599, 0.39187875390052795, 0.35182347893714905, -1.2700586318969727, -0.2537708580493927, 0.33082714676856995, -0.01984439231455326, -0.17016200721263885, 0.5684459805488586, 0.22146600484848022, -1.2660051584243774, -1.3183525800704956, -1.039667010307312, 0.4608367383480072, 0.1892635077238083, -0.07077309489250183, -1.0151708126068115, 0.06590363383293152, 0.19401080906391144, 0.16891297698020935, -0.2838670015335083, -0.3757619857788086, 0.17410700023174286, 1.4755313396453857, -1.238961935043335, 1.06975257396698, 1001.0, 1002.0, -0.06203598529100418, -0.17671231925487518, -0.8241572976112366, 1.9129841327667236, -1.0775684118270874, 0.00283444719389081], "mean": [0.09194257110357285, 0.2294379472732544, 0.09244902431964874, -1.7715331315994263, -0.33630505204200745, 0.07117953151464462, -0.06623421609401703, -0.2521178722381592, 0.4065369665622711, 0.1737087070941925, -1.336559772491455, -1.4458801746368408, -1.1630440950393677, 0.041510578244924545, 0.10550431162118912, -0.12246356159448624, -1.532158613204956, -0.005803493782877922, 0.017431136220693588, 0.06287805736064911, -0.300727903842926, -0.44871580600738525, 0.14778031408786774, 1.3772311210632324, -1.2713723182678223, 1.0120770931243896, 662.6305541992188, 693.1748046875, -0.062045931816101074, -0.1781720072031021, -0.8255772590637207, 1.9125829935073853, -1.0793415307998657, 0.0006410111673176289], "std": [0.2803042531013489, 0.08042418211698532, 0.1064940094947815, 0.18490241467952728, 0.13023073971271515, 0.12138586491346359, 0.06264326721429825, 0.0446246936917305, 0.06640580296516418, 0.05222291126847267, 0.06865721940994263, 0.169522225856781, 0.04895775765180588, 0.17081373929977417, 0.06377799808979034, 0.06858184188604355, 0.1960715800523758, 0.06040501594543457, 0.07438328862190247, 0.04763590544462204, 0.007082395721226931, 0.04996839538216591, 0.028832940384745598, 0.06343360245227814, 0.03737199679017067, 0.0683867484331131, 460.7113342285156, 449.0907897949219, 8.427887792095135e-07, 0.0017944063292816281, 0.00032197957625612617, 0.00011970580817433074, 0.00047092538443394005, 0.0005060950643382967], "count": [904]}, "action": {"min": [-0.5540198683738708, -0.010698867961764336, -0.12163199484348297, -2.061931848526001, -0.7000864744186401, -0.02082177810370922, -0.20858430862426758, -0.28324899077415466, 0.3527440130710602, 0.04901299998164177, -1.5343996286392212, -1.8140194416046143, -1.291607141494751, -0.18198548257350922, -0.03815289959311485, -0.2626197040081024, -1.784110426902771, -0.1362229436635971, -0.06370452046394348, -0.030944688245654106, -0.31822699308395386, -0.5638430118560791, 0.10026700049638748, 1.2256337404251099, -1.393376111984253, 0.8523057699203491, 0.0, 0.0, -0.06204914674162865, -0.18260951340198517, -0.8263489603996277, 1.912465214729309, -1.0807013511657715, -0.0012387654278427362], "max": [0.2929535210132599, 0.39187875390052795, 0.35182347893714905, -1.2700586318969727, -0.2537708580493927, 0.33082714676856995, -0.01984439231455326, -0.17016200721263885, 0.5684459805488586, 0.22146600484848022, -1.2660051584243774, -1.3183525800704956, -1.039667010307312, 0.4608367383480072, 0.1892635077238083, -0.07077309489250183, -1.0151708126068115, 0.06590363383293152, 0.19401080906391144, 0.16891297698020935, -0.2838670015335083, -0.3757619857788086, 0.17410700023174286, 1.4755313396453857, -1.238961935043335, 1.06975257396698, 1001.0, 1002.0, -0.06203598529100418, -0.17671231925487518, -0.8241572976112366, 1.9129841327667236, -1.0775684118270874, 0.00283444719389081], "mean": [0.09161550551652908, 0.22946901619434357, 0.09251901507377625, -1.7713208198547363, -0.33648553490638733, 0.07136546075344086, -0.06636383384466171, -0.2521009147167206, 0.40662330389022827, 0.17369067668914795, -1.3365548849105835, -1.4461370706558228, -1.1629784107208252, 0.04170253872871399, 0.10543179512023926, -0.12225639075040817, -1.5319366455078125, -0.005859754979610443, 0.01748616248369217, 0.06300622969865799, -0.3007378578186035, -0.44878751039505005, 0.14784930646419525, 1.37712824344635, -1.271278977394104, 1.0120562314987183, 662.6305541992188, 693.1748046875, -0.06204593554139137, -0.1781720668077469, -0.8255770802497864, 1.9125831127166748, -1.0793412923812866, 0.0006409964407794178], "std": [0.2802742123603821, 0.08043408393859863, 0.10648172348737717, 0.18492330610752106, 0.13022932410240173, 0.1213734894990921, 0.06266850978136063, 0.04461577907204628, 0.06640462577342987, 0.05221601948142052, 0.068660207092762, 0.1695055216550827, 0.04896843805909157, 0.17066968977451324, 0.06371991336345673, 0.06844118237495422, 0.19591401517391205, 0.060361992567777634, 0.07434134185314178, 0.047551799565553665, 0.00707656005397439, 0.04991058632731438, 0.02881637029349804, 0.06334971636533737, 0.037333160638809204, 0.06837285310029984, 460.7113342285156, 449.0907897949219, 8.443690830972628e-07, 0.0017943548737093806, 0.00032200946589000523, 0.00011964213626924902, 0.0004710561770480126, 0.0005060971016064286], "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": [38], "max": [38], "mean": [38.0], "std": [0.0], "count": [904]}, "index": {"min": [32418], "max": [33321], "mean": [32869.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6991150442477876, 0.6918727874802735], "std": [0.45864277946371657, 0.4481940955711418], "count": [904]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6991150442477876, 0.6918727874802735], "std": [0.45864277946371657, 0.4481940955711418], "count": [904]}, "eef_direction_state": {"mean": [4.860619469026549, 4.936946902654867], "std": [2.1209130540005154, 2.152742121852615], "min": [0, 0], "max": [6, 6], "count": [904]}, "eef_velocity_state": {"mean": [0.31526548672566373, 0.21238938053097345], "std": [0.5395316473973951, 0.4116946938559788], "min": [0, 0], "max": [2, 2], "count": [904]}, "eef_acc_mag_state": {"mean": [0.25995575221238937, 0.14601769911504425], "std": [0.6041068868879885, 0.4758849043252098], "min": [0, 0], "max": [2, 2], "count": [904]}, "eef_direction_action": {"mean": [4.860619469026549, 4.936946902654867], "std": [2.1209130540005154, 2.152742121852615], "min": [0, 0], "max": [6, 6], "count": [904]}, "eef_velocity_action": {"mean": [0.31526548672566373, 0.21238938053097345], "std": [0.5395316473973951, 0.4116946938559788], "min": [0, 0], "max": [2, 2], "count": [904]}, "eef_acc_mag_action": {"mean": [0.25995575221238937, 0.14601769911504425], "std": [0.6041068868879885, 0.4758849043252098], "min": [0, 0], "max": [2, 2], "count": [904]}, "eef_sim_pose_state": {"mean": [0.4266821149357819, 0.2478728182120994, 1.1872852180505942, -0.02351618469070962, 0.09097309264908915, 1.338807757983843, 0.4671452328042513, -0.21732736520792392, 1.1453495848563442, -0.03571782021647673, -0.10888074385543045, -1.3797552203980916], "std": [0.07024724034348623, 0.04058171070472918, 0.043020609085274636, 0.023180678492142198, 0.08239883944290077, 0.14718825037474909, 0.049892660080486546, 0.026428304546600834, 0.006218872667786689, 0.07744549079889959, 0.024414040483866983, 0.04363464723982091], "min": [0.3737245141629197, 0.14301201991569495, 1.156796806548438, -0.07321365222115972, 0.03255103350241595, 1.0359931990602709, 0.39543483223648984, -0.2403191120732253, 1.1398014957525966, -0.19844042387319571, -0.17695576167849203, -1.4349141327016834], "max": [0.5938463396159968, 0.3036825108726477, 1.2684285403551643, 0.04657428986851975, 0.3127027294544533, 1.4459821494285867, 0.5826535593343232, -0.17648936868013468, 1.165804563868358, 0.047990118843298735, -0.06742227552699798, -1.2638098554141393], "count": [904]}, "eef_sim_pose_action": {"mean": [0.42677252520216863, 0.2478743142443261, 1.1873094988220732, -0.02345184270618495, 0.09110474835565667, 1.3386409591955828, 0.46721394364749486, -0.21738350647042012, 1.1453462783830823, -0.03577628103022103, -0.10892590544805184, -1.3798664390691677], "std": [0.0702442081119384, 0.04058234895246031, 0.0430095993125975, 0.023277448287255025, 0.08240064092801691, 0.14715230531614024, 0.049837908626155884, 0.02642133531221071, 0.006220113311025926, 0.07740227280484367, 0.02437515646199819, 0.04357044468415839], "min": [0.3737245141629197, 0.14301201991569495, 1.156796806548438, -0.07321365222115972, 0.03255103350241595, 1.0359931990602709, 0.39543483223648984, -0.2403191120732253, 1.1398014957525966, -0.19844042387319571, -0.17695576167849203, -1.4349141327016834], "max": [0.5938463396159968, 0.3036825108726477, 1.2684285403551643, 0.04657428986851975, 0.3127027294544533, 1.4459821494285867, 0.5826535593343232, -0.17648936868013468, 1.165804563868358, 0.047990118843298735, -0.06742227552699798, -1.2638098554141393], "count": [904]}, "gripper_mode_state": {"mean": [0.3008849557522124, 0.3086283185840708], "std": [0.45864277946371657, 0.46192735311090366], "min": [0, 0], "max": [1, 1], "count": [904]}, "gripper_activity_state": {"mean": [1.9900442477876106, 1.8805309734513274], "std": [0.12842820310145203, 0.4299327807266007], "min": [0, 0], "max": [2, 2], "count": [904]}, "gripper_mode_action": {"mean": [0.3008849557522124, 0.3086283185840708], "std": [0.45864277946371657, 0.46192735311090366], "min": [0, 0], "max": [1, 1], "count": [904]}, "gripper_activity_action": {"mean": [1.9900442477876106, 1.8805309734513274], "std": [0.12842820310145206, 0.4299327807266007], "min": [0, 0], "max": [2, 2], "count": [904]}}} +{"episode_index": 39, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4790911549983241]], [[0.4722495679361488]], [[0.46383607759343054]]], "std": [[[0.14940141294568604]], [[0.15991905103928902]], [[0.16768767357375583]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46282560593681915]], [[0.4570982316804927]], [[0.45240624345357805]]], "std": [[[0.14496219142935787]], [[0.14935051567713836]], [[0.15508664391706883]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46791841456133737]], [[0.4717278154851684]], [[0.4641495425360315]]], "std": [[[0.1582086036915978]], [[0.15709280747891152]], [[0.1657338227583537]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49026118652589246]], [[0.4826123379105916]], [[0.46973264936316406]]], "std": [[[0.1449246194548677]], [[0.1395838976198399]], [[0.14886233054714676]]], "count": [156]}, "observation.state": {"min": [-0.5538802742958069, 0.007557275705039501, -0.073164202272892, -1.9873889684677124, -0.5879316329956055, -0.02076941914856434, -0.2788163423538208, -0.29283300042152405, 0.3666349947452545, 0.059365998953580856, -1.6701122522354126, -1.6779911518096924, -1.2032843828201294, -0.17331120371818542, -0.05808455869555473, -0.2626197040081024, -1.771422028541565, -0.07529350370168686, -0.0671253651380539, -0.02626720443367958, -0.32507801055908203, -0.5700839757919312, 0.10866200178861618, 1.1941055059432983, -1.402711033821106, 0.9802960753440857, 0.0, 0.0, -0.062062304466962814, -0.18262642621994019, -0.8265200853347778, 1.9117164611816406, -1.081191062927246, -5.315774978953414e-05], "max": [0.2672971785068512, 0.4277976453304291, 0.3303908407688141, -1.2369498014450073, -0.1313360333442688, 0.22162190079689026, -0.019809486344456673, -0.17470300197601318, 0.5719090104103088, 0.21879400312900543, -1.2955495119094849, -1.3183525800704956, -0.9916008114814758, 0.4882034957408905, 0.1892460584640503, -0.022252947092056274, -0.9319883584976196, 0.1367814540863037, 0.1123293861746788, 0.146310955286026, -0.289095014333725, -0.3761639893054962, 0.1914149969816208, 1.4755313396453857, -1.2946118116378784, 1.189012050628662, 1001.0, 1002.0, -0.06200778856873512, -0.1758701503276825, -0.8237738013267517, 1.9132663011550903, -1.0757238864898682, 0.0016032756539061666], "mean": [0.09243312478065491, 0.23041126132011414, 0.0949818417429924, -1.764008641242981, -0.2726617753505707, 0.041987095028162, -0.0850939080119133, -0.25354835391044617, 0.4064844250679016, 0.1730346530675888, -1.389801263809204, -1.3905556201934814, -1.1331570148468018, 0.05241847038269043, 0.08889894187450409, -0.08367255330085754, -1.4873355627059937, 0.07034965604543686, -0.031726885586977005, 0.07020501047372818, -0.3058378994464874, -0.45269808173179626, 0.15876264870166779, 1.3300402164459229, -1.3121159076690674, 1.112573266029358, 675.4432373046875, 689.0922241210938, -0.0620446614921093, -0.1780126988887787, -0.8254455924034119, 1.912668228149414, -1.0793993473052979, 0.0006765019497834146], "std": [0.27448415756225586, 0.08223342150449753, 0.10003644227981567, 0.18396849930286407, 0.09066980332136154, 0.08694370836019516, 0.08604992181062698, 0.04503095522522926, 0.0655292421579361, 0.050618063658475876, 0.13208884000778198, 0.10260837525129318, 0.07290320843458176, 0.17645519971847534, 0.07095640152692795, 0.08638497442007065, 0.21665598452091217, 0.07220017910003662, 0.03620585799217224, 0.056136541068553925, 0.009053648449480534, 0.05120459944009781, 0.03714095801115036, 0.07329034805297852, 0.01744408719241619, 0.06695513427257538, 455.11956787109375, 449.84259033203125, 2.7517505714058643e-06, 0.0018855107482522726, 0.00037586301914416254, 0.0002335684694116935, 0.0007315725088119507, 0.00019288345356471837], "count": [846]}, "action": {"min": [-0.5538802742958069, 0.007557275705039501, -0.073164202272892, -1.9873889684677124, -0.5879316329956055, -0.02076941914856434, -0.2788163423538208, -0.29283300042152405, 0.3666349947452545, 0.059365998953580856, -1.6701122522354126, -1.6779911518096924, -1.2032843828201294, -0.17331120371818542, -0.05808455869555473, -0.2626197040081024, -1.771422028541565, -0.07529350370168686, -0.0671253651380539, -0.02626720443367958, -0.32507801055908203, -0.5700839757919312, 0.10866200178861618, 1.1941055059432983, -1.402711033821106, 0.9802960753440857, 0.0, 0.0, -0.062062304466962814, -0.18262642621994019, -0.8265200853347778, 1.9117164611816406, -1.081191062927246, -5.315774978953414e-05], "max": [0.2672971785068512, 0.4277976453304291, 0.3303908407688141, -1.2369498014450073, -0.1313360333442688, 0.22162190079689026, -0.019809486344456673, -0.17470300197601318, 0.5719090104103088, 0.21879400312900543, -1.2955495119094849, -1.3183525800704956, -0.9916008114814758, 0.4882034957408905, 0.1892460584640503, -0.022252947092056274, -0.9319883584976196, 0.1367814540863037, 0.1123293861746788, 0.146310955286026, -0.289095014333725, -0.3761639893054962, 0.1914149969816208, 1.4755313396453857, -1.2946118116378784, 1.189012050628662, 1001.0, 1002.0, -0.06200778856873512, -0.1758701503276825, -0.8237738013267517, 1.9132663011550903, -1.0757238864898682, 0.0016032756539061666], "mean": [0.09217938780784607, 0.2304256409406662, 0.09504329413175583, -1.7637859582901, -0.2727092504501343, 0.04206297546625137, -0.08527248352766037, -0.25355586409568787, 0.40655070543289185, 0.1730138212442398, -1.3898898363113403, -1.390730381011963, -1.1330279111862183, 0.052630823105573654, 0.08880584686994553, -0.08339010179042816, -1.4870551824569702, 0.07041473686695099, -0.03170762211084366, 0.07036668807268143, -0.3058546781539917, -0.4527779519557953, 0.15885791182518005, 1.3298475742340088, -1.312086582183838, 1.1126885414123535, 675.4432373046875, 689.0922241210938, -0.0620446540415287, -0.17801381647586823, -0.8254455924034119, 1.9126688241958618, -1.079400658607483, 0.0006767095765098929], "std": [0.27442312240600586, 0.08223635703325272, 0.1000199243426323, 0.18397930264472961, 0.09067042917013168, 0.08691699057817459, 0.08607121556997299, 0.04503645375370979, 0.06551727652549744, 0.05060986429452896, 0.1320519596338272, 0.10261218994855881, 0.0729086697101593, 0.1762915998697281, 0.07087650895118713, 0.0861901268362999, 0.2164417803287506, 0.07222089171409607, 0.03619316592812538, 0.05605559051036835, 0.009041249752044678, 0.05113784223794937, 0.03711836040019989, 0.07312194257974625, 0.01743638701736927, 0.0669601634144783, 455.11956787109375, 449.8425598144531, 2.756597723418963e-06, 0.001885092118754983, 0.00037586313555948436, 0.0002328994742128998, 0.0007312253001146019, 0.00019279666594229639], "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": [39], "max": [39], "mean": [39.0], "std": [0.0], "count": [846]}, "index": {"min": [33322], "max": [34167], "mean": [33744.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7139479905437353, 0.6878144208415594], "std": [0.45191399330215065, 0.4489574419343314], "count": [846]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7139479905437353, 0.6878144208415594], "std": [0.4519139933021506, 0.4489574419343314], "count": [846]}, "eef_direction_state": {"mean": [4.932624113475177, 4.890070921985815], "std": [2.0056538213620843, 2.2005739085258926], "min": [0, 0], "max": [6, 6], "count": [846]}, "eef_velocity_state": {"mean": [0.32505910165484636, 0.23404255319148937], "std": [0.5645232167307525, 0.4734806164673593], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_acc_mag_state": {"mean": [0.25177304964539005, 0.1773049645390071], "std": [0.5928776842600313, 0.5092573920855598], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_direction_action": {"mean": [4.932624113475177, 4.890070921985815], "std": [2.0056538213620843, 2.2005739085258926], "min": [0, 0], "max": [6, 6], "count": [846]}, "eef_velocity_action": {"mean": [0.32505910165484636, 0.23404255319148937], "std": [0.5645232167307525, 0.4734806164673593], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_acc_mag_action": {"mean": [0.25177304964539005, 0.1773049645390071], "std": [0.5928776842600313, 0.5092573920855598], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_sim_pose_state": {"mean": [0.426959511433009, 0.247839128936396, 1.184542647454991, -0.03461776704476142, 0.0274035570157241, 1.3349433774777026, 0.4704122732361491, -0.22518224027466166, 1.1370140896721703, -0.007027088817594944, -0.018541151486951537, -1.4121641082568124], "std": [0.06945970541812442, 0.038911057976348515, 0.041683642029749654, 0.03190776778374685, 0.039385027704702126, 0.15111669155196325, 0.050732039144995966, 0.03369659817196485, 0.00500345688210913, 0.060748557071678276, 0.03708400515051828, 0.052656353101073534], "min": [0.38349511038281847, 0.15181979393414408, 1.1524877120843016, -0.11380575968916218, -0.05551080707907774, 1.003437863307935, 0.39637053494237046, -0.2544080865377151, 1.1312614837697403, -0.14706974413814822, -0.09107184354726261, -1.4765702782045076], "max": [0.596774018262059, 0.30622595029931, 1.2599784523856439, 0.02847013563006684, 0.15723532797463324, 1.4473610042855949, 0.5876494251387205, -0.17782410263236523, 1.1516456044256524, 0.06207626323830839, 0.04086769137416102, -1.3042790485479445], "count": [846]}, "eef_sim_pose_action": {"mean": [0.427030234283326, 0.24783972262126847, 1.1845404581094676, -0.03457116398570319, 0.02742607717886179, 1.3347539655570175, 0.47048824658616, -0.2252590004267493, 1.1370016798645617, -0.007065082347291061, -0.018451211661101127, -1.4123257068536526], "std": [0.06944587301509765, 0.03891131606863519, 0.04168514792969262, 0.031961473676128886, 0.03939347814914023, 0.15107793968247546, 0.050669204948624424, 0.03368731906477014, 0.0049979040812211375, 0.06072426366262061, 0.03705762641852056, 0.052534924655647464], "min": [0.38349511988727336, 0.15181979393414408, 1.1524877120843016, -0.11380575968916218, -0.05551080707907774, 1.003437863307935, 0.39637053494237046, -0.2544080865377151, 1.1312614837697403, -0.14706974413814822, -0.09107184354726261, -1.4765702782045076], "max": [0.596774018262059, 0.30622595029931, 1.2599784523856439, 0.02847013563006684, 0.15723532797463324, 1.4473610042855949, 0.5876494251387205, -0.17782410263236523, 1.1516456044256524, 0.06207626323830839, 0.04086769137416102, -1.3042790485479445], "count": [846]}, "gripper_mode_state": {"mean": [0.2860520094562648, 0.3120567375886525], "std": [0.45191399330215065, 0.4633328502428699], "min": [0, 0], "max": [1, 1], "count": [846]}, "gripper_activity_state": {"mean": [1.9893617021276595, 1.8747044917257683], "std": [0.13273026434193533, 0.4385645456091963], "min": [0, 0], "max": [2, 2], "count": [846]}, "gripper_mode_action": {"mean": [0.2860520094562648, 0.3120567375886525], "std": [0.4519139933021506, 0.46333285024286996], "min": [0, 0], "max": [1, 1], "count": [846]}, "gripper_activity_action": {"mean": [1.9893617021276595, 1.8747044917257683], "std": [0.13273026434193533, 0.4385645456091963], "min": [0, 0], "max": [2, 2], "count": [846]}}} +{"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.47647123870779734]], [[0.46998926590275175]], [[0.4610732445048083]]], "std": [[[0.1482082017321671]], [[0.15710679461860483]], [[0.16577736354501327]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46070057709920487]], [[0.45687555810540775]], [[0.45170160094292494]]], "std": [[[0.14454280160926622]], [[0.14874019462121169]], [[0.15423370864813332]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684966357562133]], [[0.4715097219620332]], [[0.46343267219308104]]], "std": [[[0.15905104165905792]], [[0.1570454809249327]], [[0.16517289699169174]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48679049841805083]], [[0.47662901861912493]], [[0.46177600068689895]]], "std": [[[0.14834806378954335]], [[0.14152741753494485]], [[0.15008792399758783]]], "count": [157]}, "observation.state": {"min": [-0.5826432704925537, 0.06328563392162323, -0.12020082771778107, -1.9981228113174438, -0.6962816715240479, -0.02076941914856434, -0.3577924966812134, -0.2832610011100769, 0.36139100790023804, 0.06746699661016464, -1.6607040166854858, -1.817606806755066, -1.2347546815872192, -0.17331120371818542, -0.05094616115093231, -0.2626197040081024, -1.7717361450195312, -0.11718141287565231, -0.0737401619553566, -0.026232298463582993, -0.3265109956264496, -0.5714769959449768, 0.10519400238990784, 1.2434896230697632, -1.3622026443481445, 0.9365936517715454, 0.0, 0.0, -0.06204914674162865, -0.18263958394527435, -0.8263925313949585, 1.9115848541259766, -1.0808486938476562, -0.002039928687736392], "max": [0.28005552291870117, 0.4562116265296936, 0.3667285740375519, -1.2161105871200562, -0.2537708580493927, 0.2647315561771393, -0.01979203335940838, -0.1569090038537979, 0.5763919949531555, 0.2310989946126938, -1.296759009361267, -1.3183525800704956, -0.990462601184845, 0.498850017786026, 0.1892635077238083, -0.0492531917989254, -0.9000488519668579, 0.06592108309268951, 0.07534585893154144, 0.1284911334514618, -0.28526800870895386, -0.3761669993400574, 0.1775760054588318, 1.4756050109863281, -1.2429757118225098, 1.1052237749099731, 1001.0, 1002.0, -0.06202470883727074, -0.1758795529603958, -0.8238309025764465, 1.913575291633606, -1.0766682624816895, 0.0041956654749810696], "mean": [0.10626456141471863, 0.25400927662849426, 0.08725189417600632, -1.7781723737716675, -0.3180062174797058, 0.04131532460451126, -0.0920243188738823, -0.25215691328048706, 0.4023131728172302, 0.18112340569496155, -1.382682204246521, -1.4126811027526855, -1.1433218717575073, 0.040479376912117004, 0.08602354675531387, -0.1101248487830162, -1.4895576238632202, 0.003186518559232354, -0.04680841043591499, 0.0498453713953495, -0.3102444112300873, -0.44819849729537964, 0.14844928681850433, 1.3665151596069336, -1.2691023349761963, 1.0624804496765137, 686.8856201171875, 665.8619995117188, -0.06203844025731087, -0.17803701758384705, -0.8255549073219299, 1.9126896858215332, -1.0793979167938232, 0.0005880974349565804], "std": [0.2730619013309479, 0.07609158754348755, 0.11081656068563461, 0.17195099592208862, 0.11877946555614471, 0.08993904292583466, 0.1026487648487091, 0.04509272053837776, 0.06303848326206207, 0.04723003879189491, 0.12620331346988678, 0.1491716355085373, 0.06634707748889923, 0.17938371002674103, 0.06700598448514938, 0.0785069391131401, 0.22188134491443634, 0.05886867642402649, 0.04272155463695526, 0.04711941257119179, 0.011205571703612804, 0.05216686427593231, 0.030326882377266884, 0.06241338700056076, 0.03376275673508644, 0.054215412586927414, 450.5108947753906, 458.921142578125, 1.3402337799561792e-06, 0.001559983822517097, 0.0004477790789678693, 0.0003937380970455706, 0.0007073512533679605, 0.0005770580028183758], "count": [848]}, "action": {"min": [-0.5826432704925537, 0.06328563392162323, -0.12020082771778107, -1.9981228113174438, -0.6962816715240479, -0.02076941914856434, -0.3577924966812134, -0.2832610011100769, 0.36139100790023804, 0.06746699661016464, -1.6607040166854858, -1.817606806755066, -1.2347546815872192, -0.17331120371818542, -0.05094616115093231, -0.2626197040081024, -1.7717361450195312, -0.11718141287565231, -0.0737401619553566, -0.026232298463582993, -0.3265109956264496, -0.5714769959449768, 0.10519400238990784, 1.2434896230697632, -1.3622026443481445, 0.9365936517715454, 0.0, 0.0, -0.06204914674162865, -0.18263958394527435, -0.8263925313949585, 1.9115848541259766, -1.0808486938476562, -0.002039928687736392], "max": [0.28005552291870117, 0.4562116265296936, 0.3667285740375519, -1.2161105871200562, -0.2537708580493927, 0.2647315561771393, -0.01979203335940838, -0.1569090038537979, 0.5763919949531555, 0.2310989946126938, -1.296759009361267, -1.3183525800704956, -0.990462601184845, 0.498850017786026, 0.1892635077238083, -0.0492531917989254, -0.9000488519668579, 0.06592108309268951, 0.07534585893154144, 0.1284911334514618, -0.28526800870895386, -0.3761669993400574, 0.1775760054588318, 1.4756050109863281, -1.2429757118225098, 1.1052237749099731, 1001.0, 1002.0, -0.06202470883727074, -0.1758795529603958, -0.8238309025764465, 1.913575291633606, -1.0766682624816895, 0.0041956654749810696], "mean": [0.10605372488498688, 0.2541296184062958, 0.0872291550040245, -1.7780935764312744, -0.31811100244522095, 0.041419267654418945, -0.0921923890709877, -0.2521122694015503, 0.4023691713809967, 0.18114599585533142, -1.3828328847885132, -1.4127482175827026, -1.1432298421859741, 0.04067540168762207, 0.08591341227293015, -0.10987720638513565, -1.4892688989639282, 0.0031408679205924273, -0.04681995511054993, 0.04997433349490166, -0.31027084589004517, -0.4482724964618683, 0.14852720499038696, 1.3663702011108398, -1.2690074443817139, 1.0625224113464355, 686.8856201171875, 665.8619995117188, -0.06203843653202057, -0.17803631722927094, -0.8255548477172852, 1.9126890897750854, -1.0793970823287964, 0.0005881746183149517], "std": [0.27300798892974854, 0.07615156471729279, 0.11082776635885239, 0.17193372547626495, 0.11876200139522552, 0.08991812914609909, 0.1026470735669136, 0.045080699026584625, 0.06302786618471146, 0.04724450409412384, 0.12617744505405426, 0.149142324924469, 0.06634379923343658, 0.179239884018898, 0.06691300123929977, 0.07835681736469269, 0.22167529165744781, 0.05883488804101944, 0.04272735118865967, 0.047060776501894, 0.01118911150842905, 0.05210917070508003, 0.030312126502394676, 0.062302470207214355, 0.03370682895183563, 0.05423229932785034, 450.5108947753906, 458.921142578125, 1.339546997769503e-06, 0.001560237375088036, 0.0004477464244700968, 0.0003938466834370047, 0.0007073424640111625, 0.0005770559073425829], "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": [40], "max": [40], "mean": [40.0], "std": [0.0], "count": [848]}, "index": {"min": [34168], "max": [35015], "mean": [34591.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7264150943396226, 0.6646249998585466], "std": [0.4457983905928548, 0.45801272268873283], "count": [848]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7264150943396226, 0.6646249998585466], "std": [0.4457983905928548, 0.45801272268873283], "count": [848]}, "eef_direction_state": {"mean": [4.685141509433962, 4.846698113207547], "std": [2.2546944692765822, 2.2387219322632212], "min": [0, 0], "max": [6, 6], "count": [848]}, "eef_velocity_state": {"mean": [0.3643867924528302, 0.22641509433962265], "std": [0.6108342589451177, 0.4377907415159259], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_acc_mag_state": {"mean": [0.25235849056603776, 0.1792452830188679], "std": [0.600702500515874, 0.512525559626246], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_direction_action": {"mean": [4.685141509433962, 4.846698113207547], "std": [2.2546944692765822, 2.2387219322632212], "min": [0, 0], "max": [6, 6], "count": [848]}, "eef_velocity_action": {"mean": [0.3643867924528302, 0.22641509433962265], "std": [0.6108342589451177, 0.4377907415159259], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_acc_mag_action": {"mean": [0.25235849056603776, 0.1792452830188679], "std": [0.600702500515874, 0.512525559626246], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_sim_pose_state": {"mean": [0.4233287116148485, 0.25633306036741216, 1.1854753851006319, -0.0389487775283171, 0.047580431508609834, 1.3276449453488197, 0.4660515797115809, -0.21582239609167442, 1.132836970321312, -0.009152403451658823, -0.08148599513691436, -1.4030309409088415], "std": [0.06821960086200742, 0.03556385066698629, 0.041614152747674014, 0.03167566937968001, 0.04907924561359659, 0.17604736688685968, 0.05163617414213482, 0.026787814434596872, 0.008850766348162864, 0.055917300479450614, 0.024479453458161576, 0.0535650395084175], "min": [0.3812712708025639, 0.16667244373550025, 1.1567945473680419, -0.11058451603217578, -0.012911580482600993, 0.9431939580601447, 0.39637253680909984, -0.24098089005152024, 1.1252035565143532, -0.13639938286735043, -0.15378298217446495, -1.4659332003436687], "max": [0.6035861464193799, 0.3224543580823867, 1.2738132989227975, -0.01744767288161453, 0.22646929006421557, 1.4461059531247145, 0.5888112477775137, -0.17612441735362233, 1.156193093838246, 0.04800393216061838, -0.05531907121456281, -1.295650306224322], "count": [848]}, "eef_sim_pose_action": {"mean": [0.42338812388850583, 0.25637291062225914, 1.1855173852079353, -0.03897214778194125, 0.04753617034556665, 1.3274918389876986, 0.46612180189367347, -0.2158827031541879, 1.132815395972806, -0.009195311401051377, -0.08148823640728237, -1.4031855587780766], "std": [0.06820683225063259, 0.03559193929186319, 0.04160317856151353, 0.03166720322377595, 0.0491096507428391, 0.17600091481326446, 0.051581859589359666, 0.02678425433530483, 0.008844583861636623, 0.05588745414593269, 0.024478262706460755, 0.053469240111480396], "min": [0.3812712708025639, 0.16667244373550025, 1.1567945473680419, -0.11058451603217578, -0.012911580482600993, 0.9431939580601447, 0.39637253680909984, -0.24098089005152024, 1.1252035565143532, -0.13639938286735043, -0.15378298217446495, -1.4659332003436687], "max": [0.6035861464193799, 0.3224543580823867, 1.2738132989227975, -0.01744767288161453, 0.22646929006421557, 1.4461059531247145, 0.5888112477775137, -0.17612441735362233, 1.156193093838246, 0.04800393216061838, -0.05531907121456281, -1.295650306224322], "count": [848]}, "gripper_mode_state": {"mean": [0.27358490566037735, 0.33372641509433965], "std": [0.4457983905928548, 0.4715433118628869], "min": [0, 0], "max": [1, 1], "count": [848]}, "gripper_activity_state": {"mean": [1.9893867924528301, 1.8702830188679245], "std": [0.13257465470761645, 0.4473864513834187], "min": [0, 0], "max": [2, 2], "count": [848]}, "gripper_mode_action": {"mean": [0.27358490566037735, 0.33372641509433965], "std": [0.4457983905928548, 0.4715433118628869], "min": [0, 0], "max": [1, 1], "count": [848]}, "gripper_activity_action": {"mean": [1.9893867924528301, 1.8702830188679245], "std": [0.13257465470761645, 0.4473864513834187], "min": [0, 0], "max": [2, 2], "count": [848]}}} +{"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.47778331544649416]], [[0.47020816050779285]], [[0.46138806343543337]]], "std": [[[0.1535299090454685]], [[0.16475895109373692]], [[0.17325380445894553]]], "count": [169]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4690270296728159]], [[0.46074314498975133]], [[0.45559367990292765]]], "std": [[[0.14876409471282354]], [[0.15208230102419967]], [[0.15763375539150884]]], "count": [169]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46062033975325833]], [[0.46502050822794605]], [[0.4570046892524268]]], "std": [[[0.1582796988877026]], [[0.1575708966228063]], [[0.1660182185197111]]], "count": [169]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48519450245581464]], [[0.47789863238194685]], [[0.46299151946281475]]], "std": [[[0.14873242141619086]], [[0.14564981874875618]], [[0.15395985584633776]]], "count": [169]}, "observation.state": {"min": [-0.5022708773612976, 0.05319763720035553, -0.176871657371521, -2.0869076251983643, -0.7385535836219788, -0.02082177810370922, -0.35013052821159363, -0.28894200921058655, 0.34196901321411133, 0.06710699945688248, -1.59518301486969, -1.828941822052002, -1.2024123668670654, -0.17582447826862335, -0.03701843321323395, -0.2626197040081024, -1.771422028541565, -0.18470819294452667, -0.06672393530607224, -0.02967059798538685, -0.3297779858112335, -0.5690199732780457, 0.10656300187110901, 1.296164870262146, -1.329514741897583, 0.9167226552963257, 0.0, 0.0, -0.06204726919531822, -0.18271102011203766, -0.8264495730400085, 1.9119787216186523, -1.0808336734771729, -0.001531133078970015], "max": [0.3266558051109314, 0.47013935446739197, 0.3401821255683899, -1.322348713874817, -0.24492205679416656, 0.27719318866729736, -0.01984439231455326, -0.15238499641418457, 0.5567970275878906, 0.2311200052499771, -1.2915313243865967, -1.3146616220474243, -1.037362813949585, 0.49146726727485657, 0.18929840624332428, -0.0239110104739666, -0.899909257888794, 0.06590363383293152, 0.03661700710654259, 0.10222393274307251, -0.2883560061454773, -0.3761630058288574, 0.19374600052833557, 1.4785940647125244, -1.162949562072754, 1.07149338722229, 1001.0, 1002.0, -0.06203034892678261, -0.1767837554216385, -0.8241596817970276, 1.913411259651184, -1.0772522687911987, 0.0028315994422882795], "mean": [0.11287619173526764, 0.24883237481117249, 0.08053342998027802, -1.7855110168457031, -0.33583322167396545, 0.04773096740245819, -0.0869583860039711, -0.25221487879753113, 0.400674432516098, 0.18077081441879272, -1.3661445379257202, -1.4324852228164673, -1.1600794792175293, 0.0755978599190712, 0.08703260123729706, -0.08498375117778778, -1.442980408668518, -0.05452395975589752, -0.0518098808825016, 0.040626410394907, -0.3128962218761444, -0.45947420597076416, 0.16301408410072327, 1.3653111457824707, -1.1963882446289062, 1.030370831489563, 658.6023559570312, 676.5938110351562, -0.062037739902734756, -0.17805884778499603, -0.8256149888038635, 1.9125170707702637, -1.079359769821167, 0.0005569382337853312], "std": [0.2579028308391571, 0.0819622129201889, 0.10849331319332123, 0.16348432004451752, 0.13503921031951904, 0.10223712772130966, 0.09141306579113007, 0.04726387560367584, 0.06017022952437401, 0.04856406897306442, 0.10130326449871063, 0.16519710421562195, 0.03980255126953125, 0.1722250133752823, 0.0604238286614418, 0.08388807624578476, 0.2168542742729187, 0.06477659940719604, 0.021545732393860817, 0.040270574390888214, 0.010176673531532288, 0.04921761527657509, 0.037532247602939606, 0.05040423944592476, 0.055321019142866135, 0.05130406841635704, 462.6875, 456.2386779785156, 9.247799539480184e-07, 0.0014902370749041438, 0.00033726924448274076, 0.0002952590584754944, 0.0005924448487348855, 0.0005962835275568068], "count": [938]}, "action": {"min": [-0.5022708773612976, 0.05319763720035553, -0.176871657371521, -2.0869076251983643, -0.7385535836219788, -0.02082177810370922, -0.35013052821159363, -0.28894200921058655, 0.34196901321411133, 0.06710699945688248, -1.59518301486969, -1.828941822052002, -1.2024123668670654, -0.17582447826862335, -0.03701843321323395, -0.2626197040081024, -1.771422028541565, -0.18470819294452667, -0.06672393530607224, -0.02967059798538685, -0.3297779858112335, -0.5690199732780457, 0.10656300187110901, 1.296164870262146, -1.329514741897583, 0.9167226552963257, 0.0, 0.0, -0.06204726919531822, -0.18271102011203766, -0.8264495730400085, 1.9119787216186523, -1.0808336734771729, -0.001531133078970015], "max": [0.3266558051109314, 0.47013935446739197, 0.3401821255683899, -1.322348713874817, -0.24492205679416656, 0.27719318866729736, -0.01984439231455326, -0.15238499641418457, 0.5567970275878906, 0.2311200052499771, -1.2915313243865967, -1.3146616220474243, -1.037362813949585, 0.49146726727485657, 0.18929840624332428, -0.0239110104739666, -0.899909257888794, 0.06590363383293152, 0.03661700710654259, 0.10222393274307251, -0.2883560061454773, -0.3761630058288574, 0.19374600052833557, 1.4785940647125244, -1.162949562072754, 1.07149338722229, 1001.0, 1002.0, -0.06203034892678261, -0.1767837554216385, -0.8241596817970276, 1.913411259651184, -1.0772522687911987, 0.0028315994422882795], "mean": [0.11272553354501724, 0.24887989461421967, 0.08049139380455017, -1.7853474617004395, -0.3359279930591583, 0.04774296656250954, -0.08712280541658401, -0.2522186040878296, 0.40071651339530945, 0.18079760670661926, -1.3661925792694092, -1.4325768947601318, -1.1600455045700073, 0.07581064850091934, 0.08693978935480118, -0.08473055809736252, -1.4426825046539307, -0.054639559239149094, -0.05180889740586281, 0.04072536155581474, -0.31292080879211426, -0.4595523774623871, 0.16310277581214905, 1.365172028541565, -1.196212649345398, 1.0303622484207153, 658.6023559570312, 676.5938110351562, -0.06203773617744446, -0.1780596673488617, -0.8256149291992188, 1.9125170707702637, -1.0793596506118774, 0.0005568916094489396], "std": [0.25785505771636963, 0.08197054266929626, 0.10851577669382095, 0.16349726915359497, 0.13501299917697906, 0.10222974419593811, 0.09143108874559402, 0.04726642370223999, 0.06016023829579353, 0.04858262091875076, 0.10128114372491837, 0.16515791416168213, 0.03979518637061119, 0.17204053699970245, 0.060333363711833954, 0.08370982110500336, 0.21659523248672485, 0.06465824693441391, 0.021545151248574257, 0.04022016003727913, 0.0101542416960001, 0.04914354160428047, 0.03750466927886009, 0.05028057470917702, 0.05516071617603302, 0.051298659294843674, 462.6875, 456.2386779785156, 9.261335662813508e-07, 0.0014898106455802917, 0.00033726770197972655, 0.0002952590584754944, 0.0005924658617004752, 0.0005962821887806058], "count": [938]}, "timestamp": {"min": [0.0], "max": [31.233333333333334], "mean": [15.616666666666667], "std": [9.025904079062908], "count": [938]}, "frame_index": {"min": [0], "max": [937], "mean": [468.5], "std": [270.77712237188723], "count": [938]}, "episode_index": {"min": [41], "max": [41], "mean": [41.0], "std": [0.0], "count": [938]}, "index": {"min": [35016], "max": [35953], "mean": [35484.5], "std": [270.77712237188723], "count": [938]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [938]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6940298507462687, 0.6753230277061173], "std": [0.4608171188436709, 0.45533355602167985], "count": [938]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6940298507462687, 0.6753230277061173], "std": [0.4608171188436709, 0.45533355602167985], "count": [938]}, "eef_direction_state": {"mean": [4.810234541577826, 5.056503198294243], "std": [2.154041609198552, 2.060390312892453], "min": [0, 0], "max": [6, 6], "count": [938]}, "eef_velocity_state": {"mean": [0.3390191897654584, 0.1929637526652452], "std": [0.5769117636178196, 0.41823260069130175], "min": [0, 0], "max": [2, 2], "count": [938]}, "eef_acc_mag_state": {"mean": [0.24520255863539445, 0.13219616204690832], "std": [0.5909800067275234, 0.44483253827345864], "min": [0, 0], "max": [2, 2], "count": [938]}, "eef_direction_action": {"mean": [4.810234541577826, 5.056503198294243], "std": [2.154041609198552, 2.060390312892453], "min": [0, 0], "max": [6, 6], "count": [938]}, "eef_velocity_action": {"mean": [0.3390191897654584, 0.1929637526652452], "std": [0.5769117636178195, 0.4182326006913017], "min": [0, 0], "max": [2, 2], "count": [938]}, "eef_acc_mag_action": {"mean": [0.24520255863539445, 0.13219616204690832], "std": [0.5909800067275234, 0.44483253827345864], "min": [0, 0], "max": [2, 2], "count": [938]}, "eef_sim_pose_state": {"mean": [0.4214196080300803, 0.2557340489585814, 1.1852874529672925, -0.04016476344067162, 0.07183650089873292, 1.328769363224754, 0.4767050513883565, -0.22625932802273604, 1.1308601103719034, -0.015248859358050206, -0.14531810223346697, -1.4376463391188414], "std": [0.06423059822003181, 0.03832559007949821, 0.043353639616895534, 0.037477739146368046, 0.06166031139915696, 0.16762601456651613, 0.04875569591833788, 0.032404858831009915, 0.006886260768331026, 0.045691280781294974, 0.03518375431098361, 0.061709847383046044], "min": [0.36693978304504166, 0.1649470420101672, 1.1519127436672147, -0.15341082819933083, 0.024089561618407807, 0.9549614577187282, 0.39637205735996045, -0.25369144246963005, 1.1253060904535992, -0.11928585614487097, -0.2097285182503923, -1.4808838139571634], "max": [0.5827861497768527, 0.3276124201420297, 1.272834133260487, -0.004472061051776333, 0.27279209203728483, 1.4487936178307566, 0.5861983530962142, -0.17684541067148818, 1.1491640967899133, 0.05285969847972305, -0.06687305891191797, -1.304257058073347], "count": [938]}, "eef_sim_pose_action": {"mean": [0.42146345914114797, 0.2557712536196996, 1.1852840667738087, -0.04016193244147584, 0.07186361097083935, 1.3286766566400328, 0.4767791638777043, -0.22632670786875558, 1.1308416412839852, -0.015302351434932379, -0.14540118973296862, -1.4378320783276408], "std": [0.06421874014115496, 0.03835105335507706, 0.04335598840922906, 0.037479548833769256, 0.06164866424982559, 0.16758526843553428, 0.04868633741354413, 0.03239240251568454, 0.006872908375077191, 0.04564675161829582, 0.03509184490374073, 0.06157052510229614], "min": [0.36693978304504166, 0.1649470420101672, 1.1519127436672147, -0.15341082819933083, 0.024089561618407807, 0.9549614577187282, 0.39637205735996045, -0.25369144246963005, 1.1253060904535992, -0.11928585614487097, -0.2097285182503923, -1.4808838139571634], "max": [0.5827861497768527, 0.3276124201420297, 1.272834133260487, -0.004472061051776333, 0.27279209203728483, 1.4487936178307566, 0.5861983530962142, -0.17684541067148818, 1.1491640967899133, 0.05285969847972305, -0.06687305891191797, -1.304257058073347], "count": [938]}, "gripper_mode_state": {"mean": [0.30597014925373134, 0.32409381663113007], "std": [0.4608171188436709, 0.46803527073566153], "min": [0, 0], "max": [1, 1], "count": [938]}, "gripper_activity_state": {"mean": [1.9904051172707888, 1.8837953091684434], "std": [0.12609286038774956, 0.4236274572002885], "min": [0, 0], "max": [2, 2], "count": [938]}, "gripper_mode_action": {"mean": [0.30597014925373134, 0.32409381663113007], "std": [0.4608171188436709, 0.4680352707356616], "min": [0, 0], "max": [1, 1], "count": [938]}, "gripper_activity_action": {"mean": [1.9904051172707888, 1.8837953091684434], "std": [0.12609286038774956, 0.4236274572002885], "min": [0, 0], "max": [2, 2], "count": [938]}}} +{"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.4720024345308593]], [[0.46633403518006755]], [[0.45868733413387724]]], "std": [[[0.15004648663959622]], [[0.16029375595258502]], [[0.1680968150155743]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46287208294951093]], [[0.4553003369412642]], [[0.4491136388559898]]], "std": [[[0.1472852636669724]], [[0.1510577256102901]], [[0.15581530269517938]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4677440836513576]], [[0.4700497845111199]], [[0.46173568753564065]]], "std": [[[0.16117903813588488]], [[0.1598643737787961]], [[0.16826280265556412]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4894215343575909]], [[0.48277108967188664]], [[0.4691385530442602]]], "std": [[[0.14876257733553278]], [[0.14503628243918315]], [[0.15497001431350516]]], "count": [149]}, "observation.state": {"min": [-0.5199161171913147, 0.060126591473817825, -0.07682939618825912, -1.973548412322998, -0.741363525390625, -0.02082177810370922, -0.24701644480228424, -0.283268004655838, 0.3643549978733063, 0.06010900065302849, -1.4451191425323486, -1.907551884651184, -1.2866896390914917, -0.1788438856601715, -0.08225736767053604, -0.2626197040081024, -1.7728006839752197, -0.0694117471575737, -0.09349728375673294, -0.026232298463582993, -0.3281320035457611, -0.5681170225143433, 0.10065499693155289, 1.1841779947280884, -1.3408132791519165, 0.9797326326370239, 0.0, 0.0, -0.062052905559539795, -0.1826189160346985, -0.8263822197914124, 1.9119747877120972, -1.08100163936615, -0.0034656955394893885], "max": [0.27150341868400574, 0.3724358081817627, 0.3473379611968994, -1.3236926794052124, -0.2537708580493927, 0.34662240743637085, -0.019809486344456673, -0.1743759959936142, 0.557021975517273, 0.23128800094127655, -1.208798885345459, -1.3183525800704956, -1.105303168296814, 0.48199009895324707, 0.1892460584640503, -0.03476695716381073, -0.9309934973716736, 0.06592108309268951, 0.06546729803085327, 0.0944572240114212, -0.28776800632476807, -0.37544500827789307, 0.17292100191116333, 1.5039705038070679, -1.2568328380584717, 1.1788716316223145, 1001.0, 1002.0, -0.06202282756567001, -0.17676308751106262, -0.8240297436714172, 1.9134215116500854, -1.0770454406738281, 0.0034647462889552116], "mean": [0.08979911357164383, 0.23596994578838348, 0.09143929928541183, -1.766718864440918, -0.3734702169895172, 0.06850641965866089, -0.05561474338173866, -0.2537133991718292, 0.40729349851608276, 0.17844843864440918, -1.3099229335784912, -1.4661470651626587, -1.1856682300567627, 0.07608631253242493, 0.05415355786681175, -0.0922747254371643, -1.460191011428833, 0.020436923950910568, -0.05713590607047081, 0.05255095660686493, -0.30428576469421387, -0.4591163992881775, 0.14556322991847992, 1.3492307662963867, -1.2842872142791748, 1.1188479661941528, 690.4095458984375, 659.39697265625, -0.06203975901007652, -0.17818664014339447, -0.825554609298706, 1.9126615524291992, -1.079323410987854, 0.000734834058675915], "std": [0.2695365250110626, 0.05737489089369774, 0.11038817465305328, 0.16197136044502258, 0.17099876701831818, 0.12559229135513306, 0.05802750214934349, 0.044466596096754074, 0.06288517266511917, 0.05066702142357826, 0.041531603783369064, 0.21864598989486694, 0.024505890905857086, 0.17497944831848145, 0.07294896245002747, 0.08211490511894226, 0.22028028964996338, 0.04538526386022568, 0.05076548084616661, 0.046745121479034424, 0.010273288935422897, 0.05109167471528053, 0.029662443324923515, 0.08216355741024017, 0.031420622020959854, 0.07022169232368469, 448.2539367675781, 460.1642761230469, 2.30303589887626e-06, 0.0015626372769474983, 0.0003506469656713307, 0.00024386310542467982, 0.0006138461176306009, 0.0006707246648147702], "count": [796]}, "action": {"min": [-0.5199161171913147, 0.060126591473817825, -0.07682939618825912, -1.973548412322998, -0.741363525390625, -0.02082177810370922, -0.24701644480228424, -0.283268004655838, 0.3643549978733063, 0.06010900065302849, -1.4451191425323486, -1.907551884651184, -1.2866896390914917, -0.1788438856601715, -0.08225736767053604, -0.2626197040081024, -1.7728006839752197, -0.0694117471575737, -0.09349728375673294, -0.026232298463582993, -0.3281320035457611, -0.5681170225143433, 0.10065499693155289, 1.1841779947280884, -1.3408132791519165, 0.9797326326370239, 0.0, 0.0, -0.062052905559539795, -0.1826189160346985, -0.8263822197914124, 1.9119747877120972, -1.08100163936615, -0.0034656955394893885], "max": [0.27150341868400574, 0.3724358081817627, 0.3473379611968994, -1.3236926794052124, -0.2537708580493927, 0.34662240743637085, -0.019809486344456673, -0.1743759959936142, 0.557021975517273, 0.23128800094127655, -1.208798885345459, -1.3183525800704956, -1.105303168296814, 0.48199009895324707, 0.1892460584640503, -0.03476695716381073, -0.9309934973716736, 0.06592108309268951, 0.06546729803085327, 0.0944572240114212, -0.28776800632476807, -0.37544500827789307, 0.17292100191116333, 1.5039705038070679, -1.2568328380584717, 1.1788716316223145, 1001.0, 1002.0, -0.06202282756567001, -0.17676308751106262, -0.8240297436714172, 1.9134215116500854, -1.0770454406738281, 0.0034647462889552116], "mean": [0.08944658190011978, 0.23598946630954742, 0.09140308201313019, -1.7664191722869873, -0.3736525774002075, 0.0686444491147995, -0.05572459474205971, -0.253706157207489, 0.40739384293556213, 0.17848487198352814, -1.3098220825195312, -1.4662926197052002, -1.1857138872146606, 0.0763520747423172, 0.05399078130722046, -0.0919923335313797, -1.459850788116455, 0.02040938287973404, -0.057172439992427826, 0.0526949018239975, -0.30429860949516296, -0.45921260118484497, 0.14564058184623718, 1.3490755558013916, -1.2841970920562744, 1.1189868450164795, 690.4095458984375, 659.39697265625, -0.06203976646065712, -0.17819131910800934, -0.8255542516708374, 1.9126620292663574, -1.079323410987854, 0.0007344060577452183], "std": [0.2694898247718811, 0.05737920105457306, 0.11040911078453064, 0.1620391458272934, 0.17094825208187103, 0.12555454671382904, 0.05804262310266495, 0.04446227476000786, 0.06288398057222366, 0.05069422721862793, 0.04165926203131676, 0.21858635544776917, 0.024537717923521996, 0.17476026713848114, 0.07279164344072342, 0.0819157287478447, 0.22000929713249207, 0.045364368706941605, 0.05078055337071419, 0.04667883366346359, 0.010264409705996513, 0.051007505506277084, 0.02964909002184868, 0.082041434943676, 0.03139438107609749, 0.07022719830274582, 448.2539367675781, 460.1642761230469, 2.303208702869597e-06, 0.0015667028492316604, 0.00035077822394669056, 0.0002438204683130607, 0.0006138607859611511, 0.0006708235014230013], "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": [42], "max": [42], "mean": [42.0], "std": [0.0], "count": [796]}, "index": {"min": [35954], "max": [36749], "mean": [36351.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7324120603015075, 0.6581733669521435], "std": [0.44270151821109416, 0.45925342246114287], "count": [796]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7324120603015075, 0.6581733669521435], "std": [0.44270151821109416, 0.45925342246114287], "count": [796]}, "eef_direction_state": {"mean": [4.9045226130653266, 4.821608040201005], "std": [1.985102720844119, 2.2680510809203405], "min": [0, 0], "max": [6, 6], "count": [796]}, "eef_velocity_state": {"mean": [0.33291457286432163, 0.23869346733668342], "std": [0.5789194993019796, 0.46571963173615166], "min": [0, 0], "max": [2, 2], "count": [796]}, "eef_acc_mag_state": {"mean": [0.24874371859296482, 0.14321608040201006], "std": [0.5959966355578044, 0.4616898266399543], "min": [0, 0], "max": [2, 2], "count": [796]}, "eef_direction_action": {"mean": [4.9045226130653266, 4.821608040201005], "std": [1.985102720844119, 2.2680510809203405], "min": [0, 0], "max": [6, 6], "count": [796]}, "eef_velocity_action": {"mean": [0.33291457286432163, 0.23869346733668342], "std": [0.5789194993019796, 0.46571963173615166], "min": [0, 0], "max": [2, 2], "count": [796]}, "eef_acc_mag_action": {"mean": [0.24874371859296482, 0.14321608040201006], "std": [0.5959966355578045, 0.4616898266399543], "min": [0, 0], "max": [2, 2], "count": [796]}, "eef_sim_pose_state": {"mean": [0.42732621810033017, 0.25161752288926537, 1.1853742122460567, -0.02670596743391779, 0.12135949191899525, 1.3453489946695538, 0.476892771401571, -0.21131694170580703, 1.1362121730299801, 0.013506366512733948, -0.03667905037462574, -1.4191415209828324], "std": [0.06689890611161105, 0.03803572404220491, 0.04254226787165023, 0.022521737819405502, 0.12654074013902117, 0.15740042398173415, 0.05043377922072439, 0.026298961177584887, 0.005223137796503102, 0.07406318316584076, 0.023808075212049404, 0.0593811497977614], "min": [0.3827331546163704, 0.1567595155768258, 1.156790114311527, -0.08493267840741547, 0.03254996821262046, 0.9981065130095093, 0.39561168079740316, -0.23545881477524827, 1.1302150612367563, -0.14278716161833271, -0.0980715075823424, -1.4904082879839513], "max": [0.5836465298507914, 0.30023127730134197, 1.2615592209860105, 0.02758662723509775, 0.36074495470965395, 1.448155438117793, 0.5853169202789786, -0.1701123834314376, 1.1489108810263988, 0.0610402928128404, -0.017204143392573368, -1.2843804659241762], "count": [796]}, "eef_sim_pose_action": {"mean": [0.42742690138774553, 0.2516564562147557, 1.1853872293291836, -0.026655226043959784, 0.1215007634856297, 1.3453318178636984, 0.47698490346980843, -0.21137367429511802, 1.1361980429652894, 0.013517762359669222, -0.036622150890381615, -1.4193226031329846], "std": [0.06689318192822648, 0.0380647653638921, 0.0425351087411701, 0.02258766167318254, 0.12650432786186327, 0.1573902036447771, 0.05035355105048721, 0.02629881180449959, 0.005215909574329124, 0.07406917726193815, 0.02378844691135847, 0.05925042234919757], "min": [0.3827331546163704, 0.1567595155768258, 1.156790114311527, -0.08493267840741547, 0.03254996821262046, 0.9981065130095093, 0.39561168079740316, -0.23545881477524827, 1.1302150612367563, -0.14278716161833271, -0.0980715075823424, -1.4904082879839513], "max": [0.5836465298507914, 0.30023127730134197, 1.2615592209860105, 0.02758662723509775, 0.36074495470965395, 1.448155438117793, 0.5853169202789786, -0.1701123834314376, 1.1489108810263988, 0.0610402928128404, -0.017204143392573368, -1.2843804659241762], "count": [796]}, "gripper_mode_state": {"mean": [0.2675879396984925, 0.3417085427135678], "std": [0.44270151821109416, 0.474282420663185], "min": [0, 0], "max": [1, 1], "count": [796]}, "gripper_activity_state": {"mean": [1.9886934673366834, 1.8693467336683418], "std": [0.13680783393015497, 0.4461055099490655], "min": [0, 0], "max": [2, 2], "count": [796]}, "gripper_mode_action": {"mean": [0.2675879396984925, 0.3417085427135678], "std": [0.44270151821109416, 0.474282420663185], "min": [0, 0], "max": [1, 1], "count": [796]}, "gripper_activity_action": {"mean": [1.9886934673366834, 1.8693467336683418], "std": [0.13680783393015497, 0.44610550994906545], "min": [0, 0], "max": [2, 2], "count": [796]}}} +{"episode_index": 43, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47930608037917155]], [[0.47492265479591395]], [[0.46706051567978185]]], "std": [[[0.14719533738597282]], [[0.15662722948061178]], [[0.1640820606433236]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4636587861965979]], [[0.4577312551400251]], [[0.45307831775094143]]], "std": [[[0.14551571130926516]], [[0.14947483615182577]], [[0.15473908827441984]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4611305661061334]], [[0.4620119776111327]], [[0.45253050063844524]]], "std": [[[0.1573459297554161]], [[0.1560167556699645]], [[0.16410597958456874]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48656018293078823]], [[0.47858226745444316]], [[0.46579449368047443]]], "std": [[[0.14371483894761114]], [[0.13920535607015655]], [[0.14856700772608863]]], "count": [151]}, "observation.state": {"min": [-0.5435304641723633, 0.06218608096241951, -0.0734609067440033, -2.076976776123047, -0.571525514125824, -0.021101029589772224, -0.270124614238739, -0.283270001411438, 0.34407201409339905, 0.06566599756479263, -1.643380045890808, -1.6949326992034912, -1.2508049011230469, -0.1742187738418579, -0.07525859028100967, -0.26258477568626404, -1.799277424812317, -0.034522611647844315, -0.06375688314437866, -0.02626720443367958, -0.321476012468338, -0.5787680149078369, 0.09662500023841858, 1.185867190361023, -1.3943320512771606, 0.95627361536026, 0.0, 0.0, -0.062052905559539795, -0.18268094956874847, -0.8267855644226074, 1.9117323160171509, -1.0807322263717651, -0.0025240438990294933], "max": [0.3396759629249573, 0.4196294844150543, 0.36014869809150696, -1.326973795890808, -0.1088736355304718, 0.2725157141685486, -0.01979203335940838, -0.15216800570487976, 0.5626130104064941, 0.2356729954481125, -1.2524205446243286, -1.2743583917617798, -0.9260990023612976, 0.529410719871521, 0.18931587040424347, -0.035325463861227036, -0.8779006004333496, 0.0659559965133667, 0.1498016119003296, 0.1299223005771637, -0.2749510109424591, -0.37615999579429626, 0.17831900715827942, 1.514051079750061, -1.2698594331741333, 1.1555092334747314, 1001.0, 1002.0, -0.062034111469984055, -0.1762160360813141, -0.8240368962287903, 1.9132804870605469, -1.077602505683899, 0.005203763954341412], "mean": [0.1502770632505417, 0.234112948179245, 0.06866911798715591, -1.8167221546173096, -0.2646480202674866, 0.0418582409620285, -0.061793673783540726, -0.25631773471832275, 0.39192089438438416, 0.18539531528949738, -1.3590478897094727, -1.3550177812576294, -1.1530593633651733, 0.05872969329357147, 0.06495031714439392, -0.09383556991815567, -1.486729383468628, 0.03397894650697708, -0.010960452258586884, 0.051729537546634674, -0.3055134117603302, -0.45411747694015503, 0.14783799648284912, 1.3202595710754395, -1.304276943206787, 1.0919724702835083, 756.7706298828125, 611.5671997070312, -0.062041137367486954, -0.17814093828201294, -0.825665295124054, 1.9126596450805664, -1.0794206857681274, 0.0006275574560277164], "std": [0.23193016648292542, 0.057323943823575974, 0.10027807950973511, 0.1282399445772171, 0.08190014213323593, 0.10482794791460037, 0.06822314858436584, 0.045636728405952454, 0.05251098796725273, 0.04380108043551445, 0.11886235326528549, 0.09222012758255005, 0.07767433673143387, 0.1951494812965393, 0.07265579700469971, 0.07775000482797623, 0.23527514934539795, 0.04013930633664131, 0.060260508209466934, 0.03907674923539162, 0.009875252842903137, 0.05546368286013603, 0.03191114962100983, 0.08211549371480942, 0.035657595843076706, 0.06462214887142181, 414.0343933105469, 474.2030334472656, 1.276285047424608e-06, 0.0018517166608944535, 0.00036563596222549677, 0.0002970714122056961, 0.00044939733925275505, 0.0008183527388609946], "count": [811]}, "action": {"min": [-0.5435304641723633, 0.06218608096241951, -0.0734609067440033, -2.076976776123047, -0.571525514125824, -0.021101029589772224, -0.270124614238739, -0.283270001411438, 0.34407201409339905, 0.06566599756479263, -1.643380045890808, -1.6949326992034912, -1.2508049011230469, -0.1742187738418579, -0.07525859028100967, -0.26258477568626404, -1.799277424812317, -0.034522611647844315, -0.06375688314437866, -0.026232298463582993, -0.321476012468338, -0.5787680149078369, 0.09662500023841858, 1.185867190361023, -1.3943320512771606, 0.95627361536026, 0.0, 0.0, -0.062052905559539795, -0.18268094956874847, -0.8267855644226074, 1.9117323160171509, -1.0807322263717651, -0.0025240438990294933], "max": [0.3396759629249573, 0.4196294844150543, 0.36014869809150696, -1.326973795890808, -0.1088736355304718, 0.2725157141685486, -0.01979203335940838, -0.15216800570487976, 0.5626130104064941, 0.2356729954481125, -1.2524205446243286, -1.2743583917617798, -0.9260990023612976, 0.529410719871521, 0.18931587040424347, -0.035325463861227036, -0.8779006004333496, 0.0659559965133667, 0.1498016119003296, 0.1299223005771637, -0.2749510109424591, -0.37615999579429626, 0.17831900715827942, 1.514051079750061, -1.2698594331741333, 1.1555092334747314, 1001.0, 1002.0, -0.062034111469984055, -0.1762160360813141, -0.8240368962287903, 1.9132804870605469, -1.077602505683899, 0.005203763954341412], "mean": [0.15012457966804504, 0.23403505980968475, 0.06853163987398148, -1.8166347742080688, -0.2646266520023346, 0.04193119332194328, -0.061889033764600754, -0.25629591941833496, 0.39196473360061646, 0.18543517589569092, -1.3590104579925537, -1.3549671173095703, -1.153127908706665, 0.05892094224691391, 0.06481445580720901, -0.09356123954057693, -1.4864680767059326, 0.033971089869737625, -0.010936263017356396, 0.0518539696931839, -0.3055330812931061, -0.45419207215309143, 0.14792002737522125, 1.320055603981018, -1.3042091131210327, 1.0920703411102295, 756.7706298828125, 611.5671997070312, -0.06204112991690636, -0.178140789270401, -0.8256654739379883, 1.9126596450805664, -1.0794206857681274, 0.0006269874866120517], "std": [0.23189502954483032, 0.057357460260391235, 0.10039079189300537, 0.12824179232120514, 0.08190523087978363, 0.10480469465255737, 0.06821853667497635, 0.04562816396355629, 0.05250474438071251, 0.04383067786693573, 0.118886299431324, 0.09225168824195862, 0.07772717624902725, 0.1949981302022934, 0.0725259780883789, 0.07754611223936081, 0.23507650196552277, 0.04013362526893616, 0.060243383049964905, 0.03898873180150986, 0.009864422492682934, 0.055399492383003235, 0.03189855441451073, 0.08193445950746536, 0.03566233813762665, 0.06464368849992752, 414.0343933105469, 474.2030334472656, 1.2761720427079126e-06, 0.0018518127035349607, 0.0003656391054391861, 0.00029704449116252363, 0.0004494036838877946, 0.0008182582096196711], "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": [43], "max": [43], "mean": [43.0], "std": [0.0], "count": [811]}, "index": {"min": [36750], "max": [37560], "mean": [37155.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7977805178791615, 0.6104352651198387], "std": [0.4016550300589024, 0.47327286538910146], "count": [811]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7977805178791615, 0.6104352651198387], "std": [0.4016550300589024, 0.47327286538910146], "count": [811]}, "eef_direction_state": {"mean": [4.922318125770653, 4.831072749691739], "std": [2.0336582242415635, 2.2230318236945896], "min": [0, 0], "max": [6, 6], "count": [811]}, "eef_velocity_state": {"mean": [0.3625154130702836, 0.24907521578298397], "std": [0.6563927019949479, 0.45741837946679986], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_acc_mag_state": {"mean": [0.2379778051787916, 0.18865598027127004], "std": [0.5802655580678283, 0.5209964310407564], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_direction_action": {"mean": [4.922318125770653, 4.831072749691739], "std": [2.0336582242415635, 2.2230318236945896], "min": [0, 0], "max": [6, 6], "count": [811]}, "eef_velocity_action": {"mean": [0.3625154130702836, 0.24907521578298397], "std": [0.6563927019949478, 0.45741837946679986], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_acc_mag_action": {"mean": [0.2379778051787916, 0.18865598027127004], "std": [0.5802655580678283, 0.5209964310407564], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_sim_pose_state": {"mean": [0.4110342651031891, 0.2553877125727479, 1.1820930961678895, -0.032015985665714494, 0.02392894536233135, 1.379059522344638, 0.47190442449673337, -0.2136667120296077, 1.1392639333771293, -0.024006002181477862, -0.0316264045251687, -1.418004019867902], "std": [0.05582852092079929, 0.03249660727174217, 0.04320226250984737, 0.027325462109465338, 0.048639740989130015, 0.13489565102315318, 0.055305531224833684, 0.02767411874615203, 0.008734803452063272, 0.06859826322822811, 0.024849626340771987, 0.060451086763446196], "min": [0.3635401000976308, 0.15917913977117987, 1.156787447709386, -0.13764007622539054, -0.12181883780430747, 1.0053819414500518, 0.39636659399241647, -0.23885608487342827, 1.1305358407108537, -0.15389330902782627, -0.12715575406917945, -1.4656728854181154], "max": [0.5873612735006025, 0.2914895343981464, 1.2760811673137307, -0.0076243399400214296, 0.15171619147300563, 1.5122525254355013, 0.5965589363854311, -0.16635103997301, 1.1644688193031536, 0.05028584145232007, -0.0013542631305636377, -1.2703510488002179], "count": [811]}, "eef_sim_pose_action": {"mean": [0.4110774803402462, 0.25541971431175964, 1.182111619774836, -0.032045045390975975, 0.023945965392806835, 1.3791263995991565, 0.4719747103844496, -0.21372730246020274, 1.1392495806599077, -0.024052809676147337, -0.03156730317550357, -1.418191475186508], "std": [0.0558207625915921, 0.03251836612058513, 0.04319467126171266, 0.027323195624009106, 0.04864518800236939, 0.13494223421942303, 0.05524568352136159, 0.027673192300668403, 0.008735771157179866, 0.06856222134040331, 0.024821328003324185, 0.060334223925504915], "min": [0.3635401000976308, 0.15917913977117987, 1.156787447709386, -0.13764007622539054, -0.12181883780430747, 1.0053819414500518, 0.39636659399241647, -0.23885608487342827, 1.1305358407108537, -0.15389330902782627, -0.12715575406917945, -1.4656728854181154], "max": [0.5873612735006025, 0.2914895343981464, 1.2760811673137307, -0.0076243399400214296, 0.15171619147300563, 1.5122525254355013, 0.5965589363854311, -0.16635103997301, 1.1644688193031536, 0.05028584145232007, -0.0013542631305636377, -1.2703510488002179], "count": [811]}, "gripper_mode_state": {"mean": [0.20221948212083848, 0.38964241676942046], "std": [0.4016550300589024, 0.4876691540619614], "min": [0, 0], "max": [1, 1], "count": [811]}, "gripper_activity_state": {"mean": [1.9889025893958077, 1.8692971639950677], "std": [0.13554531278580795, 0.4471384553506516], "min": [0, 0], "max": [2, 2], "count": [811]}, "gripper_mode_action": {"mean": [0.20221948212083848, 0.38964241676942046], "std": [0.4016550300589024, 0.4876691540619614], "min": [0, 0], "max": [1, 1], "count": [811]}, "gripper_activity_action": {"mean": [1.9889025893958077, 1.8692971639950677], "std": [0.13554531278580795, 0.4471384553506516], "min": [0, 0], "max": [2, 2], "count": [811]}}} +{"episode_index": 44, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4732887373497786]], [[0.46776839289479233]], [[0.4603013230023192]]], "std": [[[0.15008354251213754]], [[0.16056983697370034]], [[0.1682468616039819]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46156171331435797]], [[0.4551266484819735]], [[0.4504391735188699]]], "std": [[[0.14636175235983245]], [[0.15078691049950316]], [[0.15600838230581587]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45822030624077587]], [[0.4608687104680582]], [[0.45167718743411345]]], "std": [[[0.1572378104226843]], [[0.15603699470248636]], [[0.16419745233103192]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4850162028252161]], [[0.4742948002319207]], [[0.46042042220113855]]], "std": [[[0.14860073767062906]], [[0.14304257694546102]], [[0.1516551430280827]]], "count": [155]}, "observation.state": {"min": [-0.5058662295341492, 0.021607177332043648, -0.10185741633176804, -2.0195205211639404, -0.7106980681419373, -0.020891591906547546, -0.301819771528244, -0.2832689881324768, 0.3664970099925995, 0.06707300245761871, -1.5513726472854614, -1.830053448677063, -1.2012594938278198, -0.1733810007572174, -0.041521381586790085, -0.2626371383666992, -1.7957344055175781, -0.08536405116319656, -0.06379178166389465, -0.026232298463582993, -0.32322901487350464, -0.5732730031013489, 0.10391400009393692, 1.223557472229004, -1.3753728866577148, 0.910248875617981, 0.0, 0.0, -0.06206982582807541, -0.18347425758838654, -0.8266738057136536, 1.9122631549835205, -1.0816315412521362, -0.0010194897186011076], "max": [0.2670528292655945, 0.3763976991176605, 0.3145955801010132, -1.3047558069229126, -0.24996604025363922, 0.32934364676475525, -0.01979203335940838, -0.17076000571250916, 0.5607600212097168, 0.21823500096797943, -1.282599687576294, -1.3174254894256592, -1.0432876348495483, 0.5035449266433716, 0.18931587040424347, -0.06935938447713852, -0.9338034987449646, 0.0659559965133667, 0.15542156994342804, 0.12681561708450317, -0.28228500485420227, -0.3761500120162964, 0.16221599280834198, 1.4755313396453857, -1.276158332824707, 1.0664958953857422, 1001.0, 1002.0, -0.062009669840335846, -0.17626117169857025, -0.8240883946418762, 1.9128828048706055, -1.0770471096038818, 0.0018557750154286623], "mean": [0.10067564994096756, 0.2311978042125702, 0.08640680462121964, -1.7760049104690552, -0.33047446608543396, 0.06284407526254654, -0.06459423154592514, -0.2532964050769806, 0.40512120723724365, 0.17699752748012543, -1.3365706205368042, -1.4357481002807617, -1.169352412223816, 0.08107277750968933, 0.06950480490922928, -0.11703719943761826, -1.5045527219772339, -0.005780812352895737, 0.06480119377374649, 0.057413533329963684, -0.2989514172077179, -0.460323691368103, 0.14044909179210663, 1.3293472528457642, -1.3015539646148682, 1.0188665390014648, 686.8579711914062, 656.1038208007812, -0.062042366713285446, -0.17808933556079865, -0.8256088495254517, 1.9127057790756226, -1.0793559551239014, 0.0007066110265441239], "std": [0.26391759514808655, 0.07216592133045197, 0.09688414633274078, 0.1665680855512619, 0.13095074892044067, 0.11515931785106659, 0.06810906529426575, 0.04353930428624153, 0.06337818503379822, 0.04806340113282204, 0.06159861385822296, 0.1761501431465149, 0.03323370963335037, 0.1812136322259903, 0.06016514450311661, 0.06545939296483994, 0.2279895693063736, 0.039088889956474304, 0.05229507386684418, 0.038610368967056274, 0.009739513508975506, 0.05207299068570137, 0.023273933678865433, 0.06467972695827484, 0.025315426290035248, 0.048467036336660385, 450.74951171875, 461.9840393066406, 2.816333335431409e-06, 0.0013311129296198487, 0.00046246920828707516, 0.00013493650476448238, 0.0008195703849196434, 0.0003245853295084089], "count": [838]}, "action": {"min": [-0.5058662295341492, 0.021607177332043648, -0.10185741633176804, -2.0195205211639404, -0.7106980681419373, -0.020891591906547546, -0.301819771528244, -0.2832689881324768, 0.3664970099925995, 0.06707300245761871, -1.5513726472854614, -1.830053448677063, -1.2012594938278198, -0.1733810007572174, -0.041521381586790085, -0.2626371383666992, -1.7957344055175781, -0.08536405116319656, -0.06379178166389465, -0.026232298463582993, -0.32322901487350464, -0.5732730031013489, 0.10391400009393692, 1.223557472229004, -1.3753728866577148, 0.910248875617981, 0.0, 0.0, -0.06206982582807541, -0.18347425758838654, -0.8266738057136536, 1.9122647047042847, -1.0816315412521362, -0.0010194897186011076], "max": [0.2670528292655945, 0.3763976991176605, 0.3145955801010132, -1.3047558069229126, -0.24996604025363922, 0.32934364676475525, -0.01979203335940838, -0.17076000571250916, 0.5607600212097168, 0.21823500096797943, -1.282599687576294, -1.3174254894256592, -1.0432876348495483, 0.5035449266433716, 0.18931587040424347, -0.06935938447713852, -0.9338034987449646, 0.0659559965133667, 0.15542156994342804, 0.12681561708450317, -0.28228500485420227, -0.3761500120162964, 0.16221599280834198, 1.4755313396453857, -1.276158332824707, 1.0664958953857422, 1001.0, 1002.0, -0.062009669840335846, -0.17626117169857025, -0.8240883946418762, 1.9128828048706055, -1.0770471096038818, 0.0018557750154286623], "mean": [0.10041030496358871, 0.23126015067100525, 0.08640912175178528, -1.7758485078811646, -0.3305366635322571, 0.0630052387714386, -0.06474737077951431, -0.253274142742157, 0.4051932096481323, 0.1770087629556656, -1.3366349935531616, -1.435849666595459, -1.1692272424697876, 0.08131945133209229, 0.06936822086572647, -0.11681227385997772, -1.5043175220489502, -0.005858498625457287, 0.06497010588645935, 0.057539746165275574, -0.29895544052124023, -0.46041300892829895, 0.14050884544849396, 1.3291587829589844, -1.3014976978302002, 1.018839716911316, 686.8579711914062, 656.1038208007812, -0.06204237416386604, -0.17808574438095093, -0.825608491897583, 1.9127064943313599, -1.0793554782867432, 0.0007071253494359553], "std": [0.2638632655143738, 0.07219696044921875, 0.09688311815261841, 0.16656088829040527, 0.13092678785324097, 0.1151365339756012, 0.06815242767333984, 0.043528735637664795, 0.06336873024702072, 0.048070333898067474, 0.061585668474435806, 0.17610715329647064, 0.033372923731803894, 0.1810080111026764, 0.060022737830877304, 0.06528230756521225, 0.22781512141227722, 0.03901057690382004, 0.05210741609334946, 0.03850959613919258, 0.009737370535731316, 0.05199267342686653, 0.023259159177541733, 0.06448352336883545, 0.02530657686293125, 0.04844719544053078, 450.74951171875, 461.9840393066406, 2.8217148155817995e-06, 0.0013299613492563367, 0.0004624672292266041, 0.0001341605675406754, 0.0008196464623324573, 0.0003244038962293416], "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": [44], "max": [44], "mean": [44.0], "std": [0.0], "count": [838]}, "index": {"min": [37561], "max": [38398], "mean": [37979.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7255369928400954, 0.6548818613913495], "std": [0.4462432799053069, 0.46106704770543677], "count": [838]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7255369928400954, 0.6548818613913495], "std": [0.4462432799053069, 0.46106704770543677], "count": [838]}, "eef_direction_state": {"mean": [4.928400954653938, 4.899761336515513], "std": [2.0100297606647595, 2.219887317945742], "min": [0, 0], "max": [6, 6], "count": [838]}, "eef_velocity_state": {"mean": [0.324582338902148, 0.21360381861575178], "std": [0.5818594215258509, 0.4325162494606015], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_acc_mag_state": {"mean": [0.2494033412887828, 0.13007159904534607], "std": [0.599198651094379, 0.4488412496944521], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_direction_action": {"mean": [4.928400954653938, 4.899761336515513], "std": [2.0100297606647595, 2.219887317945742], "min": [0, 0], "max": [6, 6], "count": [838]}, "eef_velocity_action": {"mean": [0.324582338902148, 0.21360381861575178], "std": [0.5818594215258509, 0.4325162494606015], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_acc_mag_action": {"mean": [0.2494033412887828, 0.13007159904534607], "std": [0.599198651094379, 0.4488412496944521], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_sim_pose_state": {"mean": [0.42493072672504756, 0.25031930520207935, 1.1854950561795448, -0.02916512054520393, 0.08671941273043494, 1.3455376994379191, 0.47853256502469727, -0.20854012012427886, 1.150469564728261, -0.06470355173198024, -0.07503991734000158, -1.3928463509729299], "std": [0.06675256445853915, 0.03771818506224613, 0.04102105526431478, 0.02690911419894538, 0.0953579142479241, 0.1433318867537644, 0.0519929658741741, 0.02009161304299881, 0.005255421609544704, 0.06252677996741643, 0.008823174991926844, 0.043016169916465244], "min": [0.3834868987184578, 0.15922225405921103, 1.1567903544441351, -0.1074598724545246, -0.0029369168053403616, 1.0443382616442942, 0.39635998879978246, -0.22655187577828853, 1.1387388121332993, -0.17870906210726656, -0.10343238516338848, -1.4314338514972582], "max": [0.5847561951458343, 0.30995025555145905, 1.25939679576192, 0.03162074910518242, 0.315169195319704, 1.4532703899662125, 0.5918446669834972, -0.17764253303625327, 1.1641081070029011, 0.04800341922158158, -0.04350366081240309, -1.3036235829008245], "count": [838]}, "eef_sim_pose_action": {"mean": [0.4250054799708663, 0.2503453521660269, 1.1855233817393758, -0.029112191983280702, 0.08670222048587224, 1.345407632716149, 0.4786184169466341, -0.2085835746362977, 1.1504791724650665, -0.06482320998160951, -0.07504568270517234, -1.3929835395803623], "std": [0.0667412088281177, 0.03773552229305456, 0.04100944739992857, 0.026975217376940388, 0.09536895660825497, 0.1432901845296724, 0.05191656294440356, 0.020088010785731462, 0.005251825074238302, 0.06240693359955383, 0.00881979703219083, 0.04291681098372911], "min": [0.3834868987184578, 0.15922225405921103, 1.1567903544441351, -0.1074598724545246, -0.0029369168053403616, 1.0443382616442942, 0.39635998879978246, -0.22655187577828853, 1.1387388121332993, -0.17870906210726656, -0.10343238516338848, -1.4314338514972582], "max": [0.5847561951458343, 0.30995025555145905, 1.25939679576192, 0.03162074910518242, 0.315169195319704, 1.4532703899662125, 0.5918446669834972, -0.17764253303625327, 1.1641081070029011, 0.04800341922158158, -0.04350366081240309, -1.3036235829008245], "count": [838]}, "gripper_mode_state": {"mean": [0.2744630071599045, 0.3424821002386635], "std": [0.4462432799053069, 0.4745398942710419], "min": [0, 0], "max": [1, 1], "count": [838]}, "gripper_activity_state": {"mean": [1.9892601431980907, 1.873508353221957], "std": [0.13335822738920147, 0.44048124777773984], "min": [0, 0], "max": [2, 2], "count": [838]}, "gripper_mode_action": {"mean": [0.2744630071599045, 0.3424821002386635], "std": [0.4462432799053069, 0.4745398942710419], "min": [0, 0], "max": [1, 1], "count": [838]}, "gripper_activity_action": {"mean": [1.9892601431980907, 1.873508353221957], "std": [0.13335822738920147, 0.44048124777773984], "min": [0, 0], "max": [2, 2], "count": [838]}}} +{"episode_index": 45, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47877187211796784]], [[0.47353646522514936]], [[0.46475081949957897]]], "std": [[[0.149916504575841]], [[0.16105262247404684]], [[0.16886353244025532]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4613718585849473]], [[0.45530712939572554]], [[0.45058463651309194]]], "std": [[[0.14728763514463658]], [[0.15142008000484225]], [[0.15662990581812514]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46986609452063033]], [[0.4709057487770159]], [[0.46293023727896065]]], "std": [[[0.15805648664977473]], [[0.15628111245907195]], [[0.16463932992469438]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48684529251373354]], [[0.4803643991338867]], [[0.4672441770419824]]], "std": [[[0.14618453592790798]], [[0.14151312242474015]], [[0.15039402632941262]]], "count": [163]}, "observation.state": {"min": [-0.5184500813484192, -0.0021816615480929613, -0.13857914507389069, -2.0889670848846436, -0.6530847549438477, -0.020891591906547546, -0.29654887318611145, -0.2833229899406433, 0.3471420109272003, 0.06413500010967255, -1.631766676902771, -1.7504081726074219, -1.2011297941207886, -0.17811085283756256, -0.09140289574861526, -0.2626197040081024, -1.7948964834213257, -0.12426744401454926, -0.06379178166389465, -0.030141836032271385, -0.3205319941043854, -0.572829008102417, 0.09605900198221207, 1.1829463243484497, -1.3357839584350586, 0.939734935760498, 0.0, 0.0, -0.062052905559539795, -0.18246662616729736, -0.8264163136482239, 1.9117988348007202, -1.0810991525650024, -0.0017513580387458205], "max": [0.3194999694824219, 0.43856632709503174, 0.3156079053878784, -1.3148961067199707, -0.13814280927181244, 0.29218554496765137, -0.019774580374360085, -0.15206700563430786, 0.5636540055274963, 0.2375890016555786, -1.2951412200927734, -1.266385555267334, -1.0519959926605225, 0.5039463639259338, 0.18931587040424347, -0.025621434673666954, -0.9332450032234192, 0.06592108309268951, 0.17055357992649078, 0.1014036312699318, -0.2774290144443512, -0.37615299224853516, 0.17263799905776978, 1.4755313396453857, -1.2399611473083496, 1.1453272104263306, 1001.0, 1002.0, -0.062019068747758865, -0.1759021133184433, -0.8241921663284302, 1.9132726192474365, -1.076158046722412, 0.002708197571337223], "mean": [0.1135973408818245, 0.22392034530639648, 0.07502396404743195, -1.7983074188232422, -0.2768343687057495, 0.05889207497239113, -0.06953293830156326, -0.2479015290737152, 0.40091612935066223, 0.17732712626457214, -1.3688851594924927, -1.3827526569366455, -1.1544052362442017, 0.017268706113100052, 0.04546999931335449, -0.08710896968841553, -1.5599159002304077, -0.012134360149502754, 0.022887255996465683, 0.03420981392264366, -0.29699352383613586, -0.44299769401550293, 0.1456788331270218, 1.315572738647461, -1.2695677280426025, 1.0854398012161255, 668.7075805664062, 666.7131958007812, -0.062046319246292114, -0.17797331511974335, -0.8256039023399353, 1.912587285041809, -1.079392671585083, 0.0006468581268563867], "std": [0.2680913209915161, 0.08729253709316254, 0.10224516689777374, 0.16433311998844147, 0.10410843789577484, 0.11319345980882645, 0.07187728583812714, 0.04967520758509636, 0.06362334638834, 0.05191311240196228, 0.10430902987718582, 0.1178503930568695, 0.04893988370895386, 0.18838539719581604, 0.07518047839403152, 0.08605236560106277, 0.22476433217525482, 0.05468403175473213, 0.06122887134552002, 0.03703489154577255, 0.008624850772321224, 0.053555116057395935, 0.03150143101811409, 0.07871650904417038, 0.035645317286252975, 0.07545445114374161, 458.364990234375, 459.2601318359375, 2.860635049728444e-06, 0.0015906549524515867, 0.00031475702417083085, 0.00017249846132472157, 0.0007714555249549448, 0.0004905737587250769], "count": [896]}, "action": {"min": [-0.5184500813484192, -0.0021816615480929613, -0.13857914507389069, -2.0889670848846436, -0.6530847549438477, -0.020891591906547546, -0.29654887318611145, -0.2833229899406433, 0.3471420109272003, 0.06413500010967255, -1.631766676902771, -1.7504081726074219, -1.2011297941207886, -0.17811085283756256, -0.09140289574861526, -0.2626197040081024, -1.7948964834213257, -0.12426744401454926, -0.06379178166389465, -0.030141836032271385, -0.3205319941043854, -0.572829008102417, 0.09605900198221207, 1.1829463243484497, -1.3357839584350586, 0.939734935760498, 0.0, 0.0, -0.062052905559539795, -0.18246662616729736, -0.8264163136482239, 1.9117988348007202, -1.0810991525650024, -0.0017513580387458205], "max": [0.3194999694824219, 0.43856632709503174, 0.3156079053878784, -1.3148961067199707, -0.13814280927181244, 0.29218554496765137, -0.019774580374360085, -0.15206700563430786, 0.5636540055274963, 0.2375890016555786, -1.2951412200927734, -1.266385555267334, -1.0519959926605225, 0.5039463639259338, 0.18931587040424347, -0.025621434673666954, -0.9332450032234192, 0.06592108309268951, 0.17055357992649078, 0.1014036312699318, -0.2774290144443512, -0.37615299224853516, 0.17263799905776978, 1.4755313396453857, -1.2399611473083496, 1.1453272104263306, 1001.0, 1002.0, -0.062019068747758865, -0.1759021133184433, -0.8241921663284302, 1.9132726192474365, -1.076158046722412, 0.002708197571337223], "mean": [0.11352654546499252, 0.22389914095401764, 0.07489316165447235, -1.7982988357543945, -0.276813805103302, 0.058952536433935165, -0.06964696943759918, -0.24787448346614838, 0.400937020778656, 0.17736582458019257, -1.3689149618148804, -1.3826968669891357, -1.1544080972671509, 0.017403332516551018, 0.04530901461839676, -0.08684547990560532, -1.5597647428512573, -0.012202109210193157, 0.022960597649216652, 0.03430541977286339, -0.2969973385334015, -0.4430551528930664, 0.1457485854625702, 1.3153749704360962, -1.2694696187973022, 1.0855255126953125, 668.7075805664062, 666.7131958007812, -0.06204631179571152, -0.17796900868415833, -0.8256040215492249, 1.9125869274139404, -1.079391598701477, 0.0006469122017733753], "std": [0.2680598199367523, 0.0872906893491745, 0.10236210376024246, 0.1643306314945221, 0.10411491990089417, 0.11316529661417007, 0.07187927514314651, 0.04966259002685547, 0.06361515820026398, 0.051944296807050705, 0.1042926013469696, 0.117892786860466, 0.04894176125526428, 0.1882917284965515, 0.07502599060535431, 0.08587606996297836, 0.22466745972633362, 0.05462508648633957, 0.06116447225213051, 0.03698929399251938, 0.008623440749943256, 0.05351056158542633, 0.03149086982011795, 0.07853741198778152, 0.035602033138275146, 0.07547648251056671, 458.364990234375, 459.2601318359375, 2.8690826638921862e-06, 0.0015861050924286246, 0.00031470900285057724, 0.00017284383648075163, 0.0007712336373515427, 0.0004905718960799277], "count": [896]}, "timestamp": {"min": [0.0], "max": [29.833333333333332], "mean": [14.916666666666668], "std": [8.621758650195575], "count": [896]}, "frame_index": {"min": [0], "max": [895], "mean": [447.5], "std": [258.65275950586727], "count": [896]}, "episode_index": {"min": [45], "max": [45], "mean": [45.0], "std": [0.0], "count": [896]}, "index": {"min": [38399], "max": [39294], "mean": [38846.5], "std": [258.65275950586727], "count": [896]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [896]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7064732142857143, 0.6654631697471943], "std": [0.45537765841389893, 0.458348742933106], "count": [896]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7064732142857143, 0.6654631697471943], "std": [0.45537765841389893, 0.45834874293310607], "count": [896]}, "eef_direction_state": {"mean": [4.801339285714286, 4.828125], "std": [2.1403433450933083, 2.270130987115218], "min": [0, 0], "max": [6, 6], "count": [896]}, "eef_velocity_state": {"mean": [0.36160714285714285, 0.24888392857142858], "std": [0.627529955988769, 0.4835449499997775], "min": [0, 0], "max": [2, 2], "count": [896]}, "eef_acc_mag_state": {"mean": [0.22433035714285715, 0.15290178571428573], "std": [0.5668577216360753, 0.4887717561804002], "min": [0, 0], "max": [2, 2], "count": [896]}, "eef_direction_action": {"mean": [4.801339285714286, 4.828125], "std": [2.1403433450933083, 2.270130987115218], "min": [0, 0], "max": [6, 6], "count": [896]}, "eef_velocity_action": {"mean": [0.36160714285714285, 0.24888392857142858], "std": [0.627529955988769, 0.4835449499997775], "min": [0, 0], "max": [2, 2], "count": [896]}, "eef_acc_mag_action": {"mean": [0.22433035714285715, 0.15290178571428573], "std": [0.5668577216360753, 0.4887717561804002], "min": [0, 0], "max": [2, 2], "count": [896]}, "eef_sim_pose_state": {"mean": [0.42054798548091504, 0.24967395898606143, 1.1898035852892352, -0.03793745459045277, 0.03822035536480101, 1.356959125925407, 0.46049023506296605, -0.20890068062084796, 1.147914876437515, -0.025077460663962308, -0.05653802685036728, -1.4387236835873656], "std": [0.06650717453991728, 0.04173090427530525, 0.04667955062868381, 0.03023318171572576, 0.043997967557426854, 0.13783819042351722, 0.05352537618897802, 0.026911970122707827, 0.0057716000864816725, 0.0732365034509178, 0.02227398170294149, 0.06643097865466074], "min": [0.37000344508636873, 0.15433405186335064, 1.1567776363425428, -0.1270414508305151, -0.06553857140000519, 1.0194968868987817, 0.3960595037258833, -0.23114910403566405, 1.142942523677486, -0.1888635294708263, -0.10804965819302614, -1.483720101275729], "max": [0.5865674783304938, 0.3159829424489559, 1.2780408790902624, -0.016309060939188935, 0.19378749788909078, 1.4678991667500172, 0.5911935872342721, -0.16118528475628202, 1.1687764957906563, 0.04797703904076389, -0.03735047845407258, -1.3042930080814887], "count": [896]}, "eef_sim_pose_action": {"mean": [0.4205687844654514, 0.24971087001870734, 1.1898271909958067, -0.037967797933091976, 0.038180523455706265, 1.3569752514224278, 0.4605434412314147, -0.2089477315677073, 1.147916299957751, -0.02512325035116286, -0.0565060313130495, -1.4389223781475946], "std": [0.06649849826815962, 0.04175864554407107, 0.046668217045693856, 0.030226477625129, 0.04401915338522235, 0.13784945426321218, 0.05348529135337634, 0.026913463830534945, 0.0057709108268856404, 0.07320366373096548, 0.022278850147650013, 0.06629487073444815], "min": [0.37000344508636873, 0.15433405186335064, 1.1567776363425428, -0.1270414508305151, -0.06553857140000519, 1.0194968868987817, 0.3960595037258833, -0.23114910403566405, 1.142942523677486, -0.1888635294708263, -0.10804965819302614, -1.483720101275729], "max": [0.5865674783304938, 0.3159829424489559, 1.2780408790902624, -0.016309060939188935, 0.19378749788909078, 1.4678991667500172, 0.5911935872342721, -0.16118528475628202, 1.1687764957906563, 0.04797703904076389, -0.03735047845407258, -1.3042930080814887], "count": [896]}, "gripper_mode_state": {"mean": [0.2935267857142857, 0.33482142857142855], "std": [0.45537765841389893, 0.4719280024970025], "min": [0, 0], "max": [1, 1], "count": [896]}, "gripper_activity_state": {"mean": [1.9899553571428572, 1.8828125], "std": [0.12899680840409936, 0.42349432934409775], "min": [0, 0], "max": [2, 2], "count": [896]}, "gripper_mode_action": {"mean": [0.2935267857142857, 0.33482142857142855], "std": [0.45537765841389893, 0.4719280024970025], "min": [0, 0], "max": [1, 1], "count": [896]}, "gripper_activity_action": {"mean": [1.9899553571428572, 1.8828125], "std": [0.12899680840409938, 0.42349432934409775], "min": [0, 0], "max": [2, 2], "count": [896]}}} +{"episode_index": 46, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46761567861519604]], [[0.4620641365400327]], [[0.4540589448018791]]], "std": [[[0.14959119041898528]], [[0.16007766916490018]], [[0.16740309130338205]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4649499502144608]], [[0.45813261591094767]], [[0.45280777292687907]]], "std": [[[0.1475608537426938]], [[0.15209349912766765]], [[0.15742456026815083]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4598315397773693]], [[0.4598362796160131]], [[0.4506206520629085]]], "std": [[[0.15439307246825137]], [[0.1526077936964079]], [[0.16073254089720015]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48069303640727123]], [[0.47440662020016344]], [[0.4606787849775327]]], "std": [[[0.14521272489667084]], [[0.1406043348339543]], [[0.14936702080318773]]], "count": [160]}, "observation.state": {"min": [-0.5208935141563416, -0.021729350090026855, -0.14784683287143707, -2.1296157836914062, -0.651374340057373, -0.02082177810370922, -0.2810503840446472, -0.2833220064640045, 0.3365370035171509, 0.05912899971008301, -1.5780311822891235, -1.6968367099761963, -1.1854034662246704, -0.17584191262722015, -0.08742354065179825, -0.2626197040081024, -1.774057388305664, -0.11149163544178009, -0.06372196972370148, -0.03460988029837608, -0.32545599341392517, -0.5711269974708557, 0.09907100349664688, 1.2226465940475464, -1.331389307975769, 0.9465445280075073, 0.0, 0.0, -0.062101785093545914, -0.1826828271150589, -0.8264424204826355, 1.9118828773498535, -1.0811395645141602, -0.0018776076612994075], "max": [0.35353389382362366, 0.42411500215530396, 0.33571410179138184, -1.3481446504592896, -0.14165093004703522, 0.41694170236587524, -0.01984439231455326, -0.1446329951286316, 0.560808002948761, 0.22800500690937042, -1.281173825263977, -1.306241750717163, -0.9843801856040955, 0.4997052252292633, 0.18931587040424347, -0.03597123920917511, -0.9043248891830444, 0.06592108309268951, 0.10337585210800171, 0.10063567757606506, -0.2873710095882416, -0.3761579990386963, 0.17505699396133423, 1.4755313396453857, -1.2442247867584229, 1.1420701742172241, 1001.0, 1002.0, -0.06199650838971138, -0.17528925836086273, -0.8240630626678467, 1.9135911464691162, -1.0775177478790283, 0.003812170121818781], "mean": [0.10580359399318695, 0.227614626288414, 0.07987675815820694, -1.8044981956481934, -0.28450125455856323, 0.0899563580751419, -0.06625279039144516, -0.2460242658853531, 0.4017972946166992, 0.17547614872455597, -1.356668472290039, -1.397004246711731, -1.1369147300720215, 0.07278839498758316, 0.056175705045461655, -0.09652556478977203, -1.4598689079284668, 0.000603959197178483, -0.034679435193538666, 0.036838382482528687, -0.30890968441963196, -0.4582080841064453, 0.14625753462314606, 1.331791877746582, -1.27197265625, 1.0891900062561035, 636.7757568359375, 670.4713745117188, -0.0620487816631794, -0.17812579870224, -0.8254708647727966, 1.9125412702560425, -1.07942533493042, 0.0006597698084078729], "std": [0.277817040681839, 0.08960238844156265, 0.10406341403722763, 0.1672929972410202, 0.11068529635667801, 0.14773593842983246, 0.06577680259943008, 0.05174672231078148, 0.06474896520376205, 0.05184619501233101, 0.08897773921489716, 0.12139511853456497, 0.06779389083385468, 0.17459499835968018, 0.07461365312337875, 0.08273967355489731, 0.2181161791086197, 0.05401993542909622, 0.043727219104766846, 0.040394507348537445, 0.00937013328075409, 0.05081753805279732, 0.032133523374795914, 0.072210393846035, 0.031888529658317566, 0.06175471842288971, 468.5351257324219, 457.6531982421875, 1.7988326362683438e-05, 0.0018312656320631504, 0.0003071761457249522, 0.0002795940963551402, 0.0006815031520090997, 0.0006033770623616874], "count": [874]}, "action": {"min": [-0.5208935141563416, -0.021729350090026855, -0.14784683287143707, -2.1296157836914062, -0.651374340057373, -0.02082177810370922, -0.2810503840446472, -0.2833220064640045, 0.3365370035171509, 0.05912899971008301, -1.5780311822891235, -1.6968367099761963, -1.1854034662246704, -0.17584191262722015, -0.08742354065179825, -0.2626197040081024, -1.774057388305664, -0.11149163544178009, -0.06372196972370148, -0.03460988029837608, -0.32545599341392517, -0.5711269974708557, 0.09907100349664688, 1.2226465940475464, -1.331389307975769, 0.9465445280075073, 0.0, 0.0, -0.062101785093545914, -0.1826828271150589, -0.8264424204826355, 1.9118828773498535, -1.0811395645141602, -0.0018776076612994075], "max": [0.35353389382362366, 0.42411500215530396, 0.33571410179138184, -1.3481446504592896, -0.14165093004703522, 0.41694170236587524, -0.01984439231455326, -0.1446329951286316, 0.560808002948761, 0.22800500690937042, -1.281173825263977, -1.306241750717163, -0.9843801856040955, 0.4997052252292633, 0.18931587040424347, -0.03597123920917511, -0.9043248891830444, 0.06592108309268951, 0.10337585210800171, 0.10063567757606506, -0.2873710095882416, -0.3761579990386963, 0.17505699396133423, 1.4755313396453857, -1.2442247867584229, 1.1420701742172241, 1001.0, 1002.0, -0.06199650838971138, -0.17528925836086273, -0.8240630626678467, 1.9135911464691162, -1.0775177478790283, 0.003812170121818781], "mean": [0.10571223497390747, 0.22759626805782318, 0.07977423071861267, -1.8044865131378174, -0.2844632565975189, 0.09010536968708038, -0.06636160612106323, -0.24600420892238617, 0.4018237888813019, 0.17550453543663025, -1.3566594123840332, -1.3969924449920654, -1.136841058731079, 0.07303353399038315, 0.05602619796991348, -0.09626836329698563, -1.4595426321029663, 0.0005514998338185251, -0.03467060998082161, 0.03694194555282593, -0.308932363986969, -0.45829689502716064, 0.1463310420513153, 1.3316001892089844, -1.2718790769577026, 1.0892707109451294, 636.7757568359375, 670.4713745117188, -0.06204884126782417, -0.17812767624855042, -0.8254711031913757, 1.9125412702560425, -1.0794250965118408, 0.0006600163760595024], "std": [0.2777774930000305, 0.0896012932062149, 0.1041446179151535, 0.16729024052619934, 0.11070149391889572, 0.14768977463245392, 0.06577859818935394, 0.05173569172620773, 0.06473935395479202, 0.05186738818883896, 0.08898407965898514, 0.12140309810638428, 0.06777605414390564, 0.17440010607242584, 0.07447777688503265, 0.08257246017456055, 0.21786382794380188, 0.053978752344846725, 0.04372202977538109, 0.040349215269088745, 0.009353355504572392, 0.05074184015393257, 0.03212330490350723, 0.07205072045326233, 0.031840644776821136, 0.06177135556936264, 468.53509521484375, 457.6531982421875, 1.804739258659538e-05, 0.0018308416474610567, 0.0003072034160140902, 0.0002795862383209169, 0.0006814828957431018, 0.0006033973768353462], "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": [46], "max": [46], "mean": [46.0], "std": [0.0], "count": [874]}, "index": {"min": [39295], "max": [40168], "mean": [39731.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6750572082379863, 0.6692185357412285], "std": [0.46835347104929614, 0.4567503453323363], "count": [874]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6750572082379863, 0.6692185357412285], "std": [0.46835347104929614, 0.4567503453323363], "count": [874]}, "eef_direction_state": {"mean": [4.790617848970252, 4.882151029748284], "std": [2.16659765181563, 2.2214014058749254], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_state": {"mean": [0.36270022883295194, 0.22654462242562928], "std": [0.6051117371899764, 0.4527366124232889], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_state": {"mean": [0.2665903890160183, 0.17048054919908467], "std": [0.6152936819571363, 0.5080568246130124], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_direction_action": {"mean": [4.790617848970252, 4.882151029748284], "std": [2.16659765181563, 2.2214014058749254], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_action": {"mean": [0.36270022883295194, 0.22654462242562928], "std": [0.6051117371899764, 0.45273661242328883], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_action": {"mean": [0.2665903890160183, 0.17048054919908467], "std": [0.6152936819571363, 0.5080568246130124], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_sim_pose_state": {"mean": [0.421513724521762, 0.24847655873635133, 1.1939321047494755, -0.01832695126645445, 0.04227887658668542, 1.3513768425606636, 0.4756923972868212, -0.2106760248124082, 1.1346583908927927, -0.013361617265435919, -0.05681726171654763, -1.4294341829867587], "std": [0.0676825616706845, 0.041625403484756705, 0.051250491925004825, 0.02058850371937398, 0.04598293673826107, 0.13665178797080696, 0.050192107718029996, 0.02778340729848938, 0.007389013226013622, 0.05639327680098539, 0.022035809809054892, 0.06471045996764557], "min": [0.3605463814408601, 0.14715998661582033, 1.156762170288814, -0.07519818539889234, -0.04622710246869932, 1.07152622305255, 0.39628815322217015, -0.23443874751596647, 1.1290932617739158, -0.14109555631599302, -0.12358559758286614, -1.4760624708240724], "max": [0.5836694874797441, 0.314557918634343, 1.2943421779027084, 0.029046564927548868, 0.19597526584114755, 1.4478847756356388, 0.5883427335036168, -0.16135715180863874, 1.1533350153157433, 0.047999666845174094, -0.03781678311222225, -1.3042189689928843], "count": [874]}, "eef_sim_pose_action": {"mean": [0.42154026677326245, 0.24850547038561285, 1.193957649128727, -0.018279106483490494, 0.04223321100228478, 1.351372529206513, 0.47577693544701893, -0.2107276098172745, 1.1346409197722405, -0.013407632716685916, -0.05678648498916691, -1.4296259194212926], "std": [0.06767219771742151, 0.04164530932013313, 0.05123754551204164, 0.020638658874304366, 0.0460122140775993, 0.13664886252334182, 0.05012063335381159, 0.027784411016135546, 0.007383780021623307, 0.05635963404384115, 0.0220396541028463, 0.06458770687007542], "min": [0.3605463814408601, 0.14715998661582033, 1.156762170288814, -0.07519818539889234, -0.04622710246869932, 1.07152622305255, 0.39628815322217015, -0.23443874751596647, 1.1290932617739158, -0.14109555631599302, -0.12358559758286614, -1.4760624708240724], "max": [0.5836694874797441, 0.314557918634343, 1.2943421779027084, 0.029046564927548868, 0.19597526584114755, 1.4478847756356388, 0.5883427335036168, -0.16135715180863874, 1.1533350153157433, 0.047999666845174094, -0.03781678311222225, -1.3042189689928843], "count": [874]}, "gripper_mode_state": {"mean": [0.32494279176201374, 0.3295194508009153], "std": [0.46835347104929614, 0.47003870302857187], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_state": {"mean": [1.9897025171624714, 1.8775743707093822], "std": [0.13060028040969834, 0.4330463344310845], "min": [0, 0], "max": [2, 2], "count": [874]}, "gripper_mode_action": {"mean": [0.32494279176201374, 0.3295194508009153], "std": [0.46835347104929614, 0.47003870302857187], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_action": {"mean": [1.9897025171624714, 1.8775743707093822], "std": [0.13060028040969837, 0.4330463344310845], "min": [0, 0], "max": [2, 2], "count": [874]}}} +{"episode_index": 47, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4750489799960388]], [[0.469610240889285]], [[0.4616707924836601]]], "std": [[[0.1500653426203198]], [[0.15996910424408795]], [[0.16723590176580427]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46581591651812243]], [[0.4593519545949693]], [[0.454568685630818]]], "std": [[[0.1490633262617595]], [[0.15279837446182198]], [[0.15823407560497338]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4596339757872846]], [[0.4599870283719548]], [[0.45006922286591405]]], "std": [[[0.15327955337741053]], [[0.15157082430383634]], [[0.15940203854173748]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4891452502970885]], [[0.4826550381263617]], [[0.46825199792038025]]], "std": [[[0.14731501419440196]], [[0.14247141587727688]], [[0.15196070274729173]]], "count": [165]}, "observation.state": {"min": [-0.5483824610710144, 0.058538343757390976, -0.1264316439628601, -2.1312215328216553, -0.5734627842903137, -0.020874137058854103, -0.3280520737171173, -0.28325599431991577, 0.33775201439857483, 0.06473000347614288, -1.729754090309143, -1.6522821187973022, -1.1880429983139038, -0.17699383199214935, -0.04792674258351326, -0.2626371383666992, -1.772067666053772, -0.031415924429893494, -0.1624028980731964, -0.02626720443367958, -0.3296769857406616, -0.5779759883880615, 0.10321000218391418, 1.2437881231307983, -1.4200035333633423, 0.9670436978340149, 0.0, 0.0, -0.06210554391145706, -0.1827617734670639, -0.8264115452766418, 1.912021517753601, -1.0810792446136475, -0.0021538380533456802], "max": [0.3398854434490204, 0.47563713788986206, 0.3128851652145386, -1.323099136352539, -0.06037094071507454, 0.2960427403450012, -0.01979203335940838, -0.1560470014810562, 0.5642899870872498, 0.2227039933204651, -1.2971378564834595, -1.3165501356124878, -0.8675945997238159, 0.5279970169067383, 0.18931587040424347, -0.05054473504424095, -0.8538500070571899, 0.18994419276714325, 0.047856930643320084, 0.20865410566329956, -0.28557100892066956, -0.37615400552749634, 0.1771100014448166, 1.5246859788894653, -1.3116596937179565, 1.2309962511062622, 1001.0, 1002.0, -0.06208674609661102, -0.17641155421733856, -0.8239473700523376, 1.9132322072982788, -1.07676100730896, 0.002550622681155801], "mean": [0.10359949618577957, 0.25039878487586975, 0.08695913106203079, -1.8046154975891113, -0.2609535753726959, 0.07165107131004333, -0.09341460466384888, -0.2443682700395584, 0.40155020356178284, 0.17597810924053192, -1.408258318901062, -1.370281457901001, -1.0994378328323364, 0.030851511284708977, 0.0969524011015892, -0.10266512632369995, -1.477786660194397, 0.11869692802429199, -0.11266863346099854, 0.1044578030705452, -0.3085622489452362, -0.4439369738101959, 0.1497139036655426, 1.3850414752960205, -1.3526710271835327, 1.1505063772201538, 657.4315795898438, 638.4735107421875, -0.062093980610370636, -0.17833566665649414, -0.8256139159202576, 1.9126530885696411, -1.0793955326080322, 0.0006650582072325051], "std": [0.2818771302700043, 0.08769632130861282, 0.10939498245716095, 0.17413963377475739, 0.09564314782619476, 0.1210717260837555, 0.09484705328941345, 0.05062122270464897, 0.06548462063074112, 0.049526724964380264, 0.144997239112854, 0.0906362235546112, 0.11244767159223557, 0.20345225930213928, 0.07109007984399796, 0.07252484560012817, 0.24985072016716003, 0.08625619858503342, 0.061829350888729095, 0.07004234939813614, 0.01047135703265667, 0.05727104842662811, 0.030865171924233437, 0.06602252274751663, 0.0186782106757164, 0.0902772918343544, 462.4748840332031, 468.6863098144531, 1.3561997320721275e-06, 0.001476789591833949, 0.00038630940252915025, 0.0002250040415674448, 0.0006410015048459172, 0.00040854266262613237], "count": [906]}, "action": {"min": [-0.5483824610710144, 0.058538343757390976, -0.1264316439628601, -2.1312215328216553, -0.5734627842903137, -0.020874137058854103, -0.3280520737171173, -0.28325599431991577, 0.33775201439857483, 0.06473000347614288, -1.729754090309143, -1.6522821187973022, -1.1880429983139038, -0.17699383199214935, -0.04792674258351326, -0.2626197040081024, -1.772067666053772, -0.031415924429893494, -0.1624028980731964, -0.02626720443367958, -0.3296769857406616, -0.5779759883880615, 0.10321000218391418, 1.2437881231307983, -1.4200035333633423, 0.9670436978340149, 0.0, 0.0, -0.06210554391145706, -0.1827617734670639, -0.8264115452766418, 1.912021517753601, -1.0810792446136475, -0.0021538380533456802], "max": [0.3398854434490204, 0.47563713788986206, 0.3128851652145386, -1.323099136352539, -0.06037094071507454, 0.2960427403450012, -0.01979203335940838, -0.1560470014810562, 0.5642899870872498, 0.2227039933204651, -1.2971378564834595, -1.3165501356124878, -0.8675945997238159, 0.5279970169067383, 0.18931587040424347, -0.05054473504424095, -0.8538500070571899, 0.18994419276714325, 0.047856930643320084, 0.20865410566329956, -0.28557100892066956, -0.37615400552749634, 0.1771100014448166, 1.5246859788894653, -1.3116596937179565, 1.2309962511062622, 1001.0, 1002.0, -0.06208674609661102, -0.17641155421733856, -0.8239473700523376, 1.9132322072982788, -1.07676100730896, 0.002550622681155801], "mean": [0.10354693979024887, 0.2505061626434326, 0.08687379211187363, -1.8047120571136475, -0.26096484065055847, 0.0717887133359909, -0.09358879923820496, -0.2443128228187561, 0.40156224370002747, 0.17599943280220032, -1.4084337949752808, -1.3702824115753174, -1.099279522895813, 0.030979936942458153, 0.09687767177820206, -0.10243414342403412, -1.4775547981262207, 0.11883234977722168, -0.1127757877111435, 0.10465645790100098, -0.308580219745636, -0.44398799538612366, 0.14978696405887604, 1.384950041770935, -1.3527041673660278, 1.1506831645965576, 657.4315795898438, 638.4735107421875, -0.062093984335660934, -0.17833399772644043, -0.8256140947341919, 1.912652850151062, -1.0793955326080322, 0.000665193481836468], "std": [0.2818514108657837, 0.08774420619010925, 0.10945998132228851, 0.17418859899044037, 0.09564292430877686, 0.12103737145662308, 0.09485679864883423, 0.050606172531843185, 0.06547918915748596, 0.04954202100634575, 0.14495860040187836, 0.0906357616186142, 0.11242837458848953, 0.2033592313528061, 0.0710286870598793, 0.07234830409288406, 0.2496761977672577, 0.08626920729875565, 0.06182799115777016, 0.0699264407157898, 0.010457070544362068, 0.057231251150369644, 0.030848706141114235, 0.06595423817634583, 0.018663115799427032, 0.09026939421892166, 462.4748840332031, 468.686279296875, 1.3562778349296423e-06, 0.0014774168375879526, 0.00038631606730632484, 0.00022509302652906626, 0.0006410015048459172, 0.00040853640530258417], "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": [47], "max": [47], "mean": [47.0], "std": [0.0], "count": [906]}, "index": {"min": [40169], "max": [41074], "mean": [40621.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6942604856512141, 0.6372803531902704], "std": [0.4607199406521886, 0.4677654088700132], "count": [906]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6942604856512141, 0.6372803531902704], "std": [0.46071994065218863, 0.4677654088700132], "count": [906]}, "eef_direction_state": {"mean": [4.768211920529802, 5.004415011037527], "std": [2.1965567333177427, 2.1127131056103785], "min": [0, 0], "max": [6, 6], "count": [906]}, "eef_velocity_state": {"mean": [0.3465783664459161, 0.22075055187637968], "std": [0.6027662436807083, 0.46730863636004616], "min": [0, 0], "max": [2, 2], "count": [906]}, "eef_acc_mag_state": {"mean": [0.23509933774834438, 0.15894039735099338], "std": [0.5744023105929967, 0.48499855804325065], "min": [0, 0], "max": [2, 2], "count": [906]}, "eef_direction_action": {"mean": [4.768211920529802, 5.004415011037527], "std": [2.1965567333177427, 2.1127131056103785], "min": [0, 0], "max": [6, 6], "count": [906]}, "eef_velocity_action": {"mean": [0.3465783664459161, 0.22075055187637968], "std": [0.6027662436807083, 0.46730863636004616], "min": [0, 0], "max": [2, 2], "count": [906]}, "eef_acc_mag_action": {"mean": [0.23509933774834438, 0.15894039735099338], "std": [0.5744023105929968, 0.4849985580432506], "min": [0, 0], "max": [2, 2], "count": [906]}, "eef_sim_pose_state": {"mean": [0.42230315637285976, 0.2517685506206394, 1.194858016504805, -0.024858932336723476, -0.0052721062705739456, 1.326913922744902, 0.46283583432587794, -0.2214957674051419, 1.1283797539415519, 0.04474366857681168, 0.01353652080764878, -1.3622462174163856], "std": [0.06912814960537636, 0.03835740697411887, 0.049619037638082245, 0.014339310808444904, 0.06689910573280418, 0.15844618500309837, 0.05674016686690037, 0.029984295153397927, 0.008974793830950003, 0.07557847769595055, 0.05112925928429838, 0.04119386682010628], "min": [0.3639651449050818, 0.16161036650091382, 1.1567931745185516, -0.09386515202422657, -0.19243630057381678, 1.008728974228669, 0.3963299900897724, -0.24704499477962913, 1.1212945399975531, -0.10623364497984344, -0.08253019369439651, -1.4454602752724859], "max": [0.5899853776440469, 0.31431846511363665, 1.2800719580860513, -0.012556367548421377, 0.076522903749344, 1.4461300735212028, 0.5952558875845139, -0.17350709884627757, 1.150433068093542, 0.11039670672404689, 0.05892779032294837, -1.221389865831738], "count": [906]}, "eef_sim_pose_action": {"mean": [0.4223184654670445, 0.25180645104553784, 1.1949130652869402, -0.02486304293967732, -0.0053980889531331875, 1.3267689427985168, 0.46288508744182516, -0.2215595216879752, 1.1283555621406172, 0.0447984917955921, 0.013672470354712515, -1.362319324586322], "std": [0.06912109028331367, 0.03838692922251718, 0.04960447559254472, 0.014337786472715677, 0.0669348204710415, 0.15839733678963602, 0.05670180026114308, 0.029975897950561926, 0.008960923258932434, 0.07559874962487326, 0.05107745670485574, 0.04114969793268888], "min": [0.3639651449050818, 0.16161036650091382, 1.1567931745185516, -0.09386515202422657, -0.19243630057381678, 1.008728974228669, 0.3963299900897724, -0.24704499477962913, 1.1212945399975531, -0.10623364497984344, -0.08253019369439651, -1.4454602752724859], "max": [0.5899853776440469, 0.31431846511363665, 1.2800719580860513, -0.012556367548421377, 0.076522903749344, 1.4461300735212028, 0.5952558875845139, -0.17350709884627757, 1.150433068093542, 0.11039670672404689, 0.05892779032294837, -1.221389865831738], "count": [906]}, "gripper_mode_state": {"mean": [0.3057395143487859, 0.3620309050772627], "std": [0.4607199406521886, 0.4805876911097576], "min": [0, 0], "max": [1, 1], "count": [906]}, "gripper_activity_state": {"mean": [1.990066225165563, 1.8863134657836644], "std": [0.12828722270073184, 0.4193054898187906], "min": [0, 0], "max": [2, 2], "count": [906]}, "gripper_mode_action": {"mean": [0.3057395143487859, 0.3620309050772627], "std": [0.46071994065218863, 0.4805876911097576], "min": [0, 0], "max": [1, 1], "count": [906]}, "gripper_activity_action": {"mean": [1.990066225165563, 1.8863134657836644], "std": [0.12828722270073184, 0.41930548981879057], "min": [0, 0], "max": [2, 2], "count": [906]}}} +{"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.47313528222470425]], [[0.4663395693720526]], [[0.4585124035637462]]], "std": [[[0.152208498511967]], [[0.1626659127476725]], [[0.1700820239889078]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46427633769752624]], [[0.4576944767622239]], [[0.45256930224621494]]], "std": [[[0.14908313166805862]], [[0.15344460547622388]], [[0.15885486586615402]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46050301330975424]], [[0.46039106581451145]], [[0.4496889698126086]]], "std": [[[0.1536035536624055]], [[0.1519154643253905]], [[0.15955685978185105]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49546067960412016]], [[0.4874257078886407]], [[0.4738283008087201]]], "std": [[[0.14899130842690383]], [[0.1445911267408809]], [[0.1543948025887191]]], "count": [158]}, "observation.state": {"min": [-0.5607743263244629, 0.011065387167036533, -0.17416641116142273, -2.1223204135894775, -0.6351078748703003, -0.020839231088757515, -0.28953269124031067, -0.28360500931739807, 0.3395040035247803, 0.04989200085401535, -1.6795293092727661, -1.7282112836837769, -1.1854034662246704, -0.17400933802127838, -0.050021134316921234, -0.2626197040081024, -1.7738654613494873, -0.05562364310026169, -0.10101965814828873, -0.026232298463582993, -0.3288689851760864, -0.5793629884719849, 0.10757599771022797, 1.2016233205795288, -1.3689361810684204, 0.9654070734977722, 0.0, 0.0, -0.06210554391145706, -0.18265463411808014, -0.8261857032775879, 1.9119787216186523, -1.0807876586914062, -0.0024424088187515736], "max": [0.35273101925849915, 0.48087310791015625, 0.3787887990474701, -1.3360495567321777, -0.07405432313680649, 0.37370991706848145, -0.01979203335940838, -0.14680500328540802, 0.5637609958648682, 0.23497000336647034, -1.2971378564834595, -1.3183525800704956, -0.8521885275840759, 0.536758542060852, 0.18931587040424347, -0.05267403647303581, -0.854373574256897, 0.08421213179826736, 0.06405358761548996, 0.12079423666000366, -0.28450700640678406, -0.3761500120162964, 0.16023899614810944, 1.4776116609573364, -1.2998284101486206, 1.2142175436019897, 1001.0, 1002.0, -0.062082983553409576, -0.1766352504491806, -0.8242959976196289, 1.9132148027420044, -1.0774708986282349, 0.0018092619720846415], "mean": [0.08132573217153549, 0.24312449991703033, 0.09905462712049484, -1.7899551391601562, -0.27138960361480713, 0.09846604615449905, -0.08314501494169235, -0.2440117597579956, 0.40590134263038635, 0.17140598595142365, -1.3871725797653198, -1.3882282972335815, -1.0903726816177368, 0.03547751158475876, 0.054718974977731705, -0.10418098419904709, -1.4972093105316162, 0.05130386725068092, -0.05996859073638916, 0.06170102208852768, -0.3054791986942291, -0.44678688049316406, 0.1404259204864502, 1.3467211723327637, -1.3210734128952026, 1.132883906364441, 643.058349609375, 683.872802734375, -0.06209447979927063, -0.17809760570526123, -0.8256036043167114, 1.9124788045883179, -1.0793991088867188, 0.0007171246688812971], "std": [0.3055594861507416, 0.09355548024177551, 0.12462660670280457, 0.1777694970369339, 0.11535480618476868, 0.15763944387435913, 0.0869206041097641, 0.05389303341507912, 0.06895697861909866, 0.05570424720644951, 0.12302081286907196, 0.10947149246931076, 0.12616556882858276, 0.20038069784641266, 0.06292511522769928, 0.07395651191473007, 0.2438921332359314, 0.04620775580406189, 0.04719957336783409, 0.04113242030143738, 0.009578270837664604, 0.056488193571567535, 0.02204527147114277, 0.06892869621515274, 0.01325418520718813, 0.09237401932477951, 466.3472900390625, 452.24530029296875, 1.2206124893054948e-06, 0.0017799538327381015, 0.000342442566761747, 0.0002191875537391752, 0.0005976688698865473, 0.00041623838478699327], "count": [857]}, "action": {"min": [-0.5607743263244629, 0.011065387167036533, -0.17416641116142273, -2.1223204135894775, -0.6351078748703003, -0.020839231088757515, -0.28953269124031067, -0.28360500931739807, 0.3395040035247803, 0.04989200085401535, -1.6795293092727661, -1.7282112836837769, -1.1854034662246704, -0.17400933802127838, -0.050021134316921234, -0.2626197040081024, -1.7738654613494873, -0.05562364310026169, -0.10101965814828873, -0.026232298463582993, -0.3288689851760864, -0.5793629884719849, 0.10757599771022797, 1.2016233205795288, -1.3689361810684204, 0.9654070734977722, 0.0, 0.0, -0.06210554391145706, -0.18265463411808014, -0.8261857032775879, 1.9119787216186523, -1.0807876586914062, -0.0024424088187515736], "max": [0.35273101925849915, 0.48087310791015625, 0.3787887990474701, -1.3360495567321777, -0.07405432313680649, 0.37370991706848145, -0.01979203335940838, -0.14680500328540802, 0.5637609958648682, 0.23497000336647034, -1.2971378564834595, -1.3183525800704956, -0.8521885275840759, 0.536758542060852, 0.18931587040424347, -0.05267403647303581, -0.854373574256897, 0.08421213179826736, 0.06405358761548996, 0.12079423666000366, -0.28450700640678406, -0.37615498900413513, 0.16023899614810944, 1.4776116609573364, -1.2998284101486206, 1.2142175436019897, 1001.0, 1002.0, -0.062082983553409576, -0.1766352504491806, -0.8242959976196289, 1.9132148027420044, -1.0774708986282349, 0.0018092619720846415], "mean": [0.08126023411750793, 0.2432393729686737, 0.09901583194732666, -1.7899987697601318, -0.2714027166366577, 0.09866036474704742, -0.08332924544811249, -0.24398592114448547, 0.4059165120124817, 0.17141684889793396, -1.3872859477996826, -1.3883129358291626, -1.0901219844818115, 0.035629816353321075, 0.05455370992422104, -0.10393931716680527, -1.496983289718628, 0.051322806626558304, -0.06000290438532829, 0.0618339441716671, -0.3054937720298767, -0.446848064661026, 0.14048287272453308, 1.3465608358383179, -1.3210546970367432, 1.1330485343933105, 643.058349609375, 683.872802734375, -0.06209447979927063, -0.17809775471687317, -0.8256038427352905, 1.9124785661697388, -1.0793989896774292, 0.00071686104638502], "std": [0.30552586913108826, 0.09361312538385391, 0.12464948743581772, 0.17778854072093964, 0.11535339057445526, 0.15759477019309998, 0.08695348352193832, 0.053879521787166595, 0.06894979625940323, 0.055711083114147186, 0.12298276275396347, 0.1094459518790245, 0.12619136273860931, 0.2002713531255722, 0.06275685876607895, 0.07377678900957108, 0.24372749030590057, 0.04621680825948715, 0.047212906181812286, 0.041032057255506516, 0.009567453525960445, 0.0564398467540741, 0.022028880193829536, 0.06878767907619476, 0.013254213146865368, 0.09238038957118988, 466.3473205566406, 452.24530029296875, 1.2206124893054948e-06, 0.0017798420740291476, 0.00034249326563440263, 0.00021920881408732384, 0.0005976707325316966, 0.000416329363361001], "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": [48], "max": [48], "mean": [48.0], "std": [0.0], "count": [857]}, "index": {"min": [41075], "max": [41931], "mean": [41503.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6814469078179697, 0.682592765416987], "std": [0.4659152494212833, 0.4513477973202507], "count": [857]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6814469078179697, 0.682592765416987], "std": [0.4659152494212833, 0.4513477973202507], "count": [857]}, "eef_direction_state": {"mean": [4.843640606767795, 4.974329054842474], "std": [2.080931889269638, 2.1839114811045786], "min": [0, 0], "max": [6, 6], "count": [857]}, "eef_velocity_state": {"mean": [0.3687281213535589, 0.20770128354725786], "std": [0.6404143874806935, 0.4646540117927852], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_acc_mag_state": {"mean": [0.26721120186697783, 0.13185530921820304], "std": [0.6089651443164631, 0.4481263340509494], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_direction_action": {"mean": [4.843640606767795, 4.974329054842474], "std": [2.080931889269638, 2.1839114811045786], "min": [0, 0], "max": [6, 6], "count": [857]}, "eef_velocity_action": {"mean": [0.3687281213535589, 0.20770128354725786], "std": [0.6404143874806935, 0.4646540117927852], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_acc_mag_action": {"mean": [0.26721120186697783, 0.13185530921820304], "std": [0.6089651443164631, 0.4481263340509494], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_sim_pose_state": {"mean": [0.42668565540450504, 0.24717934425089402, 1.1973594396568172, -0.006016737667338595, 0.008373069750002262, 1.3257516497025297, 0.46479997172910803, -0.20807671094924973, 1.1349308234046562, 0.014318415492771538, -0.005172288998885574, -1.4004388100567657], "std": [0.07302172224867269, 0.04414327881544774, 0.055116436976244014, 0.02240196029481663, 0.06183514113837009, 0.16123898172161094, 0.05635875105660575, 0.01821409768156053, 0.006301947973157895, 0.07411947704992729, 0.04678537181759262, 0.047344180897907345], "min": [0.361164093969961, 0.14494668484686032, 1.1566232436225983, -0.031597253932852065, -0.1696609518883343, 0.9832500087791287, 0.3963545096745165, -0.2243154759156484, 1.1298685964383794, -0.16483081842326786, -0.1169414830021307, -1.4408301524639349], "max": [0.5893412914445311, 0.3245090466789041, 1.2947432847792835, 0.07415288856203484, 0.1413751749667358, 1.4460123759604893, 0.5976608327654164, -0.179335598287862, 1.1538151221133768, 0.06292447697004744, 0.035378231356204326, -1.3042621604503069], "count": [857]}, "eef_sim_pose_action": {"mean": [0.42670528367421207, 0.24721047225086715, 1.197397016890032, -0.005914397584331678, 0.008271705867408548, 1.3255659694376638, 0.4648576967795887, -0.20811672476606044, 1.1349149328959556, 0.01432971577443863, -0.005056179506171304, -1.400584035357682], "std": [0.07301237004845203, 0.04416488153709289, 0.0550997364134887, 0.022548847558460507, 0.06186645360982037, 0.16119205049104687, 0.05631393373295524, 0.018209170704089363, 0.0062950486385654585, 0.0741253056934984, 0.046753558192421066, 0.04723993663959297], "min": [0.361164093969961, 0.14494668484686032, 1.1566232436225983, -0.031597253932852065, -0.1696609518883343, 0.9832500087791287, 0.39636200769635727, -0.2243154759156484, 1.1298685964383794, -0.16483081842326786, -0.1169414830021307, -1.4408301524639349], "max": [0.5893412914445311, 0.3245090466789041, 1.2947432847792835, 0.07415288856203484, 0.1413751749667358, 1.4460123759604893, 0.5976608327654164, -0.179335598287862, 1.1538151221133768, 0.06292447697004744, 0.035378231356204326, -1.3042621604503069], "count": [857]}, "gripper_mode_state": {"mean": [0.3185530921820303, 0.31738623103850644], "std": [0.4659152494212833, 0.4654591404040534], "min": [0, 0], "max": [1, 1], "count": [857]}, "gripper_activity_state": {"mean": [1.9894982497082847, 1.8751458576429405], "std": [0.13188112220355616, 0.4369735295644556], "min": [0, 0], "max": [2, 2], "count": [857]}, "gripper_mode_action": {"mean": [0.3185530921820303, 0.31738623103850644], "std": [0.4659152494212833, 0.4654591404040534], "min": [0, 0], "max": [1, 1], "count": [857]}, "gripper_activity_action": {"mean": [1.9894982497082847, 1.8751458576429405], "std": [0.13188112220355616, 0.4369735295644556], "min": [0, 0], "max": [2, 2], "count": [857]}}} +{"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.4763350468263368]], [[0.46941364269421415]], [[0.46134166090933015]]], "std": [[[0.15111735909734705]], [[0.16084827232390642]], [[0.16786907542763224]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4658116514782647]], [[0.4593489590187305]], [[0.4547683467122867]]], "std": [[[0.1475310022493942]], [[0.15123518839671568]], [[0.15651543947316382]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4714010793635128]], [[0.47210637912883274]], [[0.46277113764969074]]], "std": [[[0.15978324411639588]], [[0.1574903401179545]], [[0.1655985849612986]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4879174822893363]], [[0.479561928378734]], [[0.46608195431416416]]], "std": [[[0.14652259873674214]], [[0.1414496538641974]], [[0.15041479619084047]]], "count": [149]}, "observation.state": {"min": [-0.5353797078132629, -0.0015009832568466663, -0.09353219717741013, -2.0890543460845947, -0.5962567925453186, -0.020874137058854103, -0.2724633514881134, -0.2832770049571991, 0.34506499767303467, 0.05357300117611885, -1.6220437288284302, -1.705337405204773, -1.1854034662246704, -0.17331120371818542, -0.05930628627538681, -0.2626197040081024, -1.771422028541565, -0.08318238705396652, -0.06803293526172638, -0.026232298463582993, -0.324862003326416, -0.5785710215568542, 0.10690099745988846, 1.19170081615448, -1.3378851413726807, 0.9387827515602112, 0.0, 0.0, -0.06210366263985634, -0.18246100842952728, -0.8260906338691711, 1.9123470783233643, -1.0811172723770142, -0.003177124774083495], "max": [0.31960469484329224, 0.44169047474861145, 0.34840261936187744, -1.3050525188446045, -0.1304459124803543, 0.3145781457424164, -0.019739674404263496, -0.1627659946680069, 0.564827024936676, 0.21172299981117249, -1.2686681747436523, -1.3183525800704956, -0.9591988921165466, 0.5298296213150024, 0.18935076892375946, -0.03721041977405548, -0.8816007375717163, 0.06590363383293152, 0.10300932824611664, 0.10878636687994003, -0.28713101148605347, -0.3761669993400574, 0.17915700376033783, 1.4949160814285278, -1.2324546575546265, 1.1449308395385742, 1001.0, 1002.0, -0.062082983553409576, -0.17676496505737305, -0.824967086315155, 1.9127440452575684, -1.077272891998291, 0.003930825740098953], "mean": [0.10790225118398666, 0.22827857732772827, 0.088810496032238, -1.7937407493591309, -0.2721553444862366, 0.07336907088756561, -0.067961685359478, -0.2512039840221405, 0.4017070531845093, 0.17395442724227905, -1.3649191856384277, -1.389356017112732, -1.1288505792617798, 0.051405977457761765, 0.0766398012638092, -0.0997953712940216, -1.4943251609802246, 0.007787044160068035, -0.027400273829698563, 0.05241139605641365, -0.3047403395175934, -0.4518614113330841, 0.1497264951467514, 1.3528015613555908, -1.2725067138671875, 1.0731147527694702, 705.7235107421875, 668.0972290039062, -0.0620935894548893, -0.17823673784732819, -0.8255564570426941, 1.9125308990478516, -1.0793834924697876, 0.000746041361708194], "std": [0.27135077118873596, 0.08276385068893433, 0.10501478612422943, 0.16744403541088104, 0.10115502029657364, 0.12739431858062744, 0.06905601173639297, 0.04728204011917114, 0.06346713751554489, 0.051248081028461456, 0.10606751590967178, 0.11525119096040726, 0.07698886096477509, 0.18809303641319275, 0.06572189927101135, 0.08271988481283188, 0.22441606223583221, 0.04291360080242157, 0.0539858303964138, 0.0398954339325428, 0.008354992605745792, 0.053830794990062714, 0.03193090483546257, 0.07386162132024765, 0.04033156856894493, 0.06695788353681564, 441.24951171875, 457.0459289550781, 1.3785249848297099e-06, 0.0012425490422174335, 0.0001995325874304399, 0.000128689018310979, 0.0006514500710181892, 0.0006704713450744748], "count": [792]}, "action": {"min": [-0.5353797078132629, -0.0015009832568466663, -0.09353219717741013, -2.0890543460845947, -0.5962567925453186, -0.020874137058854103, -0.2724633514881134, -0.2832770049571991, 0.34506499767303467, 0.05357300117611885, -1.6220437288284302, -1.705337405204773, -1.1854034662246704, -0.17331120371818542, -0.05930628627538681, -0.2626197040081024, -1.771422028541565, -0.08318238705396652, -0.06803293526172638, -0.026232298463582993, -0.324862003326416, -0.5785710215568542, 0.10690099745988846, 1.19170081615448, -1.3378851413726807, 0.9387827515602112, 0.0, 0.0, -0.06210366263985634, -0.18246100842952728, -0.8260906338691711, 1.9123470783233643, -1.0811172723770142, -0.003177124774083495], "max": [0.31960469484329224, 0.44169047474861145, 0.34840261936187744, -1.3050525188446045, -0.1304459124803543, 0.3145781457424164, -0.019739674404263496, -0.1627659946680069, 0.564827024936676, 0.21172299981117249, -1.2686681747436523, -1.3183525800704956, -0.9591988921165466, 0.5298296213150024, 0.18935076892375946, -0.03721041977405548, -0.8816007375717163, 0.06590363383293152, 0.10300932824611664, 0.10878636687994003, -0.28713101148605347, -0.3761669993400574, 0.17915700376033783, 1.4949160814285278, -1.2324546575546265, 1.1449308395385742, 1001.0, 1002.0, -0.062082983553409576, -0.17676496505737305, -0.824967086315155, 1.9127440452575684, -1.077272891998291, 0.003930825740098953], "mean": [0.1077662780880928, 0.22821766138076782, 0.08874951303005219, -1.7936896085739136, -0.27207836508750916, 0.07356363534927368, -0.06807170063257217, -0.25119447708129883, 0.401745080947876, 0.17396065592765808, -1.364888310432434, -1.3893879652023315, -1.1287400722503662, 0.051617421209812164, 0.07650532573461533, -0.09951427578926086, -1.4940434694290161, 0.00773184048011899, -0.02739143930375576, 0.052542492747306824, -0.30475807189941406, -0.4519423246383667, 0.14981171488761902, 1.3526335954666138, -1.2723922729492188, 1.073185920715332, 705.7235107421875, 668.0972290039062, -0.062093585729599, -0.17823125422000885, -0.8255564570426941, 1.9125312566757202, -1.0793834924697876, 0.0007460749475285411], "std": [0.27129873633384705, 0.08277226239442825, 0.10505587607622147, 0.1674332618713379, 0.1011921763420105, 0.1273680329322815, 0.06904856115579605, 0.047276318073272705, 0.06345514208078384, 0.05125177651643753, 0.1060907393693924, 0.1152351126074791, 0.07697153091430664, 0.1879349946975708, 0.0655999630689621, 0.0825442522764206, 0.22420814633369446, 0.04286686331033707, 0.05398028343915939, 0.03980744630098343, 0.008343074470758438, 0.053765181452035904, 0.03191414102911949, 0.07373343408107758, 0.04029986262321472, 0.06698019057512283, 441.24951171875, 457.0459289550781, 1.3789504009764642e-06, 0.0012364322319626808, 0.00019950134446844459, 0.00012874830281361938, 0.0006514484994113445, 0.0006704712868668139], "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": [49], "max": [49], "mean": [49.0], "std": [0.0], "count": [792]}, "index": {"min": [41932], "max": [42723], "mean": [42327.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7487373737373737, 0.666854798092949], "std": [0.4337392291529955, 0.4561406535422848], "count": [792]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7487373737373737, 0.666854798092949], "std": [0.4337392291529955, 0.4561406535422848], "count": [792]}, "eef_direction_state": {"mean": [4.799242424242424, 4.751262626262626], "std": [2.157053131927391, 2.3435918262784767], "min": [0, 0], "max": [6, 6], "count": [792]}, "eef_velocity_state": {"mean": [0.37247474747474746, 0.26641414141414144], "std": [0.6347670668523134, 0.5134388618428877], "min": [0, 0], "max": [2, 2], "count": [792]}, "eef_acc_mag_state": {"mean": [0.28535353535353536, 0.18055555555555555], "std": [0.6271529594992882, 0.5114602726995939], "min": [0, 0], "max": [2, 2], "count": [792]}, "eef_direction_action": {"mean": [4.799242424242424, 4.751262626262626], "std": [2.1570531319273916, 2.3435918262784767], "min": [0, 0], "max": [6, 6], "count": [792]}, "eef_velocity_action": {"mean": [0.37247474747474746, 0.26641414141414144], "std": [0.6347670668523134, 0.5134388618428877], "min": [0, 0], "max": [2, 2], "count": [792]}, "eef_acc_mag_action": {"mean": [0.28535353535353536, 0.18055555555555555], "std": [0.6271529594992882, 0.5114602726995939], "min": [0, 0], "max": [2, 2], "count": [792]}, "eef_sim_pose_state": {"mean": [0.4216366132619166, 0.2471955736857622, 1.1887796954720542, -0.018169588898489603, 0.03157972728624244, 1.3492881013552456, 0.4697391580463923, -0.2161098474110794, 1.1385652257306011, -0.011103753354162466, -0.0696796013099364, -1.4120828878035625], "std": [0.06681172924505406, 0.039720842166419947, 0.04625807031083916, 0.020167443495202563, 0.04115592237515916, 0.14491425762379423, 0.05364634713515425, 0.02713290807187469, 0.006195152716523868, 0.07208699128128913, 0.0133929466107393, 0.060340155168200335], "min": [0.3691966253957282, 0.14734218677630787, 1.156773405320813, -0.07020028897038122, -0.09009877479441819, 1.040414992535396, 0.3963717085870936, -0.2401216570982814, 1.1321357468818836, -0.1795787818775102, -0.12201335187028106, -1.462799159221872], "max": [0.5887318185115573, 0.3055889718290939, 1.2723317222776611, 0.057915019455664574, 0.14916841787756452, 1.446017822018359, 0.5969389146076297, -0.1754734948071472, 1.1544821782684715, 0.05465785019814251, -0.044375758377084074, -1.301815964504498], "count": [792]}, "eef_sim_pose_action": {"mean": [0.42167531417783194, 0.24720494752100425, 1.1887998242435094, -0.01807660575127744, 0.03154733932729559, 1.3492610567112846, 0.46981568994744966, -0.21617370633821237, 1.1385514356665098, -0.01113835103674237, -0.06967273540166, -1.412270807324992], "std": [0.06679850073330987, 0.03972580361828679, 0.04624760957782859, 0.02033915348359737, 0.04116514799570108, 0.14489820734858094, 0.05358484834699097, 0.027127905493096446, 0.006194121151045146, 0.07206528290813248, 0.013395375584539335, 0.06023613313664411], "min": [0.3691966253957282, 0.14734218677630787, 1.156773405320813, -0.07020028897038122, -0.09009877479441819, 1.040414992535396, 0.3963717085870936, -0.2401216570982814, 1.1321357468818836, -0.1795787818775102, -0.12201335187028106, -1.462799159221872], "max": [0.5887318185115573, 0.3055889718290939, 1.2723317222776611, 0.057915019455664574, 0.14916841787756452, 1.446017822018359, 0.5969389146076297, -0.1754734948071472, 1.1544821782684715, 0.05465785019814251, -0.044375758377084074, -1.301815964504498], "count": [792]}, "gripper_mode_state": {"mean": [0.25126262626262624, 0.3333333333333333], "std": [0.4337392291529942, 0.471404520791033], "min": [0, 0], "max": [1, 1], "count": [792]}, "gripper_activity_state": {"mean": [1.9886363636363635, 1.8636363636363635], "std": [0.1371505075017552, 0.456812528232776], "min": [0, 0], "max": [2, 2], "count": [792]}, "gripper_mode_action": {"mean": [0.25126262626262624, 0.3333333333333333], "std": [0.4337392291529942, 0.471404520791033], "min": [0, 0], "max": [1, 1], "count": [792]}, "gripper_activity_action": {"mean": [1.9886363636363635, 1.8636363636363635], "std": [0.1371505075017552, 0.456812528232776], "min": [0, 0], "max": [2, 2], "count": [792]}}} +{"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.4761211465141612]], [[0.47068605664488017]], [[0.46283830337690635]]], "std": [[[0.14976719310846204]], [[0.1594459609738752]], [[0.1665988657285801]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654180187908497]], [[0.459374447167756]], [[0.45300244689542485]]], "std": [[[0.14797296287597703]], [[0.15150538415904335]], [[0.1559547094537065]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46807777913943355]], [[0.4712306413398693]], [[0.4643055242374728]]], "std": [[[0.15957781656919076]], [[0.15813720719851515]], [[0.16694837029783258]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4906050367647059]], [[0.4808940740740741]], [[0.4672957897603486]]], "std": [[[0.14708354382524483]], [[0.1411135119365094]], [[0.14986112618366915]]], "count": [150]}, "observation.state": {"min": [-0.5461135506629944, 0.023457225412130356, -0.12548917531967163, -2.050849199295044, -0.7016398310661316, -0.03666936978697777, -0.3464129567146301, -0.28570300340652466, 0.3493109941482544, 0.05317499861121178, -1.6032437086105347, -1.8331730365753174, -1.2050573825836182, -0.1733635514974594, -0.11426670849323273, -0.2626546025276184, -1.7834123373031616, -0.07309439033269882, -0.06377433240413666, -0.040194932371377945, -0.31793999671936035, -0.5780689716339111, 0.09863100200891495, 1.0855889320373535, -1.4253389835357666, 0.9693416953086853, 0.0, 0.0, -0.06210366263985634, -0.18236136436462402, -0.8262982368469238, 1.9124263525009155, -1.0809881687164307, -0.002252559643238783], "max": [0.3113143742084503, 0.4591612219810486, 0.35934585332870483, -1.2851033210754395, -0.23895302414894104, 0.27288222312927246, -0.01979203335940838, -0.16725100576877594, 0.5649470090866089, 0.22342999279499054, -1.2971378564834595, -1.3180643320083618, -0.9991627335548401, 0.523127555847168, 0.18931587040424347, -0.037088245153427124, -0.9286896586418152, 0.0772133618593216, 0.20984093844890594, 0.10562732815742493, -0.2811700105667114, -0.37614700198173523, 0.1607239991426468, 1.4797437191009521, -1.3252068758010864, 1.1557132005691528, 1001.0, 1002.0, -0.062082983553409576, -0.17679505050182343, -0.824521005153656, 1.912721872329712, -1.0776857137680054, 0.0018035664688795805], "mean": [0.12392988801002502, 0.24191880226135254, 0.08161918073892593, -1.7907541990280151, -0.30813896656036377, 0.045078761875629425, -0.07619156688451767, -0.2550012469291687, 0.3978836238384247, 0.18024545907974243, -1.363364815711975, -1.4062892198562622, -1.150116205215454, 0.02741025574505329, 0.040192827582359314, -0.09844780713319778, -1.5531325340270996, 0.0425882413983345, 0.05180066078901291, 0.04464787617325783, -0.29825207591056824, -0.44489532709121704, 0.1361691802740097, 1.2859758138656616, -1.3477840423583984, 1.0977245569229126, 647.2615356445312, 663.71728515625, -0.06209293380379677, -0.17810921370983124, -0.8255055546760559, 1.912635087966919, -1.0793710947036743, 0.0007198153762146831], "std": [0.2622548043727875, 0.07501046359539032, 0.11029461771249771, 0.16370119154453278, 0.11762932687997818, 0.10850126296281815, 0.08719979971647263, 0.04564931243658066, 0.06040796637535095, 0.04906740039587021, 0.10411638021469116, 0.14942941069602966, 0.06312306970357895, 0.19930505752563477, 0.08563452959060669, 0.08201494812965393, 0.23185493052005768, 0.0534285306930542, 0.0728379338979721, 0.04990632086992264, 0.007091192528605461, 0.0569247230887413, 0.025837551802396774, 0.10593315958976746, 0.019125675782561302, 0.06707360595464706, 464.2430725097656, 458.77471923828125, 1.5064100580275408e-06, 0.0010973007883876562, 0.0002815821790136397, 6.796330853831023e-05, 0.0007193536730483174, 0.0004452079301699996], "count": [803]}, "action": {"min": [-0.5461135506629944, 0.023457225412130356, -0.12548917531967163, -2.050849199295044, -0.7016398310661316, -0.03670427203178406, -0.3464129567146301, -0.28570300340652466, 0.3493109941482544, 0.05317499861121178, -1.6032437086105347, -1.8331730365753174, -1.2050573825836182, -0.1733635514974594, -0.11426670849323273, -0.2626546025276184, -1.7834123373031616, -0.07309439033269882, -0.06377433240413666, -0.040194932371377945, -0.31793999671936035, -0.5780689716339111, 0.09863100200891495, 1.0855889320373535, -1.4253389835357666, 0.9693416953086853, 0.0, 0.0, -0.06210366263985634, -0.18236136436462402, -0.8262982368469238, 1.9124263525009155, -1.0809881687164307, -0.002252559643238783], "max": [0.3113143742084503, 0.4591612219810486, 0.35934585332870483, -1.2851033210754395, -0.23895302414894104, 0.27288222312927246, -0.01979203335940838, -0.16725100576877594, 0.5649470090866089, 0.22342999279499054, -1.2971378564834595, -1.3180643320083618, -0.9991627335548401, 0.523127555847168, 0.18931587040424347, -0.037088245153427124, -0.9286896586418152, 0.0772133618593216, 0.20984093844890594, 0.10562732815742493, -0.2811700105667114, -0.37614700198173523, 0.1607239991426468, 1.4797437191009521, -1.3252068758010864, 1.1557132005691528, 1001.0, 1002.0, -0.062082983553409576, -0.17679505050182343, -0.824521005153656, 1.912721872329712, -1.0776857137680054, 0.0018035664688795805], "mean": [0.123781219124794, 0.2418956458568573, 0.08155044913291931, -1.7905910015106201, -0.30815833806991577, 0.0450589619576931, -0.07632404565811157, -0.2550041377544403, 0.3979261815547943, 0.18027062714099884, -1.3633992671966553, -1.4063048362731934, -1.1501359939575195, 0.027568750083446503, 0.04000920057296753, -0.0981808453798294, -1.5529603958129883, 0.04259956628084183, 0.05192524194717407, 0.04478297755122185, -0.29825928807258606, -0.4449607729911804, 0.13623058795928955, 1.285725712776184, -1.3478025197982788, 1.0978333950042725, 647.2615356445312, 663.71728515625, -0.06209293752908707, -0.17810644209384918, -0.8255053758621216, 1.9126348495483398, -1.0793713331222534, 0.0007200469844974577], "std": [0.2622082531452179, 0.07501360028982162, 0.11033640801906586, 0.16370801627635956, 0.1176217570900917, 0.1085146814584732, 0.08719483762979507, 0.04565119743347168, 0.06039800867438316, 0.049083635210990906, 0.10409921407699585, 0.14942103624343872, 0.06313648074865341, 0.1991957128047943, 0.08547208458185196, 0.08182885497808456, 0.23174500465393066, 0.05343452841043472, 0.07272543758153915, 0.049861010164022446, 0.007087875157594681, 0.05687572807073593, 0.02583317644894123, 0.10572170466184616, 0.019114837050437927, 0.0670931413769722, 464.2430725097656, 458.77471923828125, 1.5062576039781561e-06, 0.00109214021358639, 0.00028149501304142177, 6.789508188376203e-05, 0.0007193577475845814, 0.0004452217253856361], "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": [50], "max": [50], "mean": [50.0], "std": [0.0], "count": [803]}, "index": {"min": [42724], "max": [43526], "mean": [43125.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6899128268991283, 0.6624844332647789], "std": [0.462529045768135, 0.4578678570299213], "count": [803]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6899128268991283, 0.6624844332647789], "std": [0.462529045768135, 0.4578678570299213], "count": [803]}, "eef_direction_state": {"mean": [4.8941469489414695, 4.945205479452055], "std": [2.0649486832204245, 2.160896982098566], "min": [0, 0], "max": [6, 6], "count": [803]}, "eef_velocity_state": {"mean": [0.386052303860523, 0.2403486924034869], "std": [0.6735750475718202, 0.4973312368140554], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_acc_mag_state": {"mean": [0.2727272727272727, 0.1780821917808219], "std": [0.6226052275165369, 0.513254270242313], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_direction_action": {"mean": [4.8941469489414695, 4.945205479452055], "std": [2.0649486832204245, 2.160896982098566], "min": [0, 0], "max": [6, 6], "count": [803]}, "eef_velocity_action": {"mean": [0.386052303860523, 0.2403486924034869], "std": [0.6735750475718202, 0.4973312368140554], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_acc_mag_action": {"mean": [0.2727272727272727, 0.1780821917808219], "std": [0.6226052275165369, 0.513254270242313], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_sim_pose_state": {"mean": [0.41817148112025654, 0.2537118245259966, 1.1833811866964987, -0.03235680627029811, 0.05269309212077121, 1.3445614970358806, 0.46298007849183953, -0.20257237036602516, 1.1493133263262634, -0.04826643428001556, 0.006607526936904537, -1.4137437023514663], "std": [0.06446594711054009, 0.037756157860384436, 0.0434860477290764, 0.022663041238675134, 0.047455137440516146, 0.16469226691337369, 0.05692828519874058, 0.024103523784694866, 0.005985563258682176, 0.08249502997989767, 0.04009710495353265, 0.062353083488029586], "min": [0.3721520526301926, 0.14793500151299532, 1.151565987551669, -0.10264275167242337, -0.02201870465563638, 0.9246251911719233, 0.39635148111466645, -0.22374090875647457, 1.1444585833348857, -0.2242848929744221, -0.0900355915197617, -1.5150980166993033], "max": [0.5906779523789853, 0.3191265043038606, 1.2655961955436679, -0.017496746826321075, 0.2312804729554787, 1.4460231572140423, 0.5970341373450366, -0.16160164760664605, 1.1683737462686188, 0.04795273769930186, 0.03982721631004571, -1.2751056785327903], "count": [803]}, "eef_sim_pose_action": {"mean": [0.41821449726620863, 0.2537397839618309, 1.1833746559007297, -0.032388321008986955, 0.052705237278594066, 1.344535056196082, 0.4630415277366085, -0.20261490505182145, 1.1493156382840894, -0.04834977568382157, 0.006737848046125851, -1.4139092304820267], "std": [0.06445432195930818, 0.037772460092557185, 0.04349042887619061, 0.02266014592433751, 0.04745125320861506, 0.16467769360478998, 0.05688296165707314, 0.02410914539865723, 0.005984054245347169, 0.08243160824176798, 0.040026058715846996, 0.062238661805142995], "min": [0.3721520526301926, 0.14793500151299532, 1.151565987551669, -0.10264275167242337, -0.02201870465563638, 0.9246251911719233, 0.39635148111466645, -0.22374090875647457, 1.1444585833348857, -0.2242848929744221, -0.0900355915197617, -1.5150980166993033], "max": [0.5906779523789853, 0.3191265043038606, 1.2655961955436679, -0.017496746826321075, 0.2312804729554787, 1.4460231572140423, 0.5970341373450366, -0.16160164760664605, 1.1683737462686188, 0.04795273769930186, 0.03982721631004571, -1.2751056785327903], "count": [803]}, "gripper_mode_state": {"mean": [0.31008717310087175, 0.33623910336239105], "std": [0.462529045768135, 0.4724218122953689], "min": [0, 0], "max": [1, 1], "count": [803]}, "gripper_activity_state": {"mean": [1.9887920298879203, 1.86799501867995], "std": [0.13621428556787393, 0.44916897388229393], "min": [0, 0], "max": [2, 2], "count": [803]}, "gripper_mode_action": {"mean": [0.31008717310087175, 0.33623910336239105], "std": [0.462529045768135, 0.4724218122953689], "min": [0, 0], "max": [1, 1], "count": [803]}, "gripper_activity_action": {"mean": [1.9887920298879203, 1.86799501867995], "std": [0.13621428556787393, 0.44916897388229393], "min": [0, 0], "max": [2, 2], "count": [803]}}} +{"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.47548228287263977]], [[0.4703672981345316]], [[0.46304717853576616]]], "std": [[[0.147496638571843]], [[0.1573891576231907]], [[0.1646177803377354]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4660051345769789]], [[0.46000041417029774]], [[0.4538957326275418]]], "std": [[[0.14666080505340065]], [[0.1506911138465087]], [[0.15526486063044317]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45757998309277415]], [[0.46010880338825344]], [[0.45184240678331516]]], "std": [[[0.1562323045061402]], [[0.1548985026592737]], [[0.1632720642775123]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4865768853258896]], [[0.47973920178603846]], [[0.46582104722676104]]], "std": [[[0.14296440729826237]], [[0.13859896455201856]], [[0.14741326392615867]]], "count": [144]}, "observation.state": {"min": [-0.5810375809669495, 0.08011061698198318, -0.09164723753929138, -2.0717756748199463, -0.8014028072357178, -0.020874137058854103, -0.32009339332580566, -0.28326499462127686, 0.35353899002075195, 0.06130500137805939, -1.532834768295288, -1.9559857845306396, -1.3040797710418701, -0.1733810007572174, -0.09712757170200348, -0.26258477568626404, -1.7772687673568726, -0.0688357874751091, -0.06370452046394348, -0.026808258146047592, -0.32115501165390015, -0.5801119804382324, 0.09887900203466415, 1.1709145307540894, -1.3803421258926392, 0.9921216368675232, 0.0, 0.0, -0.06210742145776749, -0.18255876004695892, -0.826528012752533, 1.9125840663909912, -1.0810277462005615, -0.0023047681897878647], "max": [0.30052822828292847, 0.41001275181770325, 0.3750014305114746, -1.2863075733184814, -0.2537708580493927, 0.3896796703338623, -0.01984439231455326, -0.1659020036458969, 0.5693420171737671, 0.21134400367736816, -1.2709177732467651, -1.3183525800704956, -0.9225341081619263, 0.534489631652832, 0.18929840624332428, -0.01514945738017559, -0.8755269646644592, 0.07925540208816528, 0.1097463071346283, 0.09234537184238434, -0.28500300645828247, -0.3761659860610962, 0.18493300676345825, 1.4756050109863281, -1.2876310348510742, 1.2022610902786255, 1001.0, 1002.0, -0.06208674609661102, -0.17586074769496918, -0.823968768119812, 1.9130245447158813, -1.0770208835601807, 0.0038738709408789873], "mean": [0.11065609753131866, 0.25209006667137146, 0.09358133375644684, -1.7985693216323853, -0.3574869930744171, 0.08401515334844589, -0.0705655887722969, -0.2510315477848053, 0.3993110954761505, 0.17680411040782928, -1.338861346244812, -1.4586213827133179, -1.142930030822754, 0.0754726454615593, 0.05331071466207504, -0.08026073127985, -1.4691709280014038, 0.04221871495246887, -0.006379835307598114, 0.04182793200016022, -0.3057311773300171, -0.45939797163009644, 0.15100371837615967, 1.291943907737732, -1.3060476779937744, 1.1176464557647705, 703.946044921875, 663.4092407226562, -0.062093254178762436, -0.17850905656814575, -0.8255683779716492, 1.9126888513565063, -1.0794267654418945, 0.0006169321713969111], "std": [0.2794158160686493, 0.06452326476573944, 0.1189945712685585, 0.16654115915298462, 0.1658872812986374, 0.1462201029062271, 0.07727125287055969, 0.04782284051179886, 0.06274915486574173, 0.04819382727146149, 0.06866783648729324, 0.2084006518125534, 0.0724305734038353, 0.18574732542037964, 0.07933076471090317, 0.08886316418647766, 0.22991663217544556, 0.05355481803417206, 0.03995118662714958, 0.04585860297083855, 0.008594679646193981, 0.05354077368974686, 0.03577728569507599, 0.08762816339731216, 0.020193245261907578, 0.060927603393793106, 441.22686767578125, 458.122802734375, 1.6555910633542226e-06, 0.0016418729210272431, 0.00041798732127062976, 8.702012564754114e-05, 0.0006167094106785953, 0.0007451323908753693], "count": [760]}, "action": {"min": [-0.5810375809669495, 0.08011061698198318, -0.09164723753929138, -2.0717756748199463, -0.8014028072357178, -0.020874137058854103, -0.32009339332580566, -0.28326499462127686, 0.35353899002075195, 0.06130500137805939, -1.532834768295288, -1.9559857845306396, -1.3040797710418701, -0.1733810007572174, -0.09712757170200348, -0.26258477568626404, -1.7772687673568726, -0.0688357874751091, -0.06370452046394348, -0.026808258146047592, -0.32115501165390015, -0.5801119804382324, 0.09887900203466415, 1.1709145307540894, -1.3803421258926392, 0.9921216368675232, 0.0, 0.0, -0.06210742145776749, -0.18255876004695892, -0.826528012752533, 1.9125840663909912, -1.0810277462005615, -0.0023047681897878647], "max": [0.30052822828292847, 0.41001275181770325, 0.3750014305114746, -1.2863075733184814, -0.2537708580493927, 0.3896796703338623, -0.01984439231455326, -0.1659020036458969, 0.5693420171737671, 0.21134400367736816, -1.2709177732467651, -1.3183525800704956, -0.9225341081619263, 0.534489631652832, 0.18929840624332428, -0.01514945738017559, -0.8755269646644592, 0.07925540208816528, 0.1097463071346283, 0.09234537184238434, -0.28500300645828247, -0.3761659860610962, 0.18493300676345825, 1.4756050109863281, -1.2876310348510742, 1.2022610902786255, 1001.0, 1002.0, -0.06208674609661102, -0.17586074769496918, -0.823968768119812, 1.9130245447158813, -1.0770208835601807, 0.0038738709408789873], "mean": [0.11057422310113907, 0.25218090415000916, 0.09356065839529037, -1.7985661029815674, -0.35760241746902466, 0.08419609814882278, -0.07068663835525513, -0.2510186731815338, 0.3993324339389801, 0.17681464552879333, -1.3388679027557373, -1.458773136138916, -1.142791986465454, 0.07574891299009323, 0.053145941346883774, -0.07994140684604645, -1.4688258171081543, 0.042231298983097076, -0.006316634360700846, 0.041963495314121246, -0.30575233697891235, -0.4594992399215698, 0.15109863877296448, 1.2916679382324219, -1.3059959411621094, 1.117776870727539, 703.946044921875, 663.4092407226562, -0.062093254178762436, -0.17850708961486816, -0.825568437576294, 1.9126890897750854, -1.0794265270233154, 0.0006171694840304554], "std": [0.2793794870376587, 0.06455609947443008, 0.11900483071804047, 0.16654014587402344, 0.16584566235542297, 0.14617536962032318, 0.07726380974054337, 0.0478154793381691, 0.06274082511663437, 0.048200175166130066, 0.06866409629583359, 0.20834073424339294, 0.07245097309350967, 0.18553300201892853, 0.07917863130569458, 0.08864328265190125, 0.22965921461582184, 0.05356144532561302, 0.03989845886826515, 0.04580963775515556, 0.008580826222896576, 0.053455982357263565, 0.03576331585645676, 0.08738184720277786, 0.020183319225907326, 0.06092224642634392, 441.22686767578125, 458.122802734375, 1.6555910633542226e-06, 0.0016421702457591891, 0.0004179669776931405, 8.694240386830643e-05, 0.0006167292594909668, 0.0007451245910488069], "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": [51], "max": [51], "mean": [51.0], "std": [0.0], "count": [760]}, "index": {"min": [43527], "max": [44286], "mean": [43906.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7486842105263158, 0.6621802630820496], "std": [0.4337697124453285, 0.4572168209243548], "count": [760]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7486842105263158, 0.6621802630820496], "std": [0.4337697124453285, 0.4572168209243548], "count": [760]}, "eef_direction_state": {"mean": [4.643421052631579, 4.739473684210527], "std": [2.3005626043207172, 2.327302422354444], "min": [0, 0], "max": [6, 6], "count": [760]}, "eef_velocity_state": {"mean": [0.40657894736842104, 0.275], "std": [0.6603100400800144, 0.5275626677666396], "min": [0, 0], "max": [2, 2], "count": [760]}, "eef_acc_mag_state": {"mean": [0.3, 0.18552631578947368], "std": [0.6361893131020533, 0.5216885407194704], "min": [0, 0], "max": [2, 2], "count": [760]}, "eef_direction_action": {"mean": [4.643421052631579, 4.739473684210527], "std": [2.3005626043207172, 2.327302422354444], "min": [0, 0], "max": [6, 6], "count": [760]}, "eef_velocity_action": {"mean": [0.40657894736842104, 0.275], "std": [0.6603100400800144, 0.5275626677666396], "min": [0, 0], "max": [2, 2], "count": [760]}, "eef_acc_mag_action": {"mean": [0.3, 0.18552631578947368], "std": [0.6361893131020533, 0.5216885407194704], "min": [0, 0], "max": [2, 2], "count": [760]}, "eef_sim_pose_state": {"mean": [0.42031212628449993, 0.25240208356100163, 1.189248574505413, -0.0160079519030776, 0.08917111547133066, 1.3242707504042242, 0.47677906891087557, -0.21430317165463622, 1.1392819000759142, -0.025965828517240195, -0.010687313578466782, -1.440485591326384], "std": [0.06737338319520227, 0.03529904277528826, 0.04737420181298467, 0.030614803783554013, 0.10137389288071266, 0.17686300817733316, 0.05298902006311341, 0.03155769511748939, 0.0057530346129371366, 0.05886945666634152, 0.0337081492842238, 0.06506620374670175], "min": [0.3743183778894503, 0.15983728246493242, 1.1567882999748613, -0.11198097318887068, 0.012263072934924235, 0.9452170987550047, 0.39637208106684535, -0.24328996621856241, 1.1335744451426828, -0.1547474543689451, -0.09733017830274138, -1.4862759844468076], "max": [0.5964880054377817, 0.3001701686048832, 1.276412773358092, 0.06402364635884372, 0.3674631039457017, 1.446011840628107, 0.5975686058064095, -0.16223080956901675, 1.1586530092304985, 0.047967549542293986, 0.038981284492066504, -1.304246662114422], "count": [760]}, "eef_sim_pose_action": {"mean": [0.4203363168054405, 0.25242745436027114, 1.1892730707255867, -0.01590699862096318, 0.0891942821392697, 1.3241433213042797, 0.4768753505965204, -0.21437191502952097, 1.1392694246025166, -0.026041688354091784, -0.010583330014182603, -1.4407145666736958], "std": [0.06736346387756854, 0.035314677651703326, 0.047362228367852026, 0.030735912372283014, 0.1013629919577185, 0.17681018526445727, 0.05290928243864258, 0.03155876498825212, 0.005751989345041543, 0.05881139040562864, 0.03365443837900651, 0.06489264377072534], "min": [0.3743183778894503, 0.15983728246493242, 1.1567882999748613, -0.11198097318887068, 0.012263072934924235, 0.9452170987550047, 0.39637208106684535, -0.24328996621856241, 1.1335744451426828, -0.1547474543689451, -0.09733017830274138, -1.4862759844468076], "max": [0.5964880054377817, 0.3001701686048832, 1.276412773358092, 0.06402364635884372, 0.3674631039457017, 1.446011840628107, 0.5975686058064095, -0.16223080956901675, 1.1586530092304985, 0.047967549542293986, 0.038981284492066504, -1.304246662114422], "count": [760]}, "gripper_mode_state": {"mean": [0.2513157894736842, 0.3381578947368421], "std": [0.4337697124453285, 0.4730825857754458], "min": [0, 0], "max": [1, 1], "count": [760]}, "gripper_activity_state": {"mean": [1.9881578947368421, 1.8578947368421053], "std": [0.139987880361835, 0.4654548307257949], "min": [0, 0], "max": [2, 2], "count": [760]}, "gripper_mode_action": {"mean": [0.2513157894736842, 0.3381578947368421], "std": [0.4337697124453285, 0.4730825857754458], "min": [0, 0], "max": [1, 1], "count": [760]}, "gripper_activity_action": {"mean": [1.9881578947368421, 1.8578947368421053], "std": [0.139987880361835, 0.46545483072579485], "min": [0, 0], "max": [2, 2], "count": [760]}}} +{"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.4649052927395858]], [[0.4603978905819356]], [[0.45200841232577366]]], "std": [[[0.15918862086704513]], [[0.16905481073040404]], [[0.17610697220782429]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4594789181234743]], [[0.45288727951019764]], [[0.4480558287069848]]], "std": [[[0.14930132872570717]], [[0.15238141904899477]], [[0.15754713763768136]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47006437514764937]], [[0.47313299767698247]], [[0.4645976147236003]]], "std": [[[0.15492116107658518]], [[0.1532723352905365]], [[0.16173938376468497]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49387667705134264]], [[0.4827488077309237]], [[0.4679720967202142]]], "std": [[[0.1541454396009172]], [[0.14973534157574964]], [[0.15986318239299996]]], "count": [166]}, "observation.state": {"min": [-0.6101147532463074, -0.06454227864742279, -0.001291543710976839, -2.066626787185669, -0.40198421478271484, -0.03316125646233559, -0.2532123625278473, -0.28697699308395386, 0.34540700912475586, -0.00762900011613965, -1.7615102529525757, -1.6491775512695312, -1.1939120292663574, -0.17332863807678223, -0.03579670563340187, -0.26258477568626404, -1.771404504776001, -0.056147243827581406, -0.2793748676776886, -0.02626720443367958, -0.34483399987220764, -0.5785629749298096, 0.10967999696731567, 1.324405312538147, -1.381931185722351, 1.0520143508911133, 0.0, 0.0, -0.062098026275634766, -0.18258507549762726, -0.8259496092796326, 1.912002444267273, -1.080620527267456, -0.0016488394467160106], "max": [0.31517156958580017, 0.36224308609962463, 0.36479124426841736, -1.0935709476470947, -0.1181064322590828, 0.1426108479499817, -0.019809486344456673, -0.18550099432468414, 0.5704190135002136, 0.20224499702453613, -1.2971378564834595, -1.3183525800704956, -0.9938628673553467, 0.5659579038619995, 0.18931587040424347, -0.08119271695613861, -0.7058111429214478, 0.09496336430311203, -0.06356488913297653, 0.11559315770864487, -0.2918260097503662, -0.3761579990386963, 0.13693299889564514, 1.486528754234314, -1.2636747360229492, 1.1827939748764038, 1001.0, 1003.0, -0.06209050118923187, -0.17668037116527557, -0.8244528770446777, 1.9134666919708252, -1.0775327682495117, 0.0031970590353012085], "mean": [0.07987314462661743, 0.20193642377853394, 0.1189129501581192, -1.7390975952148438, -0.2502882480621338, 0.008886546827852726, -0.09433834999799728, -0.25361430644989014, 0.40749552845954895, 0.15459990501403809, -1.4306243658065796, -1.3990097045898438, -1.1294593811035156, 0.08138338476419449, 0.050155919045209885, -0.13877108693122864, -1.4055299758911133, 0.01583045907318592, -0.1665583997964859, 0.06410359591245651, -0.3088271915912628, -0.45491451025009155, 0.12447299063205719, 1.4339455366134644, -1.299018144607544, 1.1328622102737427, 565.70947265625, 104.71708679199219, -0.06209477409720421, -0.17815466225147247, -0.8255175948143005, 1.9126616716384888, -1.0793702602386475, 0.000767759804148227], "std": [0.29880544543266296, 0.10196077823638916, 0.12538829445838928, 0.2411738783121109, 0.05709651857614517, 0.04766154661774635, 0.09025337547063828, 0.04036290571093559, 0.06865690648555756, 0.07319332659244537, 0.1768060028553009, 0.10242033749818802, 0.0733991339802742, 0.24410898983478546, 0.06407839059829712, 0.05396062135696411, 0.344670832157135, 0.033919233828783035, 0.058768998831510544, 0.03988240659236908, 0.018329612910747528, 0.06587039679288864, 0.006956302560865879, 0.052117038518190384, 0.024866487830877304, 0.051046404987573624, 490.36090087890625, 296.3567199707031, 6.997456694080029e-07, 0.0014874422922730446, 0.00028936241869814694, 0.00032413704320788383, 0.0005527605535462499, 0.00056601467076689], "count": [919]}, "action": {"min": [-0.6101147532463074, -0.06454227864742279, -0.001291543710976839, -2.066626787185669, -0.40198421478271484, -0.03316125646233559, -0.2532123625278473, -0.28697699308395386, 0.34540700912475586, -0.00762900011613965, -1.7615102529525757, -1.6491775512695312, -1.1939120292663574, -0.17332863807678223, -0.03579670563340187, -0.26258477568626404, -1.771404504776001, -0.056147243827581406, -0.2793748676776886, -0.02626720443367958, -0.34483399987220764, -0.5785629749298096, 0.10967999696731567, 1.324405312538147, -1.381931185722351, 1.0520143508911133, 0.0, 0.0, -0.062098026275634766, -0.18258507549762726, -0.8259496092796326, 1.912002444267273, -1.080620527267456, -0.0016488394467160106], "max": [0.31517156958580017, 0.36224308609962463, 0.36479124426841736, -1.0935709476470947, -0.1181064322590828, 0.1426108479499817, -0.019809486344456673, -0.18550099432468414, 0.5704190135002136, 0.20224499702453613, -1.2971378564834595, -1.3183525800704956, -0.9938628673553467, 0.5659579038619995, 0.18931587040424347, -0.08119271695613861, -0.7058111429214478, 0.09496336430311203, -0.06356488913297653, 0.11559315770864487, -0.2918260097503662, -0.3761579990386963, 0.13693299889564514, 1.486528754234314, -1.2636747360229492, 1.1827939748764038, 1001.0, 1003.0, -0.06209050118923187, -0.17668037116527557, -0.8244528770446777, 1.9134666919708252, -1.0775327682495117, 0.0031970590353012085], "mean": [0.0796583816409111, 0.20189444720745087, 0.11897988617420197, -1.738908052444458, -0.2502857744693756, 0.0089028999209404, -0.09450538456439972, -0.25361767411231995, 0.40755030512809753, 0.15456046164035797, -1.4307516813278198, -1.3991621732711792, -1.1293822526931763, 0.08152924478054047, 0.049992479383945465, -0.13861630856990814, -1.4053089618682861, 0.01577131636440754, -0.16667382419109344, 0.0642225593328476, -0.30883482098579407, -0.45496827363967896, 0.1244921162724495, 1.4339340925216675, -1.2989673614501953, 1.1329879760742188, 564.6202392578125, 103.62677001953125, -0.06209477409720421, -0.17815448343753815, -0.8255175352096558, 1.9126619100570679, -1.0793706178665161, 0.0007678259280510247], "std": [0.29874294996261597, 0.10195260494947433, 0.12536366283893585, 0.24115581810474396, 0.05709641054272652, 0.04765394702553749, 0.09025733172893524, 0.040365539491176605, 0.06864438205957413, 0.07317762076854706, 0.17675194144248962, 0.10240506380796432, 0.07337828725576401, 0.24399693310260773, 0.06391476839780807, 0.053809355944395065, 0.3445020318031311, 0.033879317343235016, 0.05867069587111473, 0.03977586701512337, 0.018324095755815506, 0.06582627445459366, 0.006939856335520744, 0.05210857838392258, 0.02485186979174614, 0.051023244857788086, 490.5047607421875, 294.8860168457031, 6.997456694080029e-07, 0.0014875746564939618, 0.00028937621391378343, 0.00032419184572063386, 0.000552831741515547, 0.0005660063470713794], "count": [919]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.843076387773657], "count": [919]}, "frame_index": {"min": [0], "max": [918], "mean": [459.0], "std": [265.29229163320974], "count": [919]}, "episode_index": {"min": [52], "max": [52], "mean": [52.0], "std": [0.0], "count": [919]}, "index": {"min": [44287], "max": [45205], "mean": [44746.0], "std": [265.29229163320974], "count": [919]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [919]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5832426550598476, 0.10454842212211678], "std": [0.4930219674401833, 0.2958427100618494], "count": [919]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5821545157780196, 0.1034602828402887], "std": [0.4932044561206614, 0.29438259503195063], "count": [919]}, "eef_direction_state": {"mean": [4.687704026115343, 4.952121871599565], "std": [2.1919257946679878, 2.1940401423383347], "min": [0, 0], "max": [6, 6], "count": [919]}, "eef_velocity_state": {"mean": [0.3601741022850925, 0.19477693144722524], "std": [0.5692351856354587, 0.41481662016946536], "min": [0, 0], "max": [2, 2], "count": [919]}, "eef_acc_mag_state": {"mean": [0.26659412404787813, 0.14689880304678998], "std": [0.6150846254119327, 0.46786699279540933], "min": [0, 0], "max": [2, 2], "count": [919]}, "eef_direction_action": {"mean": [4.687704026115343, 4.952121871599565], "std": [2.1919257946679878, 2.1940401423383347], "min": [0, 0], "max": [6, 6], "count": [919]}, "eef_velocity_action": {"mean": [0.3601741022850925, 0.19477693144722524], "std": [0.5692351856354588, 0.41481662016946536], "min": [0, 0], "max": [2, 2], "count": [919]}, "eef_acc_mag_action": {"mean": [0.26659412404787813, 0.14689880304678998], "std": [0.6150846254119327, 0.46786699279540933], "min": [0, 0], "max": [2, 2], "count": [919]}, "eef_sim_pose_state": {"mean": [0.42958526276138764, 0.232458955748878, 1.1821060494422841, -0.05540914436834249, 0.018946323827087025, 1.3051802460914177, 0.473886145993843, -0.19672141233301457, 1.1251493242870951, 0.07067412587872685, -0.0411642904077201, -1.3634617552551234], "std": [0.07499489921153894, 0.05606388702016596, 0.034490405793884175, 0.052877130608427234, 0.029536680611961467, 0.18171879299889032, 0.06499624133797745, 0.004639245859358259, 0.013447127086742505, 0.05729803035148306, 0.017633916786265025, 0.03305716613158176], "min": [0.3678358787270915, 0.09997372557357984, 1.1513091351340408, -0.18632456517639934, -0.05951322758363364, 0.9863808512607879, 0.39636833459010157, -0.20542586791207768, 1.1000461101001575, -0.028043638730133602, -0.07692003645996537, -1.4355128958465317], "max": [0.6038073939002049, 0.27191720065907854, 1.2402954549395835, -0.015789079166557585, 0.07339325040365674, 1.4460836830369244, 0.5955222063170545, -0.1886870985324805, 1.144644901270027, 0.1226656032514124, 0.012303748365146472, -1.303806827399897], "count": [919]}, "eef_sim_pose_action": {"mean": [0.42964444147075054, 0.23244027139770634, 1.182101233432756, -0.055421829654200463, 0.01896918370487709, 1.3049935581112795, 0.47393880456072407, -0.1967329123536563, 1.1251325327055595, 0.07075400159083307, -0.0411263564953022, -1.3635298577349706], "std": [0.07497996997391715, 0.05605604790371313, 0.034494245551742256, 0.052869433902272694, 0.029555404240296318, 0.18166217342949362, 0.06495302564867615, 0.0046324604558830975, 0.013432599414622097, 0.05731720326562156, 0.017614717192558017, 0.03299971280511605], "min": [0.3678358787270915, 0.09997372557357984, 1.1513091351340408, -0.18632456517639934, -0.05951322758363364, 0.9863808512607879, 0.39636833459010157, -0.20542586791207768, 1.1000461101001575, -0.028043638730133602, -0.07692003645996537, -1.4355128958465317], "max": [0.6038073939002049, 0.27191720065907854, 1.2402954549395835, -0.015789079166557585, 0.07339325040365674, 1.4460836830369244, 0.5955222063170545, -0.1886870985324805, 1.144644901270027, 0.1226656032514124, 0.012303748365146472, -1.303806827399897], "count": [919]}, "gripper_mode_state": {"mean": [0.4167573449401523, 0.8944504896626768], "std": [0.4930219674401833, 0.30726016859475863], "min": [0, 0], "max": [1, 1], "count": [919]}, "gripper_activity_state": {"mean": [1.9967355821545159, 1.9608269858541894], "std": [0.05704175156509781, 0.19400641512212932], "min": [1, 1], "max": [2, 2], "count": [919]}, "gripper_mode_action": {"mean": [0.4178454842219804, 0.8955386289445049], "std": [0.4932044561206614, 0.3058581256280353], "min": [0, 0], "max": [1, 1], "count": [919]}, "gripper_activity_action": {"mean": [1.9967355821545159, 1.9608269858541894], "std": [0.05704175156509781, 0.19400641512212932], "min": [1, 1], "max": [2, 2], "count": [919]}}} +{"episode_index": 53, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4644075931269132]], [[0.4592006623852073]], [[0.45216456471829236]]], "std": [[[0.15917126612816612]], [[0.16938563238734597]], [[0.17692624817341393]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4600954111338628]], [[0.45281355097418713]], [[0.44606645957433605]]], "std": [[[0.14726889292522072]], [[0.15016849469007112]], [[0.15536343814676337]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46943114115371887]], [[0.47106653067345083]], [[0.4630621522606933]]], "std": [[[0.1577525694330367]], [[0.15573941520458912]], [[0.16491280945258402]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4920078622693803]], [[0.48369421046372135]], [[0.47043303885372717]]], "std": [[[0.15600020925084135]], [[0.1505706527879528]], [[0.15972712152343246]]], "count": [158]}, "observation.state": {"min": [-0.5758888125419617, -0.02750638872385025, -0.006248279009014368, -2.0094499588012695, -0.25385814905166626, -0.050108402967453, -0.20977112650871277, -0.2909570038318634, 0.3623639941215515, 0.018595000728964806, -1.7445738315582275, -1.4856135845184326, -1.2258634567260742, -0.17331120371818542, -0.014224433340132236, -0.26258477568626404, -1.7714568376541138, 0.02007128670811653, -0.22074924409389496, -0.026197392493486404, -0.33994001150131226, -0.5788140296936035, 0.10968700051307678, 1.2993987798690796, -1.4108394384384155, 1.034811019897461, 0.0, 0.0, -0.06215441972017288, -0.18272793292999268, -0.8263964653015137, 1.9120230674743652, -1.0804423093795776, -0.0008600164437666535], "max": [0.26797786355018616, 0.2410474270582199, 0.32335716485977173, -1.1133280992507935, -0.07679449021816254, 0.11623892188072205, -0.019809486344456673, -0.1903509944677353, 0.5698670148849487, 0.20186200737953186, -1.2968484163284302, -1.3025535345077515, -0.9912521243095398, 0.5575454235076904, 0.1892635077238083, -0.08651597052812576, -0.7427423000335693, 0.12173671275377274, -0.027628561481833458, 0.13350023329257965, -0.2897610068321228, -0.3761639893054962, 0.13710999488830566, 1.4826725721359253, -1.2992244958877563, 1.1829864978790283, 1001.0, 1002.0, -0.062073588371276855, -0.17649990320205688, -0.8242650628089905, 1.91289222240448, -1.0769107341766357, 0.002902792766690254], "mean": [0.07345838099718094, 0.1813787817955017, 0.1024036779999733, -1.7091419696807861, -0.21178442239761353, -0.013968251645565033, -0.09060550481081009, -0.2610139846801758, 0.4129050374031067, 0.16073334217071533, -1.4185034036636353, -1.3597580194473267, -1.1443501710891724, 0.16416527330875397, 0.037970416247844696, -0.12572650611400604, -1.3062450885772705, 0.04316868260502815, -0.13246330618858337, 0.07522855699062347, -0.31874337792396545, -0.4805739223957062, 0.128583163022995, 1.3747516870498657, -1.3356002569198608, 1.124126672744751, 589.3251953125, 190.06410217285156, -0.06209574267268181, -0.17836597561836243, -0.8256369233131409, 1.9127757549285889, -1.0794028043746948, 0.0006736681098118424], "std": [0.28379735350608826, 0.08796314895153046, 0.10647287219762802, 0.2364194095134735, 0.05949999392032623, 0.032575394958257675, 0.07607025653123856, 0.0364682599902153, 0.06802233308553696, 0.06440424174070358, 0.16155532002449036, 0.05166978761553764, 0.06308524310588837, 0.1960015594959259, 0.06077827513217926, 0.05583030730485916, 0.2697431445121765, 0.01903967186808586, 0.03877852112054825, 0.03972941264510155, 0.013150577433407307, 0.05463861674070358, 0.008542113937437534, 0.04934895411133766, 0.020950233563780785, 0.04275687411427498, 479.5233459472656, 375.8091125488281, 2.546030145822442e-06, 0.002026557456701994, 0.0003124471695628017, 0.0001381508627673611, 0.0006430794601328671, 0.0004606892471201718], "count": [858]}, "action": {"min": [-0.5758888125419617, -0.02750638872385025, -0.006248279009014368, -2.0094499588012695, -0.25385814905166626, -0.050108402967453, -0.20977112650871277, -0.2909570038318634, 0.3623639941215515, 0.018595000728964806, -1.7445738315582275, -1.4856135845184326, -1.2258634567260742, -0.17331120371818542, -0.014224433340132236, -0.26258477568626404, -1.7714568376541138, 0.02007128670811653, -0.22074924409389496, -0.026197392493486404, -0.33994001150131226, -0.5788140296936035, 0.10968700051307678, 1.2993987798690796, -1.4108394384384155, 1.034811019897461, 0.0, 0.0, -0.06215441972017288, -0.18272793292999268, -0.8263964653015137, 1.9120230674743652, -1.0804423093795776, -0.0008600164437666535], "max": [0.26797786355018616, 0.2410474270582199, 0.32335716485977173, -1.1133280992507935, -0.07679449021816254, 0.11623892188072205, -0.019809486344456673, -0.1903509944677353, 0.5698670148849487, 0.20186200737953186, -1.2968484163284302, -1.3025535345077515, -0.9912521243095398, 0.5575454235076904, 0.1892635077238083, -0.08651597052812576, -0.7427423000335693, 0.12173671275377274, -0.027628561481833458, 0.13350023329257965, -0.2897610068321228, -0.3761639893054962, 0.13710999488830566, 1.4826725721359253, -1.2992244958877563, 1.1829864978790283, 1001.0, 1002.0, -0.062073588371276855, -0.17649990320205688, -0.8242650628089905, 1.91289222240448, -1.0769107341766357, 0.002902792766690254], "mean": [0.0732467919588089, 0.1812954843044281, 0.10242338478565216, -1.7089282274246216, -0.211725652217865, -0.013992742635309696, -0.09075848013162613, -0.26102176308631897, 0.4129621684551239, 0.16070739924907684, -1.4186102151870728, -1.3598310947418213, -1.1443166732788086, 0.16451023519039154, 0.037765022367239, -0.12553514540195465, -1.305757761001587, 0.04313128814101219, -0.13254599273204803, 0.07535231858491898, -0.3187776207923889, -0.4806870222091675, 0.12860950827598572, 1.3746191263198853, -1.335594654083252, 1.1242332458496094, 589.3251953125, 190.06410217285156, -0.062095750123262405, -0.17836475372314453, -0.82563716173172, 1.9127756357192993, -1.0794020891189575, 0.000674012175295502], "std": [0.283722460269928, 0.0879405066370964, 0.10646335035562515, 0.23637551069259644, 0.059483304619789124, 0.032588422298431396, 0.07605994492769241, 0.03647368401288986, 0.06800401210784912, 0.06439216434955597, 0.16150519251823425, 0.05165619030594826, 0.06307145953178406, 0.19566930830478668, 0.060564134269952774, 0.0556417852640152, 0.2692791819572449, 0.019026324152946472, 0.038707226514816284, 0.03957846015691757, 0.013119270093739033, 0.05452272668480873, 0.008518683724105358, 0.04923113435506821, 0.020952759310603142, 0.0427265428006649, 479.5233459472656, 375.8091125488281, 2.547317080825451e-06, 0.002027166076004505, 0.000312494084937498, 0.0001381543552270159, 0.000642992730718106, 0.00046066887443885207], "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": [53], "max": [53], "mean": [53.0], "std": [0.0], "count": [858]}, "index": {"min": [45206], "max": [46063], "mean": [45634.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.627039627039627, 0.18977156183495142], "std": [0.4835917008816757, 0.3751775729653294], "count": [858]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.627039627039627, 0.18977156183495142], "std": [0.48359170088167575, 0.3751775729653294], "count": [858]}, "eef_direction_state": {"mean": [4.766899766899767, 5.0979020979020975], "std": [2.2478635164428358, 2.058519231465298], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_state": {"mean": [0.32284382284382285, 0.17249417249417248], "std": [0.57893506150995, 0.39588628030753303], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_state": {"mean": [0.22843822843822845, 0.15268065268065267], "std": [0.5725114459479255, 0.4840086526837842], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_direction_action": {"mean": [4.766899766899767, 5.0979020979020975], "std": [2.2478635164428358, 2.058519231465298], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_action": {"mean": [0.32284382284382285, 0.17249417249417248], "std": [0.57893506150995, 0.39588628030753303], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_action": {"mean": [0.22843822843822845, 0.15268065268065267], "std": [0.5725114459479255, 0.48400865268378424], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_sim_pose_state": {"mean": [0.433425327299356, 0.23523165537172247, 1.1742812849649176, -0.05929208607096788, 0.00559658885577773, 1.3395098347494072, 0.49889655587533094, -0.19936993164892963, 1.1205620647720487, 0.02389418590667765, -0.008204321970102136, -1.3749167417742345], "std": [0.07311423536749695, 0.04972535910089605, 0.03071780118132744, 0.05347116924230112, 0.04614480490311366, 0.1391657255990864, 0.05408088201195671, 0.0045070037349041305, 0.010944381813015821, 0.03355370272084518, 0.023569634045283935, 0.04086272179498689], "min": [0.38125335119816567, 0.12130119866266492, 1.1455845335983539, -0.16955301733388872, -0.1014823890404688, 1.0683120739086853, 0.39637208106684535, -0.20717224138013088, 1.1080451277846257, -0.05212044039872821, -0.06756068958272898, -1.4160620803920927], "max": [0.6007577826055894, 0.26455480850041807, 1.2342612877725896, -0.01677697928734667, 0.03560836421304803, 1.446366467126364, 0.5965264613483482, -0.18867744713556606, 1.1464145458720945, 0.057738960756881896, 0.015383740841959925, -1.2636908216753766], "count": [858]}, "eef_sim_pose_action": {"mean": [0.43348483518497716, 0.23521871493151786, 1.1742695862869894, -0.059326486745292686, 0.005597084171435292, 1.3393931446015048, 0.49900676998530324, -0.1993836329626975, 1.120529014898819, 0.023883433481764037, -0.008119003187296575, -1.3750259233566982], "std": [0.0730943574518004, 0.049719178077420566, 0.030726360979967955, 0.05345384176918217, 0.04614509674799488, 0.13911851873261039, 0.05396811598649404, 0.004492418666311405, 0.010914779612713494, 0.033547483374081144, 0.023487134089036542, 0.040799080349753956], "min": [0.38125335119816567, 0.12130119866266492, 1.1455845335983539, -0.16955301733388872, -0.1014823890404688, 1.0683120739086853, 0.39637208106684535, -0.20717224138013088, 1.1080451277846257, -0.05212044039872821, -0.06756068958272898, -1.4160620803920927], "max": [0.6007577826055894, 0.26455480850041807, 1.2342612877725896, -0.01677697928734667, 0.03560836421304803, 1.446366467126364, 0.5965264613483482, -0.18867744713556606, 1.1464145458720945, 0.057738960756881896, 0.015383740841959925, -1.2636908216753766], "count": [858]}, "gripper_mode_state": {"mean": [0.372960372960373, 0.8100233100233101], "std": [0.4835917008816757, 0.3922824839859547], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_state": {"mean": [1.9895104895104896, 1.872960372960373], "std": [0.1318047330417539, 0.4413803848352866], "min": [0, 0], "max": [2, 2], "count": [858]}, "gripper_mode_action": {"mean": [0.372960372960373, 0.8100233100233101], "std": [0.48359170088167575, 0.3922824839859545], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_action": {"mean": [1.9895104895104896, 1.872960372960373], "std": [0.1318047330417539, 0.4413803848352867], "min": [0, 0], "max": [2, 2], "count": [858]}}} +{"episode_index": 54, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684494127534241]], [[0.4631421724740852]], [[0.45557368422422045]]], "std": [[[0.1634297370322362]], [[0.17284764224787888]], [[0.1793578801199123]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4632588021939137]], [[0.45416774775196705]], [[0.44735305435868616]]], "std": [[[0.1480585031912706]], [[0.15320707769980504]], [[0.15932100459472576]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47060066972648934]], [[0.46998317878106655]], [[0.4602343860580326]]], "std": [[[0.15718627994522205]], [[0.15460474386313516]], [[0.16294151355993766]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4926024025852379]], [[0.483105042202656]], [[0.47000713178052533]]], "std": [[[0.15638345525028782]], [[0.15136772398720552]], [[0.16105973415778085]]], "count": [157]}, "observation.state": {"min": [-0.5912128686904907, -0.010663961991667747, -0.07054620236158371, -2.1423568725585938, -0.4743455648422241, -0.020839231088757515, -0.26771605014801025, -0.2832599878311157, 0.3396880030632019, 0.022404000163078308, -1.7641938924789429, -1.6173533201217651, -1.2596365213394165, -0.17331120371818542, -0.010349802672863007, -0.26258477568626404, -1.7714568376541138, -0.006248279009014368, -0.2370331734418869, -0.026232298463582993, -0.3420189917087555, -0.5798360109329224, 0.10969900339841843, 1.3154494762420654, -1.3725672960281372, 1.0483367443084717, 0.0, 0.0, -0.062101785093545914, -0.1829591691493988, -0.8258521556854248, 1.91217839717865, -1.0807758569717407, -0.0034827818162739277], "max": [0.33719760179519653, 0.39269909262657166, 0.3813544511795044, -1.1491597890853882, -0.08131489157676697, 0.20266763865947723, -0.01984439231455326, -0.18028700351715088, 0.5711879730224609, 0.20393900573253632, -1.2971378564834595, -1.311972975730896, -0.9526370763778687, 0.5641078352928162, 0.18931587040424347, -0.08876744657754898, -0.7293556928634644, 0.0918915793299675, -0.026284659281373024, 0.11278317123651505, -0.29134801030158997, -0.3761639893054962, 0.13527600467205048, 1.476019024848938, -1.280039668083191, 1.1535841226577759, 1001.0, 1002.0, -0.062088627368211746, -0.17647358775138855, -0.8252658247947693, 1.9129295349121094, -1.0775771141052246, 0.003263506107032299], "mean": [0.01637773960828781, 0.1645955741405487, 0.14320605993270874, -1.7164947986602783, -0.2236965149641037, 0.042957376688718796, -0.09288514405488968, -0.24247018992900848, 0.42291954159736633, 0.13770438730716705, -1.4435611963272095, -1.408657431602478, -1.1278352737426758, 0.11837603896856308, 0.0328533835709095, -0.1266038417816162, -1.3664005994796753, 0.009984242729842663, -0.13287904858589172, 0.05553476884961128, -0.3157413899898529, -0.4687921106815338, 0.12756024301052094, 1.3875198364257812, -1.2995588779449463, 1.125400185585022, 457.9177551269531, 167.98472595214844, -0.06209584325551987, -0.1782132089138031, -0.8255537152290344, 1.9127733707427979, -1.079353928565979, 0.0006803181022405624], "std": [0.2998887598514557, 0.111850805580616, 0.12770195305347443, 0.23817533254623413, 0.08984215557575226, 0.07043711096048355, 0.088772714138031, 0.04360134154558182, 0.07016592472791672, 0.06798902899026871, 0.17958426475524902, 0.10029365867376328, 0.08571520447731018, 0.1733592003583908, 0.055810362100601196, 0.04823954403400421, 0.2419508397579193, 0.027490537613630295, 0.04122956469655037, 0.03216192126274109, 0.011420151218771935, 0.047720249742269516, 0.006530401296913624, 0.03556729108095169, 0.02761027030646801, 0.03894342854619026, 485.79144287109375, 356.1990661621094, 8.84961707470211e-07, 0.0019014328718185425, 0.0001626708108233288, 0.0001465796522097662, 0.0005325410747900605, 0.0006058930302970111], "count": [851]}, "action": {"min": [-0.5912128686904907, -0.010663961991667747, -0.07054620236158371, -2.1423568725585938, -0.4743455648422241, -0.020839231088757515, -0.26771605014801025, -0.2832599878311157, 0.3396880030632019, 0.022404000163078308, -1.7641938924789429, -1.6173533201217651, -1.2596365213394165, -0.17331120371818542, -0.010349802672863007, -0.26258477568626404, -1.7714568376541138, -0.006248279009014368, -0.2370331734418869, -0.026232298463582993, -0.3420189917087555, -0.5798360109329224, 0.10969900339841843, 1.3154494762420654, -1.3725672960281372, 1.0483367443084717, 0.0, 0.0, -0.062101785093545914, -0.1829591691493988, -0.8258521556854248, 1.91217839717865, -1.0807758569717407, -0.0034827818162739277], "max": [0.33719760179519653, 0.39269909262657166, 0.3813544511795044, -1.1491597890853882, -0.08131489157676697, 0.20266763865947723, -0.01984439231455326, -0.18028700351715088, 0.5711879730224609, 0.20393900573253632, -1.2971378564834595, -1.311972975730896, -0.9526370763778687, 0.5641078352928162, 0.18931587040424347, -0.08876744657754898, -0.7293556928634644, 0.0918915793299675, -0.026284659281373024, 0.11278317123651505, -0.29134801030158997, -0.3761639893054962, 0.13527600467205048, 1.476019024848938, -1.280039668083191, 1.1535841226577759, 1001.0, 1002.0, -0.062088627368211746, -0.17647358775138855, -0.8252658247947693, 1.9129295349121094, -1.0775771141052246, 0.003263506107032299], "mean": [0.01606670953333378, 0.1643366813659668, 0.1433219611644745, -1.716306209564209, -0.22349731624126434, 0.043089624494314194, -0.09290383756160736, -0.24244484305381775, 0.4230022132396698, 0.1376045048236847, -1.4435981512069702, -1.4087356328964233, -1.127827525138855, 0.11867940425872803, 0.03264408931136131, -0.12642183899879456, -1.3659746646881104, 0.009899601340293884, -0.13296346366405487, 0.05562986806035042, -0.3157687783241272, -0.468893826007843, 0.12758301198482513, 1.3874112367630005, -1.2995033264160156, 1.1254996061325073, 457.9177551269531, 167.98472595214844, -0.06209584325551987, -0.17821262776851654, -0.8255534172058105, 1.9127734899520874, -1.0793542861938477, 0.0006804541917517781], "std": [0.29976680874824524, 0.11192883551120758, 0.12765508890151978, 0.2381337434053421, 0.08996304869651794, 0.07042311131954193, 0.08875900506973267, 0.04358392208814621, 0.07014105468988419, 0.06795722991228104, 0.17955730855464935, 0.10024967044591904, 0.08571048080921173, 0.17307406663894653, 0.05555659905076027, 0.04801799729466438, 0.24155505001544952, 0.02742907963693142, 0.0411614365875721, 0.03203952684998512, 0.011391311883926392, 0.04761481657624245, 0.006501843221485615, 0.035439226776361465, 0.027598179876804352, 0.03890082612633705, 485.79144287109375, 356.198974609375, 8.84961707470211e-07, 0.0019014776917174459, 0.00016251113265752792, 0.00014655580162070692, 0.000532597245182842, 0.0006058830767869949], "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": [54], "max": [54], "mean": [54.0], "std": [0.0], "count": [851]}, "index": {"min": [46064], "max": [46914], "mean": [46489.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.4982373678025852, 0.16773560518819125], "std": [0.49999689311808104, 0.3556149265484681], "count": [851]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.4982373678025852, 0.16773560518819125], "std": [0.499996893118081, 0.35561492654846794], "count": [851]}, "eef_direction_state": {"mean": [4.669800235017626, 5.086956521739131], "std": [2.3087769655009374, 2.084457963790607], "min": [0, 0], "max": [6, 6], "count": [851]}, "eef_velocity_state": {"mean": [0.32432432432432434, 0.172737955346651], "std": [0.5532581483494178, 0.40503227093441707], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_acc_mag_state": {"mean": [0.2526439482961222, 0.14688601645123384], "std": [0.5983541381467069, 0.46579758360031914], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_direction_action": {"mean": [4.669800235017626, 5.086956521739131], "std": [2.308776965500938, 2.084457963790607], "min": [0, 0], "max": [6, 6], "count": [851]}, "eef_velocity_action": {"mean": [0.32432432432432434, 0.172737955346651], "std": [0.5532581483494179, 0.4050322709344171], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_acc_mag_action": {"mean": [0.2526439482961222, 0.14688601645123384], "std": [0.5983541381467069, 0.46579758360031914], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_sim_pose_state": {"mean": [0.4454851929242632, 0.21710175632081893, 1.1926155873734061, -0.06094293694730623, 0.021337932315488112, 1.2910112813134214, 0.4868649326560179, -0.196826765937148, 1.1219098259332285, 0.0383514215554906, -0.032970422704773975, -1.3895058326267924], "std": [0.07586192920643077, 0.05216884663071905, 0.03807189354929119, 0.05158462253111766, 0.04001841485740059, 0.18289508581819827, 0.04726224379505459, 0.003982955287007657, 0.009357637504464097, 0.03265457389367047, 0.011310861323376489, 0.03652967321918138], "min": [0.36063870770539025, 0.12883468451415486, 1.156790129589766, -0.15731133332535124, -0.06657453595454665, 0.9543076340306318, 0.39637014677923577, -0.20746640474720932, 1.1047412647341666, -0.04968414144331035, -0.06760410506075587, -1.4109789302037008], "max": [0.6032580510121375, 0.2825078382781042, 1.2506171481233115, -0.017442681828414353, 0.08512476318342665, 1.44600806301786, 0.5974416160631989, -0.1886954291049177, 1.1449143574349798, 0.0575333304323421, -0.01663296643180212, -1.2956831270114935], "count": [851]}, "eef_sim_pose_action": {"mean": [0.44556909265667904, 0.2170099092342077, 1.192639958214526, -0.060951504210737174, 0.021373056013154722, 1.2909391388280722, 0.48696362088904327, -0.1968355278387072, 1.12188136822791, 0.03836011001185074, -0.032925593640230226, -1.389629118846988], "std": [0.07583280730121286, 0.05215409941548464, 0.038055598306117044, 0.05157801311835912, 0.04004148039842954, 0.18284608864325252, 0.04716075285391248, 0.003973272759184274, 0.009325687771112423, 0.032658087628628873, 0.011249351769531927, 0.036418968596031054], "min": [0.36063870770539025, 0.12883468451415486, 1.156790129589766, -0.15731133332535124, -0.06657453595454665, 0.9543076340306318, 0.3963703739986203, -0.20746640474720932, 1.1047412647341666, -0.04968414144331035, -0.06760410506075587, -1.4109789302037008], "max": [0.6032580510121375, 0.2825078382781042, 1.2506171481233115, -0.017442681828414353, 0.08512476318342665, 1.44600806301786, 0.5974416160631989, -0.1886954291049177, 1.1449143574349798, 0.0575333304323421, -0.01663296643180212, -1.2956831270114935], "count": [851]}, "gripper_mode_state": {"mean": [0.5017626321974148, 0.8331374853113983], "std": [0.49999689311808104, 0.37285307546056085], "min": [0, 0], "max": [1, 1], "count": [851]}, "gripper_activity_state": {"mean": [1.9894242068155112, 1.873090481786134], "std": [0.132342262987554, 0.44205184976029727], "min": [0, 0], "max": [2, 2], "count": [851]}, "gripper_mode_action": {"mean": [0.5017626321974148, 0.8331374853113983], "std": [0.499996893118081, 0.37285307546056085], "min": [0, 0], "max": [1, 1], "count": [851]}, "gripper_activity_action": {"mean": [1.9894242068155112, 1.873090481786134], "std": [0.132342262987554, 0.44205184976029727], "min": [0, 0], "max": [2, 2], "count": [851]}}} +{"episode_index": 55, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46131032263534344]], [[0.4566635451350351]], [[0.4482173112693715]]], "std": [[[0.16233155878241107]], [[0.17031219111964022]], [[0.17730312618794772]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46083893795987996]], [[0.45642440112837585]], [[0.45046450189090315]]], "std": [[[0.14769332695005594]], [[0.15070696688585028]], [[0.1562409396386161]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4716430535002261]], [[0.4745503465799318]], [[0.46706098034077365]]], "std": [[[0.15952520124406597]], [[0.15799803396728795]], [[0.16682334976656832]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.499109351235253]], [[0.4868965218687055]], [[0.47152817599786245]]], "std": [[[0.16537889455577348]], [[0.15641577740447785]], [[0.16412470519846634]]], "count": [159]}, "observation.state": {"min": [-0.5544213056564331, -0.008761552162468433, 0.04194026440382004, -1.8871546983718872, -0.25389304757118225, -0.11311478912830353, -0.22530455887317657, -0.28937000036239624, 0.36570701003074646, 0.044780999422073364, -1.7018868923187256, -1.504815936088562, -1.2728610038757324, -0.17331120371818542, -0.02967059798538685, -0.26258477568626404, -1.7714568376541138, -0.01935570128262043, -0.2612059712409973, -0.026197392493486404, -0.3450259864330292, -0.5798730254173279, 0.10583599656820297, 1.3052624464035034, -1.3874380588531494, 1.0431851148605347, 0.0, 0.0, -0.062101785093545914, -0.18238580226898193, -0.8262776136398315, 1.91157066822052, -1.0810412168502808, -0.0020930864848196507], "max": [0.26736700534820557, 0.24101251363754272, 0.27202701568603516, -1.1224911212921143, -0.17603391408920288, 0.006073745433241129, -0.019809486344456673, -0.19241300225257874, 0.5706160068511963, 0.20184500515460968, -1.2971378564834595, -1.3132266998291016, -1.1448954343795776, 0.5755398273468018, 0.1892635077238083, -0.07756242901086807, -0.6951471567153931, 0.09639453142881393, -0.018622662872076035, 0.10473720729351044, -0.29105299711227417, -0.3761659860610962, 0.13161799311637878, 1.482090711593628, -1.3043019771575928, 1.14115309715271, 1001.0, 1002.0, -0.0620848648250103, -0.17562763392925262, -0.8244037628173828, 1.9136022329330444, -1.0771881341934204, 0.0033081206493079662], "mean": [0.04568973183631897, 0.16490036249160767, 0.09868962317705154, -1.6743391752243042, -0.2377348393201828, -0.05072527006268501, -0.1000799909234047, -0.2605920433998108, 0.4219186305999756, 0.16082555055618286, -1.4185984134674072, -1.3770954608917236, -1.2065480947494507, 0.13622072339057922, 0.023832252249121666, -0.14868426322937012, -1.3324530124664307, 0.002757007721811533, -0.14079579710960388, 0.06175299361348152, -0.3207094073295593, -0.47163304686546326, 0.11366777122020721, 1.4053887128829956, -1.3225666284561157, 1.1023365259170532, 540.7699584960938, 245.9572296142578, -0.06209511309862137, -0.17799560725688934, -0.8255447745323181, 1.9126369953155518, -1.079412817955017, 0.0007490239222534001], "std": [0.26312410831451416, 0.08177511394023895, 0.08139192312955856, 0.2198953628540039, 0.02297486551105976, 0.037119925022125244, 0.0759652704000473, 0.03734510764479637, 0.06511129438877106, 0.051565539091825485, 0.1514364331960678, 0.06158866733312607, 0.039143115282058716, 0.1733565777540207, 0.05567215755581856, 0.04190013185143471, 0.24735362827777863, 0.030888784676790237, 0.04710707813501358, 0.02957419864833355, 0.01209659781306982, 0.047254305332899094, 0.0056008812971413136, 0.04411492124199867, 0.021012086421251297, 0.0170407984405756, 486.2196960449219, 421.3106994628906, 1.1254290939177736e-06, 0.0014735845616087317, 0.0003656622429843992, 0.00033548171631991863, 0.0006024970207363367, 0.0006785072037018836], "count": [865]}, "action": {"min": [-0.5544213056564331, -0.008761552162468433, 0.04194026440382004, -1.8871546983718872, -0.25389304757118225, -0.11311478912830353, -0.22530455887317657, -0.28937000036239624, 0.36570701003074646, 0.044780999422073364, -1.7018868923187256, -1.504815936088562, -1.2728610038757324, -0.17331120371818542, -0.02967059798538685, -0.26258477568626404, -1.7714568376541138, -0.01935570128262043, -0.2612059712409973, -0.026197392493486404, -0.3450259864330292, -0.5798730254173279, 0.10583599656820297, 1.3052624464035034, -1.3874380588531494, 1.0431851148605347, 0.0, 0.0, -0.062101785093545914, -0.18238580226898193, -0.8262776136398315, 1.91157066822052, -1.0810412168502808, -0.0020930864848196507], "max": [0.26736700534820557, 0.24101251363754272, 0.27202701568603516, -1.1224911212921143, -0.17603391408920288, 0.006073745433241129, -0.019809486344456673, -0.19241300225257874, 0.5706160068511963, 0.20184500515460968, -1.2971378564834595, -1.3132266998291016, -1.1448954343795776, 0.5755398273468018, 0.1892635077238083, -0.07756242901086807, -0.6951471567153931, 0.09639453142881393, -0.018622662872076035, 0.10473720729351044, -0.29105299711227417, -0.3761659860610962, 0.13161799311637878, 1.482090711593628, -1.3043019771575928, 1.14115309715271, 1001.0, 1002.0, -0.0620848648250103, -0.17562763392925262, -0.8244037628173828, 1.9136022329330444, -1.0771881341934204, 0.0033081206493079662], "mean": [0.045427270233631134, 0.16476143896579742, 0.09872690588235855, -1.6740591526031494, -0.23772713541984558, -0.050815340131521225, -0.10020988434553146, -0.26059865951538086, 0.4219900071620941, 0.16078504920005798, -1.4186782836914062, -1.3772023916244507, -1.2066471576690674, 0.1365354210138321, 0.023625077679753304, -0.1485493928194046, -1.3320034742355347, 0.0026614072266966105, -0.140882670879364, 0.06185755133628845, -0.32074207067489624, -0.4717344045639038, 0.11366958171129227, 1.4053231477737427, -1.322543740272522, 1.1023850440979004, 540.7699584960938, 245.9572296142578, -0.06209511309862137, -0.17799587547779083, -0.8255444765090942, 1.9126373529434204, -1.0794129371643066, 0.0007491018623113632], "std": [0.2630176842212677, 0.08174785226583481, 0.08137336373329163, 0.21982653439044952, 0.022970570251345634, 0.037141457200050354, 0.07592419534921646, 0.0373496375977993, 0.06508451700210571, 0.05154707655310631, 0.1513902246952057, 0.061567507684230804, 0.039195843040943146, 0.17304162681102753, 0.0553901307284832, 0.04172096773982048, 0.2469089776277542, 0.030821193009614944, 0.04703411087393761, 0.029422646388411522, 0.012057295069098473, 0.047143321484327316, 0.005599854048341513, 0.044052883982658386, 0.021015768870711327, 0.016998441889882088, 486.2196960449219, 421.3106689453125, 1.1256054222030798e-06, 0.0014735725708305836, 0.00036569591611623764, 0.00033540630829520524, 0.0006025047041475773, 0.0006784958532080054], "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": [55], "max": [55], "mean": [55.0], "std": [0.0], "count": [865]}, "index": {"min": [46915], "max": [47779], "mean": [47347.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5791907514450867, 0.24552947977178252], "std": [0.49368899611553085, 0.4205428166663295], "count": [865]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5791907514450867, 0.24552947977178252], "std": [0.49368899611553085, 0.4205428166663295], "count": [865]}, "eef_direction_state": {"mean": [4.8358381502890175, 4.972254335260115], "std": [2.2073678561620436, 2.1917697086018597], "min": [0, 0], "max": [6, 6], "count": [865]}, "eef_velocity_state": {"mean": [0.28670520231213875, 0.19653179190751446], "std": [0.5364161849710968, 0.4335491323314393], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_acc_mag_state": {"mean": [0.21271676300578035, 0.1676300578034682], "std": [0.5595829533022895, 0.4981974927229964], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_direction_action": {"mean": [4.8358381502890175, 4.972254335260115], "std": [2.2073678561620436, 2.1917697086018593], "min": [0, 0], "max": [6, 6], "count": [865]}, "eef_velocity_action": {"mean": [0.28670520231213875, 0.19653179190751446], "std": [0.5364161849710968, 0.4335491323314393], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_acc_mag_action": {"mean": [0.21271676300578035, 0.1676300578034682], "std": [0.5595829533022895, 0.4981974927229964], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_sim_pose_state": {"mean": [0.44250096512610426, 0.23442437450495215, 1.1702926766578379, -0.09822238399907263, 0.04613508588948, 1.3409495091518473, 0.4902828165114457, -0.1863786548825758, 1.1178516354609815, 0.030538738929515415, -0.035547268838466824, -1.3593042103290411], "std": [0.06977787647754509, 0.038980430642903754, 0.029360749350171217, 0.08325408377137128, 0.04346799500929887, 0.12353907872674703, 0.04667913330077478, 0.004316780176360978, 0.010297239218192589, 0.026514814675255852, 0.02321665527959805, 0.024674194041739757], "min": [0.3829071208969938, 0.1445012911774546, 1.1406248767636877, -0.24377691584996025, -0.0470703085312687, 1.0886234068585716, 0.39637056980006113, -0.19886942769137328, 1.1007939509187985, -0.03835433849895231, -0.0675496603471708, -1.417259113135487], "max": [0.6004571576213655, 0.26455363546061894, 1.2246199144706915, -0.017447067923184734, 0.11758955092303758, 1.4460336478666402, 0.5977340332617841, -0.18078388845435667, 1.145404502592663, 0.04987086407899188, 0.03204086523296845, -1.288830149555732], "count": [865]}, "eef_sim_pose_action": {"mean": [0.4425745935575595, 0.234393263187432, 1.170274783016674, -0.09832176915341057, 0.046232581371341994, 1.3408518474857698, 0.4903823185051107, -0.18637302015847917, 1.1178194655931233, 0.030534498741753156, -0.035519986140124, -1.3593694124447007], "std": [0.06974918450325387, 0.038967128612149245, 0.02937367100900839, 0.08320904734356847, 0.04353227579527918, 0.12348943806113047, 0.046570496310027694, 0.004316913110315296, 0.010257287749405411, 0.026512319065697513, 0.023192924480567898, 0.02460336348982811], "min": [0.3829071208969938, 0.1445012911774546, 1.1406248767636877, -0.24377691584996025, -0.0470703085312687, 1.0886234068585716, 0.39637056980006113, -0.19886942769137328, 1.1007939509187985, -0.03835433849895231, -0.0675496603471708, -1.417259113135487], "max": [0.6004571576213655, 0.26455363546061894, 1.2246199144706915, -0.017447067923184734, 0.11758955092303758, 1.4460336478666402, 0.5977340332617841, -0.18078388845435667, 1.145404502592663, 0.04987086407899188, 0.03204086523296845, -1.288830149555732], "count": [865]}, "gripper_mode_state": {"mean": [0.4208092485549133, 0.7549132947976879], "std": [0.49368899611553085, 0.43013859642606667], "min": [0, 0], "max": [1, 1], "count": [865]}, "gripper_activity_state": {"mean": [1.9895953757225433, 1.8947976878612718], "std": [0.131273699788163, 0.4211552918806161], "min": [0, 0], "max": [2, 2], "count": [865]}, "gripper_mode_action": {"mean": [0.4208092485549133, 0.7549132947976879], "std": [0.49368899611553085, 0.43013859642606667], "min": [0, 0], "max": [1, 1], "count": [865]}, "gripper_activity_action": {"mean": [1.9895953757225433, 1.8947976878612718], "std": [0.131273699788163, 0.4211552918806161], "min": [0, 0], "max": [2, 2], "count": [865]}}} +{"episode_index": 56, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46200439531873355]], [[0.46052733877641966]], [[0.4520552624458874]]], "std": [[[0.16615097919324087]], [[0.17287522033083008]], [[0.1793052783706686]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4622808454821322]], [[0.4582491246498599]], [[0.45335723569730924]]], "std": [[[0.14813187349504228]], [[0.15204018077250583]], [[0.15772908387211093]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4609871562261268]], [[0.46417439759994905]], [[0.45731473744800955]]], "std": [[[0.16275670464680433]], [[0.16285435478223367]], [[0.17137670353836465]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49426593137254904]], [[0.4861814202953909]], [[0.4728674613784908]]], "std": [[[0.154917572530682]], [[0.1504959237694536]], [[0.1600850062233904]]], "count": [154]}, "observation.state": {"min": [-0.6017895340919495, 0.015114551410079002, 0.06187192350625992, -1.7843722105026245, -0.408965528011322, -0.23102924227714539, -0.35906657576560974, -0.2906549870967865, 0.4168170094490051, 0.04935799911618233, -1.7892264127731323, -1.617042899131775, -1.345291256904602, 0.09890780597925186, -0.012601276859641075, -0.14590951800346375, -1.382580041885376, -0.016912240535020828, -0.28124237060546875, 0.0642281174659729, -0.35105100274086, -0.5809029936790466, 0.11073999851942062, 1.3168050050735474, -1.380697250366211, 1.0687861442565918, 0.0, 0.0, -0.06209990382194519, -0.18256250023841858, -0.826306164264679, 1.9113456010818481, -1.0812782049179077, -0.0032786941155791283], "max": [0.06157521903514862, 0.2110975831747055, 0.3078935444355011, -1.0098824501037598, -0.24518385529518127, -0.04886921867728233, -0.13213887810707092, -0.2023710012435913, 0.5769870281219482, 0.16686800122261047, -1.3653515577316284, -1.3572909832000732, -1.1448066234588623, 0.5857325196266174, 0.03380702808499336, -0.08203047513961792, -0.6683912873268127, 0.0584685280919075, -0.09711012244224548, 0.13388420641422272, -0.3088989853858948, -0.4638400077819824, 0.14447300136089325, 1.4196864366531372, -1.2733107805252075, 1.196382761001587, 1001.0, 1002.0, -0.06208674609661102, -0.1767687350511551, -0.8242373466491699, 1.914515733718872, -1.0750027894973755, 0.004528850317001343], "mean": [-0.089976467192173, 0.11618250608444214, 0.13203662633895874, -1.512507438659668, -0.2901615500450134, -0.1274857521057129, -0.19114884734153748, -0.2651413381099701, 0.4566420912742615, 0.14051026105880737, -1.4782748222351074, -1.470543622970581, -1.265637755393982, 0.2304663211107254, 0.015968022868037224, -0.09277854859828949, -1.2070709466934204, 0.02996736392378807, -0.19090351462364197, 0.08755242824554443, -0.3214874863624573, -0.5001003742218018, 0.13738343119621277, 1.3797144889831543, -1.3012335300445557, 1.1601731777191162, 556.5210571289062, 169.95668029785156, -0.06209520623087883, -0.17815473675727844, -0.825585126876831, 1.9126777648925781, -1.079410433769226, 0.0007072840817272663], "std": [0.20781391859054565, 0.03593098744750023, 0.08323581516742706, 0.1833583414554596, 0.049044813960790634, 0.04406270012259483, 0.08070769160985947, 0.03590609133243561, 0.04719366505742073, 0.038856133818626404, 0.16094903647899628, 0.0735025703907013, 0.05147499591112137, 0.1504260003566742, 0.012324485927820206, 0.019731596112251282, 0.22506266832351685, 0.01689041405916214, 0.03798995167016983, 0.02052682265639305, 0.012760229408740997, 0.03563893586397171, 0.010684981942176819, 0.02896682173013687, 0.03898993507027626, 0.047454118728637695, 484.11663818359375, 357.500732421875, 1.1745684105335386e-06, 0.0018670379649847746, 0.00045685292570851743, 0.0005345310783013701, 0.0010482545476406813, 0.0009327125735580921], "count": [831]}, "action": {"min": [-0.6017895340919495, 0.015114551410079002, 0.06187192350625992, -1.7843722105026245, -0.408965528011322, -0.23102924227714539, -0.35906657576560974, -0.2906549870967865, 0.4168170094490051, 0.04935799911618233, -1.7892264127731323, -1.617042899131775, -1.345291256904602, 0.09890780597925186, -0.012601276859641075, -0.14590951800346375, -1.382580041885376, -0.016912240535020828, -0.28124237060546875, 0.0642281174659729, -0.35105100274086, -0.5809029936790466, 0.11073999851942062, 1.3168050050735474, -1.380697250366211, 1.0687861442565918, 0.0, 0.0, -0.06209990382194519, -0.18256250023841858, -0.826306164264679, 1.9113456010818481, -1.0812782049179077, -0.0032786941155791283], "max": [0.06157521903514862, 0.2110975831747055, 0.3078935444355011, -1.0098824501037598, -0.24518385529518127, -0.04886921867728233, -0.13213887810707092, -0.2023710012435913, 0.5769870281219482, 0.16686800122261047, -1.3653515577316284, -1.3572909832000732, -1.1448066234588623, 0.5857325196266174, 0.03380702808499336, -0.08203047513961792, -0.6683912873268127, 0.0584685280919075, -0.09711012244224548, 0.13388420641422272, -0.3088989853858948, -0.4638400077819824, 0.14447300136089325, 1.4196864366531372, -1.2733107805252075, 1.196382761001587, 1001.0, 1002.0, -0.06208674609661102, -0.1767687350511551, -0.8242373466491699, 1.914515733718872, -1.0750027894973755, 0.004528850317001343], "mean": [-0.09004873037338257, 0.11617381125688553, 0.13208702206611633, -1.5124092102050781, -0.29025885462760925, -0.12756527960300446, -0.19119727611541748, -0.2651424705982208, 0.45665881037712097, 0.14048899710178375, -1.478315830230713, -1.4706451892852783, -1.2657134532928467, 0.23053310811519623, 0.015984173864126205, -0.09270212799310684, -1.2069981098175049, 0.030025562271475792, -0.1909591406583786, 0.08756857365369797, -0.32147958874702454, -0.500123143196106, 0.13742272555828094, 1.3796815872192383, -1.301190972328186, 1.160278558731079, 556.5210571289062, 169.95668029785156, -0.06209520623087883, -0.17815475165843964, -0.8255852460861206, 1.9126778841018677, -1.0794100761413574, 0.0007073435699567199], "std": [0.2077801525592804, 0.03593068569898605, 0.08321352303028107, 0.1833294779062271, 0.049039799720048904, 0.044070325791835785, 0.08068439364433289, 0.03590681776404381, 0.04718615487217903, 0.03884657472372055, 0.1609252393245697, 0.07347922772169113, 0.051528021693229675, 0.15038083493709564, 0.01232548151165247, 0.01964869350194931, 0.22501403093338013, 0.01681213453412056, 0.03794734925031662, 0.020513685420155525, 0.012762999162077904, 0.035621825605630875, 0.010648829862475395, 0.028938131406903267, 0.039000339806079865, 0.04743651673197746, 484.1166687011719, 357.50079345703125, 1.1745684105335386e-06, 0.001867020851932466, 0.00045683581265620887, 0.0005345557001419365, 0.0010482658399268985, 0.0009327118168585002], "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": [56], "max": [56], "mean": [56.0], "std": [0.0], "count": [831]}, "index": {"min": [47780], "max": [48610], "mean": [48195.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5980746089049338, 0.16970397106222765], "std": [0.49028702928809276, 0.3569133605751465], "count": [831]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5980746089049338, 0.16970397106222765], "std": [0.49028702928809276, 0.35691336057514644], "count": [831]}, "eef_direction_state": {"mean": [4.6257521058965105, 5.250300842358604], "std": [2.3467746524698643, 1.8738614432586085], "min": [0, 0], "max": [6, 6], "count": [831]}, "eef_velocity_state": {"mean": [0.309265944645006, 0.13959085439229843], "std": [0.5163029878299729, 0.3465620402789748], "min": [0, 0], "max": [2, 1], "count": [831]}, "eef_acc_mag_state": {"mean": [0.18050541516245489, 0.12154031287605295], "std": [0.5132705679887144, 0.43149814355745575], "min": [0, 0], "max": [2, 2], "count": [831]}, "eef_direction_action": {"mean": [4.6257521058965105, 5.250300842358604], "std": [2.3467746524698643, 1.8738614432586085], "min": [0, 0], "max": [6, 6], "count": [831]}, "eef_velocity_action": {"mean": [0.309265944645006, 0.13959085439229843], "std": [0.5163029878299729, 0.34656204027897475], "min": [0, 0], "max": [2, 1], "count": [831]}, "eef_acc_mag_action": {"mean": [0.18050541516245489, 0.12154031287605295], "std": [0.5132705679887144, 0.43149814355745575], "min": [0, 0], "max": [2, 2], "count": [831]}, "eef_sim_pose_state": {"mean": [0.480431478445356, 0.22149338759777967, 1.1581587363792274, -0.1660455238195039, 0.11403089170959758, 1.2555921787757829, 0.5180464307848167, -0.2053105440895169, 1.1142792535532124, 0.054874529245216026, -0.010886545128965313, -1.4008383386286893], "std": [0.05405039067474596, 0.02551438283610189, 0.028194178358466025, 0.07308712310361576, 0.044768136178752624, 0.14382628944521705, 0.03573533137007574, 0.008248448107608799, 0.007820843842932978, 0.04810558093723781, 0.01414810105394211, 0.02407761075363808], "min": [0.43909413086654947, 0.1574159351405521, 1.13335307021595, -0.2923402347089814, 0.026685150976696548, 0.9746150804030875, 0.4824407646800859, -0.21145354349510834, 1.0957206885780302, -0.044696418478981204, -0.0439878697414815, -1.4207295833853402], "max": [0.6134085767757609, 0.24037884343723398, 1.207516476599802, -0.10346859400943909, 0.18843109665944047, 1.3616963568695837, 0.599234081670347, -0.18381336273022916, 1.1274382094243671, 0.08877024559245206, 0.020721026971165513, -1.3423070977402425], "count": [831]}, "eef_sim_pose_action": {"mean": [0.4804505880252224, 0.2214784212459048, 1.158149978640356, -0.16611574898182005, 0.11411579797968671, 1.2555113462332372, 0.5180681448260003, -0.20534180163201374, 1.1142811526100291, 0.05492695612307858, -0.010847173420157119, -1.4009079144996577], "std": [0.05404144142533961, 0.02550855797561071, 0.028200536590896344, 0.0730550108405929, 0.044840678091115825, 0.14378564173615566, 0.03571918474327346, 0.00821614117535886, 0.007821621303042673, 0.048117800626363165, 0.014101614930298928, 0.024045282977445157], "min": [0.43909413086654947, 0.1574159351405521, 1.13335307021595, -0.2923402347089814, 0.026685150976696548, 0.9746150804030875, 0.4824407646800859, -0.21145354349510834, 1.0957206885780302, -0.044696418478981204, -0.0439878697414815, -1.4207295833853402], "max": [0.6134085767757609, 0.24037884343723398, 1.207516476599802, -0.10346859400943909, 0.18843109665944047, 1.3616963568695837, 0.599234081670347, -0.18381336273022916, 1.1274382094243671, 0.08877024559245206, 0.020721026971165513, -1.3423070977402425], "count": [831]}, "gripper_mode_state": {"mean": [0.4019253910950662, 0.8303249097472925], "std": [0.49028702928809276, 0.37534711135220167], "min": [0, 0], "max": [1, 1], "count": [831]}, "gripper_activity_state": {"mean": [1.9891696750902528, 1.8712394705174489], "std": [0.1339150685270139, 0.4431897064904277], "min": [0, 0], "max": [2, 2], "count": [831]}, "gripper_mode_action": {"mean": [0.4019253910950662, 0.8303249097472925], "std": [0.49028702928809276, 0.37534711135220167], "min": [0, 0], "max": [1, 1], "count": [831]}, "gripper_activity_action": {"mean": [1.9891696750902528, 1.8712394705174489], "std": [0.1339150685270139, 0.4431897064904277], "min": [0, 0], "max": [2, 2], "count": [831]}}} +{"episode_index": 57, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47029206844470245]], [[0.46726138819014446]], [[0.4597450281647747]]], "std": [[[0.1621220682129282]], [[0.17047967238088005]], [[0.1769673849326107]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4643845230800654]], [[0.4572484976995184]], [[0.45146222480220155]]], "std": [[[0.14901854841096973]], [[0.15213697385179986]], [[0.15695767279592002]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708950459021328]], [[0.47214986723856206]], [[0.46450037624699003]]], "std": [[[0.1575169084850576]], [[0.1553337323984988]], [[0.1643600859321009]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4896380665204678]], [[0.48050974748452013]], [[0.4668835287130203]]], "std": [[[0.1540485633822505]], [[0.14866126323591133]], [[0.1572206038221769]]], "count": [152]}, "observation.state": {"min": [-0.5797460079193115, -0.02427753061056137, 0.020228367298841476, -1.938100814819336, -0.32094860076904297, -0.056094881147146225, -0.2889741361141205, -0.28636598587036133, 0.3655320107936859, 0.01983099989593029, -1.7413089275360107, -1.6463886499404907, -1.2246288061141968, -0.17332863807678223, 0.011344639584422112, -0.26282912492752075, -1.771422028541565, 0.021589722484350204, -0.07855726778507233, -0.026424285024404526, -0.3242129981517792, -0.5801309943199158, 0.10936500132083893, 1.2726104259490967, -1.4199888706207275, 0.9841991662979126, 0.0, 0.0, -0.062098026275634766, -0.18275801837444305, -0.8260272741317749, 1.912182331085205, -1.0801879167556763, -0.0018111604731529951], "max": [0.2689377963542938, 0.2617470324039459, 0.35407495498657227, -1.1250741481781006, -0.16613788902759552, 0.07276277989149094, -0.01979203335940838, -0.1896129995584488, 0.5698590278625488, 0.20193399488925934, -1.2971378564834595, -1.3182381391525269, -1.026532769203186, 0.5404062867164612, 0.18929840624332428, -0.10417870432138443, -0.8536579608917236, 0.08445648849010468, 0.03537782281637192, 0.12953834235668182, -0.2909579873085022, -0.37616199254989624, 0.13806000351905823, 1.4789425134658813, -1.3066471815109253, 1.139403223991394, 1001.0, 1002.0, -0.062088627368211746, -0.17663714289665222, -0.8250859379768372, 1.9130864143371582, -1.0783836841583252, 0.0027395226061344147], "mean": [0.0699867457151413, 0.19478243589401245, 0.10881724208593369, -1.7133742570877075, -0.254178911447525, -0.015612933784723282, -0.1041344404220581, -0.2585998773574829, 0.41260045766830444, 0.16087855398654938, -1.424428939819336, -1.395416498184204, -1.157963752746582, 0.17783847451210022, 0.03677980601787567, -0.1312580704689026, -1.3205442428588867, 0.04049575328826904, -0.05492740496993065, 0.06811513006687164, -0.31557995080947876, -0.48596882820129395, 0.1282230168581009, 1.3359894752502441, -1.3491982221603394, 1.0852231979370117, 594.9437255859375, 125.42105102539062, -0.062095366418361664, -0.1780913770198822, -0.8254406452178955, 1.9128084182739258, -1.079398274421692, 0.0007430536206811666], "std": [0.27685338258743286, 0.07874223589897156, 0.10951633751392365, 0.22014231979846954, 0.028460118919610977, 0.0289023257791996, 0.09211001545190811, 0.03808646276593208, 0.0646406039595604, 0.06306643038988113, 0.16534097492694855, 0.0954737514257431, 0.051637325435876846, 0.1961221545934677, 0.051986176520586014, 0.04618537425994873, 0.24265547096729279, 0.017190923914313316, 0.029510878026485443, 0.03926941379904747, 0.008614979684352875, 0.05492635443806648, 0.006903445813804865, 0.05054042115807533, 0.03179861605167389, 0.060379546135663986, 477.87115478515625, 310.0415344238281, 9.648666718931054e-07, 0.0013325378531590104, 0.00010896153253270313, 0.00017402326921001077, 0.00035908276913687587, 0.0006084681954234838], "count": [817]}, "action": {"min": [-0.5797460079193115, -0.02427753061056137, 0.020228367298841476, -1.938100814819336, -0.32094860076904297, -0.056094881147146225, -0.2889741361141205, -0.28636598587036133, 0.3655320107936859, 0.01983099989593029, -1.7413089275360107, -1.6463886499404907, -1.2246288061141968, -0.17332863807678223, 0.011344639584422112, -0.26277676224708557, -1.771422028541565, 0.021589722484350204, -0.07855726778507233, -0.026424285024404526, -0.3242129981517792, -0.5801309943199158, 0.10936500132083893, 1.2726104259490967, -1.4199888706207275, 0.9841991662979126, 0.0, 0.0, -0.062098026275634766, -0.18275801837444305, -0.8260272741317749, 1.912183165550232, -1.0801879167556763, -0.0018111604731529951], "max": [0.2689377963542938, 0.2617470324039459, 0.35407495498657227, -1.1250741481781006, -0.16613788902759552, 0.07276277989149094, -0.01979203335940838, -0.1896129995584488, 0.5698590278625488, 0.20193399488925934, -1.2971378564834595, -1.3182381391525269, -1.026532769203186, 0.5404062867164612, 0.18929840624332428, -0.10417870432138443, -0.8536579608917236, 0.08445648849010468, 0.03537782281637192, 0.12953834235668182, -0.2909579873085022, -0.37616199254989624, 0.13806000351905823, 1.4789425134658813, -1.3066471815109253, 1.139403223991394, 1001.0, 1002.0, -0.062088627368211746, -0.17663714289665222, -0.8250859379768372, 1.9130864143371582, -1.0783836841583252, 0.0027395226061344147], "mean": [0.06975018978118896, 0.1947205811738968, 0.10885388404130936, -1.71314537525177, -0.25420698523521423, -0.015648694708943367, -0.10431457310914993, -0.2586020827293396, 0.41266322135925293, 0.16084975004196167, -1.4245493412017822, -1.3955599069595337, -1.1579712629318237, 0.17818500101566315, 0.03656364232301712, -0.13106553256511688, -1.3200795650482178, 0.04044928401708603, -0.05494013801217079, 0.06821992993354797, -0.3156125247478485, -0.4860842823982239, 0.12824884057044983, 1.3358089923858643, -1.3491977453231812, 1.0853055715560913, 594.9437255859375, 125.42105102539062, -0.062095366418361664, -0.1780913919210434, -0.8254408240318298, 1.9128093719482422, -1.0793975591659546, 0.0007434799335896969], "std": [0.27676939964294434, 0.07872580736875534, 0.10949909687042236, 0.22009824216365814, 0.028470756486058235, 0.02892664447426796, 0.09208890795707703, 0.03808791935443878, 0.06462086737155914, 0.06305309385061264, 0.16528373956680298, 0.09544641524553299, 0.05164165422320366, 0.19575142860412598, 0.05171825364232063, 0.0459640733897686, 0.242155060172081, 0.017173392698168755, 0.029516763985157013, 0.03913118690252304, 0.008576272055506706, 0.05479440838098526, 0.006873192731291056, 0.05030485615134239, 0.031798720359802246, 0.06039968878030777, 477.87115478515625, 310.0413513183594, 9.648666718931054e-07, 0.0013325337786227465, 0.00010897302126977593, 0.0001726272312225774, 0.0003588945255614817, 0.0006083779153414071], "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": [57], "max": [57], "mean": [57.0], "std": [0.0], "count": [817]}, "index": {"min": [48611], "max": [49427], "mean": [49019.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6364749082007344, 0.12525948585692742], "std": [0.4810141364155537, 0.30958319387292255], "count": [817]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6364749082007344, 0.12525948585692742], "std": [0.4810141364155537, 0.3095831938729222], "count": [817]}, "eef_direction_state": {"mean": [4.758873929008568, 5.028151774785802], "std": [2.222478399776269, 2.1287656559824746], "min": [0, 0], "max": [6, 6], "count": [817]}, "eef_velocity_state": {"mean": [0.33414932680538556, 0.1909424724602203], "std": [0.574634398997993, 0.43445963045741115], "min": [0, 0], "max": [2, 2], "count": [817]}, "eef_acc_mag_state": {"mean": [0.23623011015911874, 0.17503059975520197], "std": [0.5805998551906112, 0.5117596592933658], "min": [0, 0], "max": [2, 2], "count": [817]}, "eef_direction_action": {"mean": [4.758873929008568, 5.028151774785802], "std": [2.222478399776269, 2.1287656559824746], "min": [0, 0], "max": [6, 6], "count": [817]}, "eef_velocity_action": {"mean": [0.33414932680538556, 0.1909424724602203], "std": [0.574634398997993, 0.43445963045741115], "min": [0, 0], "max": [2, 2], "count": [817]}, "eef_acc_mag_action": {"mean": [0.23623011015911874, 0.17503059975520197], "std": [0.5805998551906112, 0.5117596592933658], "min": [0, 0], "max": [2, 2], "count": [817]}, "eef_sim_pose_state": {"mean": [0.43406588835744486, 0.2373160075314358, 1.1754541135831995, -0.07017644502079864, 0.031543966253588254, 1.3172342240690325, 0.5042997114140776, -0.1983754908112803, 1.1294108777600034, -0.025721613615450587, -0.0099124056111458, -1.3798823378058416], "std": [0.07078514196438017, 0.04702686868645333, 0.031246431225573267, 0.06402473556438985, 0.029618578734037566, 0.1637266525675136, 0.054995830117395776, 0.004394125887950525, 0.007777260269748445, 0.05551814176217925, 0.02166746916623532, 0.03885705945731824], "min": [0.3828335403187807, 0.1243206562896306, 1.1476742700715976, -0.18672851088190967, -0.04810547276428023, 0.9500145484474491, 0.39636838534563446, -0.20852116902164533, 1.1225700968185703, -0.12346131365482549, -0.07148156084793778, -1.4163026492246429], "max": [0.6014944855240114, 0.2660353488375035, 1.2334936298548858, -0.017452761662500427, 0.08457019997639015, 1.4460410742318723, 0.5991343541498854, -0.18860662876070153, 1.146306152460702, 0.04795580197604854, 0.00654706702416652, -1.2949333120124595], "count": [817]}, "eef_sim_pose_action": {"mean": [0.4341322191204277, 0.2373044478945432, 1.1754447918457935, -0.0702391697597338, 0.03160480473891589, 1.3170742599715877, 0.5044117685399588, -0.1983864689846301, 1.129384587160568, -0.025776406319545617, -0.009825400929796982, -1.3800117010681563], "std": [0.0707631187324533, 0.047021335012886155, 0.031253124381490326, 0.06399819854396309, 0.029671185583788968, 0.16366456608073068, 0.054868945355591635, 0.004380890132591114, 0.007762473122186879, 0.05546750151145722, 0.021579117531068538, 0.03878120095999851], "min": [0.3828335403187807, 0.1243206562896306, 1.1476742700715976, -0.18672851088190967, -0.04810547276428023, 0.9500145484474491, 0.39636838534563446, -0.20852116902164533, 1.1225700968185703, -0.12346131365482549, -0.07148156084793778, -1.4163026492246429], "max": [0.6014944855240114, 0.2660353488375035, 1.2334936298548858, -0.017452761662500427, 0.08457019997639015, 1.4460410742318723, 0.5991343541498854, -0.1886208034068277, 1.146306152460702, 0.04795580197604854, 0.00654706702416652, -1.2949333120124595], "count": [817]}, "gripper_mode_state": {"mean": [0.3635250917992656, 0.8739290085679314], "std": [0.4810141364155537, 0.331929354760018], "min": [0, 0], "max": [1, 1], "count": [817]}, "gripper_activity_state": {"mean": [1.9889840881272949, 1.8665850673194615], "std": [0.13505000113583074, 0.45137864747906126], "min": [0, 0], "max": [2, 2], "count": [817]}, "gripper_mode_action": {"mean": [0.3635250917992656, 0.8739290085679314], "std": [0.4810141364155537, 0.331929354760018], "min": [0, 0], "max": [1, 1], "count": [817]}, "gripper_activity_action": {"mean": [1.9889840881272949, 1.8665850673194615], "std": [0.13505000113583074, 0.45137864747906115], "min": [0, 0], "max": [2, 2], "count": [817]}}} +{"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.4731963942100963]], [[0.4688633148434812]], [[0.46113769833591334]]], "std": [[[0.1637913702612684]], [[0.1738327347264912]], [[0.18076869832767742]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.460929461751806]], [[0.45398673191864464]], [[0.4476313961988304]]], "std": [[[0.15090642468078974]], [[0.15406826796619771]], [[0.15919018430168103]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4714609630310458]], [[0.47407397956441344]], [[0.46586627375730993]]], "std": [[[0.1523655803922391]], [[0.15085315606244967]], [[0.15933629723103637]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49751100925567593]], [[0.48622503466847267]], [[0.47011176148090816]]], "std": [[[0.16278999380148287]], [[0.1542316174748699]], [[0.16165062117176718]]], "count": [152]}, "observation.state": {"min": [-0.5760982632637024, 0.03206169977784157, -0.010803588666021824, -1.987615942955017, -0.4020191431045532, -0.035063665360212326, -0.24116958677768707, -0.28326499462127686, 0.3603900074958801, 0.03616200014948845, -1.6797890663146973, -1.6121361255645752, -1.2294716835021973, -0.17332863807678223, 0.036791540682315826, -0.26258477568626404, -1.7714568376541138, 0.025080382823944092, -0.15650367736816406, -0.0262148454785347, -0.3283120095729828, -0.5816310048103333, 0.10969699919223785, 1.3283624649047852, -1.4738280773162842, 0.9394893050193787, 0.0, 0.0, -0.06210742145776749, -0.1826358288526535, -0.8266817331314087, 1.9115976095199585, -1.081471562385559, -0.0016782660968601704], "max": [0.28150415420532227, 0.3015929162502289, 0.35561084747314453, -1.2400739192962646, -0.1583711802959442, 0.17498670518398285, -0.01984439231455326, -0.17111699283123016, 0.5685219764709473, 0.20482799410820007, -1.2970527410507202, -1.2911986112594604, -0.9658669829368591, 0.5572138428688049, 0.18929840624332428, -0.13871876895427704, -0.8141262531280518, 0.1534842550754547, 0.09817477315664291, 0.17523105442523956, -0.29117000102996826, -0.37616199254989624, 0.1434050053358078, 1.4769262075424194, -1.328906536102295, 1.1194497346878052, 1001.0, 1002.0, -0.062082983553409576, -0.17641720175743103, -0.8243712782859802, 1.913852572441101, -1.0769519805908203, 0.0032141453120857477], "mean": [0.04962630942463875, 0.19702821969985962, 0.11738871783018112, -1.7434509992599487, -0.2413589507341385, 0.04101312905550003, -0.10043220967054367, -0.24424323439598083, 0.41608941555023193, 0.15576694905757904, -1.433731198310852, -1.3938225507736206, -1.129491925239563, 0.1258249282836914, 0.06398528814315796, -0.16594964265823364, -1.3690491914749146, 0.051611486822366714, -0.11188903450965881, 0.0978839322924614, -0.3151618540287018, -0.46825388073921204, 0.1197149008512497, 1.422608733177185, -1.361360788345337, 1.079217553138733, 488.3166198730469, 152.87896728515625, -0.06209598109126091, -0.1782289445400238, -0.8257704377174377, 1.9125293493270874, -1.0792994499206543, 0.000606331683229655], "std": [0.2954847514629364, 0.07436896860599518, 0.11284884810447693, 0.20315976440906525, 0.0501919724047184, 0.06970163434743881, 0.08022232353687286, 0.0440044142305851, 0.06932191550731659, 0.06104780361056328, 0.1455479860305786, 0.09414782375097275, 0.07235467433929443, 0.18624326586723328, 0.04915072023868561, 0.034303758293390274, 0.23550015687942505, 0.032143399119377136, 0.05562537536025047, 0.05100082606077194, 0.009669044986367226, 0.052214618772268295, 0.009934373199939728, 0.04217417910695076, 0.03772098571062088, 0.05579034611582756, 486.8910827636719, 340.7225646972656, 2.109080924128648e-06, 0.001821084413677454, 0.00025383205502294004, 0.0003781791019719094, 0.000655326817650348, 0.0005913673667237163], "count": [818]}, "action": {"min": [-0.5760982632637024, 0.03206169977784157, -0.010803588666021824, -1.987615942955017, -0.4020191431045532, -0.035063665360212326, -0.24116958677768707, -0.28326499462127686, 0.3603900074958801, 0.03616200014948845, -1.6797890663146973, -1.6121361255645752, -1.2294716835021973, -0.17332863807678223, 0.036791540682315826, -0.26258477568626404, -1.7714568376541138, 0.025080382823944092, -0.15650367736816406, -0.0262148454785347, -0.3283120095729828, -0.5816310048103333, 0.10969699919223785, 1.3283624649047852, -1.4738280773162842, 0.9394893050193787, 0.0, 0.0, -0.06210742145776749, -0.1826358288526535, -0.8266817331314087, 1.9115976095199585, -1.081471562385559, -0.0016782660968601704], "max": [0.28150415420532227, 0.3015929162502289, 0.35561084747314453, -1.2400739192962646, -0.1583711802959442, 0.17498670518398285, -0.01984439231455326, -0.17111699283123016, 0.5685219764709473, 0.20482799410820007, -1.2970527410507202, -1.2911986112594604, -0.9658669829368591, 0.5572138428688049, 0.18929840624332428, -0.13871876895427704, -0.8141262531280518, 0.1534842550754547, 0.09817477315664291, 0.17523105442523956, -0.29117000102996826, -0.37616199254989624, 0.1434050053358078, 1.4769262075424194, -1.328906536102295, 1.1194497346878052, 1001.0, 1002.0, -0.062082983553409576, -0.17641720175743103, -0.8243712782859802, 1.913852572441101, -1.0769519805908203, 0.0032141453120857477], "mean": [0.04947312921285629, 0.19698449969291687, 0.11742441356182098, -1.7434290647506714, -0.24130313098430634, 0.041097916662693024, -0.10058356821537018, -0.24420812726020813, 0.41612616181373596, 0.1557285487651825, -1.4339028596878052, -1.393907904624939, -1.129414439201355, 0.12613238394260406, 0.06379912048578262, -0.1658148318529129, -1.3686087131500244, 0.05156804248690605, -0.11199268698692322, 0.09803115576505661, -0.31519338488578796, -0.4683527946472168, 0.1197214126586914, 1.4225658178329468, -1.3613768815994263, 1.079281210899353, 488.3166198730469, 152.87896728515625, -0.06209598854184151, -0.17822900414466858, -0.8257703185081482, 1.9125299453735352, -1.0792990922927856, 0.0006063618347980082], "std": [0.29540565609931946, 0.07435360550880432, 0.11282940953969955, 0.20314930379390717, 0.05020352825522423, 0.06966875493526459, 0.08018695563077927, 0.04398474469780922, 0.06930364668369293, 0.06102871522307396, 0.14546939730644226, 0.09411142766475677, 0.07232954353094101, 0.1859564483165741, 0.048963744193315506, 0.03414005786180496, 0.23508280515670776, 0.0321480929851532, 0.05561413988471031, 0.05081586912274361, 0.009635744616389275, 0.05211672931909561, 0.00992956105619669, 0.042139243334531784, 0.03771013021469116, 0.05580421909689903, 486.8910827636719, 340.7225646972656, 2.109653451043414e-06, 0.0018210377311334014, 0.0002538383414503187, 0.00037827130290679634, 0.0006552838603965938, 0.0005913663189858198], "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": [58], "max": [58], "mean": [58.0], "std": [0.0], "count": [818]}, "index": {"min": [49428], "max": [50245], "mean": [49836.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5293398533007335, 0.152663814239369], "std": [0.49913843070664327, 0.3401863515525049], "count": [818]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5293398533007335, 0.152663814239369], "std": [0.49913843070664327, 0.3401863515525048], "count": [818]}, "eef_direction_state": {"mean": [4.680929095354523, 4.949877750611247], "std": [2.197387450182492, 2.193830253939245], "min": [0, 0], "max": [6, 6], "count": [818]}, "eef_velocity_state": {"mean": [0.3508557457212714, 0.2041564792176039], "std": [0.5619390992962165, 0.4266573723862785], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_acc_mag_state": {"mean": [0.2616136919315403, 0.18092909535452323], "std": [0.607627425261478, 0.5200414854237787], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_direction_action": {"mean": [4.680929095354523, 4.949877750611247], "std": [2.197387450182492, 2.193830253939245], "min": [0, 0], "max": [6, 6], "count": [818]}, "eef_velocity_action": {"mean": [0.3508557457212714, 0.2041564792176039], "std": [0.5619390992962167, 0.4266573723862785], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_acc_mag_action": {"mean": [0.2616136919315403, 0.18092909535452323], "std": [0.607627425261478, 0.5200414854237787], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_sim_pose_state": {"mean": [0.43762450779669876, 0.23368695542076912, 1.1912095863304262, -0.05778504494322856, 0.015380446133578396, 1.3058959994251447, 0.4880760046558319, -0.1967775937504501, 1.1244215465985754, 0.02157363197205028, -0.026558991979731068, -1.319109827640777], "std": [0.07439318742861223, 0.045599642529991845, 0.039609557972887524, 0.04574326337145082, 0.03003444933527376, 0.1563718667645497, 0.052291365232995164, 0.010630343775616799, 0.01029012518514359, 0.06178129509829496, 0.01668080120650185, 0.01976046102836691], "min": [0.37931382960372917, 0.14017364020512066, 1.156787564863964, -0.17622630938404926, -0.06348364717340926, 1.0061221642942586, 0.396368397746506, -0.22064493235107444, 1.1159380549450721, -0.10612171487257716, -0.06765011044676772, -1.336930048487356], "max": [0.5987404428352797, 0.271658759366276, 1.25992756163656, -0.01746326246969332, 0.06439732370080842, 1.4460725094002411, 0.6015017712801605, -0.18868786238994176, 1.1498526819489971, 0.061865253192119884, 0.03393201901365539, -1.2531635071177045], "count": [818]}, "eef_sim_pose_action": {"mean": [0.4376652644692214, 0.23366790237304338, 1.191239576727835, -0.05782973980747566, 0.01534896772173319, 1.305723769218609, 0.4881739685196256, -0.19678032656713856, 1.1243884936554682, 0.02158690108379547, -0.026505425128897746, -1.319141512421761], "std": [0.07437265736492045, 0.045590009354990975, 0.03959278770702223, 0.04572176730038151, 0.030029825418282405, 0.15629513197563297, 0.0521944681249946, 0.010628558769555999, 0.010268987380806898, 0.061788109816126785, 0.016619252512666174, 0.019757534270359617], "min": [0.37931382960372917, 0.14017364020512066, 1.156787564863964, -0.17622630938404926, -0.06348364717340926, 1.0061221642942586, 0.396368397746506, -0.22064493235107444, 1.1159380549450721, -0.10612171487257716, -0.06765011044676772, -1.336930048487356], "max": [0.5987404428352797, 0.271658759366276, 1.25992756163656, -0.01746326246969332, 0.06439732370080842, 1.4460725094002411, 0.6015017712801605, -0.18868786238994176, 1.1498526819489971, 0.061865253192119884, 0.03393201901365539, -1.2531635071177045], "count": [818]}, "gripper_mode_state": {"mean": [0.4706601466992665, 0.8459657701711492], "std": [0.49913843070664327, 0.360981558905551], "min": [0, 0], "max": [1, 1], "count": [818]}, "gripper_activity_state": {"mean": [1.988997555012225, 1.8679706601466992], "std": [0.1349679758952076, 0.45013015137113677], "min": [0, 0], "max": [2, 2], "count": [818]}, "gripper_mode_action": {"mean": [0.4706601466992665, 0.8459657701711492], "std": [0.49913843070664327, 0.360981558905551], "min": [0, 0], "max": [1, 1], "count": [818]}, "gripper_activity_action": {"mean": [1.988997555012225, 1.8679706601466992], "std": [0.1349679758952076, 0.45013015137113677], "min": [0, 0], "max": [2, 2], "count": [818]}}} +{"episode_index": 59, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4661851794750158]], [[0.4621637808349146]], [[0.45510254981024667]]], "std": [[[0.16351239951376437]], [[0.17254492784969142]], [[0.178633610751525]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46180139679527726]], [[0.45645203853046595]], [[0.4494171845351044]]], "std": [[[0.14807929564070685]], [[0.15102722589747758]], [[0.1565822926073866]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46609768738140417]], [[0.4679666956567573]], [[0.4595408707569049]]], "std": [[[0.15890291117322358]], [[0.15689831329168416]], [[0.1655133316329381]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49396001739405443]], [[0.48421857210626185]], [[0.4696489023297491]]], "std": [[[0.159891838698873]], [[0.15214567170156834]], [[0.1599913490252509]]], "count": [155]}, "observation.state": {"min": [-0.5919109582901001, -0.016982054337859154, -0.02076941914856434, -1.9759221076965332, -0.4455476403236389, -0.020839231088757515, -0.2575756907463074, -0.2833240032196045, 0.3666110038757324, 0.01939300075173378, -1.6765644550323486, -1.6782654523849487, -1.2526583671569824, -0.17332863807678223, 0.038990654051303864, -0.2626197040081024, -1.7714568376541138, 0.06340780854225159, -0.2053379863500595, -0.0262148454785347, -0.3342280089855194, -0.5817499756813049, 0.1096860021352768, 1.3396825790405273, -1.4409141540527344, 1.0015909671783447, 0.0, 0.0, -0.062113065272569656, -0.18263018131256104, -0.8259298205375671, 1.9118907451629639, -1.0804469585418701, -0.0013707105536013842], "max": [0.26598817110061646, 0.2975088059902191, 0.34232887625694275, -1.1188433170318604, -0.1898045539855957, 0.18107791244983673, -0.01984439231455326, -0.18582800030708313, 0.5727970004081726, 0.20768600702285767, -1.297084093093872, -1.3183525800704956, -1.0619257688522339, 0.5733930468559265, 0.18931587040424347, -0.12948597967624664, -0.7481703162193298, 0.12290608137845993, -0.01310742273926735, 0.20579177141189575, -0.29171299934387207, -0.37615299224853516, 0.14640100300312042, 1.4755313396453857, -1.3291609287261963, 1.0959935188293457, 1001.0, 1002.0, -0.0620848648250103, -0.17672361433506012, -0.8256889581680298, 1.913177490234375, -1.0776920318603516, 0.002365519991144538], "mean": [0.03609616309404373, 0.1585099846124649, 0.13601316511631012, -1.7161269187927246, -0.2608756124973297, 0.03365617245435715, -0.08373450487852097, -0.2504131495952606, 0.4197846055030823, 0.14149105548858643, -1.4001272916793823, -1.4432425498962402, -1.1698815822601318, 0.1430891901254654, 0.07345214486122131, -0.14976972341537476, -1.3546799421310425, 0.07386966794729233, -0.0900631844997406, 0.10681094229221344, -0.316059947013855, -0.4745904803276062, 0.1298130303621292, 1.3948063850402832, -1.371462345123291, 1.0797362327575684, 541.5796508789062, 145.56288146972656, -0.06209908798336983, -0.17850247025489807, -0.8257537484169006, 1.912686824798584, -1.0789076089859009, 0.0006337061058729887], "std": [0.2695021331310272, 0.0976245179772377, 0.11523815989494324, 0.20503725111484528, 0.05095968768000603, 0.061007678508758545, 0.08018060028553009, 0.03884069621562958, 0.06230800598859787, 0.06623180210590363, 0.14801807701587677, 0.1295720487833023, 0.04959869384765625, 0.1766117811203003, 0.03905876353383064, 0.037527896463871, 0.23704592883586884, 0.01893543265759945, 0.031995683908462524, 0.05331236869096756, 0.009542377665638924, 0.048723407089710236, 0.008140549063682556, 0.03035462088882923, 0.027418212965130806, 0.023313645273447037, 485.7352294921875, 333.5390930175781, 1.6026810953917447e-06, 0.000945596897508949, 5.960664202575572e-05, 0.00023137438984122127, 0.0005316449096426368, 0.0004729790089186281], "count": [835]}, "action": {"min": [-0.5919109582901001, -0.016982054337859154, -0.02076941914856434, -1.9759221076965332, -0.4455476403236389, -0.020839231088757515, -0.2575756907463074, -0.2833240032196045, 0.3666110038757324, 0.01939300075173378, -1.6765644550323486, -1.6782654523849487, -1.2526583671569824, -0.17331120371818542, 0.038990654051303864, -0.26258477568626404, -1.7714568376541138, 0.06340780854225159, -0.2053379863500595, -0.0262148454785347, -0.3342280089855194, -0.5817499756813049, 0.1096860021352768, 1.3396825790405273, -1.4409141540527344, 1.0015909671783447, 0.0, 0.0, -0.062113065272569656, -0.18263018131256104, -0.8259298205375671, 1.9118907451629639, -1.0804469585418701, -0.0013707105536013842], "max": [0.26598817110061646, 0.2975088059902191, 0.34232887625694275, -1.1188433170318604, -0.1898045539855957, 0.18107791244983673, -0.01984439231455326, -0.18582800030708313, 0.5727970004081726, 0.20768600702285767, -1.297084093093872, -1.3183525800704956, -1.0619257688522339, 0.5733930468559265, 0.18931587040424347, -0.12948597967624664, -0.7481703162193298, 0.12290608137845993, -0.01310742273926735, 0.20579177141189575, -0.29171299934387207, -0.37615400552749634, 0.14640100300312042, 1.4755313396453857, -1.3291609287261963, 1.0959935188293457, 1001.0, 1002.0, -0.0620848648250103, -0.17672361433506012, -0.8256889581680298, 1.913177490234375, -1.0776920318603516, 0.002365519991144538], "mean": [0.03578058257699013, 0.1582832932472229, 0.13613608479499817, -1.7159353494644165, -0.26080524921417236, 0.03378484398126602, -0.08377527445554733, -0.25038811564445496, 0.41986724734306335, 0.14139316976070404, -1.400141954421997, -1.4434258937835693, -1.169919490814209, 0.14342330396175385, 0.07329630106687546, -0.14961744844913483, -1.354238510131836, 0.0738670602440834, -0.09008638560771942, 0.10696683079004288, -0.31609007716178894, -0.4746992886066437, 0.1298372596502304, 1.3947030305862427, -1.3715026378631592, 1.0797696113586426, 541.5796508789062, 145.56288146972656, -0.062099091708660126, -0.1785028576850891, -0.8257539868354797, 1.9126873016357422, -1.0789079666137695, 0.0006337935919873416], "std": [0.2693876326084137, 0.09765249490737915, 0.11519286036491394, 0.20498710870742798, 0.05100980028510094, 0.061005864292383194, 0.08015686273574829, 0.03882627934217453, 0.06228325515985489, 0.06620299816131592, 0.148008793592453, 0.12950381636619568, 0.049622539430856705, 0.1762762814760208, 0.038855284452438354, 0.03732707351446152, 0.23661364614963531, 0.018936658278107643, 0.03198358789086342, 0.05311334505677223, 0.009506416507065296, 0.04860478267073631, 0.00811070017516613, 0.03022639825940132, 0.027380913496017456, 0.023314788937568665, 485.7352294921875, 333.5390930175781, 1.603076270839665e-06, 0.0009456314728595316, 5.972974395263009e-05, 0.00023111759219318628, 0.0005318718031048775, 0.00047297292621806264], "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": [59], "max": [59], "mean": [59.0], "std": [0.0], "count": [835]}, "index": {"min": [50246], "max": [51080], "mean": [50663.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5808383233532934, 0.14535928134789725], "std": [0.49342189399886854, 0.33301693710310143], "count": [835]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5808383233532934, 0.14535928134789725], "std": [0.4934218939988686, 0.33301693710310143], "count": [835]}, "eef_direction_state": {"mean": [4.805988023952096, 5.094610778443114], "std": [2.141287893807827, 2.0542130647945225], "min": [0, 0], "max": [6, 6], "count": [835]}, "eef_velocity_state": {"mean": [0.3125748502994012, 0.19880239520958085], "std": [0.5443426669003699, 0.4630008890140474], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_acc_mag_state": {"mean": [0.23353293413173654, 0.17125748502994012], "std": [0.580585166140929, 0.5044831108675206], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_direction_action": {"mean": [4.805988023952096, 5.094610778443114], "std": [2.141287893807827, 2.0542130647945225], "min": [0, 0], "max": [6, 6], "count": [835]}, "eef_velocity_action": {"mean": [0.3125748502994012, 0.19880239520958085], "std": [0.5443426669003699, 0.4630008890140474], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_acc_mag_action": {"mean": [0.23353293413173654, 0.17125748502994012], "std": [0.580585166140929, 0.5044831108675206], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_sim_pose_state": {"mean": [0.44152435297766085, 0.2189241193762358, 1.184566141693123, -0.06238814029111262, 0.07311756793605989, 1.304139347753964, 0.4938855720934393, -0.2056403216157326, 1.1255294714508637, 0.0040310892846881765, -0.013451990427779911, -1.3303222001673851], "std": [0.06811288948655028, 0.05051672489344185, 0.032374305289037744, 0.058389335874873785, 0.044515990389614575, 0.17226035492618103, 0.048793962522503294, 0.008080925523445338, 0.007206656579186145, 0.02749225257623953, 0.020085497451241212, 0.01750800885718398], "min": [0.3834838824746924, 0.1271449888213899, 1.156787847199617, -0.17842263167890365, 0.032546552726317124, 0.9878907178088396, 0.39636164130080415, -0.22352331706174144, 1.1140655771044732, -0.07011693847249012, -0.06757661341775889, -1.3447589966580837], "max": [0.6052025363114103, 0.2757715912751584, 1.2390592192622565, -0.017446150633529944, 0.1466601948845776, 1.4459922851890223, 0.6018111802227935, -0.18868631921887605, 1.1446473271125035, 0.050189860118304175, 0.02537457515959063, -1.2909377229481955], "count": [835]}, "eef_sim_pose_action": {"mean": [0.4416092231189634, 0.21883868528221992, 1.1845893916267294, -0.0624043441585953, 0.07324800632512704, 1.3040244233846099, 0.4939928324228946, -0.2056590875115456, 1.1255043424250257, 0.003987353806462097, -0.01338339555352267, -1.3303679620563431], "std": [0.0680846848608188, 0.0504998459802609, 0.032361337317232654, 0.058378790259690116, 0.044556985186640266, 0.17219774505124572, 0.04867776562082011, 0.008059725185253497, 0.007177073328447523, 0.027451623629344453, 0.019998261869922113, 0.017489785390511263], "min": [0.3834838824746924, 0.1271449888213899, 1.156787847199617, -0.17842263167890365, 0.032546552726317124, 0.9878907178088396, 0.3963700865247816, -0.22352331706174144, 1.1140655771044732, -0.07011693847249012, -0.06757661341775889, -1.3447589966580837], "max": [0.6052025363114103, 0.2757715912751584, 1.2390592192622565, -0.017446150633529944, 0.1466601948845776, 1.4459922851890223, 0.6018111802227935, -0.18868631921887605, 1.1446473271125035, 0.050189860118304175, 0.02537457515959063, -1.2909377229481955], "count": [835]}, "gripper_mode_state": {"mean": [0.41916167664670656, 0.8550898203592814], "std": [0.49342189399886854, 0.35201025478984505], "min": [0, 0], "max": [1, 1], "count": [835]}, "gripper_activity_state": {"mean": [1.9892215568862275, 1.8706586826347305], "std": [0.1335960217234435, 0.44591443786635565], "min": [0, 0], "max": [2, 2], "count": [835]}, "gripper_mode_action": {"mean": [0.41916167664670656, 0.8550898203592814], "std": [0.4934218939988686, 0.35201025478984505], "min": [0, 0], "max": [1, 1], "count": [835]}, "gripper_activity_action": {"mean": [1.9892215568862275, 1.8706586826347305], "std": [0.1335960217234435, 0.44591443786635565], "min": [0, 0], "max": [2, 2], "count": [835]}}} +{"episode_index": 60, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4652940114916581]], [[0.4612966075958892]], [[0.452156567122463]]], "std": [[[0.16260647195450145]], [[0.1724931881054138]], [[0.17940603849340048]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45649630337332303]], [[0.451507017006364]], [[0.44585347329721364]]], "std": [[[0.14639585888689507]], [[0.14991742229809277]], [[0.15556960784516735]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4740614975705194]], [[0.4745502047858617]], [[0.46552077555254556]]], "std": [[[0.16188444285144618]], [[0.1593243746648128]], [[0.16774244826416682]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.500966149864551]], [[0.4874525539108187]], [[0.4740480978027176]]], "std": [[[0.16621171748313474]], [[0.15611157995805194]], [[0.1635117804150048]]], "count": [152]}, "observation.state": {"min": [-0.5552241206169128, -0.009337511844933033, 0.017156586050987244, -1.9089887142181396, -0.3494323790073395, -0.02082177810370922, -0.22165681421756744, -0.28325599431991577, 0.36418500542640686, 0.03949100151658058, -1.6840296983718872, -1.596755862236023, -1.2251356840133667, -0.17331120371818542, 0.029757864773273468, -0.26258477568626404, -1.7714568376541138, 0.002146755112335086, -0.18184584379196167, -0.0262148454785347, -0.33081701397895813, -0.5810819864273071, 0.10965300351381302, 1.329854130744934, -1.4467188119888306, 0.9571853876113892, 0.0, 0.0, -0.062101785093545914, -0.18011491000652313, -0.8266088366508484, 1.9127583503723145, -1.0808193683624268, -0.001005251077003777], "max": [0.27553513646125793, 0.2410474270582199, 0.3046821355819702, -1.1977845430374146, -0.1344950646162033, 0.182631254196167, -0.019722219556570053, -0.182110995054245, 0.5680599808692932, 0.20252099633216858, -1.2775335311889648, -1.2943059206008911, -1.0548924207687378, 0.5582435727119446, 0.1892635077238083, -0.11477285623550415, -0.7881208658218384, 0.13330824673175812, 0.025010567158460617, 0.20003218948841095, -0.29036399722099304, -0.3761630058288574, 0.1465339958667755, 1.494064450263977, -1.303920030593872, 1.084678053855896, 1001.0, 1002.0, -0.06209426373243332, -0.17806395888328552, -0.8251739144325256, 1.912794828414917, -1.0776571035385132, 0.0022611028980463743], "mean": [0.04419275000691414, 0.18234509229660034, 0.10766623914241791, -1.7056915760040283, -0.25646650791168213, 0.04284572973847389, -0.09219209849834442, -0.25853052735328674, 0.4214041233062744, 0.15978680551052094, -1.375508427619934, -1.4176992177963257, -1.1505950689315796, 0.15276077389717102, 0.074052594602108, -0.16978514194488525, -1.3362947702407837, 0.030993513762950897, -0.13869212567806244, 0.10210741311311722, -0.3147275447845459, -0.4754261374473572, 0.12164383381605148, 1.460195541381836, -1.3314908742904663, 1.0623499155044556, 504.3357849121094, 208.76593017578125, -0.06209838017821312, -0.17865422368049622, -0.8259695172309875, 1.9127589464187622, -1.0789055824279785, 0.0007324459147639573], "std": [0.2647280693054199, 0.07557037472724915, 0.08874893933534622, 0.19711031019687653, 0.06329833716154099, 0.06859339028596878, 0.07227419316768646, 0.037600792944431305, 0.06459175795316696, 0.05470121651887894, 0.13946318626403809, 0.11389310657978058, 0.045454856008291245, 0.17511142790317535, 0.04503776133060455, 0.03417398780584335, 0.22875383496284485, 0.03873903304338455, 0.05588928610086441, 0.05104157701134682, 0.010041789151728153, 0.049698606133461, 0.01029400248080492, 0.05262980982661247, 0.03925450146198273, 0.03522445261478424, 487.10394287109375, 389.488037109375, 9.248259402738768e-07, 0.00040129662374965847, 0.000322685984428972, 1.3837643564329483e-05, 0.0005356725305318832, 0.0004463423101697117], "count": [816]}, "action": {"min": [-0.5552241206169128, -0.009337511844933033, 0.017156586050987244, -1.9089887142181396, -0.3494323790073395, -0.02082177810370922, -0.22165681421756744, -0.28325599431991577, 0.36418500542640686, 0.03949100151658058, -1.6840296983718872, -1.596755862236023, -1.2251356840133667, -0.17331120371818542, 0.029757864773273468, -0.26258477568626404, -1.7714568376541138, 0.002146755112335086, -0.18184584379196167, -0.0262148454785347, -0.33081701397895813, -0.5810819864273071, 0.10965300351381302, 1.329854130744934, -1.4467188119888306, 0.9571853876113892, 0.0, 0.0, -0.062101785093545914, -0.18011491000652313, -0.8266088366508484, 1.9127583503723145, -1.0808193683624268, -0.001005251077003777], "max": [0.27553513646125793, 0.2410474270582199, 0.3046821355819702, -1.1977845430374146, -0.1344950646162033, 0.182631254196167, -0.019722219556570053, -0.182110995054245, 0.5680599808692932, 0.20252099633216858, -1.2775335311889648, -1.2943059206008911, -1.0548924207687378, 0.5582435727119446, 0.1892635077238083, -0.11477285623550415, -0.7881208658218384, 0.13330824673175812, 0.025010567158460617, 0.20003218948841095, -0.29036399722099304, -0.3761630058288574, 0.1465339958667755, 1.494064450263977, -1.303920030593872, 1.084678053855896, 1001.0, 1002.0, -0.06209426373243332, -0.17806395888328552, -0.8251739144325256, 1.912794828414917, -1.0776571035385132, 0.0022611028980463743], "mean": [0.04383191838860512, 0.18227635324001312, 0.10775386542081833, -1.70542311668396, -0.2565835416316986, 0.04303574934601784, -0.09235114604234695, -0.25852614641189575, 0.4214993715286255, 0.15973591804504395, -1.3754966259002686, -1.4180110692977905, -1.1505274772644043, 0.1531365066766739, 0.07388538122177124, -0.1696590930223465, -1.335776925086975, 0.030919145792722702, -0.13882894814014435, 0.10226955264806747, -0.3147584795951843, -0.4755432903766632, 0.12165345251560211, 1.4602127075195312, -1.3314660787582397, 1.0623693466186523, 504.3357849121094, 208.76593017578125, -0.06209838017821312, -0.17865337431430817, -0.8259691596031189, 1.9127588272094727, -1.0789053440093994, 0.0007326261838898063], "std": [0.26462626457214355, 0.0755423828959465, 0.08871959894895554, 0.19706383347511292, 0.06338154524564743, 0.06863167881965637, 0.07225781679153442, 0.037598129361867905, 0.06456827372312546, 0.05468134582042694, 0.13947027921676636, 0.11397036164999008, 0.04544522240757942, 0.17474031448364258, 0.04486296698451042, 0.034021083265542984, 0.22824648022651672, 0.03872999921441078, 0.05584220215678215, 0.05084375664591789, 0.010010721161961555, 0.0495770238339901, 0.010286529548466206, 0.052637193351984024, 0.03926267474889755, 0.03523087128996849, 487.10394287109375, 389.488037109375, 9.248259402738768e-07, 0.00040180745418183506, 0.00032261229353025556, 1.394705304846866e-05, 0.0005356416222639382, 0.0004463500517886132], "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": [60], "max": [60], "mean": [60.0], "std": [0.0], "count": [816]}, "index": {"min": [51081], "max": [51896], "mean": [51488.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5453431372549019, 0.20843995094993242], "std": [0.49793975529564255, 0.38882303093060805], "count": [816]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5453431372549019, 0.20843995094993242], "std": [0.49793975529564255, 0.38882303093060816], "count": [816]}, "eef_direction_state": {"mean": [4.742647058823529, 5.0870098039215685], "std": [2.2827024002225014, 2.069509717419148], "min": [0, 0], "max": [6, 6], "count": [816]}, "eef_velocity_state": {"mean": [0.29411764705882354, 0.20098039215686275], "std": [0.5255853001443207, 0.45782844163340014], "min": [0, 0], "max": [2, 2], "count": [816]}, "eef_acc_mag_state": {"mean": [0.21446078431372548, 0.16666666666666666], "std": [0.5617171706781645, 0.4917622040778168], "min": [0, 0], "max": [2, 2], "count": [816]}, "eef_direction_action": {"mean": [4.742647058823529, 5.0870098039215685], "std": [2.2827024002225014, 2.069509717419148], "min": [0, 0], "max": [6, 6], "count": [816]}, "eef_velocity_action": {"mean": [0.29411764705882354, 0.20098039215686275], "std": [0.5255853001443207, 0.45782844163340014], "min": [0, 0], "max": [2, 2], "count": [816]}, "eef_acc_mag_action": {"mean": [0.21446078431372548, 0.16666666666666666], "std": [0.5617171706781645, 0.4917622040778168], "min": [0, 0], "max": [2, 2], "count": [816]}, "eef_sim_pose_state": {"mean": [0.44187195691351555, 0.23526207621191003, 1.1795046113356271, -0.035037365505480964, 0.0567891833042845, 1.3316805639646543, 0.49556840558322135, -0.19983486412830942, 1.1231561589774406, 0.03652566319250132, -0.06367134087726133, -1.3113936922050582], "std": [0.06881344311954736, 0.0414913047215041, 0.03119914287860992, 0.06608619154868674, 0.06879589935742028, 0.12859756430828775, 0.04954088145156668, 0.009930546248043197, 0.010201136859521997, 0.05650009813697135, 0.020346074215511205, 0.018053698734323494], "min": [0.3809097865934158, 0.1379265257225666, 1.1567959347179126, -0.19257544315446606, -0.05406876098835611, 1.0708697017826, 0.39637207467663316, -0.2257004101238783, 1.1155021037589192, -0.09732517707752253, -0.08357463073637161, -1.3654672295215482], "max": [0.5964731795086042, 0.2649618823280835, 1.2441475383583938, 0.04277324253726422, 0.17003463251836082, 1.4617583665090947, 0.6000941820707969, -0.1886847110988752, 1.1463918580186303, 0.07177816832729234, -0.007642591961089185, -1.2481194568448906], "count": [816]}, "eef_sim_pose_action": {"mean": [0.44197217813899975, 0.23523421557397506, 1.1795173022582668, -0.03496417115373633, 0.056957254094150186, 1.331484243175303, 0.4956855070022735, -0.19984351814820175, 1.1231222640443206, 0.03655192989601244, -0.06368104709019541, -1.311404891369764], "std": [0.06878790872675596, 0.04147927356975939, 0.031192021624649565, 0.06613850418539743, 0.06890404068450454, 0.1285454010393455, 0.04941910208830658, 0.009923914422925636, 0.010176000278530705, 0.0565104008361847, 0.020349779214425677, 0.01805218693687564], "min": [0.3809097865934158, 0.1379265257225666, 1.1567959347179126, -0.19257544315446606, -0.05406876098835611, 1.0708697017826, 0.39637207467663316, -0.2257004101238783, 1.1155021037589192, -0.09732517707752253, -0.08357463073637161, -1.3654672295215482], "max": [0.5964731795086042, 0.2649618823280835, 1.2441475383583938, 0.04277324253726422, 0.17003463251836082, 1.4617583665090947, 0.6000941820707969, -0.1886847110988752, 1.1463918580186303, 0.07177816832729234, -0.007642591961089185, -1.2481194568448906], "count": [816]}, "gripper_mode_state": {"mean": [0.45465686274509803, 0.7928921568627451], "std": [0.4979397552956425, 0.4052334937394613], "min": [0, 0], "max": [1, 1], "count": [816]}, "gripper_activity_state": {"mean": [1.9889705882352942, 1.8700980392156863], "std": [0.13513217609918435, 0.44588311819824933], "min": [0, 0], "max": [2, 2], "count": [816]}, "gripper_mode_action": {"mean": [0.45465686274509803, 0.7928921568627451], "std": [0.4979397552956425, 0.4052334937394613], "min": [0, 0], "max": [1, 1], "count": [816]}, "gripper_activity_action": {"mean": [1.9889705882352942, 1.8700980392156863], "std": [0.13513217609918432, 0.44588311819824933], "min": [0, 0], "max": [2, 2], "count": [816]}}} +{"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.4661672044345164]], [[0.4629571918693638]], [[0.45505071952304127]]], "std": [[[0.15882622424584872]], [[0.16653831288277574]], [[0.17309944454642326]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4573564069351369]], [[0.453569740475304]], [[0.44692596772358734]]], "std": [[[0.14675732184400692]], [[0.1491494875310522]], [[0.15371828417201447]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47686128045627535]], [[0.47656540989286006]], [[0.4675985045917101]]], "std": [[[0.16067851998289315]], [[0.15821747501152103]], [[0.1669360677131983]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49261529561719203]], [[0.48334305969223135]], [[0.47015147601762225]]], "std": [[[0.16320704236578795]], [[0.15548343518792387]], [[0.16349729763438328]]], "count": [158]}, "observation.state": {"min": [-0.5795889496803284, 0.07040657848119736, 0.01762782596051693, -1.9617849588394165, -0.36829936504364014, -0.021101029589772224, -0.27670449018478394, -0.2832790017127991, 0.36662501096725464, 0.05577300116419792, -1.7171450853347778, -1.5792236328125, -1.290236234664917, -0.17332863807678223, 0.0034208451397717, -0.2635098099708557, -1.7714568376541138, -0.017208946868777275, -0.21415190398693085, -0.02630211040377617, -0.3387480080127716, -0.5818099975585938, 0.10934700071811676, 1.3318672180175781, -1.4362030029296875, 1.008683204650879, 0.0, 0.0, -0.062101785093545914, -0.182675302028656, -0.8264995217323303, 1.9127329587936401, -1.0805634260177612, -0.002338940976187587], "max": [0.266145259141922, 0.27953195571899414, 0.3171961307525635, -1.199006199836731, -0.2062455713748932, 0.12295844405889511, -0.01979203335940838, -0.1794549971818924, 0.570110023021698, 0.20226700603961945, -1.2971378564834595, -1.3182826042175293, -0.9918038845062256, 0.5680872201919556, 0.18929840624332428, -0.1025380939245224, -0.7450286746025085, 0.11173597723245621, 0.01357866171747446, 0.12042772024869919, -0.29140400886535645, -0.37605398893356323, 0.13855500519275665, 1.4762568473815918, -1.295863389968872, 1.1181975603103638, 1001.0, 1002.0, -0.06209050118923187, -0.17648111283779144, -0.8251017928123474, 1.9127655029296875, -1.0775842666625977, 0.0034723400603979826], "mean": [0.06185527890920639, 0.1942049115896225, 0.10224597901105881, -1.7165148258209229, -0.28796640038490295, 0.00667939055711031, -0.10352178663015366, -0.25791698694229126, 0.4162342846393585, 0.16587132215499878, -1.3876044750213623, -1.4215638637542725, -1.1850146055221558, 0.10157588124275208, 0.03767429292201996, -0.14596344530582428, -1.3768073320388794, 0.006986877415329218, -0.11366674304008484, 0.055566247552633286, -0.32163798809051514, -0.46270909905433655, 0.1210462749004364, 1.3845751285552979, -1.3194360733032227, 1.0902467966079712, 604.2698364257812, 231.49533081054688, -0.06209832429885864, -0.17809216678142548, -0.8259884119033813, 1.9127347469329834, -1.078856110572815, 0.0007531372248195112], "std": [0.26372334361076355, 0.055344343185424805, 0.09459879994392395, 0.19388526678085327, 0.0502229742705822, 0.04324101656675339, 0.08506392687559128, 0.03886566683650017, 0.06298239529132843, 0.046687621623277664, 0.14755164086818695, 0.09817986935377121, 0.08686687052249908, 0.18234047293663025, 0.05594157427549362, 0.0437128059566021, 0.244827538728714, 0.033939749002456665, 0.042347684502601624, 0.03628809005022049, 0.011891985312104225, 0.05042644590139389, 0.006381189450621605, 0.03445522114634514, 0.026720192283391953, 0.02979043312370777, 476.5860900878906, 406.5041809082031, 7.058116580083151e-07, 0.0015986069338396192, 0.00024269451387226582, 1.657228494877927e-05, 0.0005630053346976638, 0.0006276620551943779], "count": [856]}, "action": {"min": [-0.5795889496803284, 0.07040657848119736, 0.01762782596051693, -1.9617849588394165, -0.36829936504364014, -0.021101029589772224, -0.27670449018478394, -0.2832790017127991, 0.36662501096725464, 0.05577300116419792, -1.7171450853347778, -1.5792236328125, -1.290236234664917, -0.17332863807678223, 0.0034208451397717, -0.26340508460998535, -1.7714568376541138, -0.017208946868777275, -0.21415190398693085, -0.02630211040377617, -0.3387480080127716, -0.5818099975585938, 0.10938200354576111, 1.3318672180175781, -1.4362030029296875, 1.008683204650879, 0.0, 0.0, -0.062101785093545914, -0.182675302028656, -0.8264995217323303, 1.9127329587936401, -1.0805634260177612, -0.002338940976187587], "max": [0.266145259141922, 0.27953195571899414, 0.3171961307525635, -1.199006199836731, -0.2062455713748932, 0.12295844405889511, -0.01979203335940838, -0.1794549971818924, 0.570110023021698, 0.20226700603961945, -1.2971378564834595, -1.3182826042175293, -0.9918038845062256, 0.5680872201919556, 0.18929840624332428, -0.1025380939245224, -0.7450286746025085, 0.11173597723245621, 0.01357866171747446, 0.12042772024869919, -0.29140400886535645, -0.3760730028152466, 0.13855500519275665, 1.4762568473815918, -1.295863389968872, 1.1181975603103638, 1001.0, 1002.0, -0.06209050118923187, -0.17648111283779144, -0.8251017928123474, 1.9127655029296875, -1.0775842666625977, 0.0034723400603979826], "mean": [0.061627842485904694, 0.19410182535648346, 0.10228569060564041, -1.7163221836090088, -0.28808221220970154, 0.006685793399810791, -0.10364730656147003, -0.2579117715358734, 0.4162955582141876, 0.16583389043807983, -1.3876140117645264, -1.4217808246612549, -1.185134768486023, 0.10184259712696075, 0.037468984723091125, -0.14580705761909485, -1.3764010667800903, 0.006892760284245014, -0.11373228579759598, 0.05565773323178291, -0.32167646288871765, -0.4627983868122101, 0.12105922400951385, 1.3844614028930664, -1.31940495967865, 1.0903003215789795, 604.2698364257812, 231.49533081054688, -0.06209832429885864, -0.17809125781059265, -0.8259881734848022, 1.9127345085144043, -1.078856110572815, 0.0007532280869781971], "std": [0.2636319398880005, 0.05533935874700546, 0.09458047151565552, 0.19383513927459717, 0.0502578541636467, 0.04323730617761612, 0.08501948416233063, 0.03886260464787483, 0.06295967847108841, 0.04667162150144577, 0.14754632115364075, 0.09815683215856552, 0.08693815022706985, 0.18210482597351074, 0.05570631101727486, 0.04353097826242447, 0.2444605976343155, 0.03388728201389313, 0.0423126183450222, 0.03618042171001434, 0.011850065551698208, 0.050340499728918076, 0.006368677131831646, 0.03431538864970207, 0.026722844690084457, 0.029786353930830956, 476.5860900878906, 406.504150390625, 7.058116580083151e-07, 0.001598852570168674, 0.00024284749815706164, 1.6801210222183727e-05, 0.0005630195955745876, 0.0006276633939705789], "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": [61], "max": [61], "mean": [61.0], "std": [0.0], "count": [856]}, "index": {"min": [51897], "max": [52752], "mean": [52324.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6413551401869159, 0.23111915887441165], "std": [0.47960267341074686, 0.40578934828616686], "count": [856]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6413551401869159, 0.23111915887441165], "std": [0.47960267341074686, 0.4057893482861668], "count": [856]}, "eef_direction_state": {"mean": [4.829439252336448, 4.912383177570093], "std": [2.2074370184073167, 2.225182114335787], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_state": {"mean": [0.2885514018691589, 0.19976635514018692], "std": [0.5422863976511604, 0.4113460257334688], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_state": {"mean": [0.20210280373831777, 0.14485981308411214], "std": [0.5447671788489269, 0.4686894922661631], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_direction_action": {"mean": [4.829439252336448, 4.912383177570093], "std": [2.2074370184073167, 2.225182114335787], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_action": {"mean": [0.2885514018691589, 0.19976635514018692], "std": [0.5422863976511604, 0.4113460257334688], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_action": {"mean": [0.20210280373831777, 0.14485981308411214], "std": [0.5447671788489269, 0.4686894922661631], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_sim_pose_state": {"mean": [0.4369059017645496, 0.24104387355010243, 1.1769618901983465, -0.06320561567120478, 0.07262600410928574, 1.3270342447253969, 0.4810546810137774, -0.1924178205350758, 1.1191306801266856, 0.011226142899939092, -0.03864159961659981, -1.3702070848460577], "std": [0.06804637008569857, 0.03186238709993444, 0.034401318505058086, 0.046481659882318574, 0.08149751947435933, 0.14466231088881254, 0.05015500816824543, 0.0054962579095716654, 0.01061145829239773, 0.029141651508563224, 0.012530255813143707, 0.031930962817987366], "min": [0.38343831762377717, 0.16270925824198573, 1.1547736703884355, -0.172876967079177, -0.04825519472655482, 1.0201318114823006, 0.39627914819576376, -0.20825094339899833, 1.108365735218078, -0.057647528813375315, -0.06764558472961135, -1.3905633610794856], "max": [0.6024709997575367, 0.26501741923990524, 1.2480219783648678, -0.01741590445556207, 0.1999006377895718, 1.447006833001646, 0.5999970297994398, -0.1884244432772306, 1.1452463181211288, 0.04819883455351803, 0.01632423605520361, -1.2849122068977503], "count": [856]}, "eef_sim_pose_action": {"mean": [0.43696949625944853, 0.24101816956071906, 1.176960004229154, -0.06326939041726856, 0.07282003105249066, 1.3269135959990932, 0.48114121287231854, -0.19241940193665757, 1.1190954073124706, 0.011197852401369857, -0.03860542815685449, -1.3703065353926178], "std": [0.06802186717124116, 0.03185230373524395, 0.03440246159393249, 0.04645729840635248, 0.08159911390310663, 0.14460612389222996, 0.05007250056172112, 0.005495303354026784, 0.010577431636870607, 0.029118615757227677, 0.012492673022940125, 0.03185556252546922], "min": [0.38343831762377717, 0.16270925824198573, 1.1547736703884355, -0.172876967079177, -0.04825519472655482, 1.0201318114823006, 0.3962943458253759, -0.20825094339899833, 1.108365735218078, -0.057647528813375315, -0.06764558472961135, -1.3905633610794856], "max": [0.6024709997575367, 0.26501741923990524, 1.2480219783648678, -0.01741590445556207, 0.1999006377895718, 1.447006833001646, 0.5999970297994398, -0.18844803479629565, 1.1452463181211288, 0.04819883455351803, 0.01632423605520361, -1.2849122068977503], "count": [856]}, "gripper_mode_state": {"mean": [0.35864485981308414, 0.7686915887850467], "std": [0.47960267341074686, 0.4216691002624778], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_state": {"mean": [1.9894859813084111, 1.8761682242990654], "std": [0.13195764432928545, 0.43620312695150326], "min": [0, 0], "max": [2, 2], "count": [856]}, "gripper_mode_action": {"mean": [0.35864485981308414, 0.7686915887850467], "std": [0.47960267341074686, 0.42166910026247784], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_action": {"mean": [1.9894859813084111, 1.8761682242990654], "std": [0.13195764432928545, 0.43620312695150326], "min": [0, 0], "max": [2, 2], "count": [856]}}} +{"episode_index": 62, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46570791712911574]], [[0.4611988364266042]], [[0.45269040957578]]], "std": [[[0.16272247330990627]], [[0.17417807697970725]], [[0.1801643965807788]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4561495894479385]], [[0.4521851029720064]], [[0.4456812851975172]]], "std": [[[0.14748957837130228]], [[0.15055410899875085]], [[0.1551643497276767]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4700176642722078]], [[0.47237102936038144]], [[0.4649579620894479]]], "std": [[[0.15192159341515446]], [[0.15053425624635527]], [[0.1594359244351337]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49882337140831173]], [[0.485977557086776]], [[0.47053749563242486]]], "std": [[[0.16399178003462275]], [[0.15540559759082495]], [[0.1628791296002089]]], "count": [159]}, "observation.state": {"min": [-0.539865255355835, -0.060929443687200546, -0.041259586811065674, -2.0473759174346924, -0.32107076048851013, -0.12604768574237823, -0.23636993765830994, -0.28329798579216003, 0.3406449854373932, 0.024731000885367393, -1.7301386594772339, -1.531646966934204, -1.3130760192871094, -0.17331120371818542, 0.0034208451397717, -0.2626197040081024, -1.7714743614196777, -0.024434609338641167, -0.2151816487312317, -0.026232298463582993, -0.3372710049152374, -0.5847529768943787, 0.10936299711465836, 1.3264579772949219, -1.407314419746399, 1.0250227451324463, 0.0, 0.0, -0.06212246045470238, -0.18232189118862152, -0.8265478610992432, 1.912738561630249, -1.080160140991211, -0.0016355500556528568], "max": [0.3311936855316162, 0.2652900516986847, 0.29049259424209595, -1.1887089014053345, -0.12283627688884735, 0.06171484291553497, -0.01984439231455326, -0.1841060072183609, 0.5659210085868835, 0.21384699642658234, -1.2964415550231934, -1.2646790742874146, -1.1238936185836792, 0.5781577825546265, 0.18931587040424347, -0.10389944911003113, -0.7395658493041992, 0.1059763953089714, -0.02033308520913124, 0.12014846503734589, -0.2912540137767792, -0.3761639893054962, 0.13673099875450134, 1.477996587753296, -1.303875207901001, 1.0821763277053833, 1001.0, 1002.0, -0.062092382460832596, -0.176413431763649, -0.8250851631164551, 1.912780523300171, -1.0763070583343506, 0.0018842524150386453], "mean": [0.07827181369066238, 0.1552831381559372, 0.11051475256681442, -1.7442152500152588, -0.23264817893505096, -0.017094573006033897, -0.09584058076143265, -0.2472335249185562, 0.4099230468273163, 0.14757254719734192, -1.4355264902114868, -1.3980921506881714, -1.1993470191955566, 0.09117786586284637, 0.05783586949110031, -0.1501242220401764, -1.4125208854675293, 0.0019533447921276093, -0.08922175318002701, 0.07956130057573318, -0.3154730498790741, -0.4598733186721802, 0.12310542166233063, 1.4143067598342896, -1.320263385772705, 1.0560288429260254, 488.0452575683594, 236.40719604492188, -0.062101226300001144, -0.1783389151096344, -0.8259442448616028, 1.9127408266067505, -1.0789268016815186, 0.0007045731763355434], "std": [0.2753782570362091, 0.1018189862370491, 0.09396999329328537, 0.22080661356449127, 0.04450717568397522, 0.03204631060361862, 0.06831861287355423, 0.038827285170555115, 0.06754226982593536, 0.06205781176686287, 0.14940133690834045, 0.07522156834602356, 0.04075417295098305, 0.18155556917190552, 0.044677454978227615, 0.03795881196856499, 0.24586184322834015, 0.0345003567636013, 0.037626590579748154, 0.034747686237096786, 0.009606761857867241, 0.04982461780309677, 0.0060709696263074875, 0.03632137179374695, 0.020859450101852417, 0.007259707897901535, 487.61297607421875, 409.73480224609375, 2.238333536297432e-06, 0.0009849884081631899, 0.00024847997701726854, 1.584181336511392e-05, 0.0006386252352967858, 0.0005173229146748781], "count": [862]}, "action": {"min": [-0.539865255355835, -0.060929443687200546, -0.041259586811065674, -2.0473759174346924, -0.32107076048851013, -0.12604768574237823, -0.23636993765830994, -0.28329798579216003, 0.3406449854373932, 0.024731000885367393, -1.7301386594772339, -1.531646966934204, -1.3130760192871094, -0.17327629029750824, 0.0034208451397717, -0.2626197040081024, -1.7714743614196777, -0.024434609338641167, -0.2151816487312317, -0.026232298463582993, -0.3372710049152374, -0.5847529768943787, 0.10936299711465836, 1.3264579772949219, -1.407314419746399, 1.0250227451324463, 0.0, 0.0, -0.06212246045470238, -0.18232189118862152, -0.8265478610992432, 1.912738561630249, -1.080160140991211, -0.0016355500556528568], "max": [0.3311936855316162, 0.2652900516986847, 0.29049259424209595, -1.1887089014053345, -0.12283627688884735, 0.06171484291553497, -0.01984439231455326, -0.1841060072183609, 0.5659210085868835, 0.21384699642658234, -1.2964415550231934, -1.2646790742874146, -1.1238936185836792, 0.5781577825546265, 0.18931587040424347, -0.10389944911003113, -0.7395658493041992, 0.1059763953089714, -0.02033308520913124, 0.12014846503734589, -0.2912540137767792, -0.37616899609565735, 0.13673099875450134, 1.477996587753296, -1.303875207901001, 1.0821763277053833, 1001.0, 1002.0, -0.062092382460832596, -0.1764228343963623, -0.8250851631164551, 1.912780523300171, -1.0763070583343506, 0.0018842524150386453], "mean": [0.07816850394010544, 0.15515227615833282, 0.11057008802890778, -1.7441874742507935, -0.2326323240995407, -0.017086757346987724, -0.09595140069723129, -0.2472100704908371, 0.40994662046432495, 0.1475144624710083, -1.4356240034103394, -1.398237943649292, -1.1994181871414185, 0.09142439812421799, 0.05767267197370529, -0.14998362958431244, -1.4121822118759155, 0.0018551237881183624, -0.08923985064029694, 0.07969114929437637, -0.3155003488063812, -0.45995622873306274, 0.12312037497758865, 1.4142476320266724, -1.3202389478683472, 1.0560154914855957, 488.0452575683594, 236.40719604492188, -0.06210123002529144, -0.17834049463272095, -0.8259435892105103, 1.9127408266067505, -1.0789271593093872, 0.0007048407569527626], "std": [0.2753249704837799, 0.10178160667419434, 0.09394371509552002, 0.22079476714134216, 0.04450209066271782, 0.032046206295490265, 0.06827279180288315, 0.038811635226011276, 0.06753069907426834, 0.06203040853142738, 0.14933906495571136, 0.07518914341926575, 0.040781594812870026, 0.18134216964244843, 0.04445329308509827, 0.03776601701974869, 0.24556855857372284, 0.034438785165548325, 0.03761808201670647, 0.03456085920333862, 0.009573732502758503, 0.04974466189742088, 0.006053810473531485, 0.03626379743218422, 0.02086113952100277, 0.007250991649925709, 487.61297607421875, 409.73480224609375, 2.236372210973059e-06, 0.0009829915361478925, 0.0002484142023604363, 1.5857538528507575e-05, 0.0006386945606209338, 0.0005172193050384521], "count": [862]}, "timestamp": {"min": [0.0], "max": [28.7], "mean": [14.349999999999996], "std": [8.294593285856623], "count": [862]}, "frame_index": {"min": [0], "max": [861], "mean": [430.5], "std": [248.8377985756987], "count": [862]}, "episode_index": {"min": [62], "max": [62], "mean": [62.0], "std": [0.0], "count": [862]}, "index": {"min": [52753], "max": [53614], "mean": [53183.5], "std": [248.8377985756987], "count": [862]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [862]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5278422273781903, 0.23602320189158846], "std": [0.49922420852220706, 0.40901732099605137], "count": [862]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5278422273781903, 0.23602320189158846], "std": [0.4992242085222071, 0.4090173209960514], "count": [862]}, "eef_direction_state": {"mean": [4.624129930394432, 5.037122969837587], "std": [2.3236447531915285, 2.1300011614446275], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_state": {"mean": [0.3352668213457077, 0.2122969837587007], "std": [0.5577006663208542, 0.49843100923335004], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_state": {"mean": [0.23897911832946636, 0.1531322505800464], "std": [0.5867547122702841, 0.4814259355972705], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_direction_action": {"mean": [4.624129930394432, 5.037122969837587], "std": [2.3236447531915285, 2.1300011614446275], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_action": {"mean": [0.3352668213457077, 0.2122969837587007], "std": [0.5577006663208542, 0.49843100923335004], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_action": {"mean": [0.23897911832946636, 0.1531322505800464], "std": [0.5867547122702842, 0.4814259355972705], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_sim_pose_state": {"mean": [0.43125769394782376, 0.22379244684726998, 1.1831841598496167, -0.10249326619739359, 0.050481987867090954, 1.3163054504020866, 0.47884159409071675, -0.19752752714172753, 1.1258123155358686, 0.006714465138594539, -0.06324797833458654, -1.3432715648518188], "std": [0.0711458224645459, 0.05008763567450761, 0.030729765095988865, 0.0826479078029524, 0.04116724786021849, 0.12913107922197642, 0.04942594411322817, 0.004278517274456607, 0.007253940114057008, 0.0248300778063319, 0.019799214667786176, 0.01761689710897832], "min": [0.364782570766135, 0.12219632419656125, 1.156768805895892, -0.2710727624462958, -0.043291986657992165, 1.079489025569829, 0.3963700851285441, -0.2083912998848378, 1.110816849243018, -0.05421415637865967, -0.07834448161791552, -1.3804924333555344], "max": [0.5927203195851996, 0.2776517072042159, 1.2399224890097813, -0.017414389621256743, 0.12085598867385206, 1.4674000467150488, 0.6029027345253298, -0.18857640296077394, 1.1451253410127902, 0.05047705724459384, 0.00499721862776914, -1.2966814088230216], "count": [862]}, "eef_sim_pose_action": {"mean": [0.43128435935544657, 0.22374831473749415, 1.1831974390431772, -0.1025829985868112, 0.05058296997430107, 1.3161680533081144, 0.4789230301602291, -0.19753709703921066, 1.1257895510198082, 0.00667463077107114, -0.06325524779079024, -1.3433177278380948], "std": [0.07113222343548523, 0.05006847114076776, 0.030720839183388703, 0.08259768018521062, 0.041229926079801804, 0.1290560804287994, 0.04934776235031595, 0.0042679933818128716, 0.007226054688391095, 0.02479162657758785, 0.019801931939216973, 0.01756689050758376], "min": [0.364782570766135, 0.12219632419656125, 1.156768805895892, -0.2710727624462958, -0.043291986657992165, 1.079489025569829, 0.39638035329255944, -0.2083912998848378, 1.110816849243018, -0.05421415637865967, -0.07834448161791552, -1.3804924333555344], "max": [0.5927203195851996, 0.2776517072042159, 1.2399224890097813, -0.017414389621256743, 0.12085598867385206, 1.4674000467150488, 0.6029027345253298, -0.18857640296077394, 1.1451253410127902, 0.05047705724459384, 0.00499721862776914, -1.2966814088230216], "count": [862]}, "gripper_mode_state": {"mean": [0.47215777262180975, 0.7645011600928074], "std": [0.49922420852220706, 0.4243101887882967], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_state": {"mean": [1.9895591647331787, 1.8747099767981439], "std": [0.13150049836521555, 0.43945320049181974], "min": [0, 0], "max": [2, 2], "count": [862]}, "gripper_mode_action": {"mean": [0.47215777262180975, 0.7645011600928074], "std": [0.4992242085222071, 0.4243101887882967], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_action": {"mean": [1.9895591647331787, 1.8747099767981439], "std": [0.13150049836521555, 0.43945320049181974], "min": [0, 0], "max": [2, 2], "count": [862]}}} +{"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.4657154312892885]], [[0.46170835414845346]], [[0.45395967851047003]]], "std": [[[0.16202475047801412]], [[0.17157455852122258]], [[0.17770977820459047]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4561490388618292]], [[0.4523887262707631]], [[0.44592922078597896]]], "std": [[[0.14663069297608042]], [[0.14950751224617911]], [[0.15413258371676422]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4667872213375796]], [[0.46905466831106113]], [[0.46090146382332126]]], "std": [[[0.15982427519774375]], [[0.15824256020514077]], [[0.16740099842375072]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5017131351213522]], [[0.4912681091544898]], [[0.47839379865534326]]], "std": [[[0.16205506183591764]], [[0.15399851452714536]], [[0.16251262182802495]]], "count": [157]}, "observation.state": {"min": [-0.571455717086792, -0.026808258146047592, 0.016283921897411346, -1.9516446590423584, -0.4248829483985901, -0.13198179006576538, -0.24794147908687592, -0.2891629934310913, 0.36580199003219604, 0.030417999252676964, -1.6610875129699707, -1.7288756370544434, -1.3401364088058472, -0.17331120371818542, 0.009599311277270317, -0.2626197040081024, -1.7714568376541138, 0.013316862285137177, -0.18858283758163452, -0.026232298463582993, -0.3371469974517822, -0.5826359987258911, 0.10969600081443787, 1.2970852851867676, -1.4091097116470337, 1.0270943641662598, 0.0, 0.0, -0.06210742145776749, -0.1785113662481308, -0.8264361023902893, 1.9122116565704346, -1.0801419019699097, -0.0007451577694155276], "max": [0.26939156651496887, 0.24607397615909576, 0.33822736144065857, -1.1215660572052002, -0.20701350271701813, 0.18842573463916779, -0.01984439231455326, -0.18662099540233612, 0.5708839893341064, 0.20204100012779236, -1.291000247001648, -1.3011928796768188, -1.0750755071640015, 0.567511260509491, 0.18929840624332428, -0.0973370149731636, -0.7508929967880249, 0.09950122237205505, 0.013648474588990211, 0.1486671417951584, -0.2918330132961273, -0.37616899609565735, 0.1446550041437149, 1.4755313396453857, -1.3123393058776855, 1.1396572589874268, 1001.0, 1002.0, -0.06209614500403404, -0.17773497104644775, -0.8253592848777771, 1.9127591848373413, -1.0777554512023926, 0.002337042475119233], "mean": [0.034023866057395935, 0.15530143678188324, 0.11202177405357361, -1.6630982160568237, -0.2747722864151001, -0.03749344125390053, -0.09752307087182999, -0.2615916430950165, 0.4237236976623535, 0.1532982885837555, -1.3930599689483643, -1.4260313510894775, -1.2196478843688965, 0.10526985675096512, 0.047877825796604156, -0.13666732609272003, -1.4110547304153442, 0.036514781415462494, -0.0890873521566391, 0.0751083716750145, -0.30839991569519043, -0.4652709364891052, 0.12703163921833038, 1.3887848854064941, -1.332998514175415, 1.1106292009353638, 570.2391357421875, 268.46307373046875, -0.06210184842348099, -0.17821387946605682, -0.8259482979774475, 1.9126911163330078, -1.0788906812667847, 0.0006746826111339033], "std": [0.2713764011859894, 0.09066004306077957, 0.0987444818019867, 0.23024260997772217, 0.04199859872460365, 0.07128147035837173, 0.0785171240568161, 0.03810851648449898, 0.06538446992635727, 0.05838116258382797, 0.13000503182411194, 0.12126466631889343, 0.07377400994300842, 0.18053218722343445, 0.04935237765312195, 0.04390565678477287, 0.24520473182201385, 0.02002011053264141, 0.0325469970703125, 0.03920543193817139, 0.01051354967057705, 0.049820709973573685, 0.008384876884520054, 0.036793068051338196, 0.01883324794471264, 0.04146256297826767, 482.5336608886719, 428.6556701660156, 9.170748285214358e-07, 0.00017806715914048254, 0.00023015443002805114, 7.831124094082043e-05, 0.00048713746946305037, 0.0003963761555496603], "count": [853]}, "action": {"min": [-0.571455717086792, -0.026808258146047592, 0.016283921897411346, -1.9516446590423584, -0.4248829483985901, -0.13198179006576538, -0.24794147908687592, -0.2891629934310913, 0.36580199003219604, 0.030417999252676964, -1.6610875129699707, -1.7288756370544434, -1.3401364088058472, -0.17331120371818542, 0.009599311277270317, -0.2626197040081024, -1.7714568376541138, 0.013316862285137177, -0.18858283758163452, -0.026232298463582993, -0.3371469974517822, -0.5826359987258911, 0.10969600081443787, 1.2970852851867676, -1.4091097116470337, 1.0270943641662598, 0.0, 0.0, -0.06210742145776749, -0.1785113662481308, -0.8264361023902893, 1.9122116565704346, -1.0801419019699097, -0.0007451577694155276], "max": [0.26939156651496887, 0.24607397615909576, 0.33822736144065857, -1.1215660572052002, -0.20701350271701813, 0.18842573463916779, -0.01984439231455326, -0.18662099540233612, 0.5708839893341064, 0.20204100012779236, -1.291000247001648, -1.3011928796768188, -1.0750755071640015, 0.567511260509491, 0.18929840624332428, -0.0973370149731636, -0.7508929967880249, 0.09950122237205505, 0.013648474588990211, 0.1486671417951584, -0.2918330132961273, -0.37616899609565735, 0.1446550041437149, 1.4755313396453857, -1.3123393058776855, 1.1396572589874268, 1001.0, 1002.0, -0.06209614500403404, -0.17773497104644775, -0.8253592848777771, 1.9127591848373413, -1.0777554512023926, 0.002337042475119233], "mean": [0.033708956092596054, 0.15511547029018402, 0.11208921670913696, -1.6627583503723145, -0.27479493618011475, -0.03761698305606842, -0.09763910621404648, -0.26159757375717163, 0.42380914092063904, 0.15323688089847565, -1.393120527267456, -1.4261839389801025, -1.2198208570480347, 0.10554241389036179, 0.047688327729701996, -0.13650034368038177, -1.4107067584991455, 0.03646876662969589, -0.08911329507827759, 0.07523057609796524, -0.3084159791469574, -0.4653638005256653, 0.12705102562904358, 1.3886842727661133, -1.332993745803833, 1.1107134819030762, 570.2391357421875, 268.46307373046875, -0.06210184842348099, -0.17821447551250458, -0.8259487152099609, 1.9126909971237183, -1.078891634941101, 0.0006750219617970288], "std": [0.2712635397911072, 0.09064686298370361, 0.09871646761894226, 0.230180561542511, 0.04199253022670746, 0.07134376466274261, 0.07847530394792557, 0.03811228275299072, 0.065357506275177, 0.0583575963973999, 0.1299719661474228, 0.1212117150425911, 0.07386495918035507, 0.18028809130191803, 0.04911893233656883, 0.04369691014289856, 0.24490448832511902, 0.019997481256723404, 0.032535381615161896, 0.03905152529478073, 0.010499058291316032, 0.04972827807068825, 0.008363877423107624, 0.03667305409908295, 0.018835002556443214, 0.04144579917192459, 482.53369140625, 428.6556701660156, 9.170748285214358e-07, 0.0001774398988345638, 0.00023007772688288242, 7.825873763067648e-05, 0.000488312158267945, 0.00039638910675421357], "count": [853]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.200000000000003], "std": [8.207990686587742], "count": [853]}, "frame_index": {"min": [0], "max": [852], "mean": [426.0], "std": [246.23972059763227], "count": [853]}, "episode_index": {"min": [63], "max": [63], "mean": [63.0], "std": [0.0], "count": [853]}, "index": {"min": [53615], "max": [54467], "mean": [54041.0], "std": [246.23972059763227], "count": [853]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [853]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6096131301289566, 0.26801406820321066], "std": [0.48783702371113014, 0.4278869892216854], "count": [853]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6096131301289566, 0.26801406820321066], "std": [0.48783702371113014, 0.4278869892216854], "count": [853]}, "eef_direction_state": {"mean": [5.030480656506448, 5.04337631887456], "std": [1.9749923955307533, 2.1149263194485237], "min": [0, 0], "max": [6, 6], "count": [853]}, "eef_velocity_state": {"mean": [0.2801875732708089, 0.19460726846424384], "std": [0.5500028455519211, 0.4512522545399178], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_acc_mag_state": {"mean": [0.16881594372801875, 0.16178194607268465], "std": [0.500516151059557, 0.49341988074330556], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_direction_action": {"mean": [5.030480656506448, 5.04337631887456], "std": [1.9749923955307533, 2.1149263194485237], "min": [0, 0], "max": [6, 6], "count": [853]}, "eef_velocity_action": {"mean": [0.2801875732708089, 0.19460726846424384], "std": [0.5500028455519211, 0.4512522545399178], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_acc_mag_action": {"mean": [0.16881594372801875, 0.16178194607268465], "std": [0.500516151059557, 0.49341988074330556], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_sim_pose_state": {"mean": [0.44465565138408897, 0.22765984716293014, 1.1701795865268836, -0.09102532442982397, 0.08939954560187385, 1.3263993838257275, 0.48380849194545306, -0.19901849179776918, 1.1307959253643793, 0.02487979288225343, -0.020441951750549178, -1.3644348972035383], "std": [0.0706305318749194, 0.044002543176781664, 0.033383105971481426, 0.06921088516166272, 0.06219926407674763, 0.1536283619299393, 0.04954984320992453, 0.00729331267993374, 0.006736747692643891, 0.03998284737747146, 0.01715609036351961, 0.024659276121363188], "min": [0.382605451270533, 0.13184541598435354, 1.137889240827185, -0.20582935846453165, 0.014137166287635061, 0.9874744587518443, 0.39637207950311054, -0.2198984673506744, 1.1134460796872903, -0.07769554758032204, -0.06757396894137746, -1.4003565996551435], "max": [0.6018878483556587, 0.2645536012794526, 1.2402509943072533, -0.017424624861023474, 0.17825829491904144, 1.4511647760970523, 0.6004717879523035, -0.18868906189113197, 1.14452592120886, 0.049871397334499856, -0.001978951548376795, -1.304316851908216], "count": [853]}, "eef_sim_pose_action": {"mean": [0.444743564281921, 0.22760720517892105, 1.1701587012422483, -0.0911586221491268, 0.08956825879653664, 1.326293499052031, 0.4838990317092806, -0.1990282306542075, 1.130780297976815, 0.024875763540403658, -0.020376117909971226, -1.3645183165976729], "std": [0.07060102625609894, 0.04398523080832214, 0.033397029503433415, 0.06917883971490076, 0.06224024061955865, 0.15357705458837112, 0.049460502963716735, 0.007285077821418213, 0.006720384259046319, 0.039980700546100006, 0.017083078408261954, 0.024576226035305744], "min": [0.382605451270533, 0.13184541598435354, 1.137889240827185, -0.20582935846453165, 0.014137166287635061, 0.9874744587518443, 0.39637207950311054, -0.2198984673506744, 1.1134460796872903, -0.07769554758032204, -0.06757396894137746, -1.4003565996551435], "max": [0.6018878483556587, 0.26455358923390654, 1.2402509943072533, -0.017424624861023474, 0.17825829491904144, 1.4511647760970523, 0.6004717879523035, -0.18868906189113197, 1.14452592120886, 0.049871397334499856, -0.001978951548376795, -1.304316851908216], "count": [853]}, "gripper_mode_state": {"mean": [0.3903868698710434, 0.7327080890973037], "std": [0.48783702371113014, 0.4425459809654589], "min": [0, 0], "max": [1, 1], "count": [853]}, "gripper_activity_state": {"mean": [1.989449003516999, 1.873388042203986], "std": [0.1321880123594839, 0.44157597511988994], "min": [0, 0], "max": [2, 2], "count": [853]}, "gripper_mode_action": {"mean": [0.3903868698710434, 0.7327080890973037], "std": [0.48783702371113014, 0.44254598096545883], "min": [0, 0], "max": [1, 1], "count": [853]}, "gripper_activity_action": {"mean": [1.989449003516999, 1.873388042203986], "std": [0.1321880123594839, 0.44157597511988994], "min": [0, 0], "max": [2, 2], "count": [853]}}} +{"episode_index": 64, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4646598978497981]], [[0.4621060608425961]], [[0.4544982294138462]]], "std": [[[0.16353345686620532]], [[0.17152982904940808]], [[0.17781547358932542]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45744872065068065]], [[0.45405986038258195]], [[0.44752370972274264]]], "std": [[[0.14719057213468914]], [[0.14948815751065503]], [[0.15399841254451682]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46906173114150124]], [[0.4723867072041131]], [[0.4644823071479123]]], "std": [[[0.15880352656279142]], [[0.15684044765788577]], [[0.16590133117003641]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4943563275363224]], [[0.48332432819199866]], [[0.4683423033491528]]], "std": [[[0.16371364615990244]], [[0.15458515304258258]], [[0.16140876640181567]]], "count": [157]}, "observation.state": {"min": [-0.5633748173713684, -0.017243852838873863, 0.025132741779088974, -1.9444363117218018, -0.3027622699737549, -0.11182324588298798, -0.2934073209762573, -0.28326499462127686, 0.3614790141582489, 0.029915999621152878, -1.8022468090057373, -1.511707067489624, -1.2319285869598389, -0.17332863807678223, 0.019966566935181618, -0.26256734132766724, -1.771422028541565, 0.0193033404648304, -0.19694295525550842, -0.026232298463582993, -0.3379580080509186, -0.5852829813957214, 0.10969500243663788, 1.2924392223358154, -1.4420952796936035, 1.0406299829483032, 0.0, 0.0, -0.06211118400096893, -0.17872193455696106, -0.8263307213783264, 1.9126394987106323, -1.0805318355560303, -0.0012549025705084205], "max": [0.2822895348072052, 0.28235936164855957, 0.3363947570323944, -1.1129441261291504, -0.10107201337814331, 0.007958701811730862, -0.01984439231455326, -0.1893240064382553, 0.5702840089797974, 0.20191200077533722, -1.2971378564834595, -1.2998100519180298, -1.0585306882858276, 0.5837427973747253, 0.18935076892375946, -0.09175195544958115, -0.7243639826774597, 0.13763666152954102, 0.030089475214481354, 0.15273377299308777, -0.29164600372314453, -0.37615999579429626, 0.14907699823379517, 1.4761825799942017, -1.328906536102295, 1.1023794412612915, 1001.0, 1002.0, -0.06209050118923187, -0.17786656320095062, -0.8254789710044861, 1.9129517078399658, -1.0781476497650146, 0.0014504471328109503], "mean": [0.06032842397689819, 0.17395855486392975, 0.10250386595726013, -1.696860671043396, -0.22468037903308868, -0.03415503352880478, -0.10099325329065323, -0.26053181290626526, 0.41693395376205444, 0.1601463109254837, -1.4279552698135376, -1.3710637092590332, -1.1745165586471558, 0.10585267096757889, 0.06605114787817001, -0.15210159122943878, -1.3862148523330688, 0.05726560577750206, -0.11079591512680054, 0.10316799581050873, -0.316690057516098, -0.46279391646385193, 0.12383867800235748, 1.412916660308838, -1.3661677837371826, 1.0864100456237793, 561.8267211914062, 257.59368896484375, -0.06210065260529518, -0.17833773791790009, -0.8259401917457581, 1.9126861095428467, -1.0788923501968384, 0.0006685203989036381], "std": [0.25856703519821167, 0.08124611526727676, 0.09797167778015137, 0.2129143923521042, 0.040811941027641296, 0.025995220988988876, 0.08457055687904358, 0.03371917083859444, 0.06185781583189964, 0.05683409422636032, 0.1774754524230957, 0.058110710233449936, 0.045497696846723557, 0.19110466539859772, 0.04632939398288727, 0.04174521192908287, 0.2582402229309082, 0.028528399765491486, 0.044751256704330444, 0.04768899828195572, 0.011149544268846512, 0.05282749608159065, 0.008966636843979359, 0.05207367241382599, 0.027714811265468597, 0.016290443018078804, 483.7321472167969, 422.5653381347656, 2.146745146092144e-06, 6.584453512914479e-05, 0.00015505083138123155, 6.800363917136565e-05, 0.0004855688021052629, 0.00032874548924155533], "count": [854]}, "action": {"min": [-0.5633748173713684, -0.017243852838873863, 0.025132741779088974, -1.9444363117218018, -0.3027622699737549, -0.11182324588298798, -0.2934073209762573, -0.28326499462127686, 0.3614790141582489, 0.029915999621152878, -1.8022468090057373, -1.511707067489624, -1.2319285869598389, -0.17332863807678223, 0.019966566935181618, -0.26256734132766724, -1.771422028541565, 0.0193033404648304, -0.19694295525550842, -0.026232298463582993, -0.3379580080509186, -0.5852829813957214, 0.10969500243663788, 1.2924392223358154, -1.4420952796936035, 1.0406299829483032, 0.0, 0.0, -0.06211118400096893, -0.17872193455696106, -0.8263307213783264, 1.9126394987106323, -1.0805318355560303, -0.0012549025705084205], "max": [0.2822895348072052, 0.28235936164855957, 0.3363947570323944, -1.1129441261291504, -0.10107201337814331, 0.007958701811730862, -0.01984439231455326, -0.1893240064382553, 0.5702840089797974, 0.20191200077533722, -1.2971378564834595, -1.2998100519180298, -1.0585306882858276, 0.5837427973747253, 0.18935076892375946, -0.09175195544958115, -0.7243639826774597, 0.13763666152954102, 0.030089475214481354, 0.15273377299308777, -0.29164600372314453, -0.37615999579429626, 0.14907699823379517, 1.4761825799942017, -1.328906536102295, 1.1023794412612915, 1001.0, 1002.0, -0.06209050118923187, -0.17786656320095062, -0.8254789710044861, 1.9129517078399658, -1.0781476497650146, 0.0014504471328109503], "mean": [0.06005816161632538, 0.17382463812828064, 0.10253874957561493, -1.6966325044631958, -0.2246207594871521, -0.03415771201252937, -0.10111619532108307, -0.2605244815349579, 0.41700801253318787, 0.16010482609272003, -1.4280445575714111, -1.37114679813385, -1.1745470762252808, 0.1061195507645607, 0.06588996201753616, -0.151961550116539, -1.385832667350769, 0.05723409354686737, -0.11086611449718475, 0.10333122313022614, -0.31672003865242004, -0.46288132667541504, 0.12385222315788269, 1.412869930267334, -1.3661983013153076, 1.0864472389221191, 561.8267211914062, 257.59368896484375, -0.06210064888000488, -0.17833790183067322, -0.8259398341178894, 1.9126861095428467, -1.0788922309875488, 0.0006687504937872291], "std": [0.25847360491752625, 0.08122973144054413, 0.09795535355806351, 0.21285513043403625, 0.0408063568174839, 0.025993965566158295, 0.08452878892421722, 0.0337149016559124, 0.06183546409010887, 0.05681657791137695, 0.1774287223815918, 0.05808674916625023, 0.045513324439525604, 0.1908726990222931, 0.04613964259624481, 0.04157459735870361, 0.25791123509407043, 0.0285339392721653, 0.04472433030605316, 0.047484323382377625, 0.011117713525891304, 0.052745841443538666, 0.008953987620770931, 0.05203567072749138, 0.02768832817673683, 0.01628143899142742, 483.732177734375, 422.56536865234375, 2.1477007976500317e-06, 6.586855306522921e-05, 0.00015499471919611096, 6.803040014347062e-05, 0.00048557278933003545, 0.0003287283761892468], "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": [64], "max": [64], "mean": [64.0], "std": [0.0], "count": [854]}, "index": {"min": [54468], "max": [55321], "mean": [54894.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6018735362997658, 0.25716393450313235], "std": [0.489511779839652, 0.42180698484974094], "count": [854]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6018735362997658, 0.25716393450313235], "std": [0.489511779839652, 0.4218069848497409], "count": [854]}, "eef_direction_state": {"mean": [4.946135831381733, 4.936768149882904], "std": [2.097595994415685, 2.223618556517084], "min": [0, 0], "max": [6, 6], "count": [854]}, "eef_velocity_state": {"mean": [0.27634660421545665, 0.2224824355971897], "std": [0.5397351694744625, 0.4836051397476257], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_acc_mag_state": {"mean": [0.21779859484777517, 0.14754098360655737], "std": [0.5617485470937702, 0.4659479975024624], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_direction_action": {"mean": [4.946135831381733, 4.936768149882904], "std": [2.097595994415685, 2.2236185565170836], "min": [0, 0], "max": [6, 6], "count": [854]}, "eef_velocity_action": {"mean": [0.27634660421545665, 0.2224824355971897], "std": [0.5397351694744625, 0.4836051397476257], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_acc_mag_action": {"mean": [0.21779859484777517, 0.14754098360655737], "std": [0.5617485470937702, 0.4659479975024624], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_sim_pose_state": {"mean": [0.4379848262900378, 0.23491913707187767, 1.1720621768625896, -0.08313564134863771, 0.023996694218625193, 1.3337911888965874, 0.4823601295424542, -0.20037953513758233, 1.1231257007566213, 0.019413178713275556, -0.01810423351229008, -1.3245947805228206], "std": [0.06720118201995154, 0.04236620118953631, 0.025388305368694554, 0.07829856245342316, 0.04375970790700801, 0.14535676103500025, 0.052392055957641945, 0.007234498656303307, 0.009450738129120333, 0.03994569601870705, 0.026953593028539072, 0.017919491013623622], "min": [0.37909503728527755, 0.13322400355870653, 1.156756365759491, -0.25720664273470767, -0.07578903056336395, 1.011969176890337, 0.3963677076613655, -0.21994071481572902, 1.1113091070785537, -0.06927273831678094, -0.06762772145385076, -1.3753239866594917], "max": [0.5999227260380348, 0.26496204866313655, 1.2282699199523983, -0.01746484320196573, 0.07302324120936787, 1.4460989664142603, 0.6036717712750287, -0.18868946398600775, 1.1452642266977564, 0.04799052985572405, 0.04264713676583498, -1.2872809839149477], "count": [854]}, "eef_sim_pose_action": {"mean": [0.43806094079874425, 0.23488820562927143, 1.1720622920269235, -0.08319900835008327, 0.02404118966562157, 1.3336917693424406, 0.48244687399978825, -0.20039070266801773, 1.1230964721795835, 0.01940659445928591, -0.01805429072821226, -1.3246137196706684], "std": [0.06717624154486183, 0.042354220161002355, 0.02538823641860607, 0.07826732743998265, 0.043787877690218795, 0.14530908949861523, 0.05231091586548328, 0.00722382054290735, 0.00942318578340288, 0.03994146855199126, 0.026901421065012632, 0.017906638868221306], "min": [0.37909503728527755, 0.13322400355870653, 1.156756365759491, -0.25720664273470767, -0.07578903056336395, 1.011969176890337, 0.3963677076613655, -0.21994071481572902, 1.1113091070785537, -0.06927273831678094, -0.06762772145385076, -1.3753239866594917], "max": [0.5999227260380348, 0.26496204866313655, 1.2282699199523983, -0.01746484320196573, 0.07302324120936787, 1.4460989664142603, 0.6036717712750287, -0.18868946398600775, 1.1452642266977564, 0.04799052985572405, 0.04264713676583498, -1.2872809839149477], "count": [854]}, "gripper_mode_state": {"mean": [0.3981264637002342, 0.7423887587822015], "std": [0.489511779839652, 0.4373187505881963], "min": [0, 0], "max": [1, 1], "count": [854]}, "gripper_activity_state": {"mean": [1.9894613583138174, 1.8758782201405153], "std": [0.13211108901872937, 0.4366723906302639], "min": [0, 0], "max": [2, 2], "count": [854]}, "gripper_mode_action": {"mean": [0.3981264637002342, 0.7423887587822015], "std": [0.489511779839652, 0.4373187505881964], "min": [0, 0], "max": [1, 1], "count": [854]}, "gripper_activity_action": {"mean": [1.9894613583138174, 1.8758782201405153], "std": [0.13211108901872937, 0.4366723906302639], "min": [0, 0], "max": [2, 2], "count": [854]}}} +{"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.47342480040539425]], [[0.4686136370687516]], [[0.4611354270083561]]], "std": [[[0.1587714443890249]], [[0.16888456071771307]], [[0.175723648090895]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4571775926615372]], [[0.45275917824935885]], [[0.4461657061822619]]], "std": [[[0.1459273674400273]], [[0.14925293854737498]], [[0.15422110391287597]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4676856035927029]], [[0.46926763387316955]], [[0.4611919805369405]]], "std": [[[0.15608866787102463]], [[0.15461964467565503]], [[0.16347847279234495]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4985043525585339]], [[0.48617183880408704]], [[0.47123225366095806]]], "std": [[[0.15848243283410987]], [[0.15082642598228943]], [[0.158894129657392]]], "count": [158]}, "observation.state": {"min": [-0.5421516299247742, -0.030124381184577942, -0.006248279009014368, -1.9603886604309082, -0.28839820623397827, -0.07651523500680923, -0.18828612565994263, -0.28332799673080444, 0.36328399181365967, 0.04157000035047531, -1.6477619409561157, -1.50803542137146, -1.2582378387451172, -0.17332863807678223, 0.0293738916516304, -0.26256734132766724, -1.7714568376541138, 0.05478588491678238, -0.1891936957836151, -0.026232298463582993, -0.33215099573135376, -0.5854859948158264, 0.10969199985265732, 1.332158088684082, -1.4565119743347168, 1.0158824920654297, 0.0, 0.0, -0.06213562190532684, -0.17987240850925446, -0.8266920447349548, 1.9121474027633667, -1.0803035497665405, -0.0032217393163591623], "max": [0.26597073674201965, 0.2410474270582199, 0.26160740852355957, -1.1988667249679565, -0.11709414422512054, 0.13706070184707642, -0.019809486344456673, -0.1810770034790039, 0.5673030018806458, 0.20188100636005402, -1.2972227334976196, -1.2909581661224365, -1.122631549835205, 0.5826606750488281, 0.18929840624332428, -0.11791444569826126, -0.7449588775634766, 0.1367989033460617, 0.018709929659962654, 0.183730810880661, -0.29203999042510986, -0.3761669993400574, 0.14514900743961334, 1.4762568473815918, -1.3291609287261963, 1.1127971410751343, 1001.0, 1002.0, -0.06207170709967613, -0.1781654804944992, -0.8247016668319702, 1.9129595756530762, -1.0777372121810913, 0.0032416735775768757], "mean": [0.0724344328045845, 0.17341206967830658, 0.09165684878826141, -1.7251896858215332, -0.23093880712985992, -0.012646092101931572, -0.08301758021116257, -0.2544909417629242, 0.4144342839717865, 0.16360557079315186, -1.4047666788101196, -1.367223858833313, -1.1933001279830933, 0.12380775064229965, 0.06860155612230301, -0.15036670863628387, -1.3599213361740112, 0.06733139604330063, -0.1026635617017746, 0.09063763171434402, -0.32114189863204956, -0.46863675117492676, 0.12845461070537567, 1.3845107555389404, -1.364736557006836, 1.0871943235397339, 501.47674560546875, 178.11395263671875, -0.06210428848862648, -0.17868006229400635, -0.8258639574050903, 1.9125858545303345, -1.078887701034546, 0.000678228389006108], "std": [0.2613784968852997, 0.08651125431060791, 0.07982190698385239, 0.19862708449363708, 0.04335804283618927, 0.04851187393069267, 0.06309017539024353, 0.03976256400346756, 0.06474186480045319, 0.05242900550365448, 0.1258539855480194, 0.05830082669854164, 0.0356806181371212, 0.18076039850711823, 0.047271836549043655, 0.04416928440332413, 0.23990820348262787, 0.02050957642495632, 0.031509775668382645, 0.05248907580971718, 0.01172824390232563, 0.0505373515188694, 0.00832414347678423, 0.03720005229115486, 0.02913779951632023, 0.02687586098909378, 487.8504638671875, 365.7607116699219, 4.678764980781125e-06, 0.000327521440340206, 0.0003576418093871325, 0.0002498736430425197, 0.0005501952837221324, 0.0008075002697296441], "count": [860]}, "action": {"min": [-0.5421516299247742, -0.030124381184577942, -0.006248279009014368, -1.9603886604309082, -0.28839820623397827, -0.07651523500680923, -0.18828612565994263, -0.28332799673080444, 0.36328399181365967, 0.04157000035047531, -1.6477619409561157, -1.50803542137146, -1.2582378387451172, -0.17332863807678223, 0.0293738916516304, -0.26256734132766724, -1.7714568376541138, 0.05478588491678238, -0.1891936957836151, -0.026232298463582993, -0.33215099573135376, -0.5854859948158264, 0.10969199985265732, 1.332158088684082, -1.4565119743347168, 1.0158824920654297, 0.0, 0.0, -0.06213562190532684, -0.17987240850925446, -0.8266920447349548, 1.9121474027633667, -1.0803035497665405, -0.0032217393163591623], "max": [0.26597073674201965, 0.2410474270582199, 0.26160740852355957, -1.1988667249679565, -0.11709414422512054, 0.13706070184707642, -0.019809486344456673, -0.1810770034790039, 0.5673030018806458, 0.20188100636005402, -1.2972227334976196, -1.2909581661224365, -1.122631549835205, 0.5826606750488281, 0.18929840624332428, -0.11791444569826126, -0.7449588775634766, 0.1367989033460617, 0.018709929659962654, 0.183730810880661, -0.29203999042510986, -0.3761669993400574, 0.14514900743961334, 1.4762568473815918, -1.3291609287261963, 1.1127971410751343, 1001.0, 1002.0, -0.06207170709967613, -0.1781654804944992, -0.8247016668319702, 1.9129595756530762, -1.0777372121810913, 0.0032416735775768757], "mean": [0.07217410951852798, 0.17328040301799774, 0.09169347584247589, -1.7249720096588135, -0.23090671002864838, -0.012696565128862858, -0.08314717561006546, -0.25447702407836914, 0.4145047068595886, 0.1635633111000061, -1.4048871994018555, -1.3673075437545776, -1.1933825016021729, 0.12412833422422409, 0.06843814253807068, -0.15021328628063202, -1.3594634532928467, 0.06732023507356644, -0.10271546244621277, 0.09077705442905426, -0.32118117809295654, -0.468740850687027, 0.1284782588481903, 1.384394884109497, -1.3647671937942505, 1.0872387886047363, 501.47674560546875, 178.11395263671875, -0.06210429593920708, -0.17868004739284515, -0.825863778591156, 1.9125863313674927, -1.0788871049880981, 0.0006781797856092453], "std": [0.261297345161438, 0.08649460971355438, 0.07980649173259735, 0.19859372079372406, 0.04335137829184532, 0.048542872071266174, 0.06307493150234222, 0.039754606783390045, 0.06472281366586685, 0.05241290479898453, 0.12580057978630066, 0.05828283727169037, 0.035742033272981644, 0.18047672510147095, 0.04709727689623833, 0.04400799423456192, 0.23949921131134033, 0.020513108000159264, 0.03148222342133522, 0.052337318658828735, 0.011687290854752064, 0.050438955426216125, 0.008299694396555424, 0.037071697413921356, 0.029113944619894028, 0.026873210445046425, 487.8504943847656, 365.7607116699219, 4.674840511142975e-06, 0.0003275512717664242, 0.0003576279559638351, 0.0002497919776942581, 0.000550445111002773, 0.0008075001533143222], "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": [65], "max": [65], "mean": [65.0], "std": [0.0], "count": [860]}, "index": {"min": [55322], "max": [56181], "mean": [55751.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5406976744186046, 0.17784302317223316], "std": [0.49834094683953156, 0.36515082861139664], "count": [860]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5406976744186046, 0.17784302317223316], "std": [0.49834094683953156, 0.3651508286113964], "count": [860]}, "eef_direction_state": {"mean": [4.780232558139535, 5.188372093023256], "std": [2.239046711990354, 1.978807404794017], "min": [0, 0], "max": [6, 6], "count": [860]}, "eef_velocity_state": {"mean": [0.3058139534883721, 0.18488372093023256], "std": [0.5440705005536872, 0.4744684766308397], "min": [0, 0], "max": [2, 2], "count": [860]}, "eef_acc_mag_state": {"mean": [0.23372093023255813, 0.14883720930232558], "std": [0.5746809964680082, 0.46873014650583456], "min": [0, 0], "max": [2, 2], "count": [860]}, "eef_direction_action": {"mean": [4.780232558139535, 5.188372093023256], "std": [2.239046711990354, 1.978807404794017], "min": [0, 0], "max": [6, 6], "count": [860]}, "eef_velocity_action": {"mean": [0.3058139534883721, 0.18488372093023256], "std": [0.5440705005536872, 0.4744684766308397], "min": [0, 0], "max": [2, 2], "count": [860]}, "eef_acc_mag_action": {"mean": [0.23372093023255813, 0.14883720930232558], "std": [0.5746809964680082, 0.46873014650583456], "min": [0, 0], "max": [2, 2], "count": [860]}, "eef_sim_pose_state": {"mean": [0.43428646593879633, 0.23617947802005457, 1.1781657208065748, -0.08252933453331925, 0.0378815979610452, 1.3528151559370638, 0.4876708085180763, -0.20293985790856928, 1.120531027263482, 0.003275969329743527, -0.011291671374350373, -1.3424292849487356], "std": [0.0681795748956252, 0.04146973592031685, 0.03344396927974652, 0.06609562839248626, 0.03143700074472601, 0.10993485586270349, 0.050459511541039406, 0.007365521448062981, 0.010126678541399007, 0.030573794147343188, 0.022670966734048136, 0.022828779634043117], "min": [0.38339202955709845, 0.13619458954630498, 1.1567870921672512, -0.19342940934970343, -0.024381218877424837, 1.149529225693751, 0.3963732348682143, -0.2214756495911755, 1.1142768604292463, -0.06533098596059839, -0.06759915952480289, -1.3592800531236207], "max": [0.5944938914209222, 0.26926019465135065, 1.240571511347896, -0.017477923915463878, 0.09082457130564836, 1.4460641476459404, 0.6046702666550742, -0.18869243326033408, 1.1445339840510258, 0.04801747272165968, 0.048036408635770744, -1.286731479092671], "count": [860]}, "eef_sim_pose_action": {"mean": [0.4343596133905479, 0.23614817282187392, 1.1781665711528257, -0.08264436394835062, 0.037945204575932936, 1.3527049700439473, 0.48777295241663615, -0.20295625409773016, 1.1204967290165504, 0.003232248918614637, -0.011220566073809089, -1.342490930398986], "std": [0.06815879864728218, 0.041458482711107414, 0.03344343571425454, 0.06606854171926578, 0.031481661971970935, 0.10988898643837212, 0.05036343718482477, 0.007349495271813787, 0.010095362387108408, 0.03053683752240451, 0.022590359580287815, 0.022797530151060716], "min": [0.38339202955709845, 0.13619458954630498, 1.1567870921672512, -0.19342940934970343, -0.024381218877424837, 1.149529225693751, 0.3963732348682143, -0.2214756495911755, 1.1142768604292463, -0.06533098596059839, -0.06759915952480289, -1.3592800531236207], "max": [0.5944938914209222, 0.26926019465135065, 1.240571511347896, -0.017477923915463878, 0.09082457130564836, 1.4460641476459404, 0.6046702666550742, -0.18869243326033408, 1.1445339840510258, 0.04801747272165968, 0.048036408635770744, -1.286731479092671], "count": [860]}, "gripper_mode_state": {"mean": [0.45930232558139533, 0.8220930232558139], "std": [0.49834094683953156, 0.38243441839082865], "min": [0, 0], "max": [1, 1], "count": [860]}, "gripper_activity_state": {"mean": [1.9895348837209301, 1.8767441860465117], "std": [0.13165235207310852, 0.4352690743865913], "min": [0, 0], "max": [2, 2], "count": [860]}, "gripper_mode_action": {"mean": [0.45930232558139533, 0.8220930232558139], "std": [0.49834094683953156, 0.38243441839082865], "min": [0, 0], "max": [1, 1], "count": [860]}, "gripper_activity_action": {"mean": [1.9895348837209301, 1.8767441860465117], "std": [0.13165235207310852, 0.43526907438659135], "min": [0, 0], "max": [2, 2], "count": [860]}}} +{"episode_index": 66, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47489168470418475]], [[0.46975088861302094]], [[0.4614275236609795]]], "std": [[[0.1582988161104779]], [[0.17029005252711601]], [[0.17672773525442861]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45669619647101267]], [[0.45221005618156357]], [[0.44553048473177154]]], "std": [[[0.14786086414051144]], [[0.15158172201183143]], [[0.15629340286746848]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4698167202487055]], [[0.4718773302881759]], [[0.46468346145276296]]], "std": [[[0.15424132351833883]], [[0.15346083124989057]], [[0.16275846227744728]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.508155216821577]], [[0.4953819643387658]], [[0.4811290650729989]]], "std": [[[0.15863325313907795]], [[0.15271074825741687]], [[0.1620070238875063]]], "count": [154]}, "observation.state": {"min": [-0.5648234486579895, -0.00040142572834156454, 0.026720991358160973, -1.9279429912567139, -0.25473082065582275, -0.021519910544157028, -0.22397810220718384, -0.28725698590278625, 0.3666459918022156, 0.04124800115823746, -1.680631160736084, -1.5600422620773315, -1.1854034662246704, -0.17332863807678223, 0.0006108652451075613, -0.26258477568626404, -1.7714743614196777, 0.010978121310472488, -0.21645574271678925, -0.026232298463582993, -0.341744989156723, -0.5850930213928223, 0.10958900302648544, 1.2992581129074097, -1.4481587409973145, 1.0442053079605103, 0.0, 0.0, -0.06211493909358978, -0.17838354408740997, -0.8265320062637329, 1.9127535820007324, -1.0802433490753174, -0.001336537767201662], "max": [0.2655692994594574, 0.24101251363754272, 0.2931455075740814, -1.2008039951324463, -0.18872244656085968, 0.0688532367348671, -0.019809486344456673, -0.17241300642490387, 0.5691409707069397, 0.20185400545597076, -1.2971378564834595, -1.3177834749221802, -1.0983473062515259, 0.5841267704963684, 0.1892460584640503, -0.09068731218576431, -0.7162831425666809, 0.10979866236448288, 0.0172787606716156, 0.13491395115852356, -0.29203298687934875, -0.3761579990386963, 0.14586900174617767, 1.4757314920425415, -1.303707480430603, 1.1720354557037354, 1001.0, 1002.0, -0.06209990382194519, -0.17703942954540253, -0.8254345655441284, 1.912785291671753, -1.077711820602417, 0.002673075534403324], "mean": [0.08192672580480576, 0.1925036609172821, 0.10285665839910507, -1.7293905019760132, -0.24409271776676178, -0.0032276473939418793, -0.07950545102357864, -0.25693801045417786, 0.41057276725769043, 0.16367925703525543, -1.401099443435669, -1.3774077892303467, -1.1652748584747314, 0.10978900641202927, 0.0531509593129158, -0.1500977724790573, -1.3853039741516113, 0.03776559606194496, -0.1221647560596466, 0.06306184083223343, -0.3115047216415405, -0.46372711658477783, 0.12282974272966385, 1.3994348049163818, -1.331713080406189, 1.115868091583252, 581.8248901367188, 154.67149353027344, -0.06210719048976898, -0.17799091339111328, -0.8259097337722778, 1.912758231163025, -1.0789117813110352, 0.0006622298387810588], "std": [0.2881489396095276, 0.07965628057718277, 0.09514682739973068, 0.21324162185192108, 0.017048783600330353, 0.027805162593722343, 0.07913058251142502, 0.04225390404462814, 0.06933286786079407, 0.057992659509181976, 0.15178389847278595, 0.08184175193309784, 0.030690163373947144, 0.2237299233675003, 0.0676337480545044, 0.057052385061979294, 0.3084593713283539, 0.028101786971092224, 0.0499822273850441, 0.048188041895627975, 0.014185452833771706, 0.06205137446522713, 0.00992004107683897, 0.05232015252113342, 0.03509243577718735, 0.049991242587566376, 487.24420166015625, 352.387939453125, 8.988043305180327e-07, 0.0003698987129610032, 0.00021116089192219079, 1.0880462468776386e-05, 0.0005630893865600228, 0.0005196877173148096], "count": [828]}, "action": {"min": [-0.5648234486579895, -0.00040142572834156454, 0.026720991358160973, -1.9279429912567139, -0.25473082065582275, -0.021519910544157028, -0.22397810220718384, -0.28725698590278625, 0.3666459918022156, 0.04124800115823746, -1.680631160736084, -1.5600422620773315, -1.1854034662246704, -0.17332863807678223, 0.0006108652451075613, -0.26258477568626404, -1.7714743614196777, 0.010978121310472488, -0.21645574271678925, -0.026232298463582993, -0.341744989156723, -0.5850930213928223, 0.10958900302648544, 1.2992581129074097, -1.4481587409973145, 1.0442053079605103, 0.0, 0.0, -0.06211493909358978, -0.17838354408740997, -0.8265320062637329, 1.9127535820007324, -1.0802433490753174, -0.001336537767201662], "max": [0.2655692994594574, 0.24101251363754272, 0.2931455075740814, -1.2008039951324463, -0.18872244656085968, 0.0688532367348671, -0.019809486344456673, -0.17241300642490387, 0.5691409707069397, 0.20185400545597076, -1.2971378564834595, -1.3177834749221802, -1.0983473062515259, 0.5841267704963684, 0.1892460584640503, -0.09068731218576431, -0.7162831425666809, 0.10979866236448288, 0.0172787606716156, 0.13491395115852356, -0.29203298687934875, -0.3761579990386963, 0.14586900174617767, 1.4757314920425415, -1.303707480430603, 1.1720354557037354, 1001.0, 1002.0, -0.06209990382194519, -0.17703942954540253, -0.8254345655441284, 1.912785291671753, -1.077711820602417, 0.002673075534403324], "mean": [0.08166541904211044, 0.19239181280136108, 0.10295195132493973, -1.7291587591171265, -0.24408340454101562, -0.003220438491553068, -0.07964905351400375, -0.2569405138492584, 0.4106401801109314, 0.1636156439781189, -1.401202917098999, -1.3775925636291504, -1.165261149406433, 0.1100735142827034, 0.05294229835271835, -0.14993128180503845, -1.3849130868911743, 0.03770408406853676, -0.12225476652383804, 0.06317500025033951, -0.31152525544166565, -0.46382278203964233, 0.12284452468156815, 1.399355411529541, -1.3316856622695923, 1.11598539352417, 580.615966796875, 153.4613494873047, -0.06210719048976898, -0.17799004912376404, -0.8259093761444092, 1.912758231163025, -1.078912615776062, 0.0006626804242841899], "std": [0.28808048367500305, 0.07965309172868729, 0.09512543678283691, 0.2132154405117035, 0.01704556494951248, 0.0278013925999403, 0.07913019508123398, 0.04225552827119827, 0.06931725889444351, 0.05797966569662094, 0.15174217522144318, 0.08188200742006302, 0.03068414144217968, 0.2235199362039566, 0.06748004257678986, 0.05692477151751518, 0.30817362666130066, 0.028095897287130356, 0.04994390532374382, 0.0480882003903389, 0.014169635251164436, 0.061977364122867584, 0.009909607470035553, 0.05225502327084541, 0.03510333225131035, 0.04998944699764252, 487.4435729980469, 351.2001037597656, 8.988043305180327e-07, 0.000369829882401973, 0.00021104750339873135, 1.0893808394030202e-05, 0.0005630748346447945, 0.0005197047139517963], "count": [828]}, "timestamp": {"min": [0.0], "max": [27.566666666666666], "mean": [13.783333333333331], "std": [7.967427904123602], "count": [828]}, "frame_index": {"min": [0], "max": [827], "mean": [413.5], "std": [239.02283712370806], "count": [828]}, "episode_index": {"min": [66], "max": [66], "mean": [66.0], "std": [0.0], "count": [828]}, "index": {"min": [56182], "max": [57009], "mean": [56595.5], "std": [239.02283712370806], "count": [828]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [828]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6014492753623188, 0.1544082124542067], "std": [0.48959988207562255, 0.35175883107762623], "count": [828]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6002415458937198, 0.15320048298560768], "std": [0.48984858117263075, 0.3505681871744376], "count": [828]}, "eef_direction_state": {"mean": [4.942028985507246, 4.907004830917875], "std": [2.094165287260675, 2.245725777043405], "min": [0, 0], "max": [6, 6], "count": [828]}, "eef_velocity_state": {"mean": [0.28140096618357485, 0.22584541062801933], "std": [0.5377462079398198, 0.48250417160791276], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_acc_mag_state": {"mean": [0.19444444444444445, 0.17149758454106281], "std": [0.5289841285579737, 0.500781204930418], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_direction_action": {"mean": [4.942028985507246, 4.907004830917875], "std": [2.094165287260675, 2.245725777043405], "min": [0, 0], "max": [6, 6], "count": [828]}, "eef_velocity_action": {"mean": [0.28140096618357485, 0.22584541062801933], "std": [0.5377462079398198, 0.48250417160791276], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_acc_mag_action": {"mean": [0.19444444444444445, 0.17149758454106281], "std": [0.5289841285579737, 0.500781204930418], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_sim_pose_state": {"mean": [0.4309816729046839, 0.2373411835650974, 1.1780373004891487, -0.06210936898737294, 0.030197753353457615, 1.343753006232605, 0.4824973174940189, -0.19533150131590918, 1.1265665940115717, 0.0347681903986226, -0.02079652378493477, -1.3603089289570738], "std": [0.07446877519679392, 0.04324390956086541, 0.034942867718271556, 0.06545927580055448, 0.025329334963216123, 0.14370548969717054, 0.0614647475856506, 0.00775618341029282, 0.01055626859696477, 0.05296639498133025, 0.024107573474788892, 0.034620135275463516], "min": [0.383487630562163, 0.14197109164168692, 1.1495511034274462, -0.188037401886274, -0.024508694236500927, 1.059623147352974, 0.3963669976037241, -0.21434825331051302, 1.1065882355230883, -0.06778664338157059, -0.06755754717766571, -1.3977897961662875], "max": [0.598921348171849, 0.2650707723395638, 1.2499320088680645, -0.017449611918145758, 0.10304628989631981, 1.4459814493156962, 0.6029925234129568, -0.1886759830782102, 1.1445401495295113, 0.08702682013843055, 0.032161943184525255, -1.2876166256913562], "count": [828]}, "eef_sim_pose_action": {"mean": [0.4310531626033291, 0.23729712395306204, 1.1780306109666387, -0.06214644365491054, 0.030278168444651667, 1.3435734114847087, 0.48259068567990737, -0.19533563470931106, 1.1265424319511745, 0.03479983401183288, -0.020732087383533087, -1.360401408131063], "std": [0.07445156784612683, 0.04323476369533162, 0.034947457901556046, 0.06544273700989316, 0.02544243714000327, 0.14367064301886298, 0.061392547025965125, 0.007753565668592147, 0.010538057428784737, 0.05298206036377518, 0.024053961379177608, 0.03457296708595157], "min": [0.383487630562163, 0.14197109164168692, 1.1495511034274462, -0.188037401886274, -0.024508694236500927, 1.059623147352974, 0.3963669976037241, -0.21434825331051302, 1.1065882355230883, -0.06778664338157059, -0.06755754717766571, -1.3977897961662875], "max": [0.598921348171849, 0.2650707723395638, 1.2499320088680645, -0.017449611918145758, 0.10304628989631981, 1.4459814493156962, 0.6029925234129568, -0.1886759830782102, 1.1445401495295113, 0.08702682013843055, 0.032161943184525255, -1.2876166256913562], "count": [828]}, "gripper_mode_state": {"mean": [0.39855072463768115, 0.8466183574879227], "std": [0.48959988207562255, 0.3603549836652377], "min": [0, 0], "max": [1, 1], "count": [828]}, "gripper_activity_state": {"mean": [1.9963768115942029, 1.9553140096618358], "std": [0.060083782433975316, 0.20661353442033836], "min": [1, 1], "max": [2, 2], "count": [828]}, "gripper_mode_action": {"mean": [0.3997584541062802, 0.8478260869565217], "std": [0.48984858117263075, 0.35918938351866664], "min": [0, 0], "max": [1, 1], "count": [828]}, "gripper_activity_action": {"mean": [1.9963768115942029, 1.9553140096618358], "std": [0.06008378243397532, 0.2066135344203384], "min": [1, 1], "max": [2, 2], "count": [828]}}} +{"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.46408267738185016]], [[0.4597131999434389]], [[0.4520058145320094]]], "std": [[[0.16889230637735891]], [[0.17586288228659766]], [[0.18191513839566595]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4546587939395844]], [[0.45107076027526394]], [[0.4445071185792693]]], "std": [[[0.1491412937119565]], [[0.15206566053293044]], [[0.15716859041314982]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682379755320932]], [[0.4711548163335847]], [[0.4619747255739903]]], "std": [[[0.15718493250789597]], [[0.15553151793304218]], [[0.16405626066422674]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5045493862074745]], [[0.49563458788964304]], [[0.47985749486760515]]], "std": [[[0.17059678081325721]], [[0.16390001576743776]], [[0.17223959567029234]]], "count": [156]}, "observation.state": {"min": [-0.5653820037841797, 0.028588492423295975, -0.00020943951676599681, -1.9923456907272339, -0.29312804341316223, -0.11958996206521988, -0.22762583196163177, -0.28326699137687683, 0.3568679988384247, 0.05186000093817711, -1.7184109687805176, -1.472319483757019, -1.2573317289352417, -0.17332863807678223, 0.040072761476039886, -0.26282912492752075, -1.7714568376541138, -0.017034413293004036, -0.24034929275512695, -0.026232298463582993, -0.3334459960460663, -0.5891320109367371, 0.1047469973564148, 1.3305240869522095, -1.461089849472046, 0.9911064505577087, 0.0, 0.0, -0.06211870163679123, -0.182675302028656, -0.8267791867256165, 1.9122710227966309, -1.080330491065979, -0.0031125762034207582], "max": [0.28756043314933777, 0.2722539007663727, 0.2901260554790497, -1.1775562763214111, -0.15372858941555023, 0.05672319978475571, -0.01979203335940838, -0.1845030039548874, 0.5703409910202026, 0.20191499590873718, -1.2972227334976196, -1.2476204633712769, -1.0592374801635742, 0.601981520652771, 0.18935076892375946, -0.11657053977251053, -0.7158119082450867, 0.13318607211112976, -0.003490658476948738, 0.17346827685832977, -0.29025301337242126, -0.376116007566452, 0.14810000360012054, 1.5482144355773926, -1.2692193984985352, 1.1528631448745728, 1001.0, 1002.0, -0.06209614500403404, -0.17665593326091766, -0.8251691460609436, 1.9127932786941528, -1.0774297714233398, 0.0035966914147138596], "mean": [0.05423252284526825, 0.18476282060146332, 0.10739213973283768, -1.7041906118392944, -0.23516827821731567, -0.02890613116323948, -0.11230884492397308, -0.2558854818344116, 0.4182312786579132, 0.15979847311973572, -1.4434845447540283, -1.3816730976104736, -1.172087550163269, 0.15221530199050903, 0.06398488581180573, -0.17177101969718933, -1.3414555788040161, 0.02888154610991478, -0.18878965079784393, 0.10163886845111847, -0.30624473094940186, -0.47431880235671997, 0.11644785106182098, 1.502505898475647, -1.3132028579711914, 1.1081136465072632, 473.06768798828125, 208.53562927246094, -0.06210729852318764, -0.17809338867664337, -0.8259058594703674, 1.912681221961975, -1.0788713693618774, 0.0007049888954497874], "std": [0.25987017154693604, 0.06724180281162262, 0.08414897322654724, 0.19949032366275787, 0.031170988455414772, 0.03635561466217041, 0.08174645155668259, 0.03724358230829239, 0.06361193209886551, 0.048303164541721344, 0.14533668756484985, 0.06153562292456627, 0.04252493008971214, 0.17298205196857452, 0.04527565464377403, 0.03435508906841278, 0.23206859827041626, 0.0351153165102005, 0.0722065344452858, 0.04652850329875946, 0.010538664646446705, 0.048546869307756424, 0.011120371520519257, 0.07239226251840591, 0.04894278943538666, 0.05381989851593971, 486.6659240722656, 389.513916015625, 1.66455038197455e-06, 0.0018309883307665586, 0.00039763652603141963, 0.00013226497685536742, 0.0005980503046885133, 0.0007134547340683639], "count": [842]}, "action": {"min": [-0.5653820037841797, 0.028588492423295975, -0.00020943951676599681, -1.9923456907272339, -0.29312804341316223, -0.11958996206521988, -0.22762583196163177, -0.28326699137687683, 0.3568679988384247, 0.05186000093817711, -1.7184109687805176, -1.472319483757019, -1.2573317289352417, -0.17332863807678223, 0.040072761476039886, -0.26282912492752075, -1.7714568376541138, -0.017034413293004036, -0.24034929275512695, -0.026232298463582993, -0.3334459960460663, -0.5891320109367371, 0.1047469973564148, 1.3305240869522095, -1.461089849472046, 0.9911064505577087, 0.0, 0.0, -0.06211870163679123, -0.182675302028656, -0.8267791867256165, 1.9122710227966309, -1.080330491065979, -0.0031125762034207582], "max": [0.28756043314933777, 0.2722539007663727, 0.2901260554790497, -1.1775562763214111, -0.15372858941555023, 0.05672319978475571, -0.01979203335940838, -0.1845030039548874, 0.5703409910202026, 0.20191499590873718, -1.2972227334976196, -1.2476204633712769, -1.0592374801635742, 0.601981520652771, 0.18935076892375946, -0.11657053977251053, -0.7158119082450867, 0.13318607211112976, -0.003490658476948738, 0.17346827685832977, -0.29025301337242126, -0.37613099813461304, 0.14810000360012054, 1.5482144355773926, -1.2692193984985352, 1.1528631448745728, 1001.0, 1002.0, -0.06209614500403404, -0.17665593326091766, -0.8251691460609436, 1.9127932786941528, -1.0774297714233398, 0.0035966914147138596], "mean": [0.05395762249827385, 0.18466369807720184, 0.10747399181127548, -1.7039653062820435, -0.23514340817928314, -0.02896423265337944, -0.11248782277107239, -0.2558707296848297, 0.41830170154571533, 0.15974026918411255, -1.443690299987793, -1.381805658340454, -1.1721019744873047, 0.15257789194583893, 0.06381281465291977, -0.17165254056453705, -1.3409727811813354, 0.028812767937779427, -0.18899300694465637, 0.10179653018712997, -0.3062579333782196, -0.4744308590888977, 0.11645104736089706, 1.502589464187622, -1.3131486177444458, 1.1082077026367188, 473.06768798828125, 208.5332489013672, -0.06210729852318764, -0.17809456586837769, -0.8259049654006958, 1.912681221961975, -1.0788707733154297, 0.0007052312721498311], "std": [0.2597685158252716, 0.06722013652324677, 0.08411883562803268, 0.19943353533744812, 0.031164418905973434, 0.03638190031051636, 0.08170890063047409, 0.03723521903157234, 0.06358759850263596, 0.04828200489282608, 0.14525187015533447, 0.06152021884918213, 0.04253124073147774, 0.1726182997226715, 0.04507386311888695, 0.034212615340948105, 0.23159584403038025, 0.03509949520230293, 0.07209432870149612, 0.046319492161273956, 0.010527962818741798, 0.04842878878116608, 0.011118791066110134, 0.07240140438079834, 0.04894925653934479, 0.05381346866488457, 486.6659240722656, 389.50885009765625, 1.6656429124850547e-06, 0.001831035246141255, 0.00039736044709570706, 0.00013228329771663994, 0.0005982283619232476, 0.0007134166080504656], "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": [67], "max": [67], "mean": [67.0], "std": [0.0], "count": [842]}, "index": {"min": [57010], "max": [57851], "mean": [57430.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5130641330166271, 0.2084655581443679], "std": [0.49982929928979486, 0.38937043955397954], "count": [842]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5130641330166271, 0.2084655581443679], "std": [0.49982929928979486, 0.38937043955397954], "count": [842]}, "eef_direction_state": {"mean": [4.741092636579572, 4.994061757719715], "std": [2.327047969064184, 2.1727557041934435], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_state": {"mean": [0.30641330166270786, 0.20783847980997625], "std": [0.5693532691538896, 0.47079589209231587], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_acc_mag_state": {"mean": [0.2042755344418052, 0.15676959619952494], "std": [0.5392708723123038, 0.4816174417686127], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_direction_action": {"mean": [4.741092636579572, 4.994061757719715], "std": [2.327047969064184, 2.1727557041934435], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_action": {"mean": [0.30641330166270786, 0.20783847980997625], "std": [0.5693532691538896, 0.4707958920923159], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_acc_mag_action": {"mean": [0.2042755344418052, 0.15676959619952494], "std": [0.5392708723123038, 0.4816174417686127], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_sim_pose_state": {"mean": [0.43939147295217207, 0.23643891538849288, 1.1758441086335656, -0.09055132630374303, 0.025421587356788615, 1.316823774268525, 0.4952608703244795, -0.19520457597631152, 1.1251909891341152, 0.09316622767118853, -0.06221772158524008, -1.3088191208894546], "std": [0.0679472572932405, 0.03550006901422792, 0.03140703301993068, 0.06552277560450746, 0.03631031532637886, 0.1263573139487134, 0.048188808776586094, 0.00967877108292951, 0.007571233213875526, 0.08128594999466994, 0.024775404716662022, 0.017944718470339044], "min": [0.3772112009206622, 0.15326684350569625, 1.156554815541041, -0.1984975369039773, -0.05301287116878384, 1.081341753640379, 0.396347126153048, -0.22238485440188996, 1.1169897512582954, -0.08373524848960878, -0.118139110050697, -1.3492429779051776], "max": [0.6008345183299847, 0.2655782353718673, 1.2391101558805355, -0.017466940970709555, 0.08046073949132104, 1.4460046972017206, 0.60844022263372, -0.18864471154324886, 1.1453994805241132, 0.14934701809444584, 0.029284678422806687, -1.2282798185651251], "count": [842]}, "eef_sim_pose_action": {"mean": [0.4394673605595683, 0.236402339594567, 1.175845181080554, -0.09067082598670258, 0.025455197424954265, 1.3166203757328263, 0.4953741929728776, -0.19520760927980205, 1.1251645848326797, 0.09328222986154368, -0.06222392087181177, -1.3088258497570624], "std": [0.06792046836644312, 0.03548695495747984, 0.031406399279564276, 0.06548159129134618, 0.03633005610064296, 0.12628713068155456, 0.04806810894388949, 0.009677114835454475, 0.007542635579487678, 0.0812906968803475, 0.02477737878129967, 0.01794401314013349], "min": [0.3772112009206622, 0.15326684350569625, 1.156554815541041, -0.1984975369039773, -0.05301287116878384, 1.081341753640379, 0.396347126153048, -0.22238485440188996, 1.1169897512582954, -0.08373524848960878, -0.118139110050697, -1.3492429779051776], "max": [0.6008345183299847, 0.2655782353718673, 1.2391101558805355, -0.017466940970709555, 0.08046073949132104, 1.4460046972017206, 0.60844022263372, -0.18864471154324886, 1.1453994805241132, 0.14934701809444584, 0.029284678422806687, -1.2282798185651251], "count": [842]}, "gripper_mode_state": {"mean": [0.48693586698337293, 0.7897862232779097], "std": [0.49982929928979486, 0.40746035978770645], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_state": {"mean": [1.989311163895487, 1.8717339667458432], "std": [0.1330431344473888, 0.44421227673659097], "min": [0, 0], "max": [2, 2], "count": [842]}, "gripper_mode_action": {"mean": [0.48693586698337293, 0.7897862232779097], "std": [0.49982929928979486, 0.40746035978770645], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_action": {"mean": [1.989311163895487, 1.8717339667458432], "std": [0.1330431344473888, 0.44421227673659097], "min": [0, 0], "max": [2, 2], "count": [842]}}} +{"episode_index": 68, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687051918616909]], [[0.4651822870546068]], [[0.4583323450347881]]], "std": [[[0.1631435831599707]], [[0.1710996999673824]], [[0.17727335612437928]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45458926839553027]], [[0.4509452192705039]], [[0.44452410394265235]]], "std": [[[0.14753695035532038]], [[0.15094695744842246]], [[0.1560226107650713]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47132627819945183]], [[0.4720931319839764]], [[0.46239893922622816]]], "std": [[[0.1582128649893459]], [[0.15622372063396578]], [[0.16474220755794294]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5031661896479022]], [[0.4926041587602783]], [[0.4786924125026355]]], "std": [[[0.16124551920933397]], [[0.15559513714494905]], [[0.1647625438033918]]], "count": [155]}, "observation.state": {"min": [-0.5766218304634094, 0.011711159721016884, 0.013072516769170761, -1.9492534399032593, -0.3390302062034607, -0.09459684789180756, -0.25474825501441956, -0.283268004655838, 0.35787999629974365, 0.049219999462366104, -1.6925467252731323, -1.5861868858337402, -1.2810019254684448, -0.17331120371818542, 0.023177972063422203, -0.2626197040081024, -1.771422028541565, -0.02630211040377617, -0.14990632236003876, -0.026162484660744667, -0.3334749937057495, -0.5908929705619812, 0.10964100062847137, 1.270661473274231, -1.3937227725982666, 1.0157747268676758, 0.0, 0.0, -0.062113065272569656, -0.1830306053161621, -0.8267261385917664, 1.9121593236923218, -1.0806403160095215, -0.0016849108505994081], "max": [0.2935818135738373, 0.24907593429088593, 0.29068461060523987, -1.120396614074707, -0.13725268840789795, 0.06773623079061508, -0.01984439231455326, -0.18406599760055542, 0.5736650228500366, 0.2018900066614151, -1.2972227334976196, -1.3183525800704956, -1.1612212657928467, 0.6016673445701599, 0.1892635077238083, -0.09292132407426834, -0.7202625274658203, 0.09224064648151398, 0.01953023299574852, 0.14121457934379578, -0.29205799102783203, -0.37615901231765747, 0.15163899958133698, 1.4755313396453857, -1.253161072731018, 1.1390870809555054, 1001.0, 1001.0, -0.06209614500403404, -0.1765243411064148, -0.8245867490768433, 1.9132083654403687, -1.0768109560012817, 0.0019165267003700137], "mean": [0.03239177167415619, 0.15238364040851593, 0.12232813239097595, -1.6853867769241333, -0.24127280712127686, -0.03111344389617443, -0.09089643508195877, -0.25326377153396606, 0.4236893057823181, 0.1479257494211197, -1.424633264541626, -1.4023782014846802, -1.2081905603408813, 0.14916573464870453, 0.05012446641921997, -0.13369357585906982, -1.3622673749923706, 0.010860669426620007, -0.10886819660663605, 0.06308043003082275, -0.30657246708869934, -0.47803568840026855, 0.13080638647079468, 1.404038906097412, -1.290982723236084, 1.1060023307800293, 489.85064697265625, 209.42294311523438, -0.06210531294345856, -0.1781732141971588, -0.8258839845657349, 1.9127188920974731, -1.078860878944397, 0.0007347942446358502], "std": [0.26688575744628906, 0.0946812853217125, 0.09070827066898346, 0.21146370470523834, 0.058479588478803635, 0.03904285654425621, 0.08311370015144348, 0.037704601883888245, 0.06471798568964005, 0.054364681243896484, 0.14449119567871094, 0.09665581583976746, 0.041321367025375366, 0.177959144115448, 0.050892967730760574, 0.04738280922174454, 0.23781974613666534, 0.03649905323982239, 0.03356408327817917, 0.038497425615787506, 0.01017282996326685, 0.0500788614153862, 0.009316050447523594, 0.049612902104854584, 0.04698518291115761, 0.0440368689596653, 487.34857177734375, 390.0130615234375, 1.0650392141542397e-06, 0.00176484533585608, 0.00036172050749883056, 0.0001206153174280189, 0.0006703247781842947, 0.0004214973305352032], "count": [837]}, "action": {"min": [-0.5766218304634094, 0.011711159721016884, 0.013072516769170761, -1.9492534399032593, -0.3390302062034607, -0.09459684789180756, -0.25474825501441956, -0.283268004655838, 0.35787999629974365, 0.049219999462366104, -1.6925467252731323, -1.5861868858337402, -1.2810019254684448, -0.17331120371818542, 0.023177972063422203, -0.2626197040081024, -1.771422028541565, -0.02630211040377617, -0.14990632236003876, -0.026162484660744667, -0.3334749937057495, -0.5908929705619812, 0.10964100062847137, 1.270661473274231, -1.3937227725982666, 1.0157747268676758, 0.0, 0.0, -0.062113065272569656, -0.1830306053161621, -0.8267261385917664, 1.9121593236923218, -1.0806403160095215, -0.0016849108505994081], "max": [0.2935818135738373, 0.24907593429088593, 0.29068461060523987, -1.120396614074707, -0.13725268840789795, 0.06773623079061508, -0.01984439231455326, -0.18406599760055542, 0.5736650228500366, 0.2018900066614151, -1.2972227334976196, -1.3183525800704956, -1.1612212657928467, 0.6016673445701599, 0.1892635077238083, -0.09292132407426834, -0.7202625274658203, 0.09224064648151398, 0.01953023299574852, 0.14121457934379578, -0.29205799102783203, -0.37615901231765747, 0.15163899958133698, 1.4755313396453857, -1.253161072731018, 1.1390870809555054, 1001.0, 1001.0, -0.06209614500403404, -0.1765243411064148, -0.8245867490768433, 1.9132083654403687, -1.0768109560012817, 0.0019165267003700137], "mean": [0.03207330033183098, 0.15213944017887115, 0.1224386915564537, -1.6851176023483276, -0.24114109575748444, -0.031174520030617714, -0.09095345437526703, -0.253246545791626, 0.42377421259880066, 0.14783109724521637, -1.4247490167617798, -1.4024587869644165, -1.20830237865448, 0.14952456951141357, 0.049931600689888, -0.13351653516292572, -1.3618165254592896, 0.010766830295324326, -0.10894278436899185, 0.06318593770265579, -0.3065869212150574, -0.47815394401550293, 0.13083237409591675, 1.403969407081604, -1.290900707244873, 1.106085181236267, 489.85064697265625, 209.42294311523438, -0.06210531294345856, -0.17817457020282745, -0.8258838653564453, 1.912718653678894, -1.0788609981536865, 0.0007350618834607303], "std": [0.2667664587497711, 0.09471607953310013, 0.09066686034202576, 0.21139809489250183, 0.05857522413134575, 0.03906663507223129, 0.0830814316868782, 0.03769420459866524, 0.06468965113162994, 0.05433976650238037, 0.1444283127784729, 0.09661438316106796, 0.04138393700122833, 0.17761126160621643, 0.05067075416445732, 0.0471772700548172, 0.237400084733963, 0.036458760499954224, 0.03353291004896164, 0.03837350010871887, 0.010160844773054123, 0.04995475336909294, 0.009287442080676556, 0.049553606659173965, 0.04697826877236366, 0.04402800649404526, 487.3486022949219, 390.01312255859375, 1.066535787686007e-06, 0.0017643177416175604, 0.0003617721376940608, 0.00012061397865181789, 0.0006703251856379211, 0.00042147442582063377], "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": [68], "max": [68], "mean": [68.0], "std": [0.0], "count": [837]}, "index": {"min": [57852], "max": [58688], "mean": [58270.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5292712066905615, 0.20942174413340475], "std": [0.49914246108589017, 0.390011705211973], "count": [837]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5292712066905615, 0.20942174413340475], "std": [0.49914246108589017, 0.3900117052119731], "count": [837]}, "eef_direction_state": {"mean": [4.714456391875746, 5.181600955794504], "std": [2.329683545320301, 1.9899378467864326], "min": [0, 0], "max": [6, 6], "count": [837]}, "eef_velocity_state": {"mean": [0.2712066905615293, 0.1816009557945042], "std": [0.49542239227276547, 0.469368337729183], "min": [0, 0], "max": [2, 2], "count": [837]}, "eef_acc_mag_state": {"mean": [0.21983273596176822, 0.16129032258064516], "std": [0.5590044664652655, 0.4903194365742073], "min": [0, 0], "max": [2, 2], "count": [837]}, "eef_direction_action": {"mean": [4.714456391875746, 5.181600955794504], "std": [2.329683545320301, 1.9899378467864324], "min": [0, 0], "max": [6, 6], "count": [837]}, "eef_velocity_action": {"mean": [0.2712066905615293, 0.1816009557945042], "std": [0.49542239227276547, 0.469368337729183], "min": [0, 0], "max": [2, 2], "count": [837]}, "eef_acc_mag_action": {"mean": [0.21983273596176822, 0.16129032258064516], "std": [0.5590044664652655, 0.4903194365742073], "min": [0, 0], "max": [2, 2], "count": [837]}, "eef_sim_pose_state": {"mean": [0.4449797361895683, 0.2231566777043234, 1.177112849979278, -0.10275733202111402, 0.05954362449564255, 1.3213737616269536, 0.4964237903317325, -0.2012974256770729, 1.131203064100812, 0.03742404085979244, -0.05242310229799961, -1.3799167410092157], "std": [0.06996621606455965, 0.041794578377197425, 0.029640481097836607, 0.08134848437384141, 0.02811698001966763, 0.14734209567565676, 0.049702613211476655, 0.007231081633308686, 0.005878265705373334, 0.057299824264047734, 0.017907987664640867, 0.03314066924096705], "min": [0.3760541222970151, 0.15091663089888813, 1.1567861325590292, -0.23643789245742242, 0.024919117793665846, 1.051109501773674, 0.39637041321512084, -0.21953266097970597, 1.1206693239790848, -0.10784823509965291, -0.10153178516843031, -1.400364151153837], "max": [0.6056633429422628, 0.26665150058129616, 1.2310727769992917, -0.017478786084525133, 0.10966205340440438, 1.446070162283177, 0.6090444362254395, -0.18861545665078602, 1.1489813981527097, 0.0712217242362777, -0.0029938618661156102, -1.3036169845559038], "count": [837]}, "eef_sim_pose_action": {"mean": [0.44506719247561016, 0.22307157467778754, 1.1771150335434395, -0.10288966261189098, 0.05962239472203735, 1.3212729349888408, 0.49653938344725984, -0.20131102109135063, 1.1311857210172098, 0.03744928040009068, -0.052412851707095295, -1.3800286387727347], "std": [0.06993506318113722, 0.0417828003636966, 0.02963905233027712, 0.08129974649728267, 0.028134004261117816, 0.14728572777489474, 0.049582195118765264, 0.007218051423510249, 0.005860372970914363, 0.05730909159056581, 0.017901764160703312, 0.033043151895664064], "min": [0.3760541222970151, 0.15091663089888813, 1.1567861325590292, -0.23643789245742242, 0.024919117793665846, 1.051109501773674, 0.39637041321512084, -0.21953266097970597, 1.1206693239790848, -0.10784823509965291, -0.10153178516843031, -1.400364151153837], "max": [0.6056633429422628, 0.26665150058129616, 1.2310727769992917, -0.017478786084525133, 0.10966205340440438, 1.446070162283177, 0.6090444362254395, -0.18861545665078602, 1.1489813981527097, 0.0712217242362777, -0.0029938618661156102, -1.3036169845559038], "count": [837]}, "gripper_mode_state": {"mean": [0.47072879330943845, 0.7897252090800478], "std": [0.49914246108589017, 0.4075037462693077], "min": [0, 0], "max": [1, 1], "count": [837]}, "gripper_activity_state": {"mean": [1.989247311827957, 1.875746714456392], "std": [0.13343735103215937, 0.43595520346781425], "min": [0, 0], "max": [2, 2], "count": [837]}, "gripper_mode_action": {"mean": [0.47072879330943845, 0.7897252090800478], "std": [0.49914246108589017, 0.4075037462693076], "min": [0, 0], "max": [1, 1], "count": [837]}, "gripper_activity_action": {"mean": [1.989247311827957, 1.875746714456392], "std": [0.13343735103215937, 0.43595520346781425], "min": [0, 0], "max": [2, 2], "count": [837]}}} +{"episode_index": 69, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4666587178008458]], [[0.4630945609861592]], [[0.4552977616782007]]], "std": [[[0.15978304893532874]], [[0.16808229611260764]], [[0.17454679821601277]]], "count": [170]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46016606473471744]], [[0.4554322303921569]], [[0.45026072063629374]]], "std": [[[0.15015445685604115]], [[0.15309282480877318]], [[0.1583743911239712]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47398579032103033]], [[0.4766303080545944]], [[0.46695234164744326]]], "std": [[[0.1625394600963318]], [[0.16103268277211935]], [[0.169591026182372]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49674172794117644]], [[0.4848477833044983]], [[0.47157183655324875]]], "std": [[[0.16519284119588246]], [[0.1555056126633579]], [[0.16325557538526075]]], "count": [170]}, "observation.state": {"min": [-0.5424483418464661, -0.026598818600177765, 0.04098033159971237, -1.8961082696914673, -0.25389304757118225, -0.061854466795921326, -0.22052235901355743, -0.289808988571167, 0.3666270077228546, 0.042603999376297, -1.6618412733078003, -1.5106576681137085, -1.2471128702163696, -0.17332863807678223, 0.019984019920229912, -0.2626371383666992, -1.7714568376541138, -0.008063421584665775, -0.2608569264411926, -0.0262148454785347, -0.33953699469566345, -0.5898900032043457, 0.10966400057077408, 1.3477671146392822, -1.407555341720581, 0.9828986525535583, 0.0, 0.0, -0.06215254217386246, -0.23520661890506744, -0.8266381621360779, 1.911943793296814, -1.0814311504364014, -0.0019582936074584723], "max": [0.2658310830593109, 0.2410648763179779, 0.2756049633026123, -1.1541513204574585, -0.14409437775611877, 0.11424925178289413, -0.01979203335940838, -0.18790200352668762, 0.5685889720916748, 0.20234400033950806, -1.2967265844345093, -1.3178842067718506, -1.0568056106567383, 0.6211975812911987, 0.1892635077238083, -0.1154884397983551, -0.6546381115913391, 0.11814133822917938, -0.009320057928562164, 0.1667662113904953, -0.29204699397087097, -0.3761560022830963, 0.1537960022687912, 1.4907137155532837, -1.295365810394287, 1.1021322011947632, 1001.0, 1002.0, -0.062073588371276855, -0.2290782332420349, -0.825363278388977, 1.9130364656448364, -1.0773996114730835, 0.005138265900313854], "mean": [0.11292527616024017, 0.1806267648935318, 0.08454906940460205, -1.7336782217025757, -0.22788339853286743, -0.019239570945501328, -0.06454779207706451, -0.26743367314338684, 0.4048660695552826, 0.16993315517902374, -1.3686127662658691, -1.3580598831176758, -1.184268593788147, 0.18468518555164337, 0.08419926464557648, -0.16963793337345123, -1.2692402601242065, 0.022444332018494606, -0.15796446800231934, 0.10293300449848175, -0.32414108514785767, -0.4820009171962738, 0.12675385177135468, 1.4550970792770386, -1.3240938186645508, 1.0341533422470093, 619.6655883789062, 165.58729553222656, -0.06212059035897255, -0.23287512362003326, -0.8258688449859619, 1.9125359058380127, -1.0789227485656738, 0.0007359252194873989], "std": [0.24746979773044586, 0.08804668486118317, 0.07744454592466354, 0.19899232685565948, 0.03558006510138512, 0.03469586744904518, 0.060187071561813354, 0.03350682929158211, 0.06130359694361687, 0.05163099616765976, 0.1219625249505043, 0.05760866403579712, 0.032940495759248734, 0.216024711728096, 0.0474042184650898, 0.042109906673431396, 0.29914265871047974, 0.034366425126791, 0.06328638643026352, 0.05743205174803734, 0.015866464003920555, 0.059700969606637955, 0.010178377851843834, 0.04688394069671631, 0.030422603711485863, 0.02076765149831772, 474.1697998046875, 355.44775390625, 1.3149954611435533e-05, 0.0023238565772771835, 0.0001626712764846161, 0.0002353632589802146, 0.0005521528655663133, 0.0008723346400074661], "count": [945]}, "action": {"min": [-0.5424483418464661, -0.026598818600177765, 0.04098033159971237, -1.8961082696914673, -0.25389304757118225, -0.061854466795921326, -0.22052235901355743, -0.289808988571167, 0.3666270077228546, 0.042603999376297, -1.6618412733078003, -1.5106576681137085, -1.2471128702163696, -0.17332863807678223, 0.019984019920229912, -0.2626371383666992, -1.7714568376541138, -0.008063421584665775, -0.2608569264411926, -0.0262148454785347, -0.33953699469566345, -0.5898900032043457, 0.10966400057077408, 1.3477671146392822, -1.407555341720581, 0.9828986525535583, 0.0, 0.0, -0.06215254217386246, -0.23520661890506744, -0.8266381621360779, 1.911943793296814, -1.0814311504364014, -0.0019582936074584723], "max": [0.2658310830593109, 0.2410648763179779, 0.2756049633026123, -1.1541513204574585, -0.14409437775611877, 0.11424925178289413, -0.01979203335940838, -0.18790200352668762, 0.5685889720916748, 0.20234400033950806, -1.2967265844345093, -1.3178842067718506, -1.0568056106567383, 0.6211975812911987, 0.1892635077238083, -0.1154884397983551, -0.6546381115913391, 0.11814133822917938, -0.009320057928562164, 0.1667662113904953, -0.29204699397087097, -0.3761560022830963, 0.1537960022687912, 1.4907137155532837, -1.295365810394287, 1.1021322011947632, 1001.0, 1002.0, -0.062073588371276855, -0.2290782332420349, -0.825363278388977, 1.9130364656448364, -1.0773996114730835, 0.005138265900313854], "mean": [0.11271294951438904, 0.18047791719436646, 0.08458130061626434, -1.733461856842041, -0.22782102227210999, -0.019281163811683655, -0.06464029103517532, -0.2674400508403778, 0.4049241840839386, 0.16989098489284515, -1.3686631917953491, -1.3581337928771973, -1.1843253374099731, 0.1850438416004181, 0.08407467603683472, -0.16953019797801971, -1.2687181234359741, 0.022366946563124657, -0.15809641778469086, 0.10308344662189484, -0.32418331503868103, -0.4821103811264038, 0.12677106261253357, 1.4551105499267578, -1.324061632156372, 1.0341142416000366, 619.6655883789062, 165.58836364746094, -0.06212062016129494, -0.23287537693977356, -0.8258689045906067, 1.9125361442565918, -1.078922986984253, 0.0007359292940236628], "std": [0.24742445349693298, 0.08806343376636505, 0.07743313908576965, 0.19897784292697906, 0.035586386919021606, 0.03472113609313965, 0.06018555164337158, 0.03351040929555893, 0.061293378472328186, 0.0516212061047554, 0.12194309383630753, 0.057603172957897186, 0.03298741579055786, 0.21571047604084015, 0.04728247970342636, 0.04200200363993645, 0.2986946105957031, 0.03435097262263298, 0.0632195919752121, 0.05728019401431084, 0.01583418808877468, 0.059601541608572006, 0.01016323547810316, 0.04689173772931099, 0.03043351136147976, 0.020741358399391174, 474.1697998046875, 355.4502258300781, 1.3145165212335996e-05, 0.002323460765182972, 0.0001626818993827328, 0.00023532415798399597, 0.000552262703422457, 0.0008723348146304488], "count": [945]}, "timestamp": {"min": [0.0], "max": [31.466666666666665], "mean": [15.733333333333333], "std": [9.093261648462967], "count": [945]}, "frame_index": {"min": [0], "max": [944], "mean": [472.0], "std": [272.79784945388894], "count": [945]}, "episode_index": {"min": [69], "max": [69], "mean": [69.0], "std": [0.0], "count": [945]}, "index": {"min": [58689], "max": [59633], "mean": [59161.0], "std": [272.79784945388894], "count": [945]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [945]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6550264550264551, 0.16551322755600922], "std": [0.4753596514660564, 0.35527532522041705], "count": [945]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6550264550264551, 0.16551322755600922], "std": [0.47535965146605647, 0.35527532522041677], "count": [945]}, "eef_direction_state": {"mean": [5.101587301587301, 5.022222222222222], "std": [1.97557777204132, 2.1223261006738383], "min": [0, 0], "max": [6, 6], "count": [945]}, "eef_velocity_state": {"mean": [0.23809523809523808, 0.18306878306878308], "std": [0.5178594234578483, 0.3948465652423735], "min": [0, 0], "max": [2, 2], "count": [945]}, "eef_acc_mag_state": {"mean": [0.17354497354497356, 0.14814814814814814], "std": [0.5055654535978108, 0.4794830320794708], "min": [0, 0], "max": [2, 2], "count": [945]}, "eef_direction_action": {"mean": [5.101587301587301, 5.022222222222222], "std": [1.97557777204132, 2.1223261006738383], "min": [0, 0], "max": [6, 6], "count": [945]}, "eef_velocity_action": {"mean": [0.23809523809523808, 0.18306878306878308], "std": [0.5178594234578483, 0.3948465652423735], "min": [0, 0], "max": [2, 2], "count": [945]}, "eef_acc_mag_action": {"mean": [0.17354497354497356, 0.14814814814814814], "std": [0.5055654535978108, 0.47948303207947074], "min": [0, 0], "max": [2, 2], "count": [945]}, "eef_sim_pose_state": {"mean": [0.42390598104744776, 0.23981007186826728, 1.1682319908643208, -0.05599600136953314, 0.03740934941446577, 1.378665740002773, 0.5019382981270374, -0.20489938915365968, 1.1160931389768114, 0.015978044469050826, -0.08160127046823715, -1.3108748323781292], "std": [0.06497491202269116, 0.040311737484349366, 0.02786630340687901, 0.056120939895312784, 0.028043640117396972, 0.11049655498261941, 0.05938240385654994, 0.008845730018600279, 0.014975325630147475, 0.03594379521020728, 0.031202900839893473, 0.013813284853616738], "min": [0.3834514906490088, 0.13855663430618587, 1.1441025056076142, -0.18793434238607382, -0.030555214311456913, 1.0867806519643635, 0.39636537256710286, -0.2265291998043107, 1.1053616507440072, -0.052862855597574976, -0.11053220022359778, -1.3554635185855193], "max": [0.5965785053608088, 0.26491909125605717, 1.2352258038096533, -0.017306234791133912, 0.09690452450909559, 1.447089250212788, 0.6090813432217423, -0.18867020249286287, 1.1452517188890379, 0.04801238126130347, 0.015282150840941311, -1.2931173853853768], "count": [945]}, "eef_sim_pose_action": {"mean": [0.4239654161816482, 0.23977460324597727, 1.1682190687904137, -0.05605375052149814, 0.03747276249687198, 1.378599818305684, 0.5020476161209468, -0.2049165296032082, 1.1160523418260306, 0.015965153983409607, -0.08164427183197057, -1.3108763196015114], "std": [0.06496361674141699, 0.04030472984614226, 0.027874428700690613, 0.05610940971640526, 0.028100460987251007, 0.11047502320719418, 0.059283005309675604, 0.008829985787356583, 0.014950369713670397, 0.035934530180985115, 0.03121147670855515, 0.013812649450323919], "min": [0.3834514906490088, 0.13855663430618587, 1.1441025056076142, -0.18793434238607382, -0.030555214311456913, 1.0867806519643635, 0.39636537256710286, -0.2265291998043107, 1.1053616507440072, -0.052862855597574976, -0.11053220022359778, -1.3554635185855193], "max": [0.5965785053608088, 0.26491909125605717, 1.2352258038096533, -0.017306234791133912, 0.09690452450909559, 1.447089250212788, 0.6090813432217423, -0.18867020249286287, 1.1452517188890379, 0.04801238126130347, 0.015282150840941311, -1.2931173853853768], "count": [945]}, "gripper_mode_state": {"mean": [0.344973544973545, 0.834920634920635], "std": [0.4753596514660564, 0.3712521626931803], "min": [0, 0], "max": [1, 1], "count": [945]}, "gripper_activity_state": {"mean": [1.9904761904761905, 1.8867724867724869], "std": [0.12562767579307552, 0.4177093697176322], "min": [0, 0], "max": [2, 2], "count": [945]}, "gripper_mode_action": {"mean": [0.344973544973545, 0.834920634920635], "std": [0.47535965146605647, 0.37125216269318007], "min": [0, 0], "max": [1, 1], "count": [945]}, "gripper_activity_action": {"mean": [1.9904761904761905, 1.8867724867724869], "std": [0.12562767579307552, 0.4177093697176322], "min": [0, 0], "max": [2, 2], "count": [945]}}} +{"episode_index": 70, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46811861912975067]], [[0.4652129327039458]], [[0.45672552675905753]]], "std": [[[0.1615456002603083]], [[0.17003096847212507]], [[0.17676186990593787]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45843059842249656]], [[0.451478980069394]], [[0.44523490579359315]]], "std": [[[0.15188092564650682]], [[0.1544266659885864]], [[0.1593658448299322]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47304955922698294]], [[0.47272130184378275]], [[0.4630288671023965]]], "std": [[[0.15786243915633277]], [[0.15587611350960076]], [[0.16445459950595012]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5080959122589365]], [[0.49449176198257083]], [[0.4789722070927136]]], "std": [[[0.16604424214457467]], [[0.15822182437845747]], [[0.16677005440800372]]], "count": [162]}, "observation.state": {"min": [-0.5737246870994568, 0.025586526840925217, 0.017208946868777275, -1.9145911931991577, -0.3144559860229492, -0.026651177555322647, -0.2352878302335739, -0.2832599878311157, 0.3666509985923767, 0.04846600070595741, -1.6832244396209717, -1.5786244869232178, -1.2609655857086182, -0.17331120371818542, 0.017505653202533722, -0.26258477568626404, -1.7714568376541138, 0.016441000625491142, -0.1970127671957016, -0.0262148454785347, -0.3344379961490631, -0.589510977268219, 0.10692399740219116, 1.3153975009918213, -1.3881090879440308, 1.0152816772460938, 0.0, 0.0, -0.06214313954114914, -0.235249862074852, -0.8260422945022583, 1.9122488498687744, -1.0801736116409302, -0.0013764060568064451], "max": [0.2655344009399414, 0.2410648763179779, 0.29338982701301575, -1.1578165292739868, -0.20341812074184418, 0.10508627444505692, -0.01984439231455326, -0.18061000108718872, 0.5720919966697693, 0.2020220011472702, -1.2803303003311157, -1.3142402172088623, -1.0915714502334595, 0.5992762446403503, 0.1892460584640503, -0.09890780597925186, -0.7149392366409302, 0.1054004356265068, -0.0016755161341279745, 0.1322261542081833, -0.29155001044273376, -0.3761659860610962, 0.14472900331020355, 1.4898806810379028, -1.3266265392303467, 1.1659810543060303, 1001.0, 1002.0, -0.0621243417263031, -0.22918350994586945, -0.8256731033325195, 1.9125982522964478, -1.0777419805526733, 0.0019222222035750747], "mean": [0.07725705206394196, 0.18663449585437775, 0.10005249828100204, -1.7225905656814575, -0.2626315951347351, -0.0037030386738479137, -0.0865459218621254, -0.25934696197509766, 0.41279783844947815, 0.16489702463150024, -1.3862390518188477, -1.3978900909423828, -1.1853970289230347, 0.10379033535718918, 0.04683283716440201, -0.16297584772109985, -1.381127953529358, 0.034029386937618256, -0.1588766723871231, 0.08059636503458023, -0.31251436471939087, -0.4610966742038727, 0.11485057324171066, 1.4416059255599976, -1.3379185199737549, 1.121872067451477, 528.326904296875, 199.26922607421875, -0.06213262677192688, -0.23282621800899506, -0.8258623480796814, 1.9124466180801392, -1.0788795948028564, 0.0007051147986203432], "std": [0.26748761534690857, 0.06778258085250854, 0.08722454309463501, 0.20232133567333221, 0.023055294528603554, 0.033418964594602585, 0.07980673015117645, 0.038210611790418625, 0.06475892663002014, 0.050131697207689285, 0.140945166349411, 0.09318351745605469, 0.04375923424959183, 0.20311810076236725, 0.05440598726272583, 0.040823861956596375, 0.2690372169017792, 0.021071476861834526, 0.048879511654376984, 0.04285150766372681, 0.01081782765686512, 0.056313272565603256, 0.012937845662236214, 0.05275173857808113, 0.013821919448673725, 0.05164709687232971, 487.34063720703125, 383.425537109375, 1.3678962886842783e-06, 0.0022506508976221085, 9.294459596276283e-05, 8.63489622133784e-05, 0.00046520328032784164, 0.0004630972689483315], "count": [884]}, "action": {"min": [-0.5737246870994568, 0.025586526840925217, 0.017208946868777275, -1.9145911931991577, -0.3144559860229492, -0.026651177555322647, -0.2352878302335739, -0.2832599878311157, 0.3666509985923767, 0.04846600070595741, -1.6832244396209717, -1.5786244869232178, -1.2609655857086182, -0.17331120371818542, 0.017505653202533722, -0.26258477568626404, -1.7714568376541138, 0.016441000625491142, -0.1970127671957016, -0.0262148454785347, -0.3344379961490631, -0.589510977268219, 0.10692399740219116, 1.3153975009918213, -1.3881090879440308, 1.0152816772460938, 0.0, 0.0, -0.06214313954114914, -0.235249862074852, -0.8260422945022583, 1.9122488498687744, -1.0801736116409302, -0.0013764060568064451], "max": [0.2655344009399414, 0.2410648763179779, 0.29338982701301575, -1.1578165292739868, -0.20341812074184418, 0.10508627444505692, -0.01984439231455326, -0.18061000108718872, 0.5720919966697693, 0.2020220011472702, -1.2803303003311157, -1.3142402172088623, -1.0915714502334595, 0.5992762446403503, 0.1892460584640503, -0.09890780597925186, -0.7149392366409302, 0.1054004356265068, -0.0016755161341279745, 0.1322261542081833, -0.29155001044273376, -0.3761659860610962, 0.14472900331020355, 1.4898806810379028, -1.3266265392303467, 1.1659810543060303, 1001.0, 1002.0, -0.0621243417263031, -0.22918350994586945, -0.8256731033325195, 1.9125982522964478, -1.0777419805526733, 0.0019222222035750747], "mean": [0.07704918831586838, 0.18651829659938812, 0.10011710226535797, -1.7224187850952148, -0.2626769244670868, -0.003699544118717313, -0.08664244413375854, -0.2593430280685425, 0.4128527045249939, 0.16484704613685608, -1.3862725496292114, -1.3980669975280762, -1.1854780912399292, 0.10403356701135635, 0.04664374515414238, -0.16285742819309235, -1.3807635307312012, 0.03397856280207634, -0.15901753306388855, 0.08072317391633987, -0.31253719329833984, -0.4611753523349762, 0.11484804004430771, 1.4415984153747559, -1.337920904159546, 1.1219781637191772, 528.326904296875, 199.2669677734375, -0.06213262304663658, -0.23281976580619812, -0.8258626461029053, 1.9124467372894287, -1.0788798332214355, 0.0007051824359223247], "std": [0.26741334795951843, 0.06777738779783249, 0.08720274269580841, 0.20227816700935364, 0.023077335208654404, 0.033417366445064545, 0.07977762073278427, 0.03820832818746567, 0.064740389585495, 0.05011691525578499, 0.14092738926410675, 0.09318181872367859, 0.043824199587106705, 0.2029152810573578, 0.05420124530792236, 0.040686458349227905, 0.26872608065605164, 0.02104887180030346, 0.04878435656428337, 0.04270092770457268, 0.010795924812555313, 0.056243084371089935, 0.012939032167196274, 0.05274684727191925, 0.013820650987327099, 0.051629845052957535, 487.34063720703125, 383.421630859375, 1.3687306363863172e-06, 0.002252246020361781, 9.312172187492251e-05, 8.647293725516647e-05, 0.0004649693437386304, 0.0004631000629160553], "count": [884]}, "timestamp": {"min": [0.0], "max": [29.433333333333334], "mean": [14.716666666666667], "std": [8.50628852346571], "count": [884]}, "frame_index": {"min": [0], "max": [883], "mean": [441.5], "std": [255.18865570397128], "count": [884]}, "episode_index": {"min": [70], "max": [70], "mean": [70.0], "std": [0.0], "count": [884]}, "index": {"min": [59634], "max": [60517], "mean": [60075.5], "std": [255.18865570397128], "count": [884]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [884]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5667420814479638, 0.19914592755984775], "std": [0.49552547317367146, 0.38316772401102833], "count": [884]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5667420814479638, 0.19914592755984775], "std": [0.4955254731736715, 0.3831677240110285], "count": [884]}, "eef_direction_state": {"mean": [4.791855203619909, 5.013574660633484], "std": [2.2904734235351745, 2.1409171249323062], "min": [0, 0], "max": [6, 6], "count": [884]}, "eef_velocity_state": {"mean": [0.27262443438914025, 0.19343891402714933], "std": [0.5181081921466535, 0.4358405122873031], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_acc_mag_state": {"mean": [0.20248868778280543, 0.18099547511312217], "std": [0.541025635769521, 0.524340486402574], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_direction_action": {"mean": [4.791855203619909, 5.013574660633484], "std": [2.2904734235351745, 2.1409171249323062], "min": [0, 0], "max": [6, 6], "count": [884]}, "eef_velocity_action": {"mean": [0.27262443438914025, 0.19343891402714933], "std": [0.5181081921466535, 0.4358405122873031], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_acc_mag_action": {"mean": [0.20248868778280543, 0.18099547511312217], "std": [0.541025635769521, 0.524340486402574], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_sim_pose_state": {"mean": [0.43301208142985376, 0.23834529028239487, 1.1753299475673133, -0.06480461942235884, 0.05702661038373194, 1.3435342279402718, 0.4807542666351299, -0.1904044940245048, 1.1224392722497567, 0.062029352831937654, -0.02503484191942341, -1.33268916313124], "std": [0.06977854240864258, 0.036187150223340014, 0.03157855680909417, 0.061861049595147266, 0.05522913842135624, 0.13689786927884232, 0.05577456341817564, 0.011300935189053896, 0.009435459183792112, 0.061450181060493936, 0.01843956262220749, 0.017694374487930684], "min": [0.3834961990367664, 0.1511453213569118, 1.1535604641990485, -0.19490815624755486, -0.03346642630602559, 1.063791953433221, 0.39637219475933566, -0.21597852641126405, 1.114030885041619, -0.07519795386730255, -0.06761639681428, -1.3806844160679992], "max": [0.6030989176313865, 0.2646974514874546, 1.2409633662357484, 0.013509944952977082, 0.16121858720708837, 1.4461692425869601, 0.6077842370377925, -0.18275995233055567, 1.147746688863153, 0.10625751423299468, 0.00836053544414428, -1.303273650628595], "count": [884]}, "eef_sim_pose_action": {"mean": [0.43306919288312473, 0.23830698130349495, 1.1753277468772554, -0.06485928352809255, 0.05716926911997701, 1.3434191595575697, 0.4808325811682004, -0.190398421372132, 1.1224093130543749, 0.062092151873573045, -0.02497702631695571, -1.3327183787007588], "std": [0.06975865801838607, 0.03617734406119543, 0.03157991531359854, 0.06184057533845495, 0.0553288046118665, 0.13685454903160757, 0.05570460998132029, 0.011303297942277331, 0.009407347514092342, 0.06146409121168401, 0.018386386319987055, 0.01766888717986966], "min": [0.3834961990367664, 0.1511453213569118, 1.1535604641990485, -0.19490815624755486, -0.03346642630602559, 1.063791953433221, 0.39637219475933566, -0.21597852641126405, 1.114030885041619, -0.07519795386730255, -0.06761639681428, -1.3806844160679992], "max": [0.6030989176313865, 0.2646974514874546, 1.2409633662357484, 0.013509944952977082, 0.16121858720708837, 1.4461692425869601, 0.6077842370377925, -0.18275995233055567, 1.147746688863153, 0.10625751423299468, 0.00836053544414428, -1.303273650628595], "count": [884]}, "gripper_mode_state": {"mean": [0.4332579185520362, 0.7997737556561086], "std": [0.49552547317367146, 0.40016958332665925], "min": [0, 0], "max": [1, 1], "count": [884]}, "gripper_activity_state": {"mean": [1.989819004524887, 1.8778280542986425], "std": [0.12986405631656125, 0.4343891402714928], "min": [0, 0], "max": [2, 2], "count": [884]}, "gripper_mode_action": {"mean": [0.4332579185520362, 0.7997737556561086], "std": [0.4955254731736715, 0.4001695833266594], "min": [0, 0], "max": [1, 1], "count": [884]}, "gripper_activity_action": {"mean": [1.989819004524887, 1.8778280542986425], "std": [0.12986405631656125, 0.4343891402714928], "min": [0, 0], "max": [2, 2], "count": [884]}}} +{"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.46726798711909007]], [[0.46441308038366863]], [[0.4565850031300399]]], "std": [[[0.16232636405260956]], [[0.17158847349152254]], [[0.1779828775424826]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4565831144957983]], [[0.4507016395573381]], [[0.44441958980561924]]], "std": [[[0.15078438902721608]], [[0.15360150516158366]], [[0.1584569826324227]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696424698667346]], [[0.47219775751209575]], [[0.4622308842097445]]], "std": [[[0.1610037760914395]], [[0.15945085352345104]], [[0.16838920861589482]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5007074632883456]], [[0.49340617572786694]], [[0.47936385520117136]]], "std": [[[0.16476321469405147]], [[0.1583498048372494]], [[0.16686039284778306]]], "count": [154]}, "observation.state": {"min": [-0.5786464214324951, -0.03415609523653984, 0.03937462717294693, -1.852806568145752, -0.25389304757118225, -0.06072000786662102, -0.2168745994567871, -0.29888200759887695, 0.3662790060043335, 0.026301000267267227, -1.699617624282837, -1.5476170778274536, -1.2901960611343384, -0.17332863807678223, 0.013613567687571049, -0.26258477568626404, -1.7714568376541138, -0.015306537039577961, -0.18591247498989105, -0.0262148454785347, -0.3347319960594177, -0.5913479924201965, 0.10968200117349625, 1.3242167234420776, -1.4699029922485352, 0.9937534928321838, 0.0, 0.0, -0.06214877963066101, -0.23551680147647858, -0.8268473148345947, 1.9124524593353271, -1.080004096031189, -0.0018339423695579171], "max": [0.26686084270477295, 0.2410648763179779, 0.30897560715675354, -1.1206409931182861, -0.10552261024713516, 0.03256784379482269, -0.01984439231455326, -0.18929100036621094, 0.5724570155143738, 0.20199500024318695, -1.2330498695373535, -1.244354009628296, -1.076550006866455, 0.6119996905326843, 0.18929840624332428, -0.11660545319318771, -0.7037691473960876, 0.14320425689220428, 0.014974924735724926, 0.16369442641735077, -0.29103100299835205, -0.37615901231765747, 0.14661400020122528, 1.4756050109863281, -1.2754868268966675, 1.1576433181762695, 1001.0, 1002.0, -0.06211870163679123, -0.22897106409072876, -0.8247222900390625, 1.9126062393188477, -1.077314853668213, 0.0048392536118626595], "mean": [0.06124872341752052, 0.14677192270755768, 0.09378878027200699, -1.6826938390731812, -0.22832593321800232, -0.018197009339928627, -0.07217193394899368, -0.2671239674091339, 0.4187438189983368, 0.1596534252166748, -1.3607453107833862, -1.3810192346572876, -1.2015820741653442, 0.11532317101955414, 0.047753263264894485, -0.15295007824897766, -1.3777235746383667, 0.024813752621412277, -0.13459037244319916, 0.06941252201795578, -0.31184259057044983, -0.46594440937042236, 0.12100476026535034, 1.4186203479766846, -1.3210471868515015, 1.1119638681411743, 550.7041015625, 232.5640106201172, -0.0621311254799366, -0.2330688238143921, -0.8260022401809692, 1.9125100374221802, -1.0788235664367676, 0.0006468941573984921], "std": [0.2619975805282593, 0.09884534776210785, 0.08436962217092514, 0.21392789483070374, 0.042367544025182724, 0.01578056439757347, 0.06353909522294998, 0.03751353174448013, 0.06428131461143494, 0.05537157878279686, 0.15275579690933228, 0.07962571084499359, 0.05776078253984451, 0.1987844556570053, 0.05924522504210472, 0.044497691094875336, 0.262501060962677, 0.04245222359895706, 0.04588494822382927, 0.04944055527448654, 0.010283039882779121, 0.05506899580359459, 0.009757583029568195, 0.04264657944440842, 0.04583030566573143, 0.05430210754275322, 484.6760559082031, 406.3297119140625, 1.3658925581694348e-06, 0.0023252773098647594, 0.0003665068943519145, 5.699286703020334e-05, 0.0005374556640163064, 0.0007174204220063984], "count": [828]}, "action": {"min": [-0.5786464214324951, -0.03415609523653984, 0.03937462717294693, -1.852806568145752, -0.25389304757118225, -0.06072000786662102, -0.2168745994567871, -0.29888200759887695, 0.3662790060043335, 0.026301000267267227, -1.699617624282837, -1.5476170778274536, -1.2901960611343384, -0.17332863807678223, 0.013613567687571049, -0.26258477568626404, -1.7714568376541138, -0.015306537039577961, -0.18591247498989105, -0.0262148454785347, -0.3347319960594177, -0.5913479924201965, 0.10968200117349625, 1.3242167234420776, -1.4699029922485352, 0.9937534928321838, 0.0, 0.0, -0.06214877963066101, -0.23551680147647858, -0.8268473148345947, 1.9124524593353271, -1.080004096031189, -0.0018339423695579171], "max": [0.26686084270477295, 0.2410648763179779, 0.30897560715675354, -1.1206409931182861, -0.10552261024713516, 0.03256784379482269, -0.01984439231455326, -0.18929100036621094, 0.5724570155143738, 0.20199500024318695, -1.2330498695373535, -1.244354009628296, -1.076550006866455, 0.6119996905326843, 0.18929840624332428, -0.11660545319318771, -0.7037691473960876, 0.14320425689220428, 0.014974924735724926, 0.16369442641735077, -0.29103100299835205, -0.37615901231765747, 0.14661400020122528, 1.4756050109863281, -1.2754868268966675, 1.1576433181762695, 1001.0, 1002.0, -0.06211870163679123, -0.22897106409072876, -0.8247222900390625, 1.9126062393188477, -1.077314853668213, 0.0048392536118626595], "mean": [0.06097789853811264, 0.14655031263828278, 0.09382356703281403, -1.6824028491973877, -0.22831477224826813, -0.01819654554128647, -0.07224531471729279, -0.26714274287223816, 0.4188193380832672, 0.1595967411994934, -1.3606693744659424, -1.3811861276626587, -1.20170259475708, 0.11561885476112366, 0.04754220321774483, -0.15279415249824524, -1.3773044347763062, 0.024729056283831596, -0.134708970785141, 0.06952179968357086, -0.3118667006492615, -0.46604204177856445, 0.12101446837186813, 1.4185677766799927, -1.321002721786499, 1.1120693683624268, 550.7041015625, 232.56642150878906, -0.0621311254799366, -0.2330685704946518, -0.8260023593902588, 1.9125102758407593, -1.0788235664367676, 0.0006472747772932053], "std": [0.26190224289894104, 0.09883960336446762, 0.08435433357954025, 0.21386554837226868, 0.04236206039786339, 0.015780510380864143, 0.06351369619369507, 0.037525519728660583, 0.06425683945417404, 0.05535239726305008, 0.15280266106128693, 0.07963884621858597, 0.05783049762248993, 0.1985376924276352, 0.05905145779252052, 0.04433946684002876, 0.2621488571166992, 0.042440008372068405, 0.04582837224006653, 0.04932894930243492, 0.010260069742798805, 0.054981403052806854, 0.009750335477292538, 0.042603906244039536, 0.045839570462703705, 0.054296523332595825, 484.6760559082031, 406.33355712890625, 1.3658925581694348e-06, 0.002325054258108139, 0.0003665153926704079, 5.704081559088081e-05, 0.0005374583415687084, 0.0007174369529820979], "count": [828]}, "timestamp": {"min": [0.0], "max": [27.566666666666666], "mean": [13.783333333333331], "std": [7.967427904123602], "count": [828]}, "frame_index": {"min": [0], "max": [827], "mean": [413.5], "std": [239.02283712370806], "count": [828]}, "episode_index": {"min": [71], "max": [71], "mean": [71.0], "std": [0.0], "count": [828]}, "index": {"min": [60518], "max": [61345], "mean": [60931.5], "std": [239.02283712370806], "count": [828]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [828]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5917874396135265, 0.23232850229006557], "std": [0.491502864619522, 0.4058822331026754], "count": [828]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5917874396135265, 0.23232850229006557], "std": [0.491502864619522, 0.4058822331026754], "count": [828]}, "eef_direction_state": {"mean": [4.725845410628019, 4.904589371980676], "std": [2.2938604540959684, 2.2315974652350468], "min": [0, 0], "max": [6, 6], "count": [828]}, "eef_velocity_state": {"mean": [0.29347826086956524, 0.2222222222222222], "std": [0.5402682982264219, 0.47537311955053063], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_acc_mag_state": {"mean": [0.20652173913043478, 0.1606280193236715], "std": [0.5447208018268349, 0.4885605315939355], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_direction_action": {"mean": [4.725845410628019, 4.904589371980676], "std": [2.2938604540959684, 2.2315974652350468], "min": [0, 0], "max": [6, 6], "count": [828]}, "eef_velocity_action": {"mean": [0.29347826086956524, 0.2222222222222222], "std": [0.5402682982264219, 0.4753731195505307], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_acc_mag_action": {"mean": [0.20652173913043478, 0.1606280193236715], "std": [0.5447208018268349, 0.48856053159393553], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_sim_pose_state": {"mean": [0.4381422099740113, 0.23016466924306297, 1.168118328319333, -0.059851097312969295, 0.06303605875566119, 1.3727043671665284, 0.48498042805591196, -0.19426103255524801, 1.125008627422549, 0.04540306721962383, -0.03388660366711297, -1.3543429183986764], "std": [0.0685747595009186, 0.04306022885926938, 0.030307147682420776, 0.06630091303647404, 0.07890090215119196, 0.12172788761159437, 0.054905683107052385, 0.010071882120354923, 0.008597257231270241, 0.058772803018880646, 0.02139896922648619, 0.030146873081492675], "min": [0.38313896827981025, 0.1267635251290926, 1.1400641401672622, -0.2074732508936905, -0.06714907756831234, 1.076326172796538, 0.39636841783130056, -0.21929264108041122, 1.1176327069496865, -0.0909160144317176, -0.07739153948816924, -1.3790640538538559], "max": [0.6025551947363543, 0.2646617457824993, 1.2323964318637541, -0.017474394145788885, 0.19217155112668172, 1.4462803253298067, 0.6105224444631059, -0.1885416380262079, 1.1452517938529228, 0.08663540916771895, 0.04014228098335404, -1.2692936333540759], "count": [828]}, "eef_sim_pose_action": {"mean": [0.4382182691993579, 0.23011125811597308, 1.1680981403586057, -0.05986370529679126, 0.06322433499984806, 1.3726697540768076, 0.4850760791549739, -0.19426123447630583, 1.124979759684746, 0.045445105433488314, -0.033845462613328006, -1.3544273385272694], "std": [0.06854903876334105, 0.04304500177282683, 0.030320238936543453, 0.06629386092261753, 0.07901398941485717, 0.12171116371242457, 0.05482019123983058, 0.01007177232268509, 0.00857184568340905, 0.0587870048618749, 0.021366904335215403, 0.030104564748974435], "min": [0.38313896827981025, 0.1267635251290926, 1.1400641401672622, -0.2074732508936905, -0.06714907756831234, 1.076326172796538, 0.39636841783130056, -0.21929264108041122, 1.1176327069496865, -0.0909160144317176, -0.07739153948816924, -1.3790640538538559], "max": [0.6025551947363543, 0.2646617457824993, 1.2323964318637541, -0.017474394145788885, 0.19217155112668172, 1.4462803253298067, 0.6105224444631059, -0.1885416380262079, 1.1452517938529228, 0.08663540916771895, 0.04014228098335404, -1.2692936333540759], "count": [828]}, "gripper_mode_state": {"mean": [0.4082125603864734, 0.7669082125603864], "std": [0.491502864619522, 0.4228001963904702], "min": [0, 0], "max": [1, 1], "count": [828]}, "gripper_activity_state": {"mean": [1.9891304347826086, 1.8707729468599035], "std": [0.1341558592867655, 0.4466362542561358], "min": [0, 0], "max": [2, 2], "count": [828]}, "gripper_mode_action": {"mean": [0.4082125603864734, 0.7669082125603864], "std": [0.491502864619522, 0.42280019639047], "min": [0, 0], "max": [1, 1], "count": [828]}, "gripper_activity_action": {"mean": [1.9891304347826086, 1.8707729468599035], "std": [0.1341558592867655, 0.4466362542561358], "min": [0, 0], "max": [2, 2], "count": [828]}}} +{"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.46678959500466854]], [[0.4639009420797304]], [[0.45586505272398814]]], "std": [[[0.1624290597581992]], [[0.1693421952790535]], [[0.17588248067099294]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4632998581679048]], [[0.45763140020500953]], [[0.4508938986826615]]], "std": [[[0.15126606035291768]], [[0.15342824844359337]], [[0.15820525861659704]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46611214377055166]], [[0.46615170959688224]], [[0.45597578451670523]]], "std": [[[0.16496272433905682]], [[0.16222860351662446]], [[0.17110419008295857]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4959899664575975]], [[0.4852919698676572]], [[0.47170040824300735]]], "std": [[[0.1670300948532935]], [[0.15756232636959952]], [[0.1653797691269851]]], "count": [161]}, "observation.state": {"min": [-0.553112268447876, 0.0010471974965184927, -6.981316983001307e-05, -2.0130279064178467, -0.3687705993652344, -0.11442378908395767, -0.2188642919063568, -0.2977589964866638, 0.3657830059528351, 0.047008998692035675, -1.647694706916809, -1.5937539339065552, -1.346384048461914, -0.17332863807678223, 0.020577432587742805, -0.26258477568626404, -1.771422028541565, -0.016720253974199295, -0.17690657079219818, -0.0262148454785347, -0.33534500002861023, -0.5788140296936035, 0.10894499719142914, 1.3195501565933228, -1.4129399061203003, 0.9918642640113831, 0.0, 0.0, -0.06214313954114914, -0.23520851135253906, -0.8263742923736572, 1.912179946899414, -1.0802853107452393, -0.00013289437629282475], "max": [0.26974064111709595, 0.26165974140167236, 0.2906496822834015, -1.146018147468567, -0.1831548660993576, 0.15791739523410797, -0.019809486344456673, -0.18516500294208527, 0.5692300200462341, 0.20205900073051453, -1.2695704698562622, -1.316379427909851, -1.1312732696533203, 0.5484347939491272, 0.1892635077238083, -0.10590657591819763, -0.7827103734016418, 0.07567747682332993, -0.004241149872541428, 0.13124875724315643, -0.29205700755119324, -0.37615999579429626, 0.1438090056180954, 1.4755313396453857, -1.2799996137619019, 1.0840755701065063, 1001.0, 1002.0, -0.06212246045470238, -0.22915342450141907, -0.8255684971809387, 1.9128851890563965, -1.0776365995407104, 0.0019706336315721273], "mean": [0.08396071940660477, 0.15049657225608826, 0.08000271022319794, -1.6997236013412476, -0.24372902512550354, -0.03618885576725006, -0.07153777033090591, -0.2691696286201477, 0.4131604731082916, 0.166600301861763, -1.352098822593689, -1.3800990581512451, -1.2314081192016602, 0.1509210616350174, 0.06356430798768997, -0.15449315309524536, -1.3245964050292969, 0.007329464424401522, -0.13615219295024872, 0.07219930738210678, -0.3198172450065613, -0.47585776448249817, 0.12599356472492218, 1.4259583950042725, -1.3039929866790771, 1.0668330192565918, 585.98291015625, 286.6898498535156, -0.062130410224199295, -0.23324207961559296, -0.8259299397468567, 1.91251540184021, -1.0789519548416138, 0.0007192103075794876], "std": [0.22913858294487, 0.09817161411046982, 0.07570589333772659, 0.1998376101255417, 0.0470837838947773, 0.06219800189137459, 0.06277554482221603, 0.03643820062279701, 0.057086095213890076, 0.04428677633404732, 0.11315595358610153, 0.08222238719463348, 0.06794372200965881, 0.1812448352575302, 0.053194280713796616, 0.04734858497977257, 0.24374151229858398, 0.03427443280816078, 0.04259222745895386, 0.042924124747514725, 0.012387833558022976, 0.05212793126702309, 0.009079397656023502, 0.03952254354953766, 0.03293151035904884, 0.02493707649409771, 480.46759033203125, 438.4014587402344, 1.4275611874836613e-06, 0.001033937674947083, 0.00013979244977235794, 0.00013559959188569337, 0.000425482343416661, 0.00019005854846909642], "count": [877]}, "action": {"min": [-0.553112268447876, 0.0010471974965184927, -6.981316983001307e-05, -2.0130279064178467, -0.3687705993652344, -0.11442378908395767, -0.2188642919063568, -0.2977589964866638, 0.3657830059528351, 0.047008998692035675, -1.647694706916809, -1.5937539339065552, -1.346384048461914, -0.17332863807678223, 0.020577432587742805, -0.26258477568626404, -1.771422028541565, -0.016720253974199295, -0.17690657079219818, -0.0262148454785347, -0.33534500002861023, -0.5788140296936035, 0.10894499719142914, 1.3195501565933228, -1.4129399061203003, 0.9918642640113831, 0.0, 0.0, -0.06214313954114914, -0.23520851135253906, -0.8263742923736572, 1.912179946899414, -1.0802853107452393, -0.00013289437629282475], "max": [0.26974064111709595, 0.26165974140167236, 0.2906496822834015, -1.146018147468567, -0.1831548660993576, 0.15791739523410797, -0.019809486344456673, -0.18516500294208527, 0.5692300200462341, 0.20205900073051453, -1.2695704698562622, -1.316379427909851, -1.1312732696533203, 0.5484347939491272, 0.1892635077238083, -0.10590657591819763, -0.7827103734016418, 0.07567747682332993, -0.004241149872541428, 0.13124875724315643, -0.29205700755119324, -0.37615999579429626, 0.1438090056180954, 1.4755313396453857, -1.2799996137619019, 1.0840755701065063, 1001.0, 1002.0, -0.06212246045470238, -0.22915342450141907, -0.8255684971809387, 1.9128851890563965, -1.0776365995407104, 0.0019706336315721273], "mean": [0.0836726650595665, 0.15026307106018066, 0.08002376556396484, -1.6993989944458008, -0.24365314841270447, -0.036288321018218994, -0.07161033153533936, -0.26918235421180725, 0.41324102878570557, 0.16654720902442932, -1.3521032333374023, -1.3801665306091309, -1.2315655946731567, 0.15128563344478607, 0.06339522451162338, -0.1543469876050949, -1.3240808248519897, 0.007235672790557146, -0.13626274466514587, 0.07232161611318588, -0.31985384225845337, -0.47597336769104004, 0.12601357698440552, 1.4259141683578491, -1.303938388824463, 1.0668514966964722, 585.98291015625, 286.6898498535156, -0.062130410224199295, -0.23323990404605865, -0.8259296417236328, 1.91251540184021, -1.0789520740509033, 0.0007191746262833476], "std": [0.2290692925453186, 0.09819969534873962, 0.07569781690835953, 0.19982559978961945, 0.047120992094278336, 0.06224319338798523, 0.06275270879268646, 0.03644508868455887, 0.05707026273012161, 0.04427242651581764, 0.11315375566482544, 0.08219663798809052, 0.06799505650997162, 0.18091405928134918, 0.05302993208169937, 0.047212451696395874, 0.24327103793621063, 0.03422662988305092, 0.04252977296710014, 0.042796406894922256, 0.012353216297924519, 0.05201871693134308, 0.009062807075679302, 0.039489492774009705, 0.03292889520525932, 0.02494226023554802, 480.46759033203125, 438.4014587402344, 1.4275610737968236e-06, 0.0010319778230041265, 0.00013967935228720307, 0.00013562881213147193, 0.00042549287900328636, 0.0001900644856505096], "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": [72], "max": [72], "mean": [72.0], "std": [0.0], "count": [877]}, "index": {"min": [61346], "max": [62222], "mean": [61784.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6237172177879133, 0.28623147071960425], "std": [0.4844523196588236, 0.43765308558874677], "count": [877]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6237172177879133, 0.28623147071960425], "std": [0.4844523196588236, 0.43765308558874677], "count": [877]}, "eef_direction_state": {"mean": [4.810718358038769, 5.179019384264538], "std": [2.260810655569296, 1.9859523640053627], "min": [0, 0], "max": [6, 6], "count": [877]}, "eef_velocity_state": {"mean": [0.28848346636259975, 0.17217787913340935], "std": [0.550747064943789, 0.43898028964727204], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_acc_mag_state": {"mean": [0.18928164196123148, 0.11630558722919042], "std": [0.5280925070935804, 0.42194212168361883], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_direction_action": {"mean": [4.810718358038769, 5.179019384264538], "std": [2.260810655569296, 1.9859523640053627], "min": [0, 0], "max": [6, 6], "count": [877]}, "eef_velocity_action": {"mean": [0.28848346636259975, 0.17217787913340935], "std": [0.550747064943789, 0.43898028964727204], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_acc_mag_action": {"mean": [0.18928164196123148, 0.11630558722919042], "std": [0.5280925070935804, 0.42194212168361883], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_sim_pose_state": {"mean": [0.4322244771755796, 0.23530102270619177, 1.1643881535676388, -0.07474283035511732, 0.080108113978849, 1.3825078621369893, 0.49483794811040305, -0.19989846336654551, 1.119585536255891, 0.02317203776298015, -0.07072681238902988, -1.3489884655590803], "std": [0.060645978346657546, 0.03443887343406299, 0.03184287146082779, 0.06122123391887751, 0.049831683399485016, 0.12084569271726671, 0.051667656710233476, 0.006599936277684692, 0.011456714282175927, 0.03989169816928827, 0.014646473315915568, 0.025430717548620148], "min": [0.38248766825595804, 0.14577018026743388, 1.135109107565964, -0.21084933808095996, 0.03256768893497397, 1.0734877860103116, 0.3963672011065053, -0.21421332847127908, 1.1125105051292499, -0.07584701995743237, -0.080409531380494, -1.3859859089176965], "max": [0.5993027694464079, 0.26456432651969075, 1.2405838635901114, -0.01747230959714674, 0.15241864337694433, 1.4563345596964004, 0.5968914168856347, -0.18868172569966093, 1.1445222742043437, 0.047985385168042405, -0.016947628969467887, -1.2783028196245878], "count": [877]}, "eef_sim_pose_action": {"mean": [0.43230569137263897, 0.2352481887635116, 1.1643649168385148, -0.07483561160925797, 0.08023526874210575, 1.382489284658661, 0.4949517299070769, -0.19991139266125565, 1.1195496324963625, 0.023165866445774713, -0.07074072004651176, -1.349052478337161], "std": [0.0606283748837842, 0.03442950410424929, 0.031855814882423096, 0.061196148687919644, 0.04985266155495753, 0.12083719804454145, 0.05156050378589098, 0.006589095590322176, 0.011427872836675415, 0.03988829449404379, 0.014649260814992595, 0.025388731072945203], "min": [0.38248766825595804, 0.14577018026743388, 1.135109107565964, -0.21084933808095996, 0.03256768893497397, 1.0734877860103116, 0.3963672011065053, -0.21421332847127908, 1.1125105051292499, -0.07584701995743237, -0.080409531380494, -1.3859859089176965], "max": [0.5993027694464079, 0.26456432651969075, 1.2405838635901114, -0.01747230959714674, 0.15241864337694433, 1.4563345596964004, 0.5968914168856347, -0.18868172569966093, 1.1445222742043437, 0.047985385168042405, -0.016947628969467887, -1.2783028196245878], "count": [877]}, "gripper_mode_state": {"mean": [0.37628278221208666, 0.7137970353477765], "std": [0.4844523196588236, 0.45198542861081453], "min": [0, 0], "max": [1, 1], "count": [877]}, "gripper_activity_state": {"mean": [1.9897377423033067, 1.8779931584948688], "std": [0.130378099751411, 0.43499337202378047], "min": [0, 0], "max": [2, 2], "count": [877]}, "gripper_mode_action": {"mean": [0.37628278221208666, 0.7137970353477765], "std": [0.4844523196588236, 0.4519854286108146], "min": [0, 0], "max": [1, 1], "count": [877]}, "gripper_activity_action": {"mean": [1.9897377423033067, 1.8779931584948688], "std": [0.130378099751411, 0.43499337202378047], "min": [0, 0], "max": [2, 2], "count": [877]}}} +{"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.46312230964572665]], [[0.458800209972524]], [[0.4510545954581408]]], "std": [[[0.16163698964466292]], [[0.16867726785520176]], [[0.17577060517385446]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.459938712480746]], [[0.45376219505849047]], [[0.44841519399691937]]], "std": [[[0.1506078273313052]], [[0.1533814955095718]], [[0.15868441525921373]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675891576641272]], [[0.46981035864451937]], [[0.46042666442904123]]], "std": [[[0.16190535597921207]], [[0.1601616560447148]], [[0.16895559851901762]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4961316088006328]], [[0.484979222607302]], [[0.4707852412992798]]], "std": [[[0.16317255062706953]], [[0.1542319457781749]], [[0.1617928797772868]]], "count": [157]}, "observation.state": {"min": [-0.5948082208633423, -0.0051138149574398994, 0.01935570128262043, -1.9375946521759033, -0.321367472410202, -0.17985618114471436, -0.28040459752082825, -0.29104599356651306, 0.36664101481437683, 0.031029000878334045, -1.7796717882156372, -1.5761299133300781, -1.2973791360855103, -0.17331120371818542, 0.04368559271097183, -0.26258477568626404, -1.7714568376541138, 0.02679080329835415, -0.13261011242866516, -0.026232298463582993, -0.3332290053367615, -0.5811190009117126, 0.10338500142097473, 1.3119215965270996, -1.4764268398284912, 0.9815850853919983, 0.0, 0.0, -0.06213938072323799, -0.2333511859178543, -0.82630854845047, 1.9117258787155151, -1.0804256200790405, -0.002064608968794346], "max": [0.2655867636203766, 0.2410474270582199, 0.31761500239372253, -1.067548155784607, -0.05265658348798752, 0.06873106211423874, -0.01984439231455326, -0.1900700032711029, 0.572284996509552, 0.201882004737854, -1.2972227334976196, -1.3034220933914185, -1.1102945804595947, 0.5570916533470154, 0.1892635077238083, -0.11615166813135147, -0.796655535697937, 0.13227850198745728, 0.02724459022283554, 0.1615825891494751, -0.29160401225090027, -0.37616801261901855, 0.14792700111865997, 1.4755313396453857, -1.3291609287261963, 1.1024376153945923, 1001.0, 1002.0, -0.062126222997903824, -0.23267631232738495, -0.8253680467605591, 1.9131109714508057, -1.0775779485702515, 0.0028467874508351088], "mean": [0.03186206519603729, 0.14115585386753082, 0.12039517611265182, -1.6576366424560547, -0.20297709107398987, -0.05959911644458771, -0.08726285398006439, -0.26097604632377625, 0.42405858635902405, 0.1463305503129959, -1.4352694749832153, -1.3703988790512085, -1.1940069198608398, 0.08695320785045624, 0.06827729940414429, -0.15621909499168396, -1.416415810585022, 0.04904136806726456, -0.08697795867919922, 0.08941885083913803, -0.31667137145996094, -0.4584144055843353, 0.12437852472066879, 1.4004713296890259, -1.358737826347351, 1.074512004852295, 566.6346435546875, 263.28570556640625, -0.06213150918483734, -0.23316878080368042, -0.8259800672531128, 1.9126040935516357, -1.0788841247558594, 0.0007576799253001809], "std": [0.26713332533836365, 0.10823771357536316, 0.09422218054533005, 0.23307602107524872, 0.08784928172826767, 0.06618721783161163, 0.09475046396255493, 0.03830312564969063, 0.06404159963130951, 0.058428097516298294, 0.1672210544347763, 0.09025388211011887, 0.039185963571071625, 0.17459265887737274, 0.04668702185153961, 0.04211248829960823, 0.2248098999261856, 0.02549806237220764, 0.030791150406003, 0.04770316183567047, 0.010275977663695812, 0.049269143491983414, 0.009376578964293003, 0.037783604115247726, 0.03026922233402729, 0.03780599310994148, 482.98834228515625, 425.89337158203125, 1.1682677723001689e-06, 6.158968608360738e-05, 0.00023635936668142676, 0.00025144917890429497, 0.00052473513642326, 0.00047108897706493735], "count": [854]}, "action": {"min": [-0.5948082208633423, -0.0051138149574398994, 0.01935570128262043, -1.9375946521759033, -0.321367472410202, -0.17985618114471436, -0.28040459752082825, -0.29104599356651306, 0.36664101481437683, 0.031029000878334045, -1.7796717882156372, -1.5761299133300781, -1.2973791360855103, -0.17331120371818542, 0.04368559271097183, -0.26258477568626404, -1.7714568376541138, 0.02679080329835415, -0.13261011242866516, -0.026232298463582993, -0.3332290053367615, -0.5811190009117126, 0.10338500142097473, 1.3119215965270996, -1.4764268398284912, 0.9815850853919983, 0.0, 0.0, -0.06213938072323799, -0.2333511859178543, -0.82630854845047, 1.9117258787155151, -1.0804256200790405, -0.002064608968794346], "max": [0.2655867636203766, 0.2410474270582199, 0.31761500239372253, -1.067548155784607, -0.05265658348798752, 0.06873106211423874, -0.01984439231455326, -0.1900700032711029, 0.572284996509552, 0.201882004737854, -1.2972227334976196, -1.3034220933914185, -1.1102945804595947, 0.5570916533470154, 0.1892635077238083, -0.11615166813135147, -0.796655535697937, 0.13227850198745728, 0.02724459022283554, 0.1615825891494751, -0.29160401225090027, -0.37616801261901855, 0.14792700111865997, 1.4755313396453857, -1.3291609287261963, 1.1024376153945923, 1001.0, 1002.0, -0.062126222997903824, -0.23267631232738495, -0.8253680467605591, 1.9131109714508057, -1.0775779485702515, 0.0028467874508351088], "mean": [0.031518321484327316, 0.14087049663066864, 0.12050856649875641, -1.657253623008728, -0.20274297893047333, -0.05973874405026436, -0.08729138970375061, -0.26098495721817017, 0.42415085434913635, 0.14622582495212555, -1.4353930950164795, -1.3704078197479248, -1.1940853595733643, 0.08721472322940826, 0.06810963153839111, -0.15607252717018127, -1.4160412549972534, 0.049004070460796356, -0.08702272176742554, 0.08956025540828705, -0.316703200340271, -0.4585014581680298, 0.12439484894275665, 1.400387167930603, -1.3587610721588135, 1.0745495557785034, 566.6346435546875, 263.28570556640625, -0.06213150918483734, -0.23316876590251923, -0.8259800672531128, 1.9126046895980835, -1.0788837671279907, 0.000757872243411839], "std": [0.267021507024765, 0.10829520970582962, 0.09418603032827377, 0.23302963376045227, 0.08797978609800339, 0.06623080372810364, 0.09473386406898499, 0.03830916807055473, 0.06401556730270386, 0.058408595621585846, 0.16715826094150543, 0.09024900197982788, 0.039233800023794174, 0.17437081038951874, 0.04650930315256119, 0.041959796100854874, 0.2244844287633896, 0.025496507063508034, 0.03078473173081875, 0.04753928259015083, 0.010241868905723095, 0.04918932914733887, 0.009363115765154362, 0.03769651800394058, 0.030253885313868523, 0.03781387209892273, 482.98834228515625, 425.89337158203125, 1.1682677723001689e-06, 6.157277675811201e-05, 0.00023624231107532978, 0.00025094582815654576, 0.0005246828659437597, 0.00047105897101573646], "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": [73], "max": [73], "mean": [73.0], "std": [0.0], "count": [854]}, "index": {"min": [62223], "max": [63076], "mean": [62649.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6065573770491803, 0.26285128789600554], "std": [0.4885135877295537, 0.42513999073622744], "count": [854]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6065573770491803, 0.26285128789600554], "std": [0.4885135877295537, 0.42513999073622744], "count": [854]}, "eef_direction_state": {"mean": [4.775175644028103, 4.9976580796252925], "std": [2.231568724873388, 2.1560859118326015], "min": [0, 0], "max": [6, 6], "count": [854]}, "eef_velocity_state": {"mean": [0.29508196721311475, 0.22833723653395785], "std": [0.5140181794759074, 0.5104003099876183], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_acc_mag_state": {"mean": [0.2306791569086651, 0.1592505854800937], "std": [0.5721443764102154, 0.4819237411064533], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_direction_action": {"mean": [4.775175644028103, 4.9976580796252925], "std": [2.231568724873388, 2.156085911832602], "min": [0, 0], "max": [6, 6], "count": [854]}, "eef_velocity_action": {"mean": [0.29508196721311475, 0.22833723653395785], "std": [0.5140181794759074, 0.5104003099876183], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_acc_mag_action": {"mean": [0.2306791569086651, 0.1592505854800937], "std": [0.5721443764102154, 0.4819237411064533], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_sim_pose_state": {"mean": [0.44534547504602706, 0.22071445628283967, 1.1694367686185745, -0.10206410191064315, 0.030528372565047195, 1.3331205302965798, 0.47770032385251565, -0.199849758864587, 1.1247531264034119, 0.005473930966422197, -0.025502535866534577, -1.3332965575240887], "std": [0.07003183693762634, 0.04611265944989093, 0.030944529782608796, 0.08677322204387486, 0.026836962530341048, 0.15505303554906122, 0.049223791988196854, 0.00829295553646235, 0.008607507898611477, 0.04343640487405207, 0.019906239812087733, 0.020899808137159328], "min": [0.3834842692440612, 0.13757948767743092, 1.1372415494001178, -0.263503988018473, -0.07675997567204873, 1.0057749784662056, 0.39637219162763176, -0.2212835300290188, 1.118510922756373, -0.10249758602143721, -0.06754409357310753, -1.3747936783972972], "max": [0.6080813461381793, 0.2645745424403928, 1.2231828044365145, -0.017451486094544832, 0.08311395476190664, 1.446047561584244, 0.6004516349374364, -0.18724235565079458, 1.1475804827924987, 0.04802388779270672, 0.04725877093312847, -1.2514683677705427], "count": [854]}, "eef_sim_pose_action": {"mean": [0.44543971256733866, 0.22061641774456278, 1.1694139556271823, -0.10218607079190961, 0.030545627671431173, 1.3330538460777417, 0.47778586155028213, -0.1998606527631338, 1.1247244766948628, 0.0054460568177164765, -0.02544789973989983, -1.333342609973251], "std": [0.07000269510738528, 0.04610832191942739, 0.030960991504184552, 0.08672751750659416, 0.026843002789379674, 0.15501673947637096, 0.049145818197680276, 0.008284386474222985, 0.008582433763029017, 0.04341689953829297, 0.019855262667570695, 0.02087917990530135], "min": [0.3834842692440612, 0.13757948767743092, 1.1372415494001178, -0.263503988018473, -0.07675997567204873, 1.0057749784662056, 0.39637219162763176, -0.2212835300290188, 1.118510922756373, -0.10249758602143721, -0.06754409357310753, -1.3747936783972972], "max": [0.6080813461381793, 0.2645745424403928, 1.2231828044365145, -0.017451486094544832, 0.08311395476190664, 1.446047561584244, 0.6004516349374364, -0.18724235565079458, 1.1475804827924987, 0.04802388779270672, 0.04725877093312847, -1.2514683677705427], "count": [854]}, "gripper_mode_state": {"mean": [0.39344262295081966, 0.7365339578454333], "std": [0.4885135877295537, 0.4405129814046079], "min": [0, 0], "max": [1, 1], "count": [854]}, "gripper_activity_state": {"mean": [1.9894613583138174, 1.8747072599531616], "std": [0.13211108901872934, 0.4403448680612228], "min": [0, 0], "max": [2, 2], "count": [854]}, "gripper_mode_action": {"mean": [0.39344262295081966, 0.7365339578454333], "std": [0.4885135877295537, 0.4405129814046079], "min": [0, 0], "max": [1, 1], "count": [854]}, "gripper_activity_action": {"mean": [1.9894613583138174, 1.8747072599531616], "std": [0.13211108901872934, 0.4403448680612228], "min": [0, 0], "max": [2, 2], "count": [854]}}} +{"episode_index": 74, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46958750232688007]], [[0.4656656880843054]], [[0.4568666826962853]]], "std": [[[0.16317087954494203]], [[0.17237248872730535]], [[0.17965716744997184]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4561330755667246]], [[0.44769831869984283]], [[0.4404106749503599]]], "std": [[[0.15116229351592037]], [[0.1545560867587044]], [[0.159466134249756]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47277079067386446]], [[0.4758812244043187]], [[0.46749173569744357]]], "std": [[[0.15724970153767873]], [[0.15670194173554858]], [[0.1658794837172007]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.501268439232233]], [[0.4891694498738314]], [[0.47486453550301977]]], "std": [[[0.16031423706039047]], [[0.1537917202174467]], [[0.16257768110204365]]], "count": [158]}, "observation.state": {"min": [-0.5579468607902527, -0.01012290921062231, 0.014870204962790012, -1.9009078741073608, -0.25389304757118225, -0.10487683117389679, -0.2166128158569336, -0.28862398862838745, 0.36558499932289124, 0.03338100016117096, -1.7337456941604614, -1.507156252861023, -1.2338614463806152, -0.17332863807678223, -0.019809486344456673, -0.26256734132766724, -1.7714743614196777, -0.03193952515721321, -0.1964193433523178, -0.026232298463582993, -0.3339979946613312, -0.5812389850616455, 0.1096929982304573, 1.298293113708496, -1.415668249130249, 1.0656182765960693, 0.0, 0.0, -0.06214502081274986, -0.2337045967578888, -0.8268528580665588, 1.912185549736023, -1.0803194046020508, -0.0012605980737134814], "max": [0.2695660889148712, 0.2410474270582199, 0.31864476203918457, -1.181832194328308, -0.11501719802618027, 0.0754505842924118, -0.019809486344456673, -0.1795469969511032, 0.5668650269508362, 0.201897993683815, -1.2968499660491943, -1.3179292678833008, -1.045688271522522, 0.5575454235076904, 0.1892635077238083, -0.08941321820020676, -0.7700566649436951, 0.10260791331529617, -0.005619959905743599, 0.12187633663415909, -0.2920309901237488, -0.37616899609565735, 0.13763399422168732, 1.4756050109863281, -1.276285171508789, 1.170172095298767, 1001.0, 1002.0, -0.06212246045470238, -0.23262931406497955, -0.8247563242912292, 1.9128526449203491, -1.0769035816192627, 0.0019791768863797188], "mean": [0.07280044257640839, 0.17844891548156738, 0.10699412971735, -1.714286208152771, -0.22040735185146332, -0.021733110770583153, -0.08772540092468262, -0.2585218548774719, 0.4128206670284271, 0.15887457132339478, -1.4217499494552612, -1.3653159141540527, -1.1643339395523071, 0.12190940231084824, 0.018165580928325653, -0.14219506084918976, -1.3594878911972046, 0.007076996378600597, -0.13631613552570343, 0.04425349459052086, -0.31485405564308167, -0.46860426664352417, 0.11645104736089706, 1.3868085145950317, -1.3125568628311157, 1.1334279775619507, 556.1801147460938, 155.33099365234375, -0.06213153898715973, -0.23320631682872772, -0.8259403109550476, 1.9124326705932617, -1.0788919925689697, 0.0007391759427264333], "std": [0.27725452184677124, 0.08371085673570633, 0.09974142163991928, 0.21187521517276764, 0.04275155067443848, 0.04270453006029129, 0.0761241614818573, 0.03963726386427879, 0.06618697941303253, 0.06015011668205261, 0.16242004930973053, 0.058749135583639145, 0.051995936781167984, 0.19222396612167358, 0.06904526799917221, 0.04836883395910263, 0.2565991282463074, 0.04779444634914398, 0.04441933333873749, 0.041053783148527145, 0.010886100120842457, 0.0540546290576458, 0.009556250646710396, 0.04853639006614685, 0.041849199682474136, 0.04353105649352074, 484.6204833984375, 343.95452880859375, 1.3530873275158228e-06, 0.0002752584114205092, 0.0004101106896996498, 0.00019197966321371496, 0.0005266692605800927, 0.0004346930654719472], "count": [855]}, "action": {"min": [-0.5579468607902527, -0.01012290921062231, 0.014870204962790012, -1.9009078741073608, -0.25389304757118225, -0.10487683117389679, -0.2166128158569336, -0.28862398862838745, 0.36558499932289124, 0.03338100016117096, -1.7337456941604614, -1.507156252861023, -1.2338614463806152, -0.17332863807678223, -0.019809486344456673, -0.26256734132766724, -1.7714568376541138, -0.03193952515721321, -0.1964193433523178, -0.026232298463582993, -0.3339979946613312, -0.5812389850616455, 0.1096929982304573, 1.298293113708496, -1.415668249130249, 1.0656182765960693, 0.0, 0.0, -0.06214502081274986, -0.2337045967578888, -0.8268528580665588, 1.912185549736023, -1.0803194046020508, -0.0012605980737134814], "max": [0.2695660889148712, 0.2410474270582199, 0.31864476203918457, -1.181832194328308, -0.11501719802618027, 0.0754505842924118, -0.019809486344456673, -0.1795469969511032, 0.5668650269508362, 0.201897993683815, -1.2968499660491943, -1.3179292678833008, -1.045688271522522, 0.5575454235076904, 0.1892635077238083, -0.08941321820020676, -0.7700566649436951, 0.10260791331529617, -0.005619959905743599, 0.12187633663415909, -0.2920309901237488, -0.37616899609565735, 0.13763399422168732, 1.4756050109863281, -1.276285171508789, 1.170172095298767, 1001.0, 1002.0, -0.06212246045470238, -0.23262931406497955, -0.8247563242912292, 1.9128526449203491, -1.0769035816192627, 0.0019791768863797188], "mean": [0.0725937932729721, 0.17831175029277802, 0.10705137252807617, -1.7140673398971558, -0.22034569084644318, -0.02182968705892563, -0.0878533199429512, -0.2585268020629883, 0.4128745496273041, 0.15882247686386108, -1.421879529953003, -1.3654035329818726, -1.1643871068954468, 0.12220366299152374, 0.017921095713973045, -0.14203736186027527, -1.35905921459198, 0.006963907741010189, -0.13642914593219757, 0.0443258173763752, -0.3148813843727112, -0.46870157122612, 0.11645277589559555, 1.3867195844650269, -1.3125019073486328, 1.1335468292236328, 556.1801147460938, 155.33099365234375, -0.06213153898715973, -0.23320569097995758, -0.8259398937225342, 1.9124329090118408, -1.0788923501968384, 0.0007391715771518648], "std": [0.2771766185760498, 0.08370449393987656, 0.09971819072961807, 0.21183237433433533, 0.0427413284778595, 0.04279548302292824, 0.07610183209180832, 0.0396406315267086, 0.06616812199354172, 0.06013219803571701, 0.16236478090286255, 0.05873561277985573, 0.052039943635463715, 0.19196489453315735, 0.06880854070186615, 0.04819558560848236, 0.25621655583381653, 0.04776988923549652, 0.04435690864920616, 0.0409841425716877, 0.010858123190701008, 0.05396294221282005, 0.009555180557072163, 0.0484447218477726, 0.041857458651065826, 0.04348495230078697, 484.6204833984375, 343.95452880859375, 1.3530873275158228e-06, 0.00027592084370553493, 0.000410141161410138, 0.00019203746342100203, 0.0005267593660391867, 0.00043469236698001623], "count": [855]}, "timestamp": {"min": [0.0], "max": [28.466666666666665], "mean": [14.233333333333333], "std": [8.227235708754636], "count": [855]}, "frame_index": {"min": [0], "max": [854], "mean": [427.0], "std": [246.8170712626391], "count": [855]}, "episode_index": {"min": [74], "max": [74], "mean": [74.0], "std": [0.0], "count": [855]}, "index": {"min": [63077], "max": [63931], "mean": [63504.0], "std": [246.8170712626391], "count": [855]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [855]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5953216374269006, 0.15510877196933007], "std": [0.4908296908686881, 0.34340739945793924], "count": [855]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5953216374269006, 0.15510877196933007], "std": [0.4908296908686881, 0.34340739945793924], "count": [855]}, "eef_direction_state": {"mean": [4.798830409356725, 4.970760233918129], "std": [2.1960620871316987, 2.188291278667004], "min": [0, 0], "max": [6, 6], "count": [855]}, "eef_velocity_state": {"mean": [0.30058479532163745, 0.19181286549707602], "std": [0.5404673173951664, 0.4168142756903595], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_acc_mag_state": {"mean": [0.21871345029239767, 0.1824561403508772], "std": [0.5557783486787042, 0.5158730091084587], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_direction_action": {"mean": [4.798830409356725, 4.970760233918129], "std": [2.1960620871316987, 2.1882912786670046], "min": [0, 0], "max": [6, 6], "count": [855]}, "eef_velocity_action": {"mean": [0.30058479532163745, 0.19181286549707602], "std": [0.5404673173951664, 0.4168142756903595], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_acc_mag_action": {"mean": [0.21871345029239767, 0.1824561403508772], "std": [0.5557783486787042, 0.5158730091084587], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_sim_pose_state": {"mean": [0.4334812369814323, 0.23325999503043116, 1.1751149034851591, -0.07378181842599542, 0.01754490638431205, 1.3386180788924087, 0.4868593788253374, -0.18638922646057865, 1.122491265336439, 0.04109912880105926, -0.02019065431274651, -1.3837368152517837], "std": [0.07142757307373573, 0.045470207610965124, 0.03342897571997911, 0.0650483568172956, 0.041190135437639254, 0.1395499317036106, 0.05361439956507443, 0.010288484612257516, 0.009432237682607801, 0.04849422259873107, 0.024733330280736307, 0.033897905666995236], "min": [0.38260802461240206, 0.1347060720963856, 1.1415922940131464, -0.20204384996947722, -0.06894550898988983, 1.0557959845123883, 0.3963736820890679, -0.20786574998579682, 1.114500218289113, -0.06061555808356989, -0.0676261358972825, -1.411713041930588], "max": [0.5968520684994525, 0.2647768313292173, 1.2403077974114325, -0.01740699438717852, 0.07804580712608744, 1.446437683372913, 0.5989233976255126, -0.1787774484730347, 1.1445379256112649, 0.07646339233899169, 0.047933867315941514, -1.3043305920101456], "count": [855]}, "eef_sim_pose_action": {"mean": [0.4335380481021115, 0.23322063242649052, 1.1750983261751748, -0.07388364924391745, 0.017592872951696616, 1.3384956686914782, 0.48695392878775734, -0.18637773560144583, 1.1224604487592043, 0.04112937879715672, -0.020139469955168725, -1.3838530060076952], "std": [0.07140711687960212, 0.04545768622296178, 0.0334415581066649, 0.06502841828735403, 0.04123157715260961, 0.13950171731642547, 0.05352595166961242, 0.010291376132438523, 0.009403239329969988, 0.04850656307869598, 0.024680402093839808, 0.033795783969184964], "min": [0.38260802461240206, 0.1347060720963856, 1.1415922940131464, -0.20204384996947722, -0.06894550898988983, 1.0557959845123883, 0.3963736940840993, -0.20786574998579682, 1.114500218289113, -0.06061555808356989, -0.0676261358972825, -1.411713041930588], "max": [0.5968520684994525, 0.2647768313292173, 1.2403077974114325, -0.01740699438717852, 0.07804580712608744, 1.446437683372913, 0.5989233976255126, -0.1787774484730347, 1.1445379256112649, 0.07646339233899169, 0.047933867315941514, -1.3043305920101456], "count": [855]}, "gripper_mode_state": {"mean": [0.4046783625730994, 0.8432748538011696], "std": [0.4908296908686881, 0.36354143470557193], "min": [0, 0], "max": [1, 1], "count": [855]}, "gripper_activity_state": {"mean": [1.9894736842105263, 1.872514619883041], "std": [0.13203429980509998, 0.44208979211149385], "min": [0, 0], "max": [2, 2], "count": [855]}, "gripper_mode_action": {"mean": [0.4046783625730994, 0.8432748538011696], "std": [0.4908296908686881, 0.36354143470557193], "min": [0, 0], "max": [1, 1], "count": [855]}, "gripper_activity_action": {"mean": [1.9894736842105263, 1.872514619883041], "std": [0.13203429980509998, 0.44208979211149385], "min": [0, 0], "max": [2, 2], "count": [855]}}} +{"episode_index": 75, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4666824122390892]], [[0.4625299125026354]], [[0.4548421594982079]]], "std": [[[0.1684747698552603]], [[0.17719879540953082]], [[0.1838654067128706]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4596988179949399]], [[0.45162766577060937]], [[0.4444219362745098]]], "std": [[[0.15361282987052916]], [[0.15682270664305328]], [[0.16200280402311035]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4731046647691335]], [[0.4746600832806241]], [[0.4653736532785157]]], "std": [[[0.1615291874793267]], [[0.15978731123783443]], [[0.1685935003878277]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49497179000632513]], [[0.4865576823740249]], [[0.47224790085388996]]], "std": [[[0.1658055675590698]], [[0.15810085973905788]], [[0.16608981153894437]]], "count": [155]}, "observation.state": {"min": [-0.5545434951782227, -0.043022364377975464, 0.028466321527957916, -1.953512191772461, -0.26628488302230835, -0.07784168422222137, -0.23891812562942505, -0.2978239953517914, 0.36605799198150635, 0.02433899976313114, -1.7270331382751465, -1.605634093284607, -1.1886595487594604, -0.17331120371818542, -0.008447393774986267, -0.26258477568626404, -1.7714568376541138, 0.004206243436783552, -0.21985912322998047, -0.026232298463582993, -0.3364419937133789, -0.583774983882904, 0.10969500243663788, 1.295290231704712, -1.4266151189804077, 1.065687656402588, 0.0, 0.0, -0.06214689835906029, -0.235266774892807, -0.8268496990203857, 1.912450909614563, -1.0807567834854126, -0.0036659862380474806], "max": [0.2682396471500397, 0.2410474270582199, 0.3102671802043915, -1.1625114679336548, -0.15214034914970398, 0.06550220400094986, -0.019809486344456673, -0.1852640062570572, 0.5663639903068542, 0.20217999815940857, -1.2971378564834595, -1.2838066816329956, -1.087154746055603, 0.5777039527893066, 0.18931587040424347, -0.08580038696527481, -0.7241719961166382, 0.11863002926111221, -0.0018325956771150231, 0.10983357578516006, -0.2913750112056732, -0.3761709928512573, 0.13627299666404724, 1.4755313396453857, -1.3106788396835327, 1.1686092615127563, 1001.0, 1002.0, -0.06211493909358978, -0.22916658222675323, -0.8248435258865356, 1.9128185510635376, -1.0776190757751465, 0.003593843663111329], "mean": [0.02338523417711258, 0.16325929760932922, 0.11865578591823578, -1.6545785665512085, -0.2311554104089737, -0.02778305672109127, -0.10983480513095856, -0.26309317350387573, 0.42632126808166504, 0.15137912333011627, -1.4254754781723022, -1.4021555185317993, -1.166399598121643, 0.13010399043560028, 0.021137584000825882, -0.14017698168754578, -1.345750331878662, 0.02424364909529686, -0.1373763084411621, 0.05445156991481781, -0.31812551617622375, -0.4712282717227936, 0.11777529120445251, 1.382755994796753, -1.3278226852416992, 1.134666085243225, 628.9365844726562, 702.5933227539062, -0.06213263422250748, -0.2328537404537201, -0.8260307312011719, 1.9125957489013672, -1.0789570808410645, 0.000745004101190716], "std": [0.26568812131881714, 0.0860271155834198, 0.091304711997509, 0.22085431218147278, 0.030885526910424232, 0.036417216062545776, 0.07752352952957153, 0.0423683300614357, 0.06430685520172119, 0.058233726769685745, 0.14210939407348633, 0.08547592908143997, 0.02777761220932007, 0.16898547112941742, 0.06053382530808449, 0.04466751217842102, 0.230943500995636, 0.030371591448783875, 0.04196383059024811, 0.033109910786151886, 0.010884733870625496, 0.047410234808921814, 0.006556921172887087, 0.04075145348906517, 0.027110423892736435, 0.038216542452573776, 470.23614501953125, 443.6667785644531, 1.5506087720495998e-06, 0.0020838764030486345, 0.0003712683101184666, 9.609484550310299e-05, 0.0006226373370736837, 0.0006580677581951022], "count": [836]}, "action": {"min": [-0.5545434951782227, -0.043022364377975464, 0.028466321527957916, -1.953512191772461, -0.26628488302230835, -0.07784168422222137, -0.23891812562942505, -0.2978239953517914, 0.36605799198150635, 0.02433899976313114, -1.7270331382751465, -1.605634093284607, -1.1886595487594604, -0.17331120371818542, -0.008447393774986267, -0.26258477568626404, -1.7714568376541138, 0.004206243436783552, -0.21985912322998047, -0.026232298463582993, -0.3364419937133789, -0.583774983882904, 0.10969500243663788, 1.295290231704712, -1.4266151189804077, 1.065687656402588, 0.0, 0.0, -0.06214689835906029, -0.235266774892807, -0.8268496990203857, 1.912450909614563, -1.0807567834854126, -0.0036659862380474806], "max": [0.2682396471500397, 0.2410474270582199, 0.3102671802043915, -1.1625114679336548, -0.15214034914970398, 0.06550220400094986, -0.019809486344456673, -0.1852640062570572, 0.5663639903068542, 0.20217999815940857, -1.2971378564834595, -1.2838066816329956, -1.087154746055603, 0.5777039527893066, 0.18931587040424347, -0.08580038696527481, -0.7241719961166382, 0.11863002926111221, -0.0018325956771150231, 0.10983357578516006, -0.2913750112056732, -0.3761709928512573, 0.13627299666404724, 1.4755313396453857, -1.3106788396835327, 1.1686092615127563, 1001.0, 1002.0, -0.06211493909358978, -0.22916658222675323, -0.8248435258865356, 1.9128185510635376, -1.0776190757751465, 0.003593843663111329], "mean": [0.023042447865009308, 0.16313506662845612, 0.1187513992190361, -1.6542106866836548, -0.23113444447517395, -0.027846375480294228, -0.1100117564201355, -0.263109415769577, 0.426411896944046, 0.1513170599937439, -1.42560613155365, -1.4023301601409912, -1.1663867235183716, 0.13043980300426483, 0.02090509794652462, -0.14001400768756866, -1.345266580581665, 0.024171536788344383, -0.13748231530189514, 0.05454706400632858, -0.3181590139865875, -0.47133752703666687, 0.11778263747692108, 1.3826473951339722, -1.3278028964996338, 1.134778380393982, 628.9365844726562, 702.5933227539062, -0.06213263422250748, -0.23285673558712006, -0.8260309100151062, 1.9125958681106567, -1.078957200050354, 0.0007452493300661445], "std": [0.26556017994880676, 0.08598943799734116, 0.09126641601324081, 0.22078527510166168, 0.030876189470291138, 0.036450885236263275, 0.07748681306838989, 0.04237865284085274, 0.06427614390850067, 0.05820745602250099, 0.1420416235923767, 0.08545328676700592, 0.02777140401303768, 0.16866077482700348, 0.060260262340307236, 0.044468846172094345, 0.23047611117362976, 0.030344152823090553, 0.041889749467372894, 0.032992057502269745, 0.010847501456737518, 0.0472961850464344, 0.006551334168761969, 0.04062509909272194, 0.02711581252515316, 0.038153719156980515, 470.23614501953125, 443.6667785644531, 1.5508493333982187e-06, 0.002085351385176182, 0.00037129479460418224, 9.61497935350053e-05, 0.0006226249970495701, 0.0006580547778867185], "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": [75], "max": [75], "mean": [75.0], "std": [0.0], "count": [836]}, "index": {"min": [63932], "max": [64767], "mean": [64349.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6686602870813397, 0.7012858849605623], "std": [0.47069491983836004, 0.44278190364725534], "count": [836]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6686602870813397, 0.7012858849605623], "std": [0.47069491983836004, 0.4427819036472554], "count": [836]}, "eef_direction_state": {"mean": [4.934210526315789, 5.07177033492823], "std": [2.105296799970429, 2.1053854901387115], "min": [0, 0], "max": [6, 6], "count": [836]}, "eef_velocity_state": {"mean": [0.2751196172248804, 0.18899521531100477], "std": [0.5321286224769166, 0.4511266544445365], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_acc_mag_state": {"mean": [0.20095693779904306, 0.1590909090909091], "std": [0.536066698576478, 0.4889214145752613], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_direction_action": {"mean": [4.934210526315789, 5.07177033492823], "std": [2.105296799970429, 2.1053854901387115], "min": [0, 0], "max": [6, 6], "count": [836]}, "eef_velocity_action": {"mean": [0.2751196172248804, 0.18899521531100477], "std": [0.5321286224769166, 0.4511266544445365], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_acc_mag_action": {"mean": [0.20095693779904306, 0.1590909090909091], "std": [0.5360666985764782, 0.4889214145752613], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_sim_pose_state": {"mean": [0.4474399241778489, 0.22827560716087716, 1.170351296648221, -0.07541472018528618, 0.03969968736982727, 1.3140132162123048, 0.48949191975623524, -0.18833506396050304, 1.1197438169578948, 0.03655569864211306, -0.009423828873497587, -1.3773043136236005], "std": [0.06894858380059608, 0.04497864291806577, 0.0359965260138561, 0.06407469032766674, 0.04169560820982464, 0.13222076585013134, 0.04688911857366029, 0.006250463629748861, 0.009903290285521414, 0.036318678652353845, 0.020793331465322834, 0.030310365742468596], "min": [0.3829922587766375, 0.1235205962737449, 1.136799703796278, -0.20264387886907098, -0.08317748138986403, 1.0298574289809312, 0.3963767633763444, -0.20546964315935473, 1.111263689698133, -0.05173131470923453, -0.06760245360701234, -1.4066039741038296], "max": [0.595852750367419, 0.2653886133763638, 1.2367351226924188, -0.017468498603954163, 0.09060196859419456, 1.4462309388302497, 0.6015091309381149, -0.18450249220978318, 1.1448553562298922, 0.06486443762741323, 0.03871675448664935, -1.3028395699905249], "count": [836]}, "eef_sim_pose_action": {"mean": [0.44753498350110177, 0.22823399067634342, 1.1703286398580046, -0.07547094976828327, 0.03976590287704106, 1.3138243884725582, 0.4895984301235174, -0.18833037997893717, 1.1197093056714884, 0.0365648103233504, -0.009350114344409998, -1.3774087095325658], "std": [0.06891514773844495, 0.04496117560367386, 0.03601099400564682, 0.06404449042597105, 0.041728268454665464, 0.13214502762202107, 0.046778500920464164, 0.006251648787353613, 0.009867148815026568, 0.03632248191060849, 0.020696378121881215, 0.030209155556052962], "min": [0.3829922587766375, 0.1235205962737449, 1.136799703796278, -0.20264387886907098, -0.08317748138986403, 1.0298574289809312, 0.3963767633763444, -0.20546964315935473, 1.111263689698133, -0.05173131470923453, -0.06760245360701234, -1.4066039741038296], "max": [0.595852750367419, 0.2653886133763638, 1.2367351226924188, -0.017468498603954163, 0.09060196859419456, 1.4462309388302497, 0.6015091309381149, -0.18450249220978318, 1.1448553562298922, 0.06486443762741323, 0.03871675448664935, -1.3028395699905249], "count": [836]}, "gripper_mode_state": {"mean": [0.33133971291866027, 0.29904306220095694], "std": [0.47069491983836004, 0.4578387370575319], "min": [0, 0], "max": [1, 1], "count": [836]}, "gripper_activity_state": {"mean": [1.9892344497607655, 1.8732057416267942], "std": [0.13351661567050022, 0.44096432036283834], "min": [0, 0], "max": [2, 2], "count": [836]}, "gripper_mode_action": {"mean": [0.33133971291866027, 0.29904306220095694], "std": [0.47069491983836004, 0.4578387370575319], "min": [0, 0], "max": [1, 1], "count": [836]}, "gripper_activity_action": {"mean": [1.9892344497607655, 1.8732057416267942], "std": [0.13351661567050022, 0.44096432036283834], "min": [0, 0], "max": [2, 2], "count": [836]}}} +{"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.466756864737765]], [[0.4607148991710505]], [[0.45312567750677507]]], "std": [[[0.16471401621000442]], [[0.17513479233009357]], [[0.18175853595502062]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4567009318208991]], [[0.4475278774111271]], [[0.4403969803622669]]], "std": [[[0.1534616116791953]], [[0.15820657628034698]], [[0.16370015240599528]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46970134903554916]], [[0.4721405527658218]], [[0.4627996286166906]]], "std": [[[0.1533777886818297]], [[0.15290661413669443]], [[0.1614409234184511]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5045487555794675]], [[0.49342879827235775]], [[0.47891389063247247]]], "std": [[[0.1551176619110326]], [[0.15037324079801181]], [[0.1607488287060972]]], "count": [164]}, "observation.state": {"min": [-0.5350131988525391, -0.07525859028100967, -0.0016406094655394554, -1.977056622505188, -0.30262264609336853, -0.0671079084277153, -0.2254965454339981, -0.2923719882965088, 0.357463002204895, 0.028881000354886055, -1.7143019437789917, -1.5196566581726074, -1.2666752338409424, -0.17331120371818542, -0.06412339955568314, -0.26258477568626404, -1.7714917659759521, -0.03251548483967781, -0.22249457240104675, -0.026232298463582993, -0.3404749929904938, -0.5875530242919922, 0.10676500201225281, 1.2787556648254395, -1.4656884670257568, 1.0050312280654907, 0.0, 0.0, -0.062199536710977554, -0.23531754314899445, -0.8266453146934509, 1.9119113683700562, -1.0810515880584717, -0.0018130589742213488], "max": [0.2920983135700226, 0.24116958677768707, 0.3061656653881073, -1.1653562784194946, -0.03070034086704254, 0.06270968168973923, -0.019809486344456673, -0.18208999931812286, 0.5673689842224121, 0.20200799405574799, -1.2968103885650635, -1.290156602859497, -1.0967490673065186, 0.6048612594604492, 0.18931587040424347, -0.07731807976961136, -0.6745522618293762, 0.12372639775276184, 0.010559242218732834, 0.1388409435749054, -0.2920289933681488, -0.37616801261901855, 0.14780400693416595, 1.4756050109863281, -1.2262974977493286, 1.2790530920028687, 1001.0, 1002.0, -0.06210930272936821, -0.22905567288398743, -0.824738085269928, 1.9131133556365967, -1.0770636796951294, 0.006759577430784702], "mean": [0.04227406904101372, 0.15379996597766876, 0.11999104171991348, -1.6986503601074219, -0.20842155814170837, -0.015273050405085087, -0.08189497888088226, -0.25211626291275024, 0.42029210925102234, 0.14712317287921906, -1.430403709411621, -1.3727251291275024, -1.1751419305801392, 0.14936336874961853, -0.002268346957862377, -0.12500469386577606, -1.325290560722351, 0.02069305069744587, -0.15076051652431488, 0.03600525110960007, -0.313265860080719, -0.47663959860801697, 0.11886980384588242, 1.3577961921691895, -1.3124027252197266, 1.177747130393982, 512.661865234375, 656.4911499023438, -0.06214182823896408, -0.23276333510875702, -0.8259773254394531, 1.9126436710357666, -1.078967571258545, 0.0007049039122648537], "std": [0.28520017862319946, 0.10465946793556213, 0.10201144218444824, 0.21453291177749634, 0.06689075380563736, 0.023484963923692703, 0.06938675045967102, 0.042240630835294724, 0.06896741688251495, 0.06453331559896469, 0.16487345099449158, 0.0631260797381401, 0.04203842580318451, 0.19755099713802338, 0.0757305771112442, 0.055367015302181244, 0.26899826526641846, 0.042584385722875595, 0.04894474893808365, 0.054100289940834045, 0.011735047213733196, 0.053800880908966064, 0.0115159647539258, 0.054437048733234406, 0.06226728856563568, 0.08727852255105972, 488.3048400878906, 462.4624938964844, 1.8354810890741646e-05, 0.0022303855512291193, 0.00026080504176206887, 0.000265950191533193, 0.0007115143234841526, 0.0009813789511099458], "count": [902]}, "action": {"min": [-0.5350131988525391, -0.07525859028100967, -0.0016406094655394554, -1.977056622505188, -0.30262264609336853, -0.0671079084277153, -0.2254965454339981, -0.2923719882965088, 0.357463002204895, 0.028881000354886055, -1.7143019437789917, -1.5196566581726074, -1.2666752338409424, -0.17331120371818542, -0.06412339955568314, -0.26258477568626404, -1.7714917659759521, -0.03251548483967781, -0.22249457240104675, -0.026232298463582993, -0.3404749929904938, -0.5875530242919922, 0.10676500201225281, 1.2787556648254395, -1.4656884670257568, 1.0050312280654907, 0.0, 0.0, -0.062199536710977554, -0.23531754314899445, -0.8266453146934509, 1.9119113683700562, -1.0810515880584717, -0.0018130589742213488], "max": [0.2920983135700226, 0.24116958677768707, 0.3061656653881073, -1.1653562784194946, -0.03070034086704254, 0.06270968168973923, -0.019809486344456673, -0.18208999931812286, 0.5673689842224121, 0.20200799405574799, -1.2968103885650635, -1.290156602859497, -1.0967490673065186, 0.6048612594604492, 0.18931587040424347, -0.07731807976961136, -0.6745522618293762, 0.12372639775276184, 0.010559242218732834, 0.1388409435749054, -0.2920289933681488, -0.37616801261901855, 0.14780400693416595, 1.4756050109863281, -1.2262974977493286, 1.2790530920028687, 1001.0, 1002.0, -0.06210930272936821, -0.22905567288398743, -0.824738085269928, 1.9131133556365967, -1.0770636796951294, 0.006759577430784702], "mean": [0.04205937683582306, 0.15358959138393402, 0.12007085978984833, -1.6984286308288574, -0.20831966400146484, -0.015306023880839348, -0.08197403699159622, -0.25212562084198, 0.42034879326820374, 0.14704608917236328, -1.430451512336731, -1.3728463649749756, -1.1751952171325684, 0.14964930713176727, -0.0025474822614341974, -0.12480197101831436, -1.3248841762542725, 0.020585717633366585, -0.15089036524295807, 0.036010805517435074, -0.3132835030555725, -0.4767369031906128, 0.11888524144887924, 1.357624888420105, -1.3122910261154175, 1.1779816150665283, 512.661865234375, 656.4900512695312, -0.06214185804128647, -0.23276914656162262, -0.8259769678115845, 1.9126440286636353, -1.078967809677124, 0.000704868056345731], "std": [0.28510481119155884, 0.1046748012304306, 0.10197874903678894, 0.2144802361726761, 0.06689160317182541, 0.023513570427894592, 0.06935665756464005, 0.0422484427690506, 0.06894421577453613, 0.06450948119163513, 0.1648409068584442, 0.06312716752290726, 0.04208061099052429, 0.19727054238319397, 0.07548751682043076, 0.055197540670633316, 0.2686002552509308, 0.0425923615694046, 0.04886868968605995, 0.054094232618808746, 0.011715123429894447, 0.053698327392339706, 0.01151306089013815, 0.05431174859404564, 0.06232680007815361, 0.0872616097331047, 488.30487060546875, 462.4603271484375, 1.8364653442404233e-05, 0.002228568773716688, 0.0002608455833978951, 0.0002653406118042767, 0.0007115653716027737, 0.0009813811630010605], "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": [76], "max": [76], "mean": [76.0], "std": [0.0], "count": [902]}, "index": {"min": [64768], "max": [65669], "mean": [65218.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.549889135254989, 0.6556585365865057], "std": [0.4975048484020161, 0.46184041455455255], "count": [902]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.549889135254989, 0.6556585365865057], "std": [0.4975048484020161, 0.4618404145545526], "count": [902]}, "eef_direction_state": {"mean": [4.875831485587583, 5.078713968957872], "std": [2.0514699522417974, 2.0940765652144058], "min": [0, 0], "max": [6, 6], "count": [902]}, "eef_velocity_state": {"mean": [0.3093126385809313, 0.18403547671840353], "std": [0.5417203583058497, 0.43597904563342016], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_acc_mag_state": {"mean": [0.229490022172949, 0.15853658536585366], "std": [0.5742975709606568, 0.4919859617684719], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_direction_action": {"mean": [4.875831485587583, 5.078713968957872], "std": [2.051469952241797, 2.0940765652144058], "min": [0, 0], "max": [6, 6], "count": [902]}, "eef_velocity_action": {"mean": [0.3093126385809313, 0.18403547671840353], "std": [0.5417203583058497, 0.43597904563342016], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_acc_mag_action": {"mean": [0.229490022172949, 0.15853658536585366], "std": [0.5742975709606568, 0.4919859617684719], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_sim_pose_state": {"mean": [0.44126390414038674, 0.22220713210691082, 1.180214727960782, -0.08530995834664874, 0.024600043599760153, 1.3311483921827945, 0.4946831788297614, -0.1854788499222711, 1.1228961437017337, 0.051500040741782806, 0.012354080613248698, -1.4101642745765597], "std": [0.07362411337574187, 0.05121248697155294, 0.03423123184954523, 0.07587988242885291, 0.044239049686950194, 0.1371493320229883, 0.0534240724319372, 0.01179836027550848, 0.008214880192622844, 0.062484889999992375, 0.028691882349139577, 0.0709473761535952], "min": [0.3759641465069125, 0.1186642769129054, 1.1429848987600464, -0.20824359127148773, -0.05429395134024806, 1.069132577413747, 0.3963738189836497, -0.21569878017221136, 1.1092063845648885, -0.07375497420667643, -0.06766971304275127, -1.5078345988775705], "max": [0.592298786121379, 0.26467950065558515, 1.240273146390931, -0.017446612028233832, 0.1190866358018543, 1.4462141810747897, 0.6057365202124678, -0.17562607685518525, 1.1445401741668937, 0.1068609199278705, 0.035719840844803175, -1.2695477832486712], "count": [902]}, "eef_sim_pose_action": {"mean": [0.44132245551463706, 0.22213976416830433, 1.1801997363130274, -0.08535958655925072, 0.02469036135097314, 1.3310546129144236, 0.4947766845236665, -0.18546849787999675, 1.1228712765406412, 0.05156202904743267, 0.012458571505463334, -1.4103863503888265], "std": [0.07359914905496048, 0.05119674540010727, 0.034244437563629285, 0.07585020278904948, 0.044338266520652994, 0.13709978902573303, 0.05332567578359668, 0.011799599624499184, 0.00818333970506999, 0.0625090116184899, 0.028571889665563777, 0.0709296207716435], "min": [0.3759641465069125, 0.1186642769129054, 1.1429848987600464, -0.20824359127148773, -0.05429395134024806, 1.069132577413747, 0.3963738189836497, -0.21569878017221136, 1.1092063845648885, -0.07375497420667643, -0.06766971304275127, -1.5078345988775705], "max": [0.592298786121379, 0.26467950065558515, 1.240273146390931, -0.017446612028233832, 0.1190866358018543, 1.4462141810747897, 0.6057365202124678, -0.17562607685518525, 1.1445401741668937, 0.1068609199278705, 0.035719840844803175, -1.2695477832486712], "count": [902]}, "gripper_mode_state": {"mean": [0.4501108647450111, 0.3436807095343681], "std": [0.49750484840200776, 0.4749360793078651], "min": [0, 0], "max": [1, 1], "count": [902]}, "gripper_activity_state": {"mean": [1.9900221729490022, 1.8802660753880267], "std": [0.12856964929174877, 0.43037231360411876], "min": [0, 0], "max": [2, 2], "count": [902]}, "gripper_mode_action": {"mean": [0.4501108647450111, 0.3436807095343681], "std": [0.49750484840200776, 0.4749360793078651], "min": [0, 0], "max": [1, 1], "count": [902]}, "gripper_activity_action": {"mean": [1.9900221729490022, 1.8802660753880267], "std": [0.12856964929174874, 0.43037231360411876], "min": [0, 0], "max": [2, 2], "count": [902]}}} +{"episode_index": 77, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4720668300653595]], [[0.4654041832618464]], [[0.45719302364174835]]], "std": [[[0.1603658080512236]], [[0.16968000620305787]], [[0.1762990901668784]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4631724073223039]], [[0.45408943780637256]], [[0.4467542011335784]]], "std": [[[0.15193394431366075]], [[0.1555156831464094]], [[0.16063072952039464]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4712850209354575]], [[0.47213391799428106]], [[0.4628292381535947]]], "std": [[[0.15873337362185222]], [[0.15724980229103125]], [[0.16543949920188844]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48663973396650323]], [[0.4790721379697712]], [[0.46612192350898696]]], "std": [[[0.14966563072914874]], [[0.1454705670538548]], [[0.15499110766032345]]], "count": [160]}, "observation.state": {"min": [-0.5774421691894531, -0.0002617993741296232, -0.019565142691135406, -1.9783655405044556, -0.25389304757118225, -0.0547335222363472, -0.20259781181812286, -0.28326401114463806, 0.3666349947452545, 0.03471500054001808, -1.7415393590927124, -1.482542634010315, -1.2091383934020996, -0.1733635514974594, 0.013229596428573132, -0.2626197040081024, -1.7714917659759521, 0.035063665360212326, -0.2935120165348053, -0.026232298463582993, -0.33964401483535767, -0.5887140035629272, 0.10968799889087677, 1.2946103811264038, -1.4289997816085815, 1.064675211906433, 0.0, 0.0, -0.06216946244239807, -0.23521603643894196, -0.8267055153846741, 1.9116902351379395, -1.079840898513794, -0.002693009562790394], "max": [0.2655867636203766, 0.2431243658065796, 0.3137403726577759, -1.1887089014053345, -0.03223622962832451, 0.1702394038438797, -0.01984439231455326, -0.1768070012331009, 0.5703070163726807, 0.20631100237369537, -1.2969045639038086, -1.2422816753387451, -0.9827612638473511, 0.6210055947303772, 0.18931587040424347, -0.0630936548113823, -0.63364177942276, 0.13603095710277557, -0.041434116661548615, 0.17948967218399048, -0.29189300537109375, -0.37614700198173523, 0.1574079990386963, 1.479004144668579, -1.2736238241195679, 1.1766958236694336, 1001.0, 1002.0, -0.06215254217386246, -0.22901807725429535, -0.8253989219665527, 1.9131981134414673, -1.077665090560913, 0.003253064351156354], "mean": [0.05405799672007561, 0.17485183477401733, 0.10702425241470337, -1.71200692653656, -0.19838853180408478, -0.00015821524721104652, -0.08774680644273758, -0.2547970712184906, 0.4179365932941437, 0.15829059481620789, -1.425324559211731, -1.3489941358566284, -1.1467536687850952, 0.1710560917854309, 0.04687505587935448, -0.10376609116792679, -1.2863034009933472, 0.06262944638729095, -0.13597607612609863, 0.09051470458507538, -0.32415905594825745, -0.4833914339542389, 0.14196249842643738, 1.3521654605865479, -1.3377480506896973, 1.1339144706726074, 602.85302734375, 648.0401611328125, -0.06216133013367653, -0.23296032845973969, -0.8259491920471191, 1.91269052028656, -1.0789079666137695, 0.0007331898668780923], "std": [0.2777595818042755, 0.08163125813007355, 0.09943003207445145, 0.2108459323644638, 0.06824778020381927, 0.0557563453912735, 0.07027043402194977, 0.04172006621956825, 0.06673581898212433, 0.0580793172121048, 0.1589297205209732, 0.04299910366535187, 0.06948044151067734, 0.17653875052928925, 0.050975214689970016, 0.05896714702248573, 0.2473849207162857, 0.023304937407374382, 0.04645875468850136, 0.04929714649915695, 0.012208026833832264, 0.0483129508793354, 0.012402020394802094, 0.048492878675460815, 0.03403923660516739, 0.03748036548495293, 477.0977478027344, 465.16522216796875, 1.0868153594856267e-06, 0.00211524311453104, 0.00026963994605466723, 0.000248949509114027, 0.0004910551360808313, 0.0005917287198826671], "count": [871]}, "action": {"min": [-0.5774421691894531, -0.0002617993741296232, -0.019565142691135406, -1.9783655405044556, -0.25389304757118225, -0.0547335222363472, -0.20259781181812286, -0.28326401114463806, 0.3666349947452545, 0.03471500054001808, -1.7415393590927124, -1.482542634010315, -1.2091383934020996, -0.1733635514974594, 0.013229596428573132, -0.2626197040081024, -1.7714917659759521, 0.035063665360212326, -0.2935120165348053, -0.026232298463582993, -0.33964401483535767, -0.5887140035629272, 0.10968899726867676, 1.2946103811264038, -1.4289997816085815, 1.064675211906433, 0.0, 0.0, -0.06216946244239807, -0.23521603643894196, -0.8267055153846741, 1.9116902351379395, -1.079840898513794, -0.002693009562790394], "max": [0.2655867636203766, 0.2431243658065796, 0.3137403726577759, -1.1887089014053345, -0.03223622962832451, 0.1702394038438797, -0.01984439231455326, -0.1768070012331009, 0.5703070163726807, 0.20631100237369537, -1.2969045639038086, -1.2422816753387451, -0.9827612638473511, 0.6210055947303772, 0.18931587040424347, -0.0630936548113823, -0.63364177942276, 0.13603095710277557, -0.041434116661548615, 0.17948967218399048, -0.29189300537109375, -0.37615200877189636, 0.1574079990386963, 1.479004144668579, -1.2736238241195679, 1.1766958236694336, 1001.0, 1002.0, -0.06215254217386246, -0.22901807725429535, -0.8253989219665527, 1.9131981134414673, -1.077665090560913, 0.003253064351156354], "mean": [0.05381879210472107, 0.17471764981746674, 0.10708648711442947, -1.7117944955825806, -0.1983020305633545, -0.00019081804202869534, -0.0878712460398674, -0.25479400157928467, 0.4180000126361847, 0.1582360714673996, -1.4254531860351562, -1.349076509475708, -1.1467598676681519, 0.17142798006534576, 0.04668772965669632, -0.10354901850223541, -1.285771369934082, 0.06261255592107773, -0.13605594635009766, 0.09064923971891403, -0.32419994473457336, -0.4835124909877777, 0.14200624823570251, 1.3519994020462036, -1.3377411365509033, 1.1340192556381226, 602.85302734375, 648.0413208007812, -0.06216133013367653, -0.23296381533145905, -0.8259493112564087, 1.9126911163330078, -1.07890784740448, 0.0007335342234000564], "std": [0.2776668667793274, 0.08161848038434982, 0.09940638393163681, 0.21080045402050018, 0.06822509318590164, 0.05577646195888519, 0.07024618238210678, 0.041718050837516785, 0.06671330332756042, 0.05806068331003189, 0.15887132287025452, 0.04301001876592636, 0.06948411464691162, 0.17615368962287903, 0.050750356167554855, 0.05872954800724983, 0.24683810770511627, 0.023307958617806435, 0.04639410600066185, 0.04913719743490219, 0.012160188518464565, 0.04817609861493111, 0.012355217710137367, 0.048317790031433105, 0.03404175862669945, 0.0374196395277977, 477.0977783203125, 465.1662292480469, 1.087470309357741e-06, 0.0021160629112273455, 0.000269572832621634, 0.00024860521079972386, 0.0004909448325634003, 0.0005916479858569801], "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": [77], "max": [77], "mean": [77.0], "std": [0.0], "count": [871]}, "index": {"min": [65670], "max": [66540], "mean": [66105.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6417910447761194, 0.6468679677631148], "std": [0.47947398221519577, 0.4642768554851378], "count": [871]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6417910447761194, 0.6468679677631148], "std": [0.4794739822151958, 0.4642768554851378], "count": [871]}, "eef_direction_state": {"mean": [4.801377726750861, 5.0849598163031], "std": [2.1426290348747443, 2.0659930251058305], "min": [0, 0], "max": [6, 6], "count": [871]}, "eef_velocity_state": {"mean": [0.3030998851894374, 0.19632606199770378], "std": [0.5270867775605911, 0.4638829816495367], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_acc_mag_state": {"mean": [0.21928817451205512, 0.14810562571756603], "std": [0.5599696140150844, 0.4742440649708594], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_direction_action": {"mean": [4.801377726750861, 5.0849598163031], "std": [2.1426290348747443, 2.0659930251058305], "min": [0, 0], "max": [6, 6], "count": [871]}, "eef_velocity_action": {"mean": [0.3030998851894374, 0.19632606199770378], "std": [0.5270867775605911, 0.4638829816495367], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_acc_mag_action": {"mean": [0.21928817451205512, 0.14810562571756603], "std": [0.5599696140150844, 0.4742440649708594], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_sim_pose_state": {"mean": [0.438275703083147, 0.2326341185337274, 1.179764367819561, -0.06584819731452542, -0.0011241841398613426, 1.3422180254297793, 0.5013975176275214, -0.21111980121813353, 1.1160245718594082, 0.016280494570557517, 0.004030258772287168, -1.3894826654843577], "std": [0.07131535488448895, 0.044279621396530015, 0.036793272730794364, 0.05109810202075301, 0.06384619238946251, 0.12732647081402423, 0.04800673638282259, 0.008142022870992352, 0.010708675092397804, 0.018742903720008343, 0.024591486798117717, 0.049341338901662556], "min": [0.38348322723586203, 0.1350773885916605, 1.1517341777790597, -0.15362660443689108, -0.16516209875101628, 1.0879128484430485, 0.3963564339769388, -0.21962998106926235, 1.105393014950993, -0.031260721443727046, -0.06757710096028458, -1.472929867835958], "max": [0.5999413303573006, 0.268474992913467, 1.248932490226112, -0.01744151234236424, 0.059437350357489205, 1.4512233588551267, 0.607229599750027, -0.1886882976708228, 1.1446179227463449, 0.05181480311965292, 0.04055921982046917, -1.2708998905159172], "count": [871]}, "eef_sim_pose_action": {"mean": [0.43834203518386466, 0.23259348573865882, 1.1797591935584273, -0.06592034195835902, -0.0011033687935955714, 1.3420900429075124, 0.5015152571113798, -0.21114865768995866, 1.1159872722497266, 0.016248797946854753, 0.004121896393038428, -1.3896118135330642], "std": [0.0712912502358688, 0.04426654459472055, 0.03679681486056942, 0.051074172889448904, 0.06386014910599495, 0.12727813987976805, 0.04787461084684834, 0.008106976990603502, 0.010665927781881388, 0.0187128446967916, 0.02447339252200617, 0.0492656423956334], "min": [0.38348322723586203, 0.1350773885916605, 1.1517341777790597, -0.15362660443689108, -0.16516209875101628, 1.0879128484430485, 0.3963564339769388, -0.21962998106926235, 1.105393014950993, -0.031260721443727046, -0.06757710096028458, -1.472929867835958], "max": [0.5999413303573006, 0.268474992913467, 1.248932490226112, -0.01744151234236424, 0.059437350357489205, 1.4512233588551267, 0.607229599750027, -0.1886882976708228, 1.1446179227463449, 0.05181480311965292, 0.04055921982046917, -1.2708998905159172], "count": [871]}, "gripper_mode_state": {"mean": [0.3582089552238806, 0.3513203214695752], "std": [0.47947398221519577, 0.47738281618851897], "min": [0, 0], "max": [1, 1], "count": [871]}, "gripper_activity_state": {"mean": [1.989667049368542, 1.8760045924225028], "std": [0.13082360076458432, 0.4373604366296126], "min": [0, 0], "max": [2, 2], "count": [871]}, "gripper_mode_action": {"mean": [0.3582089552238806, 0.3513203214695752], "std": [0.4794739822151958, 0.4773828161885189], "min": [0, 0], "max": [1, 1], "count": [871]}, "gripper_activity_action": {"mean": [1.989667049368542, 1.8760045924225028], "std": [0.13082360076458432, 0.43736043662961255], "min": [0, 0], "max": [2, 2], "count": [871]}}} +{"episode_index": 78, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46809904800334773]], [[0.4644799487884585]], [[0.45683470080105215]]], "std": [[[0.15629339714559598]], [[0.16522267026947982]], [[0.1715098267666034]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4626452504782401]], [[0.4562231400944524]], [[0.4485042107544237]]], "std": [[[0.15096682107604795]], [[0.15264496250289583]], [[0.15637124358638815]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47221990699226846]], [[0.4737657557687709]], [[0.4651067309799936]]], "std": [[[0.16081123089065255]], [[0.15910072999810068]], [[0.16789579442574695]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4894301806850789]], [[0.48424275914634146]], [[0.472235210674717]]], "std": [[[0.15124427504043914]], [[0.14678218238867058]], [[0.15603923811064008]]], "count": [164]}, "observation.state": {"min": [-0.5538802742958069, -0.012391837313771248, -0.0003665191470645368, -1.9566013813018799, -0.26919957995414734, -0.11374311149120331, -0.2376091331243515, -0.2939920127391815, 0.3666140139102936, 0.0475660003721714, -1.7288408279418945, -1.4861077070236206, -1.282446265220642, -0.17465509474277496, -0.027122417464852333, -0.2626197040081024, -1.7714743614196777, -0.04726351425051689, -0.19912461936473846, -0.0262148454785347, -0.3352369964122772, -0.5858110189437866, 0.10967499762773514, 1.2236307859420776, -1.458733320236206, 1.0664958953857422, 0.0, 0.0, -0.062175098806619644, -0.23540213704109192, -0.8263766765594482, 1.9121640920639038, -1.0801079273223877, -0.0023636214900761843], "max": [0.26569145917892456, 0.24350832402706146, 0.29311060905456543, -1.144935965538025, -0.11274827271699905, 0.059236474335193634, -0.01984439231455326, -0.1911430060863495, 0.5717999935150146, 0.20186400413513184, -1.2972227334976196, -1.3048303127288818, -1.0950987339019775, 0.5832366943359375, 0.1892460584640503, -0.06546729803085327, -0.7240498661994934, 0.15329226851463318, 0.05804964900016785, 0.14379768073558807, -0.2902210056781769, -0.37616199254989624, 0.1430159956216812, 1.4755313396453857, -1.2141371965408325, 1.209623098373413, 1001.0, 1002.0, -0.062150660902261734, -0.22879436612129211, -0.8253521919250488, 1.9129232168197632, -1.077484369277954, 0.0028486859519034624], "mean": [0.061923492699861526, 0.17178983986377716, 0.0941183790564537, -1.6822429895401, -0.23694802820682526, -0.04977745562791824, -0.09769269824028015, -0.2651282846927643, 0.4179171025753021, 0.16449430584907532, -1.4085618257522583, -1.3729537725448608, -1.198920726776123, 0.026556609198451042, 0.019144555553793907, -0.10926657915115356, -1.4822118282318115, -6.769965693820268e-05, -0.10032198578119278, 0.02030486799776554, -0.3093607723712921, -0.44412919878959656, 0.13415443897247314, 1.336885690689087, -1.2750539779663086, 1.1587556600570679, 634.5066528320312, 686.54443359375, -0.06216133013367653, -0.23289723694324493, -0.8259691596031189, 1.9125787019729614, -1.078954815864563, 0.0007280902937054634], "std": [0.2515951097011566, 0.07967456430196762, 0.08085321635007858, 0.21448677778244019, 0.03626371547579765, 0.045152101665735245, 0.07580208033323288, 0.036280933767557144, 0.062497567385435104, 0.048683855682611465, 0.1462884396314621, 0.05616264417767525, 0.05036522448062897, 0.2070862352848053, 0.0642014741897583, 0.057386185973882675, 0.27187249064445496, 0.0691659227013588, 0.03588506206870079, 0.05203530937433243, 0.010531295090913773, 0.05588444694876671, 0.009517403319478035, 0.053976692259311676, 0.08127051591873169, 0.04653917998075485, 469.6307067871094, 451.68096923828125, 1.5799192851773114e-06, 0.0024379862006753683, 0.000217823006096296, 0.0002034845092566684, 0.00040445622289553285, 0.0004329758230596781], "count": [900]}, "action": {"min": [-0.5538802742958069, -0.012391837313771248, -0.0003665191470645368, -1.9566013813018799, -0.26919957995414734, -0.11374311149120331, -0.2376091331243515, -0.2939920127391815, 0.3666140139102936, 0.0475660003721714, -1.7288408279418945, -1.4861077070236206, -1.282446265220642, -0.17465509474277496, -0.027122417464852333, -0.2626197040081024, -1.7714743614196777, -0.04726351425051689, -0.19912461936473846, -0.0262148454785347, -0.3352369964122772, -0.5858110189437866, 0.10967499762773514, 1.2236307859420776, -1.458733320236206, 1.0664958953857422, 0.0, 0.0, -0.062175098806619644, -0.23540213704109192, -0.8263766765594482, 1.9121640920639038, -1.0801079273223877, -0.0023636214900761843], "max": [0.26569145917892456, 0.24350832402706146, 0.29311060905456543, -1.144935965538025, -0.11274827271699905, 0.059236474335193634, -0.01984439231455326, -0.1911430060863495, 0.5717999935150146, 0.20186400413513184, -1.2972227334976196, -1.3048303127288818, -1.0950987339019775, 0.5832366943359375, 0.1892460584640503, -0.06546729803085327, -0.7240498661994934, 0.15329226851463318, 0.05804964900016785, 0.14379768073558807, -0.2902210056781769, -0.37616199254989624, 0.1430159956216812, 1.4755313396453857, -1.2141371965408325, 1.209623098373413, 1001.0, 1002.0, -0.062150660902261734, -0.22879436612129211, -0.8253521919250488, 1.9129232168197632, -1.077484369277954, 0.0028486859519034624], "mean": [0.061661247164011, 0.17165052890777588, 0.0941614955663681, -1.6819487810134888, -0.2369379848241806, -0.04988039284944534, -0.09782228618860245, -0.26513931155204773, 0.4179881513118744, 0.16445155441761017, -1.4086430072784424, -1.3730626106262207, -1.1990150213241577, 0.02669171616435051, 0.01892167702317238, -0.10906635224819183, -1.4819914102554321, -0.00019328799680806696, -0.10036671906709671, 0.02033095248043537, -0.3093785345554352, -0.44418439269065857, 0.13418644666671753, 1.3367198705673218, -1.274933099746704, 1.1588919162750244, 634.5066528320312, 686.54443359375, -0.06216133013367653, -0.2329034060239792, -0.8259690999984741, 1.91257905960083, -1.078954815864563, 0.0007282242295332253], "std": [0.2515055537223816, 0.07966294139623642, 0.08083561807870865, 0.21443915367126465, 0.03626019507646561, 0.045191485434770584, 0.07576856762170792, 0.03628795966506004, 0.06247561797499657, 0.048667777329683304, 0.14624668657779694, 0.05615239217877388, 0.050417717546224594, 0.20699620246887207, 0.06395797431468964, 0.057164814323186874, 0.27171897888183594, 0.06914874166250229, 0.03586425259709358, 0.052017830312252045, 0.010515611618757248, 0.05584155023097992, 0.009483462199568748, 0.0537797212600708, 0.0812712162733078, 0.0464482307434082, 469.6307067871094, 451.68096923828125, 1.5799192851773114e-06, 0.0024357689544558525, 0.00021781172836199403, 0.00020334440341684967, 0.0004044779052492231, 0.00043298042146489024], "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": [78], "max": [78], "mean": [78.0], "std": [0.0], "count": [900]}, "index": {"min": [66541], "max": [67440], "mean": [66990.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6722222222222223, 0.6852577777206897], "std": [0.4694033512586383, 0.45077751370904123], "count": [900]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6722222222222223, 0.6852577777206897], "std": [0.4694033512586383, 0.45077751370904123], "count": [900]}, "eef_direction_state": {"mean": [4.85, 5.047777777777778], "std": [2.180405161126424, 2.099456425828068], "min": [0, 0], "max": [6, 6], "count": [900]}, "eef_velocity_state": {"mean": [0.27444444444444444, 0.21444444444444444], "std": [0.5090429170099783, 0.5006797848062012], "min": [0, 0], "max": [2, 2], "count": [900]}, "eef_acc_mag_state": {"mean": [0.21888888888888888, 0.1688888888888889], "std": [0.567527668330799, 0.5036851848447508], "min": [0, 0], "max": [2, 2], "count": [900]}, "eef_direction_action": {"mean": [4.85, 5.047777777777778], "std": [2.180405161126424, 2.099456425828068], "min": [0, 0], "max": [6, 6], "count": [900]}, "eef_velocity_action": {"mean": [0.27444444444444444, 0.21444444444444444], "std": [0.5090429170099783, 0.5006797848062012], "min": [0, 0], "max": [2, 2], "count": [900]}, "eef_acc_mag_action": {"mean": [0.21888888888888888, 0.1688888888888889], "std": [0.5675276683307992, 0.5036851848447508], "min": [0, 0], "max": [2, 2], "count": [900]}, "eef_sim_pose_state": {"mean": [0.4381115600913172, 0.23750890126489904, 1.166983803041392, -0.08745613228579548, 0.043279949754010484, 1.347994124370734, 0.46144596460651904, -0.19744187837136307, 1.1287550127281467, 0.034462343367221884, -0.016456466904309526, -1.4428602940298747], "std": [0.0666535481691133, 0.036815447076162924, 0.0303345598027306, 0.07117518320438558, 0.05193909941340635, 0.11887643063141956, 0.055961860734938425, 0.005843619617744738, 0.0076295452068178655, 0.04065008942431145, 0.04086446161572823, 0.06965101826700075], "min": [0.3834874518513233, 0.14471769483749097, 1.1362064385258837, -0.21529148917999924, -0.044714549129734715, 1.0709831332729163, 0.3963704321597204, -0.21387589896970638, 1.1134777150766748, -0.06050968258659395, -0.06755015067307624, -1.493936724476218], "max": [0.6000928522412856, 0.2667531183091977, 1.2284041689400595, -0.017477123111098836, 0.12906297494047636, 1.44600781479555, 0.6035265071354194, -0.1846583112475513, 1.151232140286209, 0.06645056099329938, 0.13796472068473276, -1.3042967887861594], "count": [900]}, "eef_sim_pose_action": {"mean": [0.4381848526919437, 0.2374758953917719, 1.1669616943193526, -0.08755351284748795, 0.04337564580248913, 1.3478933075083614, 0.4614970701294576, -0.19745056023496604, 1.1287362866989012, 0.0344710949146812, -0.01641635329561916, -1.443066065106405], "std": [0.06662972216595488, 0.03680451915663431, 0.03034920921365081, 0.07113938666118926, 0.05199864584584371, 0.11883186348582984, 0.05592341362850844, 0.005836402606938344, 0.00761153740309121, 0.04065383802156429, 0.04083206288235033, 0.06951485636254766], "min": [0.3834874518513233, 0.14471769483749097, 1.1362064385258837, -0.21529148917999924, -0.044714549129734715, 1.0709831332729163, 0.3963704321597204, -0.21387589896970638, 1.1134777150766748, -0.06050968258659395, -0.06755015067307624, -1.493936724476218], "max": [0.6000928522412856, 0.2667531183091977, 1.2284041689400595, -0.017477123111098836, 0.12906297494047636, 1.44600781479555, 0.6035265071354194, -0.1846583112475513, 1.151232140286209, 0.06645056099329938, 0.13796472068473276, -1.3042967887861594], "count": [900]}, "gripper_mode_state": {"mean": [0.3277777777777778, 0.31444444444444447], "std": [0.4694033512586383, 0.46429423408272336], "min": [0, 0], "max": [1, 1], "count": [900]}, "gripper_activity_state": {"mean": [1.99, 1.88], "std": [0.12871156384205223, 0.43081318457075646], "min": [0, 0], "max": [2, 2], "count": [900]}, "gripper_mode_action": {"mean": [0.3277777777777778, 0.31444444444444447], "std": [0.46940335125863836, 0.46429423408272336], "min": [0, 0], "max": [1, 1], "count": [900]}, "gripper_activity_action": {"mean": [1.99, 1.88], "std": [0.12871156384205223, 0.43081318457075646], "min": [0, 0], "max": [2, 2], "count": [900]}}} +{"episode_index": 79, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46796062573580155]], [[0.46301898875492226]], [[0.4560037817663297]]], "std": [[[0.15750941883151676]], [[0.16898711352853346]], [[0.17659102484342934]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4587174483924005]], [[0.45072892055372876]], [[0.4428158618519872]]], "std": [[[0.1519569805738996]], [[0.15697492051313566]], [[0.16183661720752032]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47426479341736694]], [[0.4764033347034466]], [[0.4673898733406406]]], "std": [[[0.15660448213556205]], [[0.15585752872574643]], [[0.16434587357099545]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4806428305017659]], [[0.4752481579588357]], [[0.4603683270409613]]], "std": [[[0.14151441581111354]], [[0.14061459504027166]], [[0.15062010392170008]]], "count": [161]}, "observation.state": {"min": [-0.5796412825584412, -0.025621434673666954, 0.01012290921062231, -1.9503008127212524, -0.28047439455986023, -0.02082177810370922, -0.18963001668453217, -0.2832629978656769, 0.3666499853134155, 0.02606699988245964, -1.701107382774353, -1.5488141775131226, -1.2518775463104248, -0.17332863807678223, -0.04237659275531769, -0.26258477568626404, -1.771422028541565, -0.02577851340174675, -0.24087288975715637, -0.0262148454785347, -0.3391439914703369, -0.5836129784584045, 0.10815999656915665, 1.2805392742156982, -1.3944244384765625, 1.064282774925232, 0.0, 0.0, -0.06216946244239807, -0.23520098626613617, -0.8261104822158813, 1.912455677986145, -1.0801142454147339, -0.0025278409011662006], "max": [0.2655692994594574, 0.2410474270582199, 0.30712559819221497, -1.173035740852356, -0.10152579843997955, 0.15477579832077026, -0.01984439231455326, -0.17952699959278107, 0.5712339878082275, 0.20201300084590912, -1.2970527410507202, -1.3148279190063477, -1.0171855688095093, 0.5797111392021179, 0.1892635077238083, -0.06822492182254791, -0.7129845023155212, 0.08995426446199417, -0.02312561310827732, 0.07709118723869324, -0.2920610010623932, -0.37615999579429626, 0.14341700077056885, 1.4755313396453857, -1.2524038553237915, 1.1445482969284058, 1001.0, 1002.0, -0.06214689835906029, -0.22908763587474823, -0.8256698846817017, 1.9125158786773682, -1.0780802965164185, 0.005500877741724253], "mean": [0.05758114531636238, 0.17328354716300964, 0.11234739422798157, -1.7190037965774536, -0.22452208399772644, 0.019509905949234962, -0.07760830968618393, -0.25346845388412476, 0.4164249300956726, 0.154903382062912, -1.4013819694519043, -1.379888653755188, -1.1529144048690796, 0.1943235695362091, 0.012089590542018414, -0.10168370604515076, -1.2512563467025757, -0.004700127523392439, -0.12637768685817719, 0.02819894626736641, -0.3266414701938629, -0.4893686771392822, 0.13309408724308014, 1.3197637796401978, -1.287906527519226, 1.1185309886932373, 567.4652099609375, 599.8905639648438, -0.062160372734069824, -0.23282131552696228, -0.8259261846542358, 1.9124741554260254, -1.0789152383804321, 0.0007229392067529261], "std": [0.2967562675476074, 0.09064388275146484, 0.1001196876168251, 0.2210213989019394, 0.055247511714696884, 0.04923713579773903, 0.06864451617002487, 0.04309206083416939, 0.07137466222047806, 0.06333445757627487, 0.15715280175209045, 0.08132433891296387, 0.05709541589021683, 0.2056332528591156, 0.06389011442661285, 0.06037583947181702, 0.2841848134994507, 0.032178845256567, 0.04969405010342598, 0.025071827694773674, 0.012821173295378685, 0.05573370307683945, 0.012025399133563042, 0.05768159031867981, 0.03595537692308426, 0.02955184318125248, 483.4800720214844, 477.8513488769531, 1.3303773584993905e-06, 0.002415283117443323, 0.00012045501352986321, 1.6385491107939743e-05, 0.00048172823153436184, 0.0008574292296543717], "count": [877]}, "action": {"min": [-0.5796412825584412, -0.025621434673666954, 0.01012290921062231, -1.9503008127212524, -0.28047439455986023, -0.02082177810370922, -0.18963001668453217, -0.2832629978656769, 0.3666499853134155, 0.02606699988245964, -1.701107382774353, -1.5488141775131226, -1.2518775463104248, -0.17332863807678223, -0.04237659275531769, -0.26258477568626404, -1.771422028541565, -0.02577851340174675, -0.24087288975715637, -0.0262148454785347, -0.3391439914703369, -0.5836129784584045, 0.10815999656915665, 1.2805392742156982, -1.3944244384765625, 1.064282774925232, 0.0, 0.0, -0.06216946244239807, -0.23520098626613617, -0.8261104822158813, 1.912455677986145, -1.0801142454147339, -0.0025278409011662006], "max": [0.2655692994594574, 0.2410474270582199, 0.30712559819221497, -1.173035740852356, -0.10152579843997955, 0.15477579832077026, -0.01984439231455326, -0.17952699959278107, 0.5712339878082275, 0.20201300084590912, -1.2970527410507202, -1.3148279190063477, -1.0171855688095093, 0.5797111392021179, 0.1892635077238083, -0.06822492182254791, -0.7129845023155212, 0.08995426446199417, -0.02312561310827732, 0.07709118723869324, -0.2920610010623932, -0.37615999579429626, 0.14341700077056885, 1.4755313396453857, -1.2524038553237915, 1.1445482969284058, 1001.0, 1002.0, -0.06214689835906029, -0.22908763587474823, -0.8256698846817017, 1.9125158786773682, -1.0780802965164185, 0.005500877741724253], "mean": [0.05734851956367493, 0.17315369844436646, 0.11244630813598633, -1.7188481092453003, -0.22454187273979187, 0.019639601930975914, -0.07771249115467072, -0.2534645199775696, 0.4164837896823883, 0.154831200838089, -1.4013899564743042, -1.3801374435424805, -1.15288507938385, 0.19467692077159882, 0.011866820976138115, -0.10146721452474594, -1.2507425546646118, -0.004802180454134941, -0.12643364071846008, 0.028253115713596344, -0.3266856074333191, -0.4894851744174957, 0.1331309676170349, 1.319556713104248, -1.287826657295227, 1.1186174154281616, 567.4652099609375, 599.8905639648438, -0.062160372734069824, -0.23282012343406677, -0.8259258270263672, 1.9124741554260254, -1.0789148807525635, 0.0007232856587506831], "std": [0.29667285084724426, 0.09062834084033966, 0.10009325295686722, 0.220977321267128, 0.05526113137602806, 0.049280621111392975, 0.06862621754407883, 0.04308948293328285, 0.07135488837957382, 0.06331703066825867, 0.15714742243289948, 0.08147069066762924, 0.05708576738834381, 0.20526741445064545, 0.06361214816570282, 0.06013835594058037, 0.2836518883705139, 0.03209665045142174, 0.04965171217918396, 0.025005847215652466, 0.012768642976880074, 0.05560358241200447, 0.012003181502223015, 0.05744744464755058, 0.035941433161497116, 0.02951035089790821, 483.4800720214844, 477.8513488769531, 1.3303773584993905e-06, 0.002416734118014574, 0.00012031243386445567, 1.6407888324465603e-05, 0.0004817314329557121, 0.0008574107196182013], "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": [79], "max": [79], "mean": [79.0], "std": [0.0], "count": [877]}, "index": {"min": [67441], "max": [68317], "mean": [67879.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6054732041049031, 0.5987765107833767], "std": [0.48874881403011555, 0.47691139058956483], "count": [877]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6054732041049031, 0.5987765107833767], "std": [0.48874881403011555, 0.4769113905895648], "count": [877]}, "eef_direction_state": {"mean": [4.870011402508552, 5.033067274800456], "std": [2.1577420997615047, 2.124956515493303], "min": [0, 0], "max": [6, 6], "count": [877]}, "eef_velocity_state": {"mean": [0.2759407069555302, 0.18358038768529075], "std": [0.5222772136829775, 0.41279915738286427], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_acc_mag_state": {"mean": [0.2063854047890536, 0.12086659064994298], "std": [0.5524324171538455, 0.43136459958807405], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_direction_action": {"mean": [4.870011402508552, 5.033067274800456], "std": [2.1577420997615047, 2.124956515493303], "min": [0, 0], "max": [6, 6], "count": [877]}, "eef_velocity_action": {"mean": [0.2759407069555302, 0.18358038768529075], "std": [0.5222772136829775, 0.41279915738286427], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_acc_mag_action": {"mean": [0.2063854047890536, 0.12086659064994298], "std": [0.5524324171538455, 0.4313645995880741], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_sim_pose_state": {"mean": [0.4368848994097623, 0.2293835271580447, 1.1824931270075483, -0.05353710950594312, 0.026974900112014862, 1.3394544891535463, 0.506572422601078, -0.19705734816325507, 1.1159282830388313, -0.004531800376429519, -0.028201157235164, -1.435291238881873], "std": [0.07616420352951182, 0.0486462932284157, 0.036446791193135306, 0.06263864890518481, 0.059769317211351335, 0.1354725391785752, 0.05513960144424537, 0.006061611316284409, 0.010691312533209908, 0.023718534510408975, 0.01558213036561863, 0.057614156342530705], "min": [0.3834900974843362, 0.1264160853753472, 1.1567869914558544, -0.18442863081188748, -0.07434488920689009, 1.097737868894741, 0.39636731966878613, -0.20287523012182784, 1.1081789027641697, -0.04936892566476203, -0.06756555635926165, -1.4752448868109134], "max": [0.6003126890558396, 0.264571649155318, 1.2484926378110481, 0.01232075650245712, 0.16225576271720166, 1.4470425122589101, 0.6008076479238696, -0.1838474475670936, 1.1445179475848948, 0.04794906455117087, 0.013014018799476945, -1.3024868740786268], "count": [877]}, "eef_sim_pose_action": {"mean": [0.4369474619179694, 0.22932985689480984, 1.1825008676231281, -0.05350411740336179, 0.027114411765765203, 1.3392921055320635, 0.5066846372874941, -0.19707211596276855, 1.1158904745777007, -0.004587550995366528, -0.028155298039867292, -1.4354845998172179], "std": [0.07614286460619195, 0.04863344456868206, 0.036442057817341854, 0.06266519011038155, 0.059925023754710476, 0.13543022248110853, 0.05501524937812974, 0.006057002676429118, 0.010648795133439954, 0.023652721661076702, 0.015525458746946625, 0.057458702428023624], "min": [0.3834900974843362, 0.1264160853753472, 1.1567869914558544, -0.18442863081188748, -0.07434488920689009, 1.097737868894741, 0.39636731966878613, -0.20287523012182784, 1.1081789027641697, -0.04936892566476203, -0.06756555635926165, -1.4752448868109134], "max": [0.6003126890558396, 0.264571649155318, 1.2484926378110481, 0.01232075650245712, 0.16225576271720166, 1.4470425122589101, 0.6008076479238696, -0.1838474475670936, 1.1445179475848948, 0.04794906455117087, 0.013014018799476945, -1.3024868740786268], "count": [877]}, "gripper_mode_state": {"mean": [0.3945267958950969, 0.40022805017103763], "std": [0.48874881403011555, 0.48994444381718466], "min": [0, 0], "max": [1, 1], "count": [877]}, "gripper_activity_state": {"mean": [1.9897377423033067, 1.8768529076396807], "std": [0.13037809975141082, 0.4359815908694657], "min": [0, 0], "max": [2, 2], "count": [877]}, "gripper_mode_action": {"mean": [0.3945267958950969, 0.40022805017103763], "std": [0.48874881403011555, 0.48994444381718466], "min": [0, 0], "max": [1, 1], "count": [877]}, "gripper_activity_action": {"mean": [1.9897377423033067, 1.8768529076396807], "std": [0.13037809975141082, 0.4359815908694657], "min": [0, 0], "max": [2, 2], "count": [877]}}} +{"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.46736916211632334]], [[0.4632072125527426]], [[0.45548547638992304]]], "std": [[[0.1581594517884374]], [[0.16772870285265648]], [[0.17480973813427395]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4633502368246877]], [[0.45476099967940764]], [[0.4493551129312484]]], "std": [[[0.15292062431049605]], [[0.1561957877317502]], [[0.16183776281792167]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684542858546372]], [[0.4699476969057665]], [[0.45985211771945067]]], "std": [[[0.15652545729741307]], [[0.15529812340657093]], [[0.16351331804064337]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5000546946099115]], [[0.48663643661578554]], [[0.4718695563932324]]], "std": [[[0.1578461409073402]], [[0.15077955297217172]], [[0.1601260163765315]]], "count": [158]}, "observation.state": {"min": [-0.6005852222442627, 0.02897246554493904, 0.01705186627805233, -1.9698309898376465, -0.26448720693588257, -0.047019168734550476, -0.2583261728286743, -0.283270001411438, 0.36662301421165466, 0.039896998554468155, -1.78373384475708, -1.4306176900863647, -1.1852933168411255, -0.17331120371818542, 0.015289084054529667, -0.26258477568626404, -1.7714743614196777, 0.030124381184577942, -0.26834437251091003, -0.026145033538341522, -0.3294290006160736, -0.5910879969596863, 0.10773800313472748, 1.2725330591201782, -1.4666824340820312, 0.9609493613243103, 0.0, 0.0, -0.0621713362634182, -0.23538708686828613, -0.8266310095787048, 1.9119850397109985, -1.080904245376587, -0.002091187983751297], "max": [0.2655692994594574, 0.2805267572402954, 0.3243868947029114, -1.1358777284622192, -0.05675810948014259, 0.09609782695770264, -0.019809486344456673, -0.180976003408432, 0.5750319957733154, 0.20186200737953186, -1.2971378564834595, -1.3130601644515991, -0.9480471611022949, 0.5943893194198608, 0.1892635077238083, -0.11946777999401093, -0.7762351632118225, 0.13433799147605896, 0.14566516876220703, 0.14081315696239471, -0.290924996137619, -0.3761639893054962, 0.1390720009803772, 1.4755313396453857, -1.3024983406066895, 1.200547456741333, 1001.0, 1002.0, -0.06215629726648331, -0.22875864803791046, -0.8248997330665588, 1.9129643440246582, -1.0765113830566406, 0.0030318901408463717], "mean": [0.054816391319036484, 0.20333059132099152, 0.11193116754293442, -1.71291184425354, -0.20718984305858612, -0.0032020017970353365, -0.09795401990413666, -0.2544533610343933, 0.4170980453491211, 0.16315913200378418, -1.4436604976654053, -1.3430731296539307, -1.1180261373519897, 0.15154391527175903, 0.04838778078556061, -0.1454123854637146, -1.308310866355896, 0.05106395110487938, -0.1652582436800003, 0.0819486603140831, -0.3209262788295746, -0.4751434624195099, 0.1245996505022049, 1.4072976112365723, -1.337137222290039, 1.1249687671661377, 550.1785278320312, 636.9673461914062, -0.06216450780630112, -0.23280666768550873, -0.8259989023208618, 1.9125196933746338, -1.0788846015930176, 0.0007134744082577527], "std": [0.29999592900276184, 0.06647476553916931, 0.10512327402830124, 0.23017191886901855, 0.06639745831489563, 0.030590254813432693, 0.09100265800952911, 0.04037819057703018, 0.07213734090328217, 0.054621610790491104, 0.1913120448589325, 0.032153088599443436, 0.08584693819284439, 0.19091357290744781, 0.057635895907878876, 0.0468413382768631, 0.24027997255325317, 0.022045902907848358, 0.12100788205862045, 0.04433724284172058, 0.013178572058677673, 0.054405223578214645, 0.007602723315358162, 0.06406007707118988, 0.04600238800048828, 0.08837523311376572, 485.2115478515625, 468.35693359375, 1.1784615026044776e-06, 0.002424979116767645, 0.00034525038790889084, 0.0002914787328336388, 0.0005752142751589417, 0.0005355888861231506], "count": [857]}, "action": {"min": [-0.6005852222442627, 0.02897246554493904, 0.01705186627805233, -1.9698309898376465, -0.26448720693588257, -0.047019168734550476, -0.2583261728286743, -0.283270001411438, 0.36662301421165466, 0.039896998554468155, -1.78373384475708, -1.4306176900863647, -1.1852933168411255, -0.17331120371818542, 0.015289084054529667, -0.26258477568626404, -1.7714743614196777, 0.030124381184577942, -0.26834437251091003, -0.026145033538341522, -0.3294290006160736, -0.5910879969596863, 0.10773800313472748, 1.2725330591201782, -1.4666824340820312, 0.9609493613243103, 0.0, 0.0, -0.0621713362634182, -0.23538708686828613, -0.8266310095787048, 1.9119850397109985, -1.080904245376587, -0.002091187983751297], "max": [0.2655692994594574, 0.2805267572402954, 0.3243868947029114, -1.1358777284622192, -0.05675810948014259, 0.09609782695770264, -0.019809486344456673, -0.180976003408432, 0.5750319957733154, 0.20186200737953186, -1.2971378564834595, -1.3130601644515991, -0.9480471611022949, 0.5943893194198608, 0.1892635077238083, -0.11946777999401093, -0.7762351632118225, 0.13433799147605896, 0.14566516876220703, 0.14081315696239471, -0.290924996137619, -0.3761639893054962, 0.1390720009803772, 1.4755313396453857, -1.3024983406066895, 1.200547456741333, 1001.0, 1002.0, -0.06215629726648331, -0.22875864803791046, -0.8248997330665588, 1.9129643440246582, -1.0765113830566406, 0.0030318901408463717], "mean": [0.05458037555217743, 0.2032516598701477, 0.11199566721916199, -1.7127339839935303, -0.2071012258529663, -0.0031622282695025206, -0.09808515012264252, -0.25444725155830383, 0.41716012358665466, 0.16311459243297577, -1.4437932968139648, -1.3431506156921387, -1.117942214012146, 0.1518901139497757, 0.04818752780556679, -0.14524789154529572, -1.3077625036239624, 0.05103100463747978, -0.1654832661151886, 0.08208095282316208, -0.32096922397613525, -0.47525185346603394, 0.12461686879396439, 1.4072519540786743, -1.3371120691299438, 1.125115990638733, 550.1785278320312, 636.9673461914062, -0.06216450780630112, -0.23281335830688477, -0.8259989023208618, 1.9125202894210815, -1.0788843631744385, 0.0007135121268220246], "std": [0.2999099791049957, 0.0664701983332634, 0.10509738326072693, 0.23012539744377136, 0.06638582795858383, 0.030589623376727104, 0.09097100794315338, 0.040374238044023514, 0.07211674004793167, 0.05460558086633682, 0.19124986231327057, 0.03217470273375511, 0.08581692725419998, 0.19059327244758606, 0.05744386091828346, 0.04667667672038078, 0.2397591471672058, 0.02204505167901516, 0.12099824845790863, 0.044183868914842606, 0.013144316151738167, 0.05430035665631294, 0.007585641462355852, 0.06402530521154404, 0.04601234942674637, 0.0883837342262268, 485.2115478515625, 468.35693359375, 1.1784615026044776e-06, 0.002422783523797989, 0.0003452502132859081, 0.0002915811201091856, 0.0005752078141085804, 0.0005355969187803566], "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": [80], "max": [80], "mean": [80.0], "std": [0.0], "count": [857]}, "index": {"min": [68318], "max": [69174], "mean": [68746.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5892648774795799, 0.6357817969071954], "std": [0.4919672566833669, 0.46743333309418356], "count": [857]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5892648774795799, 0.6357817969071954], "std": [0.4919672566833669, 0.46743333309418356], "count": [857]}, "eef_direction_state": {"mean": [4.58343057176196, 4.974329054842474], "std": [2.3543412355861135, 2.1678232604824945], "min": [0, 0], "max": [6, 6], "count": [857]}, "eef_velocity_state": {"mean": [0.3220536756126021, 0.19253208868144692], "std": [0.5282157562021976, 0.40881792395226996], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_acc_mag_state": {"mean": [0.23687281213535588, 0.1516919486581097], "std": [0.5886071401086151, 0.47612796328973267], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_direction_action": {"mean": [4.58343057176196, 4.974329054842474], "std": [2.3543412355861135, 2.1678232604824945], "min": [0, 0], "max": [6, 6], "count": [857]}, "eef_velocity_action": {"mean": [0.3220536756126021, 0.19253208868144692], "std": [0.5282157562021976, 0.40881792395226996], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_acc_mag_action": {"mean": [0.23687281213535588, 0.1516919486581097], "std": [0.5886071401086153, 0.4761279632897327], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_sim_pose_state": {"mean": [0.4382221376641491, 0.2392200072407719, 1.1810339809025503, -0.05797372260610577, -0.023825051828943306, 1.3285962315150226, 0.4944148603688548, -0.1977126615750171, 1.1160792354873534, 0.04404077607792444, -0.013585550709079023, -1.353536155398322], "std": [0.07770269675707164, 0.039047254234977756, 0.03410695815498102, 0.056470446093714356, 0.0810734272713922, 0.14624981401518142, 0.0542818656794153, 0.006553690258385646, 0.019580548339298662, 0.09412395246451946, 0.021659884477581395, 0.02658737658661657], "min": [0.38348992603061977, 0.1454790097928004, 1.1567905591680168, -0.16466310074712398, -0.20596826255848866, 1.0684404003674786, 0.39637371640645996, -0.21275750919596678, 1.0994228378737958, -0.14779928894007277, -0.06762948061888663, -1.3737003463016206], "max": [0.6074316908528704, 0.2668526935044554, 1.2444266216759365, -0.014404400783162963, 0.0372265102661109, 1.4460337099894316, 0.6105174513645939, -0.1886054116739631, 1.1567253258777224, 0.11522620099785641, 0.03292543824144034, -1.2809372475314393], "count": [857]}, "eef_sim_pose_action": {"mean": [0.438287308927978, 0.23919189202592517, 1.181038095094325, -0.05799096379183881, -0.023854275089247902, 1.328450467339192, 0.4945217052703662, -0.19772072851157435, 1.1160283547590877, 0.04411047811965109, -0.013511974800984249, -1.353614050062754], "std": [0.07768019893624434, 0.03903767905797552, 0.034104247519238566, 0.056460337292688026, 0.08105757519784737, 0.1461949948960975, 0.05417883205637234, 0.006546844118423714, 0.019563263009153457, 0.09414893738363737, 0.02158323791141602, 0.026540715172141197], "min": [0.38348992603061977, 0.1454790097928004, 1.1567905591680168, -0.16466310074712398, -0.20596826255848866, 1.0684404003674786, 0.39637371640645996, -0.21275750919596678, 1.0994228378737958, -0.14779928894007277, -0.06762948061888663, -1.3737003463016206], "max": [0.6074316908528704, 0.2668526935044554, 1.2444266216759365, -0.014404400783162963, 0.0372265102661109, 1.4460337099894316, 0.6105174513645939, -0.1886054116739631, 1.1567253258777224, 0.11522620099785641, 0.03292543824144034, -1.2809372475314393], "count": [857]}, "gripper_mode_state": {"mean": [0.41073512252042005, 0.3628938156359393], "std": [0.4919672566833669, 0.4808345809206384], "min": [0, 0], "max": [1, 1], "count": [857]}, "gripper_activity_state": {"mean": [1.9894982497082847, 1.8763127187864643], "std": [0.13188112220355613, 0.4359690559273779], "min": [0, 0], "max": [2, 2], "count": [857]}, "gripper_mode_action": {"mean": [0.41073512252042005, 0.3628938156359393], "std": [0.4919672566833669, 0.4808345809206384], "min": [0, 0], "max": [1, 1], "count": [857]}, "gripper_activity_action": {"mean": [1.9894982497082847, 1.8763127187864643], "std": [0.13188112220355613, 0.4359690559273779], "min": [0, 0], "max": [2, 2], "count": [857]}}} +{"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.47138735574959145]], [[0.46681930019403595]], [[0.45910120634191176]]], "std": [[[0.15083950791327427]], [[0.1607711025675919]], [[0.16783675566743395]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605764271854575]], [[0.4517452588848039]], [[0.44668177338643794]]], "std": [[[0.14897455407463508]], [[0.15184877658456664]], [[0.157132183406545]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47257210988562093]], [[0.47483914036968955]], [[0.4670506918913399]]], "std": [[[0.1596480051861854]], [[0.15933483330001408]], [[0.16826363935559338]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4911732536764706]], [[0.4823464026756536]], [[0.469145525684232]]], "std": [[[0.14601858688456903]], [[0.142274724732167]], [[0.15180047882529618]]], "count": [160]}, "observation.state": {"min": [-0.5951223373413086, 0.03230604529380798, 0.014590952545404434, -1.9411203861236572, -0.30860909819602966, -0.020874137058854103, -0.2206445336341858, -0.2841069996356964, 0.3666430115699768, 0.0467660017311573, -1.6811810731887817, -1.5813995599746704, -1.2433334589004517, -0.17332863807678223, -0.007871435023844242, -0.26258477568626404, -1.7714743614196777, 0.016196655109524727, -0.1367989033460617, -0.026284659281373024, -0.3279950022697449, -0.5898339748382568, 0.10962499678134918, 1.2706269025802612, -1.440201997756958, 1.0153473615646362, 0.0, 0.0, -0.062180738896131516, -0.23582887649536133, -0.8263251781463623, 1.9127615690231323, -1.080240249633789, -0.0017409162828698754], "max": [0.26563912630081177, 0.2411172240972519, 0.3335847854614258, -1.1889183521270752, -0.15547393262386322, 0.14840535819530487, -0.019809486344456673, -0.17507900297641754, 0.5750809907913208, 0.20218199491500854, -1.2667412757873535, -1.3174469470977783, -0.9968181848526001, 0.595698356628418, 0.1892460584640503, -0.0518537312746048, -0.7496712803840637, 0.13294173777103424, 0.03073524869978428, 0.15992452204227448, -0.28740400075912476, -0.3761579990386963, 0.15046299993991852, 1.4755313396453857, -1.2786149978637695, 1.2300140857696533, 1001.0, 1002.0, -0.06209050118923187, -0.22917033731937408, -0.8254314064979553, 1.9127955436706543, -1.077501893043518, 0.004702562466263771], "mean": [0.07983855158090591, 0.1876184642314911, 0.10356784611940384, -1.7365386486053467, -0.24123385548591614, 0.019432302564382553, -0.07736308872699738, -0.25802040100097656, 0.41124820709228516, 0.16333916783332825, -1.3855640888214111, -1.3832069635391235, -1.1581777334213257, 0.07134596258401871, 0.030394982546567917, -0.10239483416080475, -1.4217767715454102, 0.05127176642417908, -0.09712101519107819, 0.049317654222249985, -0.3160233497619629, -0.4563840627670288, 0.13970112800598145, 1.3160758018493652, -1.320927619934082, 1.159975290298462, 581.2416381835938, 605.7410888671875, -0.06215311586856842, -0.23297642171382904, -0.8260552883148193, 1.9127609729766846, -1.0788984298706055, 0.0006487320642918348], "std": [0.2706363797187805, 0.071856290102005, 0.09786850959062576, 0.19510099291801453, 0.0316978357732296, 0.0526847317814827, 0.07485814392566681, 0.04088795185089111, 0.06450831890106201, 0.05347311869263649, 0.14218363165855408, 0.08216904103755951, 0.06424650549888611, 0.21000567078590393, 0.06245199963450432, 0.06760713458061218, 0.2641765773296356, 0.03159701079130173, 0.03623113036155701, 0.05408021807670593, 0.011020679026842117, 0.05689172074198723, 0.013923550955951214, 0.06557534635066986, 0.057119496166706085, 0.08196493983268738, 481.1481628417969, 476.5574035644531, 7.630656000401359e-06, 0.0023477335926145315, 0.00017828222189564258, 1.1539833394635934e-05, 0.0004271171928849071, 0.0008087778696790338], "count": [869]}, "action": {"min": [-0.5951223373413086, 0.03230604529380798, 0.014590952545404434, -1.9411203861236572, -0.30860909819602966, -0.020874137058854103, -0.2206445336341858, -0.2841069996356964, 0.3666430115699768, 0.0467660017311573, -1.6811810731887817, -1.5813995599746704, -1.2433334589004517, -0.17332863807678223, -0.007871435023844242, -0.26258477568626404, -1.7714743614196777, 0.016196655109524727, -0.1367989033460617, -0.026284659281373024, -0.3279950022697449, -0.5898339748382568, 0.10962499678134918, 1.2706269025802612, -1.440201997756958, 1.0153473615646362, 0.0, 0.0, -0.062180738896131516, -0.23582887649536133, -0.8263251781463623, 1.9127615690231323, -1.080240249633789, -0.0017409162828698754], "max": [0.26563912630081177, 0.2411172240972519, 0.3335847854614258, -1.1889183521270752, -0.15547393262386322, 0.14840535819530487, -0.019809486344456673, -0.17507900297641754, 0.5750809907913208, 0.20218199491500854, -1.2667412757873535, -1.3174469470977783, -0.9968181848526001, 0.595698356628418, 0.1892460584640503, -0.0518537312746048, -0.7496712803840637, 0.13294173777103424, 0.03073524869978428, 0.15992452204227448, -0.28740400075912476, -0.3761579990386963, 0.15046299993991852, 1.4755313396453857, -1.2786149978637695, 1.2300140857696533, 1001.0, 1002.0, -0.06209050118923187, -0.22917033731937408, -0.8254314064979553, 1.9127955436706543, -1.077501893043518, 0.004702562466263771], "mean": [0.0795343890786171, 0.18744635581970215, 0.10365418344736099, -1.7362796068191528, -0.24117371439933777, 0.019486354663968086, -0.07744626700878143, -0.25802022218704224, 0.41133052110671997, 0.16326969861984253, -1.3855959177017212, -1.3833545446395874, -1.158185601234436, 0.07153693586587906, 0.03016982041299343, -0.10215698182582855, -1.4214601516723633, 0.05123228579759598, -0.09718247503042221, 0.049380213022232056, -0.31605619192123413, -0.4564557671546936, 0.13974639773368835, 1.3158477544784546, -1.3208715915679932, 1.160158395767212, 581.2416381835938, 605.7410888671875, -0.06215310096740723, -0.23297978937625885, -0.8260552287101746, 1.9127609729766846, -1.0788992643356323, 0.0006487845676019788], "std": [0.2705763578414917, 0.07190751284360886, 0.09784741699695587, 0.19510085880756378, 0.03172329068183899, 0.052667658776044846, 0.07483440637588501, 0.04088781401515007, 0.06449704617261887, 0.05346230790019035, 0.14216680824756622, 0.0821688324213028, 0.06425021588802338, 0.20985840260982513, 0.06223127618432045, 0.06740626692771912, 0.26392099261283875, 0.03160031512379646, 0.03621980920433998, 0.05402414873242378, 0.010991858318448067, 0.05682966485619545, 0.013889872469007969, 0.06536464393138885, 0.05713525041937828, 0.0819336473941803, 481.14813232421875, 476.5574035644531, 7.6277701737126336e-06, 0.002348385052755475, 0.0001784064224921167, 1.1557066500245128e-05, 0.00042787735583260655, 0.000808769662398845], "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": [81], "max": [81], "mean": [81.0], "std": [0.0], "count": [869]}, "index": {"min": [69175], "max": [70043], "mean": [69609.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.619102416570771, 0.6046156501614514], "std": [0.4856074694308186, 0.47562039380131005], "count": [869]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.619102416570771, 0.6046156501614514], "std": [0.4856074694308186, 0.47562039380131005], "count": [869]}, "eef_direction_state": {"mean": [4.690448791714615, 5.019562715765248], "std": [2.2755342384070083, 2.1126686296215307], "min": [0, 0], "max": [6, 6], "count": [869]}, "eef_velocity_state": {"mean": [0.3141542002301496, 0.23245109321058688], "std": [0.5355443154882199, 0.5200744382980887], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_acc_mag_state": {"mean": [0.2048331415420023, 0.17491369390103567], "std": [0.5443925900177154, 0.5093070706420966], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_direction_action": {"mean": [4.690448791714615, 5.019562715765248], "std": [2.2755342384070083, 2.1126686296215307], "min": [0, 0], "max": [6, 6], "count": [869]}, "eef_velocity_action": {"mean": [0.3141542002301496, 0.23245109321058688], "std": [0.5355443154882199, 0.5200744382980887], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_acc_mag_action": {"mean": [0.2048331415420023, 0.17491369390103567], "std": [0.5443925900177154, 0.5093070706420966], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_sim_pose_state": {"mean": [0.4313553397324671, 0.23668985895904435, 1.1786070684963437, -0.0474813568376327, 0.035907694326037694, 1.347682373174847, 0.4739615042022305, -0.20456782444096802, 1.1244757581798477, 0.013666644908836036, 0.018058346956751573, -1.4265589716191003], "std": [0.06923682598503589, 0.039012177924456465, 0.03583243894016481, 0.04788452677534396, 0.04075171927207939, 0.1416833296265607, 0.05728864442796348, 0.00785263970180567, 0.010458915247303092, 0.04705622049488757, 0.03326438726078517, 0.07834852960048197], "min": [0.3834815364664453, 0.14869586869842769, 1.1553798941728, -0.1871574367526908, -0.06938897086005635, 1.0318987675943503, 0.3963672597736978, -0.2207916444108241, 1.1166246389469388, -0.10041205708797685, -0.06759575223089587, -1.4940787359918268], "max": [0.6048922752007393, 0.2646781524938959, 1.2543105730558035, 0.00046723175278828855, 0.11075879726627624, 1.4461861594402219, 0.6092099846886776, -0.18828012505761055, 1.1537183716688715, 0.0480391410925155, 0.041251413566163686, -1.288417331325046], "count": [869]}, "eef_sim_pose_action": {"mean": [0.431439735888204, 0.23663229880773154, 1.1786062423027104, -0.04749046275119376, 0.0359953885115794, 1.347574279048737, 0.47402880647553847, -0.20458852511713863, 1.1244443923426695, 0.013653569143034486, 0.018178912268978612, -1.4267718643212008], "std": [0.06922314750209536, 0.039007968207909714, 0.03583294981847298, 0.047879576608126716, 0.040826768746685956, 0.141644175546245, 0.05723179171320248, 0.007834470163133815, 0.010439657324651925, 0.047048283142836794, 0.03314354060719281, 0.07826771465102483], "min": [0.3834815364664453, 0.14869586869842769, 1.1553798941728, -0.1871574367526908, -0.06938897086005635, 1.0318987675943503, 0.3963672597736978, -0.2207916444108241, 1.1166246389469388, -0.10041205708797685, -0.06759575223089587, -1.4940787359918268], "max": [0.6048922752007393, 0.2646781524938959, 1.2543105730558035, 0.00046723175278828855, 0.11075879726627624, 1.4461861594402219, 0.6092099846886776, -0.18828012505761055, 1.1537183716688715, 0.0480391410925155, 0.041251413566163686, -1.288417331325046], "count": [869]}, "gripper_mode_state": {"mean": [0.380897583429229, 0.3958573072497123], "std": [0.4856074694308186, 0.4890340474309707], "min": [0, 0], "max": [1, 1], "count": [869]}, "gripper_activity_state": {"mean": [1.9896432681242808, 1.8745684695051783], "std": [0.1309731189890497, 0.4388078356847171], "min": [0, 0], "max": [2, 2], "count": [869]}, "gripper_mode_action": {"mean": [0.380897583429229, 0.3958573072497123], "std": [0.4856074694308186, 0.4890340474309707], "min": [0, 0], "max": [1, 1], "count": [869]}, "gripper_activity_action": {"mean": [1.9896432681242808, 1.8745684695051783], "std": [0.1309731189890497, 0.4388078356847171], "min": [0, 0], "max": [2, 2], "count": [869]}}} +{"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.4763003555719982]], [[0.4719116054178485]], [[0.4623667208759814]]], "std": [[[0.1546062693326419]], [[0.16483432478225069]], [[0.1719195449761206]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45881886766761215]], [[0.44963554384017757]], [[0.4443745157129938]]], "std": [[[0.1491463611164776]], [[0.15235426084170944]], [[0.157918284993029]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47242397978583467]], [[0.47292350192173305]], [[0.4650991015641057]]], "std": [[[0.1593298839608598]], [[0.15796299165779698]], [[0.16650747604705324]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4990984271591236]], [[0.4869754901960784]], [[0.4730556159308587]]], "std": [[[0.15116909917614532]], [[0.14689030200895437]], [[0.15725983814749367]]], "count": [159]}, "observation.state": {"min": [-0.5901830792427063, -0.03701843321323395, -0.020298179239034653, -1.9768297672271729, -0.30431562662124634, -0.09012880176305771, -0.24506168067455292, -0.2911979854106903, 0.3665800094604492, 0.02877099998295307, -1.7023433446884155, -1.6178532838821411, -1.269286036491394, -0.17331120371818542, -0.04265584796667099, -0.26258477568626404, -1.7714743614196777, -0.017034413293004036, -0.17898350954055786, -0.026232298463582993, -0.32638999819755554, -0.5905900001525879, 0.10969199985265732, 1.2835373878479004, -1.4523650407791138, 0.9892141819000244, 0.0, 0.0, -0.062150660902261734, -0.23522543907165527, -0.8268465399742126, 1.9127607345581055, -1.0805190801620483, -0.0006986447260715067], "max": [0.26577872037887573, 0.27263787388801575, 0.2883284091949463, -1.0663089752197266, -0.22430971264839172, 0.02281145378947258, -0.019809486344456673, -0.19728699326515198, 0.576653003692627, 0.2021780014038086, -1.2972227334976196, -1.3008006811141968, -1.1288751363754272, 0.5969724059104919, 0.1892635077238083, -0.06468190252780914, -0.7554832100868225, 0.11718141287565231, 0.05222025141119957, 0.16929693520069122, -0.2909660041332245, -0.37616899609565735, 0.13917000591754913, 1.4755313396453857, -1.231552243232727, 1.276961088180542, 1001.0, 1002.0, -0.06213938072323799, -0.2291477918624878, -0.8247056007385254, 1.912786841392517, -1.0776318311691284, 0.0018956433050334454], "mean": [0.0644812285900116, 0.18826477229595184, 0.09976410865783691, -1.6972804069519043, -0.2588510513305664, -0.027729513123631477, -0.09470801800489426, -0.25913211703300476, 0.41586342453956604, 0.16358740627765656, -1.4092224836349487, -1.390067219734192, -1.1813271045684814, 0.09151773154735565, 0.012732706032693386, -0.11644454300403595, -1.4049793481826782, 0.01971123367547989, -0.13423366844654083, 0.03360303118824959, -0.31006282567977905, -0.4617524743080139, 0.12872441112995148, 1.355137586593628, -1.2914621829986572, 1.1787670850753784, 562.3356323242188, 681.422119140625, -0.062145132571458817, -0.2327953428030014, -0.8258687257766724, 1.9127696752548218, -1.0789337158203125, 0.0006558687309734523], "std": [0.28786811232566833, 0.09069763869047165, 0.09580080956220627, 0.2500256896018982, 0.012304292991757393, 0.023032303899526596, 0.08985241502523422, 0.03670702502131462, 0.07047037780284882, 0.06029884144663811, 0.15069344639778137, 0.10255566984415054, 0.022406291216611862, 0.18927425146102905, 0.07475931942462921, 0.06513762474060059, 0.237492173910141, 0.046690236777067184, 0.05849076434969902, 0.058431919664144516, 0.008360125124454498, 0.052256159484386444, 0.01069906447082758, 0.06051941588521004, 0.07349414378404617, 0.10496506094932556, 483.9311828613281, 453.2221984863281, 6.400168217624014e-07, 0.0016959048807621002, 0.0002893685596063733, 7.317500603676308e-06, 0.000561831402592361, 0.00037322708521969616], "count": [867]}, "action": {"min": [-0.5901830792427063, -0.03701843321323395, -0.020298179239034653, -1.9768297672271729, -0.30431562662124634, -0.09012880176305771, -0.24506168067455292, -0.2911979854106903, 0.3665800094604492, 0.02877099998295307, -1.7023433446884155, -1.6178532838821411, -1.269286036491394, -0.17331120371818542, -0.04265584796667099, -0.26258477568626404, -1.7714743614196777, -0.017034413293004036, -0.17898350954055786, -0.026232298463582993, -0.32638999819755554, -0.5905900001525879, 0.10969199985265732, 1.2835373878479004, -1.4523650407791138, 0.9892141819000244, 0.0, 0.0, -0.062150660902261734, -0.23522543907165527, -0.8268465399742126, 1.9127607345581055, -1.0805190801620483, -0.0006986447260715067], "max": [0.26577872037887573, 0.27263787388801575, 0.2883284091949463, -1.0663089752197266, -0.22430971264839172, 0.02281145378947258, -0.019809486344456673, -0.19728699326515198, 0.576653003692627, 0.2021780014038086, -1.2972227334976196, -1.3008006811141968, -1.1288751363754272, 0.5969724059104919, 0.1892635077238083, -0.06468190252780914, -0.7554832100868225, 0.11718141287565231, 0.05222025141119957, 0.16929693520069122, -0.2909660041332245, -0.37616899609565735, 0.13917000591754913, 1.4755313396453857, -1.231552243232727, 1.276961088180542, 1001.0, 1002.0, -0.06213938072323799, -0.2291477918624878, -0.8247056007385254, 1.912786841392517, -1.0776318311691284, 0.0018956433050334454], "mean": [0.06415370106697083, 0.18818111717700958, 0.09984209388494492, -1.696958303451538, -0.25886479020118713, -0.02774718962609768, -0.09485071152448654, -0.2591400146484375, 0.41595181822776794, 0.16354525089263916, -1.4093109369277954, -1.3902162313461304, -1.181321620941162, 0.09176112711429596, 0.01246736105531454, -0.11621836572885513, -1.4046123027801514, 0.019621651619672775, -0.1343626230955124, 0.033635806292295456, -0.3100842833518982, -0.4618387222290039, 0.12875403463840485, 1.3549586534500122, -1.2913528680801392, 1.1790026426315308, 562.3356323242188, 681.422119140625, -0.062145132571458817, -0.2327917069196701, -0.8258690237998962, 1.9127696752548218, -1.0789334774017334, 0.0006557778688147664], "std": [0.2878008186817169, 0.09068245440721512, 0.09578142315149307, 0.2500097453594208, 0.012305275537073612, 0.023032786324620247, 0.08983174711465836, 0.036712925881147385, 0.07045663893222809, 0.06028486788272858, 0.1506502628326416, 0.10254604369401932, 0.022406073287129402, 0.1890673041343689, 0.0745406225323677, 0.0649704858660698, 0.2371707558631897, 0.04667617753148079, 0.05845893546938896, 0.05840621888637543, 0.00833776406943798, 0.05217650532722473, 0.010681891813874245, 0.0603923425078392, 0.07350868731737137, 0.10494199395179749, 483.9311828613281, 453.2221984863281, 6.400168217624014e-07, 0.001694142003543675, 0.000289435702143237, 7.324217222048901e-06, 0.0005618121358565986, 0.0003732689656317234], "count": [867]}, "timestamp": {"min": [0.0], "max": [28.866666666666667], "mean": [14.433333333333334], "std": [8.3427058404777], "count": [867]}, "frame_index": {"min": [0], "max": [866], "mean": [433.0], "std": [250.28117521433103], "count": [867]}, "episode_index": {"min": [82], "max": [82], "mean": [82.0], "std": [0.0], "count": [867]}, "index": {"min": [70044], "max": [70910], "mean": [70477.0], "std": [250.28117521433103], "count": [867]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [867]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6009227220299884, 0.680149942277442], "std": [0.489708693182035, 0.4523239115414876], "count": [867]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6009227220299884, 0.680149942277442], "std": [0.489708693182035, 0.4523239115414876], "count": [867]}, "eef_direction_state": {"mean": [4.698961937716263, 5.159169550173011], "std": [2.245700509730713, 2.00173932502394], "min": [0, 0], "max": [6, 6], "count": [867]}, "eef_velocity_state": {"mean": [0.314878892733564, 0.18685121107266436], "std": [0.5359488156238023, 0.46779822911968333], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_acc_mag_state": {"mean": [0.25720876585928487, 0.1637831603229527], "std": [0.6052847283074614, 0.4906775571506018], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_direction_action": {"mean": [4.698961937716263, 5.159169550173011], "std": [2.245700509730713, 2.00173932502394], "min": [0, 0], "max": [6, 6], "count": [867]}, "eef_velocity_action": {"mean": [0.314878892733564, 0.18685121107266436], "std": [0.5359488156238023, 0.46779822911968333], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_acc_mag_action": {"mean": [0.25720876585928487, 0.1637831603229527], "std": [0.6052847283074614, 0.4906775571506018], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_sim_pose_state": {"mean": [0.4366988549229436, 0.23796000103678033, 1.1741018738483946, -0.07748648182254263, 0.04275314810633713, 1.3339030071251674, 0.4797715355564121, -0.19380665932758673, 1.1258254714897404, 0.053890108392021026, 0.0023316558293038957, -1.424163469340683], "std": [0.07581663221216413, 0.04619182349534399, 0.027693681325575523, 0.0815923419523855, 0.03208266340361039, 0.14950041595449426, 0.0525001411912719, 0.008091252680680195, 0.00933465691258445, 0.06794048668294334, 0.035457966261611025, 0.08517801653416157], "min": [0.38349580246962073, 0.13050451410964956, 1.1453131732511992, -0.2379075867947575, -0.04956977968965415, 1.048302335359266, 0.39637362195641296, -0.21305083700097824, 1.1180193457090675, -0.10192246185802833, -0.0676082310952435, -1.5028732344118363], "max": [0.6073837060712474, 0.2720029518217696, 1.2218475389014443, -0.01743369626854563, 0.11132637151369829, 1.4459925944737435, 0.6100374869529234, -0.1828906611657374, 1.1526117094259223, 0.10244605676939611, 0.02970809099751026, -1.2912308888140736], "count": [867]}, "eef_sim_pose_action": {"mean": [0.43679040946277814, 0.23793385077698634, 1.1740899208018105, -0.07752236976512139, 0.04281958255184329, 1.3337563012488947, 0.4798537879741419, -0.19381010355547995, 1.125797364710989, 0.053948298024461085, 0.0024397714850888617, -1.424388728894438], "std": [0.07580026903902144, 0.04618319651514553, 0.027703377864095304, 0.08157279724320284, 0.03212128692957774, 0.14945282827627396, 0.05242528041692689, 0.008089720117630135, 0.009314974804658538, 0.06795703961305748, 0.03538751722602371, 0.08511918735020463], "min": [0.38349580246962073, 0.13050451410964956, 1.1453131732511992, -0.2379075867947575, -0.04956977968965415, 1.048302335359266, 0.39637362195641296, -0.21305083700097824, 1.1180193457090675, -0.10192246185802833, -0.0676082310952435, -1.5028732344118363], "max": [0.6073837060712474, 0.2720029518217696, 1.2218475389014443, -0.01743369626854563, 0.11132637151369829, 1.4459925944737435, 0.6100374869529234, -0.1828906611657374, 1.1526117094259223, 0.10244605676939611, 0.02970809099751026, -1.2912308888140736], "count": [867]}, "gripper_mode_state": {"mean": [0.3990772779700115, 0.3217993079584775], "std": [0.489708693182035, 0.4671664728508725], "min": [0, 0], "max": [1, 1], "count": [867]}, "gripper_activity_state": {"mean": [1.9896193771626298, 1.8754325259515572], "std": [0.1311231510138163, 0.4382868936628076], "min": [0, 0], "max": [2, 2], "count": [867]}, "gripper_mode_action": {"mean": [0.3990772779700115, 0.3217993079584775], "std": [0.489708693182035, 0.4671664728508725], "min": [0, 0], "max": [1, 1], "count": [867]}, "gripper_activity_action": {"mean": [1.9896193771626298, 1.8754325259515572], "std": [0.1311231510138163, 0.4382868936628076], "min": [0, 0], "max": [2, 2], "count": [867]}}} +{"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.47036155652019845]], [[0.46599698056933614]], [[0.45767009213323884]]], "std": [[[0.15651261005266695]], [[0.16670984039049777]], [[0.17398456853649386]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45717956999566894]], [[0.44757381609772423]], [[0.4419635170584298]]], "std": [[[0.15175148608744848]], [[0.15529500120019024]], [[0.16113261040809898]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704546076462714]], [[0.4723791169580282]], [[0.4640244335183873]]], "std": [[[0.15481339508079656]], [[0.15365507387962335]], [[0.16177751800210352]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49072535115954014]], [[0.4800847236987164]], [[0.4668882663004961]]], "std": [[[0.14826157743356494]], [[0.1446391515014421]], [[0.15475454815072678]]], "count": [166]}, "observation.state": {"min": [-0.5854706764221191, 0.021851520985364914, 0.025185100734233856, -1.983636498451233, -0.25389304757118225, -0.051312681287527084, -0.24178045988082886, -0.28326401114463806, 0.3666499853134155, 0.04468199983239174, -1.749433159828186, -1.479426622390747, -1.1977859735488892, -0.17331120371818542, -0.020053833723068237, -0.26256734132766724, -1.7714743614196777, 0.00143117003608495, -0.21596702933311462, -0.026232298463582993, -0.331822007894516, -0.5891780257225037, 0.10661499947309494, 1.220852017402649, -1.4422458410263062, 1.0530452728271484, 0.0, 0.0, -0.06215629726648331, -0.23560141026973724, -0.8263624310493469, 1.9127559661865234, -1.0806459188461304, -0.00426211254671216], "max": [0.2655692994594574, 0.2702118754386902, 0.3041759729385376, -1.146908164024353, -0.13875366747379303, 0.1520705372095108, -0.01984439231455326, -0.17879599332809448, 0.5738809704780579, 0.20187200605869293, -1.2970621585845947, -1.2644447088241577, -0.987820029258728, 0.5890137553215027, 0.18929840624332428, -0.06581636518239975, -0.7459188103675842, 0.13128367066383362, 0.1028173416852951, 0.11643091589212418, -0.29076099395751953, -0.37616899609565735, 0.1405850052833557, 1.4755313396453857, -1.2561779022216797, 1.2498406171798706, 1001.0, 1002.0, -0.062137503176927567, -0.22882632911205292, -0.825693666934967, 1.9127916097640991, -1.0763133764266968, 0.003253064351156354], "mean": [0.05426294729113579, 0.19335509836673737, 0.11406843364238739, -1.72391676902771, -0.22086049616336823, -0.001144216861575842, -0.09428407996892929, -0.2487967163324356, 0.4162473976612091, 0.15868963301181793, -1.443623661994934, -1.3595703840255737, -1.1429258584976196, 0.132046639919281, 0.015044690109789371, -0.10252528637647629, -1.3269551992416382, 0.03848327323794365, -0.1543576866388321, 0.036363836377859116, -0.3220515549182892, -0.47261103987693787, 0.13384607434272766, 1.3289620876312256, -1.3042072057724, 1.1827685832977295, 550.2694702148438, 653.2442626953125, -0.06214534863829613, -0.23271504044532776, -0.8259215950965881, 1.9127646684646606, -1.0788764953613281, 0.0007366758654825389], "std": [0.30342498421669006, 0.07367025315761566, 0.10309997200965881, 0.23325733840465546, 0.04025743901729584, 0.0430690199136734, 0.08843345195055008, 0.043643247336149216, 0.07274281233549118, 0.05747701972723007, 0.18035921454429626, 0.0569298192858696, 0.0635446086525917, 0.1840803325176239, 0.06655598431825638, 0.0634860247373581, 0.23501530289649963, 0.03509638085961342, 0.08493972569704056, 0.037119630724191666, 0.013134944252669811, 0.05214328318834305, 0.010946822352707386, 0.06304526329040527, 0.06392868608236313, 0.08278711885213852, 485.9739685058594, 464.26544189453125, 1.0748871090981993e-06, 0.0020448057912290096, 0.00021326936257537454, 9.883338861982338e-06, 0.0006732998881489038, 0.0006002610316500068], "count": [913]}, "action": {"min": [-0.5854706764221191, 0.021851520985364914, 0.025185100734233856, -1.983636498451233, -0.25389304757118225, -0.051312681287527084, -0.24178045988082886, -0.28326401114463806, 0.3666499853134155, 0.04468199983239174, -1.749433159828186, -1.479426622390747, -1.1977859735488892, -0.17331120371818542, -0.020053833723068237, -0.26256734132766724, -1.7714743614196777, 0.00143117003608495, -0.21596702933311462, -0.026232298463582993, -0.331822007894516, -0.5891780257225037, 0.10661499947309494, 1.220852017402649, -1.4422458410263062, 1.0530452728271484, 0.0, 0.0, -0.06215629726648331, -0.23560141026973724, -0.8263624310493469, 1.9127559661865234, -1.0806459188461304, -0.00426211254671216], "max": [0.2655692994594574, 0.2702118754386902, 0.3041759729385376, -1.146908164024353, -0.13875366747379303, 0.1520705372095108, -0.01984439231455326, -0.17879599332809448, 0.5738809704780579, 0.20187200605869293, -1.2970621585845947, -1.2644447088241577, -0.987820029258728, 0.5890137553215027, 0.18929840624332428, -0.06581636518239975, -0.7459188103675842, 0.13128367066383362, 0.1028173416852951, 0.11643091589212418, -0.29076099395751953, -0.37616899609565735, 0.1405850052833557, 1.4755313396453857, -1.2561779022216797, 1.2498406171798706, 1001.0, 1002.0, -0.062137503176927567, -0.22882632911205292, -0.825693666934967, 1.9127916097640991, -1.0763133764266968, 0.003253064351156354], "mean": [0.05410246551036835, 0.19326722621917725, 0.11413677781820297, -1.7238398790359497, -0.22079910337924957, -0.001136820181272924, -0.09439006447792053, -0.24877391755580902, 0.4162865877151489, 0.15863752365112305, -1.4437751770019531, -1.3596519231796265, -1.1429225206375122, 0.13234341144561768, 0.014817183837294579, -0.10231167823076248, -1.326480507850647, 0.03842833638191223, -0.1545228362083435, 0.03642047569155693, -0.3220917582511902, -0.4727092385292053, 0.1338791400194168, 1.3287945985794067, -1.3041306734085083, 1.18296480178833, 550.2694702148438, 653.2442626953125, -0.062145356088876724, -0.23271457850933075, -0.8259214758872986, 1.9127646684646606, -1.07887601852417, 0.0007366446079686284], "std": [0.3033521771430969, 0.07366130501031876, 0.10307285934686661, 0.23322737216949463, 0.04024988040328026, 0.043066203594207764, 0.08840224146842957, 0.0436306893825531, 0.07272575050592422, 0.057459473609924316, 0.180294468998909, 0.05692477896809578, 0.06354253739118576, 0.183806911110878, 0.0663144588470459, 0.06327485293149948, 0.234555184841156, 0.0350927896797657, 0.08490989357233047, 0.03706358000636101, 0.013099221512675285, 0.052045922726392746, 0.010919456370174885, 0.06285854429006577, 0.06394068896770477, 0.08272403478622437, 485.9739685058594, 464.2654724121094, 1.0745889085228555e-06, 0.0020450016018003225, 0.00021315808407962322, 9.892311027215328e-06, 0.0006733836489729583, 0.0006002605077810585], "count": [913]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.785341326449544], "count": [913]}, "frame_index": {"min": [0], "max": [912], "mean": [456.0], "std": [263.5602397934863], "count": [913]}, "episode_index": {"min": [83], "max": [83], "mean": [83.0], "std": [0.0], "count": [913]}, "index": {"min": [70911], "max": [71823], "mean": [71367.0], "std": [263.5602397934863], "count": [913]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [913]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5870755750273823, 0.6520197150977849], "std": [0.4923594664811967, 0.4633448509256389], "count": [913]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5870755750273823, 0.6520197150977849], "std": [0.49235946648119666, 0.46334485092563893], "count": [913]}, "eef_direction_state": {"mean": [4.87185104052574, 5.152245345016429], "std": [2.1671667675062496, 1.9734929911269248], "min": [0, 0], "max": [6, 6], "count": [913]}, "eef_velocity_state": {"mean": [0.2782037239868565, 0.20262869660460023], "std": [0.532961979030751, 0.4744440351907584], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_acc_mag_state": {"mean": [0.1982475355969332, 0.15772179627601315], "std": [0.53683302800112, 0.4878457701359078], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_direction_action": {"mean": [4.87185104052574, 5.152245345016429], "std": [2.1671667675062496, 1.9734929911269248], "min": [0, 0], "max": [6, 6], "count": [913]}, "eef_velocity_action": {"mean": [0.2782037239868565, 0.20262869660460023], "std": [0.532961979030751, 0.4744440351907584], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_acc_mag_action": {"mean": [0.1982475355969332, 0.15772179627601315], "std": [0.53683302800112, 0.4878457701359078], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_sim_pose_state": {"mean": [0.43757205894629203, 0.23481971967116644, 1.1849078854975013, -0.07327009379419974, -0.002294086480638581, 1.3246382065015427, 0.49018422125703504, -0.19789778696408483, 1.1156140650144142, 0.038333913337370754, 0.01738353089681454, -1.4337923622723048], "std": [0.07843804868174518, 0.04150945590955854, 0.03662390508670751, 0.06457763430965818, 0.05204775819474954, 0.15166767153335362, 0.05182602710478663, 0.0053411846307305656, 0.016522945185031144, 0.06890026184523415, 0.03248720025694895, 0.0638006236409414], "min": [0.38348612394253884, 0.14874618431924644, 1.1567788611406198, -0.18971832759088625, -0.11713420025638799, 1.0562390509103938, 0.3963737167404304, -0.20854953981742744, 1.1036970662223646, -0.11204534833057678, -0.06758405502755349, -1.4826414017745515], "max": [0.6052841143257367, 0.2645716343436465, 1.2440492780333896, -0.017400874785966747, 0.04208086826604651, 1.446022835454704, 0.6071730856046383, -0.18163307419604052, 1.157325031932558, 0.08222514093542344, 0.06153640095930801, -1.2994834875736028], "count": [913]}, "eef_sim_pose_action": {"mean": [0.4376146958397948, 0.2347830658279723, 1.1849215724022153, -0.07334973453135822, -0.002285104404587297, 1.3244961854931876, 0.49027867026747407, -0.1979087484535359, 1.1155697512520328, 0.03836995731443611, 0.017485171627585686, -1.4339830191060732], "std": [0.0784192239847865, 0.04149797945351761, 0.036615738489365765, 0.06455371745287797, 0.05205449552109524, 0.1516147963331239, 0.05173350935442311, 0.0053325706364854555, 0.016499629189157036, 0.06891387204072728, 0.03236626260982865, 0.06367359958551677], "min": [0.38348612394253884, 0.14874618431924644, 1.1567788611406198, -0.18971832759088625, -0.11713420025638799, 1.0562390509103938, 0.3963737167404304, -0.20854953981742744, 1.1036970662223646, -0.11204534833057678, -0.06758405502755349, -1.4826414017745515], "max": [0.6052841143257367, 0.2645716343436465, 1.2440492780333896, -0.017400874785966747, 0.04208086826604651, 1.446022835454704, 0.6071730856046383, -0.18163307419604052, 1.157325031932558, 0.08222514093542344, 0.06153640095930801, -1.2994834875736028], "count": [913]}, "gripper_mode_state": {"mean": [0.4129244249726177, 0.348302300109529], "std": [0.4923594664811967, 0.476432374894835], "min": [0, 0], "max": [1, 1], "count": [913]}, "gripper_activity_state": {"mean": [1.990142387732749, 1.8828039430449068], "std": [0.1277974227406008, 0.42699184925156475], "min": [0, 0], "max": [2, 2], "count": [913]}, "gripper_mode_action": {"mean": [0.4129244249726177, 0.348302300109529], "std": [0.49235946648119666, 0.476432374894835], "min": [0, 0], "max": [1, 1], "count": [913]}, "gripper_activity_action": {"mean": [1.990142387732749, 1.8828039430449068], "std": [0.1277974227406008, 0.42699184925156475], "min": [0, 0], "max": [2, 2], "count": [913]}}} +{"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.47667995557598036]], [[0.4730260774101307]], [[0.4657918172998366]]], "std": [[[0.1563333981219738]], [[0.1655616447519853]], [[0.1725370816881018]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46226965124591507]], [[0.45298769275939543]], [[0.4476401577818627]]], "std": [[[0.15273019785045458]], [[0.15648317641849055]], [[0.16207807360218623]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46789804176879085]], [[0.4711524241727941]], [[0.4628749183006536]]], "std": [[[0.15611722918270488]], [[0.15507400499941093]], [[0.1637084772798336]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.488079363255719]], [[0.48109123263888887]], [[0.4683995149101307]]], "std": [[[0.14826826897994597]], [[0.14507667353034137]], [[0.1550587732367463]]], "count": [160]}, "observation.state": {"min": [-0.6299242377281189, 0.06255260109901428, 0.017418386414647102, -2.02950382232666, -0.25595253705978394, -0.04871213808655739, -0.27431339025497437, -0.30386999249458313, 0.36664700508117676, 0.04230799898505211, -1.8019541501998901, -1.472848892211914, -1.1854034662246704, -0.17332863807678223, -0.006719517521560192, -0.2626895010471344, -1.7714743614196777, 0.018971730023622513, -0.16451473534107208, -0.026337018236517906, -0.33009400963783264, -0.5900539755821228, 0.10965900123119354, 1.2681585550308228, -1.412198781967163, 1.0554962158203125, 0.0, 0.0, -0.06215441972017288, -0.23526866734027863, -0.8262190222740173, 1.9127646684646606, -1.079933524131775, -0.0020323346834629774], "max": [0.2655692994594574, 0.2849075496196747, 0.3577401340007782, -1.1728612184524536, -0.08918632566928864, 0.17767451703548431, -0.016842426732182503, -0.16910499334335327, 0.5775250196456909, 0.20184700191020966, -1.2971378564834595, -1.2636901140213013, -0.8649163246154785, 0.5990318655967712, 0.18931587040424347, -0.059812434017658234, -0.7262663841247559, 0.09807004779577255, 0.01820378378033638, 0.12678071856498718, -0.2903429865837097, -0.37615498900413513, 0.14831499755382538, 1.4756050109863281, -1.2622478008270264, 1.2146241664886475, 1001.0, 1002.0, -0.062137503176927567, -0.2291722148656845, -0.8256984353065491, 1.9127939939498901, -1.0777220726013184, 0.004358935635536909], "mean": [0.04603965952992439, 0.2193899154663086, 0.1147288903594017, -1.709061861038208, -0.2235838770866394, 0.0135358776897192, -0.10791084170341492, -0.25437304377555847, 0.4179227352142334, 0.16710792481899261, -1.4388017654418945, -1.3534654378890991, -1.0977416038513184, 0.1310267150402069, 0.03462798893451691, -0.10714354366064072, -1.357108235359192, 0.04009352624416351, -0.1123063862323761, 0.03845984861254692, -0.31525400280952454, -0.4730372428894043, 0.1380344033241272, 1.3303097486495972, -1.3043955564498901, 1.1557912826538086, 560.3154296875, 613.2960205078125, -0.06214580684900284, -0.23286068439483643, -0.8260113000869751, 1.9127806425094604, -1.078860878944397, 0.0006275165942497551], "std": [0.31334027647972107, 0.05434616282582283, 0.11659655719995499, 0.23192903399467468, 0.050114087760448456, 0.059550054371356964, 0.1062120571732521, 0.04826002195477486, 0.07316004484891891, 0.056302666664123535, 0.19193191826343536, 0.049081020057201385, 0.11425914615392685, 0.19560594856739044, 0.06972093880176544, 0.07268743216991425, 0.258615106344223, 0.027157370001077652, 0.03911878541111946, 0.04418106749653816, 0.012015999294817448, 0.05564996227622032, 0.014197096228599548, 0.06769506633281708, 0.053584735840559006, 0.06915456801652908, 484.3296203613281, 474.9495544433594, 1.3496530755219283e-06, 0.002207063836976886, 0.00016989445430226624, 7.616029051860096e-06, 0.0005322095239534974, 0.0007152759935706854], "count": [875]}, "action": {"min": [-0.6299242377281189, 0.06255260109901428, 0.017418386414647102, -2.02950382232666, -0.25595253705978394, -0.04871213808655739, -0.27431339025497437, -0.30386999249458313, 0.36664700508117676, 0.04230799898505211, -1.8019541501998901, -1.472848892211914, -1.1854034662246704, -0.17332863807678223, -0.006719517521560192, -0.2626546025276184, -1.7714743614196777, 0.018971730023622513, -0.16451473534107208, -0.026337018236517906, -0.33009400963783264, -0.5900539755821228, 0.10968799889087677, 1.2681585550308228, -1.412198781967163, 1.0554962158203125, 0.0, 0.0, -0.06215441972017288, -0.23526866734027863, -0.8262190222740173, 1.9127646684646606, -1.079933524131775, -0.0020323346834629774], "max": [0.2655692994594574, 0.2849075496196747, 0.3577401340007782, -1.1728612184524536, -0.08918632566928864, 0.17767451703548431, -0.016842426732182503, -0.16910499334335327, 0.5775250196456909, 0.20184700191020966, -1.2971378564834595, -1.2636901140213013, -0.8649163246154785, 0.5990318655967712, 0.18931587040424347, -0.059812434017658234, -0.7262663841247559, 0.09807004779577255, 0.01820378378033638, 0.12678071856498718, -0.2903429865837097, -0.3761569857597351, 0.14831499755382538, 1.4756050109863281, -1.2622478008270264, 1.2146241664886475, 1001.0, 1002.0, -0.062137503176927567, -0.2291722148656845, -0.8256984353065491, 1.9127939939498901, -1.0777220726013184, 0.004358935635536909], "mean": [0.04568319395184517, 0.21938562393188477, 0.1147836223244667, -1.7086716890335083, -0.22355714440345764, 0.013508510775864124, -0.10812417417764664, -0.25439363718032837, 0.4180188775062561, 0.16709838807582855, -1.4389461278915405, -1.35355806350708, -1.097601056098938, 0.13135141134262085, 0.03440744802355766, -0.10691266506910324, -1.3566467761993408, 0.040039896965026855, -0.11238953471183777, 0.03852126747369766, -0.31528595089912415, -0.47314682602882385, 0.13807813823223114, 1.3301066160202026, -1.3043208122253418, 1.1559580564498901, 560.3154296875, 613.2960205078125, -0.06214580684900284, -0.23286660015583038, -0.8260108232498169, 1.9127806425094604, -1.0788604021072388, 0.0006274363258853555], "std": [0.3132675290107727, 0.05434459075331688, 0.11657381802797318, 0.2319801151752472, 0.05010414868593216, 0.059571318328380585, 0.10622257739305496, 0.04827620089054108, 0.07314794510602951, 0.05629747733473778, 0.19187280535697937, 0.04909207671880722, 0.11422780156135559, 0.19533483684062958, 0.06953641772270203, 0.07251357287168503, 0.25823336839675903, 0.027152666822075844, 0.03909260034561157, 0.04412854090332985, 0.011991496197879314, 0.055553458631038666, 0.014168540015816689, 0.06752564758062363, 0.05359543487429619, 0.0691150352358818, 484.32965087890625, 474.94952392578125, 1.3496530755219283e-06, 0.002205339027568698, 0.00017002089589368552, 7.606603048770921e-06, 0.0005323106306605041, 0.0007152666803449392], "count": [875]}, "timestamp": {"min": [0.0], "max": [29.133333333333333], "mean": [14.566666666666665], "std": [8.419685927106254], "count": [875]}, "frame_index": {"min": [0], "max": [874], "mean": [437.0], "std": [252.59057781318765], "count": [875]}, "episode_index": {"min": [84], "max": [84], "mean": [84.0], "std": [0.0], "count": [875]}, "index": {"min": [71824], "max": [72698], "mean": [72261.0], "std": [252.59057781318765], "count": [875]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [875]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5977142857142858, 0.6121737144658608], "std": [0.490358968886416, 0.47403344034929656], "count": [875]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5977142857142858, 0.6121737144658608], "std": [0.490358968886416, 0.47403344034929656], "count": [875]}, "eef_direction_state": {"mean": [4.725714285714286, 5.070857142857143], "std": [2.2698449106419853, 2.099144548794732], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_state": {"mean": [0.3211428571428571, 0.176], "std": [0.5664514677411668, 0.4069341821123341], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_state": {"mean": [0.20342857142857143, 0.14971428571428572], "std": [0.5342976316470759, 0.4821231953662842], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_direction_action": {"mean": [4.725714285714286, 5.070857142857143], "std": [2.2698449106419853, 2.099144548794732], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_action": {"mean": [0.3211428571428571, 0.176], "std": [0.5664514677411668, 0.4069341821123342], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_action": {"mean": [0.20342857142857143, 0.14971428571428572], "std": [0.5342976316470759, 0.4821231953662842], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_sim_pose_state": {"mean": [0.43937666784266755, 0.24398877039996456, 1.1830115984130267, -0.040999632089570685, -0.024832925382588904, 1.319123497935079, 0.49059962308753835, -0.20289659800696427, 1.1242698759872807, 0.022084995663570296, 0.0015391182464882989, -1.4273362599360753], "std": [0.07947077455323714, 0.03925174927218801, 0.04392261154723133, 0.039240075917051115, 0.08198467172585261, 0.16651016762143608, 0.055142609030119, 0.006542745183790806, 0.01106938627368968, 0.04510745141398894, 0.030678083435380834, 0.07284788502485262], "min": [0.38348751561701494, 0.15022700362977592, 1.1387746335467053, -0.12422364158478605, -0.20757922552405006, 1.021590525731704, 0.3963617160629755, -0.2109865962875935, 1.1168962881707631, -0.08249137558106712, -0.06766019915056365, -1.485219394072705], "max": [0.6105624438582375, 0.27748131878440907, 1.2624505486813886, 0.014409873330602507, 0.03277917195819868, 1.4462977139223154, 0.6084497438947593, -0.188666080772352, 1.1497151661595124, 0.06160849515340372, 0.031857112008216726, -1.304275702047589], "count": [875]}, "eef_sim_pose_action": {"mean": [0.4394768624314018, 0.24399910567998617, 1.1829924161418741, -0.04098703049444507, -0.02488350326789299, 1.3189468273819815, 0.49070493342238963, -0.20291667232930857, 1.1242383743323692, 0.022081036210572284, 0.0016329949422390349, -1.4275420449219476], "std": [0.07945552618285867, 0.03925834997362177, 0.04393771313072892, 0.03924937487498336, 0.08196285178766075, 0.16645759605916358, 0.05505046539198149, 0.006525977451447254, 0.01105098141439074, 0.04510534058301358, 0.03059259902060988, 0.07275439731189398], "min": [0.38348751561701494, 0.15022700362977592, 1.1387746335467053, -0.12422364158478605, -0.20757922552405006, 1.021590525731704, 0.3963617160629755, -0.2109865962875935, 1.1168962881707631, -0.08249137558106712, -0.06766019915056365, -1.485219394072705], "max": [0.6105624438582375, 0.27748131878440907, 1.2624505486813886, 0.014409873330602507, 0.03277917195819868, 1.4462977139223154, 0.6084497438947593, -0.18869054064140395, 1.1497151661595124, 0.06160849515340372, 0.031857112008216726, -1.304275702047589], "count": [875]}, "gripper_mode_state": {"mean": [0.4022857142857143, 0.38742857142857146], "std": [0.490358968886416, 0.48716288186744433], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_state": {"mean": [1.9897142857142858, 1.8777142857142857], "std": [0.1305260940367471, 0.43545106803526895], "min": [0, 0], "max": [2, 2], "count": [875]}, "gripper_mode_action": {"mean": [0.4022857142857143, 0.38742857142857146], "std": [0.490358968886416, 0.4871628818674444], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_action": {"mean": [1.9897142857142858, 1.8777142857142857], "std": [0.1305260940367471, 0.43545106803526895], "min": [0, 0], "max": [2, 2], "count": [875]}}} +{"episode_index": 85, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4713122970202574]], [[0.46834892344619006]], [[0.45956453994641333]]], "std": [[[0.1616895861800187]], [[0.171122816274006]], [[0.1779968647923175]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45919843807088057]], [[0.44973370960703124]], [[0.44413234406081276]]], "std": [[[0.15326383727774098]], [[0.1573095850079033]], [[0.1630674685415465]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47143818886250155]], [[0.4754290750720578]], [[0.46727925826127553]]], "std": [[[0.15519890484006285]], [[0.15467598329374443]], [[0.16357763169393863]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4952181562842528]], [[0.4823418800491211]], [[0.4677372059330979]]], "std": [[[0.15630864706074185]], [[0.14917168750267737]], [[0.15769873549127408]]], "count": [161]}, "observation.state": {"min": [-0.583568274974823, 0.00047123891999945045, 0.02940879762172699, -1.9296884536743164, -0.3412816822528839, -0.020874137058854103, -0.2079908847808838, -0.2832629978656769, 0.3666439950466156, 0.03715499863028526, -1.6838748455047607, -1.5779880285263062, -1.228535532951355, -0.17332863807678223, -0.0028448866214603186, -0.26258477568626404, -1.7714743614196777, 0.05506513640284538, -0.20495401322841644, -0.02630211040377617, -0.33487600088119507, -0.5881829857826233, 0.10968399792909622, 1.2858076095581055, -1.4296871423721313, 1.065687656402588, 0.0, 0.0, -0.062150660902261734, -0.2352423518896103, -0.8260636925697327, 1.912743330001831, -1.080016016960144, -0.001257750322110951], "max": [0.2655692994594574, 0.2410823255777359, 0.3185749650001526, -1.1859686374664307, -0.12714722752571106, 0.18531906604766846, -0.019809486344456673, -0.17483599483966827, 0.5732150077819824, 0.2019069939851761, -1.2703986167907715, -1.2921509742736816, -0.9967803359031677, 0.5968502163887024, 0.18929840624332428, -0.089867003262043, -0.7085513472557068, 0.11098548769950867, -0.009285151958465576, 0.1400103121995926, -0.2920350134372711, -0.37615999579429626, 0.14284400641918182, 1.4756050109863281, -1.328906536102295, 1.1273173093795776, 1001.0, 1002.0, -0.06213938072323799, -0.22914589941501617, -0.8258101344108582, 1.9127757549285889, -1.0781270265579224, 0.00283444719389081], "mean": [0.04100800305604935, 0.18461653590202332, 0.1135481521487236, -1.7154396772384644, -0.24754615128040314, 0.04014041647315025, -0.0832442045211792, -0.25004974007606506, 0.4202412962913513, 0.15731899440288544, -1.395682454109192, -1.396831750869751, -1.1452194452285767, 0.1356791853904724, 0.04250354692339897, -0.14358986914157867, -1.3344093561172485, 0.06345017999410629, -0.10591558367013931, 0.08032293617725372, -0.32386112213134766, -0.47141778469085693, 0.1215316504240036, 1.3603004217147827, -1.3778860569000244, 1.1057605743408203, 563.2185668945312, 636.3816528320312, -0.06214533746242523, -0.23284639418125153, -0.8259998559951782, 1.9127494096755981, -1.0789059400558472, 0.0006978663732297719], "std": [0.31144025921821594, 0.08060645312070847, 0.10409857332706451, 0.226606547832489, 0.05683141574263573, 0.07335708290338516, 0.07493361085653305, 0.044809527695178986, 0.07448406517505646, 0.060962703078985214, 0.1552383303642273, 0.09600093960762024, 0.06542836129665375, 0.1958802491426468, 0.061416901648044586, 0.051142655313014984, 0.2655408978462219, 0.013535633683204651, 0.03541231527924538, 0.046041090041399, 0.013942910358309746, 0.054827723652124405, 0.0077064139768481255, 0.051810335367918015, 0.022041624411940575, 0.022297946736216545, 484.0787048339844, 468.9753112792969, 8.636113193460915e-07, 0.0021831004414707422, 7.806716166669503e-05, 1.5793546481290832e-05, 0.00038818485336378217, 0.0006584870861843228], "count": [883]}, "action": {"min": [-0.583568274974823, 0.00047123891999945045, 0.02940879762172699, -1.9296884536743164, -0.3412816822528839, -0.020874137058854103, -0.2079908847808838, -0.2832629978656769, 0.3666459918022156, 0.03715499863028526, -1.6838748455047607, -1.5779880285263062, -1.228535532951355, -0.17332863807678223, -0.0028448866214603186, -0.26258477568626404, -1.7714743614196777, 0.05506513640284538, -0.20495401322841644, -0.026284659281373024, -0.33487600088119507, -0.5881829857826233, 0.10968399792909622, 1.2858076095581055, -1.4296871423721313, 1.065687656402588, 0.0, 0.0, -0.062150660902261734, -0.2352423518896103, -0.8260636925697327, 1.912743330001831, -1.080016016960144, -0.001257750322110951], "max": [0.2655692994594574, 0.2410823255777359, 0.3185749650001526, -1.1859686374664307, -0.12714722752571106, 0.18531906604766846, -0.019809486344456673, -0.17483599483966827, 0.5732150077819824, 0.2019069939851761, -1.2703986167907715, -1.2921509742736816, -0.9967803359031677, 0.5968502163887024, 0.18929840624332428, -0.089867003262043, -0.7085513472557068, 0.11098548769950867, -0.009285151958465576, 0.1400103121995926, -0.2920350134372711, -0.37615999579429626, 0.14284400641918182, 1.4756050109863281, -1.328906536102295, 1.1273173093795776, 1001.0, 1002.0, -0.06213938072323799, -0.22914589941501617, -0.8258101344108582, 1.9127757549285889, -1.0781270265579224, 0.00283444719389081], "mean": [0.04079309105873108, 0.18453988432884216, 0.11360890418291092, -1.7153475284576416, -0.24763606488704681, 0.04033618047833443, -0.0833449438214302, -0.2500321865081787, 0.4202958047389984, 0.1572706401348114, -1.3956568241119385, -1.397091269493103, -1.14519202709198, 0.13599881529808044, 0.04230839014053345, -0.1434347778558731, -1.3339402675628662, 0.06343842297792435, -0.10596608370542526, 0.08045726269483566, -0.32390397787094116, -0.47152090072631836, 0.12154429405927658, 1.3601611852645874, -1.3779443502426147, 1.1058239936828613, 563.2185668945312, 636.3816528320312, -0.06214533746242523, -0.23284223675727844, -0.8259996771812439, 1.9127494096755981, -1.0789061784744263, 0.0006982405320741236], "std": [0.3113510310649872, 0.08058502525091171, 0.10407249629497528, 0.22656865417957306, 0.05690402537584305, 0.07342513650655746, 0.07490815222263336, 0.044799551367759705, 0.07446244359016418, 0.0609443299472332, 0.15525619685649872, 0.09609944373369217, 0.06541701406240463, 0.1956048309803009, 0.061223480850458145, 0.05098924785852432, 0.26513367891311646, 0.01353810541331768, 0.03538373485207558, 0.0459027960896492, 0.013903300277888775, 0.0547339990735054, 0.007696175016462803, 0.05166727304458618, 0.02198158949613571, 0.022263582795858383, 484.0787048339844, 468.9753112792969, 8.620781954959966e-07, 0.0021822042763233185, 7.823900523362681e-05, 1.580080970597919e-05, 0.00038809128454886377, 0.000658469449263066], "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": [85], "max": [85], "mean": [85.0], "std": [0.0], "count": [883]}, "index": {"min": [72699], "max": [73581], "mean": [73140.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6002265005662514, 0.6351959230715782], "std": [0.4898516597749221, 0.4680488633765304], "count": [883]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6002265005662514, 0.6351959230715782], "std": [0.4898516597749221, 0.4680488633765304], "count": [883]}, "eef_direction_state": {"mean": [4.812004530011325, 5.078142695356738], "std": [2.239558065929587, 2.098807339159254], "min": [0, 0], "max": [6, 6], "count": [883]}, "eef_velocity_state": {"mean": [0.2887882219705549, 0.18459796149490373], "std": [0.5523131665751417, 0.43995074916927346], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_acc_mag_state": {"mean": [0.19818799546998866, 0.1438278595696489], "std": [0.5471196075790529, 0.4671955096176013], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_direction_action": {"mean": [4.812004530011325, 5.078142695356738], "std": [2.239558065929587, 2.098807339159254], "min": [0, 0], "max": [6, 6], "count": [883]}, "eef_velocity_action": {"mean": [0.2887882219705549, 0.18459796149490373], "std": [0.5523131665751417, 0.43995074916927346], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_acc_mag_action": {"mean": [0.19818799546998866, 0.1438278595696489], "std": [0.5471196075790529, 0.4671955096176013], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_sim_pose_state": {"mean": [0.440975832006456, 0.23269534994629787, 1.186964057750435, -0.044339947309383135, 0.03540161698678519, 1.330675660339463, 0.49014379466033703, -0.19473876227411974, 1.118395490170223, -0.001779517435774649, 0.012368805777512492, -1.3540122813685276], "std": [0.07956165533905374, 0.04573139990682664, 0.039272325261184404, 0.05558844416744359, 0.0639715397019761, 0.1448421233580233, 0.05432543176533421, 0.005810190844434233, 0.011777361327722018, 0.030343300166641902, 0.033178388724043315, 0.022387430946773413], "min": [0.3834860341115198, 0.13782927328411673, 1.1567926678741383, -0.18319020091465166, -0.07353722532276019, 1.082731104645315, 0.396367002003935, -0.21306211820743007, 1.1103857784320814, -0.06213614849294602, -0.0676273530023932, -1.3824217252110769], "max": [0.6021667544689122, 0.26458042295274814, 1.253746847476701, 0.029985748431917703, 0.17297635317022575, 1.4462453376753865, 0.606363269969623, -0.1886773711019902, 1.1445337072849366, 0.048022070283314955, 0.05315353008050172, -1.3023178260301527], "count": [883]}, "eef_sim_pose_action": {"mean": [0.441033733748585, 0.23266426055109465, 1.1869876579041043, -0.04428670056622074, 0.035558293572161566, 1.3305284781051967, 0.49024490221725825, -0.1947438666504908, 1.118358441849461, -0.0018304516889417629, 0.0124732160098669, -1.3540766578072174], "std": [0.07953839629349409, 0.04571909002969569, 0.039260450733875324, 0.05563664937832321, 0.06413399099658154, 0.14479105055708294, 0.05423380778317065, 0.005806860236190483, 0.011746596048421225, 0.030297624813836653, 0.03307167321648919, 0.022326513816315296], "min": [0.3834871222871912, 0.13782927328411673, 1.1567926678741383, -0.18319020091465166, -0.07353722532276019, 1.082731104645315, 0.39636718037095503, -0.21306211820743007, 1.1103857784320814, -0.06213614849294602, -0.0676273530023932, -1.3824217252110769], "max": [0.6021667544689122, 0.26458042295274814, 1.253746847476701, 0.029985748431917703, 0.17297635317022575, 1.4462453376753865, 0.606363269969623, -0.1886773711019902, 1.1445337072849366, 0.048022070283314955, 0.05315353008050172, -1.3023178260301527], "count": [883]}, "gripper_mode_state": {"mean": [0.39977349943374857, 0.3646659116647792], "std": [0.48985165977492207, 0.4813363528079637], "min": [0, 0], "max": [1, 1], "count": [883]}, "gripper_activity_state": {"mean": [1.9898074745186862, 1.8788221970554926], "std": [0.1299371189967246, 0.43100921243755597], "min": [0, 0], "max": [2, 2], "count": [883]}, "gripper_mode_action": {"mean": [0.39977349943374857, 0.3646659116647792], "std": [0.4898516597749221, 0.48133635280796366], "min": [0, 0], "max": [1, 1], "count": [883]}, "gripper_activity_action": {"mean": [1.9898074745186862, 1.8788221970554926], "std": [0.1299371189967246, 0.4310092124375559], "min": [0, 0], "max": [2, 2], "count": [883]}}} +{"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.46832159620748515]], [[0.46649763488197826]], [[0.45881017781316347]]], "std": [[[0.161957456123539]], [[0.1702544199762867]], [[0.17628220104380576]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46132496825694186]], [[0.45565374958369764]], [[0.4497043160151534]]], "std": [[[0.1514928687186377]], [[0.15461848732307495]], [[0.15918363735952515]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47122481630656504]], [[0.4778857666208734]], [[0.4707419952853753]]], "std": [[[0.1605750633014225]], [[0.16022160718338246]], [[0.16981052223208967]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49154575163398695]], [[0.4851111488385163]], [[0.47285151534074354]]], "std": [[[0.15218786597159817]], [[0.14775275332840454]], [[0.15714390064697206]]], "count": [157]}, "observation.state": {"min": [-0.5555732250213623, -0.06260495632886887, 0.03755948320031166, -1.9445935487747192, -0.26342254877090454, -0.020839231088757515, -0.19462166726589203, -0.2972849905490875, 0.36319199204444885, 0.027705000713467598, -1.6070122718811035, -1.5607788562774658, -1.2146118879318237, -0.17331120371818542, -0.014381512999534607, -0.2626197040081024, -1.7714568376541138, 0.021676989272236824, -0.14329153299331665, -0.02626720443367958, -0.330953985452652, -0.590965986251831, 0.10968899726867676, 1.2501486539840698, -1.448219656944275, 1.0300674438476562, 0.0, 0.0, -0.06216758117079735, -0.23523858189582825, -0.8260970115661621, 1.9127440452575684, -1.0800786018371582, -0.001771292183548212], "max": [0.27630308270454407, 0.2410474270582199, 0.30084240436553955, -1.194573163986206, -0.06133086979389191, 0.1540776640176773, -0.01979203335940838, -0.18119999766349792, 0.5694469809532166, 0.20186099410057068, -1.2971378564834595, -1.3183525800704956, -1.0726401805877686, 0.5929058194160461, 0.18931587040424347, -0.059288837015628815, -0.7506137490272522, 0.15660838782787323, 0.037978366017341614, 0.1126260980963707, -0.2881529927253723, -0.37616100907325745, 0.1465270072221756, 1.4756050109863281, -1.2717676162719727, 1.223510503768921, 1001.0, 1002.0, -0.06212246045470238, -0.2292041778564453, -0.8259638547897339, 1.9127750396728516, -1.0780383348464966, 0.0030660631600767374], "mean": [0.05950434133410454, 0.15800605714321136, 0.10342203825712204, -1.702093482017517, -0.21424779295921326, 0.016263937577605247, -0.06957729905843735, -0.26190346479415894, 0.41783034801483154, 0.15616001188755035, -1.3736836910247803, -1.3802317380905151, -1.163578748703003, 0.06875143945217133, 0.03223670274019241, -0.11110060662031174, -1.424612283706665, 0.04138739034533501, -0.095565065741539, 0.02125689573585987, -0.31778642535209656, -0.4552682042121887, 0.13598015904426575, 1.309168815612793, -1.3100451231002808, 1.1587951183319092, 565.3800048828125, 704.590576171875, -0.06214842572808266, -0.23303277790546417, -0.8260480761528015, 1.9127490520477295, -1.078909158706665, 0.0007014021975919604], "std": [0.26815396547317505, 0.10276257246732712, 0.08713898062705994, 0.20640093088150024, 0.05829905346035957, 0.04989435896277428, 0.05319613590836525, 0.0409141443669796, 0.06596223264932632, 0.06131049990653992, 0.12064333260059357, 0.069828562438488, 0.03821718692779541, 0.1920526921749115, 0.07844099402427673, 0.07678551971912384, 0.24938704073429108, 0.029800940304994583, 0.04134535789489746, 0.038304686546325684, 0.013925234787166119, 0.054717425256967545, 0.013775389641523361, 0.08232767879962921, 0.04724609851837158, 0.07282838970422745, 483.2767333984375, 443.01617431640625, 3.0324454201036133e-06, 0.0015186440432444215, 3.9529713831143454e-05, 1.4695981008117087e-05, 0.0003979247994720936, 0.0006257012719288468], "count": [850]}, "action": {"min": [-0.5555732250213623, -0.06260495632886887, 0.03755948320031166, -1.9445935487747192, -0.26342254877090454, -0.020839231088757515, -0.19462166726589203, -0.2972849905490875, 0.36319199204444885, 0.027705000713467598, -1.6070122718811035, -1.5607788562774658, -1.2146118879318237, -0.17331120371818542, -0.014381512999534607, -0.2626197040081024, -1.7714568376541138, 0.021676989272236824, -0.14329153299331665, -0.02626720443367958, -0.330953985452652, -0.590965986251831, 0.10968899726867676, 1.2501486539840698, -1.448219656944275, 1.0300674438476562, 0.0, 0.0, -0.06216758117079735, -0.23523858189582825, -0.8260970115661621, 1.9127440452575684, -1.0800786018371582, -0.001771292183548212], "max": [0.27630308270454407, 0.2410474270582199, 0.30084240436553955, -1.194573163986206, -0.06133086979389191, 0.1540776640176773, -0.01984439231455326, -0.18119999766349792, 0.5694469809532166, 0.2018599957227707, -1.2971378564834595, -1.3183525800704956, -1.0726401805877686, 0.5929058194160461, 0.18931587040424347, -0.059288837015628815, -0.7506137490272522, 0.15660838782787323, 0.037978366017341614, 0.1126260980963707, -0.2881529927253723, -0.37616100907325745, 0.1465270072221756, 1.4756050109863281, -1.2717676162719727, 1.223510503768921, 1001.0, 1002.0, -0.06212246045470238, -0.2292041778564453, -0.8259638547897339, 1.9127750396728516, -1.0780383348464966, 0.0030660631600767374], "mean": [0.059238631278276443, 0.15786270797252655, 0.10347612202167511, -1.7018285989761353, -0.21419589221477509, 0.016294777393341064, -0.0696716457605362, -0.2619189918041229, 0.4179031550884247, 0.15611237287521362, -1.3736916780471802, -1.3803565502166748, -1.1635732650756836, 0.0690055787563324, 0.03199798986315727, -0.11086515337228775, -1.4242137670516968, 0.04133564233779907, -0.0956304669380188, 0.021301964297890663, -0.3178254961967468, -0.45535799860954285, 0.13602207601070404, 1.308922290802002, -1.3099830150604248, 1.1589726209640503, 565.3800048828125, 704.590576171875, -0.062148429453372955, -0.23303458094596863, -0.8260480165481567, 1.9127490520477295, -1.0789092779159546, 0.0007016255403868854], "std": [0.268062025308609, 0.10273165255784988, 0.08711525052785873, 0.20635613799095154, 0.058283425867557526, 0.04987941309809685, 0.05317886173725128, 0.04092475771903992, 0.06593985855579376, 0.06129069626331329, 0.12063880264759064, 0.06981351226568222, 0.03821442276239395, 0.19187524914741516, 0.07827160507440567, 0.0766274705529213, 0.249103382229805, 0.029796646907925606, 0.04133867844939232, 0.03827150538563728, 0.013899680227041245, 0.0546502061188221, 0.013749560341238976, 0.08214537054300308, 0.047254785895347595, 0.0727851539850235, 483.2767333984375, 443.01617431640625, 3.0306309781735763e-06, 0.001515664509497583, 3.9584600017406046e-05, 1.4705330613651313e-05, 0.0003979447646997869, 0.0006257200730033219], "count": [850]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.15], "std": [8.179123153220983], "count": [850]}, "frame_index": {"min": [0], "max": [849], "mean": [424.5], "std": [245.3736945966295], "count": [850]}, "episode_index": {"min": [86], "max": [86], "mean": [86.0], "std": [0.0], "count": [850]}, "index": {"min": [73582], "max": [74431], "mean": [74006.5], "std": [245.3736945966295], "count": [850]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [850]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6035294117647059, 0.7032717647082994], "std": [0.4891642473644751, 0.44213257298907926], "count": [850]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6035294117647059, 0.7032717647082994], "std": [0.48916424736447517, 0.44213257298907926], "count": [850]}, "eef_direction_state": {"mean": [4.898823529411764, 5.028235294117647], "std": [2.090116468336402, 2.140182057385399], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_state": {"mean": [0.30117647058823527, 0.21764705882352942], "std": [0.5624513819819664, 0.5095964887191383], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_state": {"mean": [0.20823529411764705, 0.14588235294117646], "std": [0.546800698116059, 0.47762967224224334], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_direction_action": {"mean": [4.898823529411764, 5.028235294117647], "std": [2.090116468336402, 2.140182057385399], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_action": {"mean": [0.30117647058823527, 0.21764705882352942], "std": [0.5624513819819664, 0.5095964887191383], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_action": {"mean": [0.20823529411764705, 0.14588235294117646], "std": [0.546800698116059, 0.47762967224224334], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_sim_pose_state": {"mean": [0.4373083134009814, 0.22849874721844193, 1.1751568406232096, -0.04378140157797144, 0.03953401056460442, 1.3579320933125152, 0.4727262597108887, -0.1996500542798083, 1.123125953502323, 0.00995950127740578, 0.011435260947505008, -1.4376063267586803], "std": [0.06921010563342861, 0.04977737355124291, 0.03546875480716307, 0.050607254354514505, 0.03583317415709117, 0.11305443149216962, 0.05424522239193507, 0.005376331998218956, 0.012978562834628352, 0.04412354211910053, 0.03803607020449157, 0.08035701150613901], "min": [0.3804808357366342, 0.12134368689361341, 1.142815729437126, -0.17737258182211302, -0.04352551981529973, 1.1057154874308575, 0.3963700292944476, -0.20640719413819617, 1.113526375894008, -0.10671662065195309, -0.06766470841881556, -1.5013078820281527], "max": [0.5953976942908116, 0.2645675094959323, 1.2471946093710036, 0.017007572670367677, 0.10206416084891679, 1.4460137618687507, 0.6086513246548487, -0.18868473529825314, 1.1526727400353094, 0.05106271550488517, 0.0499745281909465, -1.2940142382489537], "count": [850]}, "eef_sim_pose_action": {"mean": [0.43738257286108895, 0.2284603469889694, 1.1751427219042418, -0.043769033809426296, 0.03960669332750682, 1.3578501748149365, 0.4728113706609593, -0.19966581305504663, 1.1230899404614638, 0.009932485430567331, 0.0115528842148762, -1.4378338821369734], "std": [0.06918619561789703, 0.04976212661890467, 0.03547843915410073, 0.050614931718932714, 0.035881497350976475, 0.11301579879681173, 0.05418210815556281, 0.005363860572230039, 0.012961657960075956, 0.04410737868872182, 0.03794622185803555, 0.08025313921839065], "min": [0.3804808357366342, 0.12134368689361341, 1.142815729437126, -0.17737258182211302, -0.04352551981529973, 1.1057154874308575, 0.3963700292944476, -0.20640719413819617, 1.113526375894008, -0.10671662065195309, -0.06766470841881556, -1.5013078820281527], "max": [0.5953976942908116, 0.2645675094959323, 1.2471946093710036, 0.017007572670367677, 0.10206416084891679, 1.4459747428170884, 0.6086513246548487, -0.18868473529825314, 1.1526727400353094, 0.05106271550488517, 0.0499745281909465, -1.2940142382489537], "count": [850]}, "gripper_mode_state": {"mean": [0.39647058823529413, 0.2964705882352941], "std": [0.4891642473644751, 0.4567009727893191], "min": [0, 0], "max": [1, 1], "count": [850]}, "gripper_activity_state": {"mean": [1.9894117647058824, 1.8752941176470588], "std": [0.13241959106146556, 0.4376154321273291], "min": [0, 0], "max": [2, 2], "count": [850]}, "gripper_mode_action": {"mean": [0.39647058823529413, 0.2964705882352941], "std": [0.48916424736447517, 0.4567009727893191], "min": [0, 0], "max": [1, 1], "count": [850]}, "gripper_activity_action": {"mean": [1.9894117647058824, 1.8752941176470588], "std": [0.13241959106146556, 0.4376154321273291], "min": [0, 0], "max": [2, 2], "count": [850]}}} +{"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.4701122417717087]], [[0.4681093433901339]], [[0.46037371372159974]]], "std": [[[0.15700169566564168]], [[0.165255934828166]], [[0.1720382978611394]]], "count": [168]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4577871002567694]], [[0.453457702351774]], [[0.44687297088974476]]], "std": [[[0.1516843608311822]], [[0.1553987336366662]], [[0.1598018197622603]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4771894561644102]], [[0.4773192219596172]], [[0.4677405073140367]]], "std": [[[0.15939679039539212]], [[0.15767485875384635]], [[0.166268376768603]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48956031891923435]], [[0.48258525667211327]], [[0.46986173966114225]]], "std": [[[0.1507140239219363]], [[0.1473805183696432]], [[0.15756547685972136]]], "count": [168]}, "observation.state": {"min": [-0.5775120258331299, 0.01401499379426241, 0.02572615258395672, -1.9447157382965088, -0.3324154019355774, -0.02082177810370922, -0.21390753984451294, -0.29307499527931213, 0.3666430115699768, 0.046599000692367554, -1.6690062284469604, -1.5654999017715454, -1.2245460748672485, -0.17331120371818542, -0.034749507904052734, -0.26258477568626404, -1.7714743614196777, -0.004066617228090763, -0.233856663107872, -0.02626720443367958, -0.33535298705101013, -0.5912860035896301, 0.10969100147485733, 1.2535115480422974, -1.3946130275726318, 1.0655543804168701, 0.0, 0.0, -0.06215817853808403, -0.23522917926311493, -0.8261500597000122, 1.912745714187622, -1.080737829208374, -0.0036555444821715355], "max": [0.2655867636203766, 0.25462606549263, 0.31213468313217163, -1.2014671564102173, -0.14512412250041962, 0.15816174447536469, -0.019809486344456673, -0.17536500096321106, 0.5728899836540222, 0.20187200605869293, -1.2736750841140747, -1.318212628364563, -1.0269888639450073, 0.6123138666152954, 0.18931587040424347, -0.05714207887649536, -0.6763849258422852, 0.10840240120887756, 0.052918385714292526, 0.09857619553804398, -0.2920309901237488, -0.37616899609565735, 0.1404920071363449, 1.4756050109863281, -1.2344063520431519, 1.2712146043777466, 1001.0, 1002.0, -0.062141261994838715, -0.22888271510601044, -0.8259250521659851, 1.9127742052078247, -1.076940894126892, 0.0035245486069470644], "mean": [0.0705462321639061, 0.19214379787445068, 0.10231676697731018, -1.7221004962921143, -0.2513001263141632, 0.018495120108127594, -0.07896542549133301, -0.25826749205589294, 0.4138847589492798, 0.16488783061504364, -1.3808472156524658, -1.3875962495803833, -1.1581059694290161, 0.0661194771528244, 0.022496173158288002, -0.11314626038074493, -1.4108766317367554, 0.027784140780568123, -0.15826600790023804, 0.019137028604745865, -0.3160945177078247, -0.452801913022995, 0.1304529756307602, 1.346871018409729, -1.290043592453003, 1.1912603378295898, 588.2269897460938, 664.0075073242188, -0.06215055659413338, -0.23297904431819916, -0.826095700263977, 1.9127464294433594, -1.0789207220077515, 0.0006739766104146838], "std": [0.2900539040565491, 0.0737772211432457, 0.09545085579156876, 0.2103969007730484, 0.04173535853624344, 0.05449769273400307, 0.0747731626033783, 0.04383225739002228, 0.07015649974346161, 0.05456636846065521, 0.14462599158287048, 0.08841119706630707, 0.06045105308294296, 0.2065775990486145, 0.09076602756977081, 0.08219598978757858, 0.28085967898368835, 0.03216392546892166, 0.07025561481714249, 0.03651893883943558, 0.013812483288347721, 0.05818737670779228, 0.012350145727396011, 0.06991839408874512, 0.0542471781373024, 0.08970720320940018, 480.9261169433594, 460.8264465332031, 1.1608447039179737e-06, 0.0023676736745983362, 6.990320980548859e-05, 1.4710750292579178e-05, 0.0005789510323666036, 0.0007580957026220858], "count": [934]}, "action": {"min": [-0.5775120258331299, 0.01401499379426241, 0.02572615258395672, -1.9447157382965088, -0.3324154019355774, -0.02082177810370922, -0.21390753984451294, -0.29307499527931213, 0.3666430115699768, 0.046599000692367554, -1.6690062284469604, -1.5654999017715454, -1.2245460748672485, -0.17331120371818542, -0.034749507904052734, -0.26258477568626404, -1.7714743614196777, -0.004066617228090763, -0.233856663107872, -0.02626720443367958, -0.33535298705101013, -0.5912860035896301, 0.10969100147485733, 1.2535115480422974, -1.3946130275726318, 1.0655543804168701, 0.0, 0.0, -0.06215817853808403, -0.23522917926311493, -0.8261500597000122, 1.912745714187622, -1.080737829208374, -0.0036555444821715355], "max": [0.2655867636203766, 0.25462606549263, 0.31213468313217163, -1.2014671564102173, -0.14512412250041962, 0.15816174447536469, -0.019809486344456673, -0.17536500096321106, 0.5728899836540222, 0.20187200605869293, -1.2736750841140747, -1.318212628364563, -1.0269888639450073, 0.6123138666152954, 0.18931587040424347, -0.05714207887649536, -0.6763849258422852, 0.10840240120887756, 0.052918385714292526, 0.09857619553804398, -0.2920309901237488, -0.37616899609565735, 0.1404920071363449, 1.4756050109863281, -1.2344063520431519, 1.2712146043777466, 1001.0, 1002.0, -0.062141261994838715, -0.22888271510601044, -0.8259250521659851, 1.9127742052078247, -1.076940894126892, 0.0035245486069470644], "mean": [0.0702996701002121, 0.19203214347362518, 0.10237567126750946, -1.7218681573867798, -0.25136324763298035, 0.01854678802192211, -0.07907120883464813, -0.2582780122756958, 0.4139512777328491, 0.1648423671722412, -1.380821943283081, -1.3878107070922852, -1.158139944076538, 0.06634515523910522, 0.02225697971880436, -0.11292824894189835, -1.4104989767074585, 0.027714496478438377, -0.15841826796531677, 0.019178325310349464, -0.3161267936229706, -0.4528806209564209, 0.13048507273197174, 1.3466997146606445, -1.2899508476257324, 1.1914786100387573, 588.2269897460938, 664.0075073242188, -0.06215055659413338, -0.23297913372516632, -0.826095461845398, 1.9127464294433594, -1.0789203643798828, 0.0006741625256836414], "std": [0.2899860143661499, 0.07378212362527847, 0.09543071687221527, 0.21037626266479492, 0.0417836457490921, 0.05448324978351593, 0.07475943863391876, 0.043839432299137115, 0.07014111429452896, 0.05455327779054642, 0.14464251697063446, 0.08848720788955688, 0.060474809259176254, 0.20643137395381927, 0.09062007069587708, 0.08206994831562042, 0.28061267733573914, 0.032151881605386734, 0.0702042505145073, 0.03648887574672699, 0.013791481032967567, 0.058133315294981, 0.012335165403783321, 0.06980066001415253, 0.05425342917442322, 0.08964916318655014, 480.9261169433594, 460.8264465332031, 1.1608447039179737e-06, 0.0023676021955907345, 7.00758391758427e-05, 1.4722846572112758e-05, 0.0005789442220702767, 0.0007581147947348654], "count": [934]}, "timestamp": {"min": [0.0], "max": [31.1], "mean": [15.55], "std": [8.987414039150034], "count": [934]}, "frame_index": {"min": [0], "max": [933], "mean": [466.5], "std": [269.62242117450097], "count": [934]}, "episode_index": {"min": [87], "max": [87], "mean": [87.0], "std": [0.0], "count": [934]}, "index": {"min": [74432], "max": [75365], "mean": [74898.5], "std": [269.62242117450097], "count": [934]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [934]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6231263383297645, 0.6627623126061825], "std": [0.48460283202794346, 0.4599130832102323], "count": [934]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6231263383297645, 0.6627623126061825], "std": [0.48460283202794346, 0.4599130832102323], "count": [934]}, "eef_direction_state": {"mean": [4.910064239828694, 5.008565310492505], "std": [2.158704652669704, 2.136641553457557], "min": [0, 0], "max": [6, 6], "count": [934]}, "eef_velocity_state": {"mean": [0.2558886509635974, 0.1948608137044968], "std": [0.508853744421393, 0.43228308284118744], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_acc_mag_state": {"mean": [0.1937901498929336, 0.13276231263383298], "std": [0.5295588067804498, 0.4480955098000944], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_direction_action": {"mean": [4.910064239828694, 5.008565310492505], "std": [2.158704652669704, 2.136641553457557], "min": [0, 0], "max": [6, 6], "count": [934]}, "eef_velocity_action": {"mean": [0.2558886509635974, 0.1948608137044968], "std": [0.508853744421393, 0.4322830828411874], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_acc_mag_action": {"mean": [0.1937901498929336, 0.13276231263383298], "std": [0.5295588067804496, 0.4480955098000944], "min": [0, 0], "max": [2, 2], "count": [934]}, "eef_sim_pose_state": {"mean": [0.43392493169829194, 0.23832036316232585, 1.1787304146446012, -0.04425777068149281, 0.039872120149903816, 1.3478819012123848, 0.4704988208364095, -0.1944776170819607, 1.1195197295498063, 0.05630120084743732, 0.008952005742933608, -1.4333809760102796], "std": [0.07466748777013948, 0.040250911764667247, 0.038645277584483724, 0.04671931080336668, 0.06010688399822434, 0.13741861158730745, 0.05740679466770267, 0.004051228699601691, 0.014919403829998326, 0.05049218964090008, 0.04035537949500699, 0.07960447301525472], "min": [0.38348533256309014, 0.1459341858638554, 1.1478018322509824, -0.16866192211396946, -0.05616538487427758, 1.0726757014873949, 0.39637358666268496, -0.2021559331724638, 1.1086034823516664, -0.06034272444475319, -0.06767597854879925, -1.4999724405250758], "max": [0.6013929316215691, 0.26456749026199144, 1.2530649586335514, -0.004378147408367505, 0.18339676714668385, 1.4460138203777242, 0.6085009179200223, -0.18254050863487803, 1.150223394548235, 0.09883465166766803, 0.04190724224769782, -1.304269771260207], "count": [934]}, "eef_sim_pose_action": {"mean": [0.43399363448236783, 0.23828720145738713, 1.1787212334364947, -0.0442462546529522, 0.040030660061417506, 1.3477721671551302, 0.4705737991183555, -0.1944855574256735, 1.1194818590427686, 0.056350149043947105, 0.00905804365682751, -1.4335886553487946], "std": [0.0746505813633444, 0.040242058088734406, 0.038651501662636, 0.04672720044846137, 0.0602826933401361, 0.1373812034181561, 0.0573556592780564, 0.004047188183491412, 0.01490082394018021, 0.05050618114224494, 0.04028417691776117, 0.07952058331251244], "min": [0.38348533256309014, 0.1459341858638554, 1.1478018322509824, -0.16866192211396946, -0.05616538487427758, 1.0726757014873949, 0.39637358666268496, -0.2021559331724638, 1.1086034823516664, -0.06034272444475319, -0.06767597854879925, -1.4999724405250758], "max": [0.6013929316215691, 0.26456749026199144, 1.2530649586335514, -0.004378147408367505, 0.18339676714668385, 1.4460138203777242, 0.6085009179200223, -0.18254050863487803, 1.150223394548235, 0.09883465166766803, 0.04190724224769782, -1.304269771260207], "count": [934]}, "gripper_mode_state": {"mean": [0.37687366167023556, 0.3372591006423983], "std": [0.48460283202794346, 0.4727741529274661], "min": [0, 0], "max": [1, 1], "count": [934]}, "gripper_activity_state": {"mean": [1.9903640256959314, 1.8843683083511777], "std": [0.12636101128377702, 0.4234959243815799], "min": [0, 0], "max": [2, 2], "count": [934]}, "gripper_mode_action": {"mean": [0.37687366167023556, 0.3372591006423983], "std": [0.4846028320279435, 0.4727741529274661], "min": [0, 0], "max": [1, 1], "count": [934]}, "gripper_activity_action": {"mean": [1.9903640256959314, 1.8843683083511777], "std": [0.12636101128377702, 0.4234959243815799], "min": [0, 0], "max": [2, 2], "count": [934]}}} +{"episode_index": 88, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4707281550933983]], [[0.4672559328711761]], [[0.46038451023900684]]], "std": [[[0.15693449422684444]], [[0.16604849495689838]], [[0.17245731313244667]]], "count": [169]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45782036658351705]], [[0.45238107548246126]], [[0.4454492726824458]]], "std": [[[0.15072085658299228]], [[0.15517483464484053]], [[0.1597401563801893]]], "count": [169]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47542736372162275]], [[0.4752105583110956]], [[0.4656105624202344]]], "std": [[[0.15981029338735706]], [[0.15779623198742296]], [[0.16594990939571522]]], "count": [169]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4886234917043741]], [[0.48191028662451174]], [[0.4679565760722435]]], "std": [[[0.14828454671195457]], [[0.14529817180311483]], [[0.1549851955028957]]], "count": [169]}, "observation.state": {"min": [-0.6048787832260132, -0.014416418969631195, 0.01926843449473381, -1.9624831676483154, -0.25799456238746643, -0.021554816514253616, -0.21621137857437134, -0.28331199288368225, 0.3665960133075714, 0.02448900043964386, -1.703639268875122, -1.5300887823104858, -1.236438274383545, -0.17332863807678223, -0.003926990553736687, -0.2626197040081024, -1.7714743614196777, 0.03333578631281853, -0.14880676567554474, -0.0262148454785347, -0.33107998967170715, -0.5934730172157288, 0.1095540001988411, 1.2530652284622192, -1.4521188735961914, 1.0430766344070435, 0.0, 0.0, -0.0621638186275959, -0.235266774892807, -0.8261833786964417, 1.9127464294433594, -1.0801142454147339, -0.0035179038532078266], "max": [0.2655867636203766, 0.2410648763179779, 0.32960543036460876, -1.1436270475387573, -0.0938987135887146, 0.14301228523254395, -0.019809486344456673, -0.1793919950723648, 0.575780987739563, 0.2018669992685318, -1.2971378564834595, -1.3183525800704956, -0.9785316586494446, 0.6092944145202637, 0.18929840624332428, -0.060266219079494476, -0.7289193272590637, 0.13067279756069183, 0.003490658476948738, 0.160099059343338, -0.29197099804878235, -0.37615498900413513, 0.14868099987506866, 1.476004958152771, -1.2684721946716309, 1.2297776937484741, 1001.0, 1002.0, -0.06214313954114914, -0.22910454869270325, -0.8258434534072876, 1.9127765893936157, -1.077438473701477, 0.00424122903496027], "mean": [0.06976784765720367, 0.17869986593723297, 0.1122114434838295, -1.7210018634796143, -0.22689254581928253, 0.010602925904095173, -0.07590890675783157, -0.25715717673301697, 0.4133310317993164, 0.15686239302158356, -1.3986351490020752, -1.3774255514144897, -1.150580883026123, 0.11077941954135895, 0.04415138438344002, -0.1142941266298294, -1.3776885271072388, 0.05560388043522835, -0.1154964342713356, 0.03722099959850311, -0.31600818037986755, -0.4667365849018097, 0.13811279833316803, 1.330693244934082, -1.31410813331604, 1.162233829498291, 585.79296875, 691.7064819335938, -0.06215108931064606, -0.2328471541404724, -0.8261096477508545, 1.9127463102340698, -1.0789302587509155, 0.0006754056666977704], "std": [0.2947525382041931, 0.08777051419019699, 0.105188749730587, 0.22383125126361847, 0.04783815145492554, 0.04778100550174713, 0.07227694243192673, 0.04043344780802727, 0.07034429162740707, 0.0633220449090004, 0.15051403641700745, 0.0755530521273613, 0.07381380349397659, 0.197011798620224, 0.07365462183952332, 0.07763806730508804, 0.2593897879123688, 0.029745323583483696, 0.04176023229956627, 0.0498182587325573, 0.012444323860108852, 0.05669409781694412, 0.015388567931950092, 0.07467924058437347, 0.05817410349845886, 0.07584449648857117, 481.2687683105469, 450.00335693359375, 1.3566219649874256e-06, 0.0023091756738722324, 0.00010842453048098832, 1.6863943528733216e-05, 0.0005168542265892029, 0.0007820841856300831], "count": [937]}, "action": {"min": [-0.6048787832260132, -0.014416418969631195, 0.01926843449473381, -1.9624831676483154, -0.25799456238746643, -0.021554816514253616, -0.21621137857437134, -0.28331199288368225, 0.3665960133075714, 0.02448900043964386, -1.703639268875122, -1.5300887823104858, -1.236438274383545, -0.17332863807678223, -0.003926990553736687, -0.2626197040081024, -1.7714743614196777, 0.03333578631281853, -0.14880676567554474, -0.0262148454785347, -0.33107998967170715, -0.5934730172157288, 0.1095540001988411, 1.2530652284622192, -1.4521188735961914, 1.0430766344070435, 0.0, 0.0, -0.0621638186275959, -0.235266774892807, -0.8261833786964417, 1.9127464294433594, -1.0801142454147339, -0.0035179038532078266], "max": [0.2655867636203766, 0.2410648763179779, 0.32960543036460876, -1.1436270475387573, -0.0938987135887146, 0.14301228523254395, -0.019809486344456673, -0.1793919950723648, 0.575780987739563, 0.2018669992685318, -1.2971378564834595, -1.3183525800704956, -0.9785316586494446, 0.6092944145202637, 0.18929840624332428, -0.060266219079494476, -0.7289193272590637, 0.13067279756069183, 0.003490658476948738, 0.160099059343338, -0.29197099804878235, -0.37615498900413513, 0.14868099987506866, 1.476004958152771, -1.2684721946716309, 1.2297776937484741, 1001.0, 1002.0, -0.06214313954114914, -0.22910454869270325, -0.8258434534072876, 1.9127765893936157, -1.077438473701477, 0.00424122903496027], "mean": [0.06947797536849976, 0.17853708565235138, 0.11232287436723709, -1.7207614183425903, -0.22685506939888, 0.010630829259753227, -0.07599560171365738, -0.25715172290802, 0.4134071469306946, 0.15678270161151886, -1.398701786994934, -1.377596378326416, -1.150600790977478, 0.1110813170671463, 0.04394806921482086, -0.11408130824565887, -1.3772515058517456, 0.055570702999830246, -0.11558420211076736, 0.0372791513800621, -0.3160399794578552, -0.46683818101882935, 0.13815367221832275, 1.3305004835128784, -1.3140488862991333, 1.1624014377593994, 585.79296875, 691.7064819335938, -0.06215108931064606, -0.23284125328063965, -0.8261093497276306, 1.9127463102340698, -1.078930139541626, 0.0006754786008968949], "std": [0.2946930527687073, 0.08779636025428772, 0.10516983270645142, 0.22381465137004852, 0.04783080890774727, 0.04777039587497711, 0.07225845009088516, 0.04043026268482208, 0.07033230364322662, 0.06331241130828857, 0.15048342943191528, 0.0756007507443428, 0.07382585108280182, 0.1967972368001938, 0.07351616024971008, 0.077504962682724, 0.25907081365585327, 0.02975132130086422, 0.04173751920461655, 0.049776021391153336, 0.012421183288097382, 0.05661693960428238, 0.015363942831754684, 0.07453770935535431, 0.05818748474121094, 0.07580630481243134, 481.2687683105469, 450.00335693359375, 1.3566218513005879e-06, 0.0023107605520635843, 0.00010869508696487173, 1.687878102529794e-05, 0.0005168536445125937, 0.0007820809260010719], "count": [937]}, "timestamp": {"min": [0.0], "max": [31.2], "mean": [15.600000000000001], "std": [9.016281569102272], "count": [937]}, "frame_index": {"min": [0], "max": [936], "mean": [468.0], "std": [270.4884470730682], "count": [937]}, "episode_index": {"min": [88], "max": [88], "mean": [88.0], "std": [0.0], "count": [937]}, "index": {"min": [75366], "max": [76302], "mean": [75834.0], "std": [270.4884470730682], "count": [937]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [937]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6211312700106724, 0.6904044822111861], "std": [0.4851053652822246, 0.4491025935594603], "count": [937]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6211312700106724, 0.6904044822111861], "std": [0.4851053652822246, 0.4491025935594603], "count": [937]}, "eef_direction_state": {"mean": [4.877267876200641, 5.232657417289221], "std": [2.183396599458339, 1.9258619279311306], "min": [0, 0], "max": [6, 6], "count": [937]}, "eef_velocity_state": {"mean": [0.2689434364994664, 0.17609391675560299], "std": [0.5126221685891742, 0.4688191115729193], "min": [0, 0], "max": [2, 2], "count": [937]}, "eef_acc_mag_state": {"mean": [0.18356456776947705, 0.12913553895410887], "std": [0.5169763647719463, 0.44718328678672586], "min": [0, 0], "max": [2, 2], "count": [937]}, "eef_direction_action": {"mean": [4.877267876200641, 5.232657417289221], "std": [2.183396599458339, 1.9258619279311306], "min": [0, 0], "max": [6, 6], "count": [937]}, "eef_velocity_action": {"mean": [0.2689434364994664, 0.17609391675560299], "std": [0.5126221685891742, 0.4688191115729193], "min": [0, 0], "max": [2, 2], "count": [937]}, "eef_acc_mag_action": {"mean": [0.18356456776947705, 0.12913553895410887], "std": [0.5169763647719463, 0.44718328678672586], "min": [0, 0], "max": [2, 2], "count": [937]}, "eef_sim_pose_state": {"mean": [0.43365959917576685, 0.2309709638249906, 1.1791241376165393, -0.050566270364655705, 0.025268108351969062, 1.3414455009218833, 0.4844650653405691, -0.20346443340976406, 1.123213206669353, 0.024680020672979096, 0.011164285965881237, -1.4228818144530901], "std": [0.07531645826048315, 0.048103485247115725, 0.035760071100207354, 0.04430258748052673, 0.054834410761474536, 0.14279195851726528, 0.05618788787336021, 0.008035965004491101, 0.011795206353732868, 0.04965341279865639, 0.03905661066592053, 0.07663208787660021], "min": [0.3834951616125427, 0.12787498751108667, 1.1567691169372822, -0.14996380358293293, -0.10983766739152712, 1.0673098976297297, 0.396362178669385, -0.2169520106272135, 1.1146975630239757, -0.10020346971460437, -0.06758958118826786, -1.488140596399083], "max": [0.6062853634361782, 0.264574343699216, 1.2497421527019723, -0.0172879638791813, 0.1269378186703385, 1.4459838227107096, 0.6121573726879959, -0.18866532790996066, 1.1445367849834893, 0.06864213647362072, 0.054706394578931894, -1.3030885410181392], "count": [937]}, "eef_sim_pose_action": {"mean": [0.4337387280876759, 0.2309065230789679, 1.1791251772617486, -0.05060514159654638, 0.025366960182184595, 1.3413028592672427, 0.48456268508422873, -0.2034833147289514, 1.1231814768158717, 0.024679365515992074, 0.011265844494579808, -1.4230725283968821], "std": [0.07530267142685744, 0.048098953428000454, 0.035759436551439476, 0.044289559269362566, 0.054931239057521175, 0.14275435777293888, 0.056114188986153724, 0.008022062454567082, 0.011777873238090984, 0.04965310993037733, 0.03897545062326558, 0.07655936454804496], "min": [0.3834951616125427, 0.12787498751108667, 1.1567691169372822, -0.14996380358293293, -0.10983766739152712, 1.0673098976297297, 0.396362178669385, -0.2169520106272135, 1.1146975630239757, -0.10020346971460437, -0.06758958118826786, -1.488140596399083], "max": [0.6062853634361782, 0.264574343699216, 1.2497421527019723, -0.0172879638791813, 0.1269378186703385, 1.4459838227107096, 0.6121573726879959, -0.18866532790996066, 1.1445367849834893, 0.06864213647362072, 0.054706394578931894, -1.3030885410181392], "count": [937]}, "gripper_mode_state": {"mean": [0.37886872998932764, 0.3094983991462113], "std": [0.4851053652822246, 0.46228685907361666], "min": [0, 0], "max": [1, 1], "count": [937]}, "gripper_activity_state": {"mean": [1.9903948772678761, 1.8847385272145145], "std": [0.12615973804734154, 0.4228678842544061], "min": [0, 0], "max": [2, 2], "count": [937]}, "gripper_mode_action": {"mean": [0.37886872998932764, 0.3094983991462113], "std": [0.4851053652822246, 0.4622868590736167], "min": [0, 0], "max": [1, 1], "count": [937]}, "gripper_activity_action": {"mean": [1.9903948772678761, 1.8847385272145145], "std": [0.12615973804734154, 0.4228678842544061], "min": [0, 0], "max": [2, 2], "count": [937]}}} +{"episode_index": 89, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47003051788897376]], [[0.46694944985569986]], [[0.4596624941643324]]], "std": [[[0.15684270443264264]], [[0.16657615593216013]], [[0.17278789440845196]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4598984328579917]], [[0.4548127440370088]], [[0.4487914504817078]]], "std": [[[0.15131952663437526]], [[0.15510755499278547]], [[0.1599505865364981]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47360143053433496]], [[0.4750477251506663]], [[0.4668794258233597]]], "std": [[[0.15766662442128843]], [[0.1562296349196054]], [[0.16494371628520196]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49006566187080897]], [[0.4822041104320516]], [[0.46942640957898313]]], "std": [[[0.1497729560659732]], [[0.146388042250617]], [[0.15644945993641698]]], "count": [154]}, "observation.state": {"min": [-0.5418025255203247, -0.09766862541437149, -0.025830872356891632, -2.017181634902954, -0.31471776962280273, -0.06672393530607224, -0.1607099175453186, -0.283270001411438, 0.3542029857635498, 0.02268899977207184, -1.6204733848571777, -1.497482419013977, -1.3523200750350952, -0.17331120371818542, -0.010349802672863007, -0.26258477568626404, -1.7714568376541138, 0.0159872155636549, -0.23970352113246918, -0.02626720443367958, -0.3352679908275604, -0.5899680256843567, 0.1096310019493103, 1.2953425645828247, -1.4147225618362427, 1.0574488639831543, 0.0, 0.0, -0.06216194108128548, -0.23565027117729187, -0.8261833786964417, 1.9127528667449951, -1.079996943473816, -0.004168136976659298], "max": [0.31004029512405396, 0.2410474270582199, 0.26597073674201965, -1.200856328010559, -0.06592108309268951, 0.13959144055843353, -0.019809486344456673, -0.17858999967575073, 0.5672460198402405, 0.20641399919986725, -1.2972227334976196, -1.2701464891433716, -1.1281691789627075, 0.6078982353210449, 0.1892635077238083, -0.04803146421909332, -0.6844134330749512, 0.11616911739110947, -0.03874630853533745, 0.1422966867685318, -0.29050400853157043, -0.3761659860610962, 0.15211400389671326, 1.479451060295105, -1.2330995798110962, 1.2562010288238525, 1001.0, 1002.0, -0.06214502081274986, -0.22876617312431335, -0.8258822560310364, 1.9127750396728516, -1.078233242034912, 0.004324762616306543], "mean": [0.08692467212677002, 0.1667453646659851, 0.08777817338705063, -1.7406272888183594, -0.22541895508766174, 0.008588884025812149, -0.056487832218408585, -0.25480198860168457, 0.4108009338378906, 0.16368500888347626, -1.3717323541641235, -1.3608826398849487, -1.1932951211929321, 0.11302433907985687, 0.03746471926569939, -0.10529825091362, -1.3595423698425293, 0.03871593624353409, -0.15612658858299255, 0.03381461650133133, -0.31729888916015625, -0.46669209003448486, 0.1400880068540573, 1.3466830253601074, -1.2863751649856567, 1.1782716512680054, 570.5728149414062, 661.0722045898438, -0.062152761965990067, -0.23298433423042297, -0.8261175751686096, 1.9127498865127563, -1.0789397954940796, 0.0007595234783366323], "std": [0.2705863118171692, 0.10755259543657303, 0.08287610113620758, 0.20241497457027435, 0.05637286603450775, 0.04634885489940643, 0.047512974590063095, 0.04106670245528221, 0.06687483191490173, 0.05927545577287674, 0.11723607033491135, 0.058345645666122437, 0.04145568236708641, 0.20208238065242767, 0.07599508762359619, 0.08177341520786285, 0.27615538239479065, 0.026454921811819077, 0.05710907652974129, 0.047475416213274, 0.013296520337462425, 0.05697600543498993, 0.016314979642629623, 0.06615572422742844, 0.055637557059526443, 0.08758015930652618, 482.300048828125, 460.2393798828125, 9.618099738872843e-07, 0.0023254419211298227, 0.00010196064249612391, 1.3807060895487666e-05, 0.0004061780928168446, 0.000804246636107564], "count": [831]}, "action": {"min": [-0.5418025255203247, -0.09766862541437149, -0.025830872356891632, -2.017181634902954, -0.31471776962280273, -0.06672393530607224, -0.1607099175453186, -0.283270001411438, 0.3542029857635498, 0.02268899977207184, -1.6204733848571777, -1.497482419013977, -1.3523200750350952, -0.17331120371818542, -0.010349802672863007, -0.26258477568626404, -1.7714568376541138, 0.0159872155636549, -0.23970352113246918, -0.02626720443367958, -0.3352679908275604, -0.5899680256843567, 0.1096310019493103, 1.2953425645828247, -1.4147225618362427, 1.0574488639831543, 0.0, 0.0, -0.06216194108128548, -0.23565027117729187, -0.8261833786964417, 1.9127528667449951, -1.079996943473816, -0.004168136976659298], "max": [0.31004029512405396, 0.2410474270582199, 0.26597073674201965, -1.200856328010559, -0.06592108309268951, 0.13959144055843353, -0.019809486344456673, -0.17858999967575073, 0.5672460198402405, 0.20641399919986725, -1.2972227334976196, -1.2701464891433716, -1.1281691789627075, 0.6078982353210449, 0.1892635077238083, -0.04803146421909332, -0.6844134330749512, 0.11616911739110947, -0.03874630853533745, 0.1422966867685318, -0.29050400853157043, -0.3761659860610962, 0.15211400389671326, 1.479451060295105, -1.2330995798110962, 1.2562010288238525, 1001.0, 1002.0, -0.06214502081274986, -0.22876617312431335, -0.8258822560310364, 1.9127750396728516, -1.078233242034912, 0.004324762616306543], "mean": [0.08664596825838089, 0.16655734181404114, 0.0878060981631279, -1.7404403686523438, -0.2253676801919937, 0.008632801473140717, -0.05656984820961952, -0.25477856397628784, 0.41087788343429565, 0.1636352688074112, -1.371762990951538, -1.360978364944458, -1.1933988332748413, 0.11335353553295135, 0.0372256301343441, -0.10504166036844254, -1.3590433597564697, 0.03865990787744522, -0.15627871453762054, 0.03387262672185898, -0.31733596324920654, -0.46680283546447754, 0.14013834297657013, 1.3464800119400024, -1.286269187927246, 1.1784948110580444, 570.5728149414062, 661.0722045898438, -0.062152761965990067, -0.2329782396554947, -0.8261174559593201, 1.9127498865127563, -1.0789399147033691, 0.0007598901283927262], "std": [0.2705216705799103, 0.10755939781665802, 0.08286461234092712, 0.20238657295703888, 0.056366391479969025, 0.04633830115199089, 0.047508515417575836, 0.041056014597415924, 0.06686077266931534, 0.059260789304971695, 0.11722026020288467, 0.058341167867183685, 0.04154331237077713, 0.20183736085891724, 0.07582981884479523, 0.08161423355340958, 0.27578383684158325, 0.026446858420968056, 0.05703100934624672, 0.04743137210607529, 0.013269041664898396, 0.056888967752456665, 0.016285685822367668, 0.0660208985209465, 0.055639129132032394, 0.0875290259718895, 482.300048828125, 460.2393798828125, 9.618099738872843e-07, 0.00232667732052505, 0.00010219660907750949, 1.381956462864764e-05, 0.00040621828520670533, 0.0008041528635658324], "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": [89], "max": [89], "mean": [89.0], "std": [0.0], "count": [831]}, "index": {"min": [76303], "max": [77133], "mean": [76718.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6113116726835138, 0.6598411553324156], "std": [0.48745226589318574, 0.45933134718971624], "count": [831]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6113116726835138, 0.6598411553324156], "std": [0.48745226589318574, 0.45933134718971624], "count": [831]}, "eef_direction_state": {"mean": [4.777376654632972, 5.03971119133574], "std": [2.197201666617592, 2.1219412843674985], "min": [0, 0], "max": [6, 6], "count": [831]}, "eef_velocity_state": {"mean": [0.3237063778580024, 0.197352587244284], "std": [0.5824581549207565, 0.4571061800039034], "min": [0, 0], "max": [2, 2], "count": [831]}, "eef_acc_mag_state": {"mean": [0.2286401925391095, 0.1624548736462094], "std": [0.5768898346902273, 0.49917934102878975], "min": [0, 0], "max": [2, 2], "count": [831]}, "eef_direction_action": {"mean": [4.777376654632972, 5.03971119133574], "std": [2.197201666617592, 2.1219412843674985], "min": [0, 0], "max": [6, 6], "count": [831]}, "eef_velocity_action": {"mean": [0.3237063778580024, 0.197352587244284], "std": [0.5824581549207565, 0.4571061800039034], "min": [0, 0], "max": [2, 2], "count": [831]}, "eef_acc_mag_action": {"mean": [0.2286401925391095, 0.1624548736462094], "std": [0.5768898346902273, 0.49917934102878975], "min": [0, 0], "max": [2, 2], "count": [831]}, "eef_sim_pose_state": {"mean": [0.42987235317176364, 0.23370573825983917, 1.180032687857958, -0.06335731734761597, 0.04313542531753636, 1.3765454994075152, 0.48436193676821393, -0.20419007216453688, 1.1191687333572822, 0.048795235871083385, -0.0004248427484934933, -1.432992627529842], "std": [0.06997972013017986, 0.04881941986470724, 0.03447271647336374, 0.06048979400985742, 0.0335916371264069, 0.10546674948790367, 0.056325046592365695, 0.007771628447717058, 0.01345673820612945, 0.04327340765565999, 0.03400355022781753, 0.08452611764044297], "min": [0.3716611518504783, 0.11179297435844433, 1.1567866420615027, -0.1905612703892804, -0.00800400559623382, 1.1367422648942207, 0.3963725594496996, -0.21311266136333526, 1.1099182384118382, -0.054410589462939196, -0.06760560623453005, -1.5073296695525065], "max": [0.5917412991513776, 0.2666290824362736, 1.2462023056492024, -0.01740212455877932, 0.12570855478231913, 1.4596938454755701, 0.6078690660121258, -0.18868142327472426, 1.1454259770751225, 0.08615494404477486, 0.02922399477031057, -1.29930924074444], "count": [831]}, "eef_sim_pose_action": {"mean": [0.4299504750742852, 0.233661446208151, 1.1800477172799697, -0.06343156460778974, 0.043242653950642564, 1.3764857622791502, 0.4844682942835177, -0.20421305497360054, 1.119127718972113, 0.04883040918263573, -0.00031716485504195937, -1.4332292041102122], "std": [0.06996414658077739, 0.04880812335327842, 0.03446530904494389, 0.06047136411169551, 0.033699926922418987, 0.10544149601938813, 0.05624219173877163, 0.007754002699373869, 0.013431402628279712, 0.043284538397767566, 0.03393245738251091, 0.08444113410709168], "min": [0.3716611518504783, 0.11179297435844433, 1.1567866420615027, -0.1905612703892804, -0.00800400559623382, 1.1367422648942207, 0.3963725594496996, -0.21311266136333526, 1.1099182384118382, -0.054410589462939196, -0.06760560623453005, -1.5073296695525065], "max": [0.5917412991513776, 0.2666290824362736, 1.2462023056492024, -0.01740212455877932, 0.12570855478231913, 1.4596938454755701, 0.6078690660121258, -0.18868142327472426, 1.1454259770751225, 0.08615494404477486, 0.02922399477031057, -1.29930924074444], "count": [831]}, "gripper_mode_state": {"mean": [0.38868832731648617, 0.33935018050541516], "std": [0.48745226589318574, 0.47348879131015786], "min": [0, 0], "max": [1, 1], "count": [831]}, "gripper_activity_state": {"mean": [1.9891696750902528, 1.8688327316486162], "std": [0.13391506852701388, 0.4478895124275631], "min": [0, 0], "max": [2, 2], "count": [831]}, "gripper_mode_action": {"mean": [0.38868832731648617, 0.33935018050541516], "std": [0.48745226589318574, 0.47348879131015786], "min": [0, 0], "max": [1, 1], "count": [831]}, "gripper_activity_action": {"mean": [1.9891696750902528, 1.8688327316486162], "std": [0.13391506852701388, 0.4478895124275631], "min": [0, 0], "max": [2, 2], "count": [831]}}} +{"episode_index": 90, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4702673499023593]], [[0.467405739379085]], [[0.459673510232345]]], "std": [[[0.1621576267748244]], [[0.17057517468475114]], [[0.17634456366391477]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45569699754901966]], [[0.45033934246971147]], [[0.44364576981707315]]], "std": [[[0.15179128867413577]], [[0.1564490521811562]], [[0.1617797718421185]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46926628880718957]], [[0.4687692952435039]], [[0.4593335550175355]]], "std": [[[0.15789040060890774]], [[0.15571112512523572]], [[0.16440307209003746]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47874753656543917]], [[0.4739310724035549]], [[0.46130188406663475]]], "std": [[[0.1481164301866233]], [[0.14589692693517617]], [[0.15623738480799026]]], "count": [164]}, "observation.state": {"min": [-0.5942671298980713, -0.0832347497344017, 0.041032690554857254, -1.8937171697616577, -0.25389304757118225, -0.0895877480506897, -0.176871657371521, -0.28795701265335083, 0.3666439950466156, 0.0040699997916817665, -1.7359780073165894, -1.4506442546844482, -1.2420098781585693, -0.17331120371818542, -0.06581636518239975, -0.26256734132766724, -1.771404504776001, -0.024958208203315735, -0.2509259879589081, -0.026232298463582993, -0.3405599892139435, -0.5924000144004822, 0.10969699919223785, 1.203169345855713, -1.368471384048462, 1.065687656402588, 0.0, 0.0, -0.0621638186275959, -0.23525550961494446, -0.8263964653015137, 1.9121410846710205, -1.0807663202285767, -0.0015956817660480738], "max": [0.2655692994594574, 0.2410474270582199, 0.32018062472343445, -1.0765888690948486, 0.014590952545404434, 0.06382669508457184, -0.01984439231455326, -0.18908099830150604, 0.5739319920539856, 0.20186300575733185, -1.2971378564834595, -1.2700490951538086, -1.0216407775878906, 0.6234839558601379, 0.18929840624332428, -0.01953023299574852, -0.6422288417816162, 0.11238175630569458, -0.046268679201602936, 0.04220205917954445, -0.2917430102825165, -0.37616899609565735, 0.14243100583553314, 1.4756050109863281, -1.2255901098251343, 1.251206636428833, 1001.0, 1002.0, -0.06214689835906029, -0.22919100522994995, -0.8253450393676758, 1.913011908531189, -1.0765717029571533, 0.0030081591103225946], "mean": [0.06161103770136833, 0.15879909694194794, 0.10520779341459274, -1.696587324142456, -0.1857329159975052, -0.01463380642235279, -0.06404614448547363, -0.26033762097358704, 0.4169415831565857, 0.1558314859867096, -1.4043723344802856, -1.3383296728134155, -1.1589505672454834, 0.16741879284381866, -0.0020943109411746264, -0.08636610954999924, -1.2850837707519531, 0.007400799077004194, -0.1614479422569275, -0.002056799829006195, -0.3203667998313904, -0.48139142990112305, 0.13240575790405273, 1.304592490196228, -1.273205041885376, 1.1959604024887085, 607.2070922851562, 664.2536010742188, -0.06215276941657066, -0.23297199606895447, -0.8261154294013977, 1.9127264022827148, -1.0788434743881226, 0.0007833018898963928], "std": [0.2870030105113983, 0.10800519585609436, 0.09935323148965836, 0.23682758212089539, 0.08927614986896515, 0.025690164417028427, 0.056188467890024185, 0.0375104658305645, 0.06953352689743042, 0.06713195145130157, 0.16746076941490173, 0.03174379840493202, 0.055687129497528076, 0.2169356495141983, 0.09568659216165543, 0.08911635726690292, 0.3042834997177124, 0.04043998569250107, 0.05926770344376564, 0.01811477355659008, 0.0149905476719141, 0.061510298401117325, 0.012676488608121872, 0.0873735100030899, 0.051257066428661346, 0.07168054580688477, 476.56011962890625, 460.2544250488281, 7.373180892500386e-07, 0.0023693880066275597, 0.0001945865951711312, 0.00012400445120874792, 0.0006211611907929182, 0.0005291788256727159], "count": [903]}, "action": {"min": [-0.5942671298980713, -0.0832347497344017, 0.041032690554857254, -1.8937171697616577, -0.25389304757118225, -0.0895877480506897, -0.176871657371521, -0.28795701265335083, 0.3666439950466156, 0.0040699997916817665, -1.7359780073165894, -1.4506442546844482, -1.2420098781585693, -0.17331120371818542, -0.06581636518239975, -0.26256734132766724, -1.771404504776001, -0.024958208203315735, -0.2509259879589081, -0.026232298463582993, -0.3405599892139435, -0.5924000144004822, 0.10969699919223785, 1.203169345855713, -1.368471384048462, 1.065687656402588, 0.0, 0.0, -0.0621638186275959, -0.23525550961494446, -0.8263964653015137, 1.9121410846710205, -1.0807663202285767, -0.0015956817660480738], "max": [0.2655692994594574, 0.2410474270582199, 0.32018062472343445, -1.0765888690948486, 0.014590952545404434, 0.06382669508457184, -0.01984439231455326, -0.18908099830150604, 0.5739319920539856, 0.20186300575733185, -1.2971378564834595, -1.2700490951538086, -1.0216407775878906, 0.6234839558601379, 0.18929840624332428, -0.01953023299574852, -0.6422288417816162, 0.11238175630569458, -0.046268679201602936, 0.04220205917954445, -0.2917430102825165, -0.37616899609565735, 0.14243100583553314, 1.4756050109863281, -1.2255901098251343, 1.251206636428833, 1001.0, 1002.0, -0.06214689835906029, -0.22919100522994995, -0.8253450393676758, 1.913011908531189, -1.0765717029571533, 0.0030081591103225946], "mean": [0.06131213903427124, 0.1586126685142517, 0.10524806380271912, -1.6963114738464355, -0.1856015920639038, -0.014601721428334713, -0.06411802768707275, -0.2603423297405243, 0.41702526807785034, 0.155779629945755, -1.4043936729431152, -1.3383852243423462, -1.1589536666870117, 0.16780312359333038, -0.0023609416093677282, -0.08611616492271423, -1.2845206260681152, 0.0073029231280088425, -0.1615886390209198, -0.0020346881356090307, -0.3204052448272705, -0.48151591420173645, 0.13244155049324036, 1.304366946220398, -1.2730944156646729, 1.1961636543273926, 607.2070922851562, 664.2536010742188, -0.06215276941657066, -0.23297835886478424, -0.8261154890060425, 1.9127261638641357, -1.078843593597412, 0.0007835825090296566], "std": [0.2869313061237335, 0.10800856351852417, 0.0993349552154541, 0.2367948591709137, 0.0892629399895668, 0.025700567290186882, 0.05617339164018631, 0.037513624876737595, 0.06951843202114105, 0.06711438298225403, 0.16744819283485413, 0.031753428280353546, 0.055688582360744476, 0.21663640439510345, 0.09548791497945786, 0.08893796801567078, 0.303850382566452, 0.04040522500872612, 0.059186164289712906, 0.018097393214702606, 0.014962458983063698, 0.06141095608472824, 0.0126579524949193, 0.08719494938850403, 0.05124404653906822, 0.0715731829404831, 476.56011962890625, 460.25445556640625, 7.373180892500386e-07, 0.002367079956457019, 0.00019460036128293723, 0.00012399055412970483, 0.0006211607251316309, 0.000529042910784483], "count": [903]}, "timestamp": {"min": [0.0], "max": [30.066666666666666], "mean": [15.033333333333333], "std": [8.68911622322666], "count": [903]}, "frame_index": {"min": [0], "max": [902], "mean": [451.0], "std": [260.67348669679984], "count": [903]}, "episode_index": {"min": [90], "max": [90], "mean": [90.0], "std": [0.0], "count": [903]}, "index": {"min": [77134], "max": [78036], "mean": [77585.0], "std": [260.67348669679984], "count": [903]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [903]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6445182724252492, 0.6630088595827115], "std": [0.47865903202093557, 0.4593374543105092], "count": [903]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6445182724252492, 0.6630088595827115], "std": [0.47865903202093557, 0.45933745431050915], "count": [903]}, "eef_direction_state": {"mean": [4.832779623477298, 5.1638981173864895], "std": [2.130761286012099, 2.0087690038910004], "min": [0, 0], "max": [6, 6], "count": [903]}, "eef_velocity_state": {"mean": [0.29346622369878184, 0.1893687707641196], "std": [0.5253606584006375, 0.46899192119658195], "min": [0, 0], "max": [2, 2], "count": [903]}, "eef_acc_mag_state": {"mean": [0.21483942414174972, 0.1461794019933555], "std": [0.5591493615711352, 0.4737918936754883], "min": [0, 0], "max": [2, 2], "count": [903]}, "eef_direction_action": {"mean": [4.832779623477298, 5.1638981173864895], "std": [2.130761286012099, 2.0087690038910004], "min": [0, 0], "max": [6, 6], "count": [903]}, "eef_velocity_action": {"mean": [0.29346622369878184, 0.1893687707641196], "std": [0.5253606584006375, 0.46899192119658195], "min": [0, 0], "max": [2, 2], "count": [903]}, "eef_acc_mag_action": {"mean": [0.21483942414174972, 0.1461794019933555], "std": [0.5591493615711353, 0.4737918936754883], "min": [0, 0], "max": [2, 2], "count": [903]}, "eef_sim_pose_state": {"mean": [0.43678639581112105, 0.22773883383206295, 1.1746737661793152, -0.06202779244670385, 0.0034363459027706546, 1.364500862509944, 0.4984976294953909, -0.19229684534482014, 1.117524866230565, 0.03632670647156122, 0.010855932555983088, -1.4707215025738607], "std": [0.07400160348424219, 0.053581240303142263, 0.02991408613276918, 0.06831916107976667, 0.06092083268688152, 0.12248234097024155, 0.060239081202319654, 0.003966897037064146, 0.014272779390526819, 0.03822981925566867, 0.04047435280895158, 0.08668062805763371], "min": [0.383485908322418, 0.10288283025393229, 1.1514258964705706, -0.200581673524183, -0.147640353688143, 1.1246372273384782, 0.3963737131041861, -0.19634544714493926, 1.1069977535399602, -0.07364203428741367, -0.06762290284590011, -1.5304892182228098], "max": [0.6032157621697771, 0.26456748420391246, 1.2340210540163223, -0.01744111603516907, 0.07636460151027835, 1.446033495191044, 0.6089299428790435, -0.18004118398376626, 1.1447828674138742, 0.06657869993240384, 0.08241834769407386, -1.3043257770157908], "count": [903]}, "eef_sim_pose_action": {"mean": [0.43687085830182776, 0.22769212640957953, 1.1746680994711651, -0.06203611571631542, 0.003467205405253144, 1.3644541120989775, 0.4986176975297777, -0.1923040243097685, 1.11748508348619, 0.036338422367769435, 0.01095548554082276, -1.4709699993583258], "std": [0.07398428067123065, 0.05356751875623737, 0.02991795078753184, 0.06831420548006976, 0.0609426915168664, 0.1224593165849985, 0.06014341341037782, 0.003966240790590405, 0.014247584937135634, 0.038234964316583596, 0.040391914170784894, 0.0865248928564212], "min": [0.383485908322418, 0.10288283025393229, 1.1514258964705706, -0.200581673524183, -0.147640353688143, 1.1246372273384782, 0.3963737131041861, -0.19634544714493926, 1.1069977535399602, -0.07364203428741367, -0.06762290284590011, -1.5304892182228098], "max": [0.6032157621697771, 0.26456748420391246, 1.2340210540163223, -0.01744111603516907, 0.07636460151027835, 1.446033495191044, 0.6089299428790435, -0.18004118398376626, 1.1447828674138742, 0.06657869993240384, 0.08241834769407386, -1.3043257770157908], "count": [903]}, "gripper_mode_state": {"mean": [0.3554817275747508, 0.33665559246954596], "std": [0.47865903202093557, 0.47256597902146985], "min": [0, 0], "max": [1, 1], "count": [903]}, "gripper_activity_state": {"mean": [1.9900332225913622, 1.8815060908084165], "std": [0.12849886781271622, 0.4291705045144489], "min": [0, 0], "max": [2, 2], "count": [903]}, "gripper_mode_action": {"mean": [0.3554817275747508, 0.33665559246954596], "std": [0.47865903202093557, 0.4725659790214698], "min": [0, 0], "max": [1, 1], "count": [903]}, "gripper_activity_action": {"mean": [1.9900332225913622, 1.8815060908084165], "std": [0.12849886781271622, 0.4291705045144489], "min": [0, 0], "max": [2, 2], "count": [903]}}} +{"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.47403888765102]], [[0.4692571053673995]], [[0.46194072093483857]]], "std": [[[0.16585967624031384]], [[0.1756371084664656]], [[0.18114833745680906]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4595132229154288]], [[0.45373038472964944]], [[0.4472895041097247]]], "std": [[[0.1538736325654036]], [[0.15909508298317698]], [[0.16385187214333138]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4718595984353337]], [[0.4751795664983165]], [[0.4663251992968905]]], "std": [[[0.15389300552350763]], [[0.15336130455288224]], [[0.16267679184298975]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4856705052980788]], [[0.4795068825510002]], [[0.4666488079322638]]], "std": [[[0.1503591354183015]], [[0.14735111044089114]], [[0.15755061222633715]]], "count": [165]}, "observation.state": {"min": [-0.5815786123275757, -0.08960519731044769, 0.039444439113140106, -1.9359017610549927, -0.3136007785797119, -0.03438298776745796, -0.18046705424785614, -0.2863619923591614, 0.36631301045417786, 0.011327999643981457, -1.6008477210998535, -1.578803300857544, -1.2679698467254639, -0.17331120371818542, -0.039444439113140106, -0.26258477568626404, -1.7714568376541138, -0.015306537039577961, -0.14095279574394226, -0.02626720443367958, -0.3298780024051666, -0.5918499827384949, 0.10969199985265732, 1.2614768743515015, -1.3977457284927368, 0.9905790090560913, 0.0, 0.0, -0.06223337724804878, -0.23518407344818115, -0.8262181878089905, 1.9121617078781128, -1.0795382261276245, -0.002636054763570428], "max": [0.26602306962013245, 0.24113468825817108, 0.32131510972976685, -1.2042946815490723, -0.12822933495044708, 0.2471560835838318, -0.019774580374360085, -0.1637369990348816, 0.5714629888534546, 0.20210300385951996, -1.2878198623657227, -1.3146668672561646, -1.0266259908676147, 0.607671320438385, 0.18935076892375946, -0.06384414434432983, -0.7209431529045105, 0.0915948823094368, 0.09234537184238434, 0.13330824673175812, -0.2829720079898834, -0.37616100907325745, 0.14578400552272797, 1.4848005771636963, -1.2431639432907104, 1.2399226427078247, 1001.0, 1002.0, -0.06212246045470238, -0.22922109067440033, -0.8256921172142029, 1.9128272533416748, -1.078163504600525, 0.006585865747183561], "mean": [0.010901332832872868, 0.14533300697803497, 0.11267285794019699, -1.675918698310852, -0.2296617478132248, 0.03320035710930824, -0.06919758021831512, -0.24948929250240326, 0.428719162940979, 0.1478939652442932, -1.3807960748672485, -1.3975715637207031, -1.168243408203125, 0.10563600808382034, 0.019441578537225723, -0.11254628002643585, -1.4066128730773926, 0.018702736124396324, -0.09070064127445221, 0.02122555673122406, -0.30754923820495605, -0.4660555422306061, 0.13222503662109375, 1.3268684148788452, -1.2927607297897339, 1.15964674949646, 509.6309509277344, 185.89944458007812, -0.062155742198228836, -0.23302458226680756, -0.825977623462677, 1.9124879837036133, -1.0789190530776978, 0.0006222170195542276], "std": [0.32403379678726196, 0.12124220281839371, 0.10404282808303833, 0.23790201544761658, 0.041713740676641464, 0.07689113914966583, 0.05509205907583237, 0.04843003675341606, 0.07767283171415329, 0.07301902025938034, 0.12130089849233627, 0.09469013661146164, 0.05867210403084755, 0.20858155190944672, 0.08585470914840698, 0.07249480485916138, 0.2702270746231079, 0.039375148713588715, 0.04814297333359718, 0.052177660167217255, 0.010727363638579845, 0.0584537610411644, 0.010515880770981312, 0.07236232608556747, 0.0577378012239933, 0.09327361732721329, 488.4096374511719, 372.95867919921875, 4.128265572944656e-06, 0.0016802381724119186, 0.00017584495071787387, 0.00017141738499049097, 0.00040933353011496365, 0.0010000098263844848], "count": [905]}, "action": {"min": [-0.5815786123275757, -0.08960519731044769, 0.039444439113140106, -1.9359017610549927, -0.3136007785797119, -0.03438298776745796, -0.18046705424785614, -0.2863619923591614, 0.36631301045417786, 0.011327999643981457, -1.6008477210998535, -1.578803300857544, -1.2679698467254639, -0.17331120371818542, -0.039444439113140106, -0.26258477568626404, -1.7714568376541138, -0.015306537039577961, -0.14095279574394226, -0.02626720443367958, -0.3298780024051666, -0.5918499827384949, 0.10969199985265732, 1.2614768743515015, -1.3977457284927368, 0.9905790090560913, 0.0, 0.0, -0.06223337724804878, -0.23518407344818115, -0.8262181878089905, 1.9121617078781128, -1.0795382261276245, -0.002636054763570428], "max": [0.26602306962013245, 0.24113468825817108, 0.32131510972976685, -1.2042946815490723, -0.12822933495044708, 0.2471560835838318, -0.019774580374360085, -0.1637369990348816, 0.5714629888534546, 0.20210300385951996, -1.2878198623657227, -1.3146668672561646, -1.0266259908676147, 0.607671320438385, 0.18935076892375946, -0.06384414434432983, -0.7209431529045105, 0.0915948823094368, 0.09234537184238434, 0.13330824673175812, -0.2829720079898834, -0.37616100907325745, 0.14578400552272797, 1.4848005771636963, -1.2431639432907104, 1.2399226427078247, 1001.0, 1002.0, -0.06212246045470238, -0.22922109067440033, -0.8256921172142029, 1.9128272533416748, -1.078163504600525, 0.006585865747183561], "mean": [0.01064244657754898, 0.14516200125217438, 0.11268818378448486, -1.6756746768951416, -0.229617178440094, 0.03320064768195152, -0.06927301734685898, -0.24949243664741516, 0.4287920296192169, 0.14785639941692352, -1.3807868957519531, -1.3976554870605469, -1.1683307886123657, 0.10590063035488129, 0.019189167767763138, -0.11232806742191315, -1.4062491655349731, 0.018614446744322777, -0.09075979888439178, 0.021252112463116646, -0.30756875872612, -0.46614837646484375, 0.13225476443767548, 1.3266630172729492, -1.2926702499389648, 1.1598349809646606, 509.6309509277344, 185.89944458007812, -0.062155745923519135, -0.23302660882472992, -0.8259772658348083, 1.9124886989593506, -1.078918218612671, 0.0006225380348041654], "std": [0.3239242732524872, 0.12121625244617462, 0.10403349995613098, 0.23783773183822632, 0.041709449142217636, 0.07689093053340912, 0.05507132038474083, 0.04843229427933693, 0.07764540612697601, 0.0729999989271164, 0.12130766361951828, 0.0946538895368576, 0.05875523388385773, 0.20837953686714172, 0.08569108694791794, 0.07234013080596924, 0.2699568569660187, 0.03935879468917847, 0.048142652958631516, 0.0521596223115921, 0.010715287178754807, 0.05837761610746384, 0.010490215383470058, 0.07220373302698135, 0.05774490162730217, 0.09325748682022095, 488.4096374511719, 372.95867919921875, 4.127329248149181e-06, 0.0016806010389700532, 0.0001757005520630628, 0.00017119417316280305, 0.0004097662749700248, 0.0010000151814892888], "count": [905]}, "timestamp": {"min": [0.0], "max": [30.133333333333333], "mean": [15.066666666666668], "std": [8.708361243974412], "count": [905]}, "frame_index": {"min": [0], "max": [904], "mean": [452.0], "std": [261.25083731923235], "count": [905]}, "episode_index": {"min": [91], "max": [91], "mean": [91.0], "std": [0.0], "count": [905]}, "index": {"min": [78037], "max": [78941], "mean": [78489.0], "std": [261.25083731923235], "count": [905]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [905]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5480662983425414, 0.18562320419561468], "std": [0.4976842683505714, 0.3723527412452368], "count": [905]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5480662983425414, 0.18562320419561468], "std": [0.4976842683505714, 0.3723527412452369], "count": [905]}, "eef_direction_state": {"mean": [5.015469613259668, 5.141436464088398], "std": [1.9541098284007252, 2.0164780117646126], "min": [0, 0], "max": [6, 6], "count": [905]}, "eef_velocity_state": {"mean": [0.28066298342541435, 0.1878453038674033], "std": [0.5367300238146039, 0.45342928855061027], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_acc_mag_state": {"mean": [0.225414364640884, 0.1591160220994475], "std": [0.5699815540421919, 0.49426243148731347], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_direction_action": {"mean": [5.015469613259668, 5.141436464088398], "std": [1.9541098284007252, 2.0164780117646126], "min": [0, 0], "max": [6, 6], "count": [905]}, "eef_velocity_action": {"mean": [0.28066298342541435, 0.1878453038674033], "std": [0.5367300238146039, 0.45342928855061027], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_acc_mag_action": {"mean": [0.225414364640884, 0.1591160220994475], "std": [0.5699815540421919, 0.49426243148731347], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_sim_pose_state": {"mean": [0.44878792767712966, 0.22152089745087947, 1.1867707525606814, -0.050754050432060015, 0.05107665542406027, 1.3434546753226702, 0.4836521392387397, -0.19593877093060044, 1.1317324687732664, 0.024204498980026305, -0.0017325515564472066, -1.4366367448522603], "std": [0.08195022847829095, 0.059014322827785404, 0.04440698167573045, 0.03824143440867388, 0.03275330209424243, 0.13907224193234888, 0.05819497760420615, 0.007921777135352246, 0.00982931407148805, 0.05855221341239111, 0.03429877704567294, 0.08396334529565413], "min": [0.3834001478411147, 0.10720595643175039, 1.1494505602284841, -0.1285082450866617, 0.01780123778205045, 1.0872699030668271, 0.39637210147586877, -0.21819230842552378, 1.124023004705325, -0.10519235670224192, -0.08391548118925996, -1.5076500364007035], "max": [0.5981559069400346, 0.26473913543806654, 1.2646763646337116, -0.01733823127101053, 0.12639347896489284, 1.4465303517704533, 0.6106206864786745, -0.18868628597330708, 1.160679249675998, 0.06062593087077228, 0.02133107635316822, -1.2967728128432077], "count": [905]}, "eef_sim_pose_action": {"mean": [0.4488613010832915, 0.22148599080494194, 1.1867631570856234, -0.05079342781775039, 0.05117862715960671, 1.3434244677783318, 0.48374068784428237, -0.19594303002511196, 1.1317117441709892, 0.024214943104111715, -0.0016349322318956426, -1.4368579343524919], "std": [0.0819214693803275, 0.058998210231336876, 0.04441269196984445, 0.038225552917248884, 0.03283935932914396, 0.13905297083886609, 0.058123047304783806, 0.007918922699512288, 0.009822144358294118, 0.05855727570222077, 0.03423721120229589, 0.08387833257223844], "min": [0.3834001478411147, 0.10720595643175039, 1.1494505602284841, -0.1285082450866617, 0.01780123778205045, 1.0872699030668271, 0.39637210147586877, -0.21819230842552378, 1.124023004705325, -0.10519235670224192, -0.08391548118925996, -1.5076500364007035], "max": [0.5981559069400346, 0.26473913543806654, 1.2646763646337116, -0.01733823127101053, 0.12639347896489284, 1.4465303517704533, 0.6106206864786745, -0.18868628597330708, 1.160679249675998, 0.06062593087077228, 0.02133107635316822, -1.2967728128432077], "count": [905]}, "gripper_mode_state": {"mean": [0.45193370165745855, 0.8143646408839779], "std": [0.4976842683505714, 0.3888121301630013], "min": [0, 0], "max": [1, 1], "count": [905]}, "gripper_activity_state": {"mean": [1.9900552486187846, 1.8795580110497239], "std": [0.12835765483727488, 0.43068982725123917], "min": [0, 0], "max": [2, 2], "count": [905]}, "gripper_mode_action": {"mean": [0.45193370165745855, 0.8143646408839779], "std": [0.4976842683505714, 0.3888121301630013], "min": [0, 0], "max": [1, 1], "count": [905]}, "gripper_activity_action": {"mean": [1.9900552486187846, 1.8795580110497239], "std": [0.12835765483727488, 0.43068982725123917], "min": [0, 0], "max": [2, 2], "count": [905]}}} +{"episode_index": 92, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704778429304211]], [[0.46967689718292377]], [[0.4612968943906677]]], "std": [[[0.15864049746457232]], [[0.16670818709437468]], [[0.17275537010924236]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46043051289608666]], [[0.4515832156966162]], [[0.44486257058203027]]], "std": [[[0.15116956155130204]], [[0.15479244205636283]], [[0.15972440231218674]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46581398273972036]], [[0.4673608810085215]], [[0.4578850805617606]]], "std": [[[0.15468078155601345]], [[0.15333489112280382]], [[0.16170082782202852]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4861124025295772]], [[0.4775882895879871]], [[0.46590433808016873]]], "std": [[[0.1477758886221905]], [[0.14455475374028584]], [[0.15501115388021547]]], "count": [158]}, "observation.state": {"min": [-0.6012135148048401, -0.07293730974197388, 0.022479839622974396, -1.9982622861862183, -0.33229324221611023, -0.05635668337345123, -0.18884462118148804, -0.28327301144599915, 0.3647629916667938, 0.011370999738574028, -1.682121753692627, -1.5519721508026123, -1.2128199338912964, -0.17332863807678223, -0.04740314558148384, -0.26307347416877747, -1.7723644971847534, -0.006771877873688936, -0.15809191763401031, -0.026232298463582993, -0.32844701409339905, -0.5947279930114746, 0.10943599790334702, 1.2187532186508179, -1.3899471759796143, 1.065687656402588, 0.0, 0.0, -0.06217321753501892, -0.2350618839263916, -0.826641321182251, 1.9122694730758667, -1.0808075666427612, -0.0012216790346428752], "max": [0.2655867636203766, 0.27003735303878784, 0.3395363688468933, -1.0840065479278564, -0.11274827271699905, 0.1400103121995926, -0.01984439231455326, -0.1864369958639145, 0.5770180225372314, 0.20187799632549286, -1.2963097095489502, -1.3183525800704956, -1.0547804832458496, 0.6152111291885376, 0.1892460584640503, -0.04581489413976669, -0.7099126577377319, 0.0777893215417862, 0.08618436008691788, 0.10231120139360428, -0.28376200795173645, -0.37613099813461304, 0.14534400403499603, 1.476917028427124, -1.2428386211395264, 1.2561564445495605, 1001.0, 1002.0, -0.06214877963066101, -0.2292192131280899, -0.8249964118003845, 1.9132258892059326, -1.0775851011276245, 0.003390704980120063], "mean": [0.07723844051361084, 0.17816758155822754, 0.1038474515080452, -1.731760859489441, -0.239484041929245, 0.015782928094267845, -0.07991169393062592, -0.2557840347290039, 0.4113219380378723, 0.15733078122138977, -1.39469313621521, -1.3920878171920776, -1.1595258712768555, 0.13610342144966125, -0.005317467264831066, -0.08428485691547394, -1.3448494672775269, 0.021068749949336052, -0.10767830163240433, 0.015602990984916687, -0.317592591047287, -0.4756462872028351, 0.13558867573738098, 1.2851225137710571, -1.2942248582839966, 1.1851485967636108, 649.7894897460938, 718.7496948242188, -0.062158264219760895, -0.2325960248708725, -0.8258341550827026, 1.9125462770462036, -1.0788739919662476, 0.0006421219441108406], "std": [0.2847391366958618, 0.10027395188808441, 0.10067063570022583, 0.24025900661945343, 0.04762358218431473, 0.0528244748711586, 0.06788509339094162, 0.03837839514017105, 0.06832071393728256, 0.06494536995887756, 0.14479994773864746, 0.08158961683511734, 0.041690643876791, 0.1817503124475479, 0.07241860777139664, 0.06335938721895218, 0.23345111310482025, 0.0307027418166399, 0.07123760133981705, 0.036658547818660736, 0.013342967256903648, 0.0509730726480484, 0.009366128593683243, 0.06981004774570465, 0.05336146801710129, 0.0787147805094719, 464.2720947265625, 434.95220947265625, 1.1745578376576304e-06, 0.0016069457633420825, 0.00021094901603646576, 0.00019556154438760132, 0.0004896773025393486, 0.00043732524500228465], "count": [855]}, "action": {"min": [-0.6012135148048401, -0.07293730974197388, 0.022479839622974396, -1.9982622861862183, -0.33229324221611023, -0.05635668337345123, -0.18884462118148804, -0.28327301144599915, 0.3647629916667938, 0.011370999738574028, -1.682121753692627, -1.5519721508026123, -1.2128199338912964, -0.17332863807678223, -0.04740314558148384, -0.2630211114883423, -1.7723644971847534, -0.006771877873688936, -0.15809191763401031, -0.026232298463582993, -0.32844701409339905, -0.5947279930114746, 0.10947000235319138, 1.2187532186508179, -1.3899471759796143, 1.065687656402588, 0.0, 0.0, -0.06217321753501892, -0.2350618839263916, -0.826641321182251, 1.9122694730758667, -1.0808075666427612, -0.0012216790346428752], "max": [0.2655867636203766, 0.27003735303878784, 0.3395363688468933, -1.0840065479278564, -0.11274827271699905, 0.1400103121995926, -0.01984439231455326, -0.1864369958639145, 0.5770180225372314, 0.20187799632549286, -1.2963097095489502, -1.3183525800704956, -1.0547804832458496, 0.6152111291885376, 0.1892460584640503, -0.04581489413976669, -0.7099126577377319, 0.0777893215417862, 0.08618436008691788, 0.10231120139360428, -0.28376200795173645, -0.37613698840141296, 0.14534400403499603, 1.476917028427124, -1.2428386211395264, 1.2561564445495605, 1001.0, 1002.0, -0.06214877963066101, -0.2292192131280899, -0.8249964118003845, 1.9132258892059326, -1.0775851011276245, 0.003390704980120063], "mean": [0.07699944823980331, 0.17803168296813965, 0.10390828549861908, -1.7316049337387085, -0.23944073915481567, 0.015897301957011223, -0.07999862730503082, -0.25577476620674133, 0.4113858640193939, 0.1572764813899994, -1.3947105407714844, -1.3922315835952759, -1.159508466720581, 0.1364119052886963, -0.0055934954434633255, -0.0840332955121994, -1.3443803787231445, 0.020983463153243065, -0.10778606683015823, 0.015623712912201881, -0.3176307678222656, -0.4757513701915741, 0.135625958442688, 1.2848691940307617, -1.2941265106201172, 1.1853654384613037, 649.7894897460938, 718.7473754882812, -0.062158260494470596, -0.23259110748767853, -0.8258335590362549, 1.912546157836914, -1.0788742303848267, 0.0006422274163924158], "std": [0.28466659784317017, 0.10026717185974121, 0.10064906626939774, 0.2402256280183792, 0.047627292573451996, 0.05285103619098663, 0.067855603992939, 0.03837273269891739, 0.06830445677042007, 0.06492757052183151, 0.14478902518749237, 0.08156795054674149, 0.041682954877614975, 0.18144866824150085, 0.07212603092193604, 0.06307516247034073, 0.23299355804920197, 0.030678192153573036, 0.07123997062444687, 0.03664018586277962, 0.013315579853951931, 0.05086028203368187, 0.009325315244495869, 0.06950876116752625, 0.053372301161289215, 0.07864208519458771, 464.2720642089844, 434.95025634765625, 1.1750730664061848e-06, 0.0016058210749179125, 0.00021043744345661253, 0.00019556876213755459, 0.0004895366146229208, 0.0004373424453660846], "count": [855]}, "timestamp": {"min": [0.0], "max": [28.466666666666665], "mean": [14.233333333333333], "std": [8.227235708754636], "count": [855]}, "frame_index": {"min": [0], "max": [854], "mean": [427.0], "std": [246.8170712626391], "count": [855]}, "episode_index": {"min": [92], "max": [92], "mean": [92.0], "std": [0.0], "count": [855]}, "index": {"min": [78942], "max": [79796], "mean": [79369.0], "std": [246.8170712626391], "count": [855]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [855]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6877192982456141, 0.7184842106824937], "std": [0.46342363455716595, 0.43477863095509145], "count": [855]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6877192982456141, 0.7184842106824937], "std": [0.46342363455716595, 0.43477863095509145], "count": [855]}, "eef_direction_state": {"mean": [4.72046783625731, 4.6608187134502925], "std": [2.2824506714667376, 2.4186501060625676], "min": [0, 0], "max": [6, 6], "count": [855]}, "eef_velocity_state": {"mean": [0.3087719298245614, 0.25029239766081873], "std": [0.5624551553547732, 0.43854814548361454], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_acc_mag_state": {"mean": [0.21403508771929824, 0.1649122807017544], "std": [0.5554952260256343, 0.4905509117142519], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_direction_action": {"mean": [4.72046783625731, 4.6608187134502925], "std": [2.2824506714667376, 2.4186501060625676], "min": [0, 0], "max": [6, 6], "count": [855]}, "eef_velocity_action": {"mean": [0.3087719298245614, 0.25029239766081873], "std": [0.5624551553547732, 0.4385481454836145], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_acc_mag_action": {"mean": [0.21403508771929824, 0.1649122807017544], "std": [0.5554952260256343, 0.4905509117142519], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_sim_pose_state": {"mean": [0.4317236942598381, 0.23177963345666547, 1.1802106047989664, -0.05310851932560969, 0.03867416381900724, 1.3373576486062464, 0.4926782060932817, -0.19586158205652024, 1.1228036693667647, 0.014450214786036983, 0.022556760319994214, -1.4672467885748957], "std": [0.07293295550434588, 0.051241831949522504, 0.03188776870493775, 0.05811912633968408, 0.031305263030938196, 0.13952362814475283, 0.05058203477711954, 0.004807461399424229, 0.015461796943965486, 0.05354311567623341, 0.034487236116309425, 0.07293884399583515], "min": [0.3834814347956528, 0.11100662115378698, 1.1567864985768026, -0.16530891447717366, -0.025968167520357355, 1.055026961823185, 0.3963584670211104, -0.2137419934513864, 1.1096310251889028, -0.09867396771336967, -0.06758682355115875, -1.529960520843304], "max": [0.6063347694226137, 0.2645704409855554, 1.2389739271254836, 0.0012539772155478746, 0.10481189161843885, 1.4467891384810834, 0.6124851674895703, -0.18848654593917005, 1.1595476256127706, 0.05072063636409174, 0.07691823367015149, -1.3038395763781954], "count": [855]}, "eef_sim_pose_action": {"mean": [0.4317894997151089, 0.2317369210574142, 1.1802216653259205, -0.053092909775750326, 0.038750686871630344, 1.3372551172458615, 0.49277852048394694, -0.19586884161726026, 1.1227654946974317, 0.01445007994682898, 0.02267720256744311, -1.4675072030266818], "std": [0.07291478681841962, 0.051229717516287084, 0.031881298812262794, 0.05813044349762253, 0.03137047243108376, 0.1394759773020554, 0.05047585078690472, 0.004801001239882392, 0.015447771784818858, 0.053543029881714166, 0.03435439396688786, 0.07275219832228834], "min": [0.3834814347956528, 0.11100662115378698, 1.1567864985768026, -0.16530891447717366, -0.025968167520357355, 1.055026961823185, 0.3963608670792099, -0.2137419934513864, 1.1096310251889028, -0.09867396771336967, -0.06758682355115875, -1.529960520843304], "max": [0.6063347694226137, 0.2645704409855554, 1.2389739271254836, 0.0012539772155478746, 0.10481189161843885, 1.4467891384810834, 0.6124851674895703, -0.18851316675278826, 1.1595476256127706, 0.05072063636409174, 0.07691823367015149, -1.3038421709127588], "count": [855]}, "gripper_mode_state": {"mean": [0.312280701754386, 0.2830409356725146], "std": [0.46342363455716595, 0.45047615298274957], "min": [0, 0], "max": [1, 1], "count": [855]}, "gripper_activity_state": {"mean": [1.9894736842105263, 1.8701754385964913], "std": [0.13203429980510004, 0.44667645143016166], "min": [0, 0], "max": [2, 2], "count": [855]}, "gripper_mode_action": {"mean": [0.312280701754386, 0.2830409356725146], "std": [0.46342363455716595, 0.45047615298274957], "min": [0, 0], "max": [1, 1], "count": [855]}, "gripper_activity_action": {"mean": [1.9894736842105263, 1.8701754385964913], "std": [0.13203429980510004, 0.44667645143016166], "min": [0, 0], "max": [2, 2], "count": [855]}}} +{"episode_index": 93, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4722209282415561]], [[0.47046681514422134]], [[0.4613672984912528]]], "std": [[[0.1590163721369545]], [[0.16687404051500637]], [[0.17281672431243547]]], "count": [167]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4603243537434934]], [[0.4527566411295057]], [[0.4456439779754217]]], "std": [[[0.15216621281739107]], [[0.15583256054019629]], [[0.16044058060300567]]], "count": [167]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47252798936440843]], [[0.47337022890493524]], [[0.4639098396344566]]], "std": [[[0.1600814104913374]], [[0.1583355673818556]], [[0.1665798092738861]]], "count": [167]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4826833294195922]], [[0.4756740734217839]], [[0.46203262347853313]]], "std": [[[0.1492460506359563]], [[0.14552931320797982]], [[0.1552181224588171]]], "count": [167]}, "observation.state": {"min": [-0.5818927884101868, -0.035011306405067444, 0.00143117003608495, -1.9862719774246216, -0.2597922682762146, -0.033021628856658936, -0.24357815086841583, -0.283268004655838, 0.36294201016426086, 0.03143399953842163, -1.7493232488632202, -1.5514713525772095, -1.2599775791168213, -0.17331120371818542, -0.062029000371694565, -0.26256734132766724, -1.7714743614196777, 0.012042772024869919, -0.24766221642494202, -0.0262148454785347, -0.33469098806381226, -0.5931069850921631, 0.10969100147485733, 1.1914559602737427, -1.455549716949463, 1.022093415260315, 0.0, 0.0, -0.06216758117079735, -0.23622363805770874, -0.8259282112121582, 1.9122766256332397, -1.0807465314865112, -0.0019060850609093904], "max": [0.2670528292655945, 0.2410648763179779, 0.30366984009742737, -1.1394731998443604, -0.1442863792181015, 0.0604931116104126, -0.019809486344456673, -0.17837999761104584, 0.5748059749603271, 0.2018509954214096, -1.2762680053710938, -1.2848889827728271, -1.0931044816970825, 0.6013532280921936, 0.18931587040424347, -0.035587262362241745, -0.7522369027137756, 0.1399754136800766, 0.1013861745595932, 0.11882201582193375, -0.29203298687934875, -0.3761639893054962, 0.14430099725723267, 1.4755313396453857, -1.2536183595657349, 1.3179657459259033, 1001.0, 1001.0, -0.06215254217386246, -0.22919289767742157, -0.8254544138908386, 1.9129548072814941, -1.076541543006897, 0.003291983623057604], "mean": [0.0631086528301239, 0.16023026406764984, 0.09806134551763535, -1.7068097591400146, -0.22628609836101532, -0.005411726422607899, -0.068153977394104, -0.25853151082992554, 0.41719043254852295, 0.1594434231519699, -1.380976676940918, -1.3718771934509277, -1.1892348527908325, 0.1440497785806656, -0.0009784934809431434, -0.09038929641246796, -1.3032233715057373, 0.04082683473825455, -0.17191395163536072, 0.02909894846379757, -0.3238121569156647, -0.4751723110675812, 0.13243833184242249, 1.3101238012313843, -1.305253505706787, 1.2106655836105347, 635.4285888671875, 648.7564697265625, -0.06216001883149147, -0.23291437327861786, -0.8258140087127686, 1.9124436378479004, -1.0789152383804321, 0.0007162002148106694], "std": [0.27619436383247375, 0.10084044933319092, 0.08916822075843811, 0.21792249381542206, 0.03599005937576294, 0.02136552706360817, 0.06831873953342438, 0.039541080594062805, 0.0678681805729866, 0.05720346048474312, 0.15215717256069183, 0.07157193869352341, 0.043067459017038345, 0.189687579870224, 0.08580588549375534, 0.07931894063949585, 0.24843266606330872, 0.03322931379079819, 0.10015467554330826, 0.040073685348033905, 0.014933785423636436, 0.054488569498062134, 0.010811131447553635, 0.07474497705698013, 0.06473091244697571, 0.10842356830835342, 469.6900939941406, 464.39263916015625, 1.1675059568005963e-06, 0.0025229663588106632, 8.772451838012785e-05, 0.0002209623489761725, 0.0006445032195188105, 0.0005753428558818996], "count": [924]}, "action": {"min": [-0.5818927884101868, -0.035011306405067444, 0.00143117003608495, -1.9862719774246216, -0.2597922682762146, -0.033021628856658936, -0.24357815086841583, -0.283268004655838, 0.36294201016426086, 0.03143399953842163, -1.7493232488632202, -1.5514713525772095, -1.2599775791168213, -0.17331120371818542, -0.062029000371694565, -0.26256734132766724, -1.7714743614196777, 0.012042772024869919, -0.24766221642494202, -0.0262148454785347, -0.33469098806381226, -0.5931069850921631, 0.10969100147485733, 1.1914559602737427, -1.455549716949463, 1.022093415260315, 0.0, 0.0, -0.06216758117079735, -0.23622363805770874, -0.8259282112121582, 1.9122766256332397, -1.0807465314865112, -0.0019060850609093904], "max": [0.2670528292655945, 0.2410648763179779, 0.30366984009742737, -1.1394731998443604, -0.1442863792181015, 0.0604931116104126, -0.019809486344456673, -0.17837999761104584, 0.5748059749603271, 0.2018509954214096, -1.2762680053710938, -1.2848889827728271, -1.0931044816970825, 0.6013532280921936, 0.18931587040424347, -0.035587262362241745, -0.7522369027137756, 0.1399754136800766, 0.1013861745595932, 0.11882201582193375, -0.29203298687934875, -0.3761639893054962, 0.14430099725723267, 1.4755313396453857, -1.2536183595657349, 1.3179657459259033, 1001.0, 1001.0, -0.06215254217386246, -0.22919289767742157, -0.8254544138908386, 1.9129548072814941, -1.076541543006897, 0.003291983623057604], "mean": [0.06278468668460846, 0.16001446545124054, 0.09811678528785706, -1.7065352201461792, -0.22620466351509094, -0.005368338897824287, -0.068191759288311, -0.25852498412132263, 0.4172811210155487, 0.15937945246696472, -1.380959391593933, -1.371974229812622, -1.189313292503357, 0.14438419044017792, -0.001241651945747435, -0.0901484340429306, -1.302686095237732, 0.04077339544892311, -0.17211151123046875, 0.029146868735551834, -0.3238562345504761, -0.4752802550792694, 0.1324695497751236, 1.309920310974121, -1.305177927017212, 1.2109123468399048, 635.4285888671875, 648.7564697265625, -0.06216002255678177, -0.2329144924879074, -0.8258141279220581, 1.912443995475769, -1.0789155960083008, 0.0007163275731727481], "std": [0.2761323153972626, 0.10088097304105759, 0.08914933353662491, 0.21790283918380737, 0.03601276874542236, 0.021375007927417755, 0.06830162554979324, 0.03953753039240837, 0.06785668432712555, 0.05718906968832016, 0.1521674394607544, 0.07156077772378922, 0.043124955147504807, 0.18940022587776184, 0.08559412509202957, 0.07913314551115036, 0.24795536696910858, 0.03322862088680267, 0.10012079030275345, 0.040033917874097824, 0.01490003801882267, 0.05439119040966034, 0.010787100531160831, 0.07455062866210938, 0.06474386155605316, 0.10835528373718262, 469.69012451171875, 464.39263916015625, 1.1669026207528077e-06, 0.0025227838195860386, 8.780126518104225e-05, 0.00022114331659395248, 0.0006445704493671656, 0.0005753473378717899], "count": [924]}, "timestamp": {"min": [0.0], "max": [30.766666666666666], "mean": [15.383333333333335], "std": [8.891188938535766], "count": [924]}, "frame_index": {"min": [0], "max": [923], "mean": [461.5], "std": [266.73566815607296], "count": [924]}, "episode_index": {"min": [93], "max": [93], "mean": [93.0], "std": [0.0], "count": [924]}, "index": {"min": [79797], "max": [80720], "mean": [80258.5], "std": [266.73566815607296], "count": [924]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [924]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.670995670995671, 0.6487554112339424], "std": [0.46985155155723407, 0.46438915883572707], "count": [924]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.670995670995671, 0.6487554112339424], "std": [0.469851551557234, 0.46438915883572707], "count": [924]}, "eef_direction_state": {"mean": [4.971861471861472, 5.162337662337662], "std": [2.105257384771415, 1.999363900643455], "min": [0, 0], "max": [6, 6], "count": [924]}, "eef_velocity_state": {"mean": [0.25757575757575757, 0.19155844155844157], "std": [0.514610105106874, 0.46882712161436546], "min": [0, 0], "max": [2, 2], "count": [924]}, "eef_acc_mag_state": {"mean": [0.18831168831168832, 0.14826839826839827], "std": [0.5276282042290886, 0.475238866161444], "min": [0, 0], "max": [2, 2], "count": [924]}, "eef_direction_action": {"mean": [4.971861471861472, 5.162337662337662], "std": [2.105257384771415, 1.999363900643455], "min": [0, 0], "max": [6, 6], "count": [924]}, "eef_velocity_action": {"mean": [0.25757575757575757, 0.19155844155844157], "std": [0.514610105106874, 0.46882712161436546], "min": [0, 0], "max": [2, 2], "count": [924]}, "eef_acc_mag_action": {"mean": [0.18831168831168832, 0.14826839826839827], "std": [0.5276282042290885, 0.475238866161444], "min": [0, 0], "max": [2, 2], "count": [924]}, "eef_sim_pose_state": {"mean": [0.4369660491724468, 0.23085869039168594, 1.1761041058485586, -0.06520398515785156, 0.04491157710936948, 1.3639751474645185, 0.49271736292082136, -0.19449972020121722, 1.1132219532074779, 0.0438941485579107, 0.0391484718077529, -1.4492374509897177], "std": [0.07197451174291362, 0.04486205285665212, 0.03175894034515106, 0.07105758527991861, 0.0470284209186894, 0.13117602313664928, 0.05399760890579251, 0.005232544768834783, 0.01923978434044464, 0.07377604183791596, 0.04673767868331636, 0.07980342801598195], "min": [0.38225154362819413, 0.1294775471390493, 1.1567872158046877, -0.24509152161544734, -0.05809534079294365, 1.0590447834324614, 0.3963719323972198, -0.2124289558221743, 1.098180535282554, -0.1271927622809217, -0.0676119232956216, -1.5238469292038426], "max": [0.603479294607158, 0.2645573936807234, 1.2423092138273883, -0.017434034025844425, 0.13473114963886257, 1.4459820529084606, 0.6114361055789422, -0.18731035407303895, 1.1533505649420273, 0.09109463592025246, 0.08711223878274077, -1.3025869049430223], "count": [924]}, "eef_sim_pose_action": {"mean": [0.4370572815478905, 0.2307980184458347, 1.1761075226650242, -0.06523146175522837, 0.04501871793533537, 1.3639403900943787, 0.4928213882094321, -0.19450495512656263, 1.113172757074664, 0.043939006461575614, 0.03928933843181438, -1.4494582307116661], "std": [0.07196011791637584, 0.044854374989755544, 0.03175703489766217, 0.07104406698875212, 0.04711305022189941, 0.13115856170014065, 0.0539044469151097, 0.005229162709368851, 0.019217829020076536, 0.07379107791536393, 0.04661198327808917, 0.07968433964942642], "min": [0.38225154362819413, 0.1294775471390493, 1.1567872158046877, -0.24509152161544734, -0.05809534079294365, 1.0590447834324614, 0.3963719323972198, -0.2124289558221743, 1.098180535282554, -0.1271927622809217, -0.0676119232956216, -1.5238469292038426], "max": [0.603479294607158, 0.2645573936807234, 1.2423092138273883, -0.017434034025844425, 0.13473114963886257, 1.4459820529084606, 0.6114361055789422, -0.18731035407303895, 1.1533505649420273, 0.09109463592025246, 0.08711223878274077, -1.3025869049430223], "count": [924]}, "gripper_mode_state": {"mean": [0.329004329004329, 0.35173160173160173], "std": [0.46985155155723407, 0.47751071409438056], "min": [0, 0], "max": [1, 1], "count": [924]}, "gripper_activity_state": {"mean": [1.9902597402597402, 1.8841991341991342], "std": [0.12703894510723318, 0.42207653457425975], "min": [0, 0], "max": [2, 2], "count": [924]}, "gripper_mode_action": {"mean": [0.329004329004329, 0.35173160173160173], "std": [0.469851551557234, 0.4775107140943806], "min": [0, 0], "max": [1, 1], "count": [924]}, "gripper_activity_action": {"mean": [1.9902597402597402, 1.8841991341991342], "std": [0.1270389451072332, 0.42207653457425975], "min": [0, 0], "max": [2, 2], "count": [924]}}} +{"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.46850546787186215]], [[0.46509193388077097]], [[0.45734633888056286]]], "std": [[[0.16465801671877542]], [[0.17344847183458265]], [[0.17859713562108706]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45788654848882226]], [[0.45333736366096333]], [[0.4472170782856667]]], "std": [[[0.152279702505384]], [[0.15627692747343516]], [[0.16093373285696383]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4736248178676991]], [[0.47642559375130095]], [[0.46742555732484076]]], "std": [[[0.16150783804067567]], [[0.1606859502046715]], [[0.16974901816295324]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.493160476770326]], [[0.4871571892822947]], [[0.4732018780442113]]], "std": [[[0.1532098862332274]], [[0.14980252975583738]], [[0.15980888192674467]]], "count": [157]}, "observation.state": {"min": [-0.553496241569519, -0.12222540378570557, 0.03721041977405548, -1.942900538444519, -0.37372735142707825, -0.05260422080755234, -0.2097187638282776, -0.29435598850250244, 0.3665269911289215, 0.009511999785900116, -1.6096813678741455, -1.6220365762710571, -1.2493454217910767, -0.17331120371818542, -0.03223622962832451, -0.26256734132766724, -1.7714568376541138, 0.03872885927557945, -0.17486454546451569, -0.0262148454785347, -0.33051300048828125, -0.5947970151901245, 0.10970699787139893, 1.2699620723724365, -1.4202145338058472, 1.0477722883224487, 0.0, 0.0, -0.06217698007822037, -0.2352028638124466, -0.8265248537063599, 1.9119168519973755, -1.0802726745605469, -0.0019098820630460978], "max": [0.26563912630081177, 0.2410648763179779, 0.3334626257419586, -1.1606439352035522, -0.05974262207746506, 0.15737634897232056, -0.01979203335940838, -0.18256700038909912, 0.5700110197067261, 0.20194700360298157, -1.2971378564834595, -1.3183525800704956, -1.058168649673462, 0.624321699142456, 0.18929840624332428, -0.06000442057847977, -0.6860889792442322, 0.12093386054039001, 0.051714107394218445, 0.12575097382068634, -0.2920509874820709, -0.37617000937461853, 0.1439570039510727, 1.476337194442749, -1.2754805088043213, 1.29066002368927, 1001.0, 1002.0, -0.06213562190532684, -0.22913461923599243, -0.8251675367355347, 1.9131157398223877, -1.07597815990448, 0.003984932787716389], "mean": [0.06683099269866943, 0.13607211410999298, 0.10953123867511749, -1.7007180452346802, -0.2049177885055542, 0.005496313329786062, -0.0522456169128418, -0.26242533326148987, 0.41533181071281433, 0.14774341881275177, -1.3651257753372192, -1.3820841312408447, -1.178524136543274, 0.09767809510231018, 0.016546189785003662, -0.1051943451166153, -1.403523325920105, 0.05278177186846733, -0.12499131262302399, 0.03727738559246063, -0.30834805965423584, -0.463816374540329, 0.1332734227180481, 1.3310068845748901, -1.313523769378662, 1.202738642692566, 645.8381958007812, 620.378662109375, -0.06216094642877579, -0.23298180103302002, -0.8260038495063782, 1.9124407768249512, -1.0789028406143188, 0.0006146701634861529], "std": [0.2771776616573334, 0.13038229942321777, 0.09181568026542664, 0.21761199831962585, 0.07634201645851135, 0.05878346413373947, 0.04508961737155914, 0.04022062569856644, 0.06735744327306747, 0.06872854381799698, 0.10484890639781952, 0.0809444785118103, 0.04408819228410721, 0.20122355222702026, 0.07690674811601639, 0.07038222253322601, 0.2632896900177002, 0.018840808421373367, 0.050123490393161774, 0.043084483593702316, 0.009716319851577282, 0.05605964735150337, 0.010787357576191425, 0.06339944154024124, 0.0462382510304451, 0.10175398737192154, 465.5733947753906, 471.55731201171875, 2.5244189600925893e-06, 0.002294351579621434, 0.00025742672733031213, 0.00027620772016234696, 0.000571898533962667, 0.0005506214220076799], "count": [853]}, "action": {"min": [-0.553496241569519, -0.12222540378570557, 0.03721041977405548, -1.942900538444519, -0.37372735142707825, -0.05260422080755234, -0.2097187638282776, -0.29435598850250244, 0.3665269911289215, 0.009511999785900116, -1.6096813678741455, -1.6220365762710571, -1.2493454217910767, -0.17331120371818542, -0.03223622962832451, -0.26256734132766724, -1.7714568376541138, 0.03872885927557945, -0.17486454546451569, -0.0262148454785347, -0.33051300048828125, -0.5947970151901245, 0.10970699787139893, 1.2699620723724365, -1.4202145338058472, 1.0477722883224487, 0.0, 0.0, -0.06217698007822037, -0.2352028638124466, -0.8265248537063599, 1.9119168519973755, -1.0802726745605469, -0.0019098820630460978], "max": [0.26563912630081177, 0.2410648763179779, 0.3334626257419586, -1.1606439352035522, -0.05974262207746506, 0.15737634897232056, -0.01979203335940838, -0.18256700038909912, 0.5700110197067261, 0.20194700360298157, -1.2971378564834595, -1.3183525800704956, -1.058168649673462, 0.624321699142456, 0.18929840624332428, -0.06000442057847977, -0.6860889792442322, 0.12093386054039001, 0.051714107394218445, 0.12575097382068634, -0.2920509874820709, -0.37617000937461853, 0.1439570039510727, 1.476337194442749, -1.2754805088043213, 1.29066002368927, 1001.0, 1002.0, -0.06213562190532684, -0.22913461923599243, -0.8251675367355347, 1.9131157398223877, -1.07597815990448, 0.003984932787716389], "mean": [0.06658630073070526, 0.1358179897069931, 0.1096186488866806, -1.7004588842391968, -0.20476098358631134, 0.005464701447635889, -0.0522865355014801, -0.2624382972717285, 0.4153977632522583, 0.1476568877696991, -1.3651480674743652, -1.3821707963943481, -1.1785815954208374, 0.09794160723686218, 0.01628793030977249, -0.10495834052562714, -1.4031453132629395, 0.052750155329704285, -0.1251014620065689, 0.03733652085065842, -0.30836766958236694, -0.46390923857688904, 0.1333080232143402, 1.3308038711547852, -1.3134639263153076, 1.202996015548706, 645.8381958007812, 620.378662109375, -0.062160953879356384, -0.23298189043998718, -0.8260044455528259, 1.9124408960342407, -1.0789026021957397, 0.000614673423115164], "std": [0.27709487080574036, 0.1303885579109192, 0.09178689122200012, 0.2175663560628891, 0.07637892663478851, 0.058804795145988464, 0.04507609084248543, 0.040229108184576035, 0.0673372894525528, 0.06870688498020172, 0.10483656078577042, 0.08091578632593155, 0.04412886127829552, 0.20101508498191833, 0.07669562846422195, 0.07019171118736267, 0.26299259066581726, 0.018841620534658432, 0.05009160935878754, 0.04303190857172012, 0.00970031414180994, 0.05597997084259987, 0.010759077966213226, 0.06321265548467636, 0.04625124856829643, 0.10168658196926117, 465.5733947753906, 471.55731201171875, 2.5266572265536524e-06, 0.002294427715241909, 0.000257193751167506, 0.000276165665127337, 0.0005718169268220663, 0.0005506218294613063], "count": [853]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.200000000000003], "std": [8.207990686587742], "count": [853]}, "frame_index": {"min": [0], "max": [852], "mean": [426.0], "std": [246.23972059763227], "count": [853]}, "episode_index": {"min": [94], "max": [94], "mean": [94.0], "std": [0.0], "count": [853]}, "index": {"min": [80721], "max": [81573], "mean": [81147.0], "std": [246.23972059763227], "count": [853]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [853]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6858147713950762, 0.620376318778323], "std": [0.4641905543323716, 0.47155536492541034], "count": [853]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6858147713950762, 0.620376318778323], "std": [0.4641905543323716, 0.47155536492541034], "count": [853]}, "eef_direction_state": {"mean": [5.039859320046894, 4.8886283704572095], "std": [1.9937313198508633, 2.2463777525743263], "min": [0, 0], "max": [6, 6], "count": [853]}, "eef_velocity_state": {"mean": [0.27432590855803046, 0.21805392731535755], "std": [0.570686570937026, 0.45351560102643956], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_acc_mag_state": {"mean": [0.21453692848769051, 0.1652989449003517], "std": [0.5581536112886407, 0.4886674091598216], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_direction_action": {"mean": [5.039859320046894, 4.8886283704572095], "std": [1.9937313198508633, 2.2463777525743263], "min": [0, 0], "max": [6, 6], "count": [853]}, "eef_velocity_action": {"mean": [0.27432590855803046, 0.21805392731535755], "std": [0.570686570937026, 0.4535156010264395], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_acc_mag_action": {"mean": [0.21453692848769051, 0.1652989449003517], "std": [0.5581536112886407, 0.4886674091598216], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_sim_pose_state": {"mean": [0.43458515737816594, 0.21911721505360443, 1.1740581806656902, -0.048726360565437665, 0.05065918013046935, 1.3646143476747383, 0.48149405523134015, -0.19743428228758486, 1.1279769819380079, 0.05017187359827544, 0.03360867093158416, -1.4301286965980293], "std": [0.07049519534059809, 0.0579638970685897, 0.036487478264426415, 0.03987692353226295, 0.027757135426859633, 0.11770307823248816, 0.055704491478598295, 0.005667089329929299, 0.008498961592646213, 0.06053392503360808, 0.04559799425743757, 0.07100370141608348], "min": [0.38349573677687115, 0.09932428556953084, 1.1418706376059653, -0.16750149982907214, 0.018425163631676122, 1.0695214971533042, 0.3963768470262348, -0.21246503100143785, 1.1212178527467223, -0.08740451770452984, -0.06767770542673746, -1.4887333904372788], "max": [0.59406353634456, 0.26462942950079776, 1.2476959232890528, -0.01740686930630375, 0.1114676867381521, 1.4461538154886249, 0.6132135544909542, -0.18869326266160047, 1.149944861861535, 0.09266158002620417, 0.06623265015662216, -1.3043109888593047], "count": [853]}, "eef_sim_pose_action": {"mean": [0.43465209045848857, 0.21903639270785621, 1.1740407138759514, -0.048766089090885256, 0.05073815101694797, 1.364558315260001, 0.4815828352055065, -0.1974436424949573, 1.1279516371643807, 0.05022180038360911, 0.033763396062338184, -1.430342162596876], "std": [0.07047376410983415, 0.057948563804160906, 0.036499293548253625, 0.03986268082263347, 0.027801281589827295, 0.1176757326087166, 0.05562911005774215, 0.005659269004404209, 0.00848179428212844, 0.06054963910697115, 0.045478015575708436, 0.07089914587079409], "min": [0.38349573677687115, 0.09932428556953084, 1.1418706376059653, -0.16750149982907214, 0.018425163631676122, 1.0695214971533042, 0.3963768470262348, -0.21246503100143785, 1.1212178527467223, -0.08740451770452984, -0.06767770542673746, -1.4887333904372788], "max": [0.59406353634456, 0.26462942950079776, 1.2476959232890528, -0.01740686930630375, 0.1114676867381521, 1.4461538154886249, 0.6132135544909542, -0.18869326266160047, 1.149944861861535, 0.09266158002620417, 0.06623265015662216, -1.3043109888593047], "count": [853]}, "gripper_mode_state": {"mean": [0.3141852286049238, 0.3798358733880422], "std": [0.4641905543323716, 0.4853458382180477], "min": [0, 0], "max": [1, 1], "count": [853]}, "gripper_activity_state": {"mean": [1.989449003516999, 1.873388042203986], "std": [0.13218801235948385, 0.44157597511988744], "min": [0, 0], "max": [2, 2], "count": [853]}, "gripper_mode_action": {"mean": [0.3141852286049238, 0.3798358733880422], "std": [0.4641905543323716, 0.4853458382180477], "min": [0, 0], "max": [1, 1], "count": [853]}, "gripper_activity_action": {"mean": [1.989449003516999, 1.873388042203986], "std": [0.13218801235948385, 0.44157597511988744], "min": [0, 0], "max": [2, 2], "count": [853]}}} +{"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.4664994260362373]], [[0.4640088705840986]], [[0.4564180576238934]]], "std": [[[0.15699639910494068]], [[0.1653549198634752]], [[0.17141571606093667]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46294814547654506]], [[0.454796021810623]], [[0.4474887404856457]]], "std": [[[0.15131933884758156]], [[0.15417628494571953]], [[0.15894581903961602]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47195259498841735]], [[0.4756275492264416]], [[0.4683934948188136]]], "std": [[[0.16027359257465132]], [[0.1600527814445099]], [[0.16917676988816804]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48727933290932407]], [[0.4793851684661206]], [[0.46664713121535534]]], "std": [[[0.14912391238230358]], [[0.145821511755099]], [[0.15581510803641285]]], "count": [158]}, "observation.state": {"min": [-0.6045646071434021, -0.03422590717673302, 0.04207988828420639, -1.8618649244308472, -0.2620611786842346, -0.06558947265148163, -0.22441443800926208, -0.2949090003967285, 0.36664700508117676, 0.021299000829458237, -1.7738434076309204, -1.4702274799346924, -1.2673522233963013, -0.17331120371818542, -0.03719296678900719, -0.2626197040081024, -1.7714568376541138, -0.01785471849143505, -0.15823155641555786, -0.0262148454785347, -0.32983601093292236, -0.5964990258216858, 0.10625000298023224, 1.2338663339614868, -1.4295979738235474, 1.014900803565979, 0.0, 0.0, -0.06216946244239807, -0.23557132482528687, -0.826813280582428, 1.912002444267273, -1.0806728601455688, -0.003222688566893339], "max": [0.2655344009399414, 0.24380503594875336, 0.31784191727638245, -1.099662184715271, -0.06140068173408508, 0.0760439932346344, -0.01984439231455326, -0.18601000308990479, 0.5765349864959717, 0.2018509954214096, -1.2928894758224487, -1.3154702186584473, -0.9994959831237793, 0.6246359348297119, 0.18929840624332428, -0.05389576777815819, -0.708411693572998, 0.10937979072332382, 0.08616690337657928, 0.13313370943069458, -0.29147300124168396, -0.3761630058288574, 0.14992199838161469, 1.4756050109863281, -1.2387359142303467, 1.2310048341751099, 1001.0, 1001.0, -0.06216005980968475, -0.22914214432239532, -0.8249211311340332, 1.913008689880371, -1.07648766040802, 0.0032056022901088], "mean": [0.07224693894386292, 0.17959702014923096, 0.09920378774404526, -1.701967716217041, -0.21201640367507935, -0.019368691369891167, -0.07381413877010345, -0.2626456320285797, 0.41437599062919617, 0.1636437326669693, -1.399559736251831, -1.347489595413208, -1.158638596534729, 0.11484608799219131, 0.022894689813256264, -0.10957029461860657, -1.3689099550247192, 0.02383776381611824, -0.10822777450084686, 0.023515451699495316, -0.31713443994522095, -0.4676489233970642, 0.13416334986686707, 1.3170939683914185, -1.2998915910720825, 1.1533434391021729, 594.3601684570312, 619.26806640625, -0.062164079397916794, -0.23280233144760132, -0.8259860873222351, 1.912551760673523, -1.0788800716400146, 0.0006491383537650108], "std": [0.2887655198574066, 0.0933087021112442, 0.09658674150705338, 0.2359338402748108, 0.06379208713769913, 0.027608215808868408, 0.07316234707832336, 0.03769167512655258, 0.07026109099388123, 0.059364933520555496, 0.1715305894613266, 0.040523987263441086, 0.06859161704778671, 0.21365785598754883, 0.08356945961713791, 0.07791140675544739, 0.2744259238243103, 0.04581760987639427, 0.057308707386255264, 0.05161915719509125, 0.01294028852134943, 0.06036880984902382, 0.01294144056737423, 0.07670112699270248, 0.06678786873817444, 0.08369958400726318, 478.6716613769531, 471.9725036621094, 7.115714311112242e-07, 0.0024623528588563204, 0.0003422840381972492, 0.00020975300867576152, 0.0006914784898981452, 0.000656533520668745], "count": [858]}, "action": {"min": [-0.6045646071434021, -0.03422590717673302, 0.04207988828420639, -1.8618649244308472, -0.2620611786842346, -0.06558947265148163, -0.22441443800926208, -0.2949090003967285, 0.36664700508117676, 0.021299000829458237, -1.7738434076309204, -1.4702274799346924, -1.2673522233963013, -0.17331120371818542, -0.03719296678900719, -0.2626197040081024, -1.7714568376541138, -0.01785471849143505, -0.15823155641555786, -0.0262148454785347, -0.32983601093292236, -0.5964990258216858, 0.10625000298023224, 1.2338663339614868, -1.4295979738235474, 1.014900803565979, 0.0, 0.0, -0.06216946244239807, -0.23557132482528687, -0.826813280582428, 1.912002444267273, -1.0806728601455688, -0.003222688566893339], "max": [0.2655344009399414, 0.24380503594875336, 0.31784191727638245, -1.099662184715271, -0.06140068173408508, 0.0760439932346344, -0.01984439231455326, -0.18601000308990479, 0.5765349864959717, 0.2018509954214096, -1.2928894758224487, -1.3154702186584473, -0.9994959831237793, 0.6246359348297119, 0.18929840624332428, -0.05389576777815819, -0.708411693572998, 0.10937979072332382, 0.08616690337657928, 0.13313370943069458, -0.29147300124168396, -0.3761630058288574, 0.14992199838161469, 1.4756050109863281, -1.2387359142303467, 1.2310048341751099, 1001.0, 1001.0, -0.06216005980968475, -0.22914214432239532, -0.8249211311340332, 1.913008689880371, -1.07648766040802, 0.0032056022901088], "mean": [0.0719359964132309, 0.17939676344394684, 0.0992405042052269, -1.7016392946243286, -0.21194323897361755, -0.019406426697969437, -0.07389288395643234, -0.26265889406204224, 0.4144630432128906, 0.16359232366085052, -1.3995646238327026, -1.3475769758224487, -1.15872323513031, 0.11514291912317276, 0.022632135078310966, -0.10932904481887817, -1.3684561252593994, 0.023742379620671272, -0.10833097994327545, 0.023548549041152, -0.3171722888946533, -0.46775034070014954, 0.13419947028160095, 1.3168689012527466, -1.2997936010360718, 1.1535300016403198, 594.3601684570312, 619.26806640625, -0.062164079397916794, -0.232797309756279, -0.825985848903656, 1.912551999092102, -1.0788803100585938, 0.0006493121036328375], "std": [0.28870099782943726, 0.09336118400096893, 0.09657102823257446, 0.23592481017112732, 0.06378009915351868, 0.02763219177722931, 0.07314068078994751, 0.03770093992352486, 0.07024818658828735, 0.05935095250606537, 0.17152786254882812, 0.04054289683699608, 0.06866868585348129, 0.21343441307544708, 0.0834004133939743, 0.07775750011205673, 0.2740831971168518, 0.04581515118479729, 0.05730818584561348, 0.05159648135304451, 0.01291449274867773, 0.06028803810477257, 0.012916384264826775, 0.07651840150356293, 0.06680648028850555, 0.0836842879652977, 478.6716613769531, 471.97247314453125, 7.115714311112242e-07, 0.002462295349687338, 0.0003422777517698705, 0.00020960431720595807, 0.0006914373952895403, 0.0006565146613866091], "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": [95], "max": [95], "mean": [95.0], "std": [0.0], "count": [858]}, "index": {"min": [81574], "max": [82431], "mean": [82002.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6328671328671329, 0.6192668996515764], "std": [0.4820231581611722, 0.4719695178986294], "count": [858]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6328671328671329, 0.6192668996515764], "std": [0.4820231581611722, 0.4719695178986294], "count": [858]}, "eef_direction_state": {"mean": [4.84965034965035, 5.0606060606060606], "std": [2.1493222477866887, 2.101406035253132], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_state": {"mean": [0.27855477855477856, 0.1993006993006993], "std": [0.520472942456326, 0.46674938546719874], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_state": {"mean": [0.22261072261072262, 0.17365967365967366], "std": [0.5635400015186119, 0.5122334529149803], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_direction_action": {"mean": [4.84965034965035, 5.0606060606060606], "std": [2.1493222477866887, 2.101406035253132], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_action": {"mean": [0.27855477855477856, 0.1993006993006993], "std": [0.520472942456326, 0.46674938546719874], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_action": {"mean": [0.22261072261072262, 0.17365967365967366], "std": [0.5635400015186119, 0.5122334529149803], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_sim_pose_state": {"mean": [0.4343000853591981, 0.23581755441160276, 1.1728344618297224, -0.05789113890851603, 0.010489511633066738, 1.361454226148837, 0.4852391147604729, -0.1978708653967153, 1.1233636738626749, 0.013528568595826768, 0.0013392842596010699, -1.4374829106622093], "std": [0.07506695852755725, 0.04549490190313365, 0.03142863505109112, 0.05892616112141652, 0.06990885356115509, 0.13154077731432154, 0.06003882111615946, 0.008303764023018934, 0.013596320253020445, 0.06153804174658071, 0.03291849003988653, 0.08326272405947936], "min": [0.38349700411956245, 0.12374215718752932, 1.140523445280332, -0.1765773784552186, -0.16889387533939382, 1.0893733883536116, 0.3963703408030996, -0.21847664559178548, 1.1116810695729171, -0.1381817648698218, -0.06765446019572985, -1.511956839387887], "max": [0.6076379399547801, 0.26455656642961944, 1.237485251755608, -0.01746473989362818, 0.12087872416740941, 1.4459790614751986, 0.6153074923224785, -0.1818910979725427, 1.148634318717011, 0.05188723002953055, 0.04799860642243048, -1.3042707682271537], "count": [858]}, "eef_sim_pose_action": {"mean": [0.4343878515703147, 0.23576999834780582, 1.1728160219322379, -0.05793646357277774, 0.010588398507178074, 1.3614129132733477, 0.48533595969055326, -0.1978796400403383, 1.1233259045764172, 0.01352737828790936, 0.0014358707412828976, -1.4377209040181387], "std": [0.07505154106303143, 0.04548619505304555, 0.03144267043900282, 0.058910069757670165, 0.07000015119993655, 0.13151982187388464, 0.05996240056394842, 0.008298049975068786, 0.013582531021925645, 0.06153738543056075, 0.032837707784146644, 0.0831737406984936], "min": [0.38349700411956245, 0.12374215718752932, 1.140523445280332, -0.1765773784552186, -0.16889387533939382, 1.0893733883536116, 0.3963703408030996, -0.21847664559178548, 1.1116810695729171, -0.1381817648698218, -0.06765446019572985, -1.511956839387887], "max": [0.6076379399547801, 0.26455656642961944, 1.237485251755608, -0.01746473989362818, 0.12087872416740941, 1.4459790614751986, 0.6153074923224785, -0.1818910979725427, 1.148634318717011, 0.05188723002953055, 0.04799860642243048, -1.3042707682271537], "count": [858]}, "gripper_mode_state": {"mean": [0.36713286713286714, 0.3811188811188811], "std": [0.4820231581611722, 0.4856616925119544], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_state": {"mean": [1.9895104895104896, 1.8752913752913754], "std": [0.13180473304175377, 0.4367395851270921], "min": [0, 0], "max": [2, 2], "count": [858]}, "gripper_mode_action": {"mean": [0.36713286713286714, 0.3811188811188811], "std": [0.4820231581611722, 0.4856616925119544], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_action": {"mean": [1.9895104895104896, 1.8752913752913754], "std": [0.13180473304175377, 0.4367395851270921], "min": [0, 0], "max": [2, 2], "count": [858]}}} +{"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.4687913477756694]], [[0.464990981446342]], [[0.4584417483660131]]], "std": [[[0.16012255666072026]], [[0.16997335655777904]], [[0.17561719868628464]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4607006588656968]], [[0.45180640812776723]], [[0.44434803789795485]]], "std": [[[0.1528859666320622]], [[0.15633891943726708]], [[0.16149582915977553]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46932328299599413]], [[0.47251276354627875]], [[0.4660866961838499]]], "std": [[[0.16031408988656426]], [[0.15923498090624824]], [[0.1685227741677886]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48541996363061357]], [[0.4781815583491461]], [[0.46421748234239935]]], "std": [[[0.15055463664069837]], [[0.1470990340401689]], [[0.157028585216205]]], "count": [155]}, "observation.state": {"min": [-0.5932548642158508, -0.03785619139671326, 0.023893557488918304, -1.8858282566070557, -0.27469736337661743, -0.021676989272236824, -0.25368359684944153, -0.2964729964733124, 0.36665400862693787, 0.027087999507784843, -1.727089285850525, -1.51432204246521, -1.260043978691101, -0.17331120371818542, -0.08740608394145966, -0.26258477568626404, -1.7714743614196777, 0.0013089970452710986, -0.27728044986724854, -0.026232298463582993, -0.3348129987716675, -0.5967609882354736, 0.10969199985265732, 1.2593146562576294, -1.403358817100525, 1.065687656402588, 0.0, 0.0, -0.06217885762453079, -0.2356765866279602, -0.8267609477043152, 1.9121023416519165, -1.080959677696228, -0.0022022495977580547], "max": [0.2655344009399414, 0.25363123416900635, 0.3171612322330475, -1.1235556602478027, -0.09702285379171371, 0.11218976229429245, -0.01984439231455326, -0.17711900174617767, 0.576662003993988, 0.2019519954919815, -1.249028205871582, -1.3041785955429077, -1.0366935729980469, 0.6451086401939392, 0.18929840624332428, -0.028850292786955833, -0.6312506794929504, 0.1140747144818306, 0.023335052654147148, 0.14926056563854218, -0.2896080017089844, -0.3761650025844574, 0.1455170065164566, 1.4755313396453857, -1.222693681716919, 1.361616849899292, 1001.0, 1002.0, -0.06214877963066101, -0.22900867462158203, -0.825028121471405, 1.9128867387771606, -1.077492356300354, 0.006595357786864042], "mean": [0.027527999132871628, 0.1543988734483719, 0.10362538695335388, -1.6703951358795166, -0.2147221863269806, -0.0019707228057086468, -0.07680713385343552, -0.2594856321811676, 0.42605677247047424, 0.1567361056804657, -1.3886545896530151, -1.3690968751907349, -1.1718658208847046, 0.1434362679719925, -0.03162612393498421, -0.07585736364126205, -1.289730191230774, 0.02474968507885933, -0.2161814123392105, 0.010105679742991924, -0.3232777416706085, -0.47480303049087524, 0.13120828568935394, 1.3011597394943237, -1.2756116390228271, 1.2614238262176514, 579.6865844726562, 651.474853515625, -0.06216595694422722, -0.23291179537773132, -0.8260102868080139, 1.912489891052246, -1.0788800716400146, 0.0006601884379051626], "std": [0.2882104814052582, 0.1006573811173439, 0.09981328248977661, 0.2307128608226776, 0.04826667159795761, 0.035228829830884933, 0.07037673145532608, 0.04362250864505768, 0.0700264498591423, 0.06005284562706947, 0.16652008891105652, 0.060588132590055466, 0.06461652368307114, 0.18929822742938995, 0.08909199386835098, 0.07368285953998566, 0.25373807549476624, 0.03186166286468506, 0.0851956307888031, 0.05538368970155716, 0.012388819828629494, 0.051748137921094894, 0.008746244944632053, 0.0662146806716919, 0.0639282613992691, 0.12612828612327576, 480.8773498535156, 464.0010986328125, 1.465609784645494e-06, 0.002402827376499772, 0.00035039419890381396, 0.00023052199685480446, 0.0006398942205123603, 0.0007797217695042491], "count": [836]}, "action": {"min": [-0.5932548642158508, -0.03785619139671326, 0.023893557488918304, -1.8858282566070557, -0.27469736337661743, -0.021676989272236824, -0.25368359684944153, -0.2964729964733124, 0.36665400862693787, 0.027087999507784843, -1.727089285850525, -1.51432204246521, -1.260043978691101, -0.17331120371818542, -0.08740608394145966, -0.26258477568626404, -1.7714743614196777, 0.0013089970452710986, -0.27728044986724854, -0.026232298463582993, -0.3348129987716675, -0.5967609882354736, 0.10969199985265732, 1.2593146562576294, -1.403358817100525, 1.065687656402588, 0.0, 0.0, -0.06217885762453079, -0.2356765866279602, -0.8267609477043152, 1.9121023416519165, -1.080959677696228, -0.0022022495977580547], "max": [0.2655344009399414, 0.25363123416900635, 0.3171612322330475, -1.1235556602478027, -0.09702285379171371, 0.11218976229429245, -0.01984439231455326, -0.17711900174617767, 0.576662003993988, 0.2019519954919815, -1.249028205871582, -1.3041785955429077, -1.0366935729980469, 0.6451086401939392, 0.18929840624332428, -0.028850292786955833, -0.6312506794929504, 0.1140747144818306, 0.023335052654147148, 0.14926056563854218, -0.2896080017089844, -0.3761650025844574, 0.1455170065164566, 1.4755313396453857, -1.222693681716919, 1.361616849899292, 1001.0, 1002.0, -0.06214877963066101, -0.22900867462158203, -0.825028121471405, 1.9128867387771606, -1.077492356300354, 0.006595357786864042], "mean": [0.027197489514946938, 0.15418075025081635, 0.10364560037851334, -1.6700530052185059, -0.21463298797607422, -0.001967258518561721, -0.07685999572277069, -0.2595013380050659, 0.42615067958831787, 0.15668989717960358, -1.3886021375656128, -1.36916983127594, -1.1719461679458618, 0.14376981556415558, -0.03195616975426674, -0.07558119297027588, -1.2891799211502075, 0.024672962725162506, -0.21642743051052094, 0.010113842785358429, -0.32332053780555725, -0.47491225600242615, 0.1312379390001297, 1.3009073734283447, -1.275491714477539, 1.261767864227295, 579.6865844726562, 651.477294921875, -0.06216595694422722, -0.23290809988975525, -0.8260102272033691, 1.9124904870986938, -1.0788800716400146, 0.0006604155641980469], "std": [0.288095086812973, 0.10066701471805573, 0.099802665412426, 0.23065988719463348, 0.048263177275657654, 0.035227131098508835, 0.07035055756568909, 0.04363345354795456, 0.06999927014112473, 0.06003301963210106, 0.16655629873275757, 0.060564327985048294, 0.06467395275831223, 0.18898460268974304, 0.0887836441397667, 0.07341501116752625, 0.25318974256515503, 0.031839873641729355, 0.08505155891180038, 0.055378831923007965, 0.01234258059412241, 0.05163596570491791, 0.008715304546058178, 0.06595125049352646, 0.06392162293195724, 0.1259882152080536, 480.8773498535156, 464.00469970703125, 1.465609784645494e-06, 0.002405510051175952, 0.00035036998451687396, 0.00023050748859532177, 0.0006398949772119522, 0.0007797020371071994], "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": [96], "max": [96], "mean": [96.0], "std": [0.0], "count": [836]}, "index": {"min": [82432], "max": [83267], "mean": [82849.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6196172248803827, 0.6503492824651934], "std": [0.48548091570309426, 0.4631538724805794], "count": [836]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6196172248803827, 0.6503492824651934], "std": [0.48548091570309426, 0.4631538724805794], "count": [836]}, "eef_direction_state": {"mean": [4.964114832535885, 5.005980861244019], "std": [2.022872633203296, 2.158484454053262], "min": [0, 0], "max": [6, 6], "count": [836]}, "eef_velocity_state": {"mean": [0.2715311004784689, 0.22488038277511962], "std": [0.505191280500769, 0.5149934826064521], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_acc_mag_state": {"mean": [0.215311004784689, 0.15789473684210525], "std": [0.5525538999653637, 0.48808518397345985], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_direction_action": {"mean": [4.964114832535885, 5.005980861244019], "std": [2.0228726332032965, 2.158484454053262], "min": [0, 0], "max": [6, 6], "count": [836]}, "eef_velocity_action": {"mean": [0.2715311004784689, 0.22488038277511962], "std": [0.505191280500769, 0.5149934826064521], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_acc_mag_action": {"mean": [0.215311004784689, 0.15789473684210525], "std": [0.5525538999653637, 0.48808518397345985], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_sim_pose_state": {"mean": [0.44613557392150927, 0.22903570594462452, 1.1759538627175354, -0.057946490599403024, 0.03315580703803618, 1.3576043010288024, 0.49224371586030624, -0.1891851546490017, 1.1103001486935764, 0.07437236780524072, 0.05347687469427803, -1.4810856635452248], "std": [0.07443798259449529, 0.04621210789525505, 0.03719698098655752, 0.057879909182671906, 0.05464484492057325, 0.1434672549594842, 0.051413402094253734, 0.008940691334834478, 0.015515013139446619, 0.06324542098131641, 0.05107315161919793, 0.0945258854993738], "min": [0.38349689756591465, 0.1259630663550638, 1.1427293340031301, -0.1693598535638554, -0.07001957116039281, 1.0439805274215423, 0.3963719515106464, -0.2139698946065666, 1.0985825304205326, -0.058554457219823, -0.06762014878712974, -1.5531146861442897], "max": [0.6055299326338509, 0.26462878810179913, 1.2468846708435843, -0.017423408057578138, 0.12110031788264286, 1.454473875718021, 0.61505571122534, -0.18131820320346603, 1.148580460574862, 0.12447584715606119, 0.08772226617478451, -1.303789752236203], "count": [836]}, "eef_sim_pose_action": {"mean": [0.44622940359235536, 0.22898887717636326, 1.1759370551995152, -0.057955727365213275, 0.03325876155787836, 1.3576065915300308, 0.4923487568528621, -0.18917981567111716, 1.1102479898833277, 0.07445472878204218, 0.05366146065902329, -1.4813789837440987], "std": [0.07440841251298695, 0.04619594402901229, 0.03720879961926403, 0.05787407664024822, 0.054724790098131165, 0.1434686800918705, 0.05130706275806927, 0.008942297042989081, 0.015473151488978213, 0.06325581676429592, 0.050913942669767766, 0.09435746967165277], "min": [0.38349689756591465, 0.1259630663550638, 1.1427293340031301, -0.1693598535638554, -0.07001957116039281, 1.0439805274215423, 0.3963719515106464, -0.2139698946065666, 1.0985825304205326, -0.058554457219823, -0.06762014878712974, -1.5531146861442897], "max": [0.6055299326338509, 0.26462878810179913, 1.2468846708435843, -0.017423408057578138, 0.12110031788264286, 1.454473875718021, 0.61505571122534, -0.18131820320346603, 1.148580460574862, 0.12447584715606119, 0.08772226617478451, -1.303789752236203], "count": [836]}, "gripper_mode_state": {"mean": [0.3803827751196172, 0.3480861244019139], "std": [0.48548091570309426, 0.4763634897856572], "min": [0, 0], "max": [1, 1], "count": [836]}, "gripper_activity_state": {"mean": [1.9892344497607655, 1.8732057416267942], "std": [0.13351661567050016, 0.4409643203628386], "min": [0, 0], "max": [2, 2], "count": [836]}, "gripper_mode_action": {"mean": [0.3803827751196172, 0.3480861244019139], "std": [0.48548091570309426, 0.4763634897856572], "min": [0, 0], "max": [1, 1], "count": [836]}, "gripper_activity_action": {"mean": [1.9892344497607655, 1.8732057416267942], "std": [0.13351661567050016, 0.44096432036283856], "min": [0, 0], "max": [2, 2], "count": [836]}}} +{"episode_index": 97, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4674282445231179]], [[0.4658775783204228]], [[0.45914123270192847]]], "std": [[[0.15724411193770865]], [[0.1655932734242932]], [[0.17153357577933986]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4617340837569596]], [[0.45275381894012745]], [[0.44528141516380215]]], "std": [[[0.15208098058663622]], [[0.15558080742610408]], [[0.16055326226021155]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682313932260147]], [[0.46775780808722667]], [[0.45737801077221013]]], "std": [[[0.16005760256065837]], [[0.15819588136660093]], [[0.16654948070820005]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4835586356713467]], [[0.47657303896352776]], [[0.4640436448499152]]], "std": [[[0.14652771358795091]], [[0.1450215531419422]], [[0.15582008082883544]]], "count": [162]}, "observation.state": {"min": [-0.5965709686279297, -0.030892327427864075, 0.026860617101192474, -2.004248857498169, -0.27780404686927795, -0.02206096239387989, -0.21856757998466492, -0.28328800201416016, 0.3666459918022156, 0.023462999612092972, -1.704769492149353, -1.501277208328247, -1.2621136903762817, -0.1733635514974594, -0.07578219473361969, -0.26258477568626404, -1.7714743614196777, -0.07017968595027924, -0.2142740786075592, -0.05338962376117706, -0.33492299914360046, -0.5947080254554749, 0.10968299955129623, 1.249803900718689, -1.3722033500671387, 1.0360490083694458, 0.0, 0.0, -0.06217321753501892, -0.23548860847949982, -0.8265541791915894, 1.9126466512680054, -1.080164909362793, -0.0038738709408789873], "max": [0.2655344009399414, 0.2410648763179779, 0.3338814675807953, -1.1336263418197632, -0.06241297349333763, 0.14337879419326782, -0.01851794309914112, -0.18266600370407104, 0.5757049918174744, 0.20186099410057068, -1.2612709999084473, -1.292831540107727, -1.0028791427612305, 0.6257529258728027, 0.18935076892375946, -0.04581489413976669, -0.6656685471534729, 0.09145525097846985, 0.013875368051230907, 0.09904743731021881, -0.2913289964199066, -0.37616199254989624, 0.14356400072574615, 1.4756050109863281, -1.1596235036849976, 1.3039125204086304, 1001.0, 1002.0, -0.06215441972017288, -0.2291722148656845, -0.8254480361938477, 1.9127148389816284, -1.078050136566162, 0.0038245103787630796], "mean": [0.06286782026290894, 0.1556759625673294, 0.0971314087510109, -1.7234083414077759, -0.1945367008447647, 0.01621488481760025, -0.06277932226657867, -0.25559523701667786, 0.41675737500190735, 0.159173384308815, -1.3841389417648315, -1.3469290733337402, -1.1682765483856201, 0.12028629332780838, -0.0278522577136755, -0.08363829553127289, -1.357679009437561, -0.030802061781287193, -0.16562321782112122, -0.022011613473296165, -0.3113234043121338, -0.4705123007297516, 0.1318557858467102, 1.3143043518066406, -1.2250601053237915, 1.2245373725891113, 535.7528076171875, 677.1011352539062, -0.06216482073068619, -0.2330063283443451, -0.8259811401367188, 1.9126888513565063, -1.0789432525634766, 0.0006684741820208728], "std": [0.2670798599720001, 0.10744448006153107, 0.09550245106220245, 0.20727048814296722, 0.07488653063774109, 0.04666177183389664, 0.06876445561647415, 0.038913875818252563, 0.06483782082796097, 0.05618450790643692, 0.1559865027666092, 0.0544879250228405, 0.07396194338798523, 0.1880209892988205, 0.08458369970321655, 0.0688009262084961, 0.25075921416282654, 0.0537840761244297, 0.06385469436645508, 0.04701573774218559, 0.009930548258125782, 0.05182065814733505, 0.008977875113487244, 0.06042197719216347, 0.07909364998340607, 0.10192325711250305, 486.8719482421875, 455.34735107421875, 1.1769490129154292e-06, 0.0023865269031375647, 0.0001840894401539117, 1.371926464344142e-05, 0.00042284559458494186, 0.0006881126901134849], "count": [890]}, "action": {"min": [-0.5965709686279297, -0.030892327427864075, 0.026860617101192474, -2.004248857498169, -0.27780404686927795, -0.02206096239387989, -0.21856757998466492, -0.28328800201416016, 0.3666459918022156, 0.023462999612092972, -1.704769492149353, -1.501277208328247, -1.2621136903762817, -0.1733635514974594, -0.07578219473361969, -0.26256734132766724, -1.7714743614196777, -0.07017968595027924, -0.2142740786075592, -0.05338962376117706, -0.33492299914360046, -0.5947080254554749, 0.10968299955129623, 1.249803900718689, -1.3722033500671387, 1.0360490083694458, 0.0, 0.0, -0.06217321753501892, -0.23548860847949982, -0.8265541791915894, 1.9126466512680054, -1.080164909362793, -0.0038738709408789873], "max": [0.2655344009399414, 0.2410648763179779, 0.3338814675807953, -1.1336263418197632, -0.06241297349333763, 0.14337879419326782, -0.01851794309914112, -0.18266600370407104, 0.5757049918174744, 0.20186099410057068, -1.2612709999084473, -1.292831540107727, -1.0028791427612305, 0.6257529258728027, 0.18935076892375946, -0.04581489413976669, -0.6656685471534729, 0.09145525097846985, 0.013875368051230907, 0.09904743731021881, -0.2913289964199066, -0.37616199254989624, 0.14356400072574615, 1.4756050109863281, -1.1596235036849976, 1.3039125204086304, 1001.0, 1002.0, -0.06215441972017288, -0.2291722148656845, -0.8254480361938477, 1.9127148389816284, -1.078050136566162, 0.0038245103787630796], "mean": [0.06255476176738739, 0.1554049402475357, 0.09715954214334488, -1.7231636047363281, -0.1943480521440506, 0.016275227069854736, -0.06278122216463089, -0.2555822432041168, 0.41684624552726746, 0.15911047160625458, -1.384103536605835, -1.3469353914260864, -1.1683576107025146, 0.1205708310008049, -0.028149770572781563, -0.08339675515890121, -1.3572585582733154, -0.030951140448451042, -0.16578075289726257, -0.02203763648867607, -0.3113444447517395, -0.47060978412628174, 0.1318846046924591, 1.3141026496887207, -1.2248800992965698, 1.224797010421753, 535.7528076171875, 677.1011352539062, -0.06216482073068619, -0.23300738632678986, -0.8259811401367188, 1.9126888513565063, -1.0789433717727661, 0.0006687909481115639], "std": [0.267005056142807, 0.10753294080495834, 0.09548983722925186, 0.20725035667419434, 0.07494847476482391, 0.046648573130369186, 0.06876314431428909, 0.038906585425138474, 0.06482334434986115, 0.05616806820034981, 0.15601003170013428, 0.0544852614402771, 0.07401935756206512, 0.18776778876781464, 0.08428505063056946, 0.06854862719774246, 0.2503771483898163, 0.05369952321052551, 0.06377551704645157, 0.04702442139387131, 0.009909601882100105, 0.05172470211982727, 0.008947853930294514, 0.06018244847655296, 0.07903850823640823, 0.1018148735165596, 486.8719482421875, 455.34735107421875, 1.1769490129154292e-06, 0.002387204673141241, 0.0001840521872509271, 1.3720812603423838e-05, 0.00042284184019081295, 0.0006880869623273611], "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": [97], "max": [97], "mean": [97.0], "std": [0.0], "count": [890]}, "index": {"min": [83268], "max": [84157], "mean": [83712.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5741573033707865, 0.6758370786214645], "std": [0.49447011472562596, 0.45445027336694743], "count": [890]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5741573033707865, 0.6758370786214645], "std": [0.49447011472562596, 0.45445027336694743], "count": [890]}, "eef_direction_state": {"mean": [4.640449438202247, 5.1247191011235955], "std": [2.278118635432842, 2.0204449893040044], "min": [0, 0], "max": [6, 6], "count": [890]}, "eef_velocity_state": {"mean": [0.3415730337078652, 0.18089887640449437], "std": [0.5570405324376626, 0.4343085436902254], "min": [0, 0], "max": [2, 2], "count": [890]}, "eef_acc_mag_state": {"mean": [0.2258426966292135, 0.15617977528089888], "std": [0.5743639549830263, 0.4755729970740731], "min": [0, 0], "max": [2, 2], "count": [890]}, "eef_direction_action": {"mean": [4.640449438202247, 5.1247191011235955], "std": [2.278118635432842, 2.0204449893040044], "min": [0, 0], "max": [6, 6], "count": [890]}, "eef_velocity_action": {"mean": [0.3415730337078652, 0.18089887640449437], "std": [0.5570405324376626, 0.4343085436902254], "min": [0, 0], "max": [2, 2], "count": [890]}, "eef_acc_mag_action": {"mean": [0.2258426966292135, 0.15617977528089888], "std": [0.5743639549830264, 0.4755729970740731], "min": [0, 0], "max": [2, 2], "count": [890]}, "eef_sim_pose_state": {"mean": [0.43636023327696943, 0.22987580415708478, 1.1801373757039249, -0.05541215081865873, 0.019614655157717955, 1.3728342972248755, 0.48779463839738396, -0.18843582455090635, 1.1227464753135363, 0.06976690575716143, -0.0017158508920233617, -1.4993094630769663], "std": [0.06879186857416404, 0.04422562737380774, 0.03347854203231094, 0.04902223343185105, 0.05160099672205145, 0.13785010208784307, 0.05131236388840746, 0.00686390482405395, 0.009254298937667844, 0.06897250521394774, 0.02608913037750426, 0.09104452190156374], "min": [0.38349586458026386, 0.12353666221134846, 1.1567859942679293, -0.16805024296427562, -0.11228722414380243, 1.062995316196617, 0.3963581482373857, -0.20838277548250433, 1.116574931709413, -0.0891357523147106, -0.07887792111262315, -1.5626156253311096], "max": [0.6048655549770701, 0.2645618389894377, 1.2439373004916376, -0.017397677247170673, 0.08694138003977536, 1.4809030701897743, 0.6120902322706253, -0.1742016770877022, 1.1473802152916663, 0.1243119899261157, 0.032271682721890294, -1.3042782363382388], "count": [890]}, "eef_sim_pose_action": {"mean": [0.4364487596887658, 0.22980872389044865, 1.1801470687903557, -0.05544073955622273, 0.019672505201578396, 1.372867685133289, 0.4878881297427884, -0.18843159314408342, 1.1227169358537674, 0.06984103887366382, -0.001628220447248702, -1.4995969583578055], "std": [0.06877449077118054, 0.044218274381532384, 0.03347303579125821, 0.04900759169103985, 0.051644396982630535, 0.1378713861458094, 0.05122145322109159, 0.006864901973519438, 0.009226728498268449, 0.06898435353677275, 0.02599890709744226, 0.09083228923670936], "min": [0.38349586458026386, 0.12353666221134846, 1.1567859942679293, -0.16805024296427562, -0.11228722414380243, 1.062995316196617, 0.3963581482373857, -0.20838277548250433, 1.116574931709413, -0.0891357523147106, -0.07887792111262315, -1.5626156253311096], "max": [0.6048655549770701, 0.2645618389894377, 1.2439373004916376, -0.017397677247170673, 0.08694138003977536, 1.4809030701897743, 0.6120902322706253, -0.1742016770877022, 1.1473802152916663, 0.1243119899261157, 0.032271682721890294, -1.3042782363382388], "count": [890]}, "gripper_mode_state": {"mean": [0.4258426966292135, 0.32471910112359553], "std": [0.49447011472562596, 0.46826980095781395], "min": [0, 0], "max": [1, 1], "count": [890]}, "gripper_activity_state": {"mean": [1.989887640449438, 1.8797752808988764], "std": [0.12942825336297242, 0.4294443170091301], "min": [0, 0], "max": [2, 2], "count": [890]}, "gripper_mode_action": {"mean": [0.4258426966292135, 0.32471910112359553], "std": [0.49447011472562596, 0.46826980095781395], "min": [0, 0], "max": [1, 1], "count": [890]}, "gripper_activity_action": {"mean": [1.989887640449438, 1.8797752808988764], "std": [0.12942825336297242, 0.4294443170091301], "min": [0, 0], "max": [2, 2], "count": [890]}}} +{"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.4658368793485136]], [[0.4637123049757538]], [[0.45665716845878135]]], "std": [[[0.15796261589154043]], [[0.16623681001098656]], [[0.1720740176266218]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45733577113641155]], [[0.44994087998102467]], [[0.44242796884882984]]], "std": [[[0.1503160467155976]], [[0.1525711652395181]], [[0.1572865009173369]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4678702772506852]], [[0.46904816308243724]], [[0.4593541824794434]]], "std": [[[0.16185536492940605]], [[0.15961188195243203]], [[0.16803702153019623]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4848699609951508]], [[0.4779701375711575]], [[0.465449628399747]]], "std": [[[0.15252219543743906]], [[0.1475494904214114]], [[0.1568449209434736]]], "count": [155]}, "observation.state": {"min": [-0.5741609334945679, -0.06408848613500595, 0.034836772829294205, -1.8595086336135864, -0.2661627233028412, -0.11166615784168243, -0.2154434472322464, -0.30483201146125793, 0.3666450083255768, 0.029294999316334724, -1.69412362575531, -1.5216538906097412, -1.2769445180892944, -0.17332863807678223, -0.04790928587317467, -0.26258477568626404, -1.7714743614196777, 0.036425020545721054, -0.2157052457332611, -0.026197392493486404, -0.3353250026702881, -0.5964279770851135, 0.10872200131416321, 1.229103922843933, -1.459631085395813, 1.0503419637680054, 0.0, 0.0, -0.062175098806619644, -0.23520098626613617, -0.8266667127609253, 1.912682294845581, -1.082242488861084, -0.0023398902267217636], "max": [0.2655867636203766, 0.2410474270582199, 0.2912256419658661, -1.0762048959732056, -0.1486147940158844, -0.020647244527935982, -0.01979203335940838, -0.19475699961185455, 0.575531005859375, 0.20189699530601501, -1.2971378564834595, -1.2888100147247314, -1.1482518911361694, 0.6423160433769226, 0.18931587040424347, -0.06359980255365372, -0.6386334300041199, 0.13072516024112701, 0.05859070643782616, 0.16695819795131683, -0.29193100333213806, -0.3761639893054962, 0.151186004281044, 1.4763309955596924, -1.311497449874878, 1.250011682510376, 1001.0, 1002.0, -0.06215441972017288, -0.2290838658809662, -0.8245091438293457, 1.9127472639083862, -1.0767736434936523, 0.004199462477117777], "mean": [0.046316877007484436, 0.16825629770755768, 0.08779209852218628, -1.6475818157196045, -0.23430567979812622, -0.05013640224933624, -0.09264666587114334, -0.270673930644989, 0.4231085777282715, 0.16769002377986908, -1.3875843286514282, -1.371395230293274, -1.19460129737854, 0.09294991940259933, 0.007263985462486744, -0.10589554160833359, -1.3956631422042847, 0.0573970302939415, -0.09213589876890182, 0.027874046936631203, -0.3178838789463043, -0.46228161454200745, 0.13052423298358917, 1.2840219736099243, -1.339975357055664, 1.1838312149047852, 601.9593505859375, 673.4808349609375, -0.06216523423790932, -0.2327853888273239, -0.8260027766227722, 1.9127094745635986, -1.0789285898208618, 0.0005913320346735418], "std": [0.2661092281341553, 0.09200155735015869, 0.08138512074947357, 0.24457310140132904, 0.03198310360312462, 0.033646900206804276, 0.07516852766275406, 0.03541823476552963, 0.06678008288145065, 0.05707783252000809, 0.13790810108184814, 0.06600796431303024, 0.02316712588071823, 0.19524140655994415, 0.08389856666326523, 0.07059940695762634, 0.26302239298820496, 0.0287430752068758, 0.04193322733044624, 0.05345959961414337, 0.012154861353337765, 0.053977303206920624, 0.010677999816834927, 0.08580441027879715, 0.03994220122694969, 0.0774192288517952, 476.71185302734375, 455.72021484375, 1.2041491572745144e-06, 0.0024569937959313393, 0.0003054993285331875, 2.1624198780045845e-05, 0.0007035413291305304, 0.0006138478638604283], "count": [836]}, "action": {"min": [-0.5741609334945679, -0.06408848613500595, 0.034836772829294205, -1.8595086336135864, -0.2661627233028412, -0.11166615784168243, -0.2154434472322464, -0.30483201146125793, 0.3666450083255768, 0.029294999316334724, -1.69412362575531, -1.5216538906097412, -1.2769445180892944, -0.17332863807678223, -0.04790928587317467, -0.26258477568626404, -1.7714743614196777, 0.036425020545721054, -0.2157052457332611, -0.026197392493486404, -0.3353250026702881, -0.5964279770851135, 0.10872200131416321, 1.229103922843933, -1.459631085395813, 1.0503419637680054, 0.0, 0.0, -0.062175098806619644, -0.23520098626613617, -0.8266667127609253, 1.912682294845581, -1.082242488861084, -0.0023398902267217636], "max": [0.2655867636203766, 0.2410474270582199, 0.2912256419658661, -1.0762048959732056, -0.1486147940158844, -0.020647244527935982, -0.01979203335940838, -0.19475699961185455, 0.575531005859375, 0.20189699530601501, -1.2971378564834595, -1.2888100147247314, -1.1482518911361694, 0.6423160433769226, 0.18931587040424347, -0.06359980255365372, -0.6386334300041199, 0.13072516024112701, 0.05859070643782616, 0.16695819795131683, -0.29193100333213806, -0.3761639893054962, 0.151186004281044, 1.4763309955596924, -1.311497449874878, 1.250011682510376, 1001.0, 1002.0, -0.06215441972017288, -0.2290838658809662, -0.8245091438293457, 1.9127472639083862, -1.0767736434936523, 0.004199462477117777], "mean": [0.04592840000987053, 0.16813969612121582, 0.08780817687511444, -1.6471281051635742, -0.23429107666015625, -0.050215963274240494, -0.09281644225120544, -0.270699143409729, 0.42321670055389404, 0.16767126321792603, -1.3876383304595947, -1.3714947700500488, -1.1946351528167725, 0.09322911500930786, 0.0069823116064071655, -0.10565996170043945, -1.3952480554580688, 0.057363856583833694, -0.09217723459005356, 0.027914592996239662, -0.3179199695587158, -0.46237918734550476, 0.1305522471666336, 1.2837316989898682, -1.339959740638733, 1.1840436458587646, 601.9593505859375, 673.4808349609375, -0.06216523423790932, -0.23278947174549103, -0.8260025978088379, 1.9127094745635986, -1.0789287090301514, 0.0005914308130741119], "std": [0.26602527499198914, 0.09197106212377548, 0.08137733489274979, 0.24455049633979797, 0.03197694197297096, 0.03365664556622505, 0.07516402006149292, 0.03543469309806824, 0.06676178425550461, 0.05706917122006416, 0.13788147270679474, 0.06599126011133194, 0.023173118010163307, 0.19502730667591095, 0.0836823433637619, 0.07040457427501678, 0.26270148158073425, 0.028749389573931694, 0.04192220792174339, 0.053431663662195206, 0.012122951447963715, 0.05389520153403282, 0.01065391767770052, 0.08556307107210159, 0.039948854595422745, 0.07733892649412155, 476.71185302734375, 455.72021484375, 1.2041490435876767e-06, 0.0024574913550168276, 0.0003054206899832934, 2.162682358175516e-05, 0.0007035585585981607, 0.0006138348253443837], "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": [98], "max": [98], "mean": [98.0], "std": [0.0], "count": [836]}, "index": {"min": [84158], "max": [84993], "mean": [84575.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6411483253588517, 0.6722368420157124], "std": [0.47966358028142186, 0.45482572125612225], "count": [836]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6411483253588517, 0.6722368420157124], "std": [0.47966358028142186, 0.45482572125612225], "count": [836]}, "eef_direction_state": {"mean": [4.927033492822966, 4.923444976076555], "std": [2.066637771430717, 2.2229502354674375], "min": [0, 0], "max": [6, 6], "count": [836]}, "eef_velocity_state": {"mean": [0.28708133971291866, 0.22966507177033493], "std": [0.5545596969656935, 0.5034620646111335], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_acc_mag_state": {"mean": [0.21770334928229665, 0.17822966507177032], "std": [0.5623536390454301, 0.5158304725784919], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_direction_action": {"mean": [4.927033492822966, 4.923444976076555], "std": [2.066637771430717, 2.222950235467438], "min": [0, 0], "max": [6, 6], "count": [836]}, "eef_velocity_action": {"mean": [0.28708133971291866, 0.22966507177033493], "std": [0.5545596969656935, 0.5034620646111335], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_acc_mag_action": {"mean": [0.21770334928229665, 0.17822966507177032], "std": [0.5623536390454301, 0.5158304725784919], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_sim_pose_state": {"mean": [0.4428546319601609, 0.2393021179520843, 1.16307804209155, -0.07286854797354134, 0.044983746746086774, 1.3611813274220377, 0.47961360401863423, -0.19394383207531937, 1.12353257718667, 0.00557535581047161, 0.05013789657542247, -1.4398958503672867], "std": [0.07076092627519621, 0.04518525982251854, 0.02756960195638554, 0.08000113292273847, 0.027392202083035888, 0.11735356410779978, 0.053627124335553916, 0.009454237932535726, 0.01033136335967936, 0.03351693531289707, 0.051416671463614574, 0.07784007413655612], "min": [0.38348665890303624, 0.12476663419932157, 1.1312693807043768, -0.2842164442067473, -0.011227941993033452, 1.0816444671459529, 0.39636818197202744, -0.22066547581444754, 1.1131897545336156, -0.08578658549869134, -0.06759243628905032, -1.501237256086137], "max": [0.6037688579842657, 0.2645823577446727, 1.222539059552006, -0.017411615071606046, 0.09363886575319613, 1.4463633266622251, 0.6148768766284582, -0.18781512133916284, 1.1447304592592458, 0.04946760398580874, 0.0817965589576235, -1.2954868139289515], "count": [836]}, "eef_sim_pose_action": {"mean": [0.44296440586602, 0.2392926603644232, 1.1630478904399946, -0.07291145674353228, 0.04504937407039303, 1.3610937996946704, 0.4797064145155578, -0.19394519366294038, 1.1235009144103787, 0.005536414823082163, 0.05031434931219673, -1.4401273606236298], "std": [0.070739942103533, 0.04518080099244121, 0.027590205958743296, 0.07998120924789259, 0.027428203715560037, 0.11731755086339477, 0.05355008181017207, 0.00945356307034235, 0.0103075779254152, 0.03348667955229975, 0.05126564042066727, 0.07772350341941779], "min": [0.38348665890303624, 0.12476663419932157, 1.1312693807043768, -0.2842164442067473, -0.011227941993033452, 1.0816444671459529, 0.39636818197202744, -0.22066547581444754, 1.1131897545336156, -0.08578658549869134, -0.06759243628905032, -1.501237256086137], "max": [0.6037688579842657, 0.2645823577446727, 1.222539059552006, -0.017411615071606046, 0.09363886575319613, 1.4463633266622251, 0.6148768766284582, -0.18781512133916284, 1.1447304592592458, 0.04946760398580874, 0.0817965589576235, -1.2954868139289515], "count": [836]}, "gripper_mode_state": {"mean": [0.3588516746411483, 0.326555023923445], "std": [0.47966358028142186, 0.468952919037509], "min": [0, 0], "max": [1, 1], "count": [836]}, "gripper_activity_state": {"mean": [1.9892344497607655, 1.8708133971291867], "std": [0.13351661567050013, 0.44567008697397337], "min": [0, 0], "max": [2, 2], "count": [836]}, "gripper_mode_action": {"mean": [0.3588516746411483, 0.326555023923445], "std": [0.47966358028142186, 0.468952919037509], "min": [0, 0], "max": [1, 1], "count": [836]}, "gripper_activity_action": {"mean": [1.9892344497607655, 1.8708133971291867], "std": [0.13351661567050013, 0.44567008697397337], "min": [0, 0], "max": [2, 2], "count": [836]}}} +{"episode_index": 99, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47340996732026147]], [[0.47003692934244407]], [[0.4631915094573183]]], "std": [[[0.15487426121099052]], [[0.16089675442151363]], [[0.16560634674882443]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4656182684690037]], [[0.46028876138839375]], [[0.4544241421568628]]], "std": [[[0.1472739081415634]], [[0.15143613714792747]], [[0.15555990639356898]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45959246509209745]], [[0.46045976183402654]], [[0.44823915626856803]]], "std": [[[0.14810744469951617]], [[0.14617439555813216]], [[0.15338702304875385]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4808543622499505]], [[0.4767858264012676]], [[0.4635095910081204]]], "std": [[[0.14119840229841993]], [[0.13783233449408816]], [[0.14693937784419517]]], "count": [165]}, "observation.state": {"min": [-0.6443406343460083, -0.10121163725852966, -0.032707467675209045, -2.0412673950195312, -0.5238780379295349, -0.020804325118660927, -0.27918288111686707, -0.3145590126514435, 0.35615500807762146, 0.033803001046180725, -1.6159878969192505, -1.6652026176452637, -1.2277988195419312, -0.17706365883350372, -0.0691324919462204, -0.2626197040081024, -1.7774608135223389, -0.031031953170895576, -0.0636521577835083, -0.026197392493486404, -0.3222309947013855, -0.6016680002212524, 0.10102800279855728, 1.1263757944107056, -1.4128526449203491, 0.8998421430587769, 0.0, 0.0, -0.02044367790222168, -0.1737402379512787, -0.8344546556472778, 1.9105279445648193, -1.0730353593826294, -0.0013042633654549718], "max": [0.28447121381759644, 0.4167148172855377, 0.347879022359848, -1.1766835451126099, -0.10616838186979294, 0.4341157376766205, -0.01979203335940838, -0.14100299775600433, 0.5912140011787415, 0.20390599966049194, -1.1135327816009521, -1.3183525800704956, -0.901215672492981, 0.638197124004364, 0.18929840624332428, 0.019425515085458755, -0.7271041870117188, 0.0987856313586235, 0.17132152616977692, 0.10011208802461624, -0.2880930006504059, -0.37604600191116333, 0.19284500181674957, 1.4755313396453857, -1.2805510759353638, 1.2289468050003052, 1001.0, 1000.0, -0.01678919419646263, -0.1726687103509903, -0.8326924443244934, 1.9107576608657837, -1.0696781873703003, 0.002119665266945958], "mean": [0.018817612901329994, 0.1738291233778, 0.10134384036064148, -1.718811273574829, -0.24443630874156952, 0.11393757164478302, -0.06993525475263596, -0.2443276047706604, 0.4236288368701935, 0.1567198634147644, -1.3477596044540405, -1.4097986221313477, -1.1150881052017212, 0.08899831771850586, 0.04713820666074753, -0.05302027240395546, -1.463502049446106, 0.06610355526208878, 0.006038976367563009, 0.04859798774123192, -0.3018193244934082, -0.4634554982185364, 0.16135458648204803, 1.2584625482559204, -1.3123492002487183, 1.1482043266296387, 576.8366088867188, 678.1436157226562, -0.01750628836452961, -0.1731107383966446, -0.8337616920471191, 1.9105995893478394, -1.0712032318115234, 0.0005769069539383054], "std": [0.3450077474117279, 0.1285952776670456, 0.10982346534729004, 0.2367987185716629, 0.08752861618995667, 0.15964318811893463, 0.06426610052585602, 0.055515091866254807, 0.0822082981467247, 0.06613674014806747, 0.11525479704141617, 0.11512613296508789, 0.10040689259767532, 0.21011708676815033, 0.06640643626451492, 0.09922652691602707, 0.26073941588401794, 0.03636356070637703, 0.043732836842536926, 0.03726726770401001, 0.007704269140958786, 0.05825280025601387, 0.03665757551789284, 0.09552299231290817, 0.039746902883052826, 0.09134236723184586, 482.46307373046875, 453.7730712890625, 0.001042869291268289, 0.00010115357144968584, 0.00034118263283744454, 7.300109427887946e-05, 0.00048191886162385345, 0.0005042137345299125], "count": [912]}, "action": {"min": [-0.6443406343460083, -0.10121163725852966, -0.032707467675209045, -2.0412673950195312, -0.5238780379295349, -0.020804325118660927, -0.27918288111686707, -0.3145590126514435, 0.35615500807762146, 0.033803001046180725, -1.6159878969192505, -1.6652026176452637, -1.2277988195419312, -0.17706365883350372, -0.0691324919462204, -0.2626197040081024, -1.7774608135223389, -0.031031953170895576, -0.0636521577835083, -0.026197392493486404, -0.3222309947013855, -0.6016680002212524, 0.10102800279855728, 1.1263757944107056, -1.4128526449203491, 0.8998421430587769, 0.0, 0.0, -0.020441798493266106, -0.1737402379512787, -0.8344546556472778, 1.9105279445648193, -1.0730353593826294, -0.0013042633654549718], "max": [0.28447121381759644, 0.4167148172855377, 0.347879022359848, -1.1766835451126099, -0.10616838186979294, 0.4341157376766205, -0.01979203335940838, -0.14100299775600433, 0.5912140011787415, 0.20390599966049194, -1.1135327816009521, -1.3183525800704956, -0.901215672492981, 0.638197124004364, 0.18929840624332428, 0.019425515085458755, -0.7271041870117188, 0.0987856313586235, 0.17132152616977692, 0.10011208802461624, -0.2880930006504059, -0.37604600191116333, 0.19284500181674957, 1.4755313396453857, -1.2805510759353638, 1.2289468050003052, 1001.0, 1000.0, -0.01678919419646263, -0.1726687103509903, -0.8326924443244934, 1.9107576608657837, -1.0696781873703003, 0.002119665266945958], "mean": [0.018678363412618637, 0.17364256083965302, 0.10126565396785736, -1.7186331748962402, -0.24437476694583893, 0.11403623968362808, -0.06997890025377274, -0.24436193704605103, 0.4236680865287781, 0.1567191481590271, -1.3475595712661743, -1.4098564386367798, -1.115125298500061, 0.08921635150909424, 0.04698804020881653, -0.05278216674923897, -1.463271975517273, 0.0661395713686943, 0.006127620581537485, 0.048736270517110825, -0.3018222749233246, -0.463535875082016, 0.16141287982463837, 1.258263349533081, -1.3123725652694702, 1.1483176946640015, 576.8366088867188, 678.1436157226562, -0.01750425063073635, -0.17311111092567444, -0.8337618112564087, 1.9105998277664185, -1.0712029933929443, 0.0005766675458289683], "std": [0.3449338674545288, 0.12862110137939453, 0.1098909080028534, 0.2367616593837738, 0.08754175901412964, 0.15958769619464874, 0.06424570083618164, 0.0555487796664238, 0.08218956738710403, 0.0661362037062645, 0.11550033092498779, 0.11509358882904053, 0.10043890029191971, 0.20994754135608673, 0.06623964756727219, 0.09898379445075989, 0.26056012511253357, 0.03637952730059624, 0.043673258274793625, 0.03722333535552025, 0.007701074704527855, 0.05818287283182144, 0.03661760687828064, 0.09525946527719498, 0.039763256907463074, 0.09130491316318512, 482.4631042480469, 453.7730712890625, 0.0010389330564066768, 0.00010114099131897092, 0.0003412275982555002, 7.312925299629569e-05, 0.00048187110223807395, 0.000504228170029819], "count": [912]}, "timestamp": {"min": [0.0], "max": [30.366666666666667], "mean": [15.183333333333334], "std": [8.775718816184845], "count": [912]}, "frame_index": {"min": [0], "max": [911], "mean": [455.5], "std": [263.27156448554535], "count": [912]}, "episode_index": {"min": [99], "max": [99], "mean": [99.0], "std": [0.0], "count": [912]}, "index": {"min": [84994], "max": [85905], "mean": [85449.5], "std": [263.27156448554535], "count": [912]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [912]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6162280701754386, 0.6781436401871728], "std": [0.48630343994598296, 0.4537774860124952], "count": [912]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6162280701754386, 0.6781436401871728], "std": [0.48630343994598296, 0.4537774860124951], "count": [912]}, "eef_direction_state": {"mean": [5.105263157894737, 5.1743421052631575], "std": [1.9102375210659728, 1.944763438141596], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_state": {"mean": [0.33114035087719296, 0.21820175438596492], "std": [0.6454934991884999, 0.5314431804360732], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_acc_mag_state": {"mean": [0.5296052631578947, 0.36622807017543857], "std": [0.7858400479900014, 0.6911722693212851], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_direction_action": {"mean": [5.105263157894737, 5.1743421052631575], "std": [1.9102375210659728, 1.9447634381415957], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_action": {"mean": [0.33114035087719296, 0.21820175438596492], "std": [0.6454934991884999, 0.5314431804360732], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_acc_mag_action": {"mean": [0.5296052631578947, 0.36622807017543857], "std": [0.7858400479900013, 0.6911722693212851], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_sim_pose_state": {"mean": [0.4439408827007604, 0.23061983054957486, 1.1980681395113093, 0.0031298781367761295, 0.04355179692896098, 1.3443044574237677, 0.4806727664301626, -0.22208150461806547, 1.14344269376435, -0.02814432457766107, 0.01925070445706463, -1.4635185478937576], "std": [0.08545988902642732, 0.05345309298855537, 0.056718957849284955, 0.032807036955602914, 0.03275002198994844, 0.1555601391057476, 0.058304719419600824, 0.029152381988131283, 0.003048845714698796, 0.07442158332868731, 0.04120899178237362, 0.07927947330178353], "min": [0.3791534971809243, 0.12146910755516432, 1.1368855522097465, -0.034049164614771976, -0.00781199960855905, 0.9880230130180641, 0.3963411248066257, -0.2466394315891363, 1.1398682423632265, -0.2337243514079277, -0.06758786585229037, -1.5228306794098225], "max": [0.6139986192127735, 0.292971544830553, 1.3004496770980016, 0.08276515876100621, 0.13607827424032926, 1.5350773237828388, 0.6200760408238181, -0.17651554086083301, 1.1569489729758817, 0.04791649662780895, 0.05223359783722614, -1.3042605468572552], "count": [912]}, "eef_sim_pose_action": {"mean": [0.44397971838494543, 0.23060944658192048, 1.1980463360296962, 0.0032397135248674234, 0.043657010913220905, 1.3444011804908182, 0.48074970632682723, -0.2221245038246286, 1.1434455238133987, -0.028195362262078597, 0.01937454991657445, -1.4636511112361186], "std": [0.0854404621081375, 0.053447425888640064, 0.05673863343042791, 0.032905364959634434, 0.03286867828127258, 0.15565065534604308, 0.05823970869226965, 0.02913203616178508, 0.0030510213883432266, 0.07438539266806378, 0.0411176273403026, 0.07911412698013795], "min": [0.3791534971809243, 0.12146910755516432, 1.1368855522097465, -0.034049164614771976, -0.00781199960855905, 0.9880230130180641, 0.3963411248066257, -0.2466394315891363, 1.1398682423632265, -0.2337243514079277, -0.06758786585229037, -1.5228306794098225], "max": [0.6139986192127735, 0.292971544830553, 1.3004496770980016, 0.08276515876100621, 0.13607827424032926, 1.5350773237828388, 0.6200760408238181, -0.17651554086083301, 1.1569489729758817, 0.04791649662780895, 0.05223359783722614, -1.3042605468572552], "count": [912]}, "gripper_mode_state": {"mean": [0.38377192982456143, 0.32346491228070173], "std": [0.48630343994598296, 0.46779842112167846], "min": [0, 0], "max": [1, 1], "count": [912]}, "gripper_activity_state": {"mean": [1.9901315789473684, 1.9144736842105263], "std": [0.1278670508261634, 0.3677351070493533], "min": [0, 0], "max": [2, 2], "count": [912]}, "gripper_mode_action": {"mean": [0.38377192982456143, 0.32346491228070173], "std": [0.48630343994598296, 0.4677984211216784], "min": [0, 0], "max": [1, 1], "count": [912]}, "gripper_activity_action": {"mean": [1.9901315789473684, 1.9144736842105263], "std": [0.1278670508261634, 0.3677351070493533], "min": [0, 0], "max": [2, 2], "count": [912]}}} +{"episode_index": 100, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.47497006626724764]], [[0.471478597891703]], [[0.4623398295660857]]], "std": [[[0.1600361755804153]], [[0.16627366134804]], [[0.17217405899857266]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4629092782657044]], [[0.46000665509259264]], [[0.45535001787173207]]], "std": [[[0.14736441195839475]], [[0.15004762229973176]], [[0.1541898840540215]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48131679063407773]], [[0.4790760215255084]], [[0.46809685344045027]]], "std": [[[0.15626722559015951]], [[0.15705355699350104]], [[0.16785497555991774]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4797609074301017]], [[0.4782302148579339]], [[0.4677026909722222]]], "std": [[[0.15350207480077446]], [[0.15140945221024307]], [[0.15951003544244266]]], "count": [144]}, "observation.state": {"min": [-0.4720417559146881, 0.023666663095355034, -0.015620696358382702, -1.9504752159118652, -0.3474077880382538, -0.020839231088757515, -0.1727875918149948, -0.28499698638916016, 0.3640030026435852, 0.06454899907112122, -1.566354513168335, -1.5070756673812866, -1.1932203769683838, -0.17729054391384125, -0.04501204192638397, -0.26277676224708557, -1.7902190685272217, -0.026162484660744667, -0.0636521577835083, -0.026232298463582993, -0.3227289915084839, -0.5517939925193787, 0.09821999818086624, 1.1856387853622437, -1.4234296083450317, 0.8089015483856201, 0.0, 0.0, -0.01903376914560795, -0.17395831644535065, -0.8354126214981079, 1.9104351997375488, -1.0726994276046753, -0.001766545930877328], "max": [0.27611109614372253, 0.28265607357025146, 0.2727774977684021, -1.4327757358551025, -0.10494665056467056, 0.35271358489990234, -0.01961749978363514, -0.15999099612236023, 0.5437700152397156, 0.20382900536060333, -1.260288953781128, -1.3183525800704956, -0.9707635045051575, 0.4210432469844818, 0.18931587040424347, -0.1037074625492096, -1.0604445934295654, 0.06592108309268951, 0.1979028731584549, 0.16948893666267395, -0.28078100085258484, -0.37610700726509094, 0.1425269991159439, 1.4763309955596924, -1.316200613975525, 1.0684889554977417, 1001.0, 1000.0, -0.01842280849814415, -0.17306160926818848, -0.8324334025382996, 1.910900354385376, -1.0683637857437134, 0.004570617340505123], "mean": [0.13244447112083435, 0.20762380957603455, 0.07744324952363968, -1.7992311716079712, -0.23305976390838623, 0.059615518897771835, -0.055879030376672745, -0.25794774293899536, 0.3974080979824066, 0.17764629423618317, -1.3469151258468628, -1.354543685913086, -1.1434112787246704, 0.0692993625998497, 0.10242148488759995, -0.1554439514875412, -1.5272125005722046, 0.02686823159456253, 0.0782945528626442, 0.10296767950057983, -0.2999107241630554, -0.45378318428993225, 0.1276579648256302, 1.380088448524475, -1.3650130033493042, 0.9635688066482544, 738.457275390625, 597.2523193359375, -0.018896406516432762, -0.17337626218795776, -0.8341701030731201, 1.9106969833374023, -1.0708116292953491, 0.0005270744441077113], "std": [0.24523814022541046, 0.06353271007537842, 0.08182607591152191, 0.11839865148067474, 0.04875593259930611, 0.12913158535957336, 0.05425334349274635, 0.045508913695812225, 0.056543294340372086, 0.04729548096656799, 0.09588734060525894, 0.06125343218445778, 0.07138105481863022, 0.16430555284023285, 0.07189420610666275, 0.04451652616262436, 0.20328372716903687, 0.01940273307263851, 0.060784634202718735, 0.06291598081588745, 0.010015898384153843, 0.0482950434088707, 0.01589837856590748, 0.08872264623641968, 0.02807973511517048, 0.04751830920577049, 423.5569152832031, 475.60894775390625, 0.00019361867452971637, 0.00010295637184754014, 0.00043190413271076977, 0.00013098785711918026, 0.0006456921109929681, 0.0008683341438882053], "count": [761]}, "action": {"min": [-0.4720417559146881, 0.023666663095355034, -0.015620696358382702, -1.9504752159118652, -0.3474077880382538, -0.020839231088757515, -0.1727875918149948, -0.28499698638916016, 0.3640030026435852, 0.06454899907112122, -1.566354513168335, -1.5070756673812866, -1.1932203769683838, -0.17729054391384125, -0.04501204192638397, -0.26277676224708557, -1.7902190685272217, -0.026162484660744667, -0.0636521577835083, -0.026232298463582993, -0.3227289915084839, -0.5517939925193787, 0.09821999818086624, 1.1856387853622437, -1.4234296083450317, 0.8089015483856201, 0.0, 0.0, -0.01903376914560795, -0.17395831644535065, -0.8354126214981079, 1.9104351997375488, -1.0726994276046753, -0.001766545930877328], "max": [0.27611109614372253, 0.28265607357025146, 0.2727774977684021, -1.4327757358551025, -0.10494665056467056, 0.35271358489990234, -0.01961749978363514, -0.15999099612236023, 0.5437700152397156, 0.20382900536060333, -1.260288953781128, -1.3183525800704956, -0.9707635045051575, 0.4210432469844818, 0.18931587040424347, -0.1037074625492096, -1.0604445934295654, 0.06592108309268951, 0.1979028731584549, 0.16948893666267395, -0.28078100085258484, -0.37616199254989624, 0.1425269991159439, 1.4763309955596924, -1.316200613975525, 1.0684889554977417, 1001.0, 1000.0, -0.01842280849814415, -0.17306160926818848, -0.8324334025382996, 1.910900354385376, -1.0683637857437134, 0.004570617340505123], "mean": [0.1322985738515854, 0.2075047791004181, 0.07738608866930008, -1.7991373538970947, -0.23296499252319336, 0.05976773425936699, -0.055993013083934784, -0.25794920325279236, 0.39744922518730164, 0.17764143645763397, -1.3468676805496216, -1.3545933961868286, -1.1433438062667847, 0.06955159455537796, 0.10234896838665009, -0.15527932345867157, -1.5269900560379028, 0.026821905747056007, 0.07848647236824036, 0.10319579392671585, -0.29991546273231506, -0.4538688063621521, 0.1276995986700058, 1.3800147771835327, -1.365045428276062, 0.9634118676185608, 738.457275390625, 597.2523193359375, -0.01889561489224434, -0.17337657511234283, -0.8341703414916992, 1.910697340965271, -1.07081139087677, 0.0005272390553727746], "std": [0.24519187211990356, 0.06355457007884979, 0.08186587691307068, 0.11838653683662415, 0.04878541827201843, 0.1291050910949707, 0.054269999265670776, 0.04550972208380699, 0.056532278656959534, 0.047293201088905334, 0.09591968357563019, 0.06123954430222511, 0.07136549800634384, 0.16408026218414307, 0.07183428853750229, 0.04435073211789131, 0.20310857892036438, 0.019351636990904808, 0.06056676059961319, 0.06276315450668335, 0.010012960061430931, 0.04821494221687317, 0.015892138704657555, 0.08866646140813828, 0.02805330604314804, 0.04737687483429909, 423.5569152832031, 475.60894775390625, 0.000194288557395339, 0.00010303653834853321, 0.0004318351566325873, 0.00013086566468700767, 0.0006457251729443669, 0.0008683411288075149], "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": [100], "max": [100], "mean": [100.0], "std": [0.0], "count": [761]}, "index": {"min": [85906], "max": [86666], "mean": [86286.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7818659658344284, 0.5972522998414689], "std": [0.41297890660931363, 0.4756072700575765], "count": [761]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7818659658344284, 0.5972522998414689], "std": [0.41297890660931375, 0.4756072700575765], "count": [761]}, "eef_direction_state": {"mean": [5.236530880420499, 5.137976346911958], "std": [1.815187946714582, 2.009344949704827], "min": [0, 0], "max": [6, 6], "count": [761]}, "eef_velocity_state": {"mean": [0.26412614980289095, 0.19185282522996058], "std": [0.5911198351546798, 0.4642112657326876], "min": [0, 0], "max": [2, 2], "count": [761]}, "eef_acc_mag_state": {"mean": [0.37844940867279897, 0.3876478318002628], "std": [0.7112818750571422, 0.7090960446586086], "min": [0, 0], "max": [2, 2], "count": [761]}, "eef_direction_action": {"mean": [5.236530880420499, 5.137976346911958], "std": [1.815187946714582, 2.009344949704827], "min": [0, 0], "max": [6, 6], "count": [761]}, "eef_velocity_action": {"mean": [0.26412614980289095, 0.19185282522996058], "std": [0.5911198351546798, 0.4642112657326876], "min": [0, 0], "max": [2, 2], "count": [761]}, "eef_acc_mag_action": {"mean": [0.37844940867279897, 0.3876478318002628], "std": [0.7112818750571422, 0.7090960446586086], "min": [0, 0], "max": [2, 2], "count": [761]}, "eef_sim_pose_state": {"mean": [0.4160818945372618, 0.24711772181314828, 1.1821303111968222, -0.017361414844592304, 0.0215405276211679, 1.3846426576603204, 0.4742007247821825, -0.205197917672449, 1.151202940547985, -0.07954417631488288, -0.0712238676255136, -1.3089107004415208], "std": [0.059754592738486, 0.03587146623456297, 0.04475445086484563, 0.01799738822007658, 0.027618912982245516, 0.1094789571516938, 0.048148590939335205, 0.01907600198301687, 0.005194162679207169, 0.06803649920109296, 0.039564143698055006, 0.0412487048307244], "min": [0.3812104294014551, 0.15552310048788257, 1.1567879282578972, -0.0743005963787019, -0.058120842273494455, 1.1384514339745766, 0.3963174363810615, -0.22244209019361658, 1.1397377679631282, -0.19059464764847178, -0.1389557365766667, -1.4080162586432796], "max": [0.5682073020557414, 0.273608304418998, 1.2795048407551899, 0.04125816070493893, 0.10059626347857553, 1.446382779767104, 0.5716328402464333, -0.1695183298205277, 1.1628964843630607, 0.048117967611948864, 0.027904832667115853, -1.2124152232833563], "count": [761]}, "eef_sim_pose_action": {"mean": [0.41612342863827495, 0.24711507454597834, 1.1821377822144474, -0.017284771924725516, 0.02154646336787721, 1.3846257993359374, 0.4742867467476814, -0.20524064787888008, 1.151215400737565, -0.0796935189673082, -0.07126153667475928, -1.3088864615959772], "std": [0.05974292983819063, 0.03587025765162568, 0.0447507473919564, 0.018116138833504797, 0.027621752372460725, 0.10947065584124561, 0.04806790692700589, 0.01907525585821366, 0.005189678340847933, 0.06788066639564658, 0.03957424618864292, 0.04125709971285492], "min": [0.3812104294014551, 0.15552310048788257, 1.1567879282578972, -0.0743005963787019, -0.058120842273494455, 1.1384514339745766, 0.3963174363810615, -0.22244209019361658, 1.1397377679631282, -0.19059464764847178, -0.1389557365766667, -1.4080162586432796], "max": [0.5682073020557414, 0.273608304418998, 1.2795048407551899, 0.04125816070493893, 0.10059626347857553, 1.446382779767104, 0.5716328402464333, -0.1695183298205277, 1.1628964843630607, 0.048117967611948864, 0.027904832667115853, -1.2124152232833563], "count": [761]}, "gripper_mode_state": {"mean": [0.21813403416557162, 0.4007884362680683], "std": [0.41297890660931363, 0.49005822676684446], "min": [0, 0], "max": [1, 1], "count": [761]}, "gripper_activity_state": {"mean": [1.988173455978975, 1.8988173455978976], "std": [0.13989653161614507, 0.3924533428265207], "min": [0, 0], "max": [2, 2], "count": [761]}, "gripper_mode_action": {"mean": [0.21813403416557162, 0.4007884362680683], "std": [0.41297890660931375, 0.49005822676684446], "min": [0, 0], "max": [1, 1], "count": [761]}, "gripper_activity_action": {"mean": [1.988173455978975, 1.8988173455978976], "std": [0.13989653161614507, 0.3924533428265207], "min": [0, 0], "max": [2, 2], "count": [761]}}} +{"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.47071603641456583]], [[0.46143034998090143]], [[0.4513901833460657]]], "std": [[[0.15163353814521816]], [[0.15766383632217118]], [[0.16384844031980936]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4628210625159154]], [[0.4547375063661829]], [[0.44940976333715305]]], "std": [[[0.14581723068293795]], [[0.14806446929192463]], [[0.15294819320731942]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4608713487288855]], [[0.4597565200322553]], [[0.44935456853195826]]], "std": [[[0.15911286489006374]], [[0.15706564235660642]], [[0.16454952804605857]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49990466641201936]], [[0.48757742604617604]], [[0.47308722731516845]]], "std": [[[0.15632975484155753]], [[0.1465704757465265]], [[0.15553108156657194]]], "count": [154]}, "observation.state": {"min": [-0.4567875862121582, -0.009913470596075058, -0.09002408385276794, -2.164121150970459, -0.5363571643829346, -0.02082177810370922, -0.25452136993408203, -0.2836329936981201, 0.3422299921512604, 0.06735700368881226, -1.5400943756103516, -1.6265718936920166, -1.1858474016189575, -0.17331120371818542, 0.013002702966332436, -0.26258477568626404, -1.7714568376541138, -0.012950343079864979, -0.0636521577835083, -0.0262148454785347, -0.3199029862880707, -0.5534769892692566, 0.10570099949836731, 1.2712332010269165, -1.4792226552963257, 0.7967559695243835, 0.0, 0.0, -0.018435968086123466, -0.17392447590827942, -0.8349712491035461, 1.910402774810791, -1.0728880167007446, -0.0018377393716946244], "max": [0.32222267985343933, 0.4544313848018646, 0.2693566679954529, -1.4460750818252563, -0.0768992081284523, 0.3936938941478729, -0.019809486344456673, -0.16396400332450867, 0.5433319807052612, 0.20384599268436432, -1.121211290359497, -1.3183525800704956, -0.9395333528518677, 0.4308170676231384, 0.1892635077238083, -0.13484413921833038, -1.0724174976348877, 0.08695229887962341, 0.24670229852199554, 0.1851968914270401, -0.2879129946231842, -0.3761650025844574, 0.13159500062465668, 1.4807296991348267, -1.3260308504104614, 1.073144555091858, 1001.0, 1002.0, -0.0179772786796093, -0.17333418130874634, -0.8325799703598022, 1.9107354879379272, -1.0677298307418823, 0.004285843577235937], "mean": [0.13410885632038116, 0.21215184032917023, 0.07408058643341064, -1.8278241157531738, -0.24725735187530518, 0.1026950553059578, -0.0527578741312027, -0.2523743808269501, 0.3951716721057892, 0.17615997791290283, -1.3326514959335327, -1.3748878240585327, -1.1299028396606445, 0.03898579999804497, 0.08450400829315186, -0.16662777960300446, -1.5481935739517212, 0.032361578196287155, 0.04230312258005142, 0.07272890210151672, -0.29973870515823364, -0.4456029236316681, 0.12225465476512909, 1.377036213874817, -1.358670711517334, 1.017549753189087, 703.4993896484375, 698.675537109375, -0.01836588606238365, -0.17353177070617676, -0.834406852722168, 1.910563349723816, -1.0705913305282593, 0.0005068865139037371], "std": [0.23542346060276031, 0.10011386126279831, 0.08574604243040085, 0.12936580181121826, 0.09702390432357788, 0.1690853238105774, 0.054307401180267334, 0.047338999807834625, 0.0545717254281044, 0.045445382595062256, 0.09035637229681015, 0.09587156772613525, 0.08639075607061386, 0.16215798258781433, 0.04768235608935356, 0.042482174932956696, 0.18882201611995697, 0.028214028105139732, 0.058816466480493546, 0.04997747018933296, 0.008585868403315544, 0.047096628695726395, 0.007880712859332561, 0.057696383446455, 0.038837164640426636, 0.06410856544971466, 442.77862548828125, 445.3016052246094, 0.00015563562919851393, 3.5169283364666626e-05, 0.0003040010342374444, 0.00010851564002223313, 0.0006056512938812375, 0.0006981654441915452], "count": [829]}, "action": {"min": [-0.4567875862121582, -0.009913470596075058, -0.09002408385276794, -2.164121150970459, -0.5363571643829346, -0.02082177810370922, -0.25452136993408203, -0.2836329936981201, 0.3422299921512604, 0.06735700368881226, -1.5400943756103516, -1.6265718936920166, -1.1858474016189575, -0.17331120371818542, 0.013002702966332436, -0.26258477568626404, -1.7714568376541138, -0.012950343079864979, -0.0636521577835083, -0.0262148454785347, -0.3199029862880707, -0.5534769892692566, 0.10570099949836731, 1.2712332010269165, -1.4792226552963257, 0.7967559695243835, 0.0, 0.0, -0.018435968086123466, -0.17392447590827942, -0.8349712491035461, 1.910402774810791, -1.0728880167007446, -0.0018377393716946244], "max": [0.32222267985343933, 0.4544313848018646, 0.2693566679954529, -1.4460750818252563, -0.0768992081284523, 0.3936938941478729, -0.019809486344456673, -0.16396400332450867, 0.5433319807052612, 0.20384599268436432, -1.121211290359497, -1.3183525800704956, -0.9395333528518677, 0.4308170676231384, 0.1892635077238083, -0.13484413921833038, -1.0724174976348877, 0.08695229887962341, 0.24670229852199554, 0.1851968914270401, -0.2879129946231842, -0.3761650025844574, 0.13159500062465668, 1.4807296991348267, -1.3260308504104614, 1.073144555091858, 1001.0, 1002.0, -0.0179772786796093, -0.17333418130874634, -0.8325799703598022, 1.9107354879379272, -1.0677298307418823, 0.004285843577235937], "mean": [0.1339864283800125, 0.21191084384918213, 0.0740133598446846, -1.827805519104004, -0.24706929922103882, 0.10296991467475891, -0.052776359021663666, -0.2523704469203949, 0.39520540833473206, 0.1761416494846344, -1.332453727722168, -1.374899983406067, -1.1298631429672241, 0.03918306902050972, 0.08435572683811188, -0.16647690534591675, -1.5479978322982788, 0.03229860961437225, 0.04243388772010803, 0.07283981144428253, -0.29974472522735596, -0.4456741511821747, 0.12227852642536163, 1.3769011497497559, -1.3586705923080444, 1.0175293684005737, 703.4993896484375, 698.6779174804688, -0.018365347757935524, -0.17353171110153198, -0.8344069123268127, 1.9105632305145264, -1.0705912113189697, 0.0005065156146883965], "std": [0.23538163304328918, 0.10028461366891861, 0.08579286932945251, 0.12936384975910187, 0.09716197848320007, 0.1690693199634552, 0.054298799484968185, 0.04733657091856003, 0.05456274747848511, 0.04543810337781906, 0.09061272442340851, 0.09586513787508011, 0.08637308329343796, 0.16199888288974762, 0.04754738137125969, 0.04236314818263054, 0.18867476284503937, 0.028197595849633217, 0.05870116874575615, 0.04986042156815529, 0.008582265116274357, 0.04703621566295624, 0.007872629910707474, 0.05759664997458458, 0.03883733972907066, 0.06409536302089691, 442.77862548828125, 445.30474853515625, 0.00015618022007402033, 3.522416955092922e-05, 0.00030391523614525795, 0.00010855295840883628, 0.0006056505953893065, 0.0006982169579714537], "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": [101], "max": [101], "mean": [101.0], "std": [0.0], "count": [829]}, "index": {"min": [86667], "max": [87495], "mean": [87081.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7430639324487334, 0.6975319661335981], "std": [0.4369438462120245, 0.4445255401199884], "count": [829]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7430639324487334, 0.6975319661335981], "std": [0.4369438462120245, 0.4445255401199884], "count": [829]}, "eef_direction_state": {"mean": [5.0289505428226775, 5.211097708082026], "std": [1.995563591926781, 1.9437375550350091], "min": [0, 0], "max": [6, 6], "count": [829]}, "eef_velocity_state": {"mean": [0.31363088057901084, 0.19300361881785283], "std": [0.6256055894072068, 0.49254933804554785], "min": [0, 0], "max": [2, 2], "count": [829]}, "eef_acc_mag_state": {"mean": [0.4632086851628468, 0.3606755126658625], "std": [0.7578522322377098, 0.6956334788719558], "min": [0, 0], "max": [2, 2], "count": [829]}, "eef_direction_action": {"mean": [5.0289505428226775, 5.211097708082026], "std": [1.995563591926781, 1.9437375550350091], "min": [0, 0], "max": [6, 6], "count": [829]}, "eef_velocity_action": {"mean": [0.31363088057901084, 0.19300361881785283], "std": [0.6256055894072068, 0.4925493380455479], "min": [0, 0], "max": [2, 2], "count": [829]}, "eef_acc_mag_action": {"mean": [0.4632086851628468, 0.3606755126658625], "std": [0.7578522322377098, 0.6956334788719558], "min": [0, 0], "max": [2, 2], "count": [829]}, "eef_sim_pose_state": {"mean": [0.4141951143888891, 0.24643818943794957, 1.1897007715192902, 0.00037990035870255173, 0.03209124980575332, 1.3778224557892012, 0.46520374518546825, -0.1976423651421546, 1.1474502299902332, -0.04495285194285161, -0.04804023317245972, -1.3305946902878367], "std": [0.056791947152550655, 0.03621932605106875, 0.0488620944572812, 0.03231084003045621, 0.02028450516646156, 0.12798243533716613, 0.047543834455428244, 0.005681005670751686, 0.003468292725667457, 0.07222741399684668, 0.016789042511945445, 0.0370512434921512], "min": [0.36595547472427586, 0.15452609723231234, 1.156792330328894, -0.025909430019206647, -0.024100785959215276, 1.0609565273480774, 0.39637058570736355, -0.20987864498799197, 1.1383400005808502, -0.2275550784935314, -0.07689119623399376, -1.370345951174632], "max": [0.5654625018844481, 0.30094680806845364, 1.2797934689048809, 0.11066077431127197, 0.11977861052130012, 1.5436136075309685, 0.5747412067912766, -0.18636590228021938, 1.1625049189119006, 0.05132810514084962, -0.004435435580514069, -1.2140148719150532], "count": [829]}, "eef_sim_pose_action": {"mean": [0.41422866725804974, 0.24640879223951184, 1.1897216948350007, 0.0005285946193934303, 0.03212223431239533, 1.377927150109184, 0.46527271265258346, -0.19765733336401353, 1.1474547773590986, -0.04504517403423956, -0.048017785190549896, -1.3306694247259199], "std": [0.056782022344888335, 0.03621452849985905, 0.04885172009545216, 0.032510831079671246, 0.02030504753753608, 0.12807355668497022, 0.04748539934953263, 0.005673776641030245, 0.003466909199954888, 0.07215754454942594, 0.016775380729560047, 0.03706057140336334], "min": [0.36595547472427586, 0.15452609723231234, 1.156792330328894, -0.025909430019206647, -0.024100785959215276, 1.0609565273480774, 0.39637058570736355, -0.20987864498799197, 1.1383400005808502, -0.2275550784935314, -0.07689119623399376, -1.370345951174632], "max": [0.5654625018844481, 0.30094680806845364, 1.2797934689048809, 0.11066077431127197, 0.11977861052130012, 1.5436136075309685, 0.5747412067912766, -0.18636590228021938, 1.1625049189119006, 0.05132810514084962, -0.004435435580514069, -1.2140148719150532], "count": [829]}, "gripper_mode_state": {"mean": [0.2569360675512666, 0.3027744270205066], "std": [0.4369438462120244, 0.4594584566235697], "min": [0, 0], "max": [1, 1], "count": [829]}, "gripper_activity_state": {"mean": [1.9891435464414957, 1.9034981905910735], "std": [0.134075451445467, 0.39029211052845636], "min": [0, 0], "max": [2, 2], "count": [829]}, "gripper_mode_action": {"mean": [0.2569360675512666, 0.3027744270205066], "std": [0.4369438462120244, 0.4594584566235697], "min": [0, 0], "max": [1, 1], "count": [829]}, "gripper_activity_action": {"mean": [1.9891435464414957, 1.9034981905910735], "std": [0.134075451445467, 0.3902921105284564], "min": [0, 0], "max": [2, 2], "count": [829]}}} +{"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.47269286456304377]], [[0.4698015977362247]], [[0.46150134181708]]], "std": [[[0.15990348792714137]], [[0.16512345175356102]], [[0.17118116317285773]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4649166342033502]], [[0.4618875741245726]], [[0.4575507563952734]]], "std": [[[0.14697536697191604]], [[0.14931585754503882]], [[0.15337757769578828]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4713425366835476]], [[0.47152065207981647]], [[0.46063160493225985]]], "std": [[[0.15435967423761615]], [[0.15539968322178863]], [[0.1660561672076633]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48815993052850276]], [[0.48665734157901575]], [[0.4765262749967537]]], "std": [[[0.1576943900719783]], [[0.15531133913064954]], [[0.16395559798]]], "count": [151]}, "observation.state": {"min": [-0.47888344526290894, 0.01864011585712433, -0.06489133834838867, -1.8889174461364746, -0.35096824169158936, -0.020874137058854103, -0.20771163702011108, -0.28555798530578613, 0.36659500002861023, 0.06818900257349014, -1.6739710569381714, -1.490127682685852, -1.2730989456176758, -0.1733635514974594, -0.06187192350625992, -0.2626197040081024, -1.7714743614196777, -0.09279915690422058, -0.06375688314437866, -0.026232298463582993, -0.3183099925518036, -0.5544030070304871, 0.09377200156450272, 1.2166730165481567, -1.394718885421753, 0.8797290921211243, 0.0, 0.0, -0.017990434542298317, -0.17410869896411896, -0.835248589515686, 1.9103893041610718, -1.073520302772522, -0.0018377393716946244], "max": [0.2660579979419708, 0.2748369872570038, 0.3160442113876343, -1.3988465070724487, -0.09093165397644043, 0.28277823328971863, -0.01979203335940838, -0.1641169935464859, 0.5513190031051636, 0.22401200234889984, -1.1742359399795532, -1.2684673070907593, -0.9268293380737305, 0.43130576610565186, 0.18929840624332428, -0.12580333650112152, -1.0837796926498413, 0.06590363383293152, 0.19657643139362335, 0.12175416201353073, -0.29093098640441895, -0.3761500120162964, 0.12759800255298615, 1.4755313396453857, -1.3158822059631348, 1.0664958953857422, 1001.0, 1002.0, -0.017969759181141853, -0.17284166812896729, -0.8325070738792419, 1.9109660387039185, -1.0680238008499146, 0.004964554216712713], "mean": [0.142164945602417, 0.20856276154518127, 0.06456483900547028, -1.7920265197753906, -0.23633632063865662, 0.03614409267902374, -0.0529581718146801, -0.2626500427722931, 0.39638662338256836, 0.1850721687078476, -1.3366796970367432, -1.3401422500610352, -1.1625392436981201, 0.0888085812330246, 0.057608891278505325, -0.15302379429340363, -1.4797337055206299, 0.01590791530907154, 0.038200635462999344, 0.0756232962012291, -0.3042062819004059, -0.460513174533844, 0.1195106953382492, 1.3612124919891357, -1.3591854572296143, 1.0180312395095825, 749.96533203125, 645.9591674804688, -0.017983419820666313, -0.1733849048614502, -0.8342199921607971, 1.9106805324554443, -1.070502519607544, 0.0005988252232782543], "std": [0.2291925996541977, 0.06324112415313721, 0.08525688946247101, 0.11752575635910034, 0.04700137674808502, 0.09630630165338516, 0.05778452381491661, 0.040166839957237244, 0.054047975689172745, 0.04219178482890129, 0.114808090031147, 0.05227036401629448, 0.07377542555332184, 0.16251640021800995, 0.06397619843482971, 0.04708634316921234, 0.18227829039096832, 0.0463637076318264, 0.07074110954999924, 0.04873853921890259, 0.006725736428052187, 0.04803317412734032, 0.009649437852203846, 0.07057216018438339, 0.01842541992664337, 0.06358963251113892, 418.61419677734375, 464.9713439941406, 1.6132775044752634e-06, 8.883355621946976e-05, 0.0003623672528192401, 0.00012226721446495503, 0.0007506812689825892, 0.0008738624164834619], "count": [808]}, "action": {"min": [-0.47888344526290894, 0.01864011585712433, -0.06489133834838867, -1.8889174461364746, -0.35096824169158936, -0.020874137058854103, -0.20771163702011108, -0.28555798530578613, 0.36659500002861023, 0.06818900257349014, -1.6739710569381714, -1.490127682685852, -1.2730989456176758, -0.1733635514974594, -0.06187192350625992, -0.2626197040081024, -1.7714743614196777, -0.09279915690422058, -0.06375688314437866, -0.026232298463582993, -0.3183099925518036, -0.5544030070304871, 0.09377200156450272, 1.2166730165481567, -1.394718885421753, 0.8797290921211243, 0.0, 0.0, -0.017990434542298317, -0.17410869896411896, -0.835248589515686, 1.9103893041610718, -1.073520302772522, -0.0018377393716946244], "max": [0.2660579979419708, 0.2748369872570038, 0.3160442113876343, -1.3988465070724487, -0.09093165397644043, 0.28277823328971863, -0.01979203335940838, -0.1641169935464859, 0.5513190031051636, 0.22401200234889984, -1.1742359399795532, -1.2684673070907593, -0.9268293380737305, 0.43130576610565186, 0.18929840624332428, -0.12580333650112152, -1.0837796926498413, 0.06590363383293152, 0.19657643139362335, 0.12175416201353073, -0.29093098640441895, -0.3761500120162964, 0.12759800255298615, 1.4755313396453857, -1.3158822059631348, 1.0664958953857422, 1001.0, 1002.0, -0.017969759181141853, -0.17284166812896729, -0.8325070738792419, 1.9109660387039185, -1.0680238008499146, 0.004964554216712713], "mean": [0.1419963389635086, 0.2083907574415207, 0.06443562358617783, -1.7918858528137207, -0.23626086115837097, 0.036222461611032486, -0.05299728736281395, -0.262651264667511, 0.3964352309703827, 0.18509799242019653, -1.3365331888198853, -1.3400911092758179, -1.1626425981521606, 0.08909069746732712, 0.05744117498397827, -0.15285775065422058, -1.4794178009033203, 0.01587173342704773, 0.038299910724163055, 0.07579018175601959, -0.30422112345695496, -0.4606088697910309, 0.1195322647690773, 1.361086130142212, -1.3592381477355957, 1.0180160999298096, 749.96533203125, 645.9591674804688, -0.017983416095376015, -0.17338475584983826, -0.8342199921607971, 1.9106806516647339, -1.070502519607544, 0.0005985421012155712], "std": [0.22915184497833252, 0.06334172189235687, 0.08536934107542038, 0.11752477288246155, 0.047022078186273575, 0.09628558158874512, 0.05777278542518616, 0.04016747325658798, 0.054038871079683304, 0.042208291590213776, 0.11493285000324249, 0.052311915904283524, 0.07386601716279984, 0.16225893795490265, 0.0638081431388855, 0.046935927122831345, 0.1819932907819748, 0.04633580148220062, 0.07065407186746597, 0.04862035810947418, 0.006712192203849554, 0.0479419119656086, 0.009646927006542683, 0.07045860588550568, 0.018400250002741814, 0.06357913464307785, 418.61419677734375, 464.9713439941406, 1.6096705621748697e-06, 8.877737855073065e-05, 0.0003623687371145934, 0.0001222027640324086, 0.0007506818510591984, 0.0008738619508221745], "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": [102], "max": [102], "mean": [102.0], "std": [0.0], "count": [808]}, "index": {"min": [87496], "max": [88303], "mean": [87899.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7896039603960396, 0.6447660892298168], "std": [0.4075899239712963, 0.46405604552890234], "count": [808]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7896039603960396, 0.6447660892298168], "std": [0.40758992397129623, 0.46405604552890234], "count": [808]}, "eef_direction_state": {"mean": [5.292079207920792, 5.090346534653466], "std": [1.7209646827493779, 2.0423743411090887], "min": [0, 0], "max": [6, 6], "count": [808]}, "eef_velocity_state": {"mean": [0.2685643564356436, 0.20173267326732675], "std": [0.612090977445454, 0.4668696765405163], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_acc_mag_state": {"mean": [0.3725247524752475, 0.3527227722772277], "std": [0.706117232771595, 0.6880108452232404], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_direction_action": {"mean": [5.292079207920792, 5.090346534653466], "std": [1.7209646827493779, 2.0423743411090887], "min": [0, 0], "max": [6, 6], "count": [808]}, "eef_velocity_action": {"mean": [0.2685643564356436, 0.20173267326732675], "std": [0.612090977445454, 0.4668696765405163], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_acc_mag_action": {"mean": [0.3725247524752475, 0.3527227722772277], "std": [0.706117232771595, 0.6880108452232404], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_sim_pose_state": {"mean": [0.41470421974881744, 0.2524004166972192, 1.176572924457512, -0.02446660923245038, 0.025147767291336387, 1.4040173668459306, 0.4799755739252509, -0.19376451504073616, 1.144050577718062, -0.05460088350381306, -0.044658956401431645, -1.3395211523082764], "std": [0.05709626643399394, 0.030884028331194927, 0.038337012815720474, 0.018266202704302473, 0.042233784621439216, 0.11457274346064622, 0.0480957503174098, 0.011347768880058163, 0.005181826795988135, 0.07993099703687018, 0.02814356159679941, 0.02367666061128447], "min": [0.38344398927137807, 0.162558217883273, 1.1559782028743268, -0.08255303826842675, -0.1222543239511169, 1.0858661721415275, 0.3963547101546664, -0.20247217562245468, 1.1355070362341069, -0.22623756180133403, -0.09813766627209386, -1.3951747286395022], "max": [0.5734339449749309, 0.2731156476280635, 1.2690347408739286, 0.0022481324707390726, 0.09675658204439164, 1.5689399847037198, 0.5746917888207128, -0.16088112009992686, 1.159624127880986, 0.048030551515174214, -0.020780135592469717, -1.3042283297699901], "count": [808]}, "eef_sim_pose_action": {"mean": [0.41475170469010664, 0.2524101089817244, 1.1765737727115004, -0.024448603723346677, 0.025210760164954875, 1.4041586844758775, 0.48006988253562444, -0.1937811293221467, 1.1440461875336319, -0.054692497086874126, -0.04460124578361294, -1.3395614264065507], "std": [0.057086239002468724, 0.030889025187575476, 0.038336584498584014, 0.018279872202287682, 0.04228309181134403, 0.11469426285141274, 0.04800636117613195, 0.011350146418816787, 0.005182953614989417, 0.0798557803682433, 0.028144573678185243, 0.02364440370764691], "min": [0.38344398927137807, 0.162558217883273, 1.1559782028743268, -0.08255303826842675, -0.1222543239511169, 1.0858661721415275, 0.3963547101546664, -0.20247217562245468, 1.1355070362341069, -0.22623756180133403, -0.09813766627209386, -1.3951747286395022], "max": [0.5734339449749309, 0.2731156476280635, 1.2690347408739286, 0.0022481324707390726, 0.09675658204439164, 1.5689399847037198, 0.5746917888207128, -0.16088112009992686, 1.159624127880986, 0.048030551515174214, -0.020780135592469717, -1.3042283297699901], "count": [808]}, "gripper_mode_state": {"mean": [0.2103960396039604, 0.35767326732673266], "std": [0.4075899239712963, 0.4793152419510095], "min": [0, 0], "max": [1, 1], "count": [808]}, "gripper_activity_state": {"mean": [1.988861386138614, 1.8898514851485149], "std": [0.13579502095765683, 0.41505812276123133], "min": [0, 0], "max": [2, 2], "count": [808]}, "gripper_mode_action": {"mean": [0.2103960396039604, 0.35767326732673266], "std": [0.40758992397129623, 0.4793152419510095], "min": [0, 0], "max": [1, 1], "count": [808]}, "gripper_activity_action": {"mean": [1.988861386138614, 1.8898514851485149], "std": [0.1357950209576568, 0.41505812276123133], "min": [0, 0], "max": [2, 2], "count": [808]}}} +{"episode_index": 103, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4692261901044919]], [[0.46187374718995877]], [[0.45119743141417923]]], "std": [[[0.15295886560065533]], [[0.15721582691999778]], [[0.16341432546698628]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4600990526518463]], [[0.4525396371924566]], [[0.4465787357936805]]], "std": [[[0.14627237554880781]], [[0.14725505503126576]], [[0.1519512552301905]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4605326472149369]], [[0.4604343946442696]], [[0.44873160593855377]]], "std": [[[0.16208841181679873]], [[0.1604106069186879]], [[0.16783665604999892]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49754694199866784]], [[0.48459845161525333]], [[0.47077119629699016]]], "std": [[[0.1587568062915739]], [[0.14778874684394827]], [[0.15657497113718633]]], "count": [157]}, "observation.state": {"min": [-0.37690383195877075, 0.05281366407871246, -0.08965756744146347, -2.0861570835113525, -0.5159367918968201, -0.02082177810370922, -0.25563839077949524, -0.3042930066585541, 0.3495410084724426, 0.08953700214624405, -1.6042771339416504, -1.6037570238113403, -1.221711277961731, -0.175737202167511, -0.034697145223617554, -0.26258477568626404, -1.7890846729278564, -0.06358234584331512, -0.10423106700181961, -0.026197392493486404, -0.32475700974464417, -0.5472850203514099, 0.09156399965286255, 1.2339531183242798, -1.480053186416626, 0.8287562131881714, 0.0, 0.0, -0.017984796315431595, -0.1737646907567978, -0.8349466919898987, 1.9103171825408936, -1.0724610090255737, -0.001622260664589703], "max": [0.30492648482322693, 0.4323354959487915, 0.25993189215660095, -1.477648138999939, -0.08766788244247437, 0.24849997460842133, -0.01984439231455326, -0.182886004447937, 0.5281490087509155, 0.21283000707626343, -1.1875017881393433, -1.273102879524231, -0.949246883392334, 0.40306633710861206, 0.1892635077238083, -0.12627457082271576, -1.0689094066619873, 0.07984881103038788, 0.23914501070976257, 0.18301522731781006, -0.28227698802948, -0.3761669993400574, 0.1323069930076599, 1.5143910646438599, -1.3181710243225098, 1.102658987045288, 1001.0, 1002.0, -0.01783628575503826, -0.17317251861095428, -0.832894504070282, 1.9109588861465454, -1.0678669214248657, 0.0017124389996752143], "mean": [0.14445024728775024, 0.2218281477689743, 0.07157929241657257, -1.8093208074569702, -0.23934617638587952, 0.04704225808382034, -0.05952490121126175, -0.25877586007118225, 0.39477115869522095, 0.18137219548225403, -1.356399655342102, -1.3499598503112793, -1.1447851657867432, 0.0037439262960106134, 0.09098223596811295, -0.17181947827339172, -1.548051357269287, 0.039425481110811234, -0.01974373683333397, 0.08771579712629318, -0.30708709359169006, -0.4333118796348572, 0.11775442957878113, 1.4128342866897583, -1.370750904083252, 1.0266729593276978, 701.4410400390625, 633.3384399414062, -0.017964856699109077, -0.17336603999137878, -0.8342180252075195, 1.910719633102417, -1.0706079006195068, 0.0005086487508378923], "std": [0.2152101993560791, 0.07940223813056946, 0.07815675437450409, 0.12135711312294006, 0.08637068420648575, 0.10506713390350342, 0.06441690772771835, 0.041083190590143204, 0.051874153316020966, 0.03841681778430939, 0.11063135415315628, 0.072747603058815, 0.0756814256310463, 0.18031106889247894, 0.06693833321332932, 0.045587360858917236, 0.2019101232290268, 0.05518951267004013, 0.10550765693187714, 0.05956278741359711, 0.009632213041186333, 0.052887964993715286, 0.012649795971810818, 0.08659210801124573, 0.03420034423470497, 0.08345530182123184, 444.51458740234375, 469.04571533203125, 4.55596273241099e-05, 5.984576273476705e-05, 0.00023897505889181048, 7.996778003871441e-05, 0.0005827539716847241, 0.0004045664973091334], "count": [848]}, "action": {"min": [-0.37690383195877075, 0.05281366407871246, -0.08965756744146347, -2.0861570835113525, -0.5159367918968201, -0.02082177810370922, -0.25563839077949524, -0.3042930066585541, 0.3495410084724426, 0.08953700214624405, -1.6042771339416504, -1.6037570238113403, -1.221711277961731, -0.175737202167511, -0.034697145223617554, -0.26258477568626404, -1.7890846729278564, -0.06358234584331512, -0.10423106700181961, -0.026197392493486404, -0.32475700974464417, -0.5472850203514099, 0.09156399965286255, 1.2339531183242798, -1.480053186416626, 0.8287562131881714, 0.0, 0.0, -0.017984796315431595, -0.1737646907567978, -0.8349466919898987, 1.9103171825408936, -1.0724610090255737, -0.001622260664589703], "max": [0.30492648482322693, 0.4323354959487915, 0.25993189215660095, -1.477648138999939, -0.08766788244247437, 0.24849997460842133, -0.01984439231455326, -0.182886004447937, 0.5281490087509155, 0.21283000707626343, -1.1875017881393433, -1.273102879524231, -0.949246883392334, 0.40306633710861206, 0.1892635077238083, -0.12627457082271576, -1.0689094066619873, 0.07984881103038788, 0.23914501070976257, 0.18301522731781006, -0.28227698802948, -0.3761669993400574, 0.1323069930076599, 1.5143910646438599, -1.3181710243225098, 1.102658987045288, 1001.0, 1002.0, -0.01783628575503826, -0.17317251861095428, -0.832894504070282, 1.9109588861465454, -1.0678669214248657, 0.0017124389996752143], "mean": [0.14425243437290192, 0.22160880267620087, 0.07151641696691513, -1.8091062307357788, -0.2391762137413025, 0.047087885439395905, -0.05954601615667343, -0.25879740715026855, 0.3948281705379486, 0.18136198818683624, -1.356278657913208, -1.3499159812927246, -1.14482843875885, 0.003853111993521452, 0.09088290482759476, -0.17167842388153076, -1.547865629196167, 0.03944002836942673, -0.01978992484509945, 0.08789056539535522, -0.3071061968803406, -0.4333535432815552, 0.1177799180150032, 1.4128059148788452, -1.3708001375198364, 1.0267082452774048, 701.4410400390625, 633.3384399414062, -0.017964698374271393, -0.17336618900299072, -0.8342180252075195, 1.910719633102417, -1.0706079006195068, 0.0005090147606097162], "std": [0.215176060795784, 0.07960573583841324, 0.07820183038711548, 0.12144745141267776, 0.08648377656936646, 0.10504598170518875, 0.06440678238868713, 0.041100725531578064, 0.051869768649339676, 0.03841255232691765, 0.11075205355882645, 0.07277775555849075, 0.07571475207805634, 0.18023256957530975, 0.06685507297515869, 0.0454913005232811, 0.20177699625492096, 0.05519818887114525, 0.10553552210330963, 0.05944496765732765, 0.009618472307920456, 0.0528569333255291, 0.012655309401452541, 0.08657590299844742, 0.03417026251554489, 0.08347879350185394, 444.5145568847656, 469.04571533203125, 4.573309706756845e-05, 6.0022281104465947e-05, 0.00023897190112620592, 8.000418893061578e-05, 0.0005827588029205799, 0.00040460462332703173], "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": [103], "max": [103], "mean": [103.0], "std": [0.0], "count": [848]}, "index": {"min": [88304], "max": [89151], "mean": [88727.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7370283018867925, 0.632161556554185], "std": [0.44024718523195977, 0.46812407518215515], "count": [848]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7370283018867925, 0.632161556554185], "std": [0.44024718523195977, 0.46812407518215515], "count": [848]}, "eef_direction_state": {"mean": [5.186320754716981, 5.10377358490566], "std": [1.875412319681873, 2.003790018764988], "min": [0, 0], "max": [6, 6], "count": [848]}, "eef_velocity_state": {"mean": [0.27476415094339623, 0.22523584905660377], "std": [0.5997050698387624, 0.49997635891066255], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_acc_mag_state": {"mean": [0.43160377358490565, 0.4068396226415094], "std": [0.7460849220625998, 0.7208488266501294], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_direction_action": {"mean": [5.186320754716981, 5.10377358490566], "std": [1.875412319681873, 2.003790018764988], "min": [0, 0], "max": [6, 6], "count": [848]}, "eef_velocity_action": {"mean": [0.27476415094339623, 0.22523584905660377], "std": [0.5997050698387624, 0.49997635891066255], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_acc_mag_action": {"mean": [0.43160377358490565, 0.4068396226415094], "std": [0.7460849220625998, 0.7208488266501294], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_sim_pose_state": {"mean": [0.41362671818915, 0.25117165180403145, 1.1803864205271835, -0.024875377771580158, 0.0171886437091461, 1.382312017857289, 0.45383776660308206, -0.19605393172102584, 1.137134109318038, -0.019300068481919078, -0.045072531075891806, -1.3038269495707195], "std": [0.05418220433411252, 0.029274964039602183, 0.03933748496062378, 0.019239925274313365, 0.03969541591551064, 0.12158067998651335, 0.05270094708795568, 0.014279173208148326, 0.00954510842431371, 0.09999777774644769, 0.029174594557602348, 0.04380373965001166], "min": [0.3726423480451738, 0.1793968329889504, 1.1402697192583062, -0.10585026001555553, -0.08191223304105644, 1.0715163248766888, 0.3961481432438269, -0.21081041930659003, 1.1280230841496444, -0.22450425273370866, -0.12771494561061214, -1.3872134189171001], "max": [0.5504370591711581, 0.3032266181047955, 1.2523136202016842, 0.021843049555104188, 0.10222065907662081, 1.5431974090304, 0.5668449713520922, -0.17100537392673118, 1.160752663680648, 0.05135577756505616, -0.017511393729949143, -1.177623677139921], "count": [848]}, "eef_sim_pose_action": {"mean": [0.4136827530774705, 0.25114915041459035, 1.1803694571636003, -0.0248347439163391, 0.017214459821969626, 1.3824216042387654, 0.4538794499983906, -0.19607949683750342, 1.1371148663163786, -0.01929899114795288, -0.045016532874450434, -1.3038234859616633], "std": [0.05417559750747049, 0.029272016615208712, 0.03935074439781904, 0.01929159977277608, 0.03971257602758132, 0.12167982770541334, 0.052669460446383286, 0.014285388311433781, 0.009546670490893482, 0.09999850662095833, 0.029176990619961735, 0.043803812774145884], "min": [0.3726423480451738, 0.1793968329889504, 1.1402697192583062, -0.10585026001555553, -0.08191223304105644, 1.0715163248766888, 0.3961481432438269, -0.21081041930659003, 1.1280230841496444, -0.22450425273370866, -0.12771494561061214, -1.3872134189171001], "max": [0.5504370591711581, 0.3032266181047955, 1.2523136202016842, 0.021843049555104188, 0.10222065907662081, 1.5431974090304, 0.5668449713520922, -0.17100537392673118, 1.160752663680648, 0.05135577756505616, -0.017511393729949143, -1.177623677139921], "count": [848]}, "gripper_mode_state": {"mean": [0.26297169811320753, 0.37028301886792453], "std": [0.44024718523195977, 0.48288042495629946], "min": [0, 0], "max": [1, 1], "count": [848]}, "gripper_activity_state": {"mean": [1.9893867924528301, 1.8985849056603774], "std": [0.13257465470761645, 0.40234908967318816], "min": [0, 0], "max": [2, 2], "count": [848]}, "gripper_mode_action": {"mean": [0.26297169811320753, 0.37028301886792453], "std": [0.44024718523195977, 0.48288042495629946], "min": [0, 0], "max": [1, 1], "count": [848]}, "gripper_activity_action": {"mean": [1.9893867924528301, 1.8985849056603774], "std": [0.13257465470761645, 0.40234908967318816], "min": [0, 0], "max": [2, 2], "count": [848]}}} +{"episode_index": 104, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46884553813663826]], [[0.46197779473424594]], [[0.4528783591791014]]], "std": [[[0.160714803350943]], [[0.1664071493422934]], [[0.17215606163122488]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4619381024684507]], [[0.45386940051177704]], [[0.44803769731162907]]], "std": [[[0.14868934865641184]], [[0.15094621051503707]], [[0.15591969500940764]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4586832608829695]], [[0.45961191654334693]], [[0.4490196245426892]]], "std": [[[0.1553563288308388]], [[0.15341804232613382]], [[0.16106227295787592]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5020734150840629]], [[0.49007761566366587]], [[0.47373983125745056]]], "std": [[[0.16351811566924304]], [[0.15192157937044518]], [[0.160017684471172]]], "count": [159]}, "observation.state": {"min": [-0.3891735076904297, -0.005497787147760391, -0.14617133140563965, -2.1982595920562744, -0.5877221822738647, -0.021101029589772224, -0.30290189385414124, -0.2832599878311157, 0.3252890110015869, 0.06892000138759613, -1.6257799863815308, -1.659515142440796, -1.1854034662246704, -0.17345081269741058, -0.000715585018042475, -0.2626371383666992, -1.7715964317321777, -0.07204718887805939, -0.10852456837892532, -0.026232298463582993, -0.3252260088920593, -0.5517399907112122, 0.10341499745845795, 1.2740082740783691, -1.4330395460128784, 0.8493199944496155, 0.0, 0.0, -0.017868245020508766, -0.17381542921066284, -0.8352897763252258, 1.9100691080093384, -1.0731289386749268, -0.0020883402321487665], "max": [0.3937637507915497, 0.5214694738388062, 0.27637287974357605, -1.5103381872177124, 0.011065387167036533, 0.379120409488678, -0.01979203335940838, -0.15938700735569, 0.5263170003890991, 0.22529999911785126, -1.232203483581543, -1.2757408618927002, -0.8762795925140381, 0.4236263036727905, 0.18931587040424347, -0.14912092685699463, -1.054964303970337, 0.08145451545715332, 0.16542230546474457, 0.17242106795310974, -0.2882719933986664, -0.37616199254989624, 0.12462300062179565, 1.5014039278030396, -1.3217555284500122, 1.0664958953857422, 1001.0, 1002.0, -0.01783064566552639, -0.17316313087940216, -0.8326599597930908, 1.9110223054885864, -1.0677988529205322, 0.003030940890312195], "mean": [0.12345423549413681, 0.22127170860767365, 0.07581816613674164, -1.8412436246871948, -0.22390592098236084, 0.10994354635477066, -0.08068406581878662, -0.2430131435394287, 0.3964754343032837, 0.17239530384540558, -1.3827365636825562, -1.3599293231964111, -1.1001149415969849, 0.08933353424072266, 0.09521406888961792, -0.1780339926481247, -1.4586567878723145, 0.04845082014799118, -0.04681653901934624, 0.11835696548223495, -0.3057365119457245, -0.45775306224823, 0.1185149997472763, 1.4522192478179932, -1.3710545301437378, 1.0204702615737915, 669.1019897460938, 683.7752075195312, -0.017846766859292984, -0.17351830005645752, -0.8342904448509216, 1.910700798034668, -1.070573091506958, 0.00057660520542413], "std": [0.24058671295642853, 0.1099994033575058, 0.10305546969175339, 0.14701977372169495, 0.12613853812217712, 0.14977025985717773, 0.07609759271144867, 0.049213480204343796, 0.05616197735071182, 0.050285957753658295, 0.12343260645866394, 0.08252966403961182, 0.10462569445371628, 0.15209518373012543, 0.05100928619503975, 0.03438179939985275, 0.17584596574306488, 0.04880736768245697, 0.08607173711061478, 0.06555663049221039, 0.007896092720329762, 0.045107778161764145, 0.007461640518158674, 0.07457997649908066, 0.023173924535512924, 0.07111191004514694, 457.81622314453125, 452.4790344238281, 2.4378971374972025e-06, 9.270893497159705e-05, 0.00033498340053483844, 0.0001351529499515891, 0.0006981667247600853, 0.0006530102109536529], "count": [863]}, "action": {"min": [-0.3891735076904297, -0.005497787147760391, -0.14617133140563965, -2.1982595920562744, -0.5877221822738647, -0.021101029589772224, -0.30290189385414124, -0.2832599878311157, 0.3252890110015869, 0.06892000138759613, -1.6257799863815308, -1.659515142440796, -1.1854034662246704, -0.17345081269741058, -0.000715585018042475, -0.2626371383666992, -1.7715964317321777, -0.07204718887805939, -0.10852456837892532, -0.026232298463582993, -0.3252260088920593, -0.5517399907112122, 0.10341499745845795, 1.2740082740783691, -1.4330395460128784, 0.8493199944496155, 0.0, 0.0, -0.017868245020508766, -0.17381542921066284, -0.8352897763252258, 1.9100691080093384, -1.0731289386749268, -0.0020883402321487665], "max": [0.3937637507915497, 0.5214694738388062, 0.27637287974357605, -1.5103381872177124, 0.011065387167036533, 0.379120409488678, -0.01979203335940838, -0.15938700735569, 0.5263170003890991, 0.22529999911785126, -1.232203483581543, -1.2757408618927002, -0.8762795925140381, 0.4236263036727905, 0.18931587040424347, -0.14912092685699463, -1.054964303970337, 0.08145451545715332, 0.16542230546474457, 0.17242106795310974, -0.2882719933986664, -0.37616199254989624, 0.12462300062179565, 1.5014039278030396, -1.3217555284500122, 1.0664958953857422, 1001.0, 1002.0, -0.01783064566552639, -0.17316313087940216, -0.8326599597930908, 1.9110223054885864, -1.0677988529205322, 0.003030940890312195], "mean": [0.12336871773004532, 0.22113756835460663, 0.07573579996824265, -1.8412855863571167, -0.22371746599674225, 0.11018817126750946, -0.08075416833162308, -0.24299150705337524, 0.3964984714984894, 0.17239661514759064, -1.3826675415039062, -1.3598819971084595, -1.1000053882598877, 0.08961857110261917, 0.09511280059814453, -0.17791748046875, -1.4583038091659546, 0.04846613109111786, -0.04686450585722923, 0.11857471615076065, -0.3057520389556885, -0.45784348249435425, 0.11853216588497162, 1.4522446393966675, -1.3711169958114624, 1.0204644203186035, 669.1019897460938, 683.7752075195312, -0.017846759408712387, -0.17351803183555603, -0.8342906832695007, 1.9107009172439575, -1.070573091506958, 0.0005766645772382617], "std": [0.24054932594299316, 0.11004616320133209, 0.10311022400856018, 0.1470271646976471, 0.1262151598930359, 0.14972813427448273, 0.07606925070285797, 0.049199897795915604, 0.056153781712055206, 0.050286728888750076, 0.12349672615528107, 0.0825652927160263, 0.10458590090274811, 0.15183299779891968, 0.050909511744976044, 0.03426511585712433, 0.17552366852760315, 0.048814792186021805, 0.08609278500080109, 0.06538887321949005, 0.007882432080805302, 0.04502230882644653, 0.007458318490535021, 0.07459127902984619, 0.023135865107178688, 0.07110852748155594, 457.81622314453125, 452.4790344238281, 2.442723143758485e-06, 9.300905367126688e-05, 0.00033500840072520077, 0.0001351234532194212, 0.000698164920322597, 0.0006530199898406863], "count": [863]}, "timestamp": {"min": [0.0], "max": [28.733333333333334], "mean": [14.366666666666664], "std": [8.304215796810679], "count": [863]}, "frame_index": {"min": [0], "max": [862], "mean": [431.0], "std": [249.12647390432033], "count": [863]}, "episode_index": {"min": [104], "max": [104], "mean": [104.0], "std": [0.0], "count": [863]}, "index": {"min": [89152], "max": [90014], "mean": [89583.0], "std": [249.12647390432033], "count": [863]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [863]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7056778679026651, 0.6824936269327074], "std": [0.45573744047972586, 0.4515792577235497], "count": [863]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7056778679026651, 0.6824936269327074], "std": [0.45573744047972586, 0.4515792577235497], "count": [863]}, "eef_direction_state": {"mean": [5.001158748551564, 5.286210892236385], "std": [1.9516160345451339, 1.8583393543666864], "min": [0, 0], "max": [6, 6], "count": [863]}, "eef_velocity_state": {"mean": [0.33719582850521435, 0.17265353418308227], "std": [0.6154405801159957, 0.46083533329273263], "min": [0, 0], "max": [2, 2], "count": [863]}, "eef_acc_mag_state": {"mean": [0.5179606025492468, 0.30243337195828507], "std": [0.7803136982912747, 0.6495072469718383], "min": [0, 0], "max": [2, 2], "count": [863]}, "eef_direction_action": {"mean": [5.001158748551564, 5.286210892236385], "std": [1.9516160345451339, 1.8583393543666864], "min": [0, 0], "max": [6, 6], "count": [863]}, "eef_velocity_action": {"mean": [0.33719582850521435, 0.17265353418308227], "std": [0.6154405801159957, 0.46083533329273263], "min": [0, 0], "max": [2, 2], "count": [863]}, "eef_acc_mag_action": {"mean": [0.5179606025492468, 0.30243337195828507], "std": [0.7803136982912747, 0.6495072469718383], "min": [0, 0], "max": [2, 2], "count": [863]}, "eef_sim_pose_state": {"mean": [0.41635082098321113, 0.24585626632730367, 1.1977818201530666, -0.01135655730756556, -0.0050752208321060074, 1.3487381545038186, 0.47899254287528387, -0.1996450702536463, 1.1362988360028887, -0.0001565127761265831, -0.05809080811365812, -1.2790577036986595], "std": [0.05828381340087441, 0.04122552502747143, 0.04912892457473693, 0.02312770343670209, 0.05526729162528964, 0.1402936136520083, 0.045161247744239484, 0.011085031384272748, 0.006808936987300901, 0.08960500850000103, 0.023500392950315172, 0.029879821135470854], "min": [0.3490451151894381, 0.15432777301730335, 1.1567906528388745, -0.047655877781768385, -0.10690894212950397, 1.0159835353269036, 0.39636714676575974, -0.20862241459804623, 1.1306742556380407, -0.21031241422811686, -0.12475360570764837, -1.353104591792457], "max": [0.5479995931993417, 0.30882652666170124, 1.27832814199747, 0.07344427830570799, 0.08811939326288476, 1.487605923569265, 0.5722284989191485, -0.17741069481372174, 1.1498166029784298, 0.05447536870826719, -0.027420803425397766, -1.2352851209071698], "count": [863]}, "eef_sim_pose_action": {"mean": [0.41637364420437667, 0.24585245408205098, 1.1978149157897453, -0.011255951010094384, -0.005150767630070478, 1.348782100852671, 0.4790847080498158, -0.19966801118723002, 1.1362828811252403, -0.0001528741206530511, -0.058061005069678255, -1.2790037819769646], "std": [0.05827481408366796, 0.041223972764619525, 0.049110945052885255, 0.02328677362748627, 0.055259743157103546, 0.14032982365913926, 0.04507363633419005, 0.011082805421571883, 0.006805822095831887, 0.08960702014834164, 0.023504523264443043, 0.029876751978490722], "min": [0.3490451151894381, 0.15432777301730335, 1.1567906528388745, -0.047655877781768385, -0.10690894212950397, 1.0159835353269036, 0.39636714676575974, -0.20862241459804623, 1.1306742556380407, -0.21031241422811686, -0.12475360570764837, -1.353104591792457], "max": [0.5479995931993417, 0.30882652666170124, 1.27832814199747, 0.07344427830570799, 0.08811939326288476, 1.487605923569265, 0.5722284989191485, -0.17741069481372174, 1.1498166029784298, 0.05447536870826719, -0.027420803425397766, -1.2352851209071698], "count": [863]}, "gripper_mode_state": {"mean": [0.2943221320973349, 0.31517960602549244], "std": [0.45573744047972586, 0.46458736742522594], "min": [0, 0], "max": [1, 1], "count": [863]}, "gripper_activity_state": {"mean": [1.9895712630359212, 1.8945538818076477], "std": [0.1314247682851242, 0.4019137349497433], "min": [0, 0], "max": [2, 2], "count": [863]}, "gripper_mode_action": {"mean": [0.2943221320973349, 0.31517960602549244], "std": [0.45573744047972586, 0.46458736742522594], "min": [0, 0], "max": [1, 1], "count": [863]}, "gripper_activity_action": {"mean": [1.9895712630359212, 1.8945538818076477], "std": [0.1314247682851242, 0.4019137349497433], "min": [0, 0], "max": [2, 2], "count": [863]}}} +{"episode_index": 105, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47061156644186336]], [[0.46292066316972647]], [[0.45353690520794304]]], "std": [[[0.15464687704184557]], [[0.160112306119875]], [[0.1653886360993716]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4644790795033512]], [[0.4572604595978519]], [[0.4509227654968569]]], "std": [[[0.1470651430942227]], [[0.1485122595884498]], [[0.15347589736268316]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4630952096602972]], [[0.46433606791973686]], [[0.45420531383997337]]], "std": [[[0.157240914789601]], [[0.15575538150890025]], [[0.1634040722028043]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48360781711835477]], [[0.4735527598247367]], [[0.45989301158361434]]], "std": [[[0.15609707718472274]], [[0.14703805796882913]], [[0.15488224367084555]]], "count": [157]}, "observation.state": {"min": [-0.4044800400733948, 0.036791540682315826, -0.16805775463581085, -2.192656993865967, -0.6428571343421936, -0.020804325118660927, -0.3012438416481018, -0.2836340069770813, 0.31952300667762756, 0.07007399946451187, -1.5928196907043457, -1.7085219621658325, -1.1854034662246704, -0.17388716340065002, -0.013247049413621426, -0.2626371383666992, -1.774476170539856, -0.230994313955307, -0.06375688314437866, -0.02626720443367958, -0.31777098774909973, -0.5500839948654175, 0.09555699676275253, 1.3271257877349854, -1.38883376121521, 0.7085540890693665, 0.0, 0.0, -0.01784568652510643, -0.1739545464515686, -0.8346408605575562, 1.9104145765304565, -1.071142554283142, -0.0025401811581104994], "max": [0.41378265619277954, 0.48780205845832825, 0.32335716485977173, -1.486496925354004, -0.04029965400695801, 0.3452610373497009, -0.019809486344456673, -0.16622400283813477, 0.5285239815711975, 0.21757599711418152, -1.2314863204956055, -1.2942101955413818, -0.911607563495636, 0.4242022931575775, 0.1892460584640503, -0.12657126784324646, -1.0983531475067139, 0.06600835174322128, 0.22884757816791534, 0.15161675214767456, -0.2885180115699768, -0.3761650025844574, 0.1272670030593872, 1.4785974025726318, -1.210900902748108, 1.0666645765304565, 1001.0, 1003.0, -0.017825007438659668, -0.1729375422000885, -0.8335481882095337, 1.9104478359222412, -1.0700902938842773, 0.003481832565739751], "mean": [0.1254686713218689, 0.23743832111358643, 0.08545952290296555, -1.8380789756774902, -0.2532849907875061, 0.1030678004026413, -0.07680719345808029, -0.2456752210855484, 0.395216166973114, 0.17284607887268066, -1.3809096813201904, -1.3788673877716064, -1.1001732349395752, 0.019462324678897858, 0.07923830300569534, -0.17026512324810028, -1.5538275241851807, -0.016469666734337807, 0.05319744721055031, 0.08617576956748962, -0.30746638774871826, -0.43913882970809937, 0.11783929169178009, 1.3896394968032837, -1.344359040260315, 0.9612489342689514, 624.4993896484375, 633.6369018554688, -0.01783999800682068, -0.1736794114112854, -0.8344340920448303, 1.9104100465774536, -1.0705695152282715, 0.0005944069125689566], "std": [0.2427285760641098, 0.09021632373332977, 0.11080093681812286, 0.14397241175174713, 0.1313023716211319, 0.1484571248292923, 0.07489277422428131, 0.048197075724601746, 0.05553920939564705, 0.04908306151628494, 0.11793962121009827, 0.11278346925973892, 0.10507627576589584, 0.15928640961647034, 0.05267007648944855, 0.042458731681108475, 0.17056220769882202, 0.09694012999534607, 0.08137349784374237, 0.04993975907564163, 0.007545410189777613, 0.045841727405786514, 0.010404734872281551, 0.040728840976953506, 0.05710267648100853, 0.11123337596654892, 471.52069091796875, 469.5158386230469, 9.498414215158846e-07, 8.637282007839531e-05, 0.00012947263894602656, 1.934894680744037e-05, 0.00031397174461744726, 0.0007739480352029204], "count": [851]}, "action": {"min": [-0.4044800400733948, 0.036791540682315826, -0.16805775463581085, -2.192656993865967, -0.6428571343421936, -0.020804325118660927, -0.3012438416481018, -0.2836340069770813, 0.31952300667762756, 0.07007399946451187, -1.5928196907043457, -1.7085219621658325, -1.1854034662246704, -0.17388716340065002, -0.013247049413621426, -0.2626371383666992, -1.774476170539856, -0.230994313955307, -0.06375688314437866, -0.02626720443367958, -0.31777098774909973, -0.5500839948654175, 0.09555699676275253, 1.3271257877349854, -1.38883376121521, 0.7085540890693665, 0.0, 0.0, -0.01784568652510643, -0.1739545464515686, -0.8346408605575562, 1.9104145765304565, -1.071142554283142, -0.0025401811581104994], "max": [0.41378265619277954, 0.48780205845832825, 0.32335716485977173, -1.486496925354004, -0.04029965400695801, 0.3452610373497009, -0.019809486344456673, -0.16622400283813477, 0.5285239815711975, 0.21757599711418152, -1.2314863204956055, -1.2942101955413818, -0.911607563495636, 0.4242022931575775, 0.1892460584640503, -0.12657126784324646, -1.0983531475067139, 0.06600835174322128, 0.22884757816791534, 0.15161675214767456, -0.2885180115699768, -0.3761650025844574, 0.1272670030593872, 1.4785974025726318, -1.210900902748108, 1.0666645765304565, 1001.0, 1003.0, -0.017825007438659668, -0.1729375422000885, -0.8335481882095337, 1.9104478359222412, -1.0700902938842773, 0.003481832565739751], "mean": [0.12541738152503967, 0.2373926192522049, 0.08538331836462021, -1.8381694555282593, -0.2531404197216034, 0.10330671817064285, -0.07692722231149673, -0.24564331769943237, 0.3952287435531616, 0.17285029590129852, -1.380932331085205, -1.3788421154022217, -1.0999995470046997, 0.019628509879112244, 0.07911010831594467, -0.1701234132051468, -1.5536226034164429, -0.01651093177497387, 0.05330243334174156, 0.08634375780820847, -0.3074878752231598, -0.4391982853412628, 0.11785855144262314, 1.3895354270935059, -1.344421625137329, 0.9611826539039612, 624.4993896484375, 633.6357421875, -0.01783999614417553, -0.1736796498298645, -0.8344338536262512, 1.9104100465774536, -1.0705692768096924, 0.0005943412543274462], "std": [0.24270348250865936, 0.09022435545921326, 0.11085297167301178, 0.14400362968444824, 0.13136938214302063, 0.14842136204242706, 0.07488325983285904, 0.04818116873502731, 0.05553393438458443, 0.04908568784594536, 0.11792533844709396, 0.11279945075511932, 0.1050586923956871, 0.15915904939174652, 0.05253493785858154, 0.04235154762864113, 0.17040550708770752, 0.09691279381513596, 0.08127986639738083, 0.049801863729953766, 0.007527361623942852, 0.04579286649823189, 0.01040478516370058, 0.04062434658408165, 0.05711624398827553, 0.11118802428245544, 471.52069091796875, 469.515380859375, 9.516566024103668e-07, 8.638336294097826e-05, 0.00012950060772709548, 1.9362287275725976e-05, 0.00031404750188812613, 0.0007739412831142545], "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": [105], "max": [105], "mean": [105.0], "std": [0.0], "count": [851]}, "index": {"min": [90015], "max": [90865], "mean": [90440.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.663924794359577, 0.6323983547585271], "std": [0.4723649667303555, 0.4685418312828889], "count": [851]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.663924794359577, 0.6323983547585271], "std": [0.47236496673035555, 0.4685418312828889], "count": [851]}, "eef_direction_state": {"mean": [4.954171562867215, 5.038777908343126], "std": [2.058832878436226, 2.1202732261421815], "min": [0, 0], "max": [6, 6], "count": [851]}, "eef_velocity_state": {"mean": [0.3219741480611046, 0.20329024676850763], "std": [0.6129996783662717, 0.4622414954632853], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_acc_mag_state": {"mean": [0.4900117508813161, 0.3736780258519389], "std": [0.7700817939086897, 0.7018277194593546], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_direction_action": {"mean": [4.954171562867215, 5.038777908343126], "std": [2.058832878436226, 2.120273226142181], "min": [0, 0], "max": [6, 6], "count": [851]}, "eef_velocity_action": {"mean": [0.3219741480611046, 0.20329024676850763], "std": [0.6129996783662717, 0.46224149546328525], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_acc_mag_action": {"mean": [0.4900117508813161, 0.3736780258519389], "std": [0.7700817939086897, 0.7018277194593546], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_sim_pose_state": {"mean": [0.4154347452155198, 0.24738913789547273, 1.1951837448968792, -0.009930491643623807, 0.007516736001599463, 1.3385047113515978, 0.4592842609196721, -0.19431506077065108, 1.1426927168506096, -0.07267746512154676, -0.08908414372443031, -1.3100002706605345], "std": [0.0580571431294221, 0.03851848469105941, 0.0483042314528891, 0.021337243289313898, 0.06777802571308382, 0.1483970431360934, 0.04620593457586671, 0.012640762260019051, 0.007004944239489668, 0.0868994326242628, 0.08438825317424843, 0.009123201128809136], "min": [0.34511021743725423, 0.15998558249466457, 1.1567970467560456, -0.053257665972163304, -0.12983244971846686, 0.9955248501406639, 0.39637412846580433, -0.20407235831318501, 1.1367082343552044, -0.25421184269833763, -0.2829276113709016, -1.3339058163698136], "max": [0.5521328895252978, 0.3135425702830819, 1.272107555066682, 0.061179994151256634, 0.17802019552399662, 1.4514876814752595, 0.5714608443091226, -0.1654116169225937, 1.1569233712307032, 0.048127619686105017, -0.03597122403697428, -1.2648494566406137], "count": [851]}, "eef_sim_pose_action": {"mean": [0.4154481788152749, 0.24739777704475738, 1.1952261120657488, -0.009839681507341751, 0.007401172791101316, 1.3384610587543744, 0.4593433250607755, -0.19433298717265549, 1.1426840374303584, -0.07278939345288314, -0.08905040076516922, -1.3100065350463708], "std": [0.05805107515046246, 0.038523152649430646, 0.048286360304176205, 0.021468680077660365, 0.0678188952847835, 0.14837090663245725, 0.04615758952515768, 0.012643569732886299, 0.007007226663672453, 0.08680511669198006, 0.08440267432199126, 0.009121129088560968], "min": [0.34511021743725423, 0.15998558249466457, 1.1567970467560456, -0.053257665972163304, -0.12983244971846686, 0.9955248501406639, 0.39637412846580433, -0.20407235831318501, 1.1367082343552044, -0.25421184269833763, -0.2829276113709016, -1.3339058163698136], "max": [0.5521328895252978, 0.3135425702830819, 1.272107555066682, 0.061179994151256634, 0.17802019552399662, 1.4514876814752595, 0.5714608443091226, -0.1654116169225937, 1.1569233712307032, 0.048127619686105017, -0.03597122403697428, -1.2648494566406137], "count": [851]}, "gripper_mode_state": {"mean": [0.33607520564042304, 0.3654524089306698], "std": [0.4723649667303555, 0.4815567938856661], "min": [0, 0], "max": [1, 1], "count": [851]}, "gripper_activity_state": {"mean": [1.9894242068155112, 1.9048178613396005], "std": [0.13234226298755405, 0.386752192298068], "min": [0, 0], "max": [2, 2], "count": [851]}, "gripper_mode_action": {"mean": [0.33607520564042304, 0.3654524089306698], "std": [0.47236496673035555, 0.481556793885666], "min": [0, 0], "max": [1, 1], "count": [851]}, "gripper_activity_action": {"mean": [1.9894242068155112, 1.9048178613396005], "std": [0.13234226298755405, 0.386752192298068], "min": [0, 0], "max": [2, 2], "count": [851]}}} +{"episode_index": 106, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47273561432637573]], [[0.46720333517815726]], [[0.4586222657073582]]], "std": [[[0.1559562386522779]], [[0.1601848444550753]], [[0.16563895103152995]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4635847182690281]], [[0.45834822238035]], [[0.45189699030149694]]], "std": [[[0.14713800378514497]], [[0.14825582547570781]], [[0.1530072148248559]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46971812539531943]], [[0.4698048044486612]], [[0.45924454986295593]]], "std": [[[0.15993059060876802]], [[0.15728375973110129]], [[0.16537078864330532]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4878508393948977]], [[0.47964356947079906]], [[0.4646627306029939]]], "std": [[[0.15709726140224944]], [[0.14916261277621826]], [[0.15667450071644892]]], "count": [155]}, "observation.state": {"min": [-0.4184775948524475, 0.0423416905105114, -0.13840460777282715, -2.180980920791626, -0.45731115341186523, -0.020874137058854103, -0.2617470324039459, -0.28328201174736023, 0.3162890076637268, 0.06562300026416779, -1.6398426294326782, -1.5349621772766113, -1.1880580186843872, -0.17346827685832977, 0.006719517521560192, -0.2626197040081024, -1.7714568376541138, -0.13370966911315918, -0.06377433240413666, -0.026232298463582993, -0.32687899470329285, -0.550180971622467, 0.09815199673175812, 1.3486976623535156, -1.359387755393982, 0.7942692637443542, 0.0, 0.0, -0.017843805253505707, -0.17421022057533264, -0.8351249694824219, 1.910212516784668, -1.0712573528289795, -0.0014153250958770514], "max": [0.4492826759815216, 0.48865726590156555, 0.2891312539577484, -1.4917852878570557, -0.0193033404648304, 0.351439505815506, -0.019809486344456673, -0.16347099840641022, 0.5287899971008301, 0.2221509963274002, -1.265567660331726, -1.223960041999817, -0.8953513503074646, 0.42497023940086365, 0.18931587040424347, -0.11285299062728882, -1.0426945686340332, 0.06592108309268951, 0.1008276715874672, 0.13587388396263123, -0.29185500741004944, -0.37615400552749634, 0.1406800001859665, 1.4784364700317383, -1.274651288986206, 1.0692963600158691, 1001.0, 1002.0, -0.017826886847615242, -0.17271007597446442, -0.8334254026412964, 1.9105192422866821, -1.069611668586731, 0.00312586547806859], "mean": [0.1543131023645401, 0.2322365641593933, 0.06573407351970673, -1.8621549606323242, -0.22335846722126007, 0.09703437983989716, -0.08278850466012955, -0.24595411121845245, 0.3883682191371918, 0.17832840979099274, -1.3843321800231934, -1.346545696258545, -1.09689199924469, 0.040079232305288315, 0.08275610953569412, -0.15790361166000366, -1.496903419494629, 0.008637124672532082, -0.01667087711393833, 0.07903140038251877, -0.31391647458076477, -0.4458337724208832, 0.12589579820632935, 1.3939636945724487, -1.333598256111145, 1.0093711614608765, 724.8236083984375, 674.8939208984375, -0.017839567735791206, -0.17326068878173828, -0.83437180519104, 1.9104787111282349, -1.0705492496490479, 0.000495286425575614], "std": [0.2302158623933792, 0.09014212340116501, 0.10711979866027832, 0.14098423719406128, 0.10399792343378067, 0.14526143670082092, 0.07510015368461609, 0.048088137060403824, 0.05199310928583145, 0.04808570817112923, 0.1293555498123169, 0.07534757256507874, 0.11214932799339294, 0.16192375123500824, 0.05189066007733345, 0.055664949119091034, 0.1893254816532135, 0.06055235490202904, 0.04451097920536995, 0.04817714914679527, 0.010245224460959435, 0.04694405198097229, 0.016124173998832703, 0.04097842797636986, 0.021656736731529236, 0.08616843819618225, 432.8683166503906, 455.4432067871094, 1.0865870763154817e-06, 0.0004540512163657695, 0.0003019125433638692, 4.9514601414557546e-05, 0.00037872244138270617, 0.0005645971978083253], "count": [839]}, "action": {"min": [-0.4184775948524475, 0.0423416905105114, -0.13840460777282715, -2.180980920791626, -0.45731115341186523, -0.020874137058854103, -0.2617470324039459, -0.28328201174736023, 0.3162890076637268, 0.06562300026416779, -1.6398426294326782, -1.5349621772766113, -1.1880580186843872, -0.17346827685832977, 0.006719517521560192, -0.2626197040081024, -1.7714568376541138, -0.13370966911315918, -0.06377433240413666, -0.026232298463582993, -0.32687899470329285, -0.550180971622467, 0.09815199673175812, 1.3486976623535156, -1.359387755393982, 0.7942692637443542, 0.0, 0.0, -0.017843805253505707, -0.17421022057533264, -0.8351249694824219, 1.910212516784668, -1.0712573528289795, -0.0014153250958770514], "max": [0.4492826759815216, 0.48865726590156555, 0.2891312539577484, -1.4917852878570557, -0.0193033404648304, 0.351439505815506, -0.019809486344456673, -0.16347099840641022, 0.5287899971008301, 0.2221509963274002, -1.265567660331726, -1.223960041999817, -0.8953513503074646, 0.42497023940086365, 0.18931587040424347, -0.11285299062728882, -1.0426945686340332, 0.06592108309268951, 0.1008276715874672, 0.13587388396263123, -0.29185500741004944, -0.3761630058288574, 0.1406800001859665, 1.4784364700317383, -1.274651288986206, 1.0692963600158691, 1001.0, 1002.0, -0.017826886847615242, -0.17271007597446442, -0.8334254026412964, 1.9105192422866821, -1.069611668586731, 0.00312586547806859], "mean": [0.15431351959705353, 0.23211845755577087, 0.06560321897268295, -1.8622421026229858, -0.22316034138202667, 0.09720460325479507, -0.08287984877824783, -0.24593308568000793, 0.3883683681488037, 0.17834752798080444, -1.3842991590499878, -1.3464409112930298, -1.0967903137207031, 0.040286239236593246, 0.08262025564908981, -0.15772733092308044, -1.496612310409546, 0.008601243607699871, -0.01663767546415329, 0.07919003069400787, -0.3139468729496002, -0.44590744376182556, 0.12593156099319458, 1.393843650817871, -1.3336193561553955, 1.0093575716018677, 724.8236083984375, 674.8939208984375, -0.017839567735791206, -0.173259437084198, -0.8343719840049744, 1.9104787111282349, -1.070549488067627, 0.0004953497555106878], "std": [0.2302161157131195, 0.09019545465707779, 0.10721556097269058, 0.14099884033203125, 0.10409784317016602, 0.1452069729566574, 0.07507015764713287, 0.04807564988732338, 0.05199303850531578, 0.048098236322402954, 0.1293814480304718, 0.07544714957475662, 0.11210830509662628, 0.16176219284534454, 0.05176088586449623, 0.05556688457727432, 0.1890912801027298, 0.06052718684077263, 0.04448641836643219, 0.04804958775639534, 0.010218298062682152, 0.04688308760523796, 0.01612148992717266, 0.04088713973760605, 0.02166096121072769, 0.08616054058074951, 432.8683166503906, 455.4432067871094, 1.0865870763154817e-06, 0.0004540724621620029, 0.00030190293909981847, 4.9488568038214e-05, 0.000378748110961169, 0.0005645952187478542], "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": [106], "max": [106], "mean": [106.0], "std": [0.0], "count": [839]}, "index": {"min": [90866], "max": [91704], "mean": [91285.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7628128724672228, 0.673654350393293], "std": [0.4253579599179096, 0.4545561716201447], "count": [839]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7628128724672228, 0.673654350393293], "std": [0.4253579599179096, 0.4545561716201447], "count": [839]}, "eef_direction_state": {"mean": [4.799761620977354, 5.222884386174017], "std": [2.1500228544185913, 1.931891752836763], "min": [0, 0], "max": [6, 6], "count": [839]}, "eef_velocity_state": {"mean": [0.3766388557806913, 0.18235995232419547], "std": [0.6412351400655989, 0.4645975962630468], "min": [0, 0], "max": [2, 2], "count": [839]}, "eef_acc_mag_state": {"mean": [0.5172824791418356, 0.3361144219308701], "std": [0.7777442122299989, 0.6758350090769526], "min": [0, 0], "max": [2, 2], "count": [839]}, "eef_direction_action": {"mean": [4.799761620977354, 5.222884386174017], "std": [2.1500228544185913, 1.931891752836763], "min": [0, 0], "max": [6, 6], "count": [839]}, "eef_velocity_action": {"mean": [0.3766388557806913, 0.18235995232419547], "std": [0.6412351400655989, 0.4645975962630468], "min": [0, 0], "max": [2, 2], "count": [839]}, "eef_acc_mag_action": {"mean": [0.5172824791418356, 0.3361144219308701], "std": [0.7777442122299989, 0.6758350090769526], "min": [0, 0], "max": [2, 2], "count": [839]}, "eef_sim_pose_state": {"mean": [0.4080970255056269, 0.25107835131468115, 1.1948613845126665, -0.011367816844327742, -0.01548533924389469, 1.3544129194441064, 0.4651485012323635, -0.2009013493030426, 1.132411886460325, -0.037726570363014605, -0.07296545981650464, -1.3311497584919159], "std": [0.05450488909942485, 0.03698822781566163, 0.048263363866894324, 0.017702307982793788, 0.060915100103802904, 0.1442355532307944, 0.047035052683757045, 0.014549100993407978, 0.006971700549217894, 0.06503109163309094, 0.05295072685725223, 0.026189656285261195], "min": [0.33770647259923614, 0.15758510583865432, 1.1567658414369786, -0.040959267774608565, -0.12878930641849817, 1.048473211216225, 0.39636475007356825, -0.2138180104241436, 1.1265038457956602, -0.18163350654710642, -0.20421771848418713, -1.353441854419013], "max": [0.5533074787400559, 0.30721380824817196, 1.2741976677409823, 0.03946275823693046, 0.053222725541900884, 1.4979819694574703, 0.5707699580466531, -0.1771307519292047, 1.144626531017902, 0.04918418285269266, -0.036035744978702766, -1.2424609163784242], "count": [839]}, "eef_sim_pose_action": {"mean": [0.4080965781921543, 0.2510906120100809, 1.1948897599496393, -0.011303201802295439, -0.015600610079789337, 1.354470800606703, 0.4652202688888146, -0.2009304874495567, 1.1323906783069853, -0.037807568069188786, -0.07292930996540584, -1.3312050102316262], "std": [0.05450509252325711, 0.03699439193970855, 0.04824796598281022, 0.017778544741082418, 0.060915261180028143, 0.14428202343863297, 0.04697597254944732, 0.014549118428584534, 0.006961954748794262, 0.06496657201285845, 0.052964779503917016, 0.026181680606885766], "min": [0.33770647259923614, 0.15758510583865432, 1.1567658414369786, -0.040959267774608565, -0.12878930641849817, 1.048473211216225, 0.39636475007356825, -0.2138180104241436, 1.1265038457956602, -0.18163350654710642, -0.20421771848418713, -1.353441854419013], "max": [0.5533074787400559, 0.30721380824817196, 1.2741976677409823, 0.03946275823693046, 0.053222725541900884, 1.4979819694574703, 0.5707699580466531, -0.1771307519292047, 1.144626531017902, 0.04918418285269266, -0.036035744978702766, -1.2424609163784242], "count": [839]}, "gripper_mode_state": {"mean": [0.23718712753277713, 0.3253873659117998], "std": [0.4253579599179096, 0.4685193998297055], "min": [0, 0], "max": [1, 1], "count": [839]}, "gripper_activity_state": {"mean": [1.9892729439809296, 1.898688915375447], "std": [0.13327924432414123, 0.3972320167076619], "min": [0, 0], "max": [2, 2], "count": [839]}, "gripper_mode_action": {"mean": [0.23718712753277713, 0.3253873659117998], "std": [0.4253579599179096, 0.4685193998297055], "min": [0, 0], "max": [1, 1], "count": [839]}, "gripper_activity_action": {"mean": [1.9892729439809296, 1.898688915375447], "std": [0.13327924432414123, 0.3972320167076619], "min": [0, 0], "max": [2, 2], "count": [839]}}} +{"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.46507613391217056]], [[0.461615505788372]], [[0.4522346159596736]]], "std": [[[0.1643903956388645]], [[0.16964107057733538]], [[0.1750007073504699]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642518769490367]], [[0.4618330796915716]], [[0.4559317436669657]]], "std": [[[0.14881481534259133]], [[0.1511668221279145]], [[0.1556193650683732]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653453412683156]], [[0.4688948267760263]], [[0.45678141953949336]]], "std": [[[0.1515954349039431]], [[0.15364050877534766]], [[0.16389320982128572]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48533536914221026]], [[0.48230640992780555]], [[0.4702391881861677]]], "std": [[[0.164349697048329]], [[0.16106034648731332]], [[0.1686748275958832]]], "count": [153]}, "observation.state": {"min": [-0.4310963451862335, 0.06543239206075668, -0.0708603635430336, -2.130889892578125, -0.39906951785087585, -0.020804325118660927, -0.19130554795265198, -0.2832469940185547, 0.3417910039424896, 0.07113999873399734, -1.6274538040161133, -1.50880765914917, -1.1854034662246704, -0.17465509474277496, -0.027436576783657074, -0.26256734132766724, -1.7869902849197388, -0.25183355808258057, -0.0636521577835083, -0.026162484660744667, -0.31769999861717224, -0.5507869720458984, 0.07953999936580658, 1.3476057052612305, -1.490308165550232, 0.73470139503479, 0.0, 0.0, -0.01790960319340229, -0.17393198609352112, -0.8357105255126953, 1.910111904144287, -1.0738111734390259, -0.0021642798092216253], "max": [0.33538246154785156, 0.39098867774009705, 0.2922903001308441, -1.4930418729782104, -0.054454270750284195, 0.3576703369617462, -0.01984439231455326, -0.1564590036869049, 0.532371997833252, 0.2097170054912567, -1.2297160625457764, -1.3183525800704956, -0.8999404907226562, 0.4288099408149719, 0.1892460584640503, -0.14425146579742432, -1.0673385858535767, 0.1416858285665512, 0.21088813245296478, 0.13397148251533508, -0.2803089916706085, -0.3761650025844574, 0.12126000225543976, 1.4755313396453857, -1.1839773654937744, 1.1054881811141968, 1001.0, 1002.0, -0.017362557351589203, -0.17162726819515228, -0.832115650177002, 1.9112426042556763, -1.066767930984497, 0.004919939674437046], "mean": [0.1386391967535019, 0.2306373417377472, 0.07747913897037506, -1.8346225023269653, -0.23376214504241943, 0.08923209458589554, -0.07233079522848129, -0.2510319650173187, 0.3935917019844055, 0.17824958264827728, -1.3690214157104492, -1.3551515340805054, -1.110417366027832, 0.04304540902376175, 0.06038675457239151, -0.1766754537820816, -1.5345659255981445, -0.03023461252450943, 0.024522827938199043, 0.0754537582397461, -0.3007112741470337, -0.4458483159542084, 0.11085402220487595, 1.4146147966384888, -1.3248894214630127, 0.9910151362419128, 768.2521362304688, 699.5393676757812, -0.017773866653442383, -0.17287607491016388, -0.8343088626861572, 1.910624384880066, -1.070622444152832, 0.0005140201537869871], "std": [0.2314932495355606, 0.05842472240328789, 0.08808691799640656, 0.1167495995759964, 0.07244684547185898, 0.14987078309059143, 0.07019312679767609, 0.04829421266913414, 0.051719699054956436, 0.04365136846899986, 0.12019531428813934, 0.05403589829802513, 0.10481809079647064, 0.1596924364566803, 0.05377114191651344, 0.04017847031354904, 0.18201296031475067, 0.10814513266086578, 0.08537085354328156, 0.04216199740767479, 0.008451943285763264, 0.04601964354515076, 0.011656451039016247, 0.029834486544132233, 0.06474469602108002, 0.12577921152114868, 406.6951904296875, 444.9458923339844, 0.00015616868040524423, 0.00037822386366315186, 0.0004147175932303071, 0.00018883835582528263, 0.0008042044355534017, 0.0008338469197042286], "count": [825]}, "action": {"min": [-0.4310963451862335, 0.06543239206075668, -0.0708603635430336, -2.130889892578125, -0.39906951785087585, -0.020804325118660927, -0.19130554795265198, -0.2832469940185547, 0.3417910039424896, 0.07113999873399734, -1.6274538040161133, -1.50880765914917, -1.1854034662246704, -0.17465509474277496, -0.027436576783657074, -0.26256734132766724, -1.7869902849197388, -0.25183355808258057, -0.0636521577835083, -0.026162484660744667, -0.31769999861717224, -0.5507869720458984, 0.07953999936580658, 1.3476057052612305, -1.490308165550232, 0.73470139503479, 0.0, 0.0, -0.01790960319340229, -0.17393198609352112, -0.8357105255126953, 1.910111904144287, -1.0738111734390259, -0.0021642798092216253], "max": [0.33538246154785156, 0.39098867774009705, 0.2922903001308441, -1.4930418729782104, -0.054454270750284195, 0.3576703369617462, -0.01984439231455326, -0.1564590036869049, 0.532371997833252, 0.2097170054912567, -1.2297160625457764, -1.3183525800704956, -0.8999404907226562, 0.4288099408149719, 0.1892460584640503, -0.14425146579742432, -1.0673385858535767, 0.1416858285665512, 0.21088813245296478, 0.13397148251533508, -0.2803089916706085, -0.3761650025844574, 0.12126000225543976, 1.4755313396453857, -1.1839773654937744, 1.1054881811141968, 1001.0, 1002.0, -0.017362557351589203, -0.17162726819515228, -0.832115650177002, 1.9112426042556763, -1.066767930984497, 0.004919939674437046], "mean": [0.1385061889886856, 0.2305806428194046, 0.07743532955646515, -1.8345941305160522, -0.23367291688919067, 0.0895412266254425, -0.07246173918247223, -0.25102922320365906, 0.3936263620853424, 0.17824548482894897, -1.3689470291137695, -1.3552477359771729, -1.1102041006088257, 0.04325629025697708, 0.06022714450955391, -0.1765344738960266, -1.5343185663223267, -0.030292749404907227, 0.02456805668771267, 0.0756070539355278, -0.30072277784347534, -0.4459215998649597, 0.11086641997098923, 1.414547085762024, -1.3249163627624512, 0.9910125136375427, 768.2521362304688, 699.5393676757812, -0.017773371189832687, -0.1728772670030594, -0.834308922290802, 1.910624384880066, -1.070622205734253, 0.000514067301992327], "std": [0.23145167529582977, 0.05843735486268997, 0.0881134495139122, 0.11674897372722626, 0.07246742397546768, 0.14990665018558502, 0.07019590586423874, 0.04829246178269386, 0.051711179316043854, 0.04364928975701332, 0.12025850266218185, 0.05404191091656685, 0.10484576970338821, 0.15952137112617493, 0.05358344316482544, 0.04008090868592262, 0.18183022737503052, 0.10810665786266327, 0.08533400297164917, 0.04202207550406456, 0.008446639403700829, 0.04595673084259033, 0.011660664342343807, 0.029759276658296585, 0.06475111097097397, 0.12577705085277557, 406.6951904296875, 444.9458923339844, 0.00015660858480259776, 0.00037930821417830884, 0.00041472501470707357, 0.0001888707047328353, 0.0008042053086683154, 0.0008338438929058611], "count": [825]}, "timestamp": {"min": [0.0], "max": [27.466666666666665], "mean": [13.733333333333333], "std": [7.938560369534311], "count": [825]}, "frame_index": {"min": [0], "max": [824], "mean": [412.0], "std": [238.15681108602934], "count": [825]}, "episode_index": {"min": [107], "max": [107], "mean": [107.0], "std": [0.0], "count": [825]}, "index": {"min": [91705], "max": [92529], "mean": [92117.0], "std": [238.15681108602934], "count": [825]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [825]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.806060606060606, 0.698261817896908], "std": [0.3953819740678811, 0.444076099639024], "count": [825]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.806060606060606, 0.698261817896908], "std": [0.3953819740678811, 0.444076099639024], "count": [825]}, "eef_direction_state": {"mean": [4.9406060606060604, 4.911515151515151], "std": [2.0825653460502336, 2.1660019323589217], "min": [0, 0], "max": [6, 6], "count": [825]}, "eef_velocity_state": {"mean": [0.32242424242424245, 0.2496969696969697], "std": [0.597200693656007, 0.4955100515659949], "min": [0, 0], "max": [2, 2], "count": [825]}, "eef_acc_mag_state": {"mean": [0.4618181818181818, 0.4303030303030303], "std": [0.7572256160543008, 0.73710525069143], "min": [0, 0], "max": [2, 2], "count": [825]}, "eef_direction_action": {"mean": [4.9406060606060604, 4.911515151515151], "std": [2.0825653460502336, 2.1660019323589217], "min": [0, 0], "max": [6, 6], "count": [825]}, "eef_velocity_action": {"mean": [0.32242424242424245, 0.2496969696969697], "std": [0.597200693656007, 0.4955100515659949], "min": [0, 0], "max": [2, 2], "count": [825]}, "eef_acc_mag_action": {"mean": [0.4618181818181818, 0.4303030303030303], "std": [0.7572256160543008, 0.73710525069143], "min": [0, 0], "max": [2, 2], "count": [825]}, "eef_sim_pose_state": {"mean": [0.41288954387403326, 0.250276515436265, 1.1900139956053508, -0.0087877587496447, 0.000440523766912719, 1.3621636858524429, 0.4657358480317233, -0.1869638311705841, 1.1452762678925588, -0.03624836211895013, -0.0935053084284507, -1.3149064646479247], "std": [0.05490794100831287, 0.0321205696872814, 0.04818665582366071, 0.032287762898563825, 0.05611967191722491, 0.12380862257128167, 0.046036096150128616, 0.012870527046780284, 0.00825651576433625, 0.0882585432556867, 0.098423676371394, 0.016319106776665173], "min": [0.36319087613327217, 0.1661188561608772, 1.15680849237609, -0.036828973935794984, -0.13825365779562504, 1.114710375329649, 0.3963737913137883, -0.19734633546540842, 1.1383127427761526, -0.21488634877314527, -0.3053259976550289, -1.337818166666795], "max": [0.5564731763616487, 0.28907572801962284, 1.2817008170361184, 0.14446862049179343, 0.05975010465124475, 1.446006975737074, 0.5710079363277021, -0.1561172471720539, 1.1670316087898327, 0.04794786773561077, 0.07085328767750343, -1.2665809413362505], "count": [825]}, "eef_sim_pose_action": {"mean": [0.4129267335711274, 0.2502800543813523, 1.1900385001392257, -0.008595384008241449, 0.00040881089564427626, 1.3620966125707235, 0.46580812421038464, -0.18697324185461028, 1.145269834938397, -0.03629284287604089, -0.093472494695421, -1.3149304749301152], "std": [0.054898422494101845, 0.03212229824228201, 0.04817490531366647, 0.03270484405029064, 0.05610882713503141, 0.1237782477941263, 0.04597394512276306, 0.012874639444110166, 0.008259177115091346, 0.08822537855960057, 0.09843683854599933, 0.01631816389882874], "min": [0.36319087613327217, 0.1661188561608772, 1.15680849237609, -0.036828973935794984, -0.13825365779562504, 1.114710375329649, 0.3963737913137883, -0.19734633546540842, 1.1383127427761526, -0.21488634877314527, -0.3053259976550289, -1.337818166666795], "max": [0.5564731763616487, 0.28907572801962284, 1.2817008170361184, 0.14446862049179343, 0.05975010465124475, 1.446006975737074, 0.5710079363277021, -0.1561172471720539, 1.1670316087898327, 0.04794786773561077, 0.07085328767750343, -1.2665809413362505], "count": [825]}, "gripper_mode_state": {"mean": [0.19393939393939394, 0.3018181818181818], "std": [0.3953819740678811, 0.4590468025617244], "min": [0, 0], "max": [1, 1], "count": [825]}, "gripper_activity_state": {"mean": [1.989090909090909, 1.9018181818181819], "std": [0.1343979535460095, 0.39242412542410937], "min": [0, 0], "max": [2, 2], "count": [825]}, "gripper_mode_action": {"mean": [0.19393939393939394, 0.3018181818181818], "std": [0.3953819740678811, 0.4590468025617244], "min": [0, 0], "max": [1, 1], "count": [825]}, "gripper_activity_action": {"mean": [1.989090909090909, 1.9018181818181819], "std": [0.1343979535460095, 0.39242412542410937], "min": [0, 0], "max": [2, 2], "count": [825]}}} +{"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.4734890618191721]], [[0.46933822031590416]], [[0.4590113616557734]]], "std": [[[0.1651762277658944]], [[0.1711259314654593]], [[0.17640913697770463]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4648672916666667]], [[0.46268454520697166]], [[0.45679744281045753]]], "std": [[[0.14745446544751975]], [[0.14958679626460042]], [[0.1541195568540891]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4762687704248366]], [[0.4796403050108932]], [[0.4680391081154684]]], "std": [[[0.15447637255982827]], [[0.15642634735870667]], [[0.16712597198416115]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48132160539215685]], [[0.48226144199346405]], [[0.47329117919389974]]], "std": [[[0.16190563156484528]], [[0.15956437345213342]], [[0.1690776657362817]]], "count": [150]}, "observation.state": {"min": [-0.4190884530544281, 0.061453040689229965, -0.022881265729665756, -2.0198171138763428, -0.3597123622894287, -0.02082177810370922, -0.2097187638282776, -0.28325799107551575, 0.35390201210975647, 0.07160799950361252, -1.6940281391143799, -1.4551969766616821, -1.2280457019805908, -0.17673204839229584, 0.036128316074609756, -0.26258477568626404, -1.7714568376541138, -0.3042457699775696, -0.0642455667257309, -0.0262148454785347, -0.32690200209617615, -0.5490630269050598, 0.09725899994373322, 1.4420673847198486, -1.329514741897583, 0.6541566252708435, 0.0, 0.0, -0.01753738522529602, -0.17420269548892975, -0.8350068926811218, 1.9103337526321411, -1.072513222694397, -0.002429119311273098], "max": [0.3096737563610077, 0.3559947907924652, 0.3101973831653595, -1.4601948261260986, -0.03047345019876957, 0.2690075933933258, -0.01984439231455326, -0.165461003780365, 0.5320720076560974, 0.20643000304698944, -1.294336199760437, -1.3179535865783691, -0.8876076936721802, 0.42931607365608215, 0.1892635077238083, -0.11702432483434677, -1.044370174407959, 0.06588618457317352, 0.08672540634870529, 0.11301006376743317, -0.2920069992542267, -0.37616899609565735, 0.1350499987602234, 1.5082234144210815, -1.0945791006088257, 1.0743945837020874, 1001.0, 1002.0, -0.017428351566195488, -0.17308229207992554, -0.8328287601470947, 1.9109961986541748, -1.0679564476013184, 0.0041102333925664425], "mean": [0.134565532207489, 0.2187819480895996, 0.08568622171878815, -1.8113963603973389, -0.2177312821149826, 0.04965267702937126, -0.06968823820352554, -0.2542989253997803, 0.3956039547920227, 0.17504344880580902, -1.3850657939910889, -1.3380173444747925, -1.1250841617584229, 0.06001894548535347, 0.08050786703824997, -0.17144517600536346, -1.4999154806137085, -0.08466995507478714, -0.024441545829176903, 0.06767376512289047, -0.3035638928413391, -0.4513789415359497, 0.12246132642030716, 1.4599446058273315, -1.2383440732955933, 0.9634155631065369, 774.1919555664062, 546.9774169921875, -0.017454111948609352, -0.17371796071529388, -0.8343556523323059, 1.910860538482666, -1.0705997943878174, 0.0005112115177325904], "std": [0.24119174480438232, 0.056830164045095444, 0.09252606332302094, 0.12433498352766037, 0.07868164032697678, 0.10688629001379013, 0.07269389182329178, 0.04488217458128929, 0.05512544885277748, 0.048108287155628204, 0.14407671988010406, 0.033021558076143265, 0.10191065818071365, 0.16488948464393616, 0.04496914520859718, 0.05904983729124069, 0.19260933995246887, 0.12141831964254379, 0.05546744912862778, 0.041878413408994675, 0.010467066429555416, 0.04686439782381058, 0.013218640349805355, 0.017288383096456528, 0.07470870018005371, 0.15785247087478638, 402.2431945800781, 484.6438293457031, 2.9448714485624805e-05, 6.68513894197531e-05, 0.00025455260765738785, 9.286271233577281e-05, 0.000652163871563971, 0.0008082115673460066], "count": [797]}, "action": {"min": [-0.4190884530544281, 0.061453040689229965, -0.022881265729665756, -2.0198171138763428, -0.3597123622894287, -0.02082177810370922, -0.2097187638282776, -0.28325799107551575, 0.35390201210975647, 0.07160799950361252, -1.6940281391143799, -1.4551969766616821, -1.2280457019805908, -0.17673204839229584, 0.036128316074609756, -0.26258477568626404, -1.7714568376541138, -0.3042457699775696, -0.0642455667257309, -0.0262148454785347, -0.32690200209617615, -0.5490630269050598, 0.09725899994373322, 1.4420673847198486, -1.329514741897583, 0.6541566252708435, 0.0, 0.0, -0.01753738522529602, -0.17420269548892975, -0.8350068926811218, 1.9103361368179321, -1.072513222694397, -0.002429119311273098], "max": [0.3096737563610077, 0.3559947907924652, 0.3101973831653595, -1.4601948261260986, -0.03047345019876957, 0.2690075933933258, -0.01984439231455326, -0.165461003780365, 0.5320720076560974, 0.20643000304698944, -1.294336199760437, -1.3179535865783691, -0.8876076936721802, 0.42931607365608215, 0.1892635077238083, -0.11702432483434677, -1.044370174407959, 0.06588618457317352, 0.08672540634870529, 0.11301006376743317, -0.2920069992542267, -0.37616899609565735, 0.1350499987602234, 1.5082234144210815, -1.0945791006088257, 1.0743945837020874, 1001.0, 1002.0, -0.017428351566195488, -0.17308229207992554, -0.8328287601470947, 1.9109961986541748, -1.0679564476013184, 0.0041102333925664425], "mean": [0.13451091945171356, 0.2187032252550125, 0.08562784641981125, -1.8114773035049438, -0.2176525741815567, 0.04982026666402817, -0.069790780544281, -0.2542620897293091, 0.39561763405799866, 0.17503586411476135, -1.3850984573364258, -1.3380378484725952, -1.1250336170196533, 0.06025126576423645, 0.08035147190093994, -0.17126686871051788, -1.4996424913406372, -0.08478627353906631, -0.024435831233859062, 0.06782586872577667, -0.30357199907302856, -0.4514610469341278, 0.12249159812927246, 1.45990788936615, -1.238274097442627, 0.9634124636650085, 774.1919555664062, 546.9774169921875, -0.017454233020544052, -0.17371773719787598, -0.8343555927276611, 1.9108611345291138, -1.0705995559692383, 0.0005114580853842199], "std": [0.24116705358028412, 0.05684284120798111, 0.09256812185049057, 0.12438058853149414, 0.07867682725191116, 0.10688034445047379, 0.0726812332868576, 0.044870465993881226, 0.055119626224040985, 0.04810452461242676, 0.14405974745750427, 0.033014774322509766, 0.10189098864793777, 0.16469082236289978, 0.044806890189647675, 0.058989014476537704, 0.19237923622131348, 0.12131825089454651, 0.055463969707489014, 0.041757576167583466, 0.010460655204951763, 0.046789832413196564, 0.013217066414654255, 0.017287839204072952, 0.07464896887540817, 0.15785129368305206, 402.2431945800781, 484.6438293457031, 2.9546819860115647e-05, 6.71541565679945e-05, 0.0002545726310927421, 9.106932702707127e-05, 0.0006521716713905334, 0.0008082410786300898], "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": [108], "max": [108], "mean": [108.0], "std": [0.0], "count": [797]}, "index": {"min": [92530], "max": [93326], "mean": [92928.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.8168130489335006, 0.5460138016402571], "std": [0.38681971514577596, 0.48374070018990256], "count": [797]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.8168130489335006, 0.5460138016402571], "std": [0.38681971514577596, 0.48374070018990256], "count": [797]}, "eef_direction_state": {"mean": [5.188205771643664, 5.027603513174404], "std": [1.837764016404658, 2.1404254794342945], "min": [0, 0], "max": [6, 6], "count": [797]}, "eef_velocity_state": {"mean": [0.27603513174404015, 0.18820577164366373], "std": [0.600368217227018, 0.4276649186298376], "min": [0, 0], "max": [2, 2], "count": [797]}, "eef_acc_mag_state": {"mean": [0.4077791718946048, 0.35508155583437895], "std": [0.7211378931218194, 0.6909632863692806], "min": [0, 0], "max": [2, 2], "count": [797]}, "eef_direction_action": {"mean": [5.188205771643664, 5.027603513174404], "std": [1.837764016404658, 2.1404254794342945], "min": [0, 0], "max": [6, 6], "count": [797]}, "eef_velocity_action": {"mean": [0.27603513174404015, 0.18820577164366373], "std": [0.600368217227018, 0.4276649186298376], "min": [0, 0], "max": [2, 2], "count": [797]}, "eef_acc_mag_action": {"mean": [0.4077791718946048, 0.35508155583437895], "std": [0.7211378931218195, 0.6909632863692806], "min": [0, 0], "max": [2, 2], "count": [797]}, "eef_sim_pose_state": {"mean": [0.4149581393786513, 0.2466618405778502, 1.18449785760262, -0.028789188366282865, -0.007279089335089937, 1.3665949547766947, 0.4707988734851375, -0.19694606656323874, 1.1398997260201413, -0.015567554156654007, -0.17382085378285417, -1.3272870291834584], "std": [0.05883409080529683, 0.03518028000077272, 0.0429097498175849, 0.02072109409575659, 0.07442286149110912, 0.12623657380387893, 0.04703624934769745, 0.012379764946268494, 0.0021288317613612122, 0.08826452453092166, 0.1295315862530501, 0.03245242269566479], "min": [0.3724408958468277, 0.16438309463975728, 1.1567945031643063, -0.10130591646492237, -0.18060301202050533, 1.0897726054218793, 0.3963826128915071, -0.20806929339113325, 1.134942185894627, -0.19135504507385193, -0.42399040584277636, -1.3594110351941129], "max": [0.5568946523243541, 0.2775996685178107, 1.2673625331084852, -0.0032340082214292742, 0.10162216988134576, 1.446136930238459, 0.5697187318053321, -0.17126695157262883, 1.144527368828691, 0.04829387844877053, -0.06748538699064421, -1.2592682763675787], "count": [797]}, "eef_sim_pose_action": {"mean": [0.4149724680847264, 0.2466591735645467, 1.1845364925521373, -0.028773638068631098, -0.007301818882086323, 1.3665517185510268, 0.4708791573154827, -0.19696933682209428, 1.1398931711857643, -0.0155808277883566, -0.17385705355209716, -1.3273507271800289], "std": [0.05882781960680509, 0.03517900631667037, 0.04289866339421889, 0.0207341151366445, 0.07441341344894417, 0.1262153126158624, 0.0469637234416117, 0.012381680331942794, 0.002122666478027119, 0.08825577502854526, 0.12950591262842567, 0.032457192873749485], "min": [0.3724408958468277, 0.16438309463975728, 1.1567945031643063, -0.10130591646492237, -0.18060301202050533, 1.0897726054218793, 0.3963826128915071, -0.20806929339113325, 1.134942185894627, -0.19135504507385193, -0.42399040584277636, -1.3594110351941129], "max": [0.5568946523243541, 0.2775996685178107, 1.2673625331084852, -0.0032340082214292742, 0.10162216988134576, 1.446136930238459, 0.5697187318053321, -0.17126695157262883, 1.144527368828691, 0.04829387844877053, -0.06748538699064421, -1.2592682763675787], "count": [797]}, "gripper_mode_state": {"mean": [0.18318695106649938, 0.45294855708908405], "std": [0.38681971514577596, 0.4977812388188221], "min": [0, 0], "max": [1, 1], "count": [797]}, "gripper_activity_state": {"mean": [1.9887076537013801, 1.8833124215809285], "std": [0.1367225660944032, 0.42528026806778935], "min": [0, 0], "max": [2, 2], "count": [797]}, "gripper_mode_action": {"mean": [0.18318695106649938, 0.45294855708908405], "std": [0.38681971514577596, 0.49778123881882214], "min": [0, 0], "max": [1, 1], "count": [797]}, "gripper_activity_action": {"mean": [1.9887076537013801, 1.8833124215809285], "std": [0.1367225660944032, 0.42528026806778935], "min": [0, 0], "max": [2, 2], "count": [797]}}} +{"episode_index": 109, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47606206747404844]], [[0.4695103726130975]], [[0.46106775171942416]]], "std": [[[0.1578292605127391]], [[0.16284620719606557]], [[0.1683428670051252]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4607341941133752]], [[0.4547493031526336]], [[0.4480298189264813]]], "std": [[[0.14948195814515045]], [[0.15104531483153782]], [[0.1557995443511988]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46806358398479214]], [[0.4698273794267162]], [[0.45886520542312786]]], "std": [[[0.15570759880976848]], [[0.15430369381630035]], [[0.16181971676212575]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49928575280874876]], [[0.48967463769276776]], [[0.4746555811867231]]], "std": [[[0.15502822610786474]], [[0.1480985198967414]], [[0.15776551746697715]]], "count": [153]}, "observation.state": {"min": [-0.4129972755908966, 0.08536405116319656, -0.11835078150033951, -2.1555514335632324, -0.46418777108192444, -0.020874137058854103, -0.27200955152511597, -0.2833240032196045, 0.3188900053501129, 0.07508999854326248, -1.7046879529953003, -1.5530688762664795, -1.2095922231674194, -0.19031070172786713, -0.09711012244224548, -0.26258477568626404, -1.8236944675445557, -0.06602580845355988, -0.06375688314437866, -0.02626720443367958, -0.3217189908027649, -0.5494599938392639, 0.08885099738836288, 1.141653299331665, -1.4716321229934692, 0.9460839629173279, 0.0, 0.0, -0.017533626407384872, -0.1739695817232132, -0.8349435329437256, 1.9104764461517334, -1.071396827697754, -0.002720537595450878], "max": [0.4266108572483063, 0.45464080572128296, 0.2927266061306, -1.4390413761138916, -0.056094881147146225, 0.18308503925800323, -0.01984439231455326, -0.1731790006160736, 0.5311949849128723, 0.21394799649715424, -1.2781040668487549, -1.3155312538146973, -0.9609382748603821, 0.40973350405693054, 0.18931587040424347, -0.08457865566015244, -1.073534607887268, 0.06590363383293152, 0.21434389054775238, 0.12117820978164673, -0.26896199584007263, -0.37315499782562256, 0.12213200330734253, 1.514652967453003, -1.3154560327529907, 1.1067665815353394, 1001.0, 1002.0, -0.01752234809100628, -0.17347894608974457, -0.833396852016449, 1.9105699062347412, -1.0682132244110107, 0.0032378765754401684], "mean": [0.12528879940509796, 0.23940876126289368, 0.08932825177907944, -1.8169528245925903, -0.24273814260959625, 0.04140344634652138, -0.09619655460119247, -0.24653662741184235, 0.3966095745563507, 0.1714865118265152, -1.4308544397354126, -1.3615942001342773, -1.113406777381897, -0.018328377977013588, 0.049112480133771896, -0.15393275022506714, -1.5972198247909546, 0.011217532679438591, 0.018354123458266258, 0.06257928162813187, -0.29814618825912476, -0.42931893467903137, 0.1135798767209053, 1.3751349449157715, -1.3582834005355835, 1.0564231872558594, 686.3638305664062, 720.7484741210938, -0.017525633797049522, -0.1735997051000595, -0.8343226909637451, 1.9105170965194702, -1.0705736875534058, 0.000575068115722388], "std": [0.25500595569610596, 0.07773657888174057, 0.10659236460924149, 0.1647162139415741, 0.09094448387622833, 0.08054844290018082, 0.08856048434972763, 0.04549144580960274, 0.06003311648964882, 0.04822080582380295, 0.16433663666248322, 0.06668838113546371, 0.09206996858119965, 0.16825948655605316, 0.07426157593727112, 0.04486995190382004, 0.1897164136171341, 0.03293697535991669, 0.09556366503238678, 0.04089315980672836, 0.01007232815027237, 0.04917875677347183, 0.009848592802882195, 0.10514746606349945, 0.02781810238957405, 0.05349918082356453, 450.4641418457031, 434.9800720214844, 9.855518783297157e-07, 7.608887972310185e-05, 0.00031732552452012897, 3.165399539284408e-05, 0.0005143300513736904, 0.0006907981005497277], "count": [819]}, "action": {"min": [-0.4129972755908966, 0.08536405116319656, -0.11835078150033951, -2.1555514335632324, -0.46418777108192444, -0.020874137058854103, -0.27200955152511597, -0.2833240032196045, 0.3188900053501129, 0.07508999854326248, -1.7046879529953003, -1.5530688762664795, -1.2095922231674194, -0.19031070172786713, -0.09711012244224548, -0.26258477568626404, -1.8236944675445557, -0.06602580845355988, -0.06375688314437866, -0.02626720443367958, -0.3217189908027649, -0.5494599938392639, 0.08885099738836288, 1.141653299331665, -1.4716321229934692, 0.9460839629173279, 0.0, 0.0, -0.017533626407384872, -0.1739695817232132, -0.8349435329437256, 1.9104764461517334, -1.071396827697754, -0.002720537595450878], "max": [0.4266108572483063, 0.45464080572128296, 0.2927266061306, -1.4390413761138916, -0.056094881147146225, 0.18308503925800323, -0.01984439231455326, -0.1731790006160736, 0.5311949849128723, 0.21394799649715424, -1.2781040668487549, -1.3155312538146973, -0.9609382748603821, 0.40973350405693054, 0.18931587040424347, -0.08457865566015244, -1.073534607887268, 0.06590363383293152, 0.21434389054775238, 0.12117820978164673, -0.26896199584007263, -0.37315499782562256, 0.12213200330734253, 1.514652967453003, -1.3154560327529907, 1.1067665815353394, 1001.0, 1002.0, -0.01752234809100628, -0.17347894608974457, -0.833396852016449, 1.9105699062347412, -1.0682132244110107, 0.0032378765754401684], "mean": [0.12524035573005676, 0.23936650156974792, 0.08930538594722748, -1.8169554471969604, -0.24264563620090485, 0.04141286760568619, -0.09632962197065353, -0.2465178519487381, 0.39662134647369385, 0.1714729219675064, -1.4309980869293213, -1.3615942001342773, -1.1133419275283813, -0.018229881301522255, 0.04895525798201561, -0.15378651022911072, -1.5970898866653442, 0.011163405142724514, 0.018383678048849106, 0.06271805614233017, -0.29815244674682617, -0.4293600022792816, 0.11359409242868423, 1.375065565109253, -1.358304500579834, 1.0564579963684082, 686.3638305664062, 720.7484741210938, -0.01752563565969467, -0.17359982430934906, -0.8343228101730347, 1.9105169773101807, -1.0705738067626953, 0.0005751956487074494], "std": [0.25498300790786743, 0.07774506509304047, 0.10660451650619507, 0.16471678018569946, 0.09097163379192352, 0.08054153621196747, 0.08852752298116684, 0.045479435473680496, 0.060028187930583954, 0.048213835805654526, 0.1642710119485855, 0.06668825447559357, 0.09203838557004929, 0.16819213330745697, 0.07410074770450592, 0.0447104349732399, 0.18963384628295898, 0.03288345783948898, 0.09554175287485123, 0.040784552693367004, 0.01007016096264124, 0.04914839193224907, 0.009851424023509026, 0.10509949177503586, 0.027802366763353348, 0.053515106439590454, 450.4641418457031, 434.9800720214844, 9.841402288657264e-07, 7.605554856127128e-05, 0.0003173125151079148, 3.159928019158542e-05, 0.0005143387825228274, 0.0006908024079166353], "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": [109], "max": [109], "mean": [109.0], "std": [0.0], "count": [819]}, "index": {"min": [93327], "max": [94145], "mean": [93736.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7289377289377289, 0.7193992676643225], "std": [0.444508173455602, 0.4341064933458365], "count": [819]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7289377289377289, 0.7193992676643225], "std": [0.444508173455602, 0.4341064933458365], "count": [819]}, "eef_direction_state": {"mean": [4.924297924297925, 4.9523809523809526], "std": [2.0992778778505774, 2.1616998176244686], "min": [0, 0], "max": [6, 6], "count": [819]}, "eef_velocity_state": {"mean": [0.3431013431013431, 0.24786324786324787], "std": [0.6372526909881016, 0.5095950661868697], "min": [0, 0], "max": [2, 2], "count": [819]}, "eef_acc_mag_state": {"mean": [0.503052503052503, 0.4297924297924298], "std": [0.7756539395074759, 0.740188624536913], "min": [0, 0], "max": [2, 2], "count": [819]}, "eef_direction_action": {"mean": [4.924297924297925, 4.9523809523809526], "std": [2.0992778778505774, 2.1616998176244686], "min": [0, 0], "max": [6, 6], "count": [819]}, "eef_velocity_action": {"mean": [0.3431013431013431, 0.24786324786324787], "std": [0.6372526909881016, 0.5095950661868697], "min": [0, 0], "max": [2, 2], "count": [819]}, "eef_acc_mag_action": {"mean": [0.503052503052503, 0.4297924297924298], "std": [0.7756539395074757, 0.740188624536913], "min": [0, 0], "max": [2, 2], "count": [819]}, "eef_sim_pose_state": {"mean": [0.41756307467493947, 0.24792212880702336, 1.19021377825947, -0.046963207558306096, -0.010781559412278537, 1.3231789988760938, 0.44876127103748326, -0.18784120651800948, 1.1463714672282297, -0.02140122966777128, -0.02930032909410126, -1.3436573657440374], "std": [0.06354489784594813, 0.03598621264935182, 0.04167724814120129, 0.035429731515300725, 0.0659489878649887, 0.1510902350639611, 0.04907765077680571, 0.01263460057362323, 0.008033632244194426, 0.09445994480773794, 0.024626614909818677, 0.04360358663164817], "min": [0.34384068081250796, 0.1711905637401634, 1.1567833646000214, -0.1279163250612243, -0.14742372016271976, 1.066871167570679, 0.3935179151193702, -0.19716217551944143, 1.1402616906199925, -0.22423232418589123, -0.09719747782996935, -1.4508053435735286], "max": [0.5573859100825109, 0.30616790366098395, 1.256395523839526, -0.006076922519185013, 0.08583340459182831, 1.4459901112517366, 0.5689377995791014, -0.15832896353686973, 1.1726550478045852, 0.05567780974473979, 0.03538954481995016, -1.2405723188104556], "count": [819]}, "eef_sim_pose_action": {"mean": [0.41757687132277876, 0.24792022546078918, 1.1902270955425232, -0.04700894307955357, -0.010852017716718197, 1.3230789253619746, 0.4488010462153251, -0.18785092533018083, 1.1463675226042007, -0.021421865442836845, -0.02925172486748396, -1.34369544265832], "std": [0.06353872729329417, 0.03598537529172677, 0.04166830901164224, 0.035415901474549795, 0.06593334940530556, 0.15103606662008445, 0.04904837434522647, 0.01263832353435789, 0.008035342112275393, 0.09444663708178637, 0.024590412730994486, 0.043582848931067904], "min": [0.34384068081250796, 0.1711905637401634, 1.1567833646000214, -0.1279163250612243, -0.14742372016271976, 1.066871167570679, 0.3935179151193702, -0.19716217551944143, 1.1402616906199925, -0.22423232418589123, -0.09719747782996935, -1.4508053435735286], "max": [0.5573859100825109, 0.30616790366098395, 1.256395523839526, -0.006076922519185013, 0.08583340459182831, 1.4459901112517366, 0.5689377995791014, -0.15832896353686973, 1.1726550478045852, 0.05567780974473979, 0.03538954481995016, -1.2405723188104556], "count": [819]}, "gripper_mode_state": {"mean": [0.27106227106227104, 0.28327228327228327], "std": [0.444508173455602, 0.45058750182620977], "min": [0, 0], "max": [1, 1], "count": [819]}, "gripper_activity_state": {"mean": [1.989010989010989, 1.8962148962148961], "std": [0.134886099923238, 0.4047614443539341], "min": [0, 0], "max": [2, 2], "count": [819]}, "gripper_mode_action": {"mean": [0.27106227106227104, 0.28327228327228327], "std": [0.444508173455602, 0.45058750182620977], "min": [0, 0], "max": [1, 1], "count": [819]}, "gripper_activity_action": {"mean": [1.989010989010989, 1.8962148962148961], "std": [0.134886099923238, 0.4047614443539341], "min": [0, 0], "max": [2, 2], "count": [819]}}} +{"episode_index": 110, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4692557146693176]], [[0.4616466903194844]], [[0.4523203714177979]]], "std": [[[0.15269275373720523]], [[0.15741949145935216]], [[0.16283081300289223]]], "count": [143]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46525598747657576]], [[0.4592759866767219]], [[0.45237513426116366]]], "std": [[[0.1475417350880601]], [[0.1484809801957085]], [[0.15287392162439353]]], "count": [143]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46757394076511727]], [[0.46939292957859136]], [[0.46023742658485306]]], "std": [[[0.15931438220427027]], [[0.1575700878900833]], [[0.16573274773424992]]], "count": [143]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4941591209036062]], [[0.4873040586864116]], [[0.4735899606929019]]], "std": [[[0.14724279722634606]], [[0.14234514692580424]], [[0.1519475458161248]]], "count": [143]}, "observation.state": {"min": [-0.3737797141075134, -0.02148500271141529, -0.21106266975402832, -2.157855272293091, -0.5953492522239685, -0.020804325118660927, -0.31127944588661194, -0.28420600295066833, 0.30772098898887634, 0.06356099992990494, -1.651834487915039, -1.5887037515640259, -1.220385193824768, -0.1981472223997116, -0.1316501945257187, -0.2626197040081024, -1.7718582153320312, -0.1261698603630066, -0.17477726936340332, -0.026197392493486404, -0.31456300616264343, -0.5483880043029785, 0.08949200063943863, 1.094969630241394, -1.496828556060791, 0.9250015020370483, 0.0, 0.0, -0.017535505816340446, -0.17415568232536316, -0.8350299000740051, 1.9104708433151245, -1.071516513824463, -0.0026094759814441204], "max": [0.4924970269203186, 0.5339136719703674, 0.27180013060569763, -1.455307960510254, -0.03597123920917511, 0.22361159324645996, -0.019809486344456673, -0.18420100212097168, 0.526540994644165, 0.2420559972524643, -1.2010968923568726, -1.2565021514892578, -0.9605555534362793, 0.402682363986969, 0.18929840624332428, -0.05679301172494888, -1.1006743907928467, 0.14494960010051727, 0.25363123416900635, 0.1391201913356781, -0.287880003452301, -0.37453800439834595, 0.13927899301052094, 1.4768493175506592, -1.321239709854126, 1.3174949884414673, 1001.0, 1002.0, -0.01751858741044998, -0.1734263002872467, -0.8331591486930847, 1.910505771636963, -1.0689294338226318, 0.0035653661470860243], "mean": [0.16150666773319244, 0.22347714006900787, 0.06041626259684563, -1.8338474035263062, -0.24337954819202423, 0.04845396429300308, -0.07508059591054916, -0.2523074746131897, 0.3896889388561249, 0.1793752908706665, -1.3773036003112793, -1.3561127185821533, -1.1402910947799683, -0.03944847360253334, 0.008997885510325432, -0.11306421458721161, -1.5776171684265137, 0.0576079897582531, -0.050141431391239166, 0.045839082449674606, -0.3040247857570648, -0.4250470697879791, 0.122648224234581, 1.3121939897537231, -1.361453652381897, 1.1797444820404053, 706.9267578125, 681.4979858398438, -0.017525918781757355, -0.1737135499715805, -0.8343487977981567, 1.9104915857315063, -1.0705872774124146, 0.000573424156755209], "std": [0.2241688072681427, 0.11588382720947266, 0.10553202778100967, 0.14544174075126648, 0.11600568145513535, 0.08717203885316849, 0.07918163388967514, 0.04162026569247246, 0.053984884172677994, 0.04866170510649681, 0.1294933557510376, 0.07427996397018433, 0.07287059724330902, 0.174384206533432, 0.0840802788734436, 0.06202341988682747, 0.17570741474628448, 0.0737936943769455, 0.14388489723205566, 0.041178714483976364, 0.00573419826105237, 0.05038638785481453, 0.01846204698085785, 0.10685895383358002, 0.034043099731206894, 0.1300194263458252, 439.74017333984375, 451.1156005859375, 8.388463470510032e-07, 8.165384497260675e-05, 0.00032655071117915213, 6.974512871238403e-06, 0.0004696307296399027, 0.0008050547330640256], "count": [751]}, "action": {"min": [-0.3737797141075134, -0.02148500271141529, -0.21106266975402832, -2.157855272293091, -0.5953492522239685, -0.020804325118660927, -0.31127944588661194, -0.28420600295066833, 0.30772098898887634, 0.06356099992990494, -1.651834487915039, -1.5887037515640259, -1.220385193824768, -0.1981472223997116, -0.1316501945257187, -0.2626197040081024, -1.7718582153320312, -0.1261698603630066, -0.17477726936340332, -0.026197392493486404, -0.31456300616264343, -0.5483880043029785, 0.08949200063943863, 1.094969630241394, -1.496828556060791, 0.9250015020370483, 0.0, 0.0, -0.017535505816340446, -0.17415568232536316, -0.8350299000740051, 1.9104708433151245, -1.071516513824463, -0.0026094759814441204], "max": [0.4924970269203186, 0.5339136719703674, 0.27180013060569763, -1.455307960510254, -0.03597123920917511, 0.22361159324645996, -0.019809486344456673, -0.18420100212097168, 0.526540994644165, 0.2420559972524643, -1.2010968923568726, -1.2565021514892578, -0.9605555534362793, 0.402682363986969, 0.18929840624332428, -0.05679301172494888, -1.1006743907928467, 0.14494960010051727, 0.25363123416900635, 0.1391201913356781, -0.287880003452301, -0.37453800439834595, 0.13927899301052094, 1.4768493175506592, -1.321239709854126, 1.3174949884414673, 1001.0, 1002.0, -0.01751858741044998, -0.1734263002872467, -0.8331591486930847, 1.910505771636963, -1.0689294338226318, 0.0035653661470860243], "mean": [0.1614881157875061, 0.22326871752738953, 0.06028750538825989, -1.8338613510131836, -0.24321448802947998, 0.048549529165029526, -0.07513309270143509, -0.25230398774147034, 0.38969486951828003, 0.17938567698001862, -1.3771889209747314, -1.3560394048690796, -1.1403299570083618, -0.03936878591775894, 0.008755931630730629, -0.1128232330083847, -1.5774208307266235, 0.0576665997505188, -0.050262365490198135, 0.04596845805644989, -0.3040425479412079, -0.4250876307487488, 0.12268664687871933, 1.3119995594024658, -1.3614835739135742, 1.1800459623336792, 706.9267578125, 681.4979858398438, -0.017525918781757355, -0.17371375858783722, -0.8343489766120911, 1.9104915857315063, -1.0705876350402832, 0.0005734001169912517], "std": [0.22416093945503235, 0.1159929558634758, 0.10561316460371017, 0.14544381201267242, 0.11607888340950012, 0.0871354267001152, 0.07915802299976349, 0.04161778837442398, 0.05398256331682205, 0.04866732284426689, 0.12960217893123627, 0.07434406131505966, 0.07290182262659073, 0.17433646321296692, 0.08382170647382736, 0.06179315596818924, 0.1755736768245697, 0.07381780445575714, 0.1439347267150879, 0.04110489785671234, 0.005717776715755463, 0.05035931617021561, 0.018465109169483185, 0.10669393837451935, 0.03402430936694145, 0.13001814484596252, 439.74017333984375, 451.1156005859375, 8.388464038944221e-07, 8.15922612673603e-05, 0.00032657227711752057, 6.978272267588181e-06, 0.00046978428144939244, 0.0008050577016547322], "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": [110], "max": [110], "mean": [110.0], "std": [0.0], "count": [751]}, "index": {"min": [94146], "max": [94896], "mean": [94521.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7536617842876165, 0.6802316916425689], "std": [0.4308778239733654, 0.4502167458619858], "count": [751]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7536617842876165, 0.6802316916425689], "std": [0.4308778239733654, 0.4502167458619858], "count": [751]}, "eef_direction_state": {"mean": [4.801597869507323, 5.146471371504661], "std": [2.1137549912871174, 1.992625602011807], "min": [0, 0], "max": [6, 6], "count": [751]}, "eef_velocity_state": {"mean": [0.3954727030625832, 0.23302263648468707], "std": [0.6743785492463682, 0.5390491191747325], "min": [0, 0], "max": [2, 2], "count": [751]}, "eef_acc_mag_state": {"mean": [0.511318242343542, 0.40745672436750996], "std": [0.7755018949051232, 0.7144301523134824], "min": [0, 0], "max": [2, 2], "count": [751]}, "eef_direction_action": {"mean": [4.801597869507323, 5.146471371504661], "std": [2.113754991287117, 1.992625602011807], "min": [0, 0], "max": [6, 6], "count": [751]}, "eef_velocity_action": {"mean": [0.3954727030625832, 0.23302263648468707], "std": [0.6743785492463682, 0.5390491191747325], "min": [0, 0], "max": [2, 2], "count": [751]}, "eef_acc_mag_action": {"mean": [0.511318242343542, 0.40745672436750996], "std": [0.7755018949051232, 0.7144301523134824], "min": [0, 0], "max": [2, 2], "count": [751]}, "eef_sim_pose_state": {"mean": [0.40918551752892945, 0.2510687834159212, 1.1858747874265025, -0.03381949683293581, 0.013021305794719462, 1.3651682178788338, 0.44349644291589885, -0.1894063656094902, 1.1360238203379012, 0.01771734374511112, 0.05393164564466672, -1.4051069688496636], "std": [0.05590596161797192, 0.041840646848973845, 0.03870353441488713, 0.0279906441613273, 0.036297170036485846, 0.13494279335899675, 0.05057449712055319, 0.01780447846740691, 0.013203509584210876, 0.12189377673374797, 0.06948483268241522, 0.053285381362841173], "min": [0.3297340703493694, 0.14808822395884186, 1.1568059267182507, -0.08955323795760783, -0.06767103375757166, 1.0673968399711184, 0.3941702187815002, -0.2051618599982068, 1.1244305549108897, -0.21553275229031343, -0.09031194840476808, -1.4820286533288825], "max": [0.5485913970797387, 0.33140150719563605, 1.2476532303954324, 0.015248868767366086, 0.0732043587450788, 1.5440781635977157, 0.567502001361065, -0.14967586491773263, 1.167080865961416, 0.12435963696240149, 0.12585328541439522, -1.2866764246239257], "count": [751]}, "eef_sim_pose_action": {"mean": [0.4091903077734655, 0.25106525833580295, 1.1858821974238891, -0.033785628512615094, 0.013024413877424965, 1.3652909822445223, 0.44353343893307984, -0.18942473480221125, 1.1359979925638184, 0.017788543039717917, 0.054160736051716604, -1.4052669151047321], "std": [0.055903915268910025, 0.04183962480894125, 0.03869850339116597, 0.028025612343247342, 0.03629895501584936, 0.13505807191768518, 0.05055017808876212, 0.017810844721745305, 0.013205858121860668, 0.121926996600156, 0.06936748971840447, 0.05316275006167214], "min": [0.3297340703493694, 0.14808822395884186, 1.1568059267182507, -0.08955323795760783, -0.06767103375757166, 1.0673968399711184, 0.3941702187815002, -0.2051618599982068, 1.1244305549108897, -0.21553275229031343, -0.09031194840476808, -1.4820286533288825], "max": [0.5485913970797387, 0.33140150719563605, 1.2476532303954324, 0.015248868767366086, 0.0732043587450788, 1.5440781635977157, 0.567502001361065, -0.14967586491773263, 1.167080865961416, 0.12435963696240149, 0.12585328541439522, -1.2866764246239257], "count": [751]}, "gripper_mode_state": {"mean": [0.24633821571238348, 0.3209054593874834], "std": [0.4308778239733654, 0.46682453397694484], "min": [0, 0], "max": [1, 1], "count": [751]}, "gripper_activity_state": {"mean": [1.9880159786950733, 1.8881491344873502], "std": [0.14081815250495125, 0.417022173357507], "min": [0, 0], "max": [2, 2], "count": [751]}, "gripper_mode_action": {"mean": [0.24633821571238348, 0.3209054593874834], "std": [0.4308778239733654, 0.46682453397694484], "min": [0, 0], "max": [1, 1], "count": [751]}, "gripper_activity_action": {"mean": [1.9880159786950733, 1.8881491344873502], "std": [0.14081815250495125, 0.417022173357507], "min": [0, 0], "max": [2, 2], "count": [751]}}} +{"episode_index": 111, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675492789495184]], [[0.4656785910087719]], [[0.4546517175675095]]], "std": [[[0.16173066599054992]], [[0.1661706932461416]], [[0.17198796705757338]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46644911125086]], [[0.46463079420364634]], [[0.45859382793687653]]], "std": [[[0.14844047048843564]], [[0.14952456783009668]], [[0.15360208477051965]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4640120063101995]], [[0.4655873860509116]], [[0.4559042760470416]]], "std": [[[0.15450465395650725]], [[0.15569887519838807]], [[0.16686243561601416]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48697569444444444]], [[0.4871853849544203]], [[0.4751236616357069]]], "std": [[[0.15767067447892089]], [[0.155874219234511]], [[0.16523003409563164]]], "count": [152]}, "observation.state": {"min": [-0.3865380585193634, 0.031956978142261505, -0.0019024087814614177, -1.9714192152023315, -0.27200955152511597, -0.03220132365822792, -0.1921083927154541, -0.28352001309394836, 0.36470499634742737, 0.07549700140953064, -1.663224697113037, -1.4188965559005737, -1.2656768560409546, -0.17331120371818542, -0.09517280757427216, -0.26258477568626404, -1.7714917659759521, -0.1264665573835373, -0.12157963961362839, -0.03923499956727028, -0.32451099157333374, -0.5484709739685059, 0.08373499661684036, 1.2443795204162598, -1.384307861328125, 0.9536803364753723, 0.0, 0.0, -0.01755242422223091, -0.17446023225784302, -0.8354561924934387, 1.9100825786590576, -1.0732176303863525, -0.0027623046189546585], "max": [0.27375489473342896, 0.27900832891464233, 0.28099802136421204, -1.4674553871154785, 0.011327186599373817, 0.21134191751480103, -0.012461650185286999, -0.17849500477313995, 0.5286800265312195, 0.21004599332809448, -1.2462847232818604, -1.2846614122390747, -0.950049102306366, 0.41057124733924866, 0.18931587040424347, -0.12144001573324203, -1.0425724983215332, 0.06588618457317352, 0.1382475346326828, 0.13316862285137177, -0.28038400411605835, -0.3761740028858185, 0.1297519952058792, 1.4756050109863281, -1.2885174751281738, 1.1789073944091797, 1001.0, 1002.0, -0.01751858741044998, -0.17310483753681183, -0.8325949907302856, 1.910834550857544, -1.0675729513168335, 0.004194715991616249], "mean": [0.16086852550506592, 0.2019752711057663, 0.06530988961458206, -1.8071610927581787, -0.21201510727405548, 0.01886437088251114, -0.05798995494842529, -0.26305341720581055, 0.3916409909725189, 0.18198834359645844, -1.3572297096252441, -1.323853850364685, -1.162134051322937, 0.015093512833118439, 0.05052649974822998, -0.15211887657642365, -1.536696195602417, 0.023540375754237175, -0.0574973039329052, 0.05734482407569885, -0.300409734249115, -0.4388560652732849, 0.11673793196678162, 1.404428482055664, -1.3321735858917236, 1.103578805923462, 672.3923950195312, 659.1320190429688, -0.017532605677843094, -0.17374536395072937, -0.8343338966369629, 1.910585641860962, -1.070575475692749, 0.0006053781835362315], "std": [0.2030021697282791, 0.06503798812627792, 0.072943314909935, 0.10500126332044601, 0.07561247795820236, 0.07728531211614609, 0.055967483669519424, 0.03755299001932144, 0.04830648750066757, 0.039097364991903305, 0.11932381242513657, 0.020161723718047142, 0.07482718676328659, 0.15848560631275177, 0.077285535633564, 0.05122999846935272, 0.19359160959720612, 0.06977848708629608, 0.08133738487958908, 0.057764992117881775, 0.010665039531886578, 0.04648514464497566, 0.015000016428530216, 0.07391330599784851, 0.019180167466402054, 0.08549792319536209, 455.7212829589844, 461.2186584472656, 4.753979737870395e-06, 0.000250351702561602, 0.0003925232158508152, 0.00010809851664816961, 0.000687731197103858, 0.0007560824742540717], "count": [818]}, "action": {"min": [-0.3865380585193634, 0.031956978142261505, -0.0019024087814614177, -1.9714192152023315, -0.27200955152511597, -0.03220132365822792, -0.1921083927154541, -0.28352001309394836, 0.36470499634742737, 0.07549700140953064, -1.663224697113037, -1.4188965559005737, -1.2656768560409546, -0.17331120371818542, -0.09517280757427216, -0.26258477568626404, -1.7714917659759521, -0.1264665573835373, -0.12157963961362839, -0.03923499956727028, -0.32451099157333374, -0.5484709739685059, 0.08373499661684036, 1.2443795204162598, -1.384307861328125, 0.9536803364753723, 0.0, 0.0, -0.01755242422223091, -0.17446023225784302, -0.8354561924934387, 1.9100825786590576, -1.0732176303863525, -0.0027623046189546585], "max": [0.27375489473342896, 0.27900832891464233, 0.28099802136421204, -1.4674553871154785, 0.011327186599373817, 0.21134191751480103, -0.012461650185286999, -0.17849500477313995, 0.5286800265312195, 0.21004599332809448, -1.2462847232818604, -1.2846614122390747, -0.950049102306366, 0.41057124733924866, 0.18931587040424347, -0.12144001573324203, -1.0425724983215332, 0.06588618457317352, 0.1382475346326828, 0.13316862285137177, -0.28038400411605835, -0.3761740028858185, 0.1297519952058792, 1.4756050109863281, -1.2885174751281738, 1.1789073944091797, 1001.0, 1002.0, -0.01751858741044998, -0.17310483753681183, -0.8325949907302856, 1.910834550857544, -1.0675729513168335, 0.004194715991616249], "mean": [0.16078191995620728, 0.20180854201316833, 0.06525636464357376, -1.8070907592773438, -0.21192851662635803, 0.018870195373892784, -0.05807312950491905, -0.26305091381073, 0.3916655480861664, 0.18197478353977203, -1.357215166091919, -1.3238657712936401, -1.1622099876403809, 0.015267854556441307, 0.05036167427897453, -0.15194913744926453, -1.5364638566970825, 0.023537302389740944, -0.05756261572241783, 0.05750036984682083, -0.3004152476787567, -0.4389198124408722, 0.116761215031147, 1.4043822288513184, -1.3321857452392578, 1.103710412979126, 672.3923950195312, 659.1320190429688, -0.01753261499106884, -0.17374464869499207, -0.8343337774276733, 1.910585880279541, -1.07057523727417, 0.0006057936116121709], "std": [0.20297256112098694, 0.06511268019676208, 0.07297632098197937, 0.1049923300743103, 0.07560496777296066, 0.07728252559900284, 0.055961258709430695, 0.03755173087120056, 0.048298876732587814, 0.03909242898225784, 0.11933182924985886, 0.020161664113402367, 0.07488154619932175, 0.15835659205913544, 0.07713251560926437, 0.0510936938226223, 0.1934238225221634, 0.06977666914463043, 0.08136410266160965, 0.05771114304661751, 0.010661889798939228, 0.046434998512268066, 0.015003882348537445, 0.07388073951005936, 0.019181586802005768, 0.08552192896604538, 455.7212829589844, 461.2186584472656, 4.748495939566055e-06, 0.00025109530542977154, 0.0003925026976503432, 0.0001081528898794204, 0.0006877307314425707, 0.0007560267695225775], "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": [111], "max": [111], "mean": [111.0], "std": [0.0], "count": [818]}, "index": {"min": [94897], "max": [95714], "mean": [95305.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7114914425427873, 0.657918092500974], "std": [0.45306883553293703, 0.4603187526009239], "count": [818]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7114914425427873, 0.657918092500974], "std": [0.45306883553293703, 0.4603187526009239], "count": [818]}, "eef_direction_state": {"mean": [5.2530562347188265, 5.074572127139365], "std": [1.8034934041854274, 2.063316549556346], "min": [0, 0], "max": [6, 6], "count": [818]}, "eef_velocity_state": {"mean": [0.24938875305623473, 0.21638141809290953], "std": [0.5714528030238138, 0.49037245586776884], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_acc_mag_state": {"mean": [0.33496332518337407, 0.38386308068459657], "std": [0.674564107106417, 0.7126751426868464], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_direction_action": {"mean": [5.2530562347188265, 5.074572127139365], "std": [1.8034934041854274, 2.063316549556346], "min": [0, 0], "max": [6, 6], "count": [818]}, "eef_velocity_action": {"mean": [0.24938875305623473, 0.21638141809290953], "std": [0.5714528030238138, 0.4903724558677689], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_acc_mag_action": {"mean": [0.33496332518337407, 0.38386308068459657], "std": [0.674564107106417, 0.7126751426868464], "min": [0, 0], "max": [2, 2], "count": [818]}, "eef_sim_pose_state": {"mean": [0.40989569773053447, 0.24979362486909862, 1.174677002348098, -0.03786553126233679, 0.009528494303419732, 1.4011049703851788, 0.4580895645909804, -0.18975286826332802, 1.1382924973711888, 0.02911355934409321, -0.029497013945864122, -1.3519018670145835], "std": [0.050864343463367614, 0.02963258298016784, 0.03463380230820392, 0.03309781815406348, 0.06506995704860205, 0.09214963782594725, 0.04593992128665253, 0.017921158878554482, 0.005789479966879762, 0.09084660149289069, 0.04055427411114032, 0.03584269556646892], "min": [0.38173642868627894, 0.1636202803808904, 1.1538676277629185, -0.1432693824298108, -0.18163721225426, 1.155522447496919, 0.3963736944377784, -0.20305821975164187, 1.1319824312403255, -0.15140049704715242, -0.11139072369097969, -1.4344014513348102], "max": [0.5512016442400575, 0.2678203611313825, 1.2540285570102934, -0.001594419039084638, 0.07842024272077519, 1.489708526744288, 0.5666712099499892, -0.147963935909653, 1.157531810966205, 0.09333170811857339, 0.007107433975054311, -1.2915843623841512], "count": [818]}, "eef_sim_pose_action": {"mean": [0.4099201085747367, 0.24977774676812634, 1.174675258106166, -0.037902838064355834, 0.009581573030337175, 1.401121463528368, 0.45815216578165824, -0.18976988560676186, 1.1382808688318817, 0.029166764010955012, -0.029409639568867902, -1.3519532076475393], "std": [0.05085645864784396, 0.029628169598301838, 0.03463473913994384, 0.03309209084964696, 0.06510660581721502, 0.09215886459684963, 0.04589066692675296, 0.017926764208587333, 0.005786509710022939, 0.0908703299213388, 0.04054899082373665, 0.0358046143648346], "min": [0.38173642868627894, 0.1636202803808904, 1.1538676277629185, -0.1432693824298108, -0.18163721225426, 1.155522447496919, 0.3963736944377784, -0.20305821975164187, 1.1319824312403255, -0.15140049704715242, -0.11139072369097969, -1.4344014513348102], "max": [0.5512016442400575, 0.2678203611313825, 1.2540285570102934, -0.001594419039084638, 0.07842024272077519, 1.489708526744288, 0.5666712099499892, -0.147963935909653, 1.157531810966205, 0.09333170811857339, 0.007107433975054311, -1.2915843623841512], "count": [818]}, "gripper_mode_state": {"mean": [0.2885085574572127, 0.33863080684596575], "std": [0.45306883553293703, 0.4732441056165515], "min": [0, 0], "max": [1, 1], "count": [818]}, "gripper_activity_state": {"mean": [1.988997555012225, 1.902200488997555], "std": [0.13496797589520776, 0.3927460204467745], "min": [0, 0], "max": [2, 2], "count": [818]}, "gripper_mode_action": {"mean": [0.2885085574572127, 0.33863080684596575], "std": [0.45306883553293703, 0.4732441056165515], "min": [0, 0], "max": [1, 1], "count": [818]}, "gripper_activity_action": {"mean": [1.988997555012225, 1.902200488997555], "std": [0.13496797589520776, 0.3927460204467745], "min": [0, 0], "max": [2, 2], "count": [818]}}} +{"episode_index": 112, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47553043300653597]], [[0.46894698576546]], [[0.4601276172595107]]], "std": [[[0.15585404520143648]], [[0.16011059313691403]], [[0.16529696953989376]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46249776897938666]], [[0.4564139250251382]], [[0.44963937594268477]]], "std": [[[0.14735534271429945]], [[0.14829084120328118]], [[0.15267184974846137]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45973809205840455]], [[0.4622802353045919]], [[0.4539124795751634]]], "std": [[[0.1593856522555533]], [[0.15792464740189696]], [[0.16624842321355102]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.499158779537456]], [[0.4884850532093179]], [[0.4746438366746271]]], "std": [[[0.15446949220454753]], [[0.1474530595762902]], [[0.15730045402190293]]], "count": [156]}, "observation.state": {"min": [-0.39529961347579956, 0.0394618920981884, -0.14128440618515015, -2.1199116706848145, -0.5956808924674988, -0.02082177810370922, -0.2859896421432495, -0.2832539975643158, 0.33089199662208557, 0.07557699829339981, -1.6250712871551514, -1.6651217937469482, -1.2158689498901367, -0.17331120371818542, -0.1152266412973404, -0.2626197040081024, -1.7714743614196777, -0.06667157262563705, -0.06372196972370148, -0.029304077848792076, -0.32527199387550354, -0.5507619976997375, 0.07707300037145615, 1.1623564958572388, -1.481431245803833, 0.9435678124427795, 0.0, 0.0, -0.017554305493831635, -0.1742384135723114, -0.8348706364631653, 1.9104764461517334, -1.073132872581482, -0.0011068203020840883], "max": [0.3897145688533783, 0.44863688945770264, 0.3032858669757843, -1.4630571603775024, -0.0619242824614048, 0.2869495749473572, -0.01984439231455326, -0.16861000657081604, 0.5298969745635986, 0.22955800592899323, -1.2095832824707031, -1.3183039426803589, -0.9808219075202942, 0.41376522183418274, 0.18929840624332428, -0.07178539037704468, -1.027614951133728, 0.06592108309268951, 0.22563616931438446, 0.10421361029148102, -0.283255010843277, -0.3761659860610962, 0.12684300541877747, 1.4755313396453857, -1.3251245021820068, 1.1053221225738525, 1001.0, 1002.0, -0.017511066049337387, -0.1720615178346634, -0.8329800963401794, 1.9108765125274658, -1.067097544670105, 0.002120614517480135], "mean": [0.16142988204956055, 0.23276224732398987, 0.06899003684520721, -1.8318918943405151, -0.26400819420814514, 0.05051356554031372, -0.06327471882104874, -0.2560676336288452, 0.3891100287437439, 0.1820540428161621, -1.3592387437820435, -1.3667399883270264, -1.1488752365112305, 0.014434554614126682, 0.0364123098552227, -0.15081651508808136, -1.5570777654647827, 0.006613353732973337, 0.013020855374634266, 0.03297005966305733, -0.29997456073760986, -0.43924063444137573, 0.11340835690498352, 1.3501349687576294, -1.3419936895370483, 1.0755597352981567, 690.75146484375, 636.1112670898438, -0.017534436658024788, -0.17301039397716522, -0.8343703150749207, 1.9107555150985718, -1.0705504417419434, 0.0005396087653934956], "std": [0.210911363363266, 0.0795702263712883, 0.09269578009843826, 0.11891601234674454, 0.10479208827018738, 0.10662270337343216, 0.06807155162096024, 0.043126411736011505, 0.04888530075550079, 0.04255031421780586, 0.11343821883201599, 0.09350067377090454, 0.06820647418498993, 0.16545075178146362, 0.09291678667068481, 0.05841216817498207, 0.2065335512161255, 0.03725619241595268, 0.05526721104979515, 0.04484415799379349, 0.010938292369246483, 0.04912019520998001, 0.014035264030098915, 0.09560172259807587, 0.02693662792444229, 0.026917723938822746, 448.7747497558594, 468.9490661621094, 1.6608735222689575e-06, 0.00046031680540181696, 0.0002351270231883973, 7.686812023166567e-05, 0.000693400448653847, 0.00037226112908683717], "count": [845]}, "action": {"min": [-0.39529961347579956, 0.0394618920981884, -0.14128440618515015, -2.1199116706848145, -0.5956808924674988, -0.02082177810370922, -0.2859896421432495, -0.2832539975643158, 0.33089199662208557, 0.07557699829339981, -1.6250712871551514, -1.6651217937469482, -1.2158689498901367, -0.17331120371818542, -0.1152266412973404, -0.2626197040081024, -1.7714743614196777, -0.06667157262563705, -0.06372196972370148, -0.029304077848792076, -0.32527199387550354, -0.5507619976997375, 0.07707300037145615, 1.1623564958572388, -1.481431245803833, 0.9435678124427795, 0.0, 0.0, -0.017554305493831635, -0.1742384135723114, -0.8348706364631653, 1.9104764461517334, -1.073132872581482, -0.0011068203020840883], "max": [0.3897145688533783, 0.44863688945770264, 0.3032858669757843, -1.4630571603775024, -0.0619242824614048, 0.2869495749473572, -0.01984439231455326, -0.16861000657081604, 0.5298969745635986, 0.22955800592899323, -1.2095832824707031, -1.3183039426803589, -0.9808219075202942, 0.41376522183418274, 0.18929840624332428, -0.07178539037704468, -1.027614951133728, 0.06592108309268951, 0.22563616931438446, 0.10421361029148102, -0.283255010843277, -0.3761659860610962, 0.12684300541877747, 1.4755313396453857, -1.3251245021820068, 1.1053221225738525, 1001.0, 1002.0, -0.017511066049337387, -0.1720615178346634, -0.8329800963401794, 1.9108765125274658, -1.067097544670105, 0.002120614517480135], "mean": [0.16134227812290192, 0.23263192176818848, 0.06889075040817261, -1.8318486213684082, -0.2639479339122772, 0.05062373727560043, -0.06334491074085236, -0.2560625374317169, 0.3891356587409973, 0.182066410779953, -1.359149694442749, -1.3667421340942383, -1.1489076614379883, 0.014601879753172398, 0.03623099625110626, -0.15065334737300873, -1.5568995475769043, 0.006542301271110773, 0.013107732869684696, 0.03308287635445595, -0.2999785542488098, -0.43930375576019287, 0.11342719942331314, 1.3500069379806519, -1.3419933319091797, 1.0755937099456787, 690.75146484375, 636.1112670898438, -0.017534438520669937, -0.17301121354103088, -0.8343706130981445, 1.9107557535171509, -1.0705504417419434, 0.0005397907225415111], "std": [0.21088334918022156, 0.07964671403169632, 0.09276936948299408, 0.11891626566648483, 0.10481258481740952, 0.10659702867269516, 0.06805739551782608, 0.04312344640493393, 0.04887921363115311, 0.042557571083307266, 0.11351677030324936, 0.09349942207336426, 0.06822995096445084, 0.16533192992210388, 0.09276791661977768, 0.05829215049743652, 0.20641332864761353, 0.037200432270765305, 0.055204231292009354, 0.04481508582830429, 0.0109360096976161, 0.04907337203621864, 0.014040974900126457, 0.09550601989030838, 0.02693677879869938, 0.026924431324005127, 448.7747497558594, 468.9490661621094, 1.6609291151326033e-06, 0.0004612342163454741, 0.00023524252173956484, 7.689689664402977e-05, 0.0006933965487405658, 0.00037229328881949186], "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": [112], "max": [112], "mean": [112.0], "std": [0.0], "count": [845]}, "index": {"min": [95715], "max": [96559], "mean": [96137.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7313609467455622, 0.6349266270903], "std": [0.4432517482435897, 0.46802587474793383], "count": [845]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7313609467455622, 0.6349266270903], "std": [0.4432517482435897, 0.46802587474793383], "count": [845]}, "eef_direction_state": {"mean": [5.054437869822485, 5.101775147928994], "std": [1.9754396883013599, 2.047728525738193], "min": [0, 0], "max": [6, 6], "count": [845]}, "eef_velocity_state": {"mean": [0.3207100591715976, 0.20946745562130178], "std": [0.6381255593876363, 0.48641212753857405], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_acc_mag_state": {"mean": [0.4437869822485207, 0.3715976331360947], "std": [0.7494217744658601, 0.6942863546426095], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_direction_action": {"mean": [5.054437869822485, 5.101775147928994], "std": [1.9754396883013599, 2.047728525738193], "min": [0, 0], "max": [6, 6], "count": [845]}, "eef_velocity_action": {"mean": [0.3207100591715976, 0.20946745562130178], "std": [0.6381255593876363, 0.48641212753857405], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_acc_mag_action": {"mean": [0.4437869822485207, 0.3715976331360947], "std": [0.7494217744658601, 0.6942863546426095], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_sim_pose_state": {"mean": [0.4082983654115429, 0.252990486532646, 1.1827721927123072, -0.028375060612925558, 0.02862124658991462, 1.3710493784526916, 0.45785157643823016, -0.18438435588456728, 1.1446382189929218, -0.0222813493725003, -0.0240661873655228, -1.3739103740987533], "std": [0.05137174757453334, 0.03311324066919791, 0.040840311854881, 0.022654633164423895, 0.043896197185290996, 0.13242146026294524, 0.048531547727417405, 0.01667129133776744, 0.005433048689450253, 0.06823765477624442, 0.02794015409759795, 0.05033960582986542], "min": [0.35316045058826523, 0.1633477206280214, 1.1567965235072828, -0.09517786083846436, -0.0768790134520867, 1.0651244369065478, 0.3963736267783591, -0.19712087988515342, 1.132675156651976, -0.18620034678854624, -0.06756359928457822, -1.4771356323287628], "max": [0.5528564225244907, 0.31381095854260477, 1.2638416165540818, 0.017502023998424154, 0.15181190541731637, 1.5057486240281843, 0.5683960719749416, -0.15206597791648918, 1.1654843353649502, 0.04803466965480807, 0.04744324996061344, -1.3042296797375912], "count": [845]}, "eef_sim_pose_action": {"mean": [0.4083232336195626, 0.2529962566849185, 1.1827813244199925, -0.028338957843726652, 0.028662460580881087, 1.3711095649177252, 0.4579122317632501, -0.184393411044143, 1.1446403844422328, -0.022335405278830378, -0.024017259893326637, -1.3739948055836426], "std": [0.05136482410974045, 0.03311567699835729, 0.04083536887979253, 0.02269602674471408, 0.043916292026269864, 0.13246701051919926, 0.04848669952085704, 0.01667571104094189, 0.005433367849284777, 0.06820002843001204, 0.02790022386073295, 0.05028271547339853], "min": [0.35316045058826523, 0.1633477206280214, 1.1567965235072828, -0.09517786083846436, -0.0768790134520867, 1.0651244369065478, 0.3963736267783591, -0.19712087988515342, 1.132675156651976, -0.18620034678854624, -0.06756359928457822, -1.4771356323287628], "max": [0.5528564225244907, 0.31381095854260477, 1.2638416165540818, 0.017502023998424154, 0.15181190541731637, 1.5057486240281843, 0.5683960719749416, -0.15206597791648918, 1.1654843353649502, 0.04803466965480807, 0.04744324996061344, -1.3042296797375912], "count": [845]}, "gripper_mode_state": {"mean": [0.2686390532544379, 0.3656804733727811], "std": [0.4432517482435897, 0.4816204571720778], "min": [0, 0], "max": [1, 1], "count": [845]}, "gripper_activity_state": {"mean": [1.9893491124260354, 1.8994082840236686], "std": [0.13280827490720418, 0.3959106111262675], "min": [0, 0], "max": [2, 2], "count": [845]}, "gripper_mode_action": {"mean": [0.2686390532544379, 0.3656804733727811], "std": [0.4432517482435897, 0.48162045717207774], "min": [0, 0], "max": [1, 1], "count": [845]}, "gripper_activity_action": {"mean": [1.9893491124260354, 1.8994082840236686], "std": [0.13280827490720418, 0.3959106111262675], "min": [0, 0], "max": [2, 2], "count": [845]}}} +{"episode_index": 113, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47512190199506377]], [[0.46892028171991407]], [[0.4595020024909731]]], "std": [[[0.1565693077658881]], [[0.1611067105607626]], [[0.1661076502902906]]], "count": [143]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4616060634626811]], [[0.4554350775858129]], [[0.4486206665066959]]], "std": [[[0.14775164051815634]], [[0.14940192670973723]], [[0.15404119783111472]]], "count": [143]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4603620809337721]], [[0.4641466531834179]], [[0.45512660684903333]]], "std": [[[0.1566111110123918]], [[0.15570161222681234]], [[0.1640501907268684]]], "count": [143]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4941041152474976]], [[0.48403657474061884]], [[0.47010859300013713]]], "std": [[[0.15286581346220407]], [[0.14730254246478555]], [[0.15718453970192336]]], "count": [143]}, "observation.state": {"min": [-0.4256683588027954, 0.08489280939102173, -0.06478662043809891, -2.104081630706787, -0.4069235324859619, -0.04239404574036598, -0.24432863295078278, -0.2832910120487213, 0.32646700739860535, 0.07142800092697144, -1.690351963043213, -1.528704285621643, -1.2088637351989746, -0.17327629029750824, -0.09813986718654633, -0.26258477568626404, -1.774354100227356, -0.037768926471471786, -0.0636696144938469, -0.0262148454785347, -0.3257310092449188, -0.5480809807777405, 0.08844800293445587, 1.1650794744491577, -1.4916538000106812, 0.894327700138092, 0.0, 0.0, -0.017872003838419914, -0.17424029111862183, -0.8353927731513977, 1.910710096359253, -1.0725219249725342, -0.0035188531037420034], "max": [0.40627774596214294, 0.379574179649353, 0.31237903237342834, -1.4756759405136108, 0.00171042256988585, 0.26139795780181885, -0.01984439231455326, -0.17240799963474274, 0.5311409831047058, 0.20803600549697876, -1.2971378564834595, -1.2543865442276, -0.8645380735397339, 0.4050036370754242, 0.18929840624332428, -0.09201375395059586, -1.0418742895126343, 0.06592108309268951, 0.2571917176246643, 0.13184216618537903, -0.2883700132369995, -0.3761720061302185, 0.12860600650310516, 1.4755313396453857, -1.2727880477905273, 1.0782181024551392, 1001.0, 1002.0, -0.017526106908917427, -0.17239613831043243, -0.8329793214797974, 1.9109272956848145, -1.0676316022872925, 0.006372285075485706], "mean": [0.15145325660705566, 0.23147499561309814, 0.08040386438369751, -1.8356385231018066, -0.21884751319885254, 0.05098753422498703, -0.0854857861995697, -0.2516971826553345, 0.39049777388572693, 0.1761867105960846, -1.40485417842865, -1.3407714366912842, -1.110935926437378, 0.045265115797519684, 0.03821812570095062, -0.15118308365345, -1.5269168615341187, -0.00440106401219964, 0.031408898532390594, 0.02597922645509243, -0.30184248089790344, -0.44845882058143616, 0.11603214591741562, 1.3372372388839722, -1.3280174732208252, 1.055145025253296, 723.737060546875, 628.4501953125, -0.01773284561932087, -0.17340295016765594, -0.8344688415527344, 1.910826563835144, -1.0705736875534058, 0.0005361037910915911], "std": [0.22877351939678192, 0.0565653033554554, 0.09491150826215744, 0.12598352134227753, 0.09278223663568497, 0.1052861213684082, 0.08194632828235626, 0.042952246963977814, 0.05245952680706978, 0.044289618730545044, 0.14774441719055176, 0.05805063620209694, 0.10847841203212738, 0.16158342361450195, 0.08321473747491837, 0.054138295352458954, 0.20504522323608398, 0.037231411784887314, 0.06455421447753906, 0.03312196582555771, 0.011379286646842957, 0.04792262986302376, 0.013746170327067375, 0.09257481247186661, 0.05879485234618187, 0.03173357993364334, 431.66375732421875, 469.0730285644531, 0.00015692345914430916, 0.00037960507324896753, 0.0002957418037112802, 4.545649790088646e-05, 0.0006808694452047348, 0.0010986231500282884], "count": [753]}, "action": {"min": [-0.4256683588027954, 0.08489280939102173, -0.06478662043809891, -2.104081630706787, -0.4069235324859619, -0.04239404574036598, -0.24432863295078278, -0.2832910120487213, 0.32646700739860535, 0.07142800092697144, -1.690351963043213, -1.528704285621643, -1.2088637351989746, -0.17327629029750824, -0.09813986718654633, -0.26258477568626404, -1.774354100227356, -0.037768926471471786, -0.0636521577835083, -0.0262148454785347, -0.3257310092449188, -0.5480809807777405, 0.08844800293445587, 1.1650794744491577, -1.4916538000106812, 0.894327700138092, 0.0, 0.0, -0.017872003838419914, -0.17424029111862183, -0.8353927731513977, 1.910710096359253, -1.0725219249725342, -0.0035188531037420034], "max": [0.40627774596214294, 0.379574179649353, 0.31237903237342834, -1.4756759405136108, 0.00171042256988585, 0.26139795780181885, -0.01984439231455326, -0.17240799963474274, 0.5311409831047058, 0.20803600549697876, -1.2971378564834595, -1.2543865442276, -0.8645380735397339, 0.4050036370754242, 0.18929840624332428, -0.09201375395059586, -1.0418742895126343, 0.06592108309268951, 0.2571917176246643, 0.13184216618537903, -0.2883700132369995, -0.3761720061302185, 0.12860600650310516, 1.4755313396453857, -1.2727880477905273, 1.0782181024551392, 1001.0, 1002.0, -0.017526106908917427, -0.17239613831043243, -0.8329793214797974, 1.9109272956848145, -1.0676316022872925, 0.006372285075485706], "mean": [0.15139968693256378, 0.23139120638370514, 0.08033563196659088, -1.8357244729995728, -0.21864454448223114, 0.05115596577525139, -0.08561017364263535, -0.2516595721244812, 0.39051127433776855, 0.17618101835250854, -1.4049402475357056, -1.3406988382339478, -1.110793113708496, 0.04551693797111511, 0.038013115525245667, -0.15100333094596863, -1.526652455329895, -0.004531905986368656, 0.03152412176132202, 0.0260696429759264, -0.3018491566181183, -0.44854894280433655, 0.1160566583275795, 1.3370816707611084, -1.3279540538787842, 1.0551471710205078, 723.737060546875, 628.4501953125, -0.017733275890350342, -0.17340199649333954, -0.834468424320221, 1.910826563835144, -1.0705736875534058, 0.0005359109491109848], "std": [0.2287513166666031, 0.05659785494208336, 0.09495742619037628, 0.12601476907730103, 0.09287257492542267, 0.1052725538611412, 0.08191772550344467, 0.042937021702528, 0.05245470255613327, 0.044286612421274185, 0.14770101010799408, 0.05811275914311409, 0.10845108330249786, 0.16139060258865356, 0.08303254097700119, 0.05399271845817566, 0.20485790073871613, 0.037157248705625534, 0.06446173787117004, 0.033072344958782196, 0.011375024914741516, 0.04785037413239479, 0.013751332648098469, 0.09244079142808914, 0.05881989747285843, 0.03173443675041199, 431.66375732421875, 469.0730285644531, 0.0001568247826071456, 0.00037932262057438493, 0.00029580420232377946, 4.547797652776353e-05, 0.0006808723555877805, 0.0010986109264194965], "count": [753]}, "timestamp": {"min": [0.0], "max": [25.066666666666666], "mean": [12.533333333333331], "std": [7.245739488881776], "count": [753]}, "frame_index": {"min": [0], "max": [752], "mean": [376.0], "std": [217.37218466645328], "count": [753]}, "episode_index": {"min": [113], "max": [113], "mean": [113.0], "std": [0.0], "count": [753]}, "index": {"min": [96560], "max": [97312], "mean": [96936.0], "std": [217.37218466645328], "count": [753]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [753]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7636122177954847, 0.6272868524128657], "std": [0.4248630351406741, 0.4681482862514962], "count": [753]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7636122177954847, 0.6272868524128657], "std": [0.4248630351406741, 0.4681482862514962], "count": [753]}, "eef_direction_state": {"mean": [4.802124833997344, 5.115537848605578], "std": [2.204521672337465, 1.996327374027403], "min": [0, 0], "max": [6, 6], "count": [753]}, "eef_velocity_state": {"mean": [0.33731739707835323, 0.20849933598937584], "std": [0.6273125939228038, 0.4670633927155554], "min": [0, 0], "max": [2, 2], "count": [753]}, "eef_acc_mag_state": {"mean": [0.5205843293492696, 0.41832669322709165], "std": [0.784926843678488, 0.728136017926742], "min": [0, 0], "max": [2, 2], "count": [753]}, "eef_direction_action": {"mean": [4.802124833997344, 5.115537848605578], "std": [2.204521672337465, 1.9963273740274028], "min": [0, 0], "max": [6, 6], "count": [753]}, "eef_velocity_action": {"mean": [0.33731739707835323, 0.20849933598937584], "std": [0.6273125939228038, 0.4670633927155554], "min": [0, 0], "max": [2, 2], "count": [753]}, "eef_acc_mag_action": {"mean": [0.5205843293492696, 0.41832669322709165], "std": [0.784926843678488, 0.7281360179267421], "min": [0, 0], "max": [2, 2], "count": [753]}, "eef_sim_pose_state": {"mean": [0.4103400754618556, 0.24966878668631898, 1.1866605712498646, -0.031884873923111665, -0.01785602756761847, 1.3495962227911515, 0.4669129430516089, -0.1858305380381431, 1.1448266092294062, -0.04046205118145494, -0.040074577959359946, -1.384552305834548], "std": [0.05547803470604022, 0.03198786772656687, 0.04116355834756729, 0.02760062991015738, 0.0802937242847237, 0.1368078561248443, 0.04754248415817344, 0.0137494546733131, 0.0058466720976049795, 0.07041430916768421, 0.0471470535287118, 0.0457294797988553], "min": [0.34751745696426906, 0.16793383693966707, 1.156273230970969, -0.12664304612543675, -0.20264169348796246, 1.0798819874087988, 0.3963825834896011, -0.19687100278883948, 1.1325611604113486, -0.23404272214575272, -0.0730715197009959, -1.453036151108559], "max": [0.556231523283996, 0.2864303507660978, 1.2654858422055766, 0.0019062873325013108, 0.06355327105099295, 1.4472345131408426, 0.5660514318166723, -0.15275374585409718, 1.1640474340799256, 0.0479513492771968, 0.07285414598378193, -1.270785077860062], "count": [753]}, "eef_sim_pose_action": {"mean": [0.4103542314439867, 0.249667980609307, 1.1867008519204396, -0.03186149140405742, -0.017999783923101264, 1.34955414495311, 0.4669995331782372, -0.1858399107111995, 1.144829193939087, -0.04054232712363215, -0.04007633894894806, -1.3846826755463533], "std": [0.055472543056464166, 0.03198750104584997, 0.041149161790224306, 0.027620196482520502, 0.0803000455120963, 0.13678311240111787, 0.04747329520293872, 0.013753818977950633, 0.005846960960074311, 0.07034791883635207, 0.04714810304518888, 0.04564059545656611], "min": [0.34751745696426906, 0.16793383693966707, 1.156273230970969, -0.12664304612543675, -0.20264169348796246, 1.0798819874087988, 0.3963825834896011, -0.19687100278883948, 1.1325611604113486, -0.23404272214575272, -0.0730715197009959, -1.453036151108559], "max": [0.556231523283996, 0.2864303507660978, 1.2654858422055766, 0.0019062873325013108, 0.06355327105099295, 1.4472345131408426, 0.5660514318166723, -0.15275374585409718, 1.1640474340799256, 0.0479513492771968, 0.07285414598378193, -1.270785077860062], "count": [753]}, "gripper_mode_state": {"mean": [0.23638778220451528, 0.3745019920318725], "std": [0.4248630351406741, 0.48399405987680594], "min": [0, 0], "max": [1, 1], "count": [753]}, "gripper_activity_state": {"mean": [1.9880478087649402, 1.8857901726427624], "std": [0.14063237127269138, 0.4221269656110406], "min": [0, 0], "max": [2, 2], "count": [753]}, "gripper_mode_action": {"mean": [0.23638778220451528, 0.3745019920318725], "std": [0.4248630351406741, 0.483994059876806], "min": [0, 0], "max": [1, 1], "count": [753]}, "gripper_activity_action": {"mean": [1.9880478087649402, 1.8857901726427624], "std": [0.14063237127269138, 0.4221269656110406], "min": [0, 0], "max": [2, 2], "count": [753]}}} +{"episode_index": 114, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47164538555806934]], [[0.46502328955086303]], [[0.45631713617605163]]], "std": [[[0.15252482186891406]], [[0.15850741368016985]], [[0.1640588624135165]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4619883251110273]], [[0.4556769877555723]], [[0.4491090673181666]]], "std": [[[0.14749956249686969]], [[0.14894822612323305]], [[0.15331158942166118]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4672925412686442]], [[0.46965138731774764]], [[0.45977270953787497]]], "std": [[[0.1573641544131871]], [[0.1568557954541708]], [[0.16508339766882435]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5021336111634825]], [[0.49072185038545335]], [[0.47640196078431374]]], "std": [[[0.15418675860750794]], [[0.14808514565408065]], [[0.15845339948019324]]], "count": [156]}, "observation.state": {"min": [-0.4046545922756195, 0.035011306405067444, -0.1002342626452446, -2.052821397781372, -0.6028716564178467, -0.09536479413509369, -0.2961300015449524, -0.2833380103111267, 0.3287290036678314, 0.06931900233030319, -1.5514533519744873, -1.6850014925003052, -1.3593456745147705, -0.17357298731803894, -0.09325294196605682, -0.26258477568626404, -1.7714568376541138, -0.076637402176857, -0.06370452046394348, -0.026232298463582993, -0.32952699065208435, -0.5455629825592041, 0.09453599900007248, 1.1899360418319702, -1.473970651626587, 0.958085298538208, 0.0, 0.0, -0.017866365611553192, -0.17343570291996002, -0.8350045084953308, 1.9104273319244385, -1.0718683004379272, -0.0027100960724055767], "max": [0.3997153043746948, 0.3865031599998474, 0.2865830659866333, -1.4840883016586304, -0.17486454546451569, 0.31375783681869507, -0.01984439231455326, -0.17507800459861755, 0.5286669731140137, 0.224372997879982, -1.1814473867416382, -1.3168176412582397, -1.0294071435928345, 0.39536944031715393, 0.18929840624332428, -0.07904595881700516, -1.0414729118347168, 0.06590363383293152, 0.17299702763557434, 0.12777554988861084, -0.28773200511932373, -0.37616100907325745, 0.13145899772644043, 1.4755313396453857, -1.310701608657837, 1.12436842918396, 1001.0, 1002.0, -0.017849445343017578, -0.1729525774717331, -0.8335133194923401, 1.9108558893203735, -1.0689048767089844, 0.006807039957493544], "mean": [0.15179939568042755, 0.22155065834522247, 0.0706101655960083, -1.8324573040008545, -0.29102978110313416, 0.05711497366428375, -0.06538712978363037, -0.2512947916984558, 0.3913441598415375, 0.17902430891990662, -1.350609302520752, -1.395705223083496, -1.1734682321548462, 0.027632838115096092, 0.043739717453718185, -0.14419564604759216, -1.5476105213165283, 0.008100573904812336, 0.005242475774139166, 0.04101072624325752, -0.2977413535118103, -0.4437653720378876, 0.1191786602139473, 1.3613932132720947, -1.328817367553711, 1.0793583393096924, 716.0736083984375, 650.1246948242188, -0.017857979983091354, -0.1732201874256134, -0.834320068359375, 1.9106642007827759, -1.0705833435058594, 0.0005683365743607283], "std": [0.23318347334861755, 0.07500706613063812, 0.09215807169675827, 0.12614242732524872, 0.10081148147583008, 0.12034400552511215, 0.06761907786130905, 0.04402344673871994, 0.0545961931347847, 0.04292653501033783, 0.09652039408683777, 0.11461905390024185, 0.06374488025903702, 0.16010059416294098, 0.07836119085550308, 0.05456901341676712, 0.20499834418296814, 0.043482400476932526, 0.04666130989789963, 0.042580630630254745, 0.012923570349812508, 0.04723523184657097, 0.012565841898322105, 0.0770139992237091, 0.02446742355823517, 0.04733489081263542, 437.36846923828125, 464.39666748046875, 1.112027462113474e-06, 6.506496720248833e-05, 0.00026675924891605973, 0.00013773527462035418, 0.00047879546764306724, 0.0010260549606755376], "count": [842]}, "action": {"min": [-0.4046545922756195, 0.035011306405067444, -0.1002342626452446, -2.052821397781372, -0.6028716564178467, -0.09536479413509369, -0.2961300015449524, -0.2833380103111267, 0.3287290036678314, 0.06931900233030319, -1.5514533519744873, -1.6850014925003052, -1.3593456745147705, -0.17357298731803894, -0.09325294196605682, -0.26258477568626404, -1.7714568376541138, -0.076637402176857, -0.06370452046394348, -0.026232298463582993, -0.32952699065208435, -0.5455629825592041, 0.09453599900007248, 1.1899360418319702, -1.473970651626587, 0.958085298538208, 0.0, 0.0, -0.017866365611553192, -0.17343570291996002, -0.8350045084953308, 1.9104273319244385, -1.0718683004379272, -0.0027100960724055767], "max": [0.3997153043746948, 0.3865031599998474, 0.2865830659866333, -1.4840883016586304, -0.17486454546451569, 0.31375783681869507, -0.01984439231455326, -0.17507800459861755, 0.5286669731140137, 0.224372997879982, -1.1814473867416382, -1.3168176412582397, -1.0294071435928345, 0.39536944031715393, 0.18929840624332428, -0.07904595881700516, -1.0414729118347168, 0.06590363383293152, 0.17299702763557434, 0.12777554988861084, -0.28773200511932373, -0.37616100907325745, 0.13145899772644043, 1.4755313396453857, -1.310701608657837, 1.12436842918396, 1001.0, 1002.0, -0.017849445343017578, -0.1729525774717331, -0.8335133194923401, 1.9108558893203735, -1.0689048767089844, 0.006807039957493544], "mean": [0.15177889168262482, 0.22138935327529907, 0.07053989917039871, -1.8325409889221191, -0.29101791977882385, 0.05730067938566208, -0.06543046981096268, -0.2512723207473755, 0.3913494348526001, 0.17901356518268585, -1.350476622581482, -1.3957948684692383, -1.173534870147705, 0.027825526893138885, 0.0435645617544651, -0.14402475953102112, -1.547415852546692, 0.0080462247133255, 0.005312248598784208, 0.04112669825553894, -0.29773926734924316, -0.4438363015651703, 0.11920249462127686, 1.36127769947052, -1.3288085460662842, 1.079418420791626, 716.0736083984375, 650.1246948242188, -0.017857979983091354, -0.1732204407453537, -0.8343204259872437, 1.9106639623641968, -1.0705835819244385, 0.0005685124197043478], "std": [0.23317433893680573, 0.075111024081707, 0.09220236539840698, 0.12617671489715576, 0.1008165255188942, 0.12034428119659424, 0.06760156154632568, 0.04401196166872978, 0.0545940101146698, 0.04292197898030281, 0.09667031466960907, 0.11458836495876312, 0.06378591060638428, 0.15995612740516663, 0.0782008022069931, 0.054423291236162186, 0.2048635482788086, 0.04343870282173157, 0.04660215228796005, 0.04253058508038521, 0.012924636714160442, 0.04717850312590599, 0.012566927820444107, 0.07691679894924164, 0.024468470364809036, 0.04735059291124344, 437.36846923828125, 464.39666748046875, 1.112027462113474e-06, 6.520423630718142e-05, 0.0002668909728527069, 0.0001376045838696882, 0.00047879049088805914, 0.0010260568233206868], "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": [114], "max": [114], "mean": [114.0], "std": [0.0], "count": [842]}, "index": {"min": [97313], "max": [98154], "mean": [97733.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7553444180522565, 0.6489239907956234], "std": [0.42988280748310526, 0.46348277896147305], "count": [842]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7553444180522565, 0.6489239907956234], "std": [0.42988280748310526, 0.46348277896147305], "count": [842]}, "eef_direction_state": {"mean": [4.8729216152019, 5.168646080760095], "std": [2.1079542301983527, 1.9892980465409658], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_state": {"mean": [0.32066508313539194, 0.16864608076009502], "std": [0.5943323241955338, 0.4107409684335427], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_acc_mag_state": {"mean": [0.49524940617577196, 0.32897862232779096], "std": [0.7678833832624729, 0.6716810916306606], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_direction_action": {"mean": [4.8729216152019, 5.168646080760095], "std": [2.1079542301983527, 1.989298046540966], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_action": {"mean": [0.32066508313539194, 0.16864608076009502], "std": [0.5943323241955338, 0.4107409684335427], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_acc_mag_action": {"mean": [0.49524940617577196, 0.32897862232779096], "std": [0.7678833832624729, 0.6716810916306606], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_sim_pose_state": {"mean": [0.4105989415339101, 0.2505018176018483, 1.1864386248822796, -0.03775000312562999, 0.060834292751073805, 1.3633654919490428, 0.4622287448479115, -0.18985345756619684, 1.1455564808467262, -0.010829323770124336, -0.033230128385380454, -1.3753193557721772], "std": [0.057119761473445246, 0.03277306854390986, 0.04160474575628582, 0.04395545918218414, 0.05008169841981961, 0.13318676990693554, 0.04672592457364374, 0.014051100664067692, 0.006026896923951308, 0.06850610825638924, 0.022844510222736047, 0.04096475652332141], "min": [0.3480584946206912, 0.16029753611521694, 1.1568052952360182, -0.17308670397718995, -0.03285045011173171, 1.0649655225695358, 0.39637208106684535, -0.20120730571769171, 1.129138357152626, -0.18551494335367302, -0.08052174432445858, -1.475576606182592], "max": [0.5526998977756234, 0.29203140169642744, 1.262612615158564, 0.028422036386650085, 0.198655384882499, 1.4844559574552398, 0.563399727471225, -0.15650854473570544, 1.1594969673972984, 0.047990219702934156, 0.038854493619084884, -1.2957796817671752], "count": [842]}, "eef_sim_pose_action": {"mean": [0.4106037794393972, 0.25048705123843024, 1.1864670478266255, -0.03769757070930373, 0.060959652614858674, 1.363406020510047, 0.46229714083146883, -0.1898670090629794, 1.1455617284068869, -0.01085722827061391, -0.0331758926401871, -1.3754088135055118], "std": [0.05711763838086538, 0.032769539658549084, 0.04159266781368193, 0.04400576700822858, 0.05014315099976351, 0.13321706874887584, 0.04667162553898603, 0.014055489326377646, 0.006027901122545242, 0.06848695746284321, 0.022817284575169433, 0.040891869413478395], "min": [0.3480584946206912, 0.16029753611521694, 1.1568052952360182, -0.17308670397718995, -0.03285045011173171, 1.0649655225695358, 0.39637208106684535, -0.20120730571769171, 1.129138357152626, -0.18551494335367302, -0.08052174432445858, -1.475576606182592], "max": [0.5526998977756234, 0.29203140169642744, 1.262612615158564, 0.028422036386650085, 0.198655384882499, 1.4844559574552398, 0.563399727471225, -0.15650854473570544, 1.1594969673972984, 0.047990219702934156, 0.038854493619084884, -1.2957796817671752], "count": [842]}, "gripper_mode_state": {"mean": [0.24465558194774348, 0.3515439429928741], "std": [0.42988280748310526, 0.4774524051022206], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_state": {"mean": [1.989311163895487, 1.9049881235154393], "std": [0.1330431344473888, 0.38437265710038465], "min": [0, 0], "max": [2, 2], "count": [842]}, "gripper_mode_action": {"mean": [0.24465558194774348, 0.3515439429928741], "std": [0.42988280748310526, 0.4774524051022206], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_action": {"mean": [1.989311163895487, 1.9049881235154393], "std": [0.1330431344473888, 0.38437265710038465], "min": [0, 0], "max": [2, 2], "count": [842]}}} +{"episode_index": 115, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4745687609979889]], [[0.4674859003163231]], [[0.4586701532910173]]], "std": [[[0.1539380455653062]], [[0.15884365757743812]], [[0.16500384350003983]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638981756431205]], [[0.4573676588423831]], [[0.4504482793384448]]], "std": [[[0.14556971021209225]], [[0.14672949423237058]], [[0.15150369104014821]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4618455555031842]], [[0.4646723411052455]], [[0.45447358256871123]]], "std": [[[0.16000334344421577]], [[0.1590339756925214]], [[0.16668273085015442]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49749074205002514]], [[0.48792850783475783]], [[0.4771526808907323]]], "std": [[[0.1528125623772496]], [[0.14747247987471193]], [[0.15836512836213795]]], "count": [156]}, "observation.state": {"min": [-0.4306774437427521, 0.12348204106092453, -0.07728318125009537, -2.0345826148986816, -0.5051332116127014, -0.09644689410924911, -0.29822441935539246, -0.28325700759887695, 0.3407999873161316, 0.0777129977941513, -1.750264286994934, -1.5655157566070557, -1.2061008214950562, -0.17441074550151825, -0.09756390750408173, -0.2626197040081024, -1.7714568376541138, -0.08405505865812302, -0.10320132225751877, -0.03900810703635216, -0.32989099621772766, -0.5497480034828186, 0.09825299680233002, 1.1945139169692993, -1.4021461009979248, 1.0114543437957764, 0.0, 0.0, -0.017868245020508766, -0.17359361052513123, -0.835250973701477, 1.9105690717697144, -1.0712225437164307, -0.0017190836369991302], "max": [0.34861207008361816, 0.4113217294216156, 0.3110874891281128, -1.4535799026489258, 0.07831292599439621, 0.22874285280704498, -0.01984439231455326, -0.17877499759197235, 0.5329579710960388, 0.217056006193161, -1.2971378564834595, -1.198786973953247, -0.8108155727386475, 0.4102047383785248, 0.18929840624332428, -0.07211700081825256, -1.0118197202682495, 0.06592108309268951, 0.10218902677297592, 0.1010894700884819, -0.28888198733329773, -0.37615901231765747, 0.13960500061511993, 1.4770643711090088, -1.2925292253494263, 1.141932725906372, 1001.0, 1002.0, -0.01784004643559456, -0.17330975830554962, -0.8326829671859741, 1.910660982131958, -1.0694009065628052, 0.002754710614681244], "mean": [0.14533771574497223, 0.23836888372898102, 0.08326739072799683, -1.8174875974655151, -0.20193858444690704, 0.036412887275218964, -0.09121555835008621, -0.25591540336608887, 0.3926997184753418, 0.1782347708940506, -1.4160100221633911, -1.3206301927566528, -1.093198299407959, 0.029326381161808968, 0.039877913892269135, -0.12810631096363068, -1.4955940246582031, 0.019336039200425148, -0.0615387037396431, 0.055008530616760254, -0.31072115898132324, -0.44415125250816345, 0.12404002249240875, 1.3660247325897217, -1.3303066492080688, 1.1041988134384155, 729.9834594726562, 660.347900390625, -0.01785849593579769, -0.17338036000728607, -0.8344593048095703, 1.9106035232543945, -1.0705866813659668, 0.000547582283616066], "std": [0.22947564721107483, 0.051888126879930496, 0.09943105280399323, 0.12466897815465927, 0.13100700080394745, 0.09300142526626587, 0.09085476398468018, 0.03989782556891441, 0.052993327379226685, 0.04261739179491997, 0.1637473851442337, 0.06983264535665512, 0.13799284398555756, 0.15818995237350464, 0.07957078516483307, 0.06053254380822182, 0.19889682531356812, 0.04369595646858215, 0.05217353254556656, 0.054901957511901855, 0.010551858693361282, 0.046642061322927475, 0.016154136508703232, 0.08118681609630585, 0.015639781951904297, 0.04215582460165024, 430.2289123535156, 460.72357177734375, 1.186780423267919e-06, 4.590027310769074e-05, 0.0003017393173649907, 2.037153171841055e-05, 0.0002925513545051217, 0.0004462498764041811], "count": [845]}, "action": {"min": [-0.4306774437427521, 0.12348204106092453, -0.07728318125009537, -2.0345826148986816, -0.5051332116127014, -0.09644689410924911, -0.29822441935539246, -0.28325700759887695, 0.3407999873161316, 0.0777129977941513, -1.750264286994934, -1.5655157566070557, -1.2061008214950562, -0.17441074550151825, -0.09756390750408173, -0.2626197040081024, -1.7714568376541138, -0.08405505865812302, -0.10320132225751877, -0.03900810703635216, -0.32989099621772766, -0.5497480034828186, 0.09825299680233002, 1.1945139169692993, -1.4021461009979248, 1.0114543437957764, 0.0, 0.0, -0.017868245020508766, -0.17359361052513123, -0.835250973701477, 1.9105690717697144, -1.0712225437164307, -0.0017190836369991302], "max": [0.34861207008361816, 0.4113217294216156, 0.3110874891281128, -1.4535799026489258, 0.07831292599439621, 0.22874285280704498, -0.01984439231455326, -0.17877499759197235, 0.5329579710960388, 0.217056006193161, -1.2971378564834595, -1.198786973953247, -0.8108155727386475, 0.4102047383785248, 0.18929840624332428, -0.07211700081825256, -1.0118197202682495, 0.06592108309268951, 0.10218902677297592, 0.1010894700884819, -0.28888198733329773, -0.37615901231765747, 0.13960500061511993, 1.4770643711090088, -1.2925292253494263, 1.141932725906372, 1001.0, 1002.0, -0.01784004643559456, -0.17330975830554962, -0.8326829671859741, 1.910660982131958, -1.0694009065628052, 0.002754710614681244], "mean": [0.14522473514080048, 0.2383120357990265, 0.08325739204883575, -1.8174631595611572, -0.20170432329177856, 0.03656096011400223, -0.09135317802429199, -0.25590404868125916, 0.39272916316986084, 0.17821703851222992, -1.4161229133605957, -1.3205770254135132, -1.0929639339447021, 0.02951892651617527, 0.039704579859972, -0.12791010737419128, -1.4953093528747559, 0.01930137909948826, -0.061581023037433624, 0.05515730753540993, -0.3107438385486603, -0.444221556186676, 0.12407351285219193, 1.3659223318099976, -1.33030366897583, 1.1042853593826294, 729.9834594726562, 660.347900390625, -0.017858494073152542, -0.17338043451309204, -0.8344590067863464, 1.9106035232543945, -1.0705866813659668, 0.0005476991063915193], "std": [0.22943992912769318, 0.051911476999521255, 0.09943560510873795, 0.124664805829525, 0.13109090924263, 0.09300976246595383, 0.09083464741706848, 0.03989139944314957, 0.05298576131463051, 0.04261068254709244, 0.16369831562042236, 0.06985089927911758, 0.1380055993795395, 0.15804269909858704, 0.07940472662448883, 0.060364533215761185, 0.19867336750030518, 0.04367058724164963, 0.052189670503139496, 0.0548519566655159, 0.010532352142035961, 0.04658423364162445, 0.016153719276189804, 0.08110322803258896, 0.01564040221273899, 0.04215289652347565, 430.2289123535156, 460.72357177734375, 1.1881020327564329e-06, 4.593756966642104e-05, 0.000301736785331741, 2.0401083020260558e-05, 0.0002925645385403186, 0.00044623177382163703], "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": [115], "max": [115], "mean": [115.0], "std": [0.0], "count": [845]}, "index": {"min": [98155], "max": [98999], "mean": [98577.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7727810650887574, 0.6591171596441748], "std": [0.4190351900843693, 0.4598144432547438], "count": [845]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7727810650887574, 0.6591171596441748], "std": [0.4190351900843694, 0.4598144432547438], "count": [845]}, "eef_direction_state": {"mean": [5.023668639053255, 5.198816568047337], "std": [1.9706505180179577, 1.9504509618337742], "min": [0, 0], "max": [6, 6], "count": [845]}, "eef_velocity_state": {"mean": [0.3088757396449704, 0.17751479289940827], "std": [0.6060673815260934, 0.4450553865739139], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_acc_mag_state": {"mean": [0.45680473372781066, 0.37514792899408284], "std": [0.751860314343881, 0.7033967514506629], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_direction_action": {"mean": [5.023668639053255, 5.198816568047337], "std": [1.9706505180179577, 1.950450961833774], "min": [0, 0], "max": [6, 6], "count": [845]}, "eef_velocity_action": {"mean": [0.3088757396449704, 0.17751479289940827], "std": [0.6060673815260934, 0.4450553865739139], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_acc_mag_action": {"mean": [0.45680473372781066, 0.37514792899408284], "std": [0.751860314343881, 0.7033967514506629], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_sim_pose_state": {"mean": [0.41268963785788904, 0.2517768365335435, 1.1828062987219086, -0.028955930230371397, -0.042174795524239576, 1.3483431878506764, 0.46257223413148596, -0.19441859691818225, 1.13052190524398, 0.007241054931673749, -0.02050510410885832, -1.378395171700728], "std": [0.05622107756002627, 0.03098371219199662, 0.03806459155785656, 0.0413314074564997, 0.12352163128260403, 0.13511031433151766, 0.04590147576756895, 0.018090586018702514, 0.0072384265761204596, 0.06528561132607853, 0.02134239838179594, 0.046424018712134106], "min": [0.36354780628293865, 0.17583166500084427, 1.1567829715365132, -0.16617950579752538, -0.3332130999713523, 1.060546660537914, 0.3963684972956857, -0.21018359933105302, 1.1247879511760075, -0.1464367987690458, -0.06755300617674131, -1.493740146380881], "max": [0.5590306355396912, 0.3029236684055362, 1.2578430736031974, 0.045819950725091596, 0.10510203104008031, 1.445995594660117, 0.5667947398823917, -0.15853489897628853, 1.1465873622793683, 0.05887787432266167, 0.030633315958934926, -1.298982788910231], "count": [845]}, "eef_sim_pose_action": {"mean": [0.41272097081151626, 0.25176957508853115, 1.182826015139395, -0.028883060350308427, -0.042359828877035495, 1.3482443366296395, 0.46264021762447577, -0.19444224733988152, 1.1304997892483577, 0.0072365727677632845, -0.02043640647534707, -1.3784800302200884], "std": [0.05621217699195512, 0.03098143695332537, 0.03805542078374791, 0.041405700799309504, 0.12352645672366032, 0.13506940805858764, 0.045845882384057325, 0.018096166822075876, 0.007224258887457098, 0.06528294967218186, 0.02128436854954661, 0.04635409156178217], "min": [0.36354780628293865, 0.17583166500084427, 1.1567829715365132, -0.16617950579752538, -0.3332130999713523, 1.060546660537914, 0.3963684972956857, -0.21018359933105302, 1.1247879511760075, -0.1464367987690458, -0.06755300617674131, -1.493740146380881], "max": [0.5590306355396912, 0.3029236684055362, 1.2578430736031974, 0.045819950725091596, 0.10510203104008031, 1.445995594660117, 0.5667947398823917, -0.15853489897628853, 1.1465873622793683, 0.05887787432266167, 0.030633315958934926, -1.298982788910231], "count": [845]}, "gripper_mode_state": {"mean": [0.2272189349112426, 0.34437869822485206], "std": [0.4190351900843694, 0.4751652453976471], "min": [0, 0], "max": [1, 1], "count": [845]}, "gripper_activity_state": {"mean": [1.9893491124260354, 1.9029585798816568], "std": [0.13280827490720407, 0.38621605927022157], "min": [0, 0], "max": [2, 2], "count": [845]}, "gripper_mode_action": {"mean": [0.2272189349112426, 0.34437869822485206], "std": [0.4190351900843694, 0.4751652453976471], "min": [0, 0], "max": [1, 1], "count": [845]}, "gripper_activity_action": {"mean": [1.9893491124260354, 1.9029585798816568], "std": [0.13280827490720407, 0.38621605927022157], "min": [0, 0], "max": [2, 2], "count": [845]}}} +{"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.46716299291938995]], [[0.46123610157952066]], [[0.4531330732570806]]], "std": [[[0.15391685322735843]], [[0.15767272972820606]], [[0.16292569713093882]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46156381127450985]], [[0.45536311819172115]], [[0.4482539882897604]]], "std": [[[0.15061703777280097]], [[0.15135309908513217]], [[0.15549542128291372]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4726769921023965]], [[0.47465856345315904]], [[0.46634288262527235]]], "std": [[[0.16135889867956363]], [[0.15912064916323226]], [[0.16750990131001836]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5019045166122005]], [[0.49098116557734206]], [[0.47841525599128537]]], "std": [[[0.15731301864426542]], [[0.14889863447507176]], [[0.1583453497695933]]], "count": [150]}, "observation.state": {"min": [-0.4346916973590851, 0.10660471022129059, -0.06442010402679443, -2.1075375080108643, -0.4586201608181, -0.02082177810370922, -0.2580818235874176, -0.28327199816703796, 0.33434200286865234, 0.07725899666547775, -1.6273375749588013, -1.5975615978240967, -1.2340129613876343, -0.19542451202869415, -0.11842058598995209, -0.30450761318206787, -1.8712372779846191, -0.0719948336482048, -0.06370452046394348, -0.026197392493486404, -0.32614898681640625, -0.5532479882240295, 0.08430600166320801, 1.0728769302368164, -1.4680869579315186, 0.8084801435470581, 0.0, 0.0, -0.017866365611553192, -0.17379100620746613, -0.835019588470459, 1.9104351997375488, -1.0727256536483765, -0.002126310020685196], "max": [0.34602898359298706, 0.4072202444076538, 0.30435049533843994, -1.452480435371399, -0.09651671350002289, 0.2782403826713562, -0.019809486344456673, -0.1745239943265915, 0.5336229801177979, 0.21857300400733948, -1.2740614414215088, -1.2251790761947632, -0.9008693099021912, 0.4207988977432251, 0.20209167897701263, -0.05408775433897972, -1.0724174976348877, 0.06590363383293152, 0.22992967069149017, 0.0953298807144165, -0.27657899260520935, -0.3723770081996918, 0.11781299859285355, 1.52700936794281, -1.3241747617721558, 1.0952322483062744, 1001.0, 1002.0, -0.017847565934062004, -0.1730785220861435, -0.8329246044158936, 1.910678505897522, -1.0680190324783325, 0.003291983623057604], "mean": [0.14055728912353516, 0.2403675615787506, 0.08147948235273361, -1.8277626037597656, -0.2488125115633011, 0.05805611237883568, -0.08145533502101898, -0.25119051337242126, 0.3930826485157013, 0.17840038239955902, -1.3918675184249878, -1.3603312969207764, -1.118044376373291, -0.07461793720722198, 0.041510697454214096, -0.16093458235263824, -1.661943793296814, 0.0031006168574094772, 0.04884666949510574, 0.03948371112346649, -0.29596248269081116, -0.4123263955116272, 0.10892511159181595, 1.3444054126739502, -1.367281436920166, 1.0544044971466064, 715.7817993164062, 624.4825439453125, -0.01785746030509472, -0.17340348660945892, -0.8343220353126526, 1.9106005430221558, -1.0706202983856201, 0.0006044692709110677], "std": [0.23819218575954437, 0.06172258406877518, 0.09830186516046524, 0.13123679161071777, 0.08534029126167297, 0.11420320719480515, 0.08127862960100174, 0.04386390745639801, 0.05452927574515343, 0.0424218587577343, 0.13452373445034027, 0.08685268461704254, 0.10123226046562195, 0.2011173665523529, 0.09181790053844452, 0.06034949794411659, 0.22274179756641388, 0.03150327503681183, 0.09972026199102402, 0.03833893686532974, 0.00982595793902874, 0.05824553593993187, 0.010034077800810337, 0.12297426909208298, 0.037766918540000916, 0.056719325482845306, 436.2216796875, 470.74847412109375, 1.1267036370554706e-06, 7.564791303593665e-05, 0.0003385996096767485, 4.0919774619396776e-05, 0.0006547265220433474, 0.0006613933946937323], "count": [802]}, "action": {"min": [-0.4346916973590851, 0.10660471022129059, -0.06442010402679443, -2.1075375080108643, -0.4586201608181, -0.02082177810370922, -0.2580818235874176, -0.28327199816703796, 0.33434200286865234, 0.07725899666547775, -1.6273375749588013, -1.5975615978240967, -1.2340129613876343, -0.19542451202869415, -0.11842058598995209, -0.30450761318206787, -1.8712372779846191, -0.0719948336482048, -0.06370452046394348, -0.026197392493486404, -0.32614898681640625, -0.5532479882240295, 0.08430600166320801, 1.0728769302368164, -1.4680869579315186, 0.8084801435470581, 0.0, 0.0, -0.017866365611553192, -0.17379100620746613, -0.835019588470459, 1.9104351997375488, -1.0727256536483765, -0.002126310020685196], "max": [0.34602898359298706, 0.4072202444076538, 0.30435049533843994, -1.452480435371399, -0.09651671350002289, 0.2782403826713562, -0.019809486344456673, -0.1745239943265915, 0.5336229801177979, 0.21857300400733948, -1.2740614414215088, -1.2251790761947632, -0.9008693099021912, 0.4207988977432251, 0.20209167897701263, -0.05408775433897972, -1.0724174976348877, 0.06590363383293152, 0.22992967069149017, 0.0953298807144165, -0.27657899260520935, -0.3723770081996918, 0.11781299859285355, 1.52700936794281, -1.3241747617721558, 1.0952322483062744, 1001.0, 1002.0, -0.017847565934062004, -0.1730785220861435, -0.8329246044158936, 1.910678505897522, -1.0680190324783325, 0.003291983623057604], "mean": [0.1405649036169052, 0.2402551919221878, 0.08134770393371582, -1.8278379440307617, -0.2486385554075241, 0.058193862438201904, -0.08154771476984024, -0.2511724531650543, 0.39308133721351624, 0.17842072248458862, -1.3918405771255493, -1.3602356910705566, -1.1179641485214233, -0.07464472204446793, 0.041328225284814835, -0.16078735888004303, -1.6619524955749512, 0.0030150888487696648, 0.04892588406801224, 0.03959857299923897, -0.2959631085395813, -0.41233229637145996, 0.10893465578556061, 1.3442877531051636, -1.3673069477081299, 1.054438591003418, 715.7817993164062, 624.4825439453125, -0.01785746030509472, -0.17340350151062012, -0.8343220949172974, 1.9106005430221558, -1.0706202983856201, 0.0006044550100341439], "std": [0.23819638788700104, 0.06180339679121971, 0.09842529892921448, 0.1312665045261383, 0.08547189086675644, 0.1141747459769249, 0.08125076442956924, 0.04385370388627052, 0.05452995002269745, 0.04243698716163635, 0.13454478979110718, 0.08694039285182953, 0.10120486468076706, 0.20113207399845123, 0.09166932851076126, 0.06024526432156563, 0.22274437546730042, 0.03142566606402397, 0.09965609759092331, 0.03828010708093643, 0.009825718589127064, 0.05824213847517967, 0.010038431733846664, 0.12289398908615112, 0.037748292088508606, 0.05673496425151825, 436.2216796875, 470.7485046386719, 1.1267036370554706e-06, 7.565776468254626e-05, 0.0003386138123460114, 4.092714880243875e-05, 0.0006547254743054509, 0.0006613939185626805], "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": [116], "max": [116], "mean": [116.0], "std": [0.0], "count": [802]}, "index": {"min": [99000], "max": [99801], "mean": [99400.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7581047381546134, 0.6233354115073669], "std": [0.42823118072150895, 0.46983196010955225], "count": [802]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7581047381546134, 0.6233354115073669], "std": [0.42823118072150895, 0.46983196010955225], "count": [802]}, "eef_direction_state": {"mean": [4.8740648379052365, 5.076059850374065], "std": [2.1240460815138924, 2.0402313781085026], "min": [0, 0], "max": [6, 6], "count": [802]}, "eef_velocity_state": {"mean": [0.3179551122194514, 0.2281795511221945], "std": [0.5779849836947386, 0.5132206534065874], "min": [0, 0], "max": [2, 2], "count": [802]}, "eef_acc_mag_state": {"mean": [0.4775561097256858, 0.4239401496259352], "std": [0.7590649271043461, 0.7405770052177766], "min": [0, 0], "max": [2, 2], "count": [802]}, "eef_direction_action": {"mean": [4.8740648379052365, 5.076059850374065], "std": [2.1240460815138924, 2.0402313781085026], "min": [0, 0], "max": [6, 6], "count": [802]}, "eef_velocity_action": {"mean": [0.3179551122194514, 0.2281795511221945], "std": [0.5779849836947386, 0.5132206534065874], "min": [0, 0], "max": [2, 2], "count": [802]}, "eef_acc_mag_action": {"mean": [0.4775561097256858, 0.4239401496259352], "std": [0.7590649271043461, 0.7405770052177766], "min": [0, 0], "max": [2, 2], "count": [802]}, "eef_sim_pose_state": {"mean": [0.41314810712037897, 0.2519284297235167, 1.187620461533306, -0.028273697760581695, 0.0014593997712527979, 1.347590208326251, 0.43170431519214264, -0.18196097515289125, 1.1509547414786905, -0.042695633825024275, -0.01676415668856494, -1.356400963696343], "std": [0.057960655367530485, 0.029630243836838425, 0.042564241739626515, 0.027856099007024907, 0.05637641807007546, 0.14889938190430832, 0.05848233309648011, 0.012202553024184938, 0.006742292492105842, 0.09734878118325066, 0.04708947214200124, 0.05507453107812544], "min": [0.3611279607833347, 0.17406055962616046, 1.1567864524906897, -0.12532330834131644, -0.12530776668847676, 1.051895509141096, 0.3962140719389531, -0.19078526372800847, 1.1428880167699822, -0.24014427817834338, -0.1841558572428701, -1.4868842580467363], "max": [0.5600931229656454, 0.2883382645194042, 1.2643741349285904, 0.022314644672670747, 0.08296106222991373, 1.4904343228674646, 0.572576785309216, -0.15821752792135896, 1.1777486684833207, 0.049649231677521555, 0.07739502329441805, -1.177863378850463], "count": [802]}, "eef_sim_pose_action": {"mean": [0.41314616412371097, 0.2519425025411236, 1.1876440735108948, -0.028225337107543706, 0.0013607999943653912, 1.347644578557772, 0.43170818296419433, -0.18196312450082006, 1.1509598217519603, -0.042745827619435996, -0.016701205938309423, -1.3564639007108341], "std": [0.05796167508814905, 0.029638906339766402, 0.04255238846997483, 0.027908326696643494, 0.05639086511780914, 0.1489432273652064, 0.058480100835884286, 0.012203891730306934, 0.006738970078197197, 0.09731240510263724, 0.04705533383189446, 0.05504381475194232], "min": [0.3611279607833347, 0.17406055962616046, 1.1567864524906897, -0.12532330834131644, -0.12530776668847676, 1.051895509141096, 0.3962140719389531, -0.19078526372800847, 1.1428880167699822, -0.24014427817834338, -0.1841558572428701, -1.4868842580467363], "max": [0.5600931229656454, 0.2883382645194042, 1.2643741349285904, 0.022314644672670747, 0.08296106222991373, 1.4904343228674646, 0.572576785309216, -0.15821752792135896, 1.1777486684833207, 0.049649231677521555, 0.07739502329441805, -1.177863378850463], "count": [802]}, "gripper_mode_state": {"mean": [0.24189526184538654, 0.37531172069825436], "std": [0.42823118072150895, 0.48420329718494814], "min": [0, 0], "max": [1, 1], "count": [802]}, "gripper_activity_state": {"mean": [1.9887780548628429, 1.9002493765586035], "std": [0.13629860543160557, 0.39005714480742754], "min": [0, 0], "max": [2, 2], "count": [802]}, "gripper_mode_action": {"mean": [0.24189526184538654, 0.37531172069825436], "std": [0.42823118072150895, 0.48420329718494814], "min": [0, 0], "max": [1, 1], "count": [802]}, "gripper_activity_action": {"mean": [1.9887780548628429, 1.9002493765586035], "std": [0.13629860543160557, 0.39005714480742754], "min": [0, 0], "max": [2, 2], "count": [802]}}} +{"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.47395712077024904]], [[0.46638183456399435]], [[0.45704451063125673]]], "std": [[[0.15531587694478016]], [[0.15999162924553104]], [[0.16524500914529283]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.461812958912468]], [[0.4553703527033176]], [[0.44845818725697034]]], "std": [[[0.14856782619393225]], [[0.14979902864406203]], [[0.1542694596189407]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46339048797261523]], [[0.46269534158600145]], [[0.45199125997973033]]], "std": [[[0.15566154315518946]], [[0.15327046584643694]], [[0.16048449004764936]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49161732646645157]], [[0.48330055147058826]], [[0.47047895854016714]]], "std": [[[0.15253632485159865]], [[0.14821606352670064]], [[0.15850064882501377]]], "count": [158]}, "observation.state": {"min": [-0.42175883054733276, 0.05834635719656944, -0.11206758767366409, -2.1603336334228516, -0.545397937297821, -0.020874137058854103, -0.26284658908843994, -0.2832620143890381, 0.3156229853630066, 0.07267600297927856, -1.653930902481079, -1.5840661525726318, -1.2768052816390991, -0.1733635514974594, -0.11461576819419861, -0.26258477568626404, -1.771422028541565, -0.08948303014039993, -0.18165387213230133, -0.04508185386657715, -0.3359909951686859, -0.5494679808616638, 0.09482599794864655, 1.1925275325775146, -1.3359978199005127, 1.0523681640625, 0.0, 0.0, -0.01787952333688736, -0.17406922578811646, -0.8350346684455872, 1.9104162454605103, -1.072918176651001, -0.0014153250958770514], "max": [0.44947463274002075, 0.5236860513687134, 0.31490975618362427, -1.4836170673370361, -0.06195918843150139, 0.3461860418319702, -0.019774580374360085, -0.15674200654029846, 0.5310570001602173, 0.2177949994802475, -1.2504522800445557, -1.3183525800704956, -0.9069069623947144, 0.4171336889266968, 0.18931587040424347, -0.0570373572409153, -0.9657081365585327, 0.0659559965133667, -0.006562437862157822, 0.05965535342693329, -0.29149699211120605, -0.3761569857597351, 0.1354759931564331, 1.4755313396453857, -1.2402892112731934, 1.1489719152450562, 1001.0, 1002.0, -0.0178550835698843, -0.17293566465377808, -0.8329586982727051, 1.9106895923614502, -1.0680594444274902, 0.002039928687736392], "mean": [0.13608433306217194, 0.24056850373744965, 0.0797891765832901, -1.8367334604263306, -0.2633681297302246, 0.08334635943174362, -0.0811656266450882, -0.24651673436164856, 0.3930201530456543, 0.1762121021747589, -1.3829041719436646, -1.3776507377624512, -1.1144317388534546, 0.012991923838853836, 0.028515199199318886, -0.13151615858078003, -1.4823445081710815, -0.027172913774847984, -0.12373893707990646, 0.024444591253995895, -0.31559398770332336, -0.4384169578552246, 0.12084054946899414, 1.3909950256347656, -1.275530457496643, 1.1174275875091553, 708.2493896484375, 671.0944213867188, -0.01785937137901783, -0.17345109581947327, -0.8343389630317688, 1.9106299877166748, -1.070605993270874, 0.0005965662421658635], "std": [0.2566715478897095, 0.08914963155984879, 0.10578041523694992, 0.1398811638355255, 0.09980671852827072, 0.14185746014118195, 0.07852937281131744, 0.04972017928957939, 0.057816050946712494, 0.0480450876057148, 0.12853488326072693, 0.08383791893720627, 0.10882583260536194, 0.16289371252059937, 0.08622246980667114, 0.06140115484595299, 0.20858868956565857, 0.042521148920059204, 0.06310885399580002, 0.037867724895477295, 0.012037388980388641, 0.04770802706480026, 0.014843553304672241, 0.08597145229578018, 0.03892752155661583, 0.03495742380619049, 440.9550476074219, 456.8030700683594, 3.1109516385186e-06, 5.515302109415643e-05, 0.0003111274854745716, 4.212688872939907e-05, 0.0005668379017151892, 0.0003769756876863539], "count": [858]}, "action": {"min": [-0.42175883054733276, 0.05834635719656944, -0.11206758767366409, -2.1603336334228516, -0.545397937297821, -0.020874137058854103, -0.26284658908843994, -0.2832620143890381, 0.3156229853630066, 0.07267600297927856, -1.653930902481079, -1.5840661525726318, -1.2768052816390991, -0.1733635514974594, -0.11461576819419861, -0.26258477568626404, -1.771422028541565, -0.08948303014039993, -0.18165387213230133, -0.04508185386657715, -0.3359909951686859, -0.5494679808616638, 0.09482599794864655, 1.1925275325775146, -1.3359978199005127, 1.0523681640625, 0.0, 0.0, -0.01787952333688736, -0.17406922578811646, -0.8350346684455872, 1.9104162454605103, -1.072918176651001, -0.0014153250958770514], "max": [0.44947463274002075, 0.5236860513687134, 0.31490975618362427, -1.4836170673370361, -0.06195918843150139, 0.3461860418319702, -0.019774580374360085, -0.15674200654029846, 0.5310570001602173, 0.2177949994802475, -1.2504522800445557, -1.3183525800704956, -0.9069069623947144, 0.4171336889266968, 0.18931587040424347, -0.0570373572409153, -0.9657081365585327, 0.0659559965133667, -0.006562437862157822, 0.05965535342693329, -0.29149699211120605, -0.37616199254989624, 0.1354759931564331, 1.4755313396453857, -1.2402892112731934, 1.1489719152450562, 1001.0, 1002.0, -0.0178550835698843, -0.17293566465377808, -0.8329586982727051, 1.9106895923614502, -1.0680594444274902, 0.002039928687736392], "mean": [0.13614878058433533, 0.2405349463224411, 0.07967489957809448, -1.8368626832962036, -0.2633644640445709, 0.08351489156484604, -0.08126267045736313, -0.24649670720100403, 0.3930032253265381, 0.17623020708560944, -1.382853388786316, -1.3776955604553223, -1.1143654584884644, 0.013151571154594421, 0.028324782848358154, -0.13132943212985992, -1.4820473194122314, -0.027296042069792747, -0.12387331575155258, 0.024540157988667488, -0.315624862909317, -0.4384760856628418, 0.12086885422468185, 1.3909339904785156, -1.275429368019104, 1.1175196170806885, 708.2493896484375, 671.0944213867188, -0.017859380692243576, -0.1734510064125061, -0.8343389630317688, 1.9106301069259644, -1.0706063508987427, 0.0005966248572804034], "std": [0.2567110061645508, 0.08915486186742783, 0.10587392002344131, 0.13994386792182922, 0.09980703145265579, 0.14181944727897644, 0.07850496470928192, 0.04970887675881386, 0.05782586708664894, 0.048057641834020615, 0.12857688963413239, 0.08381647616624832, 0.10879989713430405, 0.16277803480625153, 0.0860474482178688, 0.06124551594257355, 0.20835834741592407, 0.042404353618621826, 0.0631038025021553, 0.03784334287047386, 0.012011108919978142, 0.047662269324064255, 0.014845465309917927, 0.08592985570430756, 0.03890080749988556, 0.034927234053611755, 440.9550476074219, 456.8030700683594, 3.1196821055345936e-06, 5.5193140724441037e-05, 0.00031112690339796245, 4.2132025555474684e-05, 0.000566938251722604, 0.00037697810330428183], "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": [117], "max": [117], "mean": [117.0], "std": [0.0], "count": [858]}, "index": {"min": [99802], "max": [100659], "mean": [100230.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7482517482517482, 0.6698426572895785], "std": [0.43401736081630604, 0.4558935638500047], "count": [858]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7482517482517482, 0.6698426572895785], "std": [0.43401736081630604, 0.4558935638500047], "count": [858]}, "eef_direction_state": {"mean": [5.03030303030303, 5.075757575757576], "std": [1.9644901594292337, 2.086720069835709], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_state": {"mean": [0.34265734265734266, 0.19463869463869463], "std": [0.6595706921707172, 0.45354770657461757], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_state": {"mean": [0.5046620046620046, 0.3543123543123543], "std": [0.7743569043812312, 0.6864396203004507], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_direction_action": {"mean": [5.03030303030303, 5.075757575757576], "std": [1.9644901594292337, 2.086720069835709], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_action": {"mean": [0.34265734265734266, 0.19463869463869463], "std": [0.6595706921707172, 0.4535477065746176], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_action": {"mean": [0.5046620046620046, 0.3543123543123543], "std": [0.7743569043812313, 0.6864396203004507], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_sim_pose_state": {"mean": [0.41323383692307836, 0.25032622312116104, 1.193413774386909, -0.01847794978967255, 0.013497265570241754, 1.3413492029622183, 0.45656671258411785, -0.1891098389068345, 1.122017552657994, 0.03884966681554859, -0.053249961011076694, -1.400293855395504], "std": [0.06105361895115421, 0.0371382946645812, 0.04946558221613867, 0.020495845753710128, 0.05430773910306548, 0.14738288386553075, 0.046855243690483925, 0.0165571955097284, 0.011279255031562544, 0.06302443352718035, 0.0297575887244987, 0.05069662826001435], "min": [0.33760296034614007, 0.16554831536394138, 1.1567925514755575, -0.0831430312515895, -0.10272181808036329, 1.0208880362916715, 0.3963558934142765, -0.20269571289371505, 1.1132621478907916, -0.09904111116819259, -0.08940717020514954, -1.506150093967281], "max": [0.5556959343068749, 0.3086381063400593, 1.2795100220410163, 0.050472399958304104, 0.16335520008154458, 1.4459868616264646, 0.5661227789744117, -0.15264069003226885, 1.1449813290570092, 0.0966719769250689, 0.025743474549767997, -1.3043085045218505], "count": [858]}, "eef_sim_pose_action": {"mean": [0.41321728229393145, 0.25034583758787243, 1.1934427733884114, -0.018400227067097295, 0.013501628976507243, 1.3413376862861186, 0.45662320406289, -0.1891248821729309, 1.1219821537392891, 0.03888948352200826, -0.05324853412756236, -1.4004147762678538], "std": [0.061063598114760295, 0.03715023419456122, 0.04945140424982206, 0.020624977436906774, 0.05430943153137168, 0.14737509644337882, 0.04681182546166064, 0.01656268796478285, 0.011256383809428512, 0.0630408821496061, 0.02975693564804477, 0.05059116310166381], "min": [0.33760296034614007, 0.16554831536394138, 1.1567925514755575, -0.0831430312515895, -0.10272181808036329, 1.0208880362916715, 0.3963558934142765, -0.20269571289371505, 1.1132621478907916, -0.09904111116819259, -0.08940717020514954, -1.506150093967281], "max": [0.5556959343068749, 0.3086381063400593, 1.2795100220410163, 0.050472399958304104, 0.16335520008154458, 1.4459868616264646, 0.5661227789744117, -0.15264069003226885, 1.1449813290570092, 0.0966719769250689, 0.025743474549767997, -1.3043085045218505], "count": [858]}, "gripper_mode_state": {"mean": [0.2517482517482518, 0.331002331002331], "std": [0.43401736081630604, 0.4705738920439167], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_state": {"mean": [1.9895104895104896, 1.900932400932401], "std": [0.13180473304175386, 0.39309194236290446], "min": [0, 0], "max": [2, 2], "count": [858]}, "gripper_mode_action": {"mean": [0.2517482517482518, 0.331002331002331], "std": [0.43401736081630604, 0.4705738920439167], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_action": {"mean": [1.9895104895104896, 1.900932400932401], "std": [0.13180473304175386, 0.39309194236290446], "min": [0, 0], "max": [2, 2], "count": [858]}}} +{"episode_index": 118, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46910990476919934]], [[0.4631682266135621]], [[0.4543247102226307]]], "std": [[[0.15465147091951065]], [[0.15892141175530286]], [[0.16417385789952502]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4621361034517974]], [[0.4560329133476307]], [[0.44898271931168304]]], "std": [[[0.14850221032309363]], [[0.14952970739232554]], [[0.1541324768974382]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4643443142361111]], [[0.46623157807393795]], [[0.45646169321895425]]], "std": [[[0.15741752836263537]], [[0.15570841106371683]], [[0.1636975078975566]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49397418300653595]], [[0.48534130157271244]], [[0.4735258731617647]]], "std": [[[0.15410958391982685]], [[0.14811089587115092]], [[0.15862221897846335]]], "count": [160]}, "observation.state": {"min": [-0.4300491213798523, 0.09089674800634384, -0.06932447850704193, -2.133979082107544, -0.32492795586586, -0.04646066203713417, -0.2664943337440491, -0.28326600790023804, 0.3278979957103729, 0.0752829983830452, -1.6960248947143555, -1.4188189506530762, -1.23966383934021, -0.17355553805828094, -0.11842058598995209, -0.26288148760795593, -1.7714743614196777, -0.06902777403593063, -0.16470672190189362, -0.04239404574036598, -0.33439698815345764, -0.551816999912262, 0.09039100259542465, 1.1933273077011108, -1.3580570220947266, 1.054749846458435, 0.0, 0.0, -0.01798667572438717, -0.1735917329788208, -0.8349308371543884, 1.9106444120407104, -1.0719348192214966, -0.0025847957003861666], "max": [0.38662534952163696, 0.41973423957824707, 0.27951446175575256, -1.4757980108261108, -0.03850196301937103, 0.2761983573436737, -0.01979203335940838, -0.16821299493312836, 0.5314990282058716, 0.2093539983034134, -1.2850921154022217, -1.2914775609970093, -0.8618510961532593, 0.4250749349594116, 0.18931587040424347, -0.0768817588686943, -0.9761975407600403, 0.0659559965133667, 0.024993116036057472, 0.11470303684473038, -0.29203999042510986, -0.37612301111221313, 0.1344510018825531, 1.4763309955596924, -1.3137187957763672, 1.1952112913131714, 1001.0, 1002.0, -0.017866365611553192, -0.17297138273715973, -0.8332304954528809, 1.9106744527816772, -1.0694032907485962, 0.004687374457716942], "mean": [0.13535191118717194, 0.23635931313037872, 0.0798296257853508, -1.8239976167678833, -0.21785588562488556, 0.05690231919288635, -0.08833649754524231, -0.2504013180732727, 0.3946370482444763, 0.17828010022640228, -1.4055659770965576, -1.3338862657546997, -1.1020725965499878, 0.02000194601714611, 0.03310871496796608, -0.13299696147441864, -1.4830758571624756, 0.02630539797246456, -0.10426028817892075, 0.05293665826320648, -0.3138870298862457, -0.4400207996368408, 0.11895179003477097, 1.3786416053771973, -1.335284948348999, 1.1293916702270508, 716.8689575195312, 618.6367797851562, -0.017930535599589348, -0.1733531504869461, -0.8343319892883301, 1.9106451272964478, -1.0705817937850952, 0.0006128291133791208], "std": [0.2445889115333557, 0.06278342008590698, 0.09398192912340164, 0.13065741956233978, 0.0733371451497078, 0.11081688106060028, 0.08912362903356552, 0.046117402613162994, 0.05596954748034477, 0.04186442866921425, 0.156991645693779, 0.027699816972017288, 0.12042398750782013, 0.17230767011642456, 0.09003832936286926, 0.06193985417485237, 0.21794790029525757, 0.04777287691831589, 0.06527537852525711, 0.06547616422176361, 0.011638336814939976, 0.050451211631298065, 0.01618332974612713, 0.09056161344051361, 0.00830423180013895, 0.048005782067775726, 437.24298095703125, 473.5086669921875, 5.135951141710393e-05, 4.079577047377825e-05, 0.0003050527593586594, 1.129986503656255e-05, 0.0004199390241410583, 0.0007959754439070821], "count": [870]}, "action": {"min": [-0.4300491213798523, 0.09089674800634384, -0.06932447850704193, -2.133979082107544, -0.32492795586586, -0.04646066203713417, -0.2664943337440491, -0.28326600790023804, 0.3278979957103729, 0.0752829983830452, -1.6960248947143555, -1.4188189506530762, -1.23966383934021, -0.17355553805828094, -0.11842058598995209, -0.26282912492752075, -1.7714743614196777, -0.06902777403593063, -0.16470672190189362, -0.04239404574036598, -0.33439698815345764, -0.551816999912262, 0.09039100259542465, 1.1933273077011108, -1.3580570220947266, 1.054749846458435, 0.0, 0.0, -0.01798667572438717, -0.1735917329788208, -0.8349308371543884, 1.9106444120407104, -1.0719348192214966, -0.0025847957003861666], "max": [0.38662534952163696, 0.41973423957824707, 0.27951446175575256, -1.4757980108261108, -0.03850196301937103, 0.2761983573436737, -0.01979203335940838, -0.16821299493312836, 0.5314990282058716, 0.2093539983034134, -1.2850921154022217, -1.2914775609970093, -0.8618510961532593, 0.4250749349594116, 0.18931587040424347, -0.0768817588686943, -0.9761975407600403, 0.0659559965133667, 0.024993116036057472, 0.11470303684473038, -0.29203999042510986, -0.37612301111221313, 0.1344510018825531, 1.4763309955596924, -1.3137187957763672, 1.1952112913131714, 1001.0, 1002.0, -0.017866365611553192, -0.17297138273715973, -0.8332304954528809, 1.9106744527816772, -1.0694032907485962, 0.004687374457716942], "mean": [0.1353369951248169, 0.23627673089504242, 0.07976065576076508, -1.8240532875061035, -0.21773476898670197, 0.05704455450177193, -0.08843211084604263, -0.25038689374923706, 0.3946411609649658, 0.17827966809272766, -1.4055653810501099, -1.3338768482208252, -1.1019786596298218, 0.020156254991889, 0.032939035445451736, -0.13281181454658508, -1.4827975034713745, 0.026292679831385612, -0.10437660664319992, 0.0530984103679657, -0.31391432881355286, -0.44007766246795654, 0.11898006498813629, 1.3785778284072876, -1.3352938890457153, 1.1295169591903687, 716.8689575195312, 618.6367797851562, -0.017930658534169197, -0.17335310578346252, -0.8343318700790405, 1.9106451272964478, -1.0705819129943848, 0.0006132535054348409], "std": [0.24458155035972595, 0.06282457709312439, 0.09403149783611298, 0.1306784749031067, 0.07336455583572388, 0.11079639941453934, 0.08909470587968826, 0.046109139919281006, 0.055967602878808975, 0.04186417534947395, 0.15699200332164764, 0.02770623005926609, 0.12039133161306381, 0.17219513654708862, 0.08988277614116669, 0.06179187819361687, 0.2177339494228363, 0.04776376113295555, 0.06529254466295242, 0.06545480340719223, 0.011615093797445297, 0.0504070520401001, 0.01618840917944908, 0.09051191806793213, 0.008303055539727211, 0.04798020422458649, 437.24298095703125, 473.5086669921875, 5.1334474846953526e-05, 4.077821358805522e-05, 0.0003050532250199467, 1.130498458223883e-05, 0.00042000986286439, 0.0007958507048897445], "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": [118], "max": [118], "mean": [118.0], "std": [0.0], "count": [870]}, "index": {"min": [100660], "max": [101529], "mean": [101094.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7551724137931034, 0.6174931029906903], "std": [0.42998492908356895, 0.4725864554471426], "count": [870]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7551724137931034, 0.6174931029906903], "std": [0.429984929083569, 0.4725864554471426], "count": [870]}, "eef_direction_state": {"mean": [4.908045977011494, 5.036781609195402], "std": [2.090658939780428, 2.1033151141821147], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_state": {"mean": [0.3103448275862069, 0.19770114942528735], "std": [0.5874226743455834, 0.4394293612879088], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_state": {"mean": [0.4735632183908046, 0.4103448275862069], "std": [0.7572575701916968, 0.7243759871428059], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_direction_action": {"mean": [4.908045977011494, 5.036781609195402], "std": [2.090658939780428, 2.1033151141821147], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_action": {"mean": [0.3103448275862069, 0.19770114942528735], "std": [0.5874226743455834, 0.4394293612879088], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_action": {"mean": [0.4735632183908046, 0.4103448275862069], "std": [0.7572575701916968, 0.7243759871428059], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_sim_pose_state": {"mean": [0.4145910813052445, 0.2516325753462248, 1.1886360886525726, -0.026265885340871542, -0.026134223667391123, 1.3507170685043164, 0.45867080150397366, -0.18981187182614093, 1.124795231530452, 0.02951505788441276, -0.007483337195073701, -1.3738037067821474], "std": [0.05958660835112162, 0.030073192612785033, 0.04477729475017319, 0.022844727086929077, 0.08521902264663755, 0.13855907888566749, 0.049494128074885596, 0.019969491571400322, 0.010334723595859898, 0.07000201811469453, 0.02886953830733153, 0.05250477200059483], "min": [0.3513936298800503, 0.17030730415442522, 1.1567823706749767, -0.10106979190298049, -0.20811879495711616, 1.0772014672955732, 0.39633230992008184, -0.2069960337922703, 1.1165514995917478, -0.10798734995806503, -0.06759164955062524, -1.4849006185996014], "max": [0.5573167397324637, 0.29121578677016174, 1.2677118418581403, 0.036509614816646496, 0.0914821803311463, 1.449087106170429, 0.568667210720837, -0.14931627081130497, 1.1445307262652216, 0.09070544015789994, 0.024380188539811387, -1.304017234559229], "count": [870]}, "eef_sim_pose_action": {"mean": [0.4145955105679267, 0.2516339697668216, 1.1886570852355776, -0.026208670635142976, -0.026191276362901597, 1.3507007853096629, 0.458726091849242, -0.18983272645922714, 1.1247634685886156, 0.02955396274579773, -0.007396678085429206, -1.3738655535121431], "std": [0.05958444063009691, 0.030073817696330635, 0.0447666380064342, 0.022928595512359536, 0.0851961688065044, 0.1385487186112766, 0.049451313882961104, 0.01997769223521517, 0.010316593643311188, 0.0700214633166105, 0.028802610660774875, 0.05245419805197964], "min": [0.3513936298800503, 0.17030730415442522, 1.1567823706749767, -0.10106979190298049, -0.20811879495711616, 1.0772014672955732, 0.39633230992008184, -0.2069960337922703, 1.1165514995917478, -0.10798734995806503, -0.06759164955062524, -1.4849006185996014], "max": [0.5573167397324637, 0.29121578677016174, 1.2677118418581403, 0.036509614816646496, 0.0914821803311463, 1.449087106170429, 0.568667210720837, -0.14931627081130497, 1.1445307262652216, 0.09070544015789994, 0.024380188539811387, -1.3040569219976113], "count": [870]}, "gripper_mode_state": {"mean": [0.24482758620689654, 0.3850574712643678], "std": [0.42998492908356895, 0.4866088933505659], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_state": {"mean": [1.9896551724137932, 1.9114942528735632], "std": [0.130898295835188, 0.3716769352809556], "min": [0, 0], "max": [2, 2], "count": [870]}, "gripper_mode_action": {"mean": [0.24482758620689654, 0.3850574712643678], "std": [0.42998492908356895, 0.48660889335056595], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_action": {"mean": [1.9896551724137932, 1.9114942528735632], "std": [0.130898295835188, 0.3716769352809556], "min": [0, 0], "max": [2, 2], "count": [870]}}} +{"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.4694499887125903]], [[0.46218969298245616]], [[0.4530758917053664]]], "std": [[[0.15422500370709163]], [[0.15833876422758117]], [[0.16357365620902764]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4656817138587891]], [[0.45891283566606467]], [[0.4518627746603027]]], "std": [[[0.14687838648529555]], [[0.1480393667096275]], [[0.1524842143648405]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47009752590729276]], [[0.4693459550761094]], [[0.45864866996689024]]], "std": [[[0.162418949569397]], [[0.16016406233238997]], [[0.16780277050264927]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4902604905723254]], [[0.48234817762082904]], [[0.4701657609864121]]], "std": [[[0.15189407751224812]], [[0.14773986242257173]], [[0.15791403105831392]]], "count": [152]}, "observation.state": {"min": [-0.4128401577472687, 0.06808529794216156, -0.0691324919462204, -2.1569302082061768, -0.3490484058856964, -0.020874137058854103, -0.22104595601558685, -0.2871539890766144, 0.32549700140953064, 0.07591299712657928, -1.623837947845459, -1.5317462682724, -1.1911684274673462, -0.17331120371818542, -0.14795155823230743, -0.26258477568626404, -1.7714743614196777, -0.10765191167593002, -0.11571533232927322, -0.08960519731044769, -0.33906298875808716, -0.5519490242004395, 0.08806400001049042, 1.1589984893798828, -1.3484164476394653, 1.0533831119537354, 0.0, 0.0, -0.01799231581389904, -0.17367257177829742, -0.8350734710693359, 1.9104288816452026, -1.073075771331787, -0.001114414306357503], "max": [0.396818071603775, 0.3589618504047394, 0.2971772253513336, -1.4744192361831665, 0.03698352724313736, 0.3407755196094513, -0.01979203335940838, -0.17227500677108765, 0.5321400165557861, 0.2109519988298416, -1.2594492435455322, -1.1840423345565796, -0.8808980584144592, 0.4308170676231384, 0.18931587040424347, -0.037000976502895355, -0.9425825476646423, 0.06592108309268951, -0.011309733614325523, 0.05426228418946266, -0.29190000891685486, -0.3761669993400574, 0.1336899995803833, 1.4809523820877075, -1.275491714477539, 1.1852744817733765, 1001.0, 1002.0, -0.017960358411073685, -0.17308039963245392, -0.8324714303016663, 1.9107354879379272, -1.0675888061523438, 0.0021633305586874485], "mean": [0.16145582497119904, 0.2230112999677658, 0.07341822236776352, -1.8379762172698975, -0.2109912484884262, 0.062218692153692245, -0.06982915848493576, -0.255501925945282, 0.38860276341438293, 0.17873886227607727, -1.3753268718719482, -1.3335598707199097, -1.1128586530685425, 0.029462965205311775, 0.001796207157894969, -0.12553419172763824, -1.484005093574524, -0.014633052982389927, -0.06975293159484863, 0.005051048472523689, -0.3125104308128357, -0.444220632314682, 0.11640963703393936, 1.3298113346099854, -1.3019888401031494, 1.1335580348968506, 755.9569702148438, 634.8486938476562, -0.0179742444306612, -0.1733744591474533, -0.8343734741210938, 1.91059148311615, -1.0705764293670654, 0.000471881270641461], "std": [0.22453776001930237, 0.06022600084543228, 0.09090138226747513, 0.12814149260520935, 0.09828511625528336, 0.12346813082695007, 0.06947508454322815, 0.04323488473892212, 0.05180618166923523, 0.043356992304325104, 0.12426188588142395, 0.060163017362356186, 0.10662490129470825, 0.16779328882694244, 0.09827256947755814, 0.07037395983934402, 0.22316209971904755, 0.05022493004798889, 0.020985206589102745, 0.03825497254729271, 0.012483235448598862, 0.049002792686223984, 0.017350908368825912, 0.08621864020824432, 0.020037438720464706, 0.05135807767510414, 414.91986083984375, 467.8589172363281, 1.5416813994306722e-06, 6.565132935065776e-05, 0.0003120941109955311, 8.84617620613426e-05, 0.0006399702979251742, 0.00035227410262450576], "count": [813]}, "action": {"min": [-0.4128401577472687, 0.06808529794216156, -0.0691324919462204, -2.1569302082061768, -0.3490484058856964, -0.020874137058854103, -0.22104595601558685, -0.2871539890766144, 0.32549700140953064, 0.07591299712657928, -1.623837947845459, -1.5317462682724, -1.1911684274673462, -0.17331120371818542, -0.14795155823230743, -0.26258477568626404, -1.7714743614196777, -0.10765191167593002, -0.11571533232927322, -0.08960519731044769, -0.33906298875808716, -0.5519490242004395, 0.08806400001049042, 1.1589984893798828, -1.3484164476394653, 1.0533831119537354, 0.0, 0.0, -0.01799231581389904, -0.17367257177829742, -0.8350734710693359, 1.9104288816452026, -1.073075771331787, -0.001114414306357503], "max": [0.396818071603775, 0.3589618504047394, 0.2971772253513336, -1.4744192361831665, 0.03698352724313736, 0.3407755196094513, -0.01979203335940838, -0.17227500677108765, 0.5321400165557861, 0.2109519988298416, -1.2594492435455322, -1.1840423345565796, -0.8808980584144592, 0.4308170676231384, 0.18931587040424347, -0.037000976502895355, -0.9425825476646423, 0.06592108309268951, -0.011309733614325523, 0.05426228418946266, -0.29190000891685486, -0.3761669993400574, 0.1336899995803833, 1.4809523820877075, -1.275491714477539, 1.1852744817733765, 1001.0, 1002.0, -0.017960358411073685, -0.17308039963245392, -0.8324714303016663, 1.9107354879379272, -1.0675888061523438, 0.0021633305586874485], "mean": [0.1614203155040741, 0.22286106646060944, 0.07334441691637039, -1.8379849195480347, -0.21069678664207458, 0.06238464266061783, -0.06990234553813934, -0.2555052936077118, 0.38861310482025146, 0.17873595654964447, -1.375292181968689, -1.3334468603134155, -1.1126803159713745, 0.02965853549540043, 0.0015495640691369772, -0.12531745433807373, -1.4837114810943604, -0.014722295105457306, -0.06977672129869461, 0.005125907249748707, -0.312534898519516, -0.44429442286491394, 0.11643807590007782, 1.3296195268630981, -1.3019381761550903, 1.1336952447891235, 755.9569702148438, 634.8486938476562, -0.0179742444306612, -0.17337460815906525, -0.8343737125396729, 1.91059148311615, -1.070576786994934, 0.00047209495096467435], "std": [0.22452358901500702, 0.06033318489789963, 0.09095104038715363, 0.12814240157604218, 0.09851441532373428, 0.12344712018966675, 0.06945373862981796, 0.0432371124625206, 0.051802635192871094, 0.043355539441108704, 0.1242876946926117, 0.06027684733271599, 0.10662584006786346, 0.16764946281909943, 0.09805363416671753, 0.07022268325090408, 0.2229401022195816, 0.05014631152153015, 0.020989254117012024, 0.038253407925367355, 0.012462676502764225, 0.0489453561604023, 0.01735886186361313, 0.08606746792793274, 0.02002069167792797, 0.051327794790267944, 414.91986083984375, 467.8589172363281, 1.5416813994306722e-06, 6.571516132680699e-05, 0.0003120620094705373, 8.851166057866067e-05, 0.0006401856080628932, 0.00035225512692704797], "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": [119], "max": [119], "mean": [119.0], "std": [0.0], "count": [813]}, "index": {"min": [101530], "max": [102342], "mean": [101936.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7995079950799509, 0.6336703570823095], "std": [0.40036853133480355, 0.4669346240012106], "count": [813]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7995079950799509, 0.6336703570823095], "std": [0.40036853133480355, 0.4669346240012106], "count": [813]}, "eef_direction_state": {"mean": [4.822878228782288, 4.927429274292743], "std": [2.2215799661631315, 2.1960263586198483], "min": [0, 0], "max": [6, 6], "count": [813]}, "eef_velocity_state": {"mean": [0.3247232472324723, 0.2140221402214022], "std": [0.617769927687894, 0.44743377556868175], "min": [0, 0], "max": [2, 2], "count": [813]}, "eef_acc_mag_state": {"mean": [0.45510455104551045, 0.4194341943419434], "std": [0.7535168191189613, 0.7272358658559251], "min": [0, 0], "max": [2, 2], "count": [813]}, "eef_direction_action": {"mean": [4.822878228782288, 4.927429274292743], "std": [2.2215799661631315, 2.1960263586198483], "min": [0, 0], "max": [6, 6], "count": [813]}, "eef_velocity_action": {"mean": [0.3247232472324723, 0.2140221402214022], "std": [0.617769927687894, 0.4474337755686817], "min": [0, 0], "max": [2, 2], "count": [813]}, "eef_acc_mag_action": {"mean": [0.45510455104551045, 0.4194341943419434], "std": [0.7535168191189613, 0.7272358658559251], "min": [0, 0], "max": [2, 2], "count": [813]}, "eef_sim_pose_state": {"mean": [0.4077434919488898, 0.24966135843247625, 1.1846013783125702, -0.016852821307571448, -0.013845341043736916, 1.3717384508886892, 0.46175557043757787, -0.18162888075648054, 1.1286757012215414, 0.00761330554394311, -0.013616030765568846, -1.4242658793386271], "std": [0.05454307017396229, 0.03226818101621318, 0.04270405118363223, 0.02000763153621258, 0.07533990256659456, 0.12308027635944972, 0.04805499637848537, 0.018283363635285856, 0.008234235258153567, 0.04845936591355833, 0.032900093749796556, 0.06641218325824025], "min": [0.34751947187567095, 0.16863338200931696, 1.1562216165551973, -0.07659252640100356, -0.21812371828700394, 1.0708448837303002, 0.39637033284576084, -0.19588979431357553, 1.110664279332631, -0.09844241593316394, -0.06761978045895045, -1.539760173663684], "max": [0.5554657210294377, 0.2834425145633677, 1.267308373306482, 0.07592685971942692, 0.0416524341906368, 1.4865008986087969, 0.5683849503037742, -0.14336591791490236, 1.1445859054025054, 0.04933492709108667, 0.06562866096822906, -1.2984092351989385], "count": [813]}, "eef_sim_pose_action": {"mean": [0.4077535055830793, 0.24965289059871004, 1.1846106209447094, -0.016741222447964558, -0.01400831194819729, 1.3717803081295725, 0.4618252600244544, -0.18163684409418956, 1.128653496689386, 0.007593524784306048, -0.013527222613017944, -1.4244445362973617], "std": [0.054539364710895294, 0.032265184156382326, 0.04269884202339391, 0.02025501449272545, 0.07538220613803971, 0.12311128478501383, 0.04800119148742494, 0.018287850340988305, 0.008215845862614335, 0.04844620986727915, 0.032851990523201015, 0.06628450165065453], "min": [0.34751947187567095, 0.16863338200931696, 1.1562216165551973, -0.07659252640100356, -0.21812371828700394, 1.0708448837303002, 0.39637033284576084, -0.19588979431357553, 1.110664279332631, -0.09844241593316394, -0.06761978045895045, -1.539760173663684], "max": [0.5554657210294377, 0.2834425145633677, 1.267308373306482, 0.07592685971942692, 0.0416524341906368, 1.4865008986087969, 0.5683849503037742, -0.14336591791490236, 1.1445859054025054, 0.04933492709108667, 0.06562866096822906, -1.2984092351989385], "count": [813]}, "gripper_mode_state": {"mean": [0.2004920049200492, 0.3677736777367774], "std": [0.40036853133480355, 0.482199336064189], "min": [0, 0], "max": [1, 1], "count": [813]}, "gripper_activity_state": {"mean": [1.988929889298893, 1.894218942189422], "std": [0.1353796038955291, 0.40126311794843306], "min": [0, 0], "max": [2, 2], "count": [813]}, "gripper_mode_action": {"mean": [0.2004920049200492, 0.3677736777367774], "std": [0.40036853133480355, 0.482199336064189], "min": [0, 0], "max": [1, 1], "count": [813]}, "gripper_activity_action": {"mean": [1.988929889298893, 1.894218942189422], "std": [0.1353796038955291, 0.40126311794843306], "min": [0, 0], "max": [2, 2], "count": [813]}}} +{"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.47016542765008873]], [[0.46479146782885344]], [[0.45604482642946803]]], "std": [[[0.15511093800633774]], [[0.1594164261834839]], [[0.164556852356785]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4592230608578972]], [[0.45328939558715314]], [[0.4482399485456434]]], "std": [[[0.14730499723565382]], [[0.14829777055746965]], [[0.15289063102922826]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46966381801064794]], [[0.469070629355495]], [[0.4591986863177942]]], "std": [[[0.1603130053584711]], [[0.15796077628729663]], [[0.1661547362233291]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4966528413517725]], [[0.4872714339046877]], [[0.47291579015712243]]], "std": [[[0.15659100352323987]], [[0.1496841204896912]], [[0.15949139311425245]]], "count": [151]}, "observation.state": {"min": [-0.4021413326263428, 0.013491394929587841, -0.1074250191450119, -2.131099224090576, -0.4150218367576599, -0.02082177810370922, -0.2332981526851654, -0.2832440137863159, 0.32821398973464966, 0.06788399815559387, -1.5974133014678955, -1.488509178161621, -1.2064685821533203, -0.17331120371818542, -0.12419763207435608, -0.26256734132766724, -1.7714743614196777, -0.10562732815742493, -0.10993828624486923, -0.06705555319786072, -0.3326449990272522, -0.5622559785842896, 0.09419099986553192, 1.1764980554580688, -1.3908936977386475, 1.0502358675003052, 0.0, 0.0, -0.01799231581389904, -0.17393386363983154, -0.8353397250175476, 1.9104312658309937, -1.0726099014282227, -0.0012938216095790267], "max": [0.3981095850467682, 0.39882519841194153, 0.2808060348033905, -1.4917329549789429, 0.010821041651070118, 0.3393618166446686, -0.018308503553271294, -0.17441800236701965, 0.5325949788093567, 0.2284640073776245, -1.1497732400894165, -1.244320034980774, -0.9656493663787842, 0.46677085757255554, 0.18931587040424347, -0.042900193482637405, -0.9135053157806396, 0.06590363383293152, 0.02324778586626053, 0.1042485162615776, -0.29176899790763855, -0.3761709928512573, 0.11802200227975845, 1.4755313396453857, -1.278785228729248, 1.128190279006958, 1001.0, 1002.0, -0.017960358411073685, -0.17314432561397552, -0.8324642777442932, 1.9107869863510132, -1.0674169063568115, 0.003401146735996008], "mean": [0.1656530499458313, 0.20386402308940887, 0.05351549759507179, -1.8483294248580933, -0.21626771986484528, 0.07486242800951004, -0.0609290637075901, -0.25281572341918945, 0.3882209360599518, 0.1825074553489685, -1.3464159965515137, -1.3353660106658936, -1.1436495780944824, -0.0015539859887212515, 0.030553007498383522, -0.1499176174402237, -1.5363831520080566, -0.017780423164367676, -0.07174817472696304, 0.03520165756344795, -0.3047955334186554, -0.43391159176826477, 0.11175302416086197, 1.3978978395462036, -1.309201717376709, 1.0997607707977295, 692.4968872070312, 675.8397216796875, -0.017973776906728745, -0.17362767457962036, -0.8343290686607361, 1.9106472730636597, -1.07057523727417, 0.0005584843456745148], "std": [0.2109522521495819, 0.08860834687948227, 0.09406735002994537, 0.12205054610967636, 0.09453330188989639, 0.12612813711166382, 0.05762247368693352, 0.04348509758710861, 0.049682408571243286, 0.04519305005669594, 0.11636844277381897, 0.05771015211939812, 0.07106174528598785, 0.1721382439136505, 0.08562717586755753, 0.05316111817955971, 0.2225683629512787, 0.04645619913935661, 0.03759387135505676, 0.05489445850253105, 0.012386278249323368, 0.049993474036455154, 0.008173415437340736, 0.09501868486404419, 0.017027445137500763, 0.024520110338926315, 447.43072509765625, 454.0099182128906, 1.3788836668027216e-06, 0.00013716578541789204, 0.0003817823017016053, 6.217436020961031e-05, 0.0006938647711649537, 0.0003372233477421105], "count": [805]}, "action": {"min": [-0.4021413326263428, 0.013491394929587841, -0.1074250191450119, -2.131099224090576, -0.4150218367576599, -0.02082177810370922, -0.2332981526851654, -0.2832440137863159, 0.32821398973464966, 0.06788399815559387, -1.5974133014678955, -1.488509178161621, -1.2064685821533203, -0.17331120371818542, -0.12419763207435608, -0.26256734132766724, -1.7714743614196777, -0.10562732815742493, -0.10993828624486923, -0.06705555319786072, -0.3326449990272522, -0.5622559785842896, 0.09419099986553192, 1.1764980554580688, -1.3908936977386475, 1.0502358675003052, 0.0, 0.0, -0.01799231581389904, -0.17393386363983154, -0.8353397250175476, 1.9104312658309937, -1.0726099014282227, -0.0012938216095790267], "max": [0.3981095850467682, 0.39882519841194153, 0.2808060348033905, -1.4917329549789429, 0.010821041651070118, 0.3393618166446686, -0.018308503553271294, -0.17441800236701965, 0.5325949788093567, 0.2284640073776245, -1.1497732400894165, -1.244320034980774, -0.9656493663787842, 0.46677085757255554, 0.18931587040424347, -0.042900193482637405, -0.9135053157806396, 0.06590363383293152, 0.02324778586626053, 0.1042485162615776, -0.29176899790763855, -0.3761709928512573, 0.11802200227975845, 1.4755313396453857, -1.278785228729248, 1.128190279006958, 1001.0, 1002.0, -0.017960358411073685, -0.17314432561397552, -0.8324642777442932, 1.9107869863510132, -1.0674169063568115, 0.003401146735996008], "mean": [0.1656416654586792, 0.20366235077381134, 0.05333131551742554, -1.8483985662460327, -0.2161112129688263, 0.0750575065612793, -0.060981642454862595, -0.2528013288974762, 0.3882230520248413, 0.1825399398803711, -1.3462364673614502, -1.3352751731872559, -1.1436662673950195, -0.0014304296346381307, 0.030366424471139908, -0.14976641535758972, -1.5361964702606201, -0.017878271639347076, -0.07179564237594604, 0.03533172234892845, -0.3048050105571747, -0.4339599609375, 0.1117631047964096, 1.3978646993637085, -1.3091729879379272, 1.0998287200927734, 692.4968872070312, 675.8397216796875, -0.017973776906728745, -0.1736280769109726, -0.83432936668396, 1.9106473922729492, -1.07057523727417, 0.0005585221224464476], "std": [0.2109469622373581, 0.08870825171470642, 0.09423448890447617, 0.12206683307886124, 0.09457526355981827, 0.1261012703180313, 0.05760439485311508, 0.04347697272896767, 0.049681536853313446, 0.04521631449460983, 0.11655547469854355, 0.057793762534856796, 0.07107304036617279, 0.17204976081848145, 0.08544426411390305, 0.05301376432180405, 0.22243443131446838, 0.046362847089767456, 0.03760761767625809, 0.054873038083314896, 0.01237946655601263, 0.04995647072792053, 0.008175920695066452, 0.09499654918909073, 0.017012735828757286, 0.02450142800807953, 447.43072509765625, 454.0099182128906, 1.3788836668027216e-06, 0.0001371402759104967, 0.0003818784898612648, 6.223485979717225e-05, 0.0006938602309674025, 0.00033722081570886075], "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": [120], "max": [120], "mean": [120.0], "std": [0.0], "count": [805]}, "index": {"min": [102343], "max": [103147], "mean": [102745.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7341614906832298, 0.6746944100312565], "std": [0.4417786734112535, 0.4531859542802182], "count": [805]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7341614906832298, 0.6746944100312565], "std": [0.4417786734112535, 0.4531859542802182], "count": [805]}, "eef_direction_state": {"mean": [4.885714285714286, 5.084472049689441], "std": [2.092721997629191, 2.082239567311681], "min": [0, 0], "max": [6, 6], "count": [805]}, "eef_velocity_state": {"mean": [0.3453416149068323, 0.20124223602484473], "std": [0.638315943360104, 0.4746999807841663], "min": [0, 0], "max": [2, 2], "count": [805]}, "eef_acc_mag_state": {"mean": [0.4956521739130435, 0.4372670807453416], "std": [0.7779849609818326, 0.7427345709966636], "min": [0, 0], "max": [2, 2], "count": [805]}, "eef_direction_action": {"mean": [4.885714285714286, 5.084472049689441], "std": [2.092721997629191, 2.082239567311681], "min": [0, 0], "max": [6, 6], "count": [805]}, "eef_velocity_action": {"mean": [0.3453416149068323, 0.20124223602484473], "std": [0.638315943360104, 0.4746999807841663], "min": [0, 0], "max": [2, 2], "count": [805]}, "eef_acc_mag_action": {"mean": [0.4956521739130435, 0.4372670807453416], "std": [0.7779849609818326, 0.7427345709966636], "min": [0, 0], "max": [2, 2], "count": [805]}, "eef_sim_pose_state": {"mean": [0.4068280351330682, 0.2506301672744541, 1.1870036359271259, -0.019483559116309515, 0.009295186700676462, 1.3965174288201074, 0.4526949958483681, -0.18307427113268557, 1.1342278206917322, 0.026508533321955328, -0.04430622871318415, -1.3714862903327996], "std": [0.051511776159648345, 0.03594929022858872, 0.042041211059643396, 0.02757243810066017, 0.041432844484166204, 0.11721401128944685, 0.049075471017838664, 0.01400439221913817, 0.006206380034441689, 0.06477928943515268, 0.014791914059913319, 0.05981266972514911], "min": [0.3487812289626738, 0.16110329193831516, 1.1568082959510517, -0.09973059488340341, -0.10875569620116798, 1.130641340332069, 0.39637372736206494, -0.1921179214987723, 1.1213871623464782, -0.11642521312537524, -0.06760583012482968, -1.5193221292203833], "max": [0.5534735136047891, 0.29817393450806645, 1.2648355214186755, 0.05070265777399663, 0.04785595307249868, 1.5823985954680708, 0.578985834118445, -0.15082968500067628, 1.145173950175299, 0.0762012373801243, -0.0006420315754025463, -1.3042657630394248], "count": [805]}, "eef_sim_pose_action": {"mean": [0.4068291958428674, 0.25064377026104434, 1.1870274752330525, -0.019401059358443617, 0.009289201569961663, 1.3966850568235971, 0.4527420022937083, -0.18307824424804686, 1.134215170709935, 0.02653622496724006, -0.04428039055609262, -1.3715412941884992], "std": [0.05151126123281392, 0.035956625386303606, 0.04202953157360005, 0.02767692728761113, 0.041429817847522685, 0.1173808847454454, 0.049039640553148835, 0.014006447472317638, 0.00619575783945359, 0.06479318203608442, 0.014769400030273869, 0.05977127548304389], "min": [0.3487812289626738, 0.16110329193831516, 1.1568082959510517, -0.09973059488340341, -0.10875569620116798, 1.130641340332069, 0.39637372736206494, -0.1921179214987723, 1.1213871623464782, -0.11642521312537524, -0.06760583012482968, -1.5193221292203833], "max": [0.5534735136047891, 0.29817393450806645, 1.2648355214186755, 0.05070265777399663, 0.04785595307249868, 1.5823985954680708, 0.578985834118445, -0.15082968500067628, 1.145173950175299, 0.0762012373801243, -0.0006420315754025463, -1.3042657630394248], "count": [805]}, "gripper_mode_state": {"mean": [0.26583850931677017, 0.32546583850931676], "std": [0.4417786734112535, 0.4685486383212986], "min": [0, 0], "max": [1, 1], "count": [805]}, "gripper_activity_state": {"mean": [1.9888198757763975, 1.8968944099378882], "std": [0.1360461142224047, 0.39944407956767514], "min": [0, 0], "max": [2, 2], "count": [805]}, "gripper_mode_action": {"mean": [0.26583850931677017, 0.32546583850931676], "std": [0.4417786734112535, 0.4685486383212986], "min": [0, 0], "max": [1, 1], "count": [805]}, "gripper_activity_action": {"mean": [1.9888198757763975, 1.8968944099378882], "std": [0.1360461142224047, 0.39944407956767514], "min": [0, 0], "max": [2, 2], "count": [805]}}} +{"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.46461702053009346]], [[0.4579308625546333]], [[0.44911399439632704]]], "std": [[[0.15603554042294365]], [[0.16048947800527513]], [[0.16622440506228978]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45842665102850955]], [[0.4516107301816432]], [[0.4461023722883836]]], "std": [[[0.14705178926236512]], [[0.14834872656107825]], [[0.15295005901423347]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45382561825855083]], [[0.4559102046493444]], [[0.44566593362805246]]], "std": [[[0.15408144910341268]], [[0.15231533312926449]], [[0.15979710973699032]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4899663228276996]], [[0.48052304873892293]], [[0.4665252077569269]]], "std": [[[0.15707733921065106]], [[0.15131393086516085]], [[0.16101011829659065]]], "count": [163]}, "observation.state": {"min": [-0.4311312139034271, 0.07506661117076874, -0.14823082089424133, -2.1673672199249268, -0.5798332691192627, -0.020804325118660927, -0.2670179307460785, -0.28614699840545654, 0.30976399779319763, 0.07862100005149841, -1.6635340452194214, -1.59359872341156, -1.1979583501815796, -0.17517869174480438, -0.08747590333223343, -0.26258477568626404, -1.7714568376541138, -0.09009389579296112, -0.11487756669521332, -0.026162484660744667, -0.3300530016422272, -0.5600559711456299, 0.09563200175762177, 1.2197057008743286, -1.3442002534866333, 1.0020766258239746, 0.0, 0.0, -0.01804119348526001, -0.17415381968021393, -0.8351131081581116, 1.9106205701828003, -1.0727287530899048, -0.0022791384253650904], "max": [0.47258278727531433, 0.49872785806655884, 0.3061482012271881, -1.4802836179733276, -0.013648474588990211, 0.3110350966453552, -0.01984439231455326, -0.1683340072631836, 0.5342810153961182, 0.22021199762821198, -1.1733243465423584, -1.3183525800704956, -0.8810535073280334, 0.4536634385585785, 0.1892635077238083, -0.09473647177219391, -0.9697049856185913, 0.06590363383293152, 0.03693116456270218, 0.07503169775009155, -0.29205799102783203, -0.3761569857597351, 0.1286820024251938, 1.4755313396453857, -1.298885703086853, 1.112880825996399, 1001.0, 1002.0, -0.017935920506715775, -0.1726856231689453, -0.8331148028373718, 1.9107656478881836, -1.067994475364685, 0.00498828524723649], "mean": [0.13444827497005463, 0.2329573780298233, 0.07376129925251007, -1.828191876411438, -0.25186699628829956, 0.08431636542081833, -0.08447790145874023, -0.24956704676151276, 0.3945801556110382, 0.17788943648338318, -1.3738901615142822, -1.3705722093582153, -1.1130735874176025, 0.01842763088643551, 0.039222486317157745, -0.14708593487739563, -1.495690107345581, -0.01258915662765503, -0.0715455710887909, 0.039160680025815964, -0.31449320912361145, -0.4398340582847595, 0.11759821325540543, 1.3823151588439941, -1.3109058141708374, 1.080260992050171, 712.8176879882812, 718.3244018554688, -0.018009807914495468, -0.17367592453956604, -0.8343740105628967, 1.9107003211975098, -1.0705569982528687, 0.0005772349541075528], "std": [0.2543247938156128, 0.08597882837057114, 0.10722929239273071, 0.14104989171028137, 0.1117234006524086, 0.12899963557720184, 0.0782957375049591, 0.04795977100729942, 0.058583617210388184, 0.0463443398475647, 0.14367927610874176, 0.07687876373529434, 0.11247685551643372, 0.16571572422981262, 0.07511600852012634, 0.053406212478876114, 0.20282095670700073, 0.04147578403353691, 0.04954950883984566, 0.03914523124694824, 0.01077659334987402, 0.04840768128633499, 0.009987532161176205, 0.06909546256065369, 0.012648889794945717, 0.03683971241116524, 439.4628601074219, 437.2112121582031, 2.4851635316736065e-05, 0.00039077410474419594, 0.000340099009918049, 2.38195170823019e-05, 0.0005584204918704927, 0.0006694351905025542], "count": [894]}, "action": {"min": [-0.4311312139034271, 0.07506661117076874, -0.14823082089424133, -2.1673672199249268, -0.5798332691192627, -0.020804325118660927, -0.2670179307460785, -0.28614699840545654, 0.30976399779319763, 0.07862100005149841, -1.6635340452194214, -1.59359872341156, -1.1979583501815796, -0.17517869174480438, -0.08747590333223343, -0.26258477568626404, -1.7714568376541138, -0.09009389579296112, -0.11487756669521332, -0.026162484660744667, -0.3300530016422272, -0.5600559711456299, 0.09563200175762177, 1.2197057008743286, -1.3442002534866333, 1.0020766258239746, 0.0, 0.0, -0.01804119348526001, -0.17415381968021393, -0.8351131081581116, 1.9106205701828003, -1.0727287530899048, -0.0022791384253650904], "max": [0.47258278727531433, 0.49872785806655884, 0.3061482012271881, -1.4802836179733276, -0.013648474588990211, 0.3110350966453552, -0.01984439231455326, -0.1683340072631836, 0.5342810153961182, 0.22021199762821198, -1.1733243465423584, -1.3183525800704956, -0.8810535073280334, 0.4536634385585785, 0.1892635077238083, -0.09473647177219391, -0.9697049856185913, 0.06590363383293152, 0.03693116456270218, 0.07503169775009155, -0.29205799102783203, -0.3761569857597351, 0.1286820024251938, 1.4755313396453857, -1.298885703086853, 1.112880825996399, 1001.0, 1002.0, -0.017935920506715775, -0.1726856231689453, -0.8331148028373718, 1.9107656478881836, -1.067994475364685, 0.00498828524723649], "mean": [0.13442467153072357, 0.23287461698055267, 0.07367143779993057, -1.8282032012939453, -0.2518894374370575, 0.0844845250248909, -0.08455436676740646, -0.24956847727298737, 0.3945871889591217, 0.17790113389492035, -1.3737573623657227, -1.370666742324829, -1.1130626201629639, 0.018592851236462593, 0.039043720811605453, -0.14692923426628113, -1.4954168796539307, -0.012679701671004295, -0.07159411907196045, 0.03926588594913483, -0.31452277302742004, -0.4398941397666931, 0.1176159605383873, 1.3822262287139893, -1.3108761310577393, 1.0803062915802002, 712.8176879882812, 718.3244018554688, -0.018009865656495094, -0.17367471754550934, -0.8343737125396729, 1.9107003211975098, -1.070556879043579, 0.0005774759920313954], "std": [0.2543134391307831, 0.08600670844316483, 0.10728934407234192, 0.1410520076751709, 0.11172585934400558, 0.1289604753255844, 0.07826605439186096, 0.0479607880115509, 0.058580633252859116, 0.04635166376829147, 0.14380475878715515, 0.07686709612607956, 0.11247037351131439, 0.1655987650156021, 0.07494911551475525, 0.05327267944812775, 0.20261366665363312, 0.04139288514852524, 0.04956287890672684, 0.03909582272171974, 0.010751258581876755, 0.04836192727088928, 0.00998760387301445, 0.06902601569890976, 0.012637143954634666, 0.03684766963124275, 439.4628601074219, 437.2112121582031, 2.4826949811540544e-05, 0.00039210377144627273, 0.00034005127963609993, 2.3842405425966717e-05, 0.0005584213067777455, 0.0006694545736536384], "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": [121], "max": [121], "mean": [121.0], "std": [0.0], "count": [894]}, "index": {"min": [103148], "max": [104041], "mean": [103594.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7494407158836689, 0.7169876957449737], "std": [0.43333512350078773, 0.4363485550977434], "count": [894]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7494407158836689, 0.7169876957449737], "std": [0.43333512350078773, 0.4363485550977434], "count": [894]}, "eef_direction_state": {"mean": [5.033557046979865, 5.201342281879195], "std": [2.0241808044422065, 1.9500927498339398], "min": [0, 0], "max": [6, 6], "count": [894]}, "eef_velocity_state": {"mean": [0.31767337807606266, 0.18344519015659955], "std": [0.6466059733848747, 0.46812848961590153], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_acc_mag_state": {"mean": [0.4608501118568233, 0.3422818791946309], "std": [0.7524231949737082, 0.6782509293975876], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_direction_action": {"mean": [5.033557046979865, 5.201342281879195], "std": [2.0241808044422065, 1.9500927498339398], "min": [0, 0], "max": [6, 6], "count": [894]}, "eef_velocity_action": {"mean": [0.31767337807606266, 0.18344519015659955], "std": [0.6466059733848747, 0.46812848961590153], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_acc_mag_action": {"mean": [0.4608501118568233, 0.3422818791946309], "std": [0.7524231949737082, 0.6782509293975876], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_sim_pose_state": {"mean": [0.41444771352473, 0.2512094096571055, 1.191135935815625, -0.011983277111063853, 0.010390856397698775, 1.3504162431098432, 0.458369516226249, -0.18843825925271085, 1.1270491851536484, 0.004384814290296102, -0.04927099760104915, -1.3741862173959798], "std": [0.06137959958358071, 0.03546992213008865, 0.04703906990528759, 0.029515400282736394, 0.07807988656925444, 0.14309790767930888, 0.04792389548216605, 0.011510006992603584, 0.009486612592957978, 0.058980626476633005, 0.00894459139586625, 0.039199797774549405], "min": [0.33375469161539223, 0.17264760226633455, 1.156799824144105, -0.07348363051783635, -0.16178209772640906, 1.017021437423962, 0.39637204145727306, -0.19875892939561596, 1.1178594996486322, -0.1338312434016874, -0.06757807984114317, -1.4566555709933184], "max": [0.558436881942706, 0.31399733100357113, 1.2699898586883993, 0.07597337664395021, 0.13644986590555575, 1.4690421458509526, 0.5776144096045001, -0.15939700832615136, 1.1445267001411892, 0.048158526065350205, -0.037725927415272587, -1.3042508788055764], "count": [894]}, "eef_sim_pose_action": {"mean": [0.4144549290076043, 0.25121951907949075, 1.1911460905641633, -0.011881315335389074, 0.010476578800498763, 1.3504390958354617, 0.45842726422586794, -0.18844655530743065, 1.1270217306555936, 0.004366478681060439, -0.049243951055928166, -1.374269222226655], "std": [0.06137634130439251, 0.0354750101491207, 0.04703264503113676, 0.02965275637213813, 0.07814626477247905, 0.14311478777604514, 0.047880278752176826, 0.011512869060146253, 0.009471521763130904, 0.05896962816493341, 0.008925840284440075, 0.03913031229296228], "min": [0.33375469161539223, 0.17264760226633455, 1.156799824144105, -0.07348363051783635, -0.16178209772640906, 1.017021437423962, 0.39637204145727306, -0.19875892939561596, 1.1178594996486322, -0.1338312434016874, -0.06757807984114317, -1.4566555709933184], "max": [0.558436881942706, 0.31399733100357113, 1.2699898586883993, 0.07597337664395021, 0.13644986590555575, 1.4690421458509526, 0.5776144096045001, -0.15939700832615136, 1.1445267001411892, 0.048158526065350205, -0.037725927415272587, -1.3042508788055764], "count": [894]}, "gripper_mode_state": {"mean": [0.2505592841163311, 0.28747203579418346], "std": [0.43333512350078773, 0.4525835441446566], "min": [0, 0], "max": [1, 1], "count": [894]}, "gripper_activity_state": {"mean": [1.9899328859060403, 1.9116331096196868], "std": [0.12914014365700607, 0.3724563479970015], "min": [0, 0], "max": [2, 2], "count": [894]}, "gripper_mode_action": {"mean": [0.2505592841163311, 0.28747203579418346], "std": [0.43333512350078773, 0.4525835441446566], "min": [0, 0], "max": [1, 1], "count": [894]}, "gripper_activity_action": {"mean": [1.9899328859060403, 1.9116331096196868], "std": [0.12914014365700607, 0.3724563479970015], "min": [0, 0], "max": [2, 2], "count": [894]}}} +{"episode_index": 122, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47414680763609796]], [[0.46818856564364875]], [[0.4591707668574676]]], "std": [[[0.1563592972895254]], [[0.16129118459603392]], [[0.16671623118889414]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4598840972983396]], [[0.45187310213940646]], [[0.4459081922624122]]], "std": [[[0.1468267413095997]], [[0.14790097638980768]], [[0.15273476638234731]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45817086834733894]], [[0.46135687898347744]], [[0.4524032268704583]]], "std": [[[0.1572027312221162]], [[0.15682554385988628]], [[0.1653325139680136]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4919157646754354]], [[0.48425296477286567]], [[0.4705467297426217]]], "std": [[[0.1546769647471578]], [[0.15013193058547564]], [[0.16003210319224864]]], "count": [161]}, "observation.state": {"min": [-0.39934879541397095, 0.0228987205773592, -0.12201596796512604, -2.093679428100586, -0.46188393235206604, -0.030578168109059334, -0.23109905421733856, -0.2837370038032532, 0.3277910053730011, 0.07802899926900864, -1.6454254388809204, -1.5021790266036987, -1.2032526731491089, -0.1736951619386673, -0.12714722752571106, -0.2629687786102295, -1.7829585075378418, -0.1200961098074913, -0.06372196972370148, -0.043161991983652115, -0.32153600454330444, -0.5561779737472534, 0.09187199920415878, 1.134523868560791, -1.3405076265335083, 0.9765017628669739, 0.0, 0.0, -0.018033673986792564, -0.17279654741287231, -0.8348159790039062, 1.9103670120239258, -1.0721471309661865, -0.0015472702216356993], "max": [0.408965528011322, 0.38866734504699707, 0.2960776686668396, -1.469619631767273, 0.04956734925508499, 0.254102498292923, -0.019809486344456673, -0.17810000479221344, 0.5324500203132629, 0.23121200501918793, -1.2152771949768066, -1.2810618877410889, -0.9212692975997925, 0.4345869719982147, 0.18931587040424347, -0.06094690039753914, -1.0184171199798584, 0.0659559965133667, 0.13950416445732117, 0.056985002011060715, -0.2850320041179657, -0.37610501050949097, 0.1262969970703125, 1.4755313396453857, -1.2603938579559326, 1.078869104385376, 1001.0, 1002.0, -0.01800735481083393, -0.1724393665790558, -0.8326053023338318, 1.9109747409820557, -1.0674406290054321, 0.004407347179949284], "mean": [0.15263304114341736, 0.21107272803783417, 0.0644218847155571, -1.8211091756820679, -0.21847890317440033, 0.050732482224702835, -0.06808682531118393, -0.2556018829345703, 0.39224401116371155, 0.1803133487701416, -1.3653801679611206, -1.3349937200546265, -1.1385297775268555, 0.023295879364013672, 0.024785734713077545, -0.1411537528038025, -1.5410269498825073, -0.05058126151561737, 0.003066669451072812, 0.02279137447476387, -0.30101341009140015, -0.44261476397514343, 0.11584796756505966, 1.361676812171936, -1.2870906591415405, 1.056623101234436, 751.9331665039062, 674.015869140625, -0.01802440546452999, -0.1726924479007721, -0.8342533707618713, 1.9106329679489136, -1.0705784559249878, 0.0006008688942529261], "std": [0.23320156335830688, 0.07906834036111832, 0.09677312523126602, 0.13098406791687012, 0.10649936646223068, 0.10471700131893158, 0.06426160782575607, 0.04240637272596359, 0.05578184872865677, 0.046792127192020416, 0.12494654953479767, 0.05088554322719574, 0.08552993088960648, 0.16987960040569305, 0.08804291486740112, 0.05802106857299805, 0.2048412710428238, 0.05275832489132881, 0.06239323690533638, 0.03757568076252937, 0.008451856672763824, 0.04981294646859169, 0.012038810178637505, 0.09527268260717392, 0.031324367970228195, 0.031413622200489044, 418.27545166015625, 456.5350036621094, 9.894423556033871e-07, 7.073130109347403e-05, 0.00023923748813103884, 0.00010410353570478037, 0.0005648391670547426, 0.0006537981098517776], "count": [883]}, "action": {"min": [-0.39934879541397095, 0.0228987205773592, -0.12201596796512604, -2.093679428100586, -0.46188393235206604, -0.030578168109059334, -0.23109905421733856, -0.2837370038032532, 0.3277910053730011, 0.07802899926900864, -1.6454254388809204, -1.5021790266036987, -1.2032526731491089, -0.1736951619386673, -0.12714722752571106, -0.2629687786102295, -1.7829585075378418, -0.1200961098074913, -0.06372196972370148, -0.043161991983652115, -0.32153600454330444, -0.5561779737472534, 0.09187199920415878, 1.134523868560791, -1.3405076265335083, 0.9765017628669739, 0.0, 0.0, -0.018033673986792564, -0.17279654741287231, -0.8348159790039062, 1.9103670120239258, -1.0721471309661865, -0.0015472702216356993], "max": [0.408965528011322, 0.38866734504699707, 0.2960776686668396, -1.469619631767273, 0.04956734925508499, 0.254102498292923, -0.019809486344456673, -0.17810000479221344, 0.5324500203132629, 0.23121200501918793, -1.2152771949768066, -1.2810618877410889, -0.9212692975997925, 0.4345869719982147, 0.18931587040424347, -0.06094690039753914, -1.0184171199798584, 0.0659559965133667, 0.13950416445732117, 0.056985002011060715, -0.2850320041179657, -0.37610501050949097, 0.1262969970703125, 1.4755313396453857, -1.2603938579559326, 1.078869104385376, 1001.0, 1002.0, -0.01800735481083393, -0.1724393665790558, -0.8326053023338318, 1.9109747409820557, -1.0674406290054321, 0.004407347179949284], "mean": [0.15262773633003235, 0.2109430432319641, 0.06428747624158859, -1.8211265802383423, -0.21840199828147888, 0.050830211490392685, -0.06817630678415298, -0.25559863448143005, 0.3922460973262787, 0.18033529818058014, -1.3652924299240112, -1.3349735736846924, -1.138542652130127, 0.023463653400540352, 0.024595070630311966, -0.14099079370498657, -1.5408239364624023, -0.05073022097349167, 0.0031080590561032295, 0.02288012206554413, -0.30102232098579407, -0.4426780343055725, 0.11586632579565048, 1.3615802526474, -1.2870122194290161, 1.0566372871398926, 751.9331665039062, 674.015869140625, -0.01802440546452999, -0.1726921647787094, -0.8342536091804504, 1.9106329679489136, -1.0705785751342773, 0.0006006645853631198], "std": [0.23319917917251587, 0.0791129618883133, 0.09688621759414673, 0.13098885118961334, 0.10649843513965607, 0.10469047725200653, 0.06424927711486816, 0.04240436479449272, 0.05578090250492096, 0.046806786209344864, 0.12502150237560272, 0.05089552700519562, 0.08553769439458847, 0.16975925862789154, 0.08786806464195251, 0.05788065865635872, 0.20470310747623444, 0.05261453986167908, 0.062361493706703186, 0.03755272179841995, 0.008446695283055305, 0.04976390674710274, 0.012041482143104076, 0.09520097821950912, 0.031302861869335175, 0.03142048418521881, 418.27545166015625, 456.5350036621094, 9.894423556033871e-07, 7.117113273125142e-05, 0.00023928195878397673, 0.00010408311209175736, 0.0005648427759297192, 0.000653791765216738], "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": [122], "max": [122], "mean": [122.0], "std": [0.0], "count": [883]}, "index": {"min": [104042], "max": [104924], "mean": [104483.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7893544733861835, 0.6727587770510334], "std": [0.4077670765662709, 0.45563556296126323], "count": [883]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7893544733861835, 0.6727587770510334], "std": [0.4077670765662709, 0.45563556296126323], "count": [883]}, "eef_direction_state": {"mean": [4.95356738391846, 5.2253680634201585], "std": [2.0916422865711044, 1.9043229581879921], "min": [0, 0], "max": [6, 6], "count": [883]}, "eef_velocity_state": {"mean": [0.30690826727066817, 0.17440543601359004], "std": [0.6203676435007405, 0.4271923175400539], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_acc_mag_state": {"mean": [0.40656851642129105, 0.36013590033975085], "std": [0.7178692381210506, 0.6908861344970433], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_direction_action": {"mean": [4.95356738391846, 5.2253680634201585], "std": [2.0916422865711044, 1.9043229581879921], "min": [0, 0], "max": [6, 6], "count": [883]}, "eef_velocity_action": {"mean": [0.30690826727066817, 0.17440543601359004], "std": [0.6203676435007405, 0.4271923175400539], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_acc_mag_action": {"mean": [0.40656851642129105, 0.36013590033975085], "std": [0.7178692381210506, 0.6908861344970433], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_sim_pose_state": {"mean": [0.410979101685398, 0.25000335663001894, 1.1833837075785056, -0.026932129320046405, 0.0020340251321109824, 1.3837146724693317, 0.4608324475651285, -0.18438927062617316, 1.1432075285845036, -0.01918148634495788, -0.07226349027503536, -1.3941831217157512], "std": [0.05797190870392172, 0.0370774680457568, 0.04036554776401575, 0.023670749182364066, 0.06660024588672606, 0.11395724448515246, 0.04935879574238938, 0.014871885458381197, 0.004961601379118045, 0.07366630576994541, 0.02423594815013368, 0.04991950830743368], "min": [0.34726661548625576, 0.16401869342630554, 1.1563512918499248, -0.10277353445581305, -0.16170685243532135, 1.0956553932661102, 0.3963348960786191, -0.19454268515733422, 1.13896127724772, -0.1752272867684448, -0.10727647095270254, -1.498126709435883], "max": [0.5539760942020825, 0.30575478981923776, 1.2587472303037806, 0.020454544661512197, 0.0696125220505166, 1.5115972824398665, 0.5740855215674321, -0.15047990730129718, 1.1619957931799325, 0.04801711088988525, 0.0015452779882789702, -1.3039380736887636], "count": [883]}, "eef_sim_pose_action": {"mean": [0.41098048043127305, 0.25001772659664084, 1.1833918782687978, -0.0268891352163125, 0.00204949123959944, 1.3837828588913696, 0.46089283317800844, -0.18439544958139906, 1.1432026815645133, -0.019217077933317606, -0.07228264736632367, -1.3942901316393257], "std": [0.057971269651687383, 0.03708555457246044, 0.04036089363856585, 0.023722218388657918, 0.06660891179565843, 0.11401244208134435, 0.04931244683855822, 0.014874758973979977, 0.004962459380983821, 0.07364175034957941, 0.024238781915749293, 0.04982713085672248], "min": [0.34726661548625576, 0.16401869342630554, 1.1563512918499248, -0.10277353445581305, -0.16170685243532135, 1.0956553932661102, 0.3963348960786191, -0.19454268515733422, 1.13896127724772, -0.1752272867684448, -0.10727647095270254, -1.498126709435883], "max": [0.5539760942020825, 0.30575478981923776, 1.2587472303037806, 0.020454544661512197, 0.0696125220505166, 1.5115972824398665, 0.5740855215674321, -0.15047990730129718, 1.1619957931799325, 0.04801711088988525, 0.0015452779882789702, -1.3039380736887636], "count": [883]}, "gripper_mode_state": {"mean": [0.21064552661381652, 0.3272933182332956], "std": [0.4077670765662709, 0.46922532121906896], "min": [0, 0], "max": [1, 1], "count": [883]}, "gripper_activity_state": {"mean": [1.9898074745186862, 1.9116647791619479], "std": [0.12993711899672444, 0.37034747354396413], "min": [0, 0], "max": [2, 2], "count": [883]}, "gripper_mode_action": {"mean": [0.21064552661381652, 0.3272933182332956], "std": [0.4077670765662709, 0.469225321219069], "min": [0, 0], "max": [1, 1], "count": [883]}, "gripper_activity_action": {"mean": [1.9898074745186862, 1.9116647791619479], "std": [0.12993711899672444, 0.37034747354396413], "min": [0, 0], "max": [2, 2], "count": [883]}}} +{"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.47227318086325437]], [[0.4654535878745438]], [[0.4561020711314829]]], "std": [[[0.15780693745070853]], [[0.16298015920505596]], [[0.16795781660773254]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642311998663101]], [[0.4559772607906799]], [[0.44972491060818265]]], "std": [[[0.1491538235999824]], [[0.1506204240031039]], [[0.15533445646618096]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4561776562897886]], [[0.45953334818776]], [[0.44956745899117223]]], "std": [[[0.15512391427313899]], [[0.15412456564263458]], [[0.16212231282213588]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49879632856930656]], [[0.4900954728482302]], [[0.4765234182688227]]], "std": [[[0.1539555388101197]], [[0.1484858569584405]], [[0.15892453960582523]]], "count": [154]}, "observation.state": {"min": [-0.42868778109550476, -0.02750638872385025, -0.12294099479913712, -2.133857011795044, -0.470628023147583, -0.020839231088757515, -0.2208888679742813, -0.2832610011100769, 0.3250020146369934, 0.06239600107073784, -1.6420797109603882, -1.501282811164856, -1.1863319873809814, -0.17376498878002167, -0.13060298562049866, -0.26256734132766724, -1.7714743614196777, -0.08176867663860321, -0.08742354065179825, -0.05675810948014259, -0.3286289870738983, -0.5605630278587341, 0.0892769992351532, 1.1313071250915527, -1.4244863986968994, 1.0395344495773315, 0.0, 0.0, -0.018039312213659286, -0.17251832783222198, -0.8349966406822205, 1.9102085828781128, -1.0728484392166138, -0.003142002737149596], "max": [0.41456806659698486, 0.413590669631958, 0.30262264609336853, -1.4666001796722412, 0.05941100791096687, 0.3503224849700928, -0.01984439231455326, -0.16696999967098236, 0.5364199876785278, 0.22194500267505646, -1.2972227334976196, -1.2304134368896484, -0.9313993453979492, 0.45294785499572754, 0.18929840624332428, -0.046390850096940994, -0.9759880900382996, 0.06660176068544388, 0.10346312075853348, 0.11472049355506897, -0.28710100054740906, -0.3761650025844574, 0.1275860071182251, 1.4755313396453857, -1.3056130409240723, 1.1872142553329468, 1001.0, 1002.0, -0.018018633127212524, -0.17243748903274536, -0.8330672383308411, 1.9110286235809326, -1.0681172609329224, 0.0045630233362317085], "mean": [0.13446304202079773, 0.20617127418518066, 0.06837718188762665, -1.8255912065505981, -0.20718039572238922, 0.07967250794172287, -0.06964621692895889, -0.2493613362312317, 0.3960075080394745, 0.17650870978832245, -1.3687806129455566, -1.3352437019348145, -1.123656988143921, 0.05354103446006775, 0.018863895907998085, -0.1299377828836441, -1.4887133836746216, 0.03225124627351761, -0.04493648558855057, 0.04448838531970978, -0.30297109484672546, -0.45118987560272217, 0.11691315472126007, 1.348698616027832, -1.3474632501602173, 1.1336125135421753, 733.1622314453125, 662.70947265625, -0.01802469603717327, -0.17247672379016876, -0.8343189358711243, 1.9106333255767822, -1.0706101655960083, 0.0006512774853035808], "std": [0.24320657551288605, 0.09394875168800354, 0.09768348932266235, 0.13591469824314117, 0.11727027595043182, 0.13260246813297272, 0.06324043869972229, 0.04533598944544792, 0.057078950107097626, 0.05033769831061363, 0.10999137163162231, 0.05705910921096802, 0.0912303701043129, 0.17051835358142853, 0.08594906330108643, 0.057212524116039276, 0.21157747507095337, 0.05511332303285599, 0.056406814604997635, 0.058369338512420654, 0.010172192007303238, 0.049641095101833344, 0.013095416128635406, 0.09436889737844467, 0.01893235370516777, 0.061444684863090515, 427.75335693359375, 459.62152099609375, 1.3337013342606951e-06, 1.3840360225003678e-05, 0.00029778495081700385, 0.00013077787298243493, 0.0006640460342168808, 0.0007286418112926185], "count": [826]}, "action": {"min": [-0.42868778109550476, -0.02750638872385025, -0.12294099479913712, -2.133857011795044, -0.470628023147583, -0.020839231088757515, -0.2208888679742813, -0.2832610011100769, 0.3250020146369934, 0.06239600107073784, -1.6420797109603882, -1.501282811164856, -1.1863319873809814, -0.17376498878002167, -0.13060298562049866, -0.26256734132766724, -1.7714743614196777, -0.08176867663860321, -0.08742354065179825, -0.05675810948014259, -0.3286289870738983, -0.5605630278587341, 0.0892769992351532, 1.1313071250915527, -1.4244863986968994, 1.0395344495773315, 0.0, 0.0, -0.018039312213659286, -0.17251832783222198, -0.8349966406822205, 1.9102085828781128, -1.0728484392166138, -0.003142002737149596], "max": [0.41456806659698486, 0.413590669631958, 0.30262264609336853, -1.4666001796722412, 0.05941100791096687, 0.3503224849700928, -0.01984439231455326, -0.16696999967098236, 0.5364199876785278, 0.22194500267505646, -1.2972227334976196, -1.2304134368896484, -0.9313993453979492, 0.45294785499572754, 0.18929840624332428, -0.046390850096940994, -0.9759880900382996, 0.06660176068544388, 0.10346312075853348, 0.11472049355506897, -0.28710100054740906, -0.3761650025844574, 0.1275860071182251, 1.4755313396453857, -1.3056130409240723, 1.1872142553329468, 1001.0, 1002.0, -0.018018633127212524, -0.17243748903274536, -0.8330672383308411, 1.9110286235809326, -1.0681172609329224, 0.0045630233362317085], "mean": [0.13439808785915375, 0.2060471624135971, 0.06828439980745316, -1.8256484270095825, -0.20701058208942413, 0.07982676476240158, -0.0697527751326561, -0.2493288516998291, 0.39602503180503845, 0.17651036381721497, -1.3688013553619385, -1.335182785987854, -1.1235960721969604, 0.053758423775434494, 0.01866314187645912, -0.12975317239761353, -1.4884368181228638, 0.0322502963244915, -0.044961608946323395, 0.04462897777557373, -0.3029800355434418, -0.45126771926879883, 0.11693459749221802, 1.348583459854126, -1.3474961519241333, 1.13375723361969, 733.1622314453125, 662.70947265625, -0.01802469789981842, -0.17247673869132996, -0.8343186378479004, 1.9106334447860718, -1.0706101655960083, 0.0006513822008855641], "std": [0.24317897856235504, 0.09397042542695999, 0.09774468094110489, 0.13593457639217377, 0.11730407178401947, 0.1325596123933792, 0.06323080509901047, 0.04532131925225258, 0.05707213282585144, 0.05033857002854347, 0.10997959971427917, 0.057103581726551056, 0.09120658040046692, 0.17034350335597992, 0.08574438095092773, 0.05703035742044449, 0.21135735511779785, 0.05511275678873062, 0.056419774889945984, 0.05833892151713371, 0.01016585435718298, 0.04957377165555954, 0.013098116964101791, 0.09427275508642197, 0.01892428658902645, 0.06142762675881386, 427.75335693359375, 459.62152099609375, 1.334756234427914e-06, 1.382529990223702e-05, 0.00029788954998366535, 0.00013075704919174314, 0.0006640514475293458, 0.000728630751837045], "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": [123], "max": [123], "mean": [123.0], "std": [0.0], "count": [826]}, "index": {"min": [104925], "max": [105750], "mean": [105337.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7736077481840193, 0.6614782083080518], "std": [0.41849587827560353, 0.4587115868488941], "count": [826]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7736077481840193, 0.6614782083080518], "std": [0.41849587827560353, 0.4587115868488941], "count": [826]}, "eef_direction_state": {"mean": [5.0108958837772395, 5.12953995157385], "std": [1.9936041610367796, 2.0226140474557925], "min": [0, 0], "max": [6, 6], "count": [826]}, "eef_velocity_state": {"mean": [0.3196125907990315, 0.19128329297820823], "std": [0.6259349191709936, 0.4452836510748936], "min": [0, 0], "max": [2, 2], "count": [826]}, "eef_acc_mag_state": {"mean": [0.4188861985472155, 0.38861985472154964], "std": [0.7307376081332287, 0.7183626009432039], "min": [0, 0], "max": [2, 2], "count": [826]}, "eef_direction_action": {"mean": [5.0108958837772395, 5.12953995157385], "std": [1.9936041610367796, 2.0226140474557925], "min": [0, 0], "max": [6, 6], "count": [826]}, "eef_velocity_action": {"mean": [0.3196125907990315, 0.19128329297820823], "std": [0.6259349191709936, 0.44528365107489365], "min": [0, 0], "max": [2, 2], "count": [826]}, "eef_acc_mag_action": {"mean": [0.4188861985472155, 0.38861985472154964], "std": [0.7307376081332287, 0.7183626009432039], "min": [0, 0], "max": [2, 2], "count": [826]}, "eef_sim_pose_state": {"mean": [0.4148245503281265, 0.24678802985995962, 1.1904139694036728, -0.02002565935458774, -0.006132869107045494, 1.377695697896639, 0.46965034992791765, -0.1864227645364247, 1.1376287998637022, 0.012643308229278002, 0.009537042392059528, -1.3847176599585365], "std": [0.059129365469300595, 0.04171853897360928, 0.04499632823047465, 0.016327940738260598, 0.0631044383411945, 0.11150686213091622, 0.04901854986048423, 0.017056713731079386, 0.004255116563109601, 0.08138733944250763, 0.037155976900433846, 0.053047229636152826], "min": [0.3449910408641052, 0.14622676201648085, 1.156788735099676, -0.07214434690710136, -0.1289745929491828, 1.0761532415037007, 0.3963720133962044, -0.19834040399808145, 1.1312372846178755, -0.16036273799768308, -0.06760003360983213, -1.5200717640132462], "max": [0.5578113081146797, 0.30280498897317937, 1.2714867295298973, 0.011922743517816192, 0.09531668923725589, 1.468515190193092, 0.5781592102065638, -0.14689490974844918, 1.153098509920985, 0.06400462388995432, 0.0428299205675835, -1.3042807249457444], "count": [826]}, "eef_sim_pose_action": {"mean": [0.41484188775485137, 0.24678866341173686, 1.1904480884052802, -0.02001101816134584, -0.006209456327234132, 1.3777060092985183, 0.4697260217470745, -0.18643426302915286, 1.1376176707041687, 0.012662346893081386, 0.009661787884886561, -1.3848002517822942], "std": [0.05912227736996478, 0.041718812021534095, 0.044981514738606475, 0.016335519394115983, 0.06309562922704207, 0.11151355345209216, 0.04895357142580575, 0.01706144816640689, 0.004249163111555591, 0.08139741385715969, 0.03707015398390471, 0.05297514463061961], "min": [0.3449910408641052, 0.14622676201648085, 1.156788735099676, -0.07214434690710136, -0.1289745929491828, 1.0761532415037007, 0.3963720133962044, -0.19834040399808145, 1.1312372846178755, -0.16036273799768308, -0.06760003360983213, -1.5200717640132462], "max": [0.5578113081146797, 0.30280498897317937, 1.2714867295298973, 0.011922743517816192, 0.09531668923725589, 1.468515190193092, 0.5781592102065638, -0.14689490974844918, 1.153098509920985, 0.06400462388995432, 0.0428299205675835, -1.3042807249457444], "count": [826]}, "gripper_mode_state": {"mean": [0.22639225181598063, 0.3353510895883777], "std": [0.41849587827560353, 0.47211305457512875], "min": [0, 0], "max": [1, 1], "count": [826]}, "gripper_activity_state": {"mean": [1.9891041162227603, 1.900726392251816], "std": [0.1343171099008333, 0.3903490152545902], "min": [0, 0], "max": [2, 2], "count": [826]}, "gripper_mode_action": {"mean": [0.22639225181598063, 0.3353510895883777], "std": [0.41849587827560353, 0.4721130545751287], "min": [0, 0], "max": [1, 1], "count": [826]}, "gripper_activity_action": {"mean": [1.9891041162227603, 1.900726392251816], "std": [0.1343171099008333, 0.3903490152545902], "min": [0, 0], "max": [2, 2], "count": [826]}}} +{"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.47223798843096915]], [[0.4641622173303478]], [[0.45499072435043975]]], "std": [[[0.15677679744619374]], [[0.16230237728703906]], [[0.1670988652473031]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46526646342693456]], [[0.45620409833171954]], [[0.4496832070019366]]], "std": [[[0.14654185544923187]], [[0.1478747638283198]], [[0.15288572560714855]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4616790867324296]], [[0.46355639020011297]], [[0.45372323337771325]]], "std": [[[0.16031107126726335]], [[0.15930075873455476]], [[0.16721562659280237]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4983471503570564]], [[0.48720920958403935]], [[0.4726930890926329]]], "std": [[[0.15903964323868783]], [[0.1497869041499287]], [[0.15905956605508945]]], "count": [162]}, "observation.state": {"min": [-0.4482179880142212, 0.04380776360630989, -0.1385267823934555, -2.1233325004577637, -0.45181336998939514, -0.020839231088757515, -0.2307150661945343, -0.2832629978656769, 0.32002899050712585, 0.057457998394966125, -1.6896007061004639, -1.5143604278564453, -1.2386069297790527, -0.1742187738418579, -0.09442231059074402, -0.2626197040081024, -1.7714568376541138, -0.0809309184551239, -0.06860889494419098, -0.026232298463582993, -0.33471301198005676, -0.5551679730415344, 0.08371400088071823, 1.1997568607330322, -1.3810337781906128, 0.9847702383995056, 0.0, 0.0, -0.01805059239268303, -0.17321951687335968, -0.8348096013069153, 1.910112738609314, -1.0724815130233765, -0.0014713305281475186], "max": [0.436018168926239, 0.39163440465927124, 0.2986607253551483, -1.4294945001602173, 0.1062905564904213, 0.2603333294391632, -0.019809486344456673, -0.1734510064125061, 0.5375369787216187, 0.22742199897766113, -1.293143630027771, -1.2338653802871704, -0.8538127541542053, 0.43900266289711, 0.18931587040424347, -0.08047713339328766, -0.9619382619857788, 0.06592108309268951, 0.021537361666560173, 0.12103858590126038, -0.2919769883155823, -0.3761709928512573, 0.11993899941444397, 1.4961570501327515, -1.3168046474456787, 1.0684394836425781, 1001.0, 1002.0, -0.018012994900345802, -0.17232845723628998, -0.8338239192962646, 1.9108662605285645, -1.069616436958313, 0.00366313848644495], "mean": [0.1584288477897644, 0.21989881992340088, 0.07559877634048462, -1.8234201669692993, -0.20608113706111908, 0.03968581184744835, -0.0668785348534584, -0.25714346766471863, 0.3900294005870819, 0.1783188432455063, -1.3822535276412964, -1.321689248085022, -1.1233386993408203, 0.06580597162246704, 0.04271099343895912, -0.16754725575447083, -1.4737648963928223, -0.015957370400428772, -0.027531107887625694, 0.048890262842178345, -0.30863478779792786, -0.45240920782089233, 0.10846792906522751, 1.3944259881973267, -1.3300029039382935, 1.038643717765808, 764.7381591796875, 626.65576171875, -0.01803273893892765, -0.1726228892803192, -0.8342463970184326, 1.9106147289276123, -1.0705510377883911, 0.0005597376730293036], "std": [0.23014675080776215, 0.06434231251478195, 0.09925500303506851, 0.1351417601108551, 0.12133049964904785, 0.09519926458597183, 0.06926492601633072, 0.04205578565597534, 0.053558848798274994, 0.0483502522110939, 0.14495278894901276, 0.05440927669405937, 0.11035694926977158, 0.16837090253829956, 0.08023393154144287, 0.04945240169763565, 0.21858622133731842, 0.040884558111429214, 0.02308235876262188, 0.04881816357374191, 0.011232223361730576, 0.0495804063975811, 0.011406365782022476, 0.08275442570447922, 0.01467615645378828, 0.019238008186221123, 410.6670837402344, 471.40869140625, 6.843674327683402e-06, 0.00019325177709106356, 0.00017253152327612042, 0.0001377330772811547, 0.0005301861674524844, 0.0006991018308326602], "count": [886]}, "action": {"min": [-0.4482179880142212, 0.04380776360630989, -0.1385267823934555, -2.1233325004577637, -0.45181336998939514, -0.020839231088757515, -0.2307150661945343, -0.2832539975643158, 0.32002899050712585, 0.057457998394966125, -1.6896007061004639, -1.5143604278564453, -1.2386069297790527, -0.1742187738418579, -0.09442231059074402, -0.2626197040081024, -1.7714568376541138, -0.0809309184551239, -0.06860889494419098, -0.026232298463582993, -0.33471301198005676, -0.5551679730415344, 0.08371400088071823, 1.1997568607330322, -1.3810337781906128, 0.9847702383995056, 0.0, 0.0, -0.01805059239268303, -0.17321951687335968, -0.8348096013069153, 1.910112738609314, -1.0724815130233765, -0.0014713305281475186], "max": [0.436018168926239, 0.39163440465927124, 0.2986607253551483, -1.4294945001602173, 0.1062905564904213, 0.2603333294391632, -0.019809486344456673, -0.1734510064125061, 0.5375369787216187, 0.22742199897766113, -1.293143630027771, -1.2338653802871704, -0.8538127541542053, 0.43900266289711, 0.18931587040424347, -0.08047713339328766, -0.9619382619857788, 0.06592108309268951, 0.021537361666560173, 0.12103858590126038, -0.2919769883155823, -0.3761709928512573, 0.11993899941444397, 1.4961570501327515, -1.3168046474456787, 1.0684394836425781, 1001.0, 1002.0, -0.018012994900345802, -0.17232845723628998, -0.8338239192962646, 1.9108662605285645, -1.069616436958313, 0.00366313848644495], "mean": [0.15829335153102875, 0.2197977602481842, 0.07555612921714783, -1.8233648538589478, -0.20587922632694244, 0.0398104265332222, -0.06697340309619904, -0.25713086128234863, 0.39006736874580383, 0.17831219732761383, -1.3822952508926392, -1.3216207027435303, -1.1232177019119263, 0.06603347510099411, 0.04255092889070511, -0.1674172282218933, -1.4734923839569092, -0.0160536989569664, -0.02748274803161621, 0.0490138903260231, -0.30865052342414856, -0.4524868130683899, 0.10847853124141693, 1.3943532705307007, -1.329992651939392, 1.0386147499084473, 764.7381591796875, 626.65576171875, -0.018032753840088844, -0.17262357473373413, -0.8342467546463013, 1.910615086555481, -1.0705516338348389, 0.0005599841242656112], "std": [0.23011910915374756, 0.06437937170267105, 0.09927736967802048, 0.13514123857021332, 0.12139961868524551, 0.09519225358963013, 0.06925798952579498, 0.04204963520169258, 0.0535542257130146, 0.048347413539886475, 0.1449335366487503, 0.05445113405585289, 0.11034844070672989, 0.16818386316299438, 0.08008228242397308, 0.04935363307595253, 0.21836519241333008, 0.0407918244600296, 0.023051517084240913, 0.048766493797302246, 0.011218746192753315, 0.049514830112457275, 0.0114118792116642, 0.08271127939224243, 0.014680136926472187, 0.019215255975723267, 410.6670837402344, 471.40869140625, 6.844131348771043e-06, 0.00019383097242098302, 0.0001725425972836092, 0.00013798782310914248, 0.0005303259240463376, 0.0006990897818468511], "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": [124], "max": [124], "mean": [124.0], "std": [0.0], "count": [886]}, "index": {"min": [105751], "max": [106636], "mean": [106193.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.8002257336343115, 0.6254864557652522], "std": [0.3998306002093141, 0.4704799016612037], "count": [886]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.8002257336343115, 0.6254864557652522], "std": [0.3998306002093141, 0.4704799016612037], "count": [886]}, "eef_direction_state": {"mean": [5.1647855530474045, 5.111738148984198], "std": [1.8789379442270866, 2.029672082414774], "min": [0, 0], "max": [6, 6], "count": [886]}, "eef_velocity_state": {"mean": [0.2878103837471783, 0.18171557562076748], "std": [0.6227518049325954, 0.42461480662028955], "min": [0, 0], "max": [2, 2], "count": [886]}, "eef_acc_mag_state": {"mean": [0.4153498871331828, 0.3837471783295711], "std": [0.7384561113357133, 0.7059293854593613], "min": [0, 0], "max": [2, 2], "count": [886]}, "eef_direction_action": {"mean": [5.1647855530474045, 5.111738148984198], "std": [1.8789379442270866, 2.0296720824147743], "min": [0, 0], "max": [6, 6], "count": [886]}, "eef_velocity_action": {"mean": [0.2878103837471783, 0.18171557562076748], "std": [0.6227518049325954, 0.42461480662028955], "min": [0, 0], "max": [2, 2], "count": [886]}, "eef_acc_mag_action": {"mean": [0.4153498871331828, 0.3837471783295711], "std": [0.7384561113357133, 0.7059293854593613], "min": [0, 0], "max": [2, 2], "count": [886]}, "eef_sim_pose_state": {"mean": [0.4090967178556059, 0.24876941204250783, 1.1816912858701945, -0.02843212832563512, -0.01796562898739302, 1.3770003549012717, 0.4715530303540759, -0.18263246516814555, 1.1354796637726103, -0.0178574948350789, -0.06148320632934124, -1.3442268931005614], "std": [0.056292340971724204, 0.037004610087205694, 0.039961145013592866, 0.026037497799910873, 0.09874844420246971, 0.11956476863772185, 0.04890904601705633, 0.013023492661427055, 0.005664247854911006, 0.05248334536289327, 0.021231281581524243, 0.0498596283593484], "min": [0.3395562251771699, 0.15007342653133696, 1.1567799504363214, -0.11094611816582389, -0.27451557211576727, 1.0634987701437448, 0.39637184537848924, -0.19435263700355626, 1.1213106544579345, -0.13972453914791572, -0.08901201117021396, -1.4703119962416262], "max": [0.5620607957060032, 0.30411845368131174, 1.2636989046337006, 0.018860751751332283, 0.0987976943719, 1.4460893431395663, 0.572707806404014, -0.1573989328567022, 1.1445672883689981, 0.04804934286318685, 0.004545884841302916, -1.2563645424833312], "count": [886]}, "eef_sim_pose_action": {"mean": [0.40913487828859085, 0.24876424530108157, 1.181708285643391, -0.02839368326639917, -0.0180851026345737, 1.3769868812411383, 0.471629233153456, -0.18263809679581378, 1.1354707702343483, -0.01791710609768154, -0.06148641825156066, -1.3442679045753554], "std": [0.05628644078299296, 0.03700272714934153, 0.03995375601725065, 0.026078609350300007, 0.09875112229998495, 0.11955767410329225, 0.04884441773993935, 0.013027196756262195, 0.005656264432080172, 0.05243861864031412, 0.02123241091895454, 0.04984176044500074], "min": [0.3395562251771699, 0.15007342653133696, 1.1567799504363214, -0.11094611816582389, -0.27451557211576727, 1.0634987701437448, 0.39637184537848924, -0.19435263700355626, 1.1213106544579345, -0.13972453914791572, -0.08901201117021396, -1.4703119962416262], "max": [0.5620607957060032, 0.30411845368131174, 1.2636989046337006, 0.018860751751332283, 0.0987976943719, 1.4460893431395663, 0.572707806404014, -0.1573989328567022, 1.1445672883689981, 0.04804934286318685, 0.004545884841302916, -1.2563645424833312], "count": [886]}, "gripper_mode_state": {"mean": [0.19977426636568849, 0.3758465011286682], "std": [0.3998306002093141, 0.48434069488120746], "min": [0, 0], "max": [1, 1], "count": [886]}, "gripper_activity_state": {"mean": [1.989841986455982, 1.9051918735891649], "std": [0.1297182999202618, 0.38895025328137683], "min": [0, 0], "max": [2, 2], "count": [886]}, "gripper_mode_action": {"mean": [0.19977426636568849, 0.3758465011286682], "std": [0.3998306002093141, 0.48434069488120746], "min": [0, 0], "max": [1, 1], "count": [886]}, "gripper_activity_action": {"mean": [1.989841986455982, 1.9051918735891649], "std": [0.1297182999202618, 0.38895025328137683], "min": [0, 0], "max": [2, 2], "count": [886]}}} +{"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.47124744196529184]], [[0.46455232279693487]], [[0.4556437147847645]]], "std": [[[0.15412461276111403]], [[0.15912725883496023]], [[0.16437761999067851]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4655829107505071]], [[0.4613431062654947]], [[0.45311719348659]]], "std": [[[0.14715496650375104]], [[0.1494279548451253]], [[0.1537401657565691]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4629689119900834]], [[0.46495778256704984]], [[0.45671459178498985]]], "std": [[[0.1585591250069256]], [[0.15720616314338726]], [[0.16562837969127478]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4952023002591841]], [[0.4848186006874014]], [[0.47054945627676353]]], "std": [[[0.15632451490771365]], [[0.14922436360676625]], [[0.1585850986578408]]], "count": [145]}, "observation.state": {"min": [-0.43940410017967224, 0.013875368051230907, -0.0742986649274826, -2.126264810562134, -0.29880037903785706, -0.020874137058854103, -0.22575834393501282, -0.2847520112991333, 0.33101800084114075, 0.06499899923801422, -1.6836867332458496, -1.4279499053955078, -1.1854034662246704, -0.17404423654079437, -0.10936232656240463, -0.26366689801216125, -1.7734116315841675, -0.10911798477172852, -0.13063789904117584, -0.06148795038461685, -0.32955801486968994, -0.5624909996986389, 0.0912960022687912, 1.2034282684326172, -1.372414231300354, 0.9951502680778503, 0.0, 0.0, -0.018043072894215584, -0.173939511179924, -0.8370068073272705, 1.9103963375091553, -1.0685158967971802, -0.0015282853273674846], "max": [0.38810884952545166, 0.34756484627723694, 0.2903180718421936, -1.4397220611572266, 0.06815510988235474, 0.30942943692207336, -0.01979203335940838, -0.17381900548934937, 0.5390139818191528, 0.21550999581813812, -1.2504302263259888, -1.2378742694854736, -0.8580957055091858, 0.4677656888961792, 0.18931587040424347, -0.0791855901479721, -0.9316393136978149, 0.0659559965133667, 0.018395770341157913, 0.10904817283153534, -0.29179298877716064, -0.37603598833084106, 0.12856000661849976, 1.475596308708191, -1.2732291221618652, 1.1697455644607544, 1001.0, 1002.0, -0.018029915168881416, -0.1734018623828888, -0.8359957337379456, 1.9104208946228027, -1.0672504901885986, 0.0016184636624529958], "mean": [0.11852812767028809, 0.20343898236751556, 0.07617674022912979, -1.8137096166610718, -0.17249058187007904, 0.08768739551305771, -0.07648186385631561, -0.25069373846054077, 0.399904727935791, 0.1743992120027542, -1.3806451559066772, -1.3148473501205444, -1.0946162939071655, 0.014253555797040462, 0.031121330335736275, -0.13681432604789734, -1.4897023439407349, 0.03419206663966179, -0.09039977937936783, 0.0580638162791729, -0.31549444794654846, -0.4387223422527313, 0.11778093129396439, 1.3686861991882324, -1.3509448766708374, 1.124675989151001, 661.1862182617188, 691.8737182617188, -0.01803731359541416, -0.1737561970949173, -0.8366789221763611, 1.9103999137878418, -1.067771315574646, 0.0005560131394304335], "std": [0.24214181303977966, 0.07888199388980865, 0.096554696559906, 0.13813135027885437, 0.11961890757083893, 0.12989190220832825, 0.06931154429912567, 0.0449698343873024, 0.056969404220581055, 0.05060357600450516, 0.1376315802335739, 0.035625215619802475, 0.11424557119607925, 0.16365684568881989, 0.07612784951925278, 0.052942581474781036, 0.20114237070083618, 0.054613593965768814, 0.05196915939450264, 0.05872150510549545, 0.00996215920895338, 0.04717466980218887, 0.013546912930905819, 0.06794730573892593, 0.023877577856183052, 0.056380726397037506, 458.55560302734375, 447.309814453125, 8.09260427558911e-07, 7.858741446398199e-05, 0.0001708101772237569, 5.8361356423120014e-06, 0.0003080133465118706, 0.0004160914686508477], "count": [768]}, "action": {"min": [-0.43940410017967224, 0.013875368051230907, -0.0742986649274826, -2.126264810562134, -0.29880037903785706, -0.020874137058854103, -0.22575834393501282, -0.2847520112991333, 0.33101800084114075, 0.06499899923801422, -1.6836867332458496, -1.4279499053955078, -1.1854034662246704, -0.17404423654079437, -0.10936232656240463, -0.26366689801216125, -1.7734116315841675, -0.10911798477172852, -0.13063789904117584, -0.06148795038461685, -0.32955801486968994, -0.5624909996986389, 0.0912960022687912, 1.2034282684326172, -1.372414231300354, 0.9951502680778503, 0.0, 0.0, -0.018043072894215584, -0.173939511179924, -0.8370044231414795, 1.9103963375091553, -1.0685158967971802, -0.0015282853273674846], "max": [0.38810884952545166, 0.34756484627723694, 0.2903180718421936, -1.4397220611572266, 0.06815510988235474, 0.30942943692207336, -0.01979203335940838, -0.17381900548934937, 0.5390139818191528, 0.21550999581813812, -1.2504302263259888, -1.2378742694854736, -0.8580957055091858, 0.4677656888961792, 0.18931587040424347, -0.0791855901479721, -0.9316393136978149, 0.0659559965133667, 0.018395770341157913, 0.10904817283153534, -0.29179298877716064, -0.37603598833084106, 0.12856000661849976, 1.475596308708191, -1.2732291221618652, 1.1697455644607544, 1001.0, 1002.0, -0.018029915168881416, -0.1734018623828888, -0.8359957337379456, 1.9104208946228027, -1.0672504901885986, 0.0016184636624529958], "mean": [0.11835945397615433, 0.20331090688705444, 0.07606738060712814, -1.8136693239212036, -0.17224861681461334, 0.08794865012168884, -0.07659707963466644, -0.2506752908229828, 0.39995166659355164, 0.17441421747207642, -1.3805956840515137, -1.3147588968276978, -1.094451665878296, 0.014429185539484024, 0.03091500513255596, -0.13661716878414154, -1.4893927574157715, 0.03418745473027229, -0.09048495441675186, 0.05822810158133507, -0.31552770733833313, -0.43878722190856934, 0.1178051009774208, 1.3685660362243652, -1.3509892225265503, 1.124810814857483, 661.1862182617188, 691.875, -0.01803731359541416, -0.17375606298446655, -0.8366785645484924, 1.9103999137878418, -1.067771315574646, 0.0005560663412325084], "std": [0.24208448827266693, 0.07890070229768753, 0.09664060920476913, 0.13812553882598877, 0.11964201927185059, 0.12987513840198517, 0.06929077953100204, 0.044959381222724915, 0.056956883519887924, 0.05061338469386101, 0.13766834139823914, 0.0356992706656456, 0.11420679092407227, 0.1635291874408722, 0.07591570913791656, 0.052752673625946045, 0.20089250802993774, 0.05461105331778526, 0.05197824165225029, 0.05866289138793945, 0.009927292354404926, 0.04712289944291115, 0.013548335991799831, 0.0678393691778183, 0.023870259523391724, 0.05636150389909744, 458.55560302734375, 447.3112487792969, 8.09260427558911e-07, 7.849399116821587e-05, 0.00017039755766745657, 5.840445737703703e-06, 0.0003079131420236081, 0.0004161034885328263], "count": [768]}, "timestamp": {"min": [0.0], "max": [25.566666666666666], "mean": [12.783333333333333], "std": [7.390077180973196], "count": [768]}, "frame_index": {"min": [0], "max": [767], "mean": [383.5], "std": [221.70231542919586], "count": [768]}, "episode_index": {"min": [125], "max": [125], "mean": [125.0], "std": [0.0], "count": [768]}, "index": {"min": [106637], "max": [107404], "mean": [107020.5], "std": [221.70231542919586], "count": [768]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [768]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.703125, 0.6905885416344972], "std": [0.4568809849129202, 0.4464206518630995], "count": [768]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.703125, 0.6905885416344972], "std": [0.4568809849129202, 0.4464206518630995], "count": [768]}, "eef_direction_state": {"mean": [4.936197916666667, 4.955729166666667], "std": [2.1114376328690545, 2.188539869406673], "min": [0, 0], "max": [6, 6], "count": [768]}, "eef_velocity_state": {"mean": [0.3463541666666667, 0.24479166666666666], "std": [0.6652358914194555, 0.5351926817485736], "min": [0, 0], "max": [2, 2], "count": [768]}, "eef_acc_mag_state": {"mean": [0.4817708333333333, 0.3619791666666667], "std": [0.7703360938464697, 0.6897404702006735], "min": [0, 0], "max": [2, 2], "count": [768]}, "eef_direction_action": {"mean": [4.936197916666667, 4.955729166666667], "std": [2.1114376328690545, 2.188539869406673], "min": [0, 0], "max": [6, 6], "count": [768]}, "eef_velocity_action": {"mean": [0.3463541666666667, 0.24479166666666666], "std": [0.6652358914194555, 0.5351926817485736], "min": [0, 0], "max": [2, 2], "count": [768]}, "eef_acc_mag_action": {"mean": [0.4817708333333333, 0.3619791666666667], "std": [0.7703360938464697, 0.6897404702006735], "min": [0, 0], "max": [2, 2], "count": [768]}, "eef_sim_pose_state": {"mean": [0.41898940380733, 0.24498681072765408, 1.1902523468635138, -0.009954606423841451, -0.0368973854014767, 1.3744545385284255, 0.4573149076164298, -0.1891137505908431, 1.1244033643264513, 0.018911489528941016, 0.002298333147700695, -1.3683295925098964], "std": [0.05947976082750841, 0.03961980024790863, 0.044299763673385756, 0.033044150158024234, 0.08907587123329222, 0.1179704066269592, 0.04652278927339598, 0.016420348861315853, 0.009209035171222587, 0.06113252618487048, 0.03834051521754178, 0.0426661215289034], "min": [0.35070215349231126, 0.15269388527917171, 1.1565885082996181, -0.08019474937146254, -0.23457702645416245, 1.125522338616174, 0.3962695463819582, -0.20056099627544788, 1.1176385585952395, -0.12249874336433297, -0.06779531128014038, -1.4924041384329625], "max": [0.5618075266415141, 0.286003118841889, 1.2656572364233267, 0.0759222128067526, 0.03277537791508789, 1.482658716898443, 0.5795881589763232, -0.15268281482244264, 1.1466863788659607, 0.06082562558566362, 0.03192483370822652, -1.3032497474830556], "count": [768]}, "eef_sim_pose_action": {"mean": [0.41903615918124887, 0.24499646566452923, 1.1902842756559286, -0.009837095479559223, -0.0370336014997838, 1.3744948923111442, 0.4573776103319958, -0.1891286856047449, 1.1243692639059348, 0.018919040089235967, 0.00242618368210592, -1.3684063440791234], "std": [0.05946596107856817, 0.03962545936430258, 0.04428449618369057, 0.033176714348491586, 0.0890492876241885, 0.11800011793280049, 0.046473150110921325, 0.016424894763324472, 0.009183581154499758, 0.06113638043088717, 0.038270214065455915, 0.04260238080638834], "min": [0.35070215349231126, 0.15269388527917171, 1.1565885082996181, -0.08019474937146254, -0.23457702645416245, 1.125522338616174, 0.3962695463819582, -0.20056099627544788, 1.1176385585952395, -0.12249874336433297, -0.06779531128014038, -1.4924041384329625], "max": [0.5618075266415141, 0.286003118841889, 1.2656572364233267, 0.0759222128067526, 0.03277537791508789, 1.482658716898443, 0.5795881589763232, -0.15268281482244264, 1.1466863788659607, 0.06082562558566362, 0.03192483370822652, -1.3032497474830556], "count": [768]}, "gripper_mode_state": {"mean": [0.296875, 0.30859375], "std": [0.4568809849129202, 0.461913030191764], "min": [0, 0], "max": [1, 1], "count": [768]}, "gripper_activity_state": {"mean": [1.98828125, 1.87890625], "std": [0.13926205835918662, 0.43261902452111856], "min": [0, 0], "max": [2, 2], "count": [768]}, "gripper_mode_action": {"mean": [0.296875, 0.30859375], "std": [0.4568809849129202, 0.461913030191764], "min": [0, 0], "max": [1, 1], "count": [768]}, "gripper_activity_action": {"mean": [1.98828125, 1.87890625], "std": [0.13926205835918662, 0.43261902452111856], "min": [0, 0], "max": [2, 2], "count": [768]}}} +{"episode_index": 126, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4728177130056816]], [[0.4667922807467213]], [[0.45668229500405827]]], "std": [[[0.15641622466461808]], [[0.15952310298068473]], [[0.16517246811985525]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653308302896322]], [[0.4610484882951002]], [[0.45296631637404416]]], "std": [[[0.14870045782391583]], [[0.15013497241169788]], [[0.15403224900302917]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4680055320603187]], [[0.4687872172561835]], [[0.4589654753513606]]], "std": [[[0.1595189980974154]], [[0.1575935021618335]], [[0.16529111473151983]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5022020577021659]], [[0.4902935089068307]], [[0.47627087071211927]]], "std": [[[0.15844255283490488]], [[0.15037873569813595]], [[0.159879652616252]]], "count": [153]}, "observation.state": {"min": [-0.47392669320106506, 0.09845402091741562, -0.10852456837892532, -2.0370960235595703, -0.395718514919281, -0.11384782195091248, -0.27211427688598633, -0.2832689881324768, 0.33034801483154297, 0.07078199833631516, -1.7359168529510498, -1.4748053550720215, -1.3135488033294678, -0.17332863807678223, -0.1307949721813202, -0.26258477568626404, -1.7714743614196777, -0.147445410490036, -0.1681973785161972, -0.058171823620796204, -0.3291429877281189, -0.5613600015640259, 0.08964599668979645, 1.150119662284851, -1.3798489570617676, 0.958836019039154, 0.0, 0.0, -0.01805059239268303, -0.1741274893283844, -0.8370392918586731, 1.9103971719741821, -1.0684802532196045, -0.002722436096519232], "max": [0.3891037106513977, 0.3424510657787323, 0.3113493025302887, -1.4341893196105957, 0.041119955480098724, 0.2212204933166504, -0.019809486344456673, -0.16839499771595, 0.5406249761581421, 0.2252569943666458, -1.2971094846725464, -1.2552673816680908, -0.8364316821098328, 0.4621981084346771, 0.18931587040424347, -0.054681163281202316, -0.9439438581466675, 0.0659559965133667, 0.062220990657806396, 0.1074424684047699, -0.29205000400543213, -0.3761630058288574, 0.11800599843263626, 1.4755313396453857, -1.2492365837097168, 1.1661854982376099, 1001.0, 1002.0, -0.018028033897280693, -0.17336426675319672, -0.8359418511390686, 1.9104185104370117, -1.0673202276229858, 0.0034941728226840496], "mean": [0.16311265528202057, 0.22364768385887146, 0.06892097741365433, -1.8260045051574707, -0.21133065223693848, 0.024917898699641228, -0.08232487738132477, -0.2563205361366272, 0.38890379667282104, 0.1816708892583847, -1.3965097665786743, -1.3195070028305054, -1.1281064748764038, 0.029484637081623077, 0.030187757685780525, -0.1532134711742401, -1.4859857559204102, -0.007125305477529764, -0.10035216808319092, 0.040968284010887146, -0.3092362582683563, -0.4418809711933136, 0.11062362045049667, 1.4069273471832275, -1.31383216381073, 1.1078212261199951, 771.2135620117188, 708.7318115234375, -0.018036657944321632, -0.17380371689796448, -0.8366572260856628, 1.910400390625, -1.0677956342697144, 0.0004709695640485734], "std": [0.2294205278158188, 0.04859783500432968, 0.0987493172287941, 0.12422023713588715, 0.10216832906007767, 0.08768521994352341, 0.08274952322244644, 0.0404973067343235, 0.052795715630054474, 0.04273853451013565, 0.15472792088985443, 0.03998275846242905, 0.11734724044799805, 0.17298096418380737, 0.08713541179895401, 0.05637204647064209, 0.21358878910541534, 0.05847909301519394, 0.08052840083837509, 0.05729673057794571, 0.009834391996264458, 0.0506509467959404, 0.009453457780182362, 0.09255819767713547, 0.019741661846637726, 0.06717371195554733, 404.92840576171875, 440.7311706542969, 1.2362670531729236e-06, 6.443219899665564e-05, 0.00018571547116152942, 5.291002707963344e-06, 0.00030405723373405635, 0.0006256101187318563], "count": [824]}, "action": {"min": [-0.47392669320106506, 0.09845402091741562, -0.10852456837892532, -2.0370960235595703, -0.395718514919281, -0.11384782195091248, -0.27211427688598633, -0.2832689881324768, 0.33034801483154297, 0.07078199833631516, -1.7359168529510498, -1.4748053550720215, -1.3135488033294678, -0.17332863807678223, -0.1307949721813202, -0.26258477568626404, -1.7714743614196777, -0.147445410490036, -0.1681973785161972, -0.058171823620796204, -0.3291429877281189, -0.5613600015640259, 0.08964599668979645, 1.150119662284851, -1.3798489570617676, 0.958836019039154, 0.0, 0.0, -0.01805059239268303, -0.1741274893283844, -0.8370392918586731, 1.9103971719741821, -1.0684802532196045, -0.002722436096519232], "max": [0.3891037106513977, 0.3424510657787323, 0.3113493025302887, -1.4341893196105957, 0.041119955480098724, 0.2212204933166504, -0.019809486344456673, -0.16839499771595, 0.5406249761581421, 0.2252569943666458, -1.2971094846725464, -1.2552673816680908, -0.8364316821098328, 0.4621981084346771, 0.18931587040424347, -0.054681163281202316, -0.9439438581466675, 0.0659559965133667, 0.062220990657806396, 0.1074424684047699, -0.29205000400543213, -0.3761630058288574, 0.11800599843263626, 1.4755313396453857, -1.2492365837097168, 1.1661854982376099, 1001.0, 1002.0, -0.018028033897280693, -0.17336426675319672, -0.8359418511390686, 1.9104185104370117, -1.0673202276229858, 0.0034941728226840496], "mean": [0.16308018565177917, 0.22356446087360382, 0.06886838376522064, -1.826073169708252, -0.21113838255405426, 0.025058688595891, -0.08244124799966812, -0.2562958896160126, 0.38891175389289856, 0.18166093528270721, -1.396584391593933, -1.3194557428359985, -1.1279646158218384, 0.029675502330064774, 0.029986202716827393, -0.15305554866790771, -1.4856815338134766, -0.007194860838353634, -0.10047584772109985, 0.04110494256019592, -0.3092573881149292, -0.4419477581977844, 0.11063311994075775, 1.4068944454193115, -1.3138145208358765, 1.107935905456543, 771.2135620117188, 708.7318115234375, -0.018036656081676483, -0.17380371689796448, -0.8366572260856628, 1.910400390625, -1.0677952766418457, 0.0004709868226200342], "std": [0.22940807044506073, 0.048626773059368134, 0.09877502173185349, 0.12424879521131516, 0.10223709046840668, 0.0877048671245575, 0.0827290490269661, 0.0404871441423893, 0.052792854607105255, 0.042734820395708084, 0.1546948105096817, 0.04001067951321602, 0.1173495426774025, 0.17284412682056427, 0.08695896714925766, 0.05624688044190407, 0.21336165070533752, 0.058426063507795334, 0.08054999262094498, 0.05727072060108185, 0.009816230274736881, 0.05060054361820221, 0.009456491097807884, 0.09253896027803421, 0.0197344608604908, 0.06718392670154572, 404.92840576171875, 440.7311706542969, 1.2364034773781896e-06, 6.442312587751076e-05, 0.0001857195165939629, 5.29340150023927e-06, 0.0003033439861610532, 0.0006256089545786381], "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": [126], "max": [126], "mean": [126.0], "std": [0.0], "count": [824]}, "index": {"min": [107405], "max": [108228], "mean": [107816.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.8118932038834952, 0.7074016989389598], "std": [0.390797427539241, 0.4398481478594968], "count": [824]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.8118932038834952, 0.7074016989389598], "std": [0.390797427539241, 0.4398481478594968], "count": [824]}, "eef_direction_state": {"mean": [4.819174757281553, 5.192961165048544], "std": [2.2290167841065758, 1.9775190322127525], "min": [0, 0], "max": [6, 6], "count": [824]}, "eef_velocity_state": {"mean": [0.3118932038834951, 0.18567961165048544], "std": [0.6102317785448781, 0.4758628078705089], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_acc_mag_state": {"mean": [0.44781553398058255, 0.3483009708737864], "std": [0.7453383182761595, 0.6871193750944121], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_direction_action": {"mean": [4.819174757281553, 5.192961165048544], "std": [2.2290167841065758, 1.9775190322127525], "min": [0, 0], "max": [6, 6], "count": [824]}, "eef_velocity_action": {"mean": [0.3118932038834951, 0.18567961165048544], "std": [0.6102317785448781, 0.4758628078705089], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_acc_mag_action": {"mean": [0.44781553398058255, 0.3483009708737864], "std": [0.7453383182761595, 0.6871193750944121], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_sim_pose_state": {"mean": [0.40830795847835855, 0.2527786289734874, 1.1812311273695542, -0.039930565472014574, -0.020500939294017147, 1.3704168146794804, 0.4609778620234926, -0.182554957763452, 1.1286336072215242, 0.036308207054258274, -0.039558714327398437, -1.3638484474684913], "std": [0.05612752500330502, 0.031114253504208607, 0.03768542055204493, 0.051085596453910975, 0.09755575824408291, 0.12357454186246337, 0.049809753685435006, 0.014315057163593867, 0.00880500143120561, 0.08640715984929545, 0.031400701911034, 0.05314291315052397], "min": [0.350877309456245, 0.167461281288702, 1.156785065316059, -0.22748463124780371, -0.27777194814290374, 1.0722505577071486, 0.396365013335145, -0.19132494866239122, 1.121338856573394, -0.14701209477476862, -0.12081616643009063, -1.5137360887822915], "max": [0.5672252008605324, 0.2942983594864661, 1.2701762857747148, 0.012908893565016899, 0.08791406684780645, 1.4473783937282891, 0.5785014134772738, -0.14807419076703285, 1.1445349560783835, 0.09912202598096764, 0.00673341887483625, -1.304297600002612], "count": [824]}, "eef_sim_pose_action": {"mean": [0.4083167071964525, 0.2527741326290586, 1.1812598750662195, -0.03989494732275442, -0.020627853671796967, 1.3703682554414016, 0.4610434651722034, -0.18255774950728584, 1.1286059009813998, 0.03636551141390926, -0.03950174924680425, -1.363906894819797], "std": [0.05612422017556592, 0.031112825877824813, 0.03767584979024811, 0.051111269166697705, 0.09755446788004189, 0.12355275319984577, 0.04976020523275349, 0.01431647936966014, 0.008790950523481205, 0.08643041630067524, 0.03139260236570129, 0.053103875004534354], "min": [0.350877309456245, 0.167461281288702, 1.156785065316059, -0.22748463124780371, -0.27777194814290374, 1.0722505577071486, 0.396365013335145, -0.19132494866239122, 1.121338856573394, -0.14701209477476862, -0.12081616643009063, -1.5137360887822915], "max": [0.5672252008605324, 0.2942983594864661, 1.2701762857747148, 0.012908893565016899, 0.08791406684780645, 1.4473783937282891, 0.5785014134772738, -0.14807419076703285, 1.1445349560783835, 0.09912202598096764, 0.00673341887483625, -1.304297600002612], "count": [824]}, "gripper_mode_state": {"mean": [0.18810679611650485, 0.2961165048543689], "std": [0.390797427539241, 0.456543010468026], "min": [0, 0], "max": [1, 1], "count": [824]}, "gripper_activity_state": {"mean": [1.9890776699029127, 1.891990291262136], "std": [0.1344789433346203, 0.4083282516196808], "min": [0, 0], "max": [2, 2], "count": [824]}, "gripper_mode_action": {"mean": [0.18810679611650485, 0.2961165048543689], "std": [0.390797427539241, 0.456543010468026], "min": [0, 0], "max": [1, 1], "count": [824]}, "gripper_activity_action": {"mean": [1.9890776699029127, 1.891990291262136], "std": [0.1344789433346203, 0.4083282516196808], "min": [0, 0], "max": [2, 2], "count": [824]}}} +{"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.468520476529089]], [[0.45949263066852253]], [[0.44888898092673285]]], "std": [[[0.15457996602349544]], [[0.15806854100955453]], [[0.16273120234222568]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4582282298979263]], [[0.45069797592390864]], [[0.44417962382998466]]], "std": [[[0.14489512303379423]], [[0.14638911797532092]], [[0.15098131118360475]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46891670953360765]], [[0.46827647033607683]], [[0.4580171303861051]]], "std": [[[0.16743101916598863]], [[0.16489705313888975]], [[0.17200790825352447]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.501743303931655]], [[0.49143164740175904]], [[0.4769217451383846]]], "std": [[[0.1544854887609686]], [[0.14448010760513924]], [[0.1530585906782558]]], "count": [162]}, "observation.state": {"min": [-0.40484654903411865, 0.023631757125258446, -0.03410373255610466, -2.085773229598999, -0.3497465252876282, -0.02076941914856434, -0.15732397139072418, -0.2832790017127991, 0.34918299317359924, 0.0861629992723465, -1.6045011281967163, -1.4344042539596558, -1.2354451417922974, -0.17332863807678223, -0.08408995717763901, -0.26258477568626404, -1.771404504776001, 0.027035150676965714, -0.11526154726743698, -0.026197392493486404, -0.3373059928417206, -0.551285982131958, 0.08111400157213211, 1.2562038898468018, -1.4478777647018433, 1.0528373718261719, 0.0, 0.0, -0.018086308613419533, -0.17318567633628845, -0.8370139002799988, 1.910007357597351, -1.0688090324401855, -0.0013972894521430135], "max": [0.31269320845603943, 0.27986353635787964, 0.22371630370616913, -1.4368772506713867, -0.018622662872076035, 0.21937043964862823, -0.019809486344456673, -0.1796559989452362, 0.5381659865379333, 0.20945300161838531, -1.2060189247131348, -1.269609808921814, -1.0271466970443726, 0.4406432807445526, 0.1892635077238083, -0.1221206933259964, -0.9267000555992126, 0.09162978827953339, -0.00045378561480902135, 0.14386749267578125, -0.2920120060443878, -0.37615901231765747, 0.1197429969906807, 1.4755313396453857, -1.3283473253250122, 1.1825159788131714, 1001.0, 1002.0, -0.01799231581389904, -0.1722983866930008, -0.8355869054794312, 1.910448670387268, -1.0668995380401611, 0.005810332018882036], "mean": [0.15291129052639008, 0.19983609020709991, 0.06240398809313774, -1.8089767694473267, -0.21062804758548737, 0.03670627996325493, -0.05243469402194023, -0.26015955209732056, 0.3940947949886322, 0.181919127702713, -1.3481342792510986, -1.3261094093322754, -1.1605024337768555, 0.10265927016735077, 0.041290611028671265, -0.16932955384254456, -1.4324504137039185, 0.0690774917602539, -0.04343374818563461, 0.0890946015715599, -0.3066495358943939, -0.46181291341781616, 0.10440637171268463, 1.3912365436553955, -1.4138503074645996, 1.0847007036209106, 727.9628295898438, 625.8209228515625, -0.018061121925711632, -0.1727709174156189, -0.8365985751152039, 1.910232663154602, -1.0678095817565918, 0.0005537117249332368], "std": [0.2113655060529709, 0.07378856837749481, 0.06725156307220459, 0.12751784920692444, 0.08320415019989014, 0.08669200539588928, 0.04827450215816498, 0.038989342749118805, 0.05287574604153633, 0.03952067717909813, 0.10666235536336899, 0.02896895259618759, 0.05370567366480827, 0.16643521189689636, 0.07695859670639038, 0.0403052382171154, 0.22961728274822235, 0.024088142439723015, 0.02323271334171295, 0.06211911514401436, 0.013980245217680931, 0.047950636595487595, 0.010058591142296791, 0.06929988414049149, 0.04072347283363342, 0.019720332697033882, 431.9227600097656, 472.053466796875, 3.855940576613648e-06, 0.00011154227104270831, 0.00024226091045420617, 0.00018298572103958577, 0.00026268631336279213, 0.0007397522567771375], "count": [888]}, "action": {"min": [-0.40484654903411865, 0.023631757125258446, -0.03410373255610466, -2.085773229598999, -0.3497465252876282, -0.02076941914856434, -0.15732397139072418, -0.2832790017127991, 0.34918299317359924, 0.0861629992723465, -1.6045011281967163, -1.4344042539596558, -1.2354451417922974, -0.17332863807678223, -0.08408995717763901, -0.26258477568626404, -1.771404504776001, 0.027035150676965714, -0.11526154726743698, -0.026197392493486404, -0.3373059928417206, -0.551285982131958, 0.08111400157213211, 1.2562038898468018, -1.4478777647018433, 1.0528373718261719, 0.0, 0.0, -0.018086308613419533, -0.17318567633628845, -0.8370139002799988, 1.910007357597351, -1.0688090324401855, -0.0013972894521430135], "max": [0.31269320845603943, 0.27986353635787964, 0.22371630370616913, -1.4368772506713867, -0.018622662872076035, 0.21937043964862823, -0.019809486344456673, -0.1796559989452362, 0.5381659865379333, 0.20945300161838531, -1.2060189247131348, -1.269609808921814, -1.0271466970443726, 0.4406432807445526, 0.1892635077238083, -0.1221206933259964, -0.9267000555992126, 0.09162978827953339, -0.00045378561480902135, 0.14386749267578125, -0.2920120060443878, -0.37615901231765747, 0.1197429969906807, 1.4755313396453857, -1.3283473253250122, 1.1825159788131714, 1001.0, 1002.0, -0.01799231581389904, -0.1722983866930008, -0.8355869054794312, 1.910448670387268, -1.0668995380401611, 0.005810332018882036], "mean": [0.15275226533412933, 0.19966503977775574, 0.062321990728378296, -1.8088775873184204, -0.21048107743263245, 0.03683723881840706, -0.05248097702860832, -0.26015588641166687, 0.39414045214653015, 0.18192148208618164, -1.3480380773544312, -1.3260678052902222, -1.1605077981948853, 0.10294246673583984, 0.041136957705020905, -0.1692170351743698, -1.4321308135986328, 0.06910402327775955, -0.0433945469558239, 0.08928300440311432, -0.3066588044166565, -0.46190372109413147, 0.10440585017204285, 1.3911808729171753, -1.413973331451416, 1.0847190618515015, 727.9628295898438, 625.8209228515625, -0.018061114475131035, -0.17277126014232635, -0.8365987539291382, 1.9102329015731812, -1.067809820175171, 0.0005536882090382278], "std": [0.211333766579628, 0.07386885583400726, 0.0673205703496933, 0.12752066552639008, 0.08324295282363892, 0.0866929218173027, 0.04826296865940094, 0.03898734971880913, 0.052869558334350586, 0.03952191025018692, 0.10674650967121124, 0.029005665332078934, 0.05370832234621048, 0.1661795824766159, 0.07679913938045502, 0.040183790028095245, 0.22934149205684662, 0.024097532033920288, 0.023228006437420845, 0.062023114413022995, 0.013973316177725792, 0.04786470904946327, 0.010058349929749966, 0.06925183534622192, 0.04063224047422409, 0.01971118338406086, 431.9227294921875, 472.0534362792969, 3.8587631934206e-06, 0.00011186479241587222, 0.00024237437173724174, 0.0001828255335567519, 0.00026291856192983687, 0.0007397499866783619], "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": [127], "max": [127], "mean": [127.0], "std": [0.0], "count": [888]}, "index": {"min": [108229], "max": [109116], "mean": [108672.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7635135135135135, 0.6246655408019276], "std": [0.42492426171703107, 0.4711371090011978], "count": [888]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7635135135135135, 0.6246655408019276], "std": [0.424924261717031, 0.4711371090011978], "count": [888]}, "eef_direction_state": {"mean": [5.16554054054054, 5.114864864864865], "std": [1.9103397947065262, 2.036901623785947], "min": [0, 0], "max": [6, 6], "count": [888]}, "eef_velocity_state": {"mean": [0.23986486486486486, 0.17567567567567569], "std": [0.5472173504059812, 0.40906754353540004], "min": [0, 0], "max": [2, 2], "count": [888]}, "eef_acc_mag_state": {"mean": [0.38963963963963966, 0.34234234234234234], "std": [0.7159576563148884, 0.6777745179749137], "min": [0, 0], "max": [2, 2], "count": [888]}, "eef_direction_action": {"mean": [5.16554054054054, 5.114864864864865], "std": [1.9103397947065262, 2.036901623785947], "min": [0, 0], "max": [6, 6], "count": [888]}, "eef_velocity_action": {"mean": [0.23986486486486486, 0.17567567567567569], "std": [0.5472173504059812, 0.40906754353540004], "min": [0, 0], "max": [2, 2], "count": [888]}, "eef_acc_mag_action": {"mean": [0.38963963963963966, 0.34234234234234234], "std": [0.7159576563148884, 0.6777745179749137], "min": [0, 0], "max": [2, 2], "count": [888]}, "eef_sim_pose_state": {"mean": [0.4120950456325253, 0.24926938652895234, 1.1782475419382088, -0.0317391514994267, 0.011693052729450697, 1.4051900142426483, 0.48191912110517027, -0.18265339075659798, 1.1353804704205246, 0.000203922497364049, 0.016821228592954783, -1.3087894730289014], "std": [0.054389256960417624, 0.030947269601793503, 0.035719946738888154, 0.03349525718194275, 0.047245420384569574, 0.08721653122074992, 0.04749192602292445, 0.01336669828614002, 0.009275731741994697, 0.04183195159669671, 0.03697785629263213, 0.04508236120966942], "min": [0.36948372132150487, 0.1707699371383183, 1.156786424324927, -0.12120949283721016, -0.11436666755562475, 1.2043325087843417, 0.39636678533558267, -0.19193900832381078, 1.1140266178148834, -0.09021663783371492, -0.06757926286358917, -1.421545505945626], "max": [0.5592387438025471, 0.27774318818983373, 1.2537955957626157, 0.02600486946509306, 0.0880727080608148, 1.5275555701528358, 0.5698795679197693, -0.15270801908451334, 1.1451939641538322, 0.047929519348718364, 0.058216832371962735, -1.2675954457297256], "count": [888]}, "eef_sim_pose_action": {"mean": [0.4121399453842876, 0.24926225562339302, 1.1782567808498854, -0.031690633288859474, 0.011692860625660034, 1.4052744505258374, 0.4820108114207135, -0.1826563992281754, 1.1353750992989662, 0.00016995477537918948, 0.016922653243808067, -1.3087537004387992], "std": [0.054382103719455184, 0.03094448097454814, 0.03571546528221211, 0.03354692349020769, 0.047245335522138714, 0.08729217143650275, 0.04740521467069544, 0.013368359601489842, 0.009271833701126261, 0.04180549335683194, 0.036869739159261256, 0.045098495252525655], "min": [0.36948372132150487, 0.1707699371383183, 1.156786424324927, -0.12120949283721016, -0.11436666755562475, 1.2043325087843417, 0.39636678533558267, -0.19193900832381078, 1.1140266178148834, -0.09021663783371492, -0.06757926286358917, -1.421545505945626], "max": [0.5592387438025471, 0.27774318818983373, 1.2537955957626157, 0.02600486946509306, 0.0880727080608148, 1.5275555701528358, 0.5698795679197693, -0.15270801908451334, 1.1451939641538322, 0.047929519348718364, 0.058216832371962735, -1.2675954457297256], "count": [888]}, "gripper_mode_state": {"mean": [0.23648648648648649, 0.375], "std": [0.42492426171703074, 0.4841229182759271], "min": [0, 0], "max": [1, 1], "count": [888]}, "gripper_activity_state": {"mean": [1.989864864864865, 1.9087837837837838], "std": [0.12957303318084537, 0.37610420985941234], "min": [0, 0], "max": [2, 2], "count": [888]}, "gripper_mode_action": {"mean": [0.23648648648648649, 0.375], "std": [0.4249242617170307, 0.4841229182759271], "min": [0, 0], "max": [1, 1], "count": [888]}, "gripper_activity_action": {"mean": [1.989864864864865, 1.9087837837837838], "std": [0.12957303318084537, 0.37610420985941234], "min": [0, 0], "max": [2, 2], "count": [888]}}} +{"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.46703289021401245]], [[0.4592732594053882]], [[0.4497653036824486]]], "std": [[[0.15613813318531908]], [[0.1584704053897456]], [[0.16271346308443932]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45838733211780647]], [[0.4518165936852383]], [[0.4454789537003826]]], "std": [[[0.14556989681366753]], [[0.14642615266609135]], [[0.15047681296426701]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4741334862705245]], [[0.4740786978917583]], [[0.464860647816037]]], "std": [[[0.16647052718538843]], [[0.16375758158660889]], [[0.17112596814289419]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4945183537083533]], [[0.48424200691455443]], [[0.4698326595628089]]], "std": [[[0.15650302628165363]], [[0.14560827385251254]], [[0.15342187312074188]]], "count": [164]}, "observation.state": {"min": [-0.41318923234939575, 0.008045967668294907, -0.07740534842014313, -2.042698383331299, -0.40489891171455383, -0.020839231088757515, -0.169925257563591, -0.2832440137863159, 0.3490760028362274, 0.07773199677467346, -1.5890932083129883, -1.4621750116348267, -1.3342180252075195, -0.17332863807678223, -0.09468411654233932, -0.26342254877090454, -1.7714568376541138, -0.01679006777703762, -0.12948597967624664, -0.02626720443367958, -0.3320940136909485, -0.5511980056762695, 0.07931999862194061, 1.2483097314834595, -1.4744694232940674, 0.9747017025947571, 0.0, 0.0, -0.018063751980662346, -0.1733943372964859, -0.837204098701477, 1.9102346897125244, -1.069733738899231, -0.0018272976158186793], "max": [0.3225543200969696, 0.27033406496047974, 0.23668409883975983, -1.4531786441802979, -0.01679006777703762, 0.20483183860778809, -0.01984439231455326, -0.1677580028772354, 0.5369189977645874, 0.23093000054359436, -1.2310105562210083, -1.259965181350708, -1.0604608058929443, 0.43221333622932434, 0.18931587040424347, -0.11461576819419861, -0.9616066217422485, 0.10115928202867508, 0.10492919385433197, 0.1586853414773941, -0.2889989912509918, -0.3760649859905243, 0.11941300332546234, 1.4803253412246704, -1.3247710466384888, 1.1275070905685425, 1001.0, 1002.0, -0.018033673986792564, -0.17283602058887482, -0.8354997634887695, 1.9104225635528564, -1.065325140953064, 0.0035805541556328535], "mean": [0.15564748644828796, 0.20151419937610626, 0.05726936087012291, -1.8121708631515503, -0.2232302874326706, 0.032077059149742126, -0.05363788828253746, -0.2585933208465576, 0.393059641122818, 0.18425731360912323, -1.3475793600082397, -1.329681634902954, -1.1731865406036377, 0.05862365663051605, 0.07698126882314682, -0.18165186047554016, -1.499940037727356, 0.06470602750778198, -0.015369972214102745, 0.08961087465286255, -0.3037937581539154, -0.44846850633621216, 0.10869677364826202, 1.409783124923706, -1.4044313430786133, 1.0432887077331543, 732.2015380859375, 628.4910888671875, -0.018056081607937813, -0.17307400703430176, -0.8366506695747375, 1.910294771194458, -1.0678222179412842, 0.0005045737489126623], "std": [0.21144463121891022, 0.07008544355630875, 0.0751972422003746, 0.1133451908826828, 0.07640556246042252, 0.08156168460845947, 0.048233773559331894, 0.041335221379995346, 0.05156160518527031, 0.04205988347530365, 0.10297875106334686, 0.04203327000141144, 0.04137887805700302, 0.1668933928012848, 0.08229797333478928, 0.04060443490743637, 0.2201339304447174, 0.04192403331398964, 0.04419778659939766, 0.06976187974214554, 0.01193784736096859, 0.048867739737033844, 0.013816794380545616, 0.06701543927192688, 0.04563114419579506, 0.028760608285665512, 429.6062927246094, 471.4019775390625, 1.4013062354933936e-06, 8.40678476379253e-05, 0.00019134176545776427, 4.890179116046056e-05, 0.00041915636393241584, 0.0005343775846995413], "count": [898]}, "action": {"min": [-0.41318923234939575, 0.008045967668294907, -0.07740534842014313, -2.042698383331299, -0.40489891171455383, -0.020839231088757515, -0.169925257563591, -0.2832440137863159, 0.3490760028362274, 0.07773199677467346, -1.5890932083129883, -1.4621750116348267, -1.3342180252075195, -0.17332863807678223, -0.09468411654233932, -0.263230562210083, -1.7714568376541138, -0.01679006777703762, -0.12948597967624664, -0.02626720443367958, -0.3320940136909485, -0.5511980056762695, 0.07931999862194061, 1.2483097314834595, -1.4744694232940674, 0.9747017025947571, 0.0, 0.0, -0.018063751980662346, -0.1733943372964859, -0.837204098701477, 1.9102346897125244, -1.069733738899231, -0.0018272976158186793], "max": [0.3225543200969696, 0.27033406496047974, 0.23668409883975983, -1.4531786441802979, -0.01679006777703762, 0.20483183860778809, -0.01984439231455326, -0.1677580028772354, 0.5369189977645874, 0.23093000054359436, -1.2310105562210083, -1.259965181350708, -1.0604608058929443, 0.43221333622932434, 0.1892635077238083, -0.11461576819419861, -0.9616066217422485, 0.10115928202867508, 0.10492919385433197, 0.1586853414773941, -0.2889989912509918, -0.3760649859905243, 0.11941300332546234, 1.4803253412246704, -1.3247710466384888, 1.1275070905685425, 1001.0, 1002.0, -0.018033673986792564, -0.17283602058887482, -0.8354997634887695, 1.9104225635528564, -1.065325140953064, 0.0035805541556328535], "mean": [0.1555560976266861, 0.20141270756721497, 0.057137295603752136, -1.8121143579483032, -0.2231229692697525, 0.032190002501010895, -0.05372348427772522, -0.25859034061431885, 0.39308616518974304, 0.18428915739059448, -1.3475054502487183, -1.3296186923980713, -1.173158884048462, 0.0588558129966259, 0.07688266783952713, -0.1815451830625534, -1.499695062637329, 0.06474408507347107, -0.015284108929336071, 0.08980723470449448, -0.3038029372692108, -0.4485437572002411, 0.10870780050754547, 1.4097312688827515, -1.4045535326004028, 1.043247103691101, 732.2015380859375, 628.4910888671875, -0.018056081607937813, -0.17307427525520325, -0.8366506695747375, 1.9102948904037476, -1.0678225755691528, 0.0005048834718763828], "std": [0.21141494810581207, 0.0700942650437355, 0.07532782852649689, 0.11333927512168884, 0.0764300748705864, 0.08155853301286697, 0.04824189096689224, 0.04133355990052223, 0.051554124802351, 0.04208400472998619, 0.10303850471973419, 0.042091500014066696, 0.04137947037816048, 0.16671593487262726, 0.08221615105867386, 0.04051509499549866, 0.21995539963245392, 0.04194058105349541, 0.04417865723371506, 0.06968393921852112, 0.011932052671909332, 0.04880819469690323, 0.013821281492710114, 0.06698231399059296, 0.04557926952838898, 0.028755901381373405, 429.6063537597656, 471.4019775390625, 1.4013062354933936e-06, 8.427902503171936e-05, 0.00019136184710077941, 4.903526496491395e-05, 0.0004192046180833131, 0.0005343830562196672], "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": [128], "max": [128], "mean": [128.0], "std": [0.0], "count": [898]}, "index": {"min": [109117], "max": [110014], "mean": [109565.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7683741648106904, 0.6273329618048827], "std": [0.42187119795284034, 0.470487234314971], "count": [898]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7683741648106904, 0.6273329618048827], "std": [0.4218711979528403, 0.470487234314971], "count": [898]}, "eef_direction_state": {"mean": [5.05011135857461, 5.055679287305122], "std": [2.032789395638466, 2.0735947385892617], "min": [0, 0], "max": [6, 6], "count": [898]}, "eef_velocity_state": {"mean": [0.2739420935412027, 0.19487750556792874], "std": [0.5785804040511262, 0.43624286329362416], "min": [0, 0], "max": [2, 2], "count": [898]}, "eef_acc_mag_state": {"mean": [0.410913140311804, 0.40200445434298443], "std": [0.727577249455568, 0.7218174845826394], "min": [0, 0], "max": [2, 2], "count": [898]}, "eef_direction_action": {"mean": [5.05011135857461, 5.055679287305122], "std": [2.032789395638466, 2.0735947385892617], "min": [0, 0], "max": [6, 6], "count": [898]}, "eef_velocity_action": {"mean": [0.2739420935412027, 0.19487750556792874], "std": [0.5785804040511262, 0.4362428632936241], "min": [0, 0], "max": [2, 2], "count": [898]}, "eef_acc_mag_action": {"mean": [0.410913140311804, 0.40200445434298443], "std": [0.727577249455568, 0.7218174845826394], "min": [0, 0], "max": [2, 2], "count": [898]}, "eef_sim_pose_state": {"mean": [0.4111770622271183, 0.25132994104828876, 1.178950306846505, -0.03952372833877791, 0.02005601450967472, 1.406157402633373, 0.46909494191291795, -0.18873446231976362, 1.1398277419640945, -0.013495666393898797, -0.01389567490169478, -1.2926324163278906], "std": [0.053493891184276214, 0.03350370465123931, 0.03675479644582667, 0.04671382376352932, 0.03912058367209716, 0.08675619050289521, 0.04834252537342883, 0.018226901071455446, 0.007659694576518126, 0.05136288135428287, 0.029485555725156723, 0.044370706589083424], "min": [0.3676964955259267, 0.16257461316060678, 1.1565729179866155, -0.15679151446968365, -0.08654585163666506, 1.1829618037573528, 0.3963101170518593, -0.2033991125227179, 1.121508767598225, -0.12642706002510407, -0.0676174713113411, -1.404796861534593], "max": [0.558324232680897, 0.28576000472896873, 1.2626593686279577, 0.027738651428185213, 0.16506387588317017, 1.515368802167068, 0.5693685937387422, -0.1491880203892572, 1.1530048060503508, 0.07967843404428665, 0.048677043374395046, -1.2481451545447297], "count": [898]}, "eef_sim_pose_action": {"mean": [0.41120282127579266, 0.25135317003901564, 1.1789590806277792, -0.039473293741781025, 0.02001843084151235, 1.4062334965501735, 0.4691716713536582, -0.18875094582533963, 1.1398265627297037, -0.013565960263434105, -0.013823841520354575, -1.2925793997073878], "std": [0.05348612137751349, 0.03352008452711221, 0.03675045651943044, 0.04676179091325732, 0.03912463449802105, 0.08682100286756154, 0.048281603689059156, 0.01823333436866276, 0.007659062596966044, 0.05132208407700675, 0.02943334058377584, 0.04438616021265949], "min": [0.3676964955259267, 0.16257461316060678, 1.1565729179866155, -0.15679151446968365, -0.08654585163666506, 1.1829618037573528, 0.3963101170518593, -0.2033991125227179, 1.121508767598225, -0.12642706002510407, -0.0676174713113411, -1.404796861534593], "max": [0.558324232680897, 0.28576000472896873, 1.2626593686279577, 0.027738651428185213, 0.16506387588317017, 1.515368802167068, 0.5693685937387422, -0.1491880203892572, 1.1530048060503508, 0.07967843404428665, 0.048677043374395046, -1.2481451545447297], "count": [898]}, "gripper_mode_state": {"mean": [0.23162583518930957, 0.36971046770601335], "std": [0.42187119795284034, 0.48272625552647425], "min": [0, 0], "max": [1, 1], "count": [898]}, "gripper_activity_state": {"mean": [1.989977728285078, 1.9053452115812917], "std": [0.12885394934269148, 0.3818754898362171], "min": [0, 0], "max": [2, 2], "count": [898]}, "gripper_mode_action": {"mean": [0.23162583518930957, 0.36971046770601335], "std": [0.4218711979528403, 0.48272625552647425], "min": [0, 0], "max": [1, 1], "count": [898]}, "gripper_activity_action": {"mean": [1.989977728285078, 1.9053452115812917], "std": [0.12885394934269148, 0.3818754898362171], "min": [0, 0], "max": [2, 2], "count": [898]}}} +{"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.47427123402439536]], [[0.4653503666063028]], [[0.45392970864035637]]], "std": [[[0.1548630744429478]], [[0.1568381353493182]], [[0.16192499196821974]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4575596925606761]], [[0.45272931887723245]], [[0.4456663479351401]]], "std": [[[0.1451757822755064]], [[0.1465619417168142]], [[0.15068398041539788]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4664616312289247]], [[0.4696813192102744]], [[0.4609099759064985]]], "std": [[[0.16061336025980558]], [[0.15870207911385645]], [[0.16631042837248708]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49781037945963946]], [[0.48487266870654844]], [[0.4709546880854253]]], "std": [[[0.15996620849307489]], [[0.14736432809280478]], [[0.15486679705972323]]], "count": [157]}, "observation.state": {"min": [-0.41437608003616333, 0.019408060237765312, -0.08977973461151123, -2.0760865211486816, -0.44535568356513977, -0.13254030048847198, -0.23689353466033936, -0.2835249900817871, 0.324535995721817, 0.08166699856519699, -1.6148432493209839, -1.4990870952606201, -1.3662316799163818, -0.17378242313861847, -0.06571164727210999, -0.263265460729599, -1.7714743614196777, -0.034522611647844315, -0.1272868663072586, -0.02626720443367958, -0.33992698788642883, -0.5564159750938416, 0.08637300133705139, 1.295519471168518, -1.4331427812576294, 0.9623765349388123, 0.0, 0.0, -0.01806563138961792, -0.17391695082187653, -0.8374077081680298, 1.9101594686508179, -1.0706061124801636, -0.0007166803698055446], "max": [0.4046196937561035, 0.3622954487800598, 0.2419724464416504, -1.4434223175048828, -0.006457718089222908, 0.25679031014442444, -0.019774580374360085, -0.17214499413967133, 0.5383809804916382, 0.21853500604629517, -1.2971378564834595, -1.2027347087860107, -0.9810488820075989, 0.4626518785953522, 0.18935076892375946, -0.12922418117523193, -0.8926312327384949, 0.0659734457731247, 0.06815510988235474, 0.12868313491344452, -0.29192298650741577, -0.3760800063610077, 0.10977300256490707, 1.4763309955596924, -1.3291609287261963, 1.0694514513015747, 1001.0, 1002.0, -0.018048712983727455, -0.17311236262321472, -0.8351947069168091, 1.9104154109954834, -1.0653132200241089, 0.0025117036420851946], "mean": [0.15704189240932465, 0.2139407992362976, 0.0612843818962574, -1.825243353843689, -0.21944420039653778, 0.03500852733850479, -0.07705207169055939, -0.2535058557987213, 0.391377329826355, 0.18138617277145386, -1.3834739923477173, -1.3318049907684326, -1.145759105682373, 0.017130495980381966, 0.07838399708271027, -0.19623439013957977, -1.5544675588607788, 0.015278054401278496, 0.017126869410276413, 0.07983596622943878, -0.303727924823761, -0.4354148805141449, 0.10334552824497223, 1.4188495874404907, -1.3810895681381226, 0.9938840270042419, 725.2346801757812, 677.5130004882812, -0.01805618591606617, -0.17355191707611084, -0.836581826210022, 1.9103425741195679, -1.0678389072418213, 0.0005585558828897774], "std": [0.22838987410068512, 0.06643801927566528, 0.08658187836408615, 0.1314096450805664, 0.10326772183179855, 0.10223197191953659, 0.06928692013025284, 0.041111502796411514, 0.05568789318203926, 0.042708948254585266, 0.11304965615272522, 0.06239916384220123, 0.08382470160722733, 0.17459696531295776, 0.06951706111431122, 0.033379435539245605, 0.243560791015625, 0.024606892839074135, 0.06227109208703041, 0.05092976987361908, 0.013641326688230038, 0.050101302564144135, 0.007030032575130463, 0.0485072024166584, 0.025011219084262848, 0.03861481323838234, 432.0765686035156, 454.39239501953125, 7.251235842886672e-07, 0.00011937232920899987, 0.0003344776341691613, 5.693919229088351e-05, 0.0005708294920623302, 0.0003792021016124636], "count": [848]}, "action": {"min": [-0.41437608003616333, 0.019408060237765312, -0.08977973461151123, -2.0760865211486816, -0.44535568356513977, -0.13254030048847198, -0.23689353466033936, -0.2835249900817871, 0.324535995721817, 0.08166699856519699, -1.6148432493209839, -1.4990870952606201, -1.3662316799163818, -0.17378242313861847, -0.06571164727210999, -0.2632130980491638, -1.7714743614196777, -0.034522611647844315, -0.1272868663072586, -0.02626720443367958, -0.33992698788642883, -0.5564159750938416, 0.08637300133705139, 1.295519471168518, -1.4331427812576294, 0.9623765349388123, 0.0, 0.0, -0.01806563138961792, -0.17391695082187653, -0.8374077081680298, 1.9101594686508179, -1.0706061124801636, -0.0007166803698055446], "max": [0.4046196937561035, 0.3622954487800598, 0.2419724464416504, -1.4434223175048828, -0.006457718089222908, 0.25679031014442444, -0.019774580374360085, -0.17214499413967133, 0.5383809804916382, 0.21853500604629517, -1.2971378564834595, -1.2027347087860107, -0.9810488820075989, 0.4626518785953522, 0.18935076892375946, -0.12922418117523193, -0.8926312327384949, 0.0659734457731247, 0.06815510988235474, 0.12868313491344452, -0.29192298650741577, -0.3760800063610077, 0.10977300256490707, 1.4763309955596924, -1.3291609287261963, 1.0694514513015747, 1001.0, 1002.0, -0.018048712983727455, -0.17311236262321472, -0.8351947069168091, 1.9104154109954834, -1.0653132200241089, 0.0025117036420851946], "mean": [0.15697185695171356, 0.21388590335845947, 0.06119313836097717, -1.8252266645431519, -0.21923068165779114, 0.03508784621953964, -0.07716761529445648, -0.2534923255443573, 0.3913978338241577, 0.18140380084514618, -1.3835538625717163, -1.3316693305969238, -1.1456087827682495, 0.01729065179824829, 0.07826410979032516, -0.1961475908756256, -1.5543217658996582, 0.015209888108074665, 0.017279503867030144, 0.0800010934472084, -0.3037349283695221, -0.43546804785728455, 0.10334222763776779, 1.4187982082366943, -1.3811620473861694, 0.9937649965286255, 725.2346801757812, 677.5130004882812, -0.01805618591606617, -0.17355182766914368, -0.8365821242332458, 1.9103425741195679, -1.0678389072418213, 0.0005589465727098286], "std": [0.22836585342884064, 0.06643486022949219, 0.08664274960756302, 0.1314074695110321, 0.10338326543569565, 0.10221480578184128, 0.06927293539047241, 0.04110361635684967, 0.05568202584981918, 0.04272047430276871, 0.11301252990961075, 0.06255187839269638, 0.08386916667222977, 0.17448391020298004, 0.06941307336091995, 0.03330058231949806, 0.2434680163860321, 0.024546725675463676, 0.06223118677735329, 0.05081281438469887, 0.013636879622936249, 0.05006217956542969, 0.007027835585176945, 0.04846956580877304, 0.024951880797743797, 0.0385480672121048, 432.0765686035156, 454.39239501953125, 7.251235842886672e-07, 0.00011934588837902993, 0.00033454387448728085, 5.694550054613501e-05, 0.0005708763492293656, 0.00037907686783000827], "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": [129], "max": [129], "mean": [129.0], "std": [0.0], "count": [848]}, "index": {"min": [110015], "max": [110862], "mean": [110438.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7641509433962265, 0.6762582548182318], "std": [0.4245283018867924, 0.45349475063952466], "count": [848]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7641509433962265, 0.6762582548182318], "std": [0.4245283018867924, 0.45349475063952466], "count": [848]}, "eef_direction_state": {"mean": [4.759433962264151, 5.066037735849057], "std": [2.2331456070401674, 2.1074614431645333], "min": [0, 0], "max": [6, 6], "count": [848]}, "eef_velocity_state": {"mean": [0.3290094339622642, 0.19339622641509435], "std": [0.5880154983723586, 0.45851871176906867], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_acc_mag_state": {"mean": [0.5153301886792453, 0.36674528301886794], "std": [0.7799073992165971, 0.6961333715376021], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_direction_action": {"mean": [4.759433962264151, 5.066037735849057], "std": [2.233145607040168, 2.1074614431645333], "min": [0, 0], "max": [6, 6], "count": [848]}, "eef_velocity_action": {"mean": [0.3290094339622642, 0.19339622641509435], "std": [0.5880154983723586, 0.45851871176906867], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_acc_mag_action": {"mean": [0.5153301886792453, 0.36674528301886794], "std": [0.7799073992165971, 0.6961333715376021], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_sim_pose_state": {"mean": [0.41032352590140797, 0.25175509698454107, 1.183529527205532, -0.04379981538798869, -0.0017061676352954083, 1.3759528222156676, 0.45607463047164415, -0.18377749039341654, 1.1427260307753102, -0.03819567371316634, -0.05513493731036142, -1.2861761451771674], "std": [0.057440346084182504, 0.033954597854979604, 0.037993889799744864, 0.05061160677761559, 0.0689495042516946, 0.10382779436608015, 0.049502794667599236, 0.009732003400766442, 0.011247037459394123, 0.040654854669972755, 0.020205312168906742, 0.03335464700492955], "min": [0.3469770700252298, 0.16632372154158861, 1.156560349559021, -0.24620463564273498, -0.15666044934272993, 1.1273930881029446, 0.3963066984789361, -0.18975945020776597, 1.1122505919773982, -0.09530392808722321, -0.06801659692583972, -1.3708401356760693], "max": [0.5595520906207637, 0.28784194777477257, 1.2628121452245662, 0.003916093073158988, 0.1301120619601892, 1.4479824433453676, 0.5750256648123919, -0.16023883093104005, 1.1501824034841588, 0.04811621299491853, 0.002658821589600624, -1.2411000424811247], "count": [848]}, "eef_sim_pose_action": {"mean": [0.4103440812348308, 0.2517732542991436, 1.1835455505854573, -0.043777940177037525, -0.0018928379616812829, 1.3759486796732545, 0.4561291884171721, -0.18377859480472758, 1.1427321820629441, -0.03831107899277617, -0.055132796435332164, -1.286128449293208], "std": [0.05743386441071006, 0.033965535101616304, 0.03798549354143249, 0.05062688667564158, 0.06907024062483236, 0.10382507260308983, 0.04946238338539953, 0.009732590936292276, 0.011249423909262651, 0.04054906081118567, 0.02020410842967477, 0.03335857561797819], "min": [0.3469770700252298, 0.16632372154158861, 1.156560349559021, -0.24620463564273498, -0.15666044934272993, 1.1273930881029446, 0.3963066984789361, -0.18975945020776597, 1.1122505919773982, -0.09530392808722321, -0.06801659692583972, -1.3708401356760693], "max": [0.5595520906207637, 0.28784194777477257, 1.2628121452245662, 0.003916093073158988, 0.1301120619601892, 1.4479824433453676, 0.5750256648123919, -0.16023883093104005, 1.1501824034841588, 0.04811621299491853, 0.002658821589600624, -1.2411000424811247], "count": [848]}, "gripper_mode_state": {"mean": [0.2358490566037736, 0.3242924528301887], "std": [0.4245283018867924, 0.4681098779854633], "min": [0, 0], "max": [1, 1], "count": [848]}, "gripper_activity_state": {"mean": [1.9893867924528301, 1.9021226415094339], "std": [0.13257465470761645, 0.3868050360355435], "min": [0, 0], "max": [2, 2], "count": [848]}, "gripper_mode_action": {"mean": [0.2358490566037736, 0.3242924528301887], "std": [0.4245283018867924, 0.4681098779854633], "min": [0, 0], "max": [1, 1], "count": [848]}, "gripper_activity_action": {"mean": [1.9893867924528301, 1.9021226415094339], "std": [0.13257465470761645, 0.38680503603554356], "min": [0, 0], "max": [2, 2], "count": [848]}}} +{"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.47350147408195736]], [[0.46493550992217064]], [[0.4551627819164947]]], "std": [[[0.1535936598347802]], [[0.15632214768787156]], [[0.1608926233579823]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46173447981166155]], [[0.4569438101995184]], [[0.4499419437457]]], "std": [[[0.14539131606960226]], [[0.14682742212474123]], [[0.15111001079060732]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4709997997828517]], [[0.47018538495442036]], [[0.4599141081871345]]], "std": [[[0.16450653792885783]], [[0.16182962400945258]], [[0.1692382084924745]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5001592559447025]], [[0.4893827883126935]], [[0.476612910377967]]], "std": [[[0.15491635685251406]], [[0.14537257267014222]], [[0.1543410646639396]]], "count": [152]}, "observation.state": {"min": [-0.44371506571769714, 0.04187044873833656, -0.19406317174434662, -2.173598289489746, -0.4870515763759613, -0.036826446652412415, -0.27546530961990356, -0.28377899527549744, 0.30526599287986755, 0.08177299797534943, -1.6525214910507202, -1.495107650756836, -1.2369495630264282, -0.17467255890369415, -0.07070329040288925, -0.26258477568626404, -1.7714743614196777, -0.002914699725806713, -0.13185961544513702, -0.0262148454785347, -0.33666300773620605, -0.5533639788627625, 0.08511500060558319, 1.2833075523376465, -1.4379372596740723, 0.9603595733642578, 0.0, 0.0, -0.01805999130010605, -0.17380979657173157, -0.8377904295921326, 1.9103741645812988, -1.068156123161316, -0.00011485871073091403], "max": [0.49905943870544434, 0.5018694400787354, 0.2677858769893646, -1.4723074436187744, 0.01696459949016571, 0.3694687485694885, -0.019809486344456673, -0.16839399933815002, 0.5393459796905518, 0.23689499497413635, -1.240264892578125, -1.2774745225906372, -0.8362777829170227, 0.4467170238494873, 0.18929840624332428, -0.12161453813314438, -0.9178686738014221, 0.09894271939992905, 0.06801547855138779, 0.13749703764915466, -0.2917889952659607, -0.3761630058288574, 0.11916200071573257, 1.4755313396453857, -1.3291609287261963, 1.143882393836975, 1001.0, 1002.0, -0.018052471801638603, -0.17329470813274384, -0.835465669631958, 1.9104034900665283, -1.0672798156738281, 0.0013915939489379525], "mean": [0.16944445669651031, 0.22901001572608948, 0.05485489219427109, -1.8483703136444092, -0.21742264926433563, 0.07714812457561493, -0.07466897368431091, -0.2545081079006195, 0.3871481418609619, 0.18577095866203308, -1.3596926927566528, -1.3305587768554688, -1.1111456155776978, 0.03283921256661415, 0.0553768090903759, -0.16907283663749695, -1.5093493461608887, 0.06854968518018723, -0.052020635455846786, 0.07416185736656189, -0.30503249168395996, -0.44224876165390015, 0.10956429690122604, 1.3941105604171753, -1.3958684206008911, 1.1016372442245483, 712.2376708984375, 649.9556884765625, -0.018056228756904602, -0.17353922128677368, -0.8366920948028564, 1.9103952646255493, -1.0678026676177979, 0.0005935968365520239], "std": [0.22340501844882965, 0.08003368228673935, 0.09477398544549942, 0.12588413059711456, 0.10403469204902649, 0.14184346795082092, 0.07494939863681793, 0.04357816278934479, 0.05187913402915001, 0.0395333431661129, 0.11705014109611511, 0.03875143453478813, 0.11738395690917969, 0.16878680884838104, 0.07501378655433655, 0.04787203297019005, 0.22799868881702423, 0.033913202583789825, 0.02947835624217987, 0.05236031487584114, 0.012725232169032097, 0.0485391728579998, 0.011835522949695587, 0.052877288311719894, 0.033877938985824585, 0.044549718499183655, 438.3504333496094, 463.7134704589844, 5.077668561170867e-07, 4.2602212488418445e-05, 0.0003424117749091238, 9.570415386406239e-06, 0.00017928362649399787, 0.00016998009232338518], "count": [812]}, "action": {"min": [-0.44371506571769714, 0.04187044873833656, -0.19406317174434662, -2.173598289489746, -0.4870515763759613, -0.036826446652412415, -0.27546530961990356, -0.28377899527549744, 0.30526599287986755, 0.08177299797534943, -1.6525214910507202, -1.495107650756836, -1.2369495630264282, -0.17467255890369415, -0.07070329040288925, -0.26258477568626404, -1.7714743614196777, -0.002914699725806713, -0.13185961544513702, -0.0262148454785347, -0.33666300773620605, -0.5533639788627625, 0.08511500060558319, 1.2833075523376465, -1.4379372596740723, 0.9603595733642578, 0.0, 0.0, -0.01805999130010605, -0.17380979657173157, -0.8377904295921326, 1.9103741645812988, -1.068156123161316, -0.00011485871073091403], "max": [0.49905943870544434, 0.5018694400787354, 0.2677858769893646, -1.4723074436187744, 0.01696459949016571, 0.3694687485694885, -0.019809486344456673, -0.16839399933815002, 0.5393459796905518, 0.23689499497413635, -1.240264892578125, -1.2774745225906372, -0.8362777829170227, 0.4467170238494873, 0.18929840624332428, -0.12161453813314438, -0.9178686738014221, 0.09894271939992905, 0.06801547855138779, 0.13749703764915466, -0.2917889952659607, -0.3761630058288574, 0.11916200071573257, 1.4755313396453857, -1.3291609287261963, 1.143882393836975, 1001.0, 1002.0, -0.018052471801638603, -0.17329470813274384, -0.835465669631958, 1.9104034900665283, -1.0672798156738281, 0.0013915939489379525], "mean": [0.16935615241527557, 0.22888995707035065, 0.05475573614239693, -1.8483937978744507, -0.21723949909210205, 0.0774003341794014, -0.07477769255638123, -0.25449293851852417, 0.3871721923351288, 0.18577861785888672, -1.3596289157867432, -1.3305294513702393, -1.1110014915466309, 0.03305138275027275, 0.05520133674144745, -0.1689215749502182, -1.50908625125885, 0.06858734786510468, -0.052004024386405945, 0.07433164864778519, -0.30504435300827026, -0.44232264161109924, 0.10957560688257217, 1.394005537033081, -1.3959755897521973, 1.1017292737960815, 712.2376708984375, 649.9556884765625, -0.0180562324821949, -0.17353922128677368, -0.8366922736167908, 1.9103952646255493, -1.067803144454956, 0.0005936623201705515], "std": [0.22338128089904785, 0.08008861541748047, 0.09482929855585098, 0.12588593363761902, 0.10410117357969284, 0.14185132086277008, 0.07493375986814499, 0.04357030615210533, 0.05187419056892395, 0.03953706845641136, 0.11709810048341751, 0.03876922279596329, 0.11736556142568588, 0.16863596439361572, 0.07486707717180252, 0.04777033254504204, 0.2278178334236145, 0.03392713516950607, 0.02947559766471386, 0.05225786566734314, 0.012717651203274727, 0.04848417639732361, 0.01184004545211792, 0.0528004914522171, 0.03380432724952698, 0.04455403611063957, 438.35040283203125, 463.7135009765625, 5.11268183345237e-07, 4.25887992605567e-05, 0.0003424527239985764, 9.56233634497039e-06, 0.00017964535800274462, 0.000169990467838943], "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": [130], "max": [130], "mean": [130.0], "std": [0.0], "count": [812]}, "index": {"min": [110863], "max": [111674], "mean": [111268.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7561576354679803, 0.6487635470630849], "std": [0.4293987258847597, 0.46280848660562235], "count": [812]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7561576354679803, 0.6487635470630849], "std": [0.4293987258847597, 0.46280848660562235], "count": [812]}, "eef_direction_state": {"mean": [4.809113300492611, 5.077586206896552], "std": [2.215988854422913, 2.091535859702271], "min": [0, 0], "max": [6, 6], "count": [812]}, "eef_velocity_state": {"mean": [0.35714285714285715, 0.19458128078817735], "std": [0.6606726787591836, 0.4538507350427592], "min": [0, 0], "max": [2, 2], "count": [812]}, "eef_acc_mag_state": {"mean": [0.47167487684729065, 0.3817733990147783], "std": [0.7594628985638071, 0.7085423932526775], "min": [0, 0], "max": [2, 2], "count": [812]}, "eef_direction_action": {"mean": [4.809113300492611, 5.077586206896552], "std": [2.215988854422913, 2.091535859702271], "min": [0, 0], "max": [6, 6], "count": [812]}, "eef_velocity_action": {"mean": [0.35714285714285715, 0.19458128078817735], "std": [0.6606726787591836, 0.4538507350427592], "min": [0, 0], "max": [2, 2], "count": [812]}, "eef_acc_mag_action": {"mean": [0.47167487684729065, 0.3817733990147783], "std": [0.7594628985638071, 0.7085423932526775], "min": [0, 0], "max": [2, 2], "count": [812]}, "eef_sim_pose_state": {"mean": [0.4060044030911194, 0.25541192259728424, 1.1869246959177513, -0.006250861259006916, -0.012507104763067729, 1.3814359110410408, 0.4619187829874268, -0.1863067900081296, 1.1353605423594473, 0.01442446895549365, 0.013172117084596162, -1.3214550645498868], "std": [0.054037977199113116, 0.03157287583326674, 0.04455329671840047, 0.029942095963080593, 0.07534990319944802, 0.11581763433963553, 0.048183924501848545, 0.012812550372514444, 0.008609827055032781, 0.042493328830735325, 0.04471635817594211, 0.022012387555844653], "min": [0.32362248463736115, 0.1678387375828844, 1.156792382047176, -0.06566125175656068, -0.16935584280467908, 1.0800011155114655, 0.3963721726774028, -0.1956784579941738, 1.1132577002565451, -0.09305120014240775, -0.06760962163055728, -1.3773905773009378], "max": [0.5615178625098382, 0.32017148787034316, 1.2745666381616692, 0.08342518515941355, 0.07839424986354171, 1.4665777851446067, 0.5717504373031135, -0.15976260638284956, 1.1515076180643753, 0.04946311075102705, 0.04969676101430487, -1.2367329640642357], "count": [812]}, "eef_sim_pose_action": {"mean": [0.40602863579112497, 0.2554169591668464, 1.1869539493927195, -0.0061278862740101105, -0.01259040826000071, 1.381455611714572, 0.4619918187329772, -0.18631517278267667, 1.1353504703148383, 0.014408823729374182, 0.013312695917007147, -1.3214756544751076], "std": [0.054032295041223866, 0.031574657291085995, 0.0445413153025153, 0.030099968270032758, 0.07533728131853064, 0.1158299616060264, 0.04812945662925451, 0.012816351078643486, 0.008603902155225805, 0.04248333096445967, 0.044641766133599214, 0.022004221159947542], "min": [0.32362248463736115, 0.1678387375828844, 1.156792382047176, -0.06566125175656068, -0.16935584280467908, 1.0800011155114655, 0.3963721726774028, -0.1956784579941738, 1.1132577002565451, -0.09305120014240775, -0.06760962163055728, -1.3773905773009378], "max": [0.5615178625098382, 0.32017148787034316, 1.2745666381616692, 0.08342518515941355, 0.07839424986354171, 1.4665777851446067, 0.5717504373031135, -0.15976260638284956, 1.1515076180643753, 0.04946311075102705, 0.04969676101430487, -1.2367329640642357], "count": [812]}, "gripper_mode_state": {"mean": [0.2438423645320197, 0.3497536945812808], "std": [0.4293987258847597, 0.47689207134112377], "min": [0, 0], "max": [1, 1], "count": [812]}, "gripper_activity_state": {"mean": [1.9889162561576355, 1.8879310344827587], "std": [0.13546238232947821, 0.4193616485661217], "min": [0, 0], "max": [2, 2], "count": [812]}, "gripper_mode_action": {"mean": [0.2438423645320197, 0.3497536945812808], "std": [0.4293987258847597, 0.47689207134112377], "min": [0, 0], "max": [1, 1], "count": [812]}, "gripper_activity_action": {"mean": [1.9889162561576355, 1.8879310344827587], "std": [0.1354623823294782, 0.4193616485661217], "min": [0, 0], "max": [2, 2], "count": [812]}}} +{"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.4726455960627764]], [[0.464604295086298]], [[0.4547532410668858]]], "std": [[[0.15148805789213457]], [[0.1545292296125831]], [[0.15934116631860618]]], "count": [167]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46093613997495203]], [[0.4561195011936911]], [[0.44944407630816796]]], "std": [[[0.1460742705978642]], [[0.1471421222202129]], [[0.15160838937259954]]], "count": [167]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47121620362216743]], [[0.47315820197839614]], [[0.464795843362295]]], "std": [[[0.16044055749240183]], [[0.15860752421493132]], [[0.16665131273629982]]], "count": [167]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49195187688348796]], [[0.4844145972760362]], [[0.4710653423545067]]], "std": [[[0.15523194440387678]], [[0.1476936653740848]], [[0.1563472839601392]]], "count": [167]}, "observation.state": {"min": [-0.4596324563026428, 0.11046189069747925, -0.15831881761550903, -2.141449213027954, -0.5086064338684082, -0.04541346803307533, -0.27433085441589355, -0.283394992351532, 0.31314700841903687, 0.09370899945497513, -1.6899611949920654, -1.5209190845489502, -1.273668885231018, -0.17755235731601715, -0.08100073039531708, -0.26258477568626404, -1.771404504776001, -0.0754505842924118, -0.13550736010074615, -0.026232298463582993, -0.3353419899940491, -0.5588650107383728, 0.07748199999332428, 1.2608717679977417, -1.404011607170105, 0.8471165895462036, 0.0, 0.0, -0.01807127147912979, -0.17385679483413696, -0.8371787071228027, 1.9101253747940063, -1.0703073740005493, -0.001475127530284226], "max": [0.4657760262489319, 0.5079606175422668, 0.2848551869392395, -1.427051067352295, -0.12880529463291168, 0.25616198778152466, -0.019809486344456673, -0.16722600162029266, 0.544215977191925, 0.23888200521469116, -1.2732888460159302, -1.2446099519729614, -0.8885098099708557, 0.46677085757255554, 0.18929840624332428, -0.1114392802119255, -0.8933991193771362, 0.06590363383293152, 0.1411622315645218, 0.1298525035381317, -0.29126399755477905, -0.37616801261901855, 0.12280000001192093, 1.4755313396453857, -1.290737271308899, 1.07109797000885, 1001.0, 1002.0, -0.018046831712126732, -0.17334923148155212, -0.8349403738975525, 1.91049063205719, -1.0648211240768433, 0.001897541806101799], "mean": [0.14528486132621765, 0.24751779437065125, 0.06164560467004776, -1.8221232891082764, -0.25576791167259216, 0.05001167953014374, -0.08844269812107086, -0.25178444385528564, 0.39295029640197754, 0.18730653822422028, -1.3858914375305176, -1.3486430644989014, -1.1226873397827148, 0.006626826245337725, 0.06415104120969772, -0.1769515424966812, -1.5652308464050293, -0.03075542114675045, 0.01838931255042553, 0.04552650824189186, -0.3024560213088989, -0.43480759859085083, 0.11058789491653442, 1.3982106447219849, -1.3184016942977905, 1.0045180320739746, 664.2880249023438, 696.7032470703125, -0.018056167289614677, -0.17355261743068695, -0.836724042892456, 1.9103928804397583, -1.0678434371948242, 0.0005600385484285653], "std": [0.24994976818561554, 0.07111381739377975, 0.10601893067359924, 0.14345461130142212, 0.07901937514543533, 0.1081017255783081, 0.0862634927034378, 0.046216852962970734, 0.058383528143167496, 0.039805345237255096, 0.13816934823989868, 0.0647566169500351, 0.10482445359230042, 0.1744871884584427, 0.07835502177476883, 0.04770737141370773, 0.23819126188755035, 0.04973345622420311, 0.06178717687726021, 0.03997021168470383, 0.013059765100479126, 0.04980411008000374, 0.014842087402939796, 0.05597078427672386, 0.031527794897556305, 0.04200439900159836, 460.2350769042969, 448.0372314453125, 9.48695344504813e-07, 5.397701170295477e-05, 0.00022918463218957186, 3.0048015105421655e-05, 0.0006048111245036125, 0.0004745628102682531], "count": [920]}, "action": {"min": [-0.4596324563026428, 0.11046189069747925, -0.15831881761550903, -2.141449213027954, -0.5086064338684082, -0.04541346803307533, -0.27433085441589355, -0.283394992351532, 0.31314700841903687, 0.09370899945497513, -1.6899611949920654, -1.5209190845489502, -1.273668885231018, -0.17755235731601715, -0.08100073039531708, -0.26258477568626404, -1.771404504776001, -0.0754505842924118, -0.13550736010074615, -0.026232298463582993, -0.3353419899940491, -0.5588650107383728, 0.07748199999332428, 1.2608717679977417, -1.404011607170105, 0.8471165895462036, 0.0, 0.0, -0.01807127147912979, -0.17385679483413696, -0.8371787071228027, 1.9101253747940063, -1.0703073740005493, -0.001475127530284226], "max": [0.4657760262489319, 0.5079606175422668, 0.2848551869392395, -1.427051067352295, -0.12880529463291168, 0.25616198778152466, -0.019809486344456673, -0.16722600162029266, 0.544215977191925, 0.23888200521469116, -1.2732888460159302, -1.2446099519729614, -0.8885098099708557, 0.46677085757255554, 0.18929840624332428, -0.1114392802119255, -0.8933991193771362, 0.06590363383293152, 0.1411622315645218, 0.1298525035381317, -0.29126399755477905, -0.37616801261901855, 0.12280000001192093, 1.4755313396453857, -1.290737271308899, 1.07109797000885, 1001.0, 1002.0, -0.018046831712126732, -0.17334923148155212, -0.8349403738975525, 1.91049063205719, -1.0648211240768433, 0.001897541806101799], "mean": [0.14523126184940338, 0.24747130274772644, 0.06150800362229347, -1.8220783472061157, -0.25569993257522583, 0.05008794367313385, -0.08856481313705444, -0.2517826557159424, 0.39296644926071167, 0.1873462051153183, -1.385869026184082, -1.348595380783081, -1.1226322650909424, 0.006773284636437893, 0.06401243805885315, -0.17682835459709167, -1.565089464187622, -0.03089240938425064, 0.018523016944527626, 0.045632004737854004, -0.3024623394012451, -0.4348616600036621, 0.11060157418251038, 1.3981257677078247, -1.3183612823486328, 1.0044323205947876, 664.2880249023438, 696.7032470703125, -0.018056167289614677, -0.1735527217388153, -0.8367239832878113, 1.9103928804397583, -1.0678430795669556, 0.0005599983269348741], "std": [0.249929279088974, 0.07113192975521088, 0.1061263233423233, 0.14345261454582214, 0.07904787361621857, 0.10807666182518005, 0.08624593913555145, 0.04621565714478493, 0.05837832763791084, 0.03983798623085022, 0.13818565011024475, 0.06479473412036896, 0.10480524599552155, 0.17439281940460205, 0.07824668288230896, 0.047632500529289246, 0.2381071150302887, 0.04964081943035126, 0.061742499470710754, 0.03990885242819786, 0.01305615995079279, 0.04976744204759598, 0.014847064390778542, 0.05591370910406113, 0.031537532806396484, 0.04196026176214218, 460.2350769042969, 448.0372314453125, 9.486954013482318e-07, 5.4040727263782173e-05, 0.00022915574663784355, 3.0052064175833948e-05, 0.0006048291106708348, 0.00047457002801820636], "count": [920]}, "timestamp": {"min": [0.0], "max": [30.633333333333333], "mean": [15.316666666666668], "std": [8.852698897950713], "count": [920]}, "frame_index": {"min": [0], "max": [919], "mean": [459.5], "std": [265.5809669385214], "count": [920]}, "episode_index": {"min": [131], "max": [131], "mean": [131.0], "std": [0.0], "count": [920]}, "index": {"min": [111675], "max": [112594], "mean": [112134.5], "std": [265.5809669385214], "count": [920]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [920]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7032608695652174, 0.6954163044554424], "std": [0.456820554379496, 0.44716451305571814], "count": [920]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7032608695652174, 0.6954163044554424], "std": [0.456820554379496, 0.44716451305571814], "count": [920]}, "eef_direction_state": {"mean": [4.980434782608696, 5.141304347826087], "std": [2.0677775892948955, 2.0193709833118967], "min": [0, 0], "max": [6, 6], "count": [920]}, "eef_velocity_state": {"mean": [0.3141304347826087, 0.18369565217391304], "std": [0.6169845184688574, 0.4471594341465988], "min": [0, 0], "max": [2, 2], "count": [920]}, "eef_acc_mag_state": {"mean": [0.47934782608695653, 0.35434782608695653], "std": [0.767270436349059, 0.6919432377257563], "min": [0, 0], "max": [2, 2], "count": [920]}, "eef_direction_action": {"mean": [4.980434782608696, 5.141304347826087], "std": [2.0677775892948955, 2.0193709833118967], "min": [0, 0], "max": [6, 6], "count": [920]}, "eef_velocity_action": {"mean": [0.3141304347826087, 0.18369565217391304], "std": [0.6169845184688574, 0.4471594341465988], "min": [0, 0], "max": [2, 2], "count": [920]}, "eef_acc_mag_action": {"mean": [0.47934782608695653, 0.35434782608695653], "std": [0.767270436349059, 0.6919432377257563], "min": [0, 0], "max": [2, 2], "count": [920]}, "eef_sim_pose_state": {"mean": [0.41266153029344804, 0.25956372630480723, 1.1870780441137772, -0.02792472641084198, -0.001906576954028447, 1.359116547534925, 0.4540297539124565, -0.1851013794608529, 1.1436710012171916, -0.035865145963095924, -0.08668864093462163, -1.338262891557869], "std": [0.06164553165534127, 0.029182319894335552, 0.04463320638148148, 0.026567863871100477, 0.05915408496350607, 0.1419150568205035, 0.049474299386862, 0.014925113180921223, 0.010021802749973774, 0.0480621684799834, 0.03540191426293107, 0.030714234531086213], "min": [0.3327061443667353, 0.18728595988640526, 1.1567987706100662, -0.12194063131055499, -0.13760018562775644, 1.0298334461693508, 0.3963806977336077, -0.19560716157557198, 1.115037903703684, -0.15128207039910557, -0.13610366890842784, -1.4127478894555636], "max": [0.5690301967387363, 0.3144802372094814, 1.26904300887014, 0.019157213219384572, 0.10418829868223556, 1.476192488602387, 0.5767750406582716, -0.15229144234211792, 1.1590901159800167, 0.048842072460028696, 0.006112782293171248, -1.2211011292589693], "count": [920]}, "eef_sim_pose_action": {"mean": [0.4126773219400386, 0.2596000160863608, 1.1870844003751881, -0.0278851633632625, -0.001961474127875439, 1.3591463797150665, 0.454082150070583, -0.18510865623224995, 1.1436760968540074, -0.03596511185486826, -0.0867376096899172, -1.338311613080049], "std": [0.06163991945391872, 0.02920923953459597, 0.04462931087972669, 0.026610316851226844, 0.059145481691148916, 0.141936179750632, 0.04943873278013899, 0.014928495828583594, 0.010023411474098595, 0.04798348493825554, 0.035406521752354994, 0.030695983910026915], "min": [0.3327061443667353, 0.18728595988640526, 1.1567987706100662, -0.12194063131055499, -0.13760018562775644, 1.0298334461693508, 0.3963806977336077, -0.19560716157557198, 1.115037903703684, -0.15128207039910557, -0.13610366890842784, -1.4127478894555636], "max": [0.5690301967387363, 0.3144802372094814, 1.26904300887014, 0.019157213219384572, 0.10418829868223556, 1.476192488602387, 0.5767750406582716, -0.15229144234211792, 1.1590901159800167, 0.048842072460028696, 0.006112782293171248, -1.2211011292589693], "count": [920]}, "gripper_mode_state": {"mean": [0.2967391304347826, 0.30434782608695654], "std": [0.456820554379496, 0.4601306627938418], "min": [0, 0], "max": [1, 1], "count": [920]}, "gripper_activity_state": {"mean": [1.9902173913043477, 1.9108695652173913], "std": [0.12731319017758824, 0.3769028596275987], "min": [0, 0], "max": [2, 2], "count": [920]}, "gripper_mode_action": {"mean": [0.2967391304347826, 0.30434782608695654], "std": [0.456820554379496, 0.4601306627938418], "min": [0, 0], "max": [1, 1], "count": [920]}, "gripper_activity_action": {"mean": [1.9902173913043477, 1.9108695652173913], "std": [0.12731319017758824, 0.3769028596275986], "min": [0, 0], "max": [2, 2], "count": [920]}}} +{"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.46738894302700995]], [[0.4590143072289157]], [[0.44961031134341284]]], "std": [[[0.1559462247326117]], [[0.1592565522047322]], [[0.16354740053151448]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4618550193420742]], [[0.4568983913595559]], [[0.4498189227498228]]], "std": [[[0.14676151961665254]], [[0.14880850603263146]], [[0.15339949316682155]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4697752640463816]], [[0.4729378408240807]], [[0.4638096036105205]]], "std": [[[0.1647879652076759]], [[0.1639918042080724]], [[0.17148495041218617]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49101547735057877]], [[0.48297982001535555]], [[0.47065791351681235]]], "std": [[[0.14880989446033546]], [[0.14444833318520672]], [[0.15436116331406097]]], "count": [166]}, "observation.state": {"min": [-0.5005778670310974, 0.058922313153743744, -0.015550883486866951, -2.1259679794311523, -0.29427996277809143, -0.02082177810370922, -0.21877701580524445, -0.2832610011100769, 0.3544810116291046, 0.042066000401973724, -1.6735268831253052, -1.587324857711792, -1.1928001642227173, -0.17332863807678223, -0.10763445496559143, -0.26258477568626404, -1.771422028541565, -0.04408701881766319, -0.21326178312301636, -0.026197392493486404, -0.34118199348449707, -0.5591509938240051, 0.061778001487255096, 1.2878262996673584, -1.4120222330093384, 1.0110949277877808, 0.0, 0.0, -0.01806563138961792, -0.17394514381885529, -0.8369061350822449, 1.910163402557373, -1.0684247016906738, -0.0038957037031650543], "max": [0.293721467256546, 0.27584928274154663, 0.3236713111400604, -1.366907000541687, -0.17086772620677948, 0.3197617530822754, -0.01984439231455326, -0.17096400260925293, 0.5447480082511902, 0.20187699794769287, -1.2971378564834595, -1.291993498802185, -0.9477770328521729, 0.4821646511554718, 0.18929840624332428, -0.07897614687681198, -0.832556962966919, 0.09871582686901093, 0.10061822831630707, 0.07873180508613586, -0.28327199816703796, -0.37615999579429626, 0.12606999278068542, 1.4862204790115356, -1.2935423851013184, 1.2229899168014526, 1001.0, 1002.0, -0.018048712983727455, -0.17335110902786255, -0.8360488414764404, 1.9105041027069092, -1.065078616142273, 0.003811220871284604], "mean": [0.12288942188024521, 0.20917537808418274, 0.08787838369607925, -1.79287850856781, -0.2379506528377533, 0.049217432737350464, -0.06913252919912338, -0.25700607895851135, 0.3991142809391022, 0.1729310005903244, -1.3706367015838623, -1.3659306764602661, -1.1388416290283203, 0.12766796350479126, -0.010641812346875668, -0.1264599859714508, -1.3420612812042236, 0.009003566578030586, -0.128982812166214, 0.017783943563699722, -0.3198874592781067, -0.4701225161552429, 0.11108461022377014, 1.3386682271957397, -1.321762204170227, 1.1567962169647217, 592.196533203125, 580.0513305664062, -0.01805613376200199, -0.17361150681972504, -0.8366705179214478, 1.910249948501587, -1.067786455154419, 0.0006242139497771859], "std": [0.2411501407623291, 0.05505400151014328, 0.09553810209035873, 0.14518697559833527, 0.028249379247426987, 0.10517013072967529, 0.07052319496870041, 0.041433531790971756, 0.05497504398226738, 0.050903789699077606, 0.12361043691635132, 0.07774844765663147, 0.08484651893377304, 0.17624486982822418, 0.09428423643112183, 0.06696633994579315, 0.25345808267593384, 0.03252551704645157, 0.05920857936143875, 0.021630197763442993, 0.015520802699029446, 0.05040472745895386, 0.018521174788475037, 0.06311802566051483, 0.034322340041399, 0.06688342988491058, 480.3335876464844, 482.532958984375, 6.109835908318928e-07, 0.00011687185178743675, 0.0001713195670163259, 9.504779882263392e-05, 0.00032884717802517116, 0.00075914355693385], "count": [916]}, "action": {"min": [-0.5005778670310974, 0.058922313153743744, -0.015550883486866951, -2.1259679794311523, -0.29427996277809143, -0.02082177810370922, -0.21877701580524445, -0.2832610011100769, 0.3544810116291046, 0.042066000401973724, -1.6735268831253052, -1.587324857711792, -1.1928001642227173, -0.17332863807678223, -0.10763445496559143, -0.26258477568626404, -1.771422028541565, -0.04408701881766319, -0.21326178312301636, -0.026197392493486404, -0.34118199348449707, -0.5591509938240051, 0.061778001487255096, 1.2878262996673584, -1.4120222330093384, 1.0110949277877808, 0.0, 0.0, -0.01806563138961792, -0.17394514381885529, -0.8369061350822449, 1.910163402557373, -1.0684247016906738, -0.0038957037031650543], "max": [0.293721467256546, 0.27584928274154663, 0.3236713111400604, -1.366907000541687, -0.17086772620677948, 0.3197617530822754, -0.01984439231455326, -0.17096400260925293, 0.5447480082511902, 0.20187699794769287, -1.2971378564834595, -1.291993498802185, -0.9477770328521729, 0.4821646511554718, 0.18929840624332428, -0.07897614687681198, -0.832556962966919, 0.09871582686901093, 0.10061822831630707, 0.07873180508613586, -0.28327199816703796, -0.37615999579429626, 0.12606999278068542, 1.4862204790115356, -1.2935423851013184, 1.2229899168014526, 1001.0, 1002.0, -0.018048712983727455, -0.17335110902786255, -0.8360488414764404, 1.9105041027069092, -1.065078616142273, 0.003811220871284604], "mean": [0.12267954647541046, 0.20906980335712433, 0.08787767589092255, -1.7927393913269043, -0.2378932237625122, 0.04929199069738388, -0.06921693682670593, -0.25699347257614136, 0.39917272329330444, 0.17291021347045898, -1.3706609010696411, -1.3659778833389282, -1.1388484239578247, 0.12798568606376648, -0.01089246291667223, -0.126261368393898, -1.341592788696289, 0.008935716934502125, -0.12908346951007843, 0.017842020839452744, -0.3199217617511749, -0.47022759914398193, 0.11110170930624008, 1.3384877443313599, -1.3217244148254395, 1.1569604873657227, 592.113525390625, 580.0513305664062, -0.01805613376200199, -0.17361173033714294, -0.836670458316803, 1.910250186920166, -1.0677865743637085, 0.000623841886408627], "std": [0.24110949039459229, 0.05508566275238991, 0.09553840756416321, 0.1451938897371292, 0.028270462527871132, 0.10514453798532486, 0.07051040232181549, 0.04142729565501213, 0.05496898293495178, 0.05089591071009636, 0.12359835207462311, 0.07773298025131226, 0.08485041558742523, 0.17596372961997986, 0.09405729174613953, 0.06683202087879181, 0.25305989384651184, 0.0324716791510582, 0.05917598679661751, 0.02158350870013237, 0.015494018793106079, 0.050308968871831894, 0.01852712593972683, 0.06296256929636002, 0.03433331474661827, 0.0668458342552185, 480.2671203613281, 482.5329895019531, 6.109835908318928e-07, 0.00011714205174939707, 0.00017133115034084767, 9.513067197985947e-05, 0.0003288269799668342, 0.0007591624744236469], "count": [916]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.814208857167941], "count": [916]}, "frame_index": {"min": [0], "max": [915], "mean": [457.5], "std": [264.4262657150382], "count": [916]}, "episode_index": {"min": [132], "max": [132], "mean": [132.0], "std": [0.0], "count": [916]}, "index": {"min": [112595], "max": [113510], "mean": [113052.5], "std": [264.4262657150382], "count": [916]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [916]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6266375545851528, 0.5789792578500659], "std": [0.4836971467444213, 0.4815928658275921], "count": [916]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6266375545851528, 0.5789792578500659], "std": [0.4836971467444213, 0.4815928658275921], "count": [916]}, "eef_direction_state": {"mean": [5.158296943231441, 5.247816593886463], "std": [1.8871106536841693, 1.8392688982037029], "min": [0, 0], "max": [6, 6], "count": [916]}, "eef_velocity_state": {"mean": [0.2740174672489083, 0.18231441048034935], "std": [0.589409459214838, 0.46086293353243374], "min": [0, 0], "max": [2, 2], "count": [916]}, "eef_acc_mag_state": {"mean": [0.3777292576419214, 0.3395196506550218], "std": [0.7111907083488987, 0.6766612975651785], "min": [0, 0], "max": [2, 2], "count": [916]}, "eef_direction_action": {"mean": [5.158296943231441, 5.247816593886463], "std": [1.8871106536841693, 1.8392688982037029], "min": [0, 0], "max": [6, 6], "count": [916]}, "eef_velocity_action": {"mean": [0.2740174672489083, 0.18231441048034935], "std": [0.589409459214838, 0.46086293353243374], "min": [0, 0], "max": [2, 2], "count": [916]}, "eef_acc_mag_action": {"mean": [0.3777292576419214, 0.3395196506550218], "std": [0.7111907083488987, 0.6766612975651785], "min": [0, 0], "max": [2, 2], "count": [916]}, "eef_sim_pose_state": {"mean": [0.41871422386157153, 0.24474321539881133, 1.181809089187694, -0.027889533484833934, 0.020745818727214024, 1.3623742951971287, 0.4878795355460717, -0.1776265418468056, 1.119342471059331, 0.024615238631731987, 0.010340419112904358, -1.4120688807368476], "std": [0.0596166912646712, 0.03626731555844366, 0.03978809174346272, 0.01897715324206257, 0.02963960739455606, 0.13988302537354444, 0.04949856751787449, 0.016380668131809942, 0.014501956685729163, 0.03731186246616925, 0.03605083657539194, 0.06135719002399057], "min": [0.3725373220115783, 0.1488632803334889, 1.15679560861758, -0.0878013798222137, -0.06467069007648885, 1.0306571878002446, 0.3963670421739618, -0.19733173713988802, 1.1049186078860298, -0.06066537184579002, -0.06796013450301741, -1.460045861192127], "max": [0.5752191326485865, 0.2645672397208725, 1.262220564943161, -0.003526378333992275, 0.05892811667293674, 1.4460566792954777, 0.5764034084633797, -0.13489584544414585, 1.1598117491822328, 0.05345735231392312, 0.04179022695296308, -1.2789878258705825], "count": [916]}, "eef_sim_pose_action": {"mean": [0.41877339209912723, 0.24472709978296261, 1.181820360790046, -0.027901741895826532, 0.020772954288260637, 1.3623315985436217, 0.48798082815836863, -0.1776240528055311, 1.1193079640629067, 0.02461656448784254, 0.010450008043700788, -1.4122380562770924], "std": [0.05960860958567644, 0.03626179564670839, 0.03978246614432733, 0.018974068818916934, 0.02966186824026379, 0.1398634849130829, 0.04940611797468489, 0.01637915769620065, 0.014479617527745191, 0.0373127104223405, 0.03596630038545426, 0.06127349386507935], "min": [0.3725373220115783, 0.1488632803334889, 1.15679560861758, -0.0878013798222137, -0.06467069007648885, 1.0306571878002446, 0.3963670421739618, -0.19733173713988802, 1.1049186078860298, -0.06066537184579002, -0.06796013450301741, -1.460045861192127], "max": [0.5752191326485865, 0.2645672397208725, 1.262220564943161, -0.003526378333992275, 0.05892811667293674, 1.4460566792954777, 0.5764034084633797, -0.13489584544414585, 1.1598117491822328, 0.05345735231392312, 0.04179022695296308, -1.2789878258705825], "count": [916]}, "gripper_mode_state": {"mean": [0.37336244541484714, 0.42248908296943233], "std": [0.4836971467444213, 0.49395552202711496], "min": [0, 0], "max": [1, 1], "count": [916]}, "gripper_activity_state": {"mean": [1.990174672489083, 1.9192139737991267], "std": [0.12758921894435932, 0.3589495744669016], "min": [0, 0], "max": [2, 2], "count": [916]}, "gripper_mode_action": {"mean": [0.37336244541484714, 0.42248908296943233], "std": [0.48369714674442127, 0.49395552202711496], "min": [0, 0], "max": [1, 1], "count": [916]}, "gripper_activity_action": {"mean": [1.990174672489083, 1.9192139737991267], "std": [0.12758921894435932, 0.3589495744669016], "min": [0, 0], "max": [2, 2], "count": [916]}}} +{"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.4709623649619083]], [[0.461570561956205]], [[0.45196935103659297]]], "std": [[[0.16064562804854657]], [[0.16341090755830667]], [[0.16765854910816716]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4574994627097123]], [[0.4525501800507889]], [[0.4452074421860039]]], "std": [[[0.14598512048100076]], [[0.14700115208572978]], [[0.15111191626458603]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4688999742412888]], [[0.4695747119707756]], [[0.45862735340951666]]], "std": [[[0.16145313725872257]], [[0.15982516068383068]], [[0.16651155388345273]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49458543956329876]], [[0.4858436277111694]], [[0.47319512744057285]]], "std": [[[0.1533629674919935]], [[0.14641885679449934]], [[0.15645400542695018]]], "count": [157]}, "observation.state": {"min": [-0.46362924575805664, 0.061418138444423676, -0.04106759652495384, -2.1301393508911133, -0.34801867604255676, -0.02076941914856434, -0.19682078063488007, -0.28325599431991577, 0.35176798701286316, 0.06794700026512146, -1.6104161739349365, -1.5201637744903564, -1.1852933168411255, -0.17331120371818542, -0.09574876725673676, -0.2626197040081024, -1.7719106674194336, -0.045465826988220215, -0.19861847162246704, -0.026284659281373024, -0.342399001121521, -0.5579670071601868, 0.0855569988489151, 1.2784007787704468, -1.3793607950210571, 1.0551543235778809, 0.0, 0.0, -0.018063751980662346, -0.17398838698863983, -0.837368905544281, 1.9099233150482178, -1.0681664943695068, -0.0013336900155991316], "max": [0.2888869047164917, 0.3109827935695648, 0.2862165570259094, -1.3961237668991089, -0.1336573213338852, 0.2666862905025482, -0.01984439231455326, -0.17373999953269958, 0.543470025062561, 0.2075670063495636, -1.2971378564834595, -1.2961550951004028, -1.00546395778656, 0.4736998379230499, 0.18929840624332428, -0.10293951630592346, -0.8486663699150085, 0.06590363383293152, 0.03651228919625282, 0.06578145921230316, -0.290039986371994, -0.3761659860610962, 0.12180300056934357, 1.4755313396453857, -1.329096794128418, 1.2041730880737305, 1001.0, 1002.0, -0.018048712983727455, -0.17358233034610748, -0.8356883525848389, 1.9102061986923218, -1.0674121379852295, 0.003830205649137497], "mean": [0.13470125198364258, 0.20833423733711243, 0.07679253816604614, -1.8090847730636597, -0.23253408074378967, 0.056806959211826324, -0.06966109573841095, -0.2557382583618164, 0.39695101976394653, 0.17567287385463715, -1.3655866384506226, -1.3604172468185425, -1.1419212818145752, 0.010490492917597294, 0.0038356368895620108, -0.15704193711280823, -1.4996095895767212, 0.014651394449174404, -0.10867315530776978, 0.03348217159509659, -0.3081120252609253, -0.43648868799209595, 0.10330371558666229, 1.3800106048583984, -1.3454821109771729, 1.1553279161453247, 604.2902221679688, 658.6145629882812, -0.018056141212582588, -0.1738414466381073, -0.8366968631744385, 1.910143494606018, -1.0678592920303345, 0.0005401630769483745], "std": [0.22686725854873657, 0.06320882588624954, 0.08266385644674301, 0.14176425337791443, 0.04529609531164169, 0.09814911335706711, 0.06155845895409584, 0.04154845327138901, 0.05371551215648651, 0.043195001780986786, 0.11326855421066284, 0.057670507580041885, 0.06193548068404198, 0.18645638227462769, 0.08463456481695175, 0.04703992232680321, 0.2591816484928131, 0.027844490483403206, 0.04224689304828644, 0.02759997732937336, 0.014834513887763023, 0.05162650719285011, 0.006440593861043453, 0.04920632392168045, 0.009948601014912128, 0.05888964608311653, 476.5278015136719, 461.8648376464844, 5.662111561832717e-07, 4.9574660806683823e-05, 0.0003101599286310375, 5.8881174481939524e-05, 0.00017787562683224678, 0.0005608260980807245], "count": [851]}, "action": {"min": [-0.46362924575805664, 0.061418138444423676, -0.04106759652495384, -2.1301393508911133, -0.34801867604255676, -0.02076941914856434, -0.19682078063488007, -0.28325599431991577, 0.35176798701286316, 0.06794700026512146, -1.6104161739349365, -1.5201637744903564, -1.1852933168411255, -0.17331120371818542, -0.09574876725673676, -0.2626197040081024, -1.7719106674194336, -0.045465826988220215, -0.19861847162246704, -0.026284659281373024, -0.342399001121521, -0.5579670071601868, 0.0855569988489151, 1.2784007787704468, -1.3793607950210571, 1.0551543235778809, 0.0, 0.0, -0.018063751980662346, -0.17398838698863983, -0.837368905544281, 1.9099233150482178, -1.0681664943695068, -0.0013336900155991316], "max": [0.2888869047164917, 0.3109827935695648, 0.2862165570259094, -1.3961237668991089, -0.1336573213338852, 0.2666862905025482, -0.01984439231455326, -0.17373999953269958, 0.543470025062561, 0.2075670063495636, -1.2971378564834595, -1.2961550951004028, -1.00546395778656, 0.4736998379230499, 0.18929840624332428, -0.10293951630592346, -0.8486663699150085, 0.06590363383293152, 0.03651228919625282, 0.06578145921230316, -0.290039986371994, -0.3761659860610962, 0.12180300056934357, 1.4755313396453857, -1.329096794128418, 1.2041730880737305, 1001.0, 1002.0, -0.018048712983727455, -0.17358233034610748, -0.8356883525848389, 1.9102061986923218, -1.0674121379852295, 0.003830205649137497], "mean": [0.13458338379859924, 0.20820988714694977, 0.07679518312215805, -1.809046745300293, -0.23245176672935486, 0.0569324791431427, -0.06974983215332031, -0.25572672486305237, 0.3969823718070984, 0.1756403148174286, -1.3655927181243896, -1.3604975938796997, -1.141886830329895, 0.01062527485191822, 0.0035848577972501516, -0.15689778327941895, -1.4993876218795776, 0.01458773110061884, -0.1087319552898407, 0.03357066586613655, -0.30812621116638184, -0.4365403950214386, 0.10329776257276535, 1.3798941373825073, -1.3455036878585815, 1.155488133430481, 604.2902221679688, 658.6145629882812, -0.018056141212582588, -0.17384134232997894, -0.8366968631744385, 1.910143494606018, -1.0678592920303345, 0.0005407063290476799], "std": [0.22682547569274902, 0.06324855238199234, 0.08266274631023407, 0.14175784587860107, 0.045320961624383926, 0.09811792522668839, 0.06154114007949829, 0.04154215753078461, 0.05370556563138962, 0.04318571835756302, 0.11326490342617035, 0.05766003206372261, 0.06191978231072426, 0.1863650232553482, 0.08440136164426804, 0.046904057264328, 0.25902849435806274, 0.02778923511505127, 0.04221891239285469, 0.027528857812285423, 0.014824684709310532, 0.051588062196969986, 0.006437043193727732, 0.04909742996096611, 0.009933104738593102, 0.05883333459496498, 476.5278015136719, 461.8648376464844, 5.662111561832717e-07, 4.968314169673249e-05, 0.0003101951442658901, 5.890555621590465e-05, 0.00017787345859687775, 0.0005607391358353198], "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": [133], "max": [133], "mean": [133.0], "std": [0.0], "count": [851]}, "index": {"min": [113511], "max": [114361], "mean": [113936.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6439482961222092, 0.657396004850441], "std": [0.4788307509376503, 0.4609554702203442], "count": [851]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6439482961222092, 0.657396004850441], "std": [0.4788307509376503, 0.4609554702203442], "count": [851]}, "eef_direction_state": {"mean": [5.116333725029377, 5.18331374853114], "std": [1.9310935149801, 1.982711130157689], "min": [0, 0], "max": [6, 6], "count": [851]}, "eef_velocity_state": {"mean": [0.2773207990599295, 0.19858989424206816], "std": [0.5923050348551482, 0.5124057998585241], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_acc_mag_state": {"mean": [0.42420681551116335, 0.3419506462984724], "std": [0.7351038037928559, 0.6747871335392], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_direction_action": {"mean": [5.116333725029377, 5.18331374853114], "std": [1.9310935149801, 1.982711130157689], "min": [0, 0], "max": [6, 6], "count": [851]}, "eef_velocity_action": {"mean": [0.2773207990599295, 0.19858989424206816], "std": [0.5923050348551482, 0.5124057998585241], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_acc_mag_action": {"mean": [0.42420681551116335, 0.3419506462984724], "std": [0.7351038037928559, 0.6747871335392], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_sim_pose_state": {"mean": [0.4160138156524972, 0.24683380367229998, 1.1832725866529221, -0.02680235938536212, 0.01910513327264988, 1.3698210300180245, 0.45488518463528177, -0.17421143920297855, 1.1287416495926736, 0.045466186597723564, 0.012931562767639695, -1.3722735327060707], "std": [0.0570435022979253, 0.03216800060668567, 0.03901165181648553, 0.027123568579286238, 0.03421224362665614, 0.11335205989783592, 0.051014096925205484, 0.009288374202038922, 0.011550504863305727, 0.04124013480809253, 0.0393203934268189, 0.03300604013293462], "min": [0.3712811035346101, 0.1638944711688388, 1.156796116473698, -0.0949738311838414, -0.06787169012352234, 1.1214460400103887, 0.39637328856029996, -0.19546120480918888, 1.1039032210083164, -0.05499130135002228, -0.06760358632285612, -1.4236365083925544], "max": [0.569781002827604, 0.2802725409423605, 1.2577505208067479, 0.007654037201612063, 0.06104749162069578, 1.4459777110282057, 0.5752806906427969, -0.15319801592304955, 1.1510979816931124, 0.07425366895996344, 0.041725339970876796, -1.3033123679475644], "count": [851]}, "eef_sim_pose_action": {"mean": [0.41604614767015685, 0.24680817126816573, 1.1832874496413162, -0.026773199499515885, 0.01913539666975082, 1.3697615201968592, 0.4549345670742867, -0.17419422495040174, 1.128724134463614, 0.045495534812968995, 0.013058116080413908, -1.3723670471183713], "std": [0.05703286220999902, 0.03216258650828759, 0.039003977846400015, 0.02714679039478787, 0.034235626337338385, 0.11332541145786339, 0.050977770305096384, 0.00927516804513803, 0.01153764321533411, 0.041251093183811496, 0.03923483241611876, 0.032926196662608966], "min": [0.3712811035346101, 0.1638944711688388, 1.156796116473698, -0.0949738311838414, -0.06787169012352234, 1.1214460400103887, 0.39637328856029996, -0.19546120480918888, 1.1039032210083164, -0.05499130135002228, -0.06760358632285612, -1.4236365083925544], "max": [0.569781002827604, 0.2802725409423605, 1.2577505208067479, 0.007654037201612063, 0.06104749162069578, 1.4459777110282057, 0.5752806906427969, -0.15319801592304955, 1.1510979816931124, 0.07425366895996344, 0.041725339970876796, -1.3033123679475644], "count": [851]}, "gripper_mode_state": {"mean": [0.35605170387779084, 0.34312573443008226], "std": [0.4788307509376503, 0.4747530566535613], "min": [0, 0], "max": [1, 1], "count": [851]}, "gripper_activity_state": {"mean": [1.9894242068155112, 1.8954171562867215], "std": [0.13234226298755405, 0.4080450179501422], "min": [0, 0], "max": [2, 2], "count": [851]}, "gripper_mode_action": {"mean": [0.35605170387779084, 0.34312573443008226], "std": [0.4788307509376503, 0.4747530566535614], "min": [0, 0], "max": [1, 1], "count": [851]}, "gripper_activity_action": {"mean": [1.9894242068155112, 1.8954171562867215], "std": [0.13234226298755405, 0.4080450179501422], "min": [0, 0], "max": [2, 2], "count": [851]}}} +{"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.47380204012694827]], [[0.46561101684263445]], [[0.4551019107696498]]], "std": [[[0.16012757414799902]], [[0.16494604599965698]], [[0.1690244067485886]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4575132892366348]], [[0.451620695072901]], [[0.444349882688118]]], "std": [[[0.14418998396602953]], [[0.1456313837882784]], [[0.14987216158840075]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4651669651835093]], [[0.4679543923872968]], [[0.4576192810457516]]], "std": [[[0.16058914430776142]], [[0.16042388346209352]], [[0.1667593942152303]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4983479043593933]], [[0.4878827496543489]], [[0.4760115099191386]]], "std": [[[0.15198685427664213]], [[0.14665009346984223]], [[0.15726625074772344]]], "count": [156]}, "observation.state": {"min": [-0.4580093026161194, -0.026598818600177765, -0.03185226023197174, -2.1048495769500732, -0.2710321843624115, -0.020839231088757515, -0.19751891493797302, -0.2832629978656769, 0.3486340045928955, 0.03823700174689293, -1.611881971359253, -1.514349102973938, -1.2905652523040771, -0.17865189909934998, -0.08707447350025177, -0.2626371383666992, -1.7734465599060059, -0.029356438666582108, -0.16695819795131683, -0.02626720443367958, -0.3383120000362396, -0.5582330226898193, 0.08440399914979935, 1.281749963760376, -1.3976409435272217, 1.065687656402588, 0.0, 0.0, -0.01805999130010605, -0.17405980825424194, -0.8369640111923218, 1.9101499319076538, -1.0688835382461548, -0.0010489163687452674], "max": [0.30572932958602905, 0.25015804171562195, 0.2894803285598755, -1.3615139722824097, -0.10236355662345886, 0.17233380675315857, -0.019809486344456673, -0.17604899406433105, 0.5419179797172546, 0.20643499493598938, -1.2578269243240356, -1.2809234857559204, -1.089954137802124, 0.4686034619808197, 0.18931587040424347, -0.10293951630592346, -0.8738165497779846, 0.06592108309268951, -0.010105456225574017, 0.08304276317358017, -0.29010599851608276, -0.37574899196624756, 0.11541900038719177, 1.4763309955596924, -1.328906536102295, 1.221672773361206, 1001.0, 1002.0, -0.01805059239268303, -0.17348270118236542, -0.8360702395439148, 1.9103893041610718, -1.0668978691101074, 0.0035008175764232874], "mean": [0.13106852769851685, 0.17961564660072327, 0.08215632289648056, -1.7927806377410889, -0.2182660549879074, 0.02319343574345112, -0.05415948107838631, -0.2558048665523529, 0.398120641708374, 0.16848717629909515, -1.3684874773025513, -1.3503328561782837, -1.1776007413864136, 0.05523389205336571, -0.009050000458955765, -0.14415967464447021, -1.4316991567611694, 0.01825542189180851, -0.1234356015920639, 0.029674362391233444, -0.31557732820510864, -0.4499374032020569, 0.10540689527988434, 1.357287049293518, -1.3427139520645142, 1.16535222530365, 595.1504516601562, 658.4466552734375, -0.01805613562464714, -0.17382216453552246, -0.8366729617118835, 1.9103144407272339, -1.0678447484970093, 0.0005465286667458713], "std": [0.2298794835805893, 0.09701193124055862, 0.08903782814741135, 0.15100397169589996, 0.05462491884827614, 0.06590930372476578, 0.052725549787282944, 0.0415225513279438, 0.05438343808054924, 0.055519815534353256, 0.12230758368968964, 0.06739503890275955, 0.0465708002448082, 0.17221809923648834, 0.08172109723091125, 0.04784272238612175, 0.23066002130508423, 0.024685241281986237, 0.03677269443869591, 0.023103458806872368, 0.012110983021557331, 0.04827967286109924, 0.007583372760564089, 0.05251592770218849, 0.014176521450281143, 0.06673160195350647, 478.13037109375, 461.6058044433594, 4.850744517170824e-07, 5.7428191212238744e-05, 0.00021546777861658484, 8.69890209287405e-05, 0.00037491225521080196, 0.00045620783930644393], "count": [844]}, "action": {"min": [-0.4580093026161194, -0.026598818600177765, -0.03185226023197174, -2.1048495769500732, -0.2710321843624115, -0.02082177810370922, -0.19751891493797302, -0.2832629978656769, 0.3486340045928955, 0.03823700174689293, -1.611881971359253, -1.514349102973938, -1.2905652523040771, -0.17865189909934998, -0.08707447350025177, -0.2626371383666992, -1.7734465599060059, -0.029356438666582108, -0.16695819795131683, -0.02626720443367958, -0.3383120000362396, -0.5582330226898193, 0.08440399914979935, 1.281749963760376, -1.3976409435272217, 1.065687656402588, 0.0, 0.0, -0.01805999130010605, -0.17405980825424194, -0.8369640111923218, 1.9101499319076538, -1.0688835382461548, -0.0010489163687452674], "max": [0.30572932958602905, 0.25015804171562195, 0.2894803285598755, -1.3615139722824097, -0.10236355662345886, 0.17233380675315857, -0.019809486344456673, -0.17604899406433105, 0.5419179797172546, 0.20643499493598938, -1.2578269243240356, -1.2809234857559204, -1.089954137802124, 0.4686034619808197, 0.18931587040424347, -0.10293951630592346, -0.8738165497779846, 0.06592108309268951, -0.010105456225574017, 0.08304276317358017, -0.29010599851608276, -0.37574899196624756, 0.11541900038719177, 1.4756050109863281, -1.328906536102295, 1.221672773361206, 1001.0, 1002.0, -0.01805059239268303, -0.17348270118236542, -0.8360702395439148, 1.9103893041610718, -1.0668978691101074, 0.0035008175764232874], "mean": [0.13089410960674286, 0.1793622374534607, 0.08214500546455383, -1.7926561832427979, -0.218104749917984, 0.02321724034845829, -0.05417592078447342, -0.2557952404022217, 0.39817023277282715, 0.16844530403614044, -1.368442177772522, -1.3503185510635376, -1.1777209043502808, 0.055446285754442215, -0.009317836724221706, -0.14399349689483643, -1.431352972984314, 0.018196506425738335, -0.12353052198886871, 0.02974979765713215, -0.31560641527175903, -0.4500119984149933, 0.10540606826543808, 1.3571314811706543, -1.3427224159240723, 1.1655311584472656, 595.1504516601562, 658.4466552734375, -0.01805613562464714, -0.1738223433494568, -0.8366727232933044, 1.9103147983551025, -1.0678447484970093, 0.0005465286667458713], "std": [0.22983315587043762, 0.09713051468133926, 0.08904363960027695, 0.15100079774856567, 0.05472039431333542, 0.06589696556329727, 0.052717000246047974, 0.04151713848114014, 0.054373808205127716, 0.05550798773765564, 0.12234123796224594, 0.06740295141935349, 0.04671914130449295, 0.17204663157463074, 0.0814407616853714, 0.04767409712076187, 0.23036949336528778, 0.02463063970208168, 0.03672157600522041, 0.02302469313144684, 0.012084062211215496, 0.0482141487300396, 0.007582945749163628, 0.052357275038957596, 0.014170780777931213, 0.06666693091392517, 478.13037109375, 461.6058044433594, 4.850744517170824e-07, 5.741597851738334e-05, 0.0002153975801775232, 8.691338007338345e-05, 0.0003749127499759197, 0.00045620783930644393], "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": [134], "max": [134], "mean": [134.0], "std": [0.0], "count": [844]}, "index": {"min": [114362], "max": [115205], "mean": [114783.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6374407582938388, 0.6572215639549126], "std": [0.48073905391554383, 0.4606922768288374], "count": [844]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6374407582938388, 0.6572215639549126], "std": [0.48073905391554383, 0.4606922768288374], "count": [844]}, "eef_direction_state": {"mean": [4.956161137440758, 5.248815165876778], "std": [2.082247794871683, 1.902152938109725], "min": [0, 0], "max": [6, 6], "count": [844]}, "eef_velocity_state": {"mean": [0.29739336492890994, 0.18364928909952608], "std": [0.5824794459718484, 0.4922796860770758], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_acc_mag_state": {"mean": [0.46327014218009477, 0.30213270142180093], "std": [0.758725995043012, 0.6420828086012147], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_direction_action": {"mean": [4.956161137440758, 5.248815165876778], "std": [2.082247794871683, 1.902152938109725], "min": [0, 0], "max": [6, 6], "count": [844]}, "eef_velocity_action": {"mean": [0.29739336492890994, 0.18364928909952608], "std": [0.5824794459718484, 0.49227968607707584], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_acc_mag_action": {"mean": [0.46327014218009477, 0.30213270142180093], "std": [0.758725995043012, 0.6420828086012147], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_sim_pose_state": {"mean": [0.41716579059897774, 0.23801513786077483, 1.180243071166593, -0.05296689308507975, 0.029802947428243416, 1.3820015737296811, 0.4679933052901862, -0.17434744064374869, 1.1220741941568482, 0.03846231945349118, 0.022703704626694902, -1.3895898846639463], "std": [0.05784557636226868, 0.044471268676305103, 0.03622793687849183, 0.04915477213258314, 0.02710737701916382, 0.11960906901485033, 0.04783930199949655, 0.0091842078904269, 0.010381183413499988, 0.042727106016566346, 0.04093567169304121, 0.04018778336740209], "min": [0.36771299204151975, 0.13142214892118778, 1.156790210229023, -0.16685509948769284, -0.06379315989609924, 1.1246706449579227, 0.3963738258735808, -0.19314768183705577, 1.1103812360253127, -0.05956151511061536, -0.06758625802577445, -1.415970099457963], "max": [0.5678018418040605, 0.273899102337209, 1.2519504612415662, -0.01745285720723011, 0.09557633534084986, 1.4985397807059193, 0.5758546589155628, -0.15640376406871, 1.1481841778602169, 0.07102589165007467, 0.056153193956963054, -1.2999988986304651], "count": [844]}, "eef_sim_pose_action": {"mean": [0.4172148686476858, 0.2379659523619052, 1.1802472242919102, -0.05301519782456386, 0.029873926229217154, 1.3820597051983488, 0.46806470026800623, -0.17433137418588007, 1.1220428046835231, 0.03848192680789893, 0.02284235439680503, -1.3897174763895852], "std": [0.05783457006243319, 0.04446486185466366, 0.036225452092627966, 0.04914007451189614, 0.027193160670201503, 0.11965204572920315, 0.047777298926189565, 0.009170968453299469, 0.010353328925816438, 0.0427352047812146, 0.04082810506972341, 0.04008767011829855], "min": [0.36771299204151975, 0.13142214892118778, 1.156790210229023, -0.16685509948769284, -0.06379315989609924, 1.1246706449579227, 0.3963738258735808, -0.19314768183705577, 1.1103812360253127, -0.05956151511061536, -0.06758625802577445, -1.415970099457963], "max": [0.5678018418040605, 0.273899102337209, 1.2519504612415662, -0.01745285720723011, 0.09557633534084986, 1.4985397807059193, 0.5758546589155628, -0.15640376406871, 1.1481841778602169, 0.07102589165007467, 0.056153193956963054, -1.2999988986304651], "count": [844]}, "gripper_mode_state": {"mean": [0.36255924170616116, 0.3400473933649289], "std": [0.48073905391554383, 0.47372477624739107], "min": [0, 0], "max": [1, 1], "count": [844]}, "gripper_activity_state": {"mean": [1.9893364928909953, 1.8945497630331753], "std": [0.13288642317587426, 0.4037955715920942], "min": [0, 0], "max": [2, 2], "count": [844]}, "gripper_mode_action": {"mean": [0.36255924170616116, 0.3400473933649289], "std": [0.48073905391554383, 0.47372477624739107], "min": [0, 0], "max": [1, 1], "count": [844]}, "gripper_activity_action": {"mean": [1.9893364928909953, 1.8945497630331753], "std": [0.13288642317587426, 0.4037955715920942], "min": [0, 0], "max": [2, 2], "count": [844]}}} +{"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.47604396921812203]], [[0.4675977702675273]], [[0.4573804741099339]]], "std": [[[0.15763500594002358]], [[0.1623205269064274]], [[0.16663088970484502]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4572801437604027]], [[0.4516523756241627]], [[0.44445459470019893]]], "std": [[[0.14656213573212873]], [[0.14801883556588372]], [[0.15212785666045067]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46124059188892946]], [[0.46365459571509765]], [[0.4536302838164251]]], "std": [[[0.157191547699073]], [[0.15647495027151068]], [[0.1631289741313202]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4937214838834084]], [[0.4835112095562863]], [[0.46950093370681606]]], "std": [[[0.14805488750025378]], [[0.14356596322501236]], [[0.15377164540736232]]], "count": [161]}, "observation.state": {"min": [-0.44594907760620117, 0.0007330382941290736, -0.09545205533504486, -2.1918020248413086, -0.33365461230278015, -0.021450096741318703, -0.15852825343608856, -0.2832629978656769, 0.3418079912662506, 0.06125099956989288, -1.553297519683838, -1.5336297750473022, -1.2783963680267334, -0.17331120371818542, -0.0630761981010437, -0.2635272741317749, -1.7718058824539185, -0.01788962446153164, -0.12927654385566711, -0.026232298463582993, -0.33043500781059265, -0.5634829998016357, 0.09012400358915329, 1.2694445848464966, -1.4075056314468384, 0.9643115997314453, 0.0, 0.0, -0.01806563138961792, -0.1740805059671402, -0.8374909162521362, 1.9103361368179321, -1.0698739290237427, -0.002886655740439892], "max": [0.3295181393623352, 0.26563912630081177, 0.2638414204120636, -1.4272255897521973, -0.1287529319524765, 0.33595845103263855, -0.019809486344456673, -0.1635960042476654, 0.5401719808578491, 0.2175530046224594, -1.2642604112625122, -1.3171563148498535, -1.0504639148712158, 0.480366975069046, 0.1892635077238083, -0.09480629116296768, -0.8986002206802368, 0.0659734457731247, 0.1068490594625473, 0.10700614005327225, -0.27917999029159546, -0.3760789930820465, 0.12821799516677856, 1.482061743736267, -1.2902623414993286, 1.2551453113555908, 1001.0, 1002.0, -0.018044954165816307, -0.17346014082431793, -0.8349997997283936, 1.9105223417282104, -1.065995454788208, 0.003624219447374344], "mean": [0.12914565205574036, 0.195733904838562, 0.06819108873605728, -1.8250521421432495, -0.2547452747821808, 0.07448158413171768, -0.06381629407405853, -0.24748487770557404, 0.39748305082321167, 0.17480577528476715, -1.3522266149520874, -1.3779089450836182, -1.1752203702926636, 0.06487216800451279, -0.016298148781061172, -0.12722232937812805, -1.4602904319763184, 0.016447946429252625, -0.09019756317138672, 0.035984307527542114, -0.30351266264915466, -0.4552125930786133, 0.1116122454404831, 1.3497756719589233, -1.3302339315414429, 1.1795045137405396, 540.5968017578125, 700.169677734375, -0.018056178465485573, -0.17370682954788208, -0.8366280794143677, 1.9103724956512451, -1.0678119659423828, 0.0005596869741566479], "std": [0.22272039949893951, 0.07267778366804123, 0.08426753431558609, 0.14463046193122864, 0.0457407608628273, 0.12127749621868134, 0.048748768866062164, 0.04645320400595665, 0.052410807460546494, 0.04825076833367348, 0.09247072786092758, 0.07170794159173965, 0.05848534032702446, 0.15306633710861206, 0.06929004192352295, 0.04381889849901199, 0.197022944688797, 0.017554430291056633, 0.0607849545776844, 0.022676583379507065, 0.01098737120628357, 0.04287571460008621, 0.00801151804625988, 0.04930736869573593, 0.028358401730656624, 0.09424231201410294, 486.2377624511719, 445.6403503417969, 9.465577477385523e-07, 0.0001288663479499519, 0.0003280244709458202, 1.9724047888303176e-05, 0.0004975771880708635, 0.0005580935394391418], "count": [878]}, "action": {"min": [-0.44594907760620117, 0.0007330382941290736, -0.09545205533504486, -2.1918020248413086, -0.33365461230278015, -0.021450096741318703, -0.15852825343608856, -0.2832629978656769, 0.3418079912662506, 0.06125099956989288, -1.553297519683838, -1.5336297750473022, -1.2783963680267334, -0.17331120371818542, -0.0630761981010437, -0.263195663690567, -1.7718058824539185, -0.01788962446153164, -0.12927654385566711, -0.026232298463582993, -0.33043500781059265, -0.5634829998016357, 0.09012400358915329, 1.2694445848464966, -1.4075056314468384, 0.9643115997314453, 0.0, 0.0, -0.01806563138961792, -0.1740805059671402, -0.8374909162521362, 1.9103361368179321, -1.0698739290237427, -0.002886655740439892], "max": [0.3295181393623352, 0.26563912630081177, 0.2638414204120636, -1.4272255897521973, -0.1287529319524765, 0.33595845103263855, -0.019809486344456673, -0.1635960042476654, 0.5401719808578491, 0.2175530046224594, -1.2642604112625122, -1.3171563148498535, -1.0504639148712158, 0.480366975069046, 0.1892635077238083, -0.09480629116296768, -0.8986002206802368, 0.0659559965133667, 0.1068490594625473, 0.10700614005327225, -0.27917999029159546, -0.37608999013900757, 0.12821799516677856, 1.482061743736267, -1.2902623414993286, 1.2551453113555908, 1001.0, 1002.0, -0.018044954165816307, -0.17346014082431793, -0.8349997997283936, 1.9105223417282104, -1.065995454788208, 0.003624219447374344], "mean": [0.1289796531200409, 0.19563917815685272, 0.06817182153463364, -1.8249964714050293, -0.25480136275291443, 0.07457930594682693, -0.06391337513923645, -0.24745498597621918, 0.3975279927253723, 0.1747879981994629, -1.3522279262542725, -1.3780385255813599, -1.1753065586090088, 0.06509105116128922, -0.01656527817249298, -0.12704207003116608, -1.459982991218567, 0.016387812793254852, -0.09027266502380371, 0.036053366959095, -0.3035247325897217, -0.4552907645702362, 0.11161786317825317, 1.349626898765564, -1.3302159309387207, 1.1797112226486206, 540.5968017578125, 700.169677734375, -0.018056178465485573, -0.17370666563510895, -0.8366280198097229, 1.910372257232666, -1.0678120851516724, 0.0005593582754954696], "std": [0.22267280519008636, 0.07267273962497711, 0.08427530527114868, 0.1446303129196167, 0.04576987028121948, 0.12123524397611618, 0.04874592274427414, 0.04643862321972847, 0.05240129679441452, 0.04824376106262207, 0.09247005730867386, 0.0717032253742218, 0.05855601653456688, 0.15286265313625336, 0.06894811242818832, 0.04358284920454025, 0.19674569368362427, 0.017474940046668053, 0.06079230457544327, 0.022579194977879524, 0.010980530641973019, 0.0427938774228096, 0.00801161304116249, 0.04912480711936951, 0.028362924233078957, 0.09419100731611252, 486.2377624511719, 445.6403503417969, 9.465576908951334e-07, 0.00012872324441559613, 0.0003280089586041868, 1.9642995539470576e-05, 0.0004975837073288858, 0.000558114901650697], "count": [878]}, "timestamp": {"min": [0.0], "max": [29.233333333333334], "mean": [14.616666666666664], "std": [8.448553459353594], "count": [878]}, "frame_index": {"min": [0], "max": [877], "mean": [438.5], "std": [253.45660378060776], "count": [878]}, "episode_index": {"min": [135], "max": [135], "mean": [135.0], "std": [0.0], "count": [878]}, "index": {"min": [115206], "max": [116083], "mean": [115644.5], "std": [253.45660378060776], "count": [878]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [878]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5797266514806378, 0.6988917996230215], "std": [0.4936027360577359, 0.4447735478644383], "count": [878]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5797266514806378, 0.6988917996230215], "std": [0.4936027360577359, 0.4447735478644383], "count": [878]}, "eef_direction_state": {"mean": [5.109339407744875, 4.931662870159453], "std": [1.9172824520595513, 2.216088350348086], "min": [0, 0], "max": [6, 6], "count": [878]}, "eef_velocity_state": {"mean": [0.2938496583143508, 0.224373576309795], "std": [0.6001013469407575, 0.4782256563968413], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_acc_mag_state": {"mean": [0.4510250569476082, 0.4168564920273349], "std": [0.7511525521141156, 0.7327597255556285], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_direction_action": {"mean": [5.109339407744875, 4.931662870159453], "std": [1.9172824520595513, 2.216088350348086], "min": [0, 0], "max": [6, 6], "count": [878]}, "eef_velocity_action": {"mean": [0.2938496583143508, 0.224373576309795], "std": [0.6001013469407573, 0.4782256563968413], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_acc_mag_action": {"mean": [0.4510250569476082, 0.4168564920273349], "std": [0.7511525521141156, 0.7327597255556285], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_sim_pose_state": {"mean": [0.4163566434580708, 0.24524924904098885, 1.1901301539751514, -0.03877959198415938, 0.0504660109940219, 1.3740969545388777, 0.4731697537433164, -0.1788110553499764, 1.1334420993833627, 0.0444580168707673, 0.02560298049191159, -1.40349900981832], "std": [0.05527895383212268, 0.0378645623750907, 0.04400644397645016, 0.02653534513852723, 0.041395224931852326, 0.1044157029752353, 0.04281315430376875, 0.007999006352326041, 0.008927864212579427, 0.06699057646795543, 0.04415071724775546, 0.04311446958430008], "min": [0.3592098274159417, 0.15116849038472882, 1.1567834452731514, -0.1114129997551827, 0.012259829179974924, 1.1335811013882733, 0.3963146117178782, -0.1992284722504871, 1.1213354279282797, -0.09912902837861082, -0.08294614569475889, -1.4548173310812373], "max": [0.564363739640569, 0.28170552375863345, 1.2684490870124585, -0.016016256142593166, 0.1444497249683554, 1.4531703418996826, 0.5818339493281296, -0.16112404577860576, 1.1632019858657157, 0.08697039495622061, 0.05405916997624116, -1.3034117753132521], "count": [878]}, "eef_sim_pose_action": {"mean": [0.41640268741049496, 0.24523788782447525, 1.1901552675887583, -0.03882191878470127, 0.05059162442801238, 1.374031960953715, 0.47324467088305205, -0.17879937915343724, 1.13342500361408, 0.04450142265483669, 0.02574023133544504, -1.4036441325577265], "std": [0.055268406283405874, 0.03786026505941872, 0.04399371848174853, 0.0265312300679176, 0.041508226213725026, 0.10438870394649599, 0.0427360845016199, 0.007992499326144084, 0.00892085485062661, 0.06700504577521858, 0.0440491678379282, 0.04299160121185055], "min": [0.3592098274159417, 0.15116849038472882, 1.1567834452731514, -0.1114129997551827, 0.012259829179974924, 1.1335811013882733, 0.3963146117178782, -0.1992284722504871, 1.1213354279282797, -0.09912902837861082, -0.08294614569475889, -1.4548173310812373], "max": [0.564363739640569, 0.28170552375863345, 1.2684490870124585, -0.016016256142593166, 0.1444497249683554, 1.4531703418996826, 0.5818339493281296, -0.16112404577860576, 1.1632019858657157, 0.08697039495622061, 0.05405916997624116, -1.3036960912697382], "count": [878]}, "gripper_mode_state": {"mean": [0.4202733485193622, 0.30296127562642367], "std": [0.4936027360577359, 0.4595386176342843], "min": [0, 0], "max": [1, 1], "count": [878]}, "gripper_activity_state": {"mean": [1.989749430523918, 1.9043280182232347], "std": [0.13030429112486144, 0.39061244116413096], "min": [0, 0], "max": [2, 2], "count": [878]}, "gripper_mode_action": {"mean": [0.4202733485193622, 0.30296127562642367], "std": [0.4936027360577359, 0.4595386176342843], "min": [0, 0], "max": [1, 1], "count": [878]}, "gripper_activity_action": {"mean": [1.989749430523918, 1.9043280182232347], "std": [0.13030429112486144, 0.39061244116413096], "min": [0, 0], "max": [2, 2], "count": [878]}}} +{"episode_index": 136, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47017561977020106]], [[0.4615169252945339]], [[0.45114245087631655]]], "std": [[[0.15898153161434633]], [[0.1623538053416524]], [[0.1664919085794548]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4602152816806128]], [[0.4549712556200824]], [[0.44758446645643396]]], "std": [[[0.14733828694284878]], [[0.14900796902842972]], [[0.15323645564099117]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45938348736522205]], [[0.4626042798488822]], [[0.45210874339119933]]], "std": [[[0.16273579457554985]], [[0.16130315725006106]], [[0.16827758447948377]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4946150920028309]], [[0.4857461036697057]], [[0.47261636692893716]]], "std": [[[0.15307274990280234]], [[0.1461858878366398]], [[0.15610644031301787]]], "count": [157]}, "observation.state": {"min": [-0.44202208518981934, 0.040683627128601074, -0.009773843921720982, -1.9729551076889038, -0.3268652856349945, -0.047542769461870193, -0.22387337684631348, -0.2844870090484619, 0.36452600359916687, 0.07066799700260162, -1.606378197669983, -1.5506293773651123, -1.2945799827575684, -0.17327629029750824, -0.03879867121577263, -0.26256734132766724, -1.7714568376541138, 0.017749998718500137, -0.16901768743991852, -0.026232298463582993, -0.33979400992393494, -0.5628269910812378, 0.09209500253200531, 1.3242464065551758, -1.4556711912155151, 1.019445538520813, 0.0, 0.0, -0.018142705783247948, -0.17447340488433838, -0.8368887305259705, 1.9103496074676514, -1.068336844444275, -0.0025136021431535482], "max": [0.26890286803245544, 0.2410474270582199, 0.26113617420196533, -1.327252984046936, -0.2042209804058075, 0.15475833415985107, -0.019809486344456673, -0.1882999986410141, 0.5434970259666443, 0.20264600217342377, -1.293887972831726, -1.2672629356384277, -1.1120502948760986, 0.494294673204422, 0.18931587040424347, -0.13446016609668732, -0.8573406934738159, 0.10094984620809555, 0.052464596927165985, 0.13259266316890717, -0.28812000155448914, -0.37617599964141846, 0.11052799969911575, 1.4894702434539795, -1.311742901802063, 1.2224788665771484, 1001.0, 1002.0, -0.017973517999053, -0.1733473539352417, -0.8362350463867188, 1.9103710651397705, -1.0671831369400024, 0.004075110889971256], "mean": [0.08115997165441513, 0.1813102513551712, 0.07958661019802094, -1.721921682357788, -0.252798855304718, -0.007561998441815376, -0.07811545580625534, -0.26134029030799866, 0.4136233925819397, 0.17308488488197327, -1.368509292602539, -1.3743008375167847, -1.203233003616333, 0.09389153867959976, 0.008573981001973152, -0.1544196605682373, -1.4260107278823853, 0.038310758769512177, -0.11337511241436005, 0.0563221275806427, -0.30303463339805603, -0.4610707759857178, 0.10726799815893173, 1.3964542150497437, -1.3488759994506836, 1.1623940467834473, 575.5800170898438, 707.5494384765625, -0.01808658242225647, -0.17388592660427094, -0.8364995121955872, 1.9103686809539795, -1.0678044557571411, 0.0004739052674267441], "std": [0.24294008314609528, 0.0711299329996109, 0.0805678516626358, 0.17849154770374298, 0.01557501032948494, 0.043061837553977966, 0.06623002141714096, 0.03679487109184265, 0.06072166934609413, 0.04533558711409569, 0.1182069256901741, 0.0787043645977974, 0.050107866525650024, 0.1628773808479309, 0.05822589248418808, 0.03575141355395317, 0.22674039006233215, 0.02511751838028431, 0.045354027301073074, 0.039787665009498596, 0.014740603975951672, 0.04445677995681763, 0.005118864122778177, 0.035045601427555084, 0.05211644619703293, 0.07799501717090607, 481.6085205078125, 442.6158142089844, 1.914548374770675e-05, 0.00010078495688503608, 0.00013848728849552572, 9.503014553047251e-06, 0.00028700995608232915, 0.0008856916683726013], "count": [850]}, "action": {"min": [-0.44202208518981934, 0.040683627128601074, -0.009773843921720982, -1.9729551076889038, -0.3268652856349945, -0.047542769461870193, -0.22387337684631348, -0.2844870090484619, 0.36452600359916687, 0.07066799700260162, -1.606378197669983, -1.5506293773651123, -1.2945799827575684, -0.17327629029750824, -0.03879867121577263, -0.26256734132766724, -1.7714568376541138, 0.017749998718500137, -0.16901768743991852, -0.026232298463582993, -0.33979400992393494, -0.5628269910812378, 0.09209500253200531, 1.3242464065551758, -1.4556711912155151, 1.019445538520813, 0.0, 0.0, -0.018142705783247948, -0.17447340488433838, -0.8368887305259705, 1.9103496074676514, -1.068336844444275, -0.0025136021431535482], "max": [0.26890286803245544, 0.2410474270582199, 0.26113617420196533, -1.327252984046936, -0.2042209804058075, 0.15475833415985107, -0.019809486344456673, -0.1882999986410141, 0.5434970259666443, 0.20264600217342377, -1.293887972831726, -1.2672629356384277, -1.1120502948760986, 0.494294673204422, 0.18931587040424347, -0.13446016609668732, -0.8573406934738159, 0.10094984620809555, 0.052464596927165985, 0.13259266316890717, -0.28812000155448914, -0.37617599964141846, 0.11052799969911575, 1.4894702434539795, -1.311742901802063, 1.2224788665771484, 1001.0, 1002.0, -0.017973517999053, -0.1733473539352417, -0.8362350463867188, 1.9103710651397705, -1.0671831369400024, 0.004075110889971256], "mean": [0.08085611462593079, 0.18115605413913727, 0.079576775431633, -1.7216252088546753, -0.2527924180030823, -0.007593250367790461, -0.07821822166442871, -0.2613413631916046, 0.41370946168899536, 0.17306381464004517, -1.3685096502304077, -1.3743772506713867, -1.2033588886260986, 0.09414146840572357, 0.008334171958267689, -0.1542704850435257, -1.4256891012191772, 0.03825689107179642, -0.11345592141151428, 0.05640067160129547, -0.3030400276184082, -0.46115627884864807, 0.10726817697286606, 1.3963629007339478, -1.348858118057251, 1.1625770330429077, 575.5800170898438, 707.5494384765625, -0.0180866289883852, -0.17388616502285004, -0.836499810218811, 1.9103686809539795, -1.0678045749664307, 0.00047387066297233105], "std": [0.24287065863609314, 0.0711425319314003, 0.08057303726673126, 0.17848899960517883, 0.015575746074318886, 0.04308111220598221, 0.06620734930038452, 0.03679552674293518, 0.060706887394189835, 0.04532637819647789, 0.11820674687623978, 0.07868199795484543, 0.05019518360495567, 0.1626320779323578, 0.05789986997842789, 0.03556395694613457, 0.22644320130348206, 0.025107383728027344, 0.045326896011829376, 0.039690446108579636, 0.014737441204488277, 0.04436325281858444, 0.005118959117680788, 0.034942299127578735, 0.05212565138936043, 0.07795041799545288, 481.6084899902344, 442.6158142089844, 1.912105108203832e-05, 0.0001006604652502574, 0.000138537710881792, 9.484630027145613e-06, 0.00028703914722427726, 0.0008856954518705606], "count": [850]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.15], "std": [8.179123153220983], "count": [850]}, "frame_index": {"min": [0], "max": [849], "mean": [424.5], "std": [245.3736945966295], "count": [850]}, "episode_index": {"min": [136], "max": [136], "mean": [136.0], "std": [0.0], "count": [850]}, "index": {"min": [116084], "max": [116933], "mean": [116508.5], "std": [245.3736945966295], "count": [850]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [850]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6188235294117647, 0.706228234958561], "std": [0.4856757857440824, 0.44173539037505993], "count": [850]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6188235294117647, 0.706228234958561], "std": [0.48567578574408243, 0.44173539037505993], "count": [850]}, "eef_direction_state": {"mean": [5.252941176470588, 5.023529411764706], "std": [1.8021613321586964, 2.1125756267046683], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_state": {"mean": [0.2235294117647059, 0.2164705882352941], "std": [0.5263966428516951, 0.49249593819131604], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_state": {"mean": [0.37176470588235294, 0.40588235294117647], "std": [0.7000187837321603, 0.7235294117646971], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_direction_action": {"mean": [5.252941176470588, 5.023529411764706], "std": [1.8021613321586964, 2.1125756267046683], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_action": {"mean": [0.2235294117647059, 0.2164705882352941], "std": [0.5263966428516951, 0.49249593819131604], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_action": {"mean": [0.37176470588235294, 0.40588235294117647], "std": [0.7000187837321603, 0.7235294117646971], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_sim_pose_state": {"mean": [0.43288741379280055, 0.24340838120868005, 1.1730741128840554, -0.06733418305483181, 0.05733363566978706, 1.3717269505577274, 0.4800423159753786, -0.1793719940019583, 1.1321942203040742, 0.059781558346306336, 0.016331349424605398, -1.3613799852826696], "std": [0.06418207268606116, 0.033332406160410416, 0.031072921778911498, 0.058119372902200525, 0.03967439814004437, 0.11977426577608499, 0.04454428154072833, 0.004185060013823335, 0.009765456662689801, 0.060725677632718876, 0.026640594071066136, 0.04506200063135587], "min": [0.38240854208794867, 0.16510135226386186, 1.1488790078654334, -0.19147596394450384, -0.009851280386881989, 1.1130947971694298, 0.39638375910261087, -0.19195074035868237, 1.1082274938623768, -0.05610243785464353, -0.06755032847198428, -1.3963519061761454], "max": [0.5707594997472307, 0.2647873154742338, 1.2384188911957115, -0.01739921842715464, 0.13254540582612062, 1.4460821122146608, 0.5828048712768213, -0.1703473330537552, 1.1559540208672845, 0.10329726776032899, 0.05383007923194527, -1.2587649314008935], "count": [850]}, "eef_sim_pose_action": {"mean": [0.432974106505065, 0.24338892359628275, 1.1730650959230637, -0.06740459371549322, 0.057449573849918605, 1.371701428804227, 0.4801255162707903, -0.1793594538959338, 1.1321816384109993, 0.059844403277002765, 0.016440345634714866, -1.361486426706866], "std": [0.06416507960290178, 0.033324897220630395, 0.03107874978180392, 0.05809536705339757, 0.03974591937977009, 0.11976077704067654, 0.04445390928706975, 0.0041729747719235315, 0.009756477048454018, 0.060740988363252146, 0.026486312193413113, 0.04503415308367484], "min": [0.38240854208794867, 0.16510135226386186, 1.1488790078654334, -0.19147596394450384, -0.009851280386881989, 1.1130947971694298, 0.39638375910261087, -0.19195074035868237, 1.1082274938623768, -0.05610243785464353, -0.06755032847198428, -1.3963519061761454], "max": [0.5707594997472307, 0.2647873154742338, 1.2384188911957115, -0.01739921842715464, 0.13254540582612062, 1.4460821122146608, 0.5828048712768213, -0.1703473330537552, 1.1559540208672845, 0.10329726776032899, 0.05383007923194527, -1.2587649314008935], "count": [850]}, "gripper_mode_state": {"mean": [0.3811764705882353, 0.2917647058823529], "std": [0.4856757857440824, 0.45457459485076357], "min": [0, 0], "max": [1, 1], "count": [850]}, "gripper_activity_state": {"mean": [1.9894117647058824, 1.903529411764706], "std": [0.13241959106146559, 0.39121140931982545], "min": [0, 0], "max": [2, 2], "count": [850]}, "gripper_mode_action": {"mean": [0.3811764705882353, 0.2917647058823529], "std": [0.48567578574408243, 0.45457459485076357], "min": [0, 0], "max": [1, 1], "count": [850]}, "gripper_activity_action": {"mean": [1.9894117647058824, 1.903529411764706], "std": [0.13241959106146559, 0.39121140931982545], "min": [0, 0], "max": [2, 2], "count": [850]}}} +{"episode_index": 137, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4741475341184692]], [[0.46409614445883174]], [[0.4540253113824146]]], "std": [[[0.15278004908491272]], [[0.15624784518203552]], [[0.16092576300046574]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46194851399679365]], [[0.4553876428453981]], [[0.4478133902145764]]], "std": [[[0.1476223725277236]], [[0.14894381621929845]], [[0.15314268662796143]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4690787589406832]], [[0.4689086996958113]], [[0.4599036846919061]]], "std": [[[0.16409675248893973]], [[0.162997927531853]], [[0.16986060118865115]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5022990093311958]], [[0.4923037481502035]], [[0.4785083703292638]]], "std": [[[0.1517120625826131]], [[0.1457097077573694]], [[0.1560771042320188]]], "count": [159]}, "observation.state": {"min": [-0.48665013909339905, 0.14102260768413544, -0.004014257341623306, -2.0469744205474854, -0.31546828150749207, -0.02082177810370922, -0.21959732472896576, -0.28743699193000793, 0.35612499713897705, 0.08981200307607651, -1.617314100265503, -1.5504993200302124, -1.2569596767425537, -0.17327629029750824, -0.056147243827581406, -0.26256734132766724, -1.7714568376541138, -0.0031590459402650595, -0.1727875918149948, -0.0262148454785347, -0.33929699659347534, -0.5647010207176208, 0.08971299976110458, 1.311998963356018, -1.420798420906067, 1.035293459892273, 0.0, 0.0, -0.01811450719833374, -0.1741049438714981, -0.8372746109962463, 1.910107970237732, -1.0681862831115723, -0.0035235993564128876], "max": [0.29394832253456116, 0.24101251363754272, 0.274819552898407, -1.3857216835021973, -0.13231341540813446, 0.186610609292984, -0.01984439231455326, -0.17115400731563568, 0.5478519797325134, 0.20194900035858154, -1.2971378564834595, -1.1819708347320557, -1.0179624557495117, 0.4986056685447693, 0.18929840624332428, -0.13088224828243256, -0.8438666462898254, 0.07424630969762802, -0.005358160939067602, 0.10100220888853073, -0.29060301184654236, -0.3761729896068573, 0.11049199849367142, 1.4825255870819092, -1.2953941822052002, 1.23796546459198, 1001.0, 1002.0, -0.018086308613419533, -0.17361804842948914, -0.8357184529304504, 1.910348892211914, -1.0674445629119873, 0.004463352728635073], "mean": [0.1183624342083931, 0.21765677630901337, 0.07681534439325333, -1.7770476341247559, -0.2590685188770294, 0.025409022346138954, -0.07805239409208298, -0.2584368586540222, 0.40225279331207275, 0.1811537891626358, -1.370157241821289, -1.368005394935608, -1.1646860837936401, 0.05470137298107147, 0.006616245023906231, -0.15427595376968384, -1.4744709730148315, 0.01910383068025112, -0.12227852642536163, 0.035397447645664215, -0.29920122027397156, -0.4502604007720947, 0.10728306323289871, 1.4027438163757324, -1.3215861320495605, 1.1783314943313599, 559.8825073242188, 712.9539184570312, -0.018098201602697372, -0.17374582588672638, -0.8367031812667847, 1.9102067947387695, -1.067848563194275, 0.0005111995269544423], "std": [0.23664113879203796, 0.031108208000659943, 0.07688436657190323, 0.14340431988239288, 0.027649803087115288, 0.07148629426956177, 0.07470007240772247, 0.041622962802648544, 0.05670826509594917, 0.03519637882709503, 0.11298632621765137, 0.08041689544916153, 0.05150412395596504, 0.15910634398460388, 0.07065626233816147, 0.04226578027009964, 0.22096095979213715, 0.024964530020952225, 0.03397246077656746, 0.03022649884223938, 0.01452711969614029, 0.044346265494823456, 0.0051566525362432, 0.03850125893950462, 0.040317103266716, 0.07604455947875977, 484.2642517089844, 439.4199523925781, 1.3708172446058597e-06, 0.00011296595039311796, 0.00023313068959396333, 6.888324423925951e-05, 0.00022377775167115033, 0.00083109614206478], "count": [868]}, "action": {"min": [-0.48665013909339905, 0.14102260768413544, -0.004014257341623306, -2.0469744205474854, -0.31546828150749207, -0.02082177810370922, -0.21959732472896576, -0.28743699193000793, 0.35612499713897705, 0.08981200307607651, -1.617314100265503, -1.5504993200302124, -1.2569596767425537, -0.17327629029750824, -0.056147243827581406, -0.26256734132766724, -1.7714568376541138, -0.0031590459402650595, -0.1727875918149948, -0.0262148454785347, -0.33929699659347534, -0.5647010207176208, 0.08971299976110458, 1.311998963356018, -1.420798420906067, 1.035293459892273, 0.0, 0.0, -0.01811450719833374, -0.1741049438714981, -0.8372746109962463, 1.910107970237732, -1.0681862831115723, -0.0035235993564128876], "max": [0.29394832253456116, 0.24101251363754272, 0.274819552898407, -1.3857216835021973, -0.13231341540813446, 0.186610609292984, -0.01984439231455326, -0.17115400731563568, 0.5478519797325134, 0.20194900035858154, -1.2971378564834595, -1.1819708347320557, -1.0179624557495117, 0.4986056685447693, 0.18929840624332428, -0.13088224828243256, -0.8438666462898254, 0.07424630969762802, -0.005358160939067602, 0.10100220888853073, -0.29060301184654236, -0.3761729896068573, 0.11049199849367142, 1.4825255870819092, -1.2953941822052002, 1.23796546459198, 1001.0, 1002.0, -0.018086308613419533, -0.17361804842948914, -0.8357184529304504, 1.910348892211914, -1.0674445629119873, 0.004463352728635073], "mean": [0.11818256974220276, 0.2175901234149933, 0.07681309431791306, -1.7768845558166504, -0.2590583860874176, 0.02544412948191166, -0.07817959040403366, -0.25844091176986694, 0.4023022949695587, 0.18114027380943298, -1.3701939582824707, -1.3680964708328247, -1.1646686792373657, 0.05492372065782547, 0.006374814547598362, -0.15412813425064087, -1.474186658859253, 0.01903364434838295, -0.1223628893494606, 0.03546430170536041, -0.29920217394828796, -0.4503379762172699, 0.10728304088115692, 1.4026612043380737, -1.3215482234954834, 1.1785222291946411, 559.8145141601562, 712.9539184570312, -0.018098201602697372, -0.17374557256698608, -0.8367031216621399, 1.9102064371109009, -1.0678492784500122, 0.0005111799109727144], "std": [0.23658843338489532, 0.03112010844051838, 0.0768854022026062, 0.14340248703956604, 0.027653329074382782, 0.07147108018398285, 0.0746949166059494, 0.04162558540701866, 0.05669593811035156, 0.035190705209970474, 0.11296781152486801, 0.08040593564510345, 0.051499947905540466, 0.15892207622528076, 0.07038957625627518, 0.04211105406284332, 0.22073639929294586, 0.024918626993894577, 0.03391769900918007, 0.030154308304190636, 0.014526679180562496, 0.0442754328250885, 0.005156643223017454, 0.038423918187618256, 0.04032488167285919, 0.0759689211845398, 484.2053527832031, 439.4199523925781, 1.3708172446058597e-06, 0.00011280593753326684, 0.00023312435951083899, 6.886298797326162e-05, 0.00022362852178048342, 0.000831100158393383], "count": [868]}, "timestamp": {"min": [0.0], "max": [28.9], "mean": [14.450000000000003], "std": [8.352328351357416], "count": [868]}, "frame_index": {"min": [0], "max": [867], "mean": [433.5], "std": [250.56985054072248], "count": [868]}, "episode_index": {"min": [137], "max": [137], "mean": [137.0], "std": [0.0], "count": [868]}, "index": {"min": [116934], "max": [117801], "mean": [117367.5], "std": [250.56985054072248], "count": [868]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [868]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5967741935483871, 0.711630184435144], "std": [0.49054536534663173, 0.43854750088561056], "count": [868]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5967741935483871, 0.711630184435144], "std": [0.49054536534663173, 0.43854750088561056], "count": [868]}, "eef_direction_state": {"mean": [5.043778801843318, 5.184331797235023], "std": [2.0269885285442943, 1.9810469792890617], "min": [0, 0], "max": [6, 6], "count": [868]}, "eef_velocity_state": {"mean": [0.27880184331797236, 0.1774193548387097], "std": [0.5725377595229444, 0.4562386534853765], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_acc_mag_state": {"mean": [0.4400921658986175, 0.30069124423963134], "std": [0.741996305146508, 0.6515840192661145], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_direction_action": {"mean": [5.043778801843318, 5.184331797235023], "std": [2.0269885285442943, 1.9810469792890617], "min": [0, 0], "max": [6, 6], "count": [868]}, "eef_velocity_action": {"mean": [0.27880184331797236, 0.1774193548387097], "std": [0.5725377595229444, 0.45623865348537657], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_acc_mag_action": {"mean": [0.4400921658986175, 0.30069124423963134], "std": [0.741996305146508, 0.6515840192661145], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_sim_pose_state": {"mean": [0.4215122677781377, 0.2524025476758066, 1.178553559591119, -0.044259523380020205, 0.03401808144766276, 1.3675791839546465, 0.4689024117201436, -0.17752563543880706, 1.1340363590725526, 0.07724832874633643, 0.005986762748773831, -1.3778609355359908], "std": [0.0606099272878732, 0.022403070496649774, 0.03727517883702055, 0.04328735799951126, 0.027394923588225144, 0.12107304877077346, 0.044165935081396324, 0.005295430969968325, 0.009209248445380975, 0.057715069548699253, 0.029175858272520536, 0.04166146611426969], "min": [0.37383776850102746, 0.18996079032956031, 1.1526146664716868, -0.1703264005892432, -0.06587996945328878, 1.0965435512796204, 0.3963842850273929, -0.19020373543897331, 1.1077457979601935, -0.0720396756411662, -0.06758616345709911, -1.4077315797218148], "max": [0.576065163055828, 0.26535464753061994, 1.260610205059759, -0.015819794031096124, 0.11169659451075042, 1.4634458102245556, 0.5832043800873228, -0.16522172133371832, 1.1467688314202622, 0.11614758676752823, 0.04434980525559307, -1.2812784309929843], "count": [868]}, "eef_sim_pose_action": {"mean": [0.4215632234333636, 0.2523981902008682, 1.1785495307206968, -0.0442591725097156, 0.03405640764714364, 1.3674974214547475, 0.46897761953584244, -0.17751186618975073, 1.134026727259798, 0.0773240012283014, 0.006086260423817468, -1.3779764443579066], "std": [0.06059653853870988, 0.022401075112033944, 0.037277717584856686, 0.043287576110762026, 0.027416234997349617, 0.12104406243392306, 0.044097953153171186, 0.0052818272068058895, 0.009202643833599367, 0.05771969110251495, 0.029071943977525074, 0.041596676813870956], "min": [0.37383776850102746, 0.18996079032956031, 1.1526146664716868, -0.1703264005892432, -0.06587996945328878, 1.0965435512796204, 0.3963842850273929, -0.19020373543897331, 1.1077457979601935, -0.0720396756411662, -0.06758616345709911, -1.4077315797218148], "max": [0.576065163055828, 0.26535464753061994, 1.260610205059759, -0.015819794031096124, 0.11169659451075042, 1.4634458102245556, 0.5832043800873228, -0.16522172133371832, 1.1467688314202622, 0.11614758676752823, 0.04434980525559307, -1.2812784309929843], "count": [868]}, "gripper_mode_state": {"mean": [0.4032258064516129, 0.2880184331797235], "std": [0.49054536534663173, 0.4528397236643653], "min": [0, 0], "max": [1, 1], "count": [868]}, "gripper_activity_state": {"mean": [1.98963133640553, 1.8986175115207373], "std": [0.13104807059261897, 0.40028552743278356], "min": [0, 0], "max": [2, 2], "count": [868]}, "gripper_mode_action": {"mean": [0.4032258064516129, 0.2880184331797235], "std": [0.49054536534663173, 0.45283972366436526], "min": [0, 0], "max": [1, 1], "count": [868]}, "gripper_activity_action": {"mean": [1.98963133640553, 1.8986175115207373], "std": [0.131048070592619, 0.40028552743278356], "min": [0, 0], "max": [2, 2], "count": [868]}}} +{"episode_index": 138, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46846141118921364]], [[0.4586816667180499]], [[0.44779868304764253]]], "std": [[[0.15191228610277785]], [[0.15625041962139014]], [[0.16086577690892523]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4621537463517902]], [[0.4559077863587783]], [[0.4483282990607145]]], "std": [[[0.14665508138906488]], [[0.1489439754976265]], [[0.15343578926566837]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4660385926645291]], [[0.4679806567805319]], [[0.4609012722489415]]], "std": [[[0.16027592100937266]], [[0.1591909372078452]], [[0.16661943739817772]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48471422313684387]], [[0.47883457552308134]], [[0.4662058643688083]]], "std": [[[0.1457836278006878]], [[0.14251728524780835]], [[0.1528461119658288]]], "count": [159]}, "observation.state": {"min": [-0.49499282240867615, 0.07709118723869324, -0.06691592186689377, -2.083801031112671, -0.30803316831588745, -0.02082177810370922, -0.21895155310630798, -0.28327301144599915, 0.35249701142311096, 0.054026998579502106, -1.666243553161621, -1.5090417861938477, -1.2076174020767212, -0.17331120371818542, -0.07913322746753693, -0.26258477568626404, -1.7714743614196777, -0.02396337129175663, -0.20228366553783417, -0.0262148454785347, -0.34008800983428955, -0.5619850158691406, 0.08609499782323837, 1.2958012819290161, -1.4015445709228516, 1.065046787261963, 0.0, 0.0, -0.018118267878890038, -0.17400717735290527, -0.8371478319168091, 1.9101800918579102, -1.0692946910858154, -0.0035786556545645], "max": [0.3125884532928467, 0.2989923655986786, 0.3081378936767578, -1.3522461652755737, -0.16257740557193756, 0.22101104259490967, -0.019861847162246704, -0.17395099997520447, 0.5470489859580994, 0.21500200033187866, -1.2735211849212646, -1.2649472951889038, -0.9744929075241089, 0.48806387186050415, 0.18929840624332428, -0.09213592857122421, -0.8413534164428711, 0.06590363383293152, 0.024207716807723045, 0.05770058557391167, -0.28775399923324585, -0.37616199254989624, 0.12258599698543549, 1.4755313396453857, -1.263185739517212, 1.225361943244934, 1001.0, 1002.0, -0.01809007115662098, -0.1734263002872467, -0.8360124230384827, 1.9102379083633423, -1.0670262575149536, 0.0022354731336236], "mean": [0.08546461910009384, 0.2128932625055313, 0.09160890430212021, -1.7616829872131348, -0.24284911155700684, 0.04387686029076576, -0.08816850930452347, -0.2527407109737396, 0.409024715423584, 0.17223809659481049, -1.3943378925323486, -1.3684651851654053, -1.1337379217147827, 0.07026390731334686, -0.01129452046006918, -0.1267494410276413, -1.4222947359085083, -0.007249121088534594, -0.12987633049488068, 0.01179109700024128, -0.3130321204662323, -0.4556705951690674, 0.11389705538749695, 1.3540419340133667, -1.2948347330093384, 1.1738992929458618, 552.04736328125, 682.9053344726562, -0.01809975504875183, -0.1736404001712799, -0.8366093039512634, 1.9102133512496948, -1.0678563117980957, 0.0006137486197985709], "std": [0.2675422132015228, 0.0542738139629364, 0.10261727124452591, 0.1678801029920578, 0.033075835555791855, 0.0864587351679802, 0.08021033555269241, 0.043924760073423386, 0.06272690743207932, 0.052203886210918427, 0.14107868075370789, 0.0661136656999588, 0.08174195140600204, 0.15590764582157135, 0.08169961720705032, 0.05855334550142288, 0.21695682406425476, 0.031136853620409966, 0.042920004576444626, 0.017552563920617104, 0.011806425638496876, 0.04404858872294426, 0.012147190980613232, 0.048767443746328354, 0.03961870074272156, 0.06776408106088638, 485.21575927734375, 453.04620361328125, 1.7624978454477969e-06, 6.057093560229987e-05, 0.00018654770974535495, 1.7136126189143397e-05, 0.0004672048380598426, 0.000608626811299473], "count": [866]}, "action": {"min": [-0.49499282240867615, 0.07709118723869324, -0.06691592186689377, -2.083801031112671, -0.30803316831588745, -0.02082177810370922, -0.21895155310630798, -0.28327301144599915, 0.35249701142311096, 0.054026998579502106, -1.666243553161621, -1.5090417861938477, -1.2076174020767212, -0.17331120371818542, -0.07913322746753693, -0.26258477568626404, -1.7714743614196777, -0.02396337129175663, -0.20228366553783417, -0.0262148454785347, -0.34008800983428955, -0.5619850158691406, 0.08609499782323837, 1.2958012819290161, -1.4015445709228516, 1.065046787261963, 0.0, 0.0, -0.018118267878890038, -0.17400717735290527, -0.8371478319168091, 1.9101800918579102, -1.0692946910858154, -0.0035786556545645], "max": [0.3125884532928467, 0.2989923655986786, 0.3081378936767578, -1.3522461652755737, -0.16257740557193756, 0.22101104259490967, -0.019861847162246704, -0.17395099997520447, 0.5470489859580994, 0.21500200033187866, -1.2735211849212646, -1.2649472951889038, -0.9744929075241089, 0.48806387186050415, 0.18929840624332428, -0.09213592857122421, -0.8413534164428711, 0.06590363383293152, 0.024207716807723045, 0.05770058557391167, -0.28775399923324585, -0.37616199254989624, 0.12258599698543549, 1.4755313396453857, -1.263185739517212, 1.225361943244934, 1001.0, 1002.0, -0.01809007115662098, -0.1734263002872467, -0.8360124230384827, 1.9102379083633423, -1.0670262575149536, 0.0022354731336236], "mean": [0.08526215702295303, 0.21285143494606018, 0.09158333390951157, -1.7615125179290771, -0.2428743988275528, 0.04390985146164894, -0.0883069783449173, -0.2527354061603546, 0.40908125042915344, 0.17223992943763733, -1.394382357597351, -1.3685444593429565, -1.1337460279464722, 0.07052181661128998, -0.011560872197151184, -0.12655384838581085, -1.421913504600525, -0.007351120002567768, -0.1299750655889511, 0.011836403049528599, -0.3130563199520111, -0.45576006174087524, 0.1139109805226326, 1.353882074356079, -1.2947626113891602, 1.1740802526474, 552.04736328125, 682.9053344726562, -0.01809975691139698, -0.1736403852701187, -0.8366091251373291, 1.9102134704589844, -1.067855954170227, 0.0006138758035376668], "std": [0.26747214794158936, 0.054266076534986496, 0.10263235867023468, 0.1678660660982132, 0.03309258818626404, 0.08643956482410431, 0.08019579201936722, 0.04392135515809059, 0.06271075457334518, 0.052204959094524384, 0.1410539150238037, 0.06609534472227097, 0.0817473903298378, 0.15568867325782776, 0.08142124861478806, 0.05838211253285408, 0.2166319191455841, 0.031041579321026802, 0.04286579415202141, 0.01750500127673149, 0.011784895323216915, 0.04396561160683632, 0.012149290181696415, 0.04859568178653717, 0.039612866938114166, 0.06768682599067688, 485.21575927734375, 453.04620361328125, 1.761111775522295e-06, 6.05459172220435e-05, 0.00018639687914401293, 1.716448059596587e-05, 0.000467183388536796, 0.0006086232606321573], "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": [138], "max": [138], "mean": [138.0], "std": [0.0], "count": [866]}, "index": {"min": [117802], "max": [118667], "mean": [118234.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5900692840646651, 0.6816351039947589], "std": [0.49182062184101033, 0.4521500327227349], "count": [866]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5900692840646651, 0.6816351039947589], "std": [0.4918206218410104, 0.4521500327227349], "count": [866]}, "eef_direction_state": {"mean": [5.01270207852194, 5.1639722863741335], "std": [2.045910774541731, 2.0002066681138957], "min": [0, 0], "max": [6, 6], "count": [866]}, "eef_velocity_state": {"mean": [0.29445727482678985, 0.1928406466512702], "std": [0.5943473091763263, 0.48391638906344236], "min": [0, 0], "max": [2, 2], "count": [866]}, "eef_acc_mag_state": {"mean": [0.4457274826789838, 0.3140877598152425], "std": [0.7397874294321714, 0.659421092364913], "min": [0, 0], "max": [2, 2], "count": [866]}, "eef_direction_action": {"mean": [5.01270207852194, 5.1639722863741335], "std": [2.0459107745417304, 2.0002066681138957], "min": [0, 0], "max": [6, 6], "count": [866]}, "eef_velocity_action": {"mean": [0.29445727482678985, 0.1928406466512702], "std": [0.5943473091763263, 0.48391638906344236], "min": [0, 0], "max": [2, 2], "count": [866]}, "eef_acc_mag_action": {"mean": [0.4457274826789838, 0.3140877598152425], "std": [0.7397874294321714, 0.659421092364913], "min": [0, 0], "max": [2, 2], "count": [866]}, "eef_sim_pose_state": {"mean": [0.42913714968951616, 0.24599614574000805, 1.1850082461322036, -0.03788219800236305, 0.013042552841450361, 1.3455959615650246, 0.47322895060186376, -0.17922546853788246, 1.1234207247102728, 0.04904347377110174, -0.0004536213423132663, -1.4226040780716502], "std": [0.06744914308432505, 0.03769602777509528, 0.040934581325810564, 0.027285699934086145, 0.0418577898683194, 0.14145587623696648, 0.04359240148325055, 0.009423502198872847, 0.01011922324324947, 0.04068748450858846, 0.027613622058605975, 0.05699046533831485], "min": [0.3694075067774819, 0.15822800459304326, 1.1567890817919124, -0.09288433039164201, -0.0690503890387586, 1.06396098010491, 0.3963718278254988, -0.18911810567193782, 1.1065907804708663, -0.05211537674043687, -0.0676035272849107, -1.4636364061672453], "max": [0.5770621058147632, 0.2804798364410441, 1.2584726180669827, -0.010847037401765625, 0.07222301766953665, 1.4687883890776905, 0.5797082892049821, -0.15625804449238764, 1.1502310455120823, 0.07607459226476054, 0.028504136008916214, -1.3042817976264391], "count": [866]}, "eef_sim_pose_action": {"mean": [0.42919504401531483, 0.24600604584596858, 1.185011097519989, -0.037903747771957715, 0.013084670186108793, 1.345522418593069, 0.4733146167813499, -0.17921852973098756, 1.1233931280266216, 0.04907311302970848, -0.0003604435302958729, -1.422784817283803], "std": [0.0674314660871088, 0.0377020168775763, 0.04093270283219098, 0.02727700875612414, 0.041895876017062524, 0.14142030449121212, 0.043514139269200086, 0.009418730354482643, 0.01009424464145167, 0.04069600039819047, 0.02752331241131672, 0.056863321627813365], "min": [0.3694075067774819, 0.15822800459304326, 1.1567890817919124, -0.09288433039164201, -0.0690503890387586, 1.06396098010491, 0.3963718278254988, -0.18911810567193782, 1.1065907804708663, -0.05211537674043687, -0.0676035272849107, -1.4636364061672453], "max": [0.5770621058147632, 0.2804798364410441, 1.2584726180669827, -0.010847037401765625, 0.07222301766953665, 1.4687883890776905, 0.5797082892049821, -0.15625804449238764, 1.1502310455120823, 0.07607459226476054, 0.028504136008916214, -1.3042817976264391], "count": [866]}, "gripper_mode_state": {"mean": [0.40993071593533487, 0.31986143187066973], "std": [0.49182062184101033, 0.4664226584036379], "min": [0, 0], "max": [1, 1], "count": [866]}, "gripper_activity_state": {"mean": [1.989607390300231, 1.907621247113164], "std": [0.13119836062203719, 0.38236184053919825], "min": [0, 0], "max": [2, 2], "count": [866]}, "gripper_mode_action": {"mean": [0.40993071593533487, 0.31986143187066973], "std": [0.4918206218410104, 0.4664226584036379], "min": [0, 0], "max": [1, 1], "count": [866]}, "gripper_activity_action": {"mean": [1.989607390300231, 1.907621247113164], "std": [0.13119836062203719, 0.38236184053919825], "min": [0, 0], "max": [2, 2], "count": [866]}}} +{"episode_index": 139, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47775334712009804]], [[0.4687928462009804]], [[0.458520618872549]]], "std": [[[0.14935526742488528]], [[0.1535315623495722]], [[0.15802838513671494]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46287411279616014]], [[0.45650838950163397]], [[0.4488655075571895]]], "std": [[[0.14651772794808784]], [[0.14793457234276933]], [[0.15243832094022297]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46583999183006536]], [[0.4694338324652778]], [[0.46221440716911766]]], "std": [[[0.16282511118432025]], [[0.16211114825718648]], [[0.16981326408137254]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4853770654616013]], [[0.48084123008578433]], [[0.4683482996323529]]], "std": [[[0.14372694512055503]], [[0.1405083446414568]], [[0.15070433601693659]]], "count": [160]}, "observation.state": {"min": [-0.47132614254951477, 0.13665927946567535, -0.0524122379720211, -2.0388412475585938, -0.30455997586250305, -0.08805186301469803, -0.23945917189121246, -0.2845509946346283, 0.3625139892101288, 0.08512499928474426, -1.6909455060958862, -1.4967384338378906, -1.2444764375686646, -0.17781414091587067, -0.06771877408027649, -0.26256734132766724, -1.7714743614196777, -0.022043509408831596, -0.13400638103485107, -0.026232298463582993, -0.33372700214385986, -0.5623630285263062, 0.08695200085639954, 1.26744544506073, -1.4475547075271606, 1.0075149536132812, 0.0, 0.0, -0.018103228881955147, -0.1739620715379715, -0.8368721008300781, 1.9101840257644653, -1.0702613592147827, -0.0018026172183454037], "max": [0.26827457547187805, 0.28497734665870667, 0.27977630496025085, -1.3339725732803345, -0.16697566211223602, 0.12245229631662369, -0.01984439231455326, -0.1878949999809265, 0.5479270219802856, 0.20637600123882294, -1.2972227334976196, -1.231588363647461, -0.9803256392478943, 0.47965139150619507, 0.1892460584640503, -0.08543386310338974, -0.8882853388786316, 0.07319910824298859, 0.07253588736057281, 0.10103710740804672, -0.2895660102367401, -0.37567099928855896, 0.12707999348640442, 1.4755313396453857, -1.2372937202453613, 1.2644774913787842, 1001.0, 1002.0, -0.0180957093834877, -0.17353910207748413, -0.8361058831214905, 1.9102346897125244, -1.065583348274231, 0.0017475610366091132], "mean": [0.107622891664505, 0.2239939421415329, 0.07356351613998413, -1.7626714706420898, -0.24883881211280823, -0.0001209533802466467, -0.1004418283700943, -0.25753962993621826, 0.40487217903137207, 0.1834384948015213, -1.4056732654571533, -1.349994421005249, -1.1581435203552246, 0.08657817542552948, -0.01794188655912876, -0.11921714246273041, -1.441550612449646, 0.0030143368057906628, -0.10110809653997421, 0.010921092703938484, -0.3006945848464966, -0.4618499279022217, 0.11674545705318451, 1.3434243202209473, -1.2922760248184204, 1.1957017183303833, 524.4908447265625, 746.8604125976562, -0.018099777400493622, -0.17367686331272125, -0.8365830183029175, 1.9102202653884888, -1.0678367614746094, 0.0006162115023471415], "std": [0.2315288484096527, 0.032881394028663635, 0.0873732790350914, 0.17041946947574615, 0.031923241913318634, 0.05770658329129219, 0.0897735208272934, 0.03855312988162041, 0.05627300962805748, 0.0367278978228569, 0.14423899352550507, 0.05902271717786789, 0.0755264014005661, 0.1464906483888626, 0.07003282755613327, 0.05332821235060692, 0.1990952044725418, 0.03280803561210632, 0.04869116470217705, 0.03374062106013298, 0.012312094680964947, 0.041099101305007935, 0.013515859842300415, 0.04862605780363083, 0.07417989522218704, 0.08901245892047882, 487.58746337890625, 421.38726806640625, 6.383612003446615e-07, 0.00011916158109670505, 0.00013281153223942965, 1.288447583647212e-05, 0.0005220937891863286, 0.00037068178062327206], "count": [874]}, "action": {"min": [-0.47132614254951477, 0.13665927946567535, -0.0524122379720211, -2.0388412475585938, -0.30455997586250305, -0.08805186301469803, -0.23945917189121246, -0.2845509946346283, 0.3625139892101288, 0.08512499928474426, -1.6909455060958862, -1.4967384338378906, -1.2444764375686646, -0.17781414091587067, -0.06771877408027649, -0.26256734132766724, -1.7714743614196777, -0.022043509408831596, -0.13400638103485107, -0.026232298463582993, -0.33372700214385986, -0.5623630285263062, 0.08695200085639954, 1.26744544506073, -1.4475547075271606, 1.0075149536132812, 0.0, 0.0, -0.018103228881955147, -0.1739620715379715, -0.8368721008300781, 1.9101840257644653, -1.0702613592147827, -0.0018026172183454037], "max": [0.26827457547187805, 0.28497734665870667, 0.27977630496025085, -1.3339725732803345, -0.16697566211223602, 0.12245229631662369, -0.01984439231455326, -0.1878949999809265, 0.5479270219802856, 0.20637600123882294, -1.2972227334976196, -1.231588363647461, -0.9803256392478943, 0.47965139150619507, 0.1892460584640503, -0.08543386310338974, -0.8882853388786316, 0.07319910824298859, 0.07253588736057281, 0.10103710740804672, -0.2895660102367401, -0.37567099928855896, 0.12707999348640442, 1.4755313396453857, -1.2372937202453613, 1.2644774913787842, 1001.0, 1002.0, -0.0180957093834877, -0.17353910207748413, -0.8361058831214905, 1.9102346897125244, -1.065583348274231, 0.0017475610366091132], "mean": [0.10734741389751434, 0.22394850850105286, 0.07355077564716339, -1.762386679649353, -0.24886487424373627, -0.00019486105884425342, -0.10060469806194305, -0.2575395107269287, 0.40494874119758606, 0.18344198167324066, -1.4057753086090088, -1.3500455617904663, -1.1581953763961792, 0.08684119582176208, -0.018208535388112068, -0.11901777982711792, -1.441218376159668, 0.0029166871681809425, -0.10118108242750168, 0.010945135727524757, -0.3006986379623413, -0.4619423747062683, 0.11676382273435593, 1.3432626724243164, -1.292176365852356, 1.195920705795288, 524.4908447265625, 746.8604125976562, -0.018099777400493622, -0.17367708683013916, -0.8365829586982727, 1.9102203845977783, -1.0678367614746094, 0.0006165492814034224], "std": [0.23148390650749207, 0.03288538008928299, 0.08737853914499283, 0.17048262059688568, 0.03193657845258713, 0.057774439454078674, 0.08975637704133987, 0.038553014397621155, 0.056266482919454575, 0.03672978654503822, 0.14419369399547577, 0.05901505425572395, 0.07555998861789703, 0.14623036980628967, 0.069686159491539, 0.053117141127586365, 0.19878731667995453, 0.03274775296449661, 0.0486828051507473, 0.03372161090373993, 0.012309836223721504, 0.040996942669153214, 0.013517191633582115, 0.048421066254377365, 0.07418941706418991, 0.08893004059791565, 487.58746337890625, 421.38726806640625, 6.383612003446615e-07, 0.00011934434587601572, 0.0001327706268057227, 1.2951923054060899e-05, 0.000522083486430347, 0.0003706156276166439], "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": [139], "max": [139], "mean": [139.0], "std": [0.0], "count": [874]}, "index": {"min": [118668], "max": [119541], "mean": [119104.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5652173913043478, 0.745470251735125], "std": [0.49572844569527585, 0.4205424819367732], "count": [874]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5652173913043478, 0.745470251735125], "std": [0.49572844569527585, 0.4205424819367732], "count": [874]}, "eef_direction_state": {"mean": [5.088100686498856, 5.05720823798627], "std": [1.9437796837527157, 2.117579137871743], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_state": {"mean": [0.2745995423340961, 0.18649885583524028], "std": [0.545520671487695, 0.433970396362014], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_state": {"mean": [0.4794050343249428, 0.3524027459954233], "std": [0.763984265039972, 0.6911171884929775], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_direction_action": {"mean": [5.088100686498856, 5.05720823798627], "std": [1.9437796837527157, 2.117579137871743], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_action": {"mean": [0.2745995423340961, 0.18649885583524028], "std": [0.545520671487695, 0.433970396362014], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_action": {"mean": [0.4794050343249428, 0.3524027459954233], "std": [0.763984265039972, 0.6911171884929777], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_sim_pose_state": {"mean": [0.4248378206740636, 0.2560915609696503, 1.1774136633183452, -0.06197304175747188, 0.010960891109040761, 1.3555383665406104, 0.47959886681314023, -0.1805843132091169, 1.1347696189238863, 0.05731023564885697, 0.01444649483098339, -1.4349808088070923], "std": [0.06038470196364272, 0.023554800172899744, 0.034217404678461974, 0.05018649896046196, 0.04589014448006711, 0.13203855327802452, 0.040925801852848755, 0.008175091887363222, 0.007386252498373056, 0.06364900470111239, 0.029919194544395046, 0.07290031040532421], "min": [0.3805860205531334, 0.18741912509892342, 1.1468254599683618, -0.17256219407176698, -0.10191486698747054, 1.0772884131312193, 0.3962396668658176, -0.19037790635347746, 1.1160935816484976, -0.0822904210386749, -0.06754317051903036, -1.487319193166408], "max": [0.5766044518614764, 0.27558675595533094, 1.2424813111438628, -0.016080344138307057, 0.06488746758397079, 1.4641818071575012, 0.5806802889537195, -0.15968129076854232, 1.1553039988794143, 0.10439688090070687, 0.06619076482779485, -1.2854334292860121], "count": [874]}, "eef_sim_pose_action": {"mean": [0.42491633424475933, 0.25610370610488536, 1.177403733684262, -0.06206122753925061, 0.01099424246339102, 1.355454549621278, 0.4796874759912802, -0.1805787579752554, 1.134759059339825, 0.057367325517038124, 0.014546194183235764, -1.435187064153267], "std": [0.060375515623336776, 0.023561880423994035, 0.034224642153442106, 0.05017614149269585, 0.04591648068314977, 0.13200442892650863, 0.040829283087742266, 0.00817122259222936, 0.007378921389315187, 0.06366296505556668, 0.029790943885364057, 0.07278552310726057], "min": [0.3805860205531334, 0.18741912509892342, 1.1468254599683618, -0.17256219407176698, -0.10191486698747054, 1.0772884131312193, 0.3962396668658176, -0.19037790635347746, 1.1160935816484976, -0.0822904210386749, -0.06754317051903036, -1.487319193166408], "max": [0.5766044518614764, 0.27558675595533094, 1.2424813111438628, -0.016080344138307057, 0.06488746758397079, 1.4641818071575012, 0.5806802889537195, -0.15968129076854232, 1.1553039988794143, 0.10439688090070687, 0.06619076482779485, -1.2854334292860121], "count": [874]}, "gripper_mode_state": {"mean": [0.43478260869565216, 0.2528604118993135], "std": [0.49572844569527585, 0.4346516122061723], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_state": {"mean": [1.9897025171624714, 1.8958810068649885], "std": [0.13060028040969834, 0.40240292492362734], "min": [0, 0], "max": [2, 2], "count": [874]}, "gripper_mode_action": {"mean": [0.43478260869565216, 0.2528604118993135], "std": [0.49572844569527585, 0.4346516122061723], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_action": {"mean": [1.9897025171624714, 1.8958810068649885], "std": [0.13060028040969834, 0.4024029249236274], "min": [0, 0], "max": [2, 2], "count": [874]}}} +{"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.4771991298527443]], [[0.46894471021340267]], [[0.4587864546420978]]], "std": [[[0.15340742280144506]], [[0.15873022928282346]], [[0.16332314974237602]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46175667006260335]], [[0.45589892289747225]], [[0.4485313496633593]]], "std": [[[0.14718916363625892]], [[0.14947665869059248]], [[0.15377591291371495]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4734566255216946]], [[0.4716887119556658]], [[0.46174307032049766]]], "std": [[[0.16148328316652502]], [[0.1598546960250901]], [[0.16688371565117793]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48633505590991416]], [[0.4783815211827703]], [[0.46558252618316404]]], "std": [[[0.1440381287689963]], [[0.13955991622690903]], [[0.1496353723070341]]], "count": [166]}, "observation.state": {"min": [-0.4703487753868103, 0.04742059484124184, -0.018849557265639305, -2.048405647277832, -0.33718016743659973, -0.04738568887114525, -0.2065248191356659, -0.2832759916782379, 0.3585610091686249, 0.05623500049114227, -1.6590694189071655, -1.5555751323699951, -1.3092941045761108, -0.17332863807678223, -0.026197392493486404, -0.2626197040081024, -1.7714743614196777, 0.01935570128262043, -0.1848827302455902, -0.02626720443367958, -0.3374519944190979, -0.5660250186920166, 0.09618499875068665, 1.3143203258514404, -1.4763716459274292, 1.0314233303070068, 0.0, 0.0, -0.018103228881955147, -0.17389251291751862, -0.8373110294342041, 1.9101998805999756, -1.0689659118652344, -0.003945064265280962], "max": [0.28881707787513733, 0.29715973138809204, 0.29712486267089844, -1.341966152191162, -0.2004685252904892, 0.23336797952651978, -0.01979203335940838, -0.17946499586105347, 0.5458440184593201, 0.20187699794769287, -1.28330659866333, -1.2767398357391357, -0.9922385811805725, 0.5016774535179138, 0.18931587040424347, -0.09716247767210007, -0.8437969088554382, 0.129660502076149, 0.01785471849143505, 0.14906857907772064, -0.288222998380661, -0.3761509954929352, 0.12581199407577515, 1.4755313396453857, -1.2670232057571411, 1.2771443128585815, 1001.0, 1002.0, -0.018097590655088425, -0.1738586723804474, -0.8355956077575684, 1.910226821899414, -1.0672941207885742, 0.0031742770224809647], "mean": [0.09924237430095673, 0.19912786781787872, 0.08753804862499237, -1.764253854751587, -0.2520885467529297, 0.022080596536397934, -0.0754939541220665, -0.2550373375415802, 0.40602126717567444, 0.1713344007730484, -1.3810677528381348, -1.3733789920806885, -1.1707017421722412, 0.11060117185115814, 0.006220930255949497, -0.12891526520252228, -1.3941330909729004, 0.04365459829568863, -0.14061406254768372, 0.049909334629774094, -0.3053617477416992, -0.466928094625473, 0.11871615797281265, 1.3772993087768555, -1.3241939544677734, 1.193900465965271, 566.1395874023438, 679.525634765625, -0.01809985190629959, -0.17387859523296356, -0.8366087079048157, 1.9102272987365723, -1.0678209066390991, 0.0005867864820174873], "std": [0.2527499794960022, 0.06825973093509674, 0.09738621860742569, 0.16637420654296875, 0.021675266325473785, 0.07606735080480576, 0.07095104455947876, 0.042113643139600754, 0.059967756271362305, 0.051063984632492065, 0.13317106664180756, 0.08433865755796432, 0.07418359071016312, 0.16607153415679932, 0.06191626563668251, 0.048634123057127, 0.22430583834648132, 0.03370767459273338, 0.061438143253326416, 0.04548400640487671, 0.01349499449133873, 0.045331064611673355, 0.008906930685043335, 0.03782214969396591, 0.07670565694570541, 0.10139565169811249, 484.1141662597656, 454.921875, 6.913598440405622e-07, 4.527408236754127e-06, 0.0003088869561906904, 1.6674788639647886e-05, 0.0003211688599549234, 0.0006492281099781394], "count": [917]}, "action": {"min": [-0.4703487753868103, 0.04742059484124184, -0.018849557265639305, -2.048405647277832, -0.33718016743659973, -0.04738568887114525, -0.2065248191356659, -0.2832759916782379, 0.3585610091686249, 0.05623500049114227, -1.6590694189071655, -1.5555751323699951, -1.3092941045761108, -0.17332863807678223, -0.026197392493486404, -0.2626197040081024, -1.7714743614196777, 0.01935570128262043, -0.1848827302455902, -0.02626720443367958, -0.3374519944190979, -0.5660250186920166, 0.09618499875068665, 1.3143203258514404, -1.4763716459274292, 1.0314233303070068, 0.0, 0.0, -0.018103228881955147, -0.17389251291751862, -0.8373110294342041, 1.9101998805999756, -1.0689659118652344, -0.003945064265280962], "max": [0.28881707787513733, 0.29715973138809204, 0.29712486267089844, -1.341966152191162, -0.2004685252904892, 0.23336797952651978, -0.01979203335940838, -0.17946499586105347, 0.5458440184593201, 0.20187699794769287, -1.28330659866333, -1.2767398357391357, -0.9922385811805725, 0.5016774535179138, 0.18931587040424347, -0.09716247767210007, -0.8437969088554382, 0.129660502076149, 0.01785471849143505, 0.14906857907772064, -0.288222998380661, -0.3761709928512573, 0.12581199407577515, 1.4755313396453857, -1.2670232057571411, 1.2771443128585815, 1001.0, 1002.0, -0.018097590655088425, -0.1738586723804474, -0.8355956077575684, 1.910226821899414, -1.0672941207885742, 0.0031742770224809647], "mean": [0.09905148297548294, 0.198990598320961, 0.08750051259994507, -1.7640787363052368, -0.25208401679992676, 0.022054428234696388, -0.07557941228151321, -0.2550334334373474, 0.4060754179954529, 0.1713252067565918, -1.3810575008392334, -1.3734230995178223, -1.170835256576538, 0.11085595190525055, 0.005990388337522745, -0.12873610854148865, -1.3937873840332031, 0.043604250997304916, -0.14074212312698364, 0.04997064173221588, -0.30536991357803345, -0.4670155644416809, 0.11873293668031693, 1.3771936893463135, -1.3241299390792847, 1.1941237449645996, 566.1395874023438, 679.525634765625, -0.018099850043654442, -0.17387859523296356, -0.836608350276947, 1.9102274179458618, -1.0678212642669678, 0.0005872813053429127], "std": [0.2526906132698059, 0.0683019831776619, 0.09741027653217316, 0.16636905074119568, 0.021675340831279755, 0.07608617097139359, 0.07093115895986557, 0.04211120307445526, 0.059954527765512466, 0.05105922371149063, 0.13317781686782837, 0.08432071655988693, 0.0743182972073555, 0.1658136546611786, 0.06162763014435768, 0.04844357818365097, 0.22396814823150635, 0.033708855509757996, 0.06140037998557091, 0.0454191230237484, 0.01348927989602089, 0.04523306339979172, 0.008904468268156052, 0.03768470510840416, 0.07672639936208725, 0.1013379842042923, 484.1141662597656, 454.921875, 6.894331363582751e-07, 4.5219626372272614e-06, 0.0003086624201387167, 1.6762149243731983e-05, 0.00032129159080795944, 0.0006491288659162819], "count": [917]}, "timestamp": {"min": [0.0], "max": [30.533333333333335], "mean": [15.266666666666666], "std": [8.823831367382311], "count": [917]}, "frame_index": {"min": [0], "max": [916], "mean": [458.0], "std": [264.7149410214694], "count": [917]}, "episode_index": {"min": [140], "max": [140], "mean": [140.0], "std": [0.0], "count": [917]}, "index": {"min": [119542], "max": [120458], "mean": [120000.0], "std": [264.7149410214694], "count": [917]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [917]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6030534351145038, 0.678264994507365], "std": [0.48926474378510215, 0.45403216734161583], "count": [917]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6030534351145038, 0.678264994507365], "std": [0.48926474378510215, 0.45403216734161583], "count": [917]}, "eef_direction_state": {"mean": [5.171210468920393, 5.230098146128681], "std": [1.8692600126684684, 1.942591915237437], "min": [0, 0], "max": [6, 6], "count": [917]}, "eef_velocity_state": {"mean": [0.26717557251908397, 0.1624863685932388], "std": [0.5828725772981771, 0.43156474079302926], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_acc_mag_state": {"mean": [0.42420937840785167, 0.36314067611777534], "std": [0.7354421750225497, 0.6911767933811003], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_direction_action": {"mean": [5.171210468920393, 5.230098146128681], "std": [1.8692600126684684, 1.942591915237437], "min": [0, 0], "max": [6, 6], "count": [917]}, "eef_velocity_action": {"mean": [0.26717557251908397, 0.1624863685932388], "std": [0.5828725772981771, 0.43156474079302926], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_acc_mag_action": {"mean": [0.42420937840785167, 0.36314067611777534], "std": [0.7354421750225496, 0.6911767933811003], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_sim_pose_state": {"mean": [0.4258489771044273, 0.24334633293005462, 1.1808524041618411, -0.054036540764011355, 0.03785606051563316, 1.358467666806914, 0.48546402408827727, -0.18700586493534538, 1.128455870891173, 0.07209795890085212, 0.024591006956028887, -1.3941591082432176], "std": [0.0643539355225403, 0.036793138541608116, 0.03794811912868257, 0.04422142437693895, 0.03749905880491663, 0.14191242934671763, 0.04554645465592221, 0.004041687172698875, 0.007991240489112615, 0.07898088088465262, 0.02814591484481263, 0.0645220505931579], "min": [0.3766653848901318, 0.15573867844290934, 1.1515537204655482, -0.14803549279005618, -0.03915741693402497, 1.0581673954599764, 0.39636851615108315, -0.20070998474224347, 1.1120867029738568, -0.07669613843932033, -0.06761128901677127, -1.4524482293000789], "max": [0.5738246153058196, 0.2690368316350102, 1.2523868389161696, -0.017453093596509373, 0.12938213615855187, 1.4523511762734962, 0.5854116351592487, -0.17505287798504118, 1.1511975791254394, 0.13024093400193915, 0.05997347643899098, -1.2533530202431842], "count": [917]}, "eef_sim_pose_action": {"mean": [0.4259033538987298, 0.24333560076527758, 1.1808481684669476, -0.054108579799042836, 0.0379601117788496, 1.3584692559146478, 0.4855487709347469, -0.18700474550642088, 1.128437728700288, 0.0721853014971548, 0.02469947817181788, -1.3943098920838888], "std": [0.06433919196652375, 0.03678839436643157, 0.03795101717131828, 0.044215634065491484, 0.03761649082827651, 0.14191341708749963, 0.04545282686278109, 0.0040413569766336015, 0.007973630693026331, 0.07899837517376956, 0.027982140590708807, 0.06447355820027376], "min": [0.3766653848901318, 0.15573867844290934, 1.1515537204655482, -0.14803549279005618, -0.03915741693402497, 1.0581673954599764, 0.39636851615108315, -0.20070998474224347, 1.1120867029738568, -0.07669613843932033, -0.06761128901677127, -1.4524482293000789], "max": [0.5738246153058196, 0.2690368316350102, 1.2523868389161696, -0.017453093596509373, 0.12938213615855187, 1.4523511762734962, 0.5854116351592487, -0.17505287798504118, 1.1511975791254394, 0.13024093400193915, 0.05997347643899098, -1.2533530202431842], "count": [917]}, "gripper_mode_state": {"mean": [0.3969465648854962, 0.3227917121046892], "std": [0.48926474378510215, 0.467543819017229], "min": [0, 0], "max": [1, 1], "count": [917]}, "gripper_activity_state": {"mean": [1.990185387131952, 1.910577971646674], "std": [0.12752004347420703, 0.37748434601792513], "min": [0, 0], "max": [2, 2], "count": [917]}, "gripper_mode_action": {"mean": [0.3969465648854962, 0.3227917121046892], "std": [0.48926474378510215, 0.467543819017229], "min": [0, 0], "max": [1, 1], "count": [917]}, "gripper_activity_action": {"mean": [1.990185387131952, 1.910577971646674], "std": [0.12752004347420703, 0.37748434601792513], "min": [0, 0], "max": [2, 2], "count": [917]}}} +{"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.47420411838978016]], [[0.46477032828282827]], [[0.4546944729154288]]], "std": [[[0.1499768834960469]], [[0.15447964882455942]], [[0.15917644615540366]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642786863735393]], [[0.45826264606852846]], [[0.4507893357595563]]], "std": [[[0.14577740546903117]], [[0.1467635490564264]], [[0.15077362056575452]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46236620122796596]], [[0.4633986618637354]], [[0.45353012725292136]]], "std": [[[0.16240949503028873]], [[0.16127645753307027]], [[0.1685328381062238]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4925145511487423]], [[0.48247499752426226]], [[0.4693003527926322]]], "std": [[[0.14532692689427695]], [[0.14030777926680751]], [[0.15037951322282822]]], "count": [165]}, "observation.state": {"min": [-0.4605749249458313, 0.029967304319143295, -0.034260813146829605, -2.0474982261657715, -0.32300809025764465, -0.03307398781180382, -0.21448349952697754, -0.2832620143890381, 0.35270699858665466, 0.058814000338315964, -1.6298394203186035, -1.5363792181015015, -1.2599735260009766, -0.17332863807678223, -0.038816120475530624, -0.26282912492752075, -1.7714568376541138, 0.0028972465079277754, -0.19198621809482574, -0.026232298463582993, -0.33924001455307007, -0.5667250156402588, 0.1004749983549118, 1.3187410831451416, -1.415034532546997, 1.05146062374115, 0.0, 0.0, -0.018101349472999573, -0.17399027943611145, -0.8369156718254089, 1.9101951122283936, -1.0694539546966553, -0.0013783045578747988], "max": [0.30749210715293884, 0.2814343273639679, 0.2667386829853058, -1.2864996194839478, -0.1932777613401413, 0.1434660702943802, -0.01984439231455326, -0.190544992685318, 0.5471240282058716, 0.20653699338436127, -1.2971378564834595, -1.3054111003875732, -1.0531688928604126, 0.509182333946228, 0.18931587040424347, -0.10677924752235413, -0.8188735842704773, 0.1019621342420578, 0.0073303827084600925, 0.11419689655303955, -0.290367990732193, -0.3761500120162964, 0.12501199543476105, 1.4763309955596924, -1.2606958150863647, 1.2611232995986938, 1001.0, 1002.0, -0.0180957093834877, -0.17354097962379456, -0.8359775543212891, 1.9102259874343872, -1.0672956705093384, 0.003344191936776042], "mean": [0.12346714735031128, 0.20783761143684387, 0.07379874587059021, -1.765023112297058, -0.26037436723709106, 0.0031581807415932417, -0.07972566038370132, -0.262335866689682, 0.40179339051246643, 0.1787991225719452, -1.3704832792282104, -1.3728723526000977, -1.1819740533828735, 0.04071474075317383, 0.018549537286162376, -0.13644568622112274, -1.490198016166687, 0.02163461595773697, -0.13234029710292816, 0.036989208310842514, -0.298014760017395, -0.44710421562194824, 0.11900241672992706, 1.401509165763855, -1.2981247901916504, 1.1898897886276245, 595.1835327148438, 693.7977905273438, -0.018099701032042503, -0.1737593114376068, -0.8364935517311096, 1.9101961851119995, -1.0678038597106934, 0.0005732727004215121], "std": [0.22193144261837006, 0.06121296063065529, 0.07574786990880966, 0.16531221568584442, 0.0294350553303957, 0.04781896248459816, 0.07273620367050171, 0.03515155613422394, 0.05484594404697418, 0.04416599124670029, 0.1184697076678276, 0.07422506809234619, 0.041752997785806656, 0.16447651386260986, 0.06611177325248718, 0.04990509897470474, 0.22896771132946014, 0.02434050291776657, 0.041850797832012177, 0.03204699233174324, 0.015449302271008492, 0.04546491429209709, 0.007468232419341803, 0.0360979363322258, 0.04992556571960449, 0.08257251232862473, 479.4746398925781, 448.97723388671875, 5.08877121774276e-07, 7.470621494576335e-05, 0.0001788249792298302, 1.3776506420981605e-05, 0.0002866376598831266, 0.0006186817772686481], "count": [910]}, "action": {"min": [-0.4605749249458313, 0.029967304319143295, -0.034260813146829605, -2.0474982261657715, -0.32300809025764465, -0.03307398781180382, -0.21448349952697754, -0.2832620143890381, 0.35270699858665466, 0.058814000338315964, -1.6298394203186035, -1.5363792181015015, -1.2599735260009766, -0.17332863807678223, -0.038816120475530624, -0.2627418637275696, -1.7714568376541138, 0.0028972465079277754, -0.19198621809482574, -0.026232298463582993, -0.33924001455307007, -0.5667250156402588, 0.1004749983549118, 1.3187410831451416, -1.415034532546997, 1.05146062374115, 0.0, 0.0, -0.018101349472999573, -0.17399027943611145, -0.8369156718254089, 1.9101951122283936, -1.0694539546966553, -0.0013783045578747988], "max": [0.30749210715293884, 0.2814343273639679, 0.2667386829853058, -1.2864996194839478, -0.1932777613401413, 0.1434660702943802, -0.01984439231455326, -0.190544992685318, 0.5471240282058716, 0.20653699338436127, -1.2971378564834595, -1.3054111003875732, -1.0531688928604126, 0.509182333946228, 0.18931587040424347, -0.10677924752235413, -0.8188735842704773, 0.1019621342420578, 0.0073303827084600925, 0.11419689655303955, -0.290367990732193, -0.3761500120162964, 0.12501199543476105, 1.4763309955596924, -1.2606958150863647, 1.2611232995986938, 1001.0, 1002.0, -0.0180957093834877, -0.17354097962379456, -0.8359775543212891, 1.9102259874343872, -1.0672956705093384, 0.003344191936776042], "mean": [0.12320241332054138, 0.2077651023864746, 0.0737912505865097, -1.764771580696106, -0.26044681668281555, 0.0031490707769989967, -0.0798758789896965, -0.2623341679573059, 0.40186724066734314, 0.17879106104373932, -1.3705165386199951, -1.373003363609314, -1.182053804397583, 0.04090562090277672, 0.01833394169807434, -0.1362781971693039, -1.489951491355896, 0.02156989835202694, -0.13243608176708221, 0.037055227905511856, -0.2980135381221771, -0.4471732974052429, 0.11901824921369553, 1.4014276266098022, -1.2980546951293945, 1.1900883913040161, 595.1835327148438, 693.7977905273438, -0.018099701032042503, -0.1737591177225113, -0.8364934325218201, 1.9101961851119995, -1.067803978919983, 0.0005734479054808617], "std": [0.22190561890602112, 0.06121274083852768, 0.07575137913227081, 0.16535815596580505, 0.02949993684887886, 0.04782425984740257, 0.07275346666574478, 0.035150591284036636, 0.05484384298324585, 0.04416246712207794, 0.11845336109399796, 0.0742349848151207, 0.04182703420519829, 0.16432850062847137, 0.06587395071983337, 0.04973622038960457, 0.2287861704826355, 0.02430078014731407, 0.04179312288761139, 0.03197845444083214, 0.015449807047843933, 0.04540478438138962, 0.007463660091161728, 0.03601289168000221, 0.04992589354515076, 0.08249109238386154, 479.4746398925781, 448.9772644042969, 5.08877121774276e-07, 7.460514461854473e-05, 0.00017879354709293693, 1.37922525027534e-05, 0.0002866579161491245, 0.0006186363170854747], "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": [141], "max": [141], "mean": [141.0], "std": [0.0], "count": [910]}, "index": {"min": [120459], "max": [121368], "mean": [120913.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6362637362637362, 0.6925065936500227], "std": [0.4810740007311214, 0.4480894895311288], "count": [910]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6362637362637362, 0.6925065936500227], "std": [0.4810740007311214, 0.4480894895311288], "count": [910]}, "eef_direction_state": {"mean": [5.015384615384615, 5.264835164835165], "std": [2.066952052210438, 1.903488620631444], "min": [0, 0], "max": [6, 6], "count": [910]}, "eef_velocity_state": {"mean": [0.2714285714285714, 0.17802197802197803], "std": [0.558606137029062, 0.49075008697769007], "min": [0, 0], "max": [2, 2], "count": [910]}, "eef_acc_mag_state": {"mean": [0.4098901098901099, 0.2857142857142857], "std": [0.7293765130673403, 0.6304666732347105], "min": [0, 0], "max": [2, 2], "count": [910]}, "eef_direction_action": {"mean": [5.015384615384615, 5.264835164835165], "std": [2.066952052210438, 1.903488620631444], "min": [0, 0], "max": [6, 6], "count": [910]}, "eef_velocity_action": {"mean": [0.2714285714285714, 0.17802197802197803], "std": [0.558606137029062, 0.49075008697769007], "min": [0, 0], "max": [2, 2], "count": [910]}, "eef_acc_mag_action": {"mean": [0.4098901098901099, 0.2857142857142857], "std": [0.7293765130673403, 0.6304666732347105], "min": [0, 0], "max": [2, 2], "count": [910]}, "eef_sim_pose_state": {"mean": [0.4210217037518541, 0.24985248466183851, 1.1735050583434767, -0.0547581721356377, 0.04479949071841281, 1.367625875394075, 0.46556887482943193, -0.18734589974670385, 1.1340691476380933, 0.08729074439358303, -0.000997862352732578, -1.3952901364784238], "std": [0.058356854354380115, 0.032959249039277154, 0.029883563724649145, 0.050959807948141735, 0.044332970501152244, 0.11506879560423398, 0.045320399931690535, 0.003295528570328285, 0.009579090855420537, 0.06439349766438678, 0.02492826601883087, 0.047178577080797146], "min": [0.3714532137290808, 0.1555516755116601, 1.1521213434528874, -0.1854584034321079, -0.07439273102767552, 1.1168286965914487, 0.39635777904180486, -0.1918444175439327, 1.1075786186196364, -0.06208456984609034, -0.06764550660303148, -1.4313405774535521], "max": [0.5753006922552957, 0.27694499668345135, 1.2340438349996978, -0.01745374103077879, 0.13894250618336135, 1.446405668485176, 0.5855550762597767, -0.1771168198118723, 1.145648789879214, 0.1378064847866104, 0.01887691427504934, -1.3041065722969296], "count": [910]}, "eef_sim_pose_action": {"mean": [0.42109720433711584, 0.2498530905341376, 1.173500270868183, -0.054815278936662, 0.04491372499883072, 1.3675390574623807, 0.46563559539662724, -0.18734598373459485, 1.1340602263496744, 0.08737945955431087, -0.0009132874114871099, -1.3954251194979197], "std": [0.058352711120124634, 0.032959524252395074, 0.029886585144751683, 0.05094714110354415, 0.044435307034843524, 0.11503945279549505, 0.045263114985813854, 0.0032955623545423054, 0.009573170113173608, 0.0643945846148444, 0.024833185289588354, 0.047093142042790845], "min": [0.3714532137290808, 0.1555516755116601, 1.1521213434528874, -0.1854584034321079, -0.07439273102767552, 1.1168286965914487, 0.39636032759928425, -0.1918444175439327, 1.1075786186196364, -0.06208456984609034, -0.06764550660303148, -1.4313405774535521], "max": [0.5753006922552957, 0.27694499668345135, 1.2340438349996978, -0.01745374103077879, 0.13894250618336135, 1.446405668485176, 0.5855550762597767, -0.1771168198118723, 1.145648789879214, 0.1378064847866104, 0.01887691427504934, -1.3041503445579312], "count": [910]}, "gripper_mode_state": {"mean": [0.3637362637362637, 0.3076923076923077], "std": [0.4810740007311214, 0.46153846153846523], "min": [0, 0], "max": [1, 1], "count": [910]}, "gripper_activity_state": {"mean": [1.9901098901098901, 1.9054945054945054], "std": [0.12800664908463974, 0.3835526920153648], "min": [0, 0], "max": [2, 2], "count": [910]}, "gripper_mode_action": {"mean": [0.3637362637362637, 0.3076923076923077], "std": [0.4810740007311214, 0.46153846153846523], "min": [0, 0], "max": [1, 1], "count": [910]}, "gripper_activity_action": {"mean": [1.9901098901098901, 1.9054945054945054], "std": [0.12800664908463974, 0.3835526920153648], "min": [0, 0], "max": [2, 2], "count": [910]}}} +{"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.4699267461422439]], [[0.4622884361584871]], [[0.4527163558224078]]], "std": [[[0.15221382165711345]], [[0.15713067933649574]], [[0.16178038585208648]]], "count": [169]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46105499357040647]], [[0.4554274023958696]], [[0.44808595713926597]]], "std": [[[0.14792542928484853]], [[0.15023248877733558]], [[0.1546223868413]]], "count": [169]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638412555110802]], [[0.4654490176741308]], [[0.45633288857949494]]], "std": [[[0.15762459495130623]], [[0.1564193938074998]], [[0.16387428957009498]]], "count": [169]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48982298676373903]], [[0.48046291260587076]], [[0.4662170978845187]]], "std": [[[0.14559830055873632]], [[0.14134194071367528]], [[0.15146196228310024]]], "count": [169]}, "observation.state": {"min": [-0.4993910789489746, 0.09492845833301544, -0.05248204991221428, -2.172184467315674, -0.3064972758293152, -0.02082177810370922, -0.2266833633184433, -0.28325799107551575, 0.35040798783302307, 0.06454800069332123, -1.6639729738235474, -1.535272479057312, -1.1854034662246704, -0.17327629029750824, -0.034435346722602844, -0.26258477568626404, -1.7714568376541138, 0.023858651518821716, -0.16023866832256317, -0.02626720443367958, -0.3383849859237671, -0.5652830004692078, 0.09555300325155258, 1.3065927028656006, -1.4399582147598267, 1.0324604511260986, 0.0, 0.0, -0.018101349472999573, -0.1739376187324524, -0.8367984294891357, 1.910169005393982, -1.0683740377426147, -0.003652696730569005], "max": [0.29279643297195435, 0.30721282958984375, 0.3090105354785919, -1.3732599020004272, -0.19245746731758118, 0.32583552598953247, -0.019809486344456673, -0.16705499589443207, 0.547577977180481, 0.20676299929618835, -1.2971378564834595, -1.3180017471313477, -0.9509868025779724, 0.5013632774353027, 0.18931587040424347, -0.10049605369567871, -0.8386306762695312, 0.09080947935581207, 0.07386232912540436, 0.11021754145622253, -0.2809680104255676, -0.3761669993400574, 0.12571600079536438, 1.480062484741211, -1.299950361251831, 1.2567648887634277, 1001.0, 1002.0, -0.018093829974532127, -0.1735672950744629, -0.8363752961158752, 1.9102355241775513, -1.0674375295639038, 0.0032511658500880003], "mean": [0.08872915059328079, 0.2275870442390442, 0.09777045249938965, -1.7829147577285767, -0.2538822293281555, 0.06825903803110123, -0.09485519677400589, -0.24966664612293243, 0.40648528933525085, 0.17085766792297363, -1.399444580078125, -1.3848087787628174, -1.1130595207214355, 0.06372778862714767, 0.012811361812055111, -0.13353757560253143, -1.4717187881469727, 0.044101960957050323, -0.09478892385959625, 0.0389615073800087, -0.29966241121292114, -0.4541667401790619, 0.11844228208065033, 1.3631408214569092, -1.3310658931732178, 1.1838816404342651, 531.0946655273438, 667.9500122070312, -0.018099553883075714, -0.1737672984600067, -0.8366996645927429, 1.9102097749710083, -1.067813754081726, 0.0006341715343296528], "std": [0.26166048645973206, 0.045624181628227234, 0.10013677179813385, 0.16939301788806915, 0.027044083923101425, 0.11688682436943054, 0.08521294593811035, 0.04663006216287613, 0.060640349984169006, 0.04753580316901207, 0.13591746985912323, 0.08140942454338074, 0.09171467274427414, 0.16954685747623444, 0.07084594666957855, 0.05438952520489693, 0.23297592997550964, 0.014161619357764721, 0.03939038887619972, 0.0340689942240715, 0.01428583636879921, 0.04713408648967743, 0.009397691115736961, 0.04556605964899063, 0.04241036996245384, 0.09011954814195633, 488.0702209472656, 459.6265563964844, 3.562951462754427e-07, 6.0077436501160264e-05, 0.00012219641939736903, 1.1963823453697842e-05, 0.00022308765619527549, 0.0006725605926476419], "count": [940]}, "action": {"min": [-0.4993910789489746, 0.09492845833301544, -0.05248204991221428, -2.172184467315674, -0.3064972758293152, -0.02082177810370922, -0.2266833633184433, -0.28325799107551575, 0.35040798783302307, 0.06454800069332123, -1.6639729738235474, -1.535272479057312, -1.1854034662246704, -0.17327629029750824, -0.034435346722602844, -0.26258477568626404, -1.7714568376541138, 0.023858651518821716, -0.16023866832256317, -0.02626720443367958, -0.3383849859237671, -0.5652830004692078, 0.09555300325155258, 1.3065927028656006, -1.4399582147598267, 1.0324604511260986, 0.0, 0.0, -0.018101349472999573, -0.1739376187324524, -0.8367984294891357, 1.910169005393982, -1.0683708190917969, -0.003652696730569005], "max": [0.29279643297195435, 0.30721282958984375, 0.3090105354785919, -1.3732599020004272, -0.19245746731758118, 0.32583552598953247, -0.019809486344456673, -0.16705499589443207, 0.547577977180481, 0.20676299929618835, -1.2971378564834595, -1.3180017471313477, -0.9509868025779724, 0.5013632774353027, 0.18931587040424347, -0.10049605369567871, -0.8386306762695312, 0.09080947935581207, 0.07386232912540436, 0.11021754145622253, -0.2809680104255676, -0.3761669993400574, 0.12571600079536438, 1.480062484741211, -1.299950361251831, 1.2567648887634277, 1001.0, 1002.0, -0.018093829974532127, -0.1735672950744629, -0.8363752961158752, 1.9102355241775513, -1.0674375295639038, 0.0032511658500880003], "mean": [0.08850135654211044, 0.22757579386234283, 0.09782560914754868, -1.7827481031417847, -0.2539321184158325, 0.06832082569599152, -0.09501287341117859, -0.2496585249900818, 0.4065443277359009, 0.170829638838768, -1.3995468616485596, -1.3849743604660034, -1.1129945516586304, 0.06393953412771225, 0.012591411359608173, -0.13336600363254547, -1.471455693244934, 0.04407075420022011, -0.09483722597360611, 0.03902588412165642, -0.2996646761894226, -0.4542425572872162, 0.11845853179693222, 1.3630045652389526, -1.331040620803833, 1.184076189994812, 531.0946655273438, 667.9489135742188, -0.018099553883075714, -0.17376746237277985, -0.8366994261741638, 1.9102100133895874, -1.0678133964538574, 0.0006345411529764533], "std": [0.2615995705127716, 0.045622147619724274, 0.10012029111385345, 0.16940467059612274, 0.02708711288869381, 0.11685516685247421, 0.08521101623773575, 0.04662488400936127, 0.06062857061624527, 0.04752534627914429, 0.13587667047977448, 0.08143318444490433, 0.09168557822704315, 0.1693749874830246, 0.07061820477247238, 0.05423663929104805, 0.23277579247951508, 0.014145763590931892, 0.03937973082065582, 0.03400289639830589, 0.01428480725735426, 0.04706593230366707, 0.009395780973136425, 0.045421499758958817, 0.04241863265633583, 0.09006349742412567, 488.0702209472656, 459.62432861328125, 3.562951462754427e-07, 6.018587373546325e-05, 0.00012241036165505648, 1.2072590834577568e-05, 0.00022256124066188931, 0.0006724478444084525], "count": [940]}, "timestamp": {"min": [0.0], "max": [31.3], "mean": [15.65], "std": [9.045149098949238], "count": [940]}, "frame_index": {"min": [0], "max": [939], "mean": [469.5], "std": [271.3544729684772], "count": [940]}, "episode_index": {"min": [142], "max": [142], "mean": [142.0], "std": [0.0], "count": [940]}, "index": {"min": [121369], "max": [122308], "mean": [121838.5], "std": [271.3544729684772], "count": [940]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [940]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5659574468085107, 0.6667127658977133], "std": [0.49563052288020076, 0.45873017199211835], "count": [940]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5659574468085107, 0.6667127658977133], "std": [0.49563052288020076, 0.45873017199211835], "count": [940]}, "eef_direction_state": {"mean": [5.086170212765958, 5.3202127659574465], "std": [1.9202227853808176, 1.8406219917279751], "min": [0, 0], "max": [6, 6], "count": [940]}, "eef_velocity_state": {"mean": [0.28085106382978725, 0.17127659574468085], "std": [0.5666768743699346, 0.4897073247566603], "min": [0, 0], "max": [2, 2], "count": [940]}, "eef_acc_mag_state": {"mean": [0.46170212765957447, 0.2904255319148936], "std": [0.7590736772160361, 0.6389101673172052], "min": [0, 0], "max": [2, 2], "count": [940]}, "eef_direction_action": {"mean": [5.086170212765958, 5.3202127659574465], "std": [1.9202227853808176, 1.8406219917279751], "min": [0, 0], "max": [6, 6], "count": [940]}, "eef_velocity_action": {"mean": [0.28085106382978725, 0.17127659574468085], "std": [0.5666768743699346, 0.4897073247566603], "min": [0, 0], "max": [2, 2], "count": [940]}, "eef_acc_mag_action": {"mean": [0.46170212765957447, 0.2904255319148936], "std": [0.7590736772160361, 0.6389101673172052], "min": [0, 0], "max": [2, 2], "count": [940]}, "eef_sim_pose_state": {"mean": [0.42704432370627565, 0.24662395558608988, 1.1892775984992945, -0.02682215589075826, 0.012114773472585666, 1.3277068708973685, 0.47231137651596206, -0.18649282689045948, 1.1360625272023084, 0.055450937061593875, 0.025524515861091668, -1.396239373029626], "std": [0.06539130474010842, 0.03271507797044013, 0.045108802446493027, 0.02217819728399722, 0.044142461422734716, 0.14780068397860913, 0.047073115771591505, 0.0045162408297805086, 0.009461224190089412, 0.05671195823560958, 0.03938692609780129, 0.05447983714901202], "min": [0.36915580309131535, 0.166991422652586, 1.1567852080577787, -0.07062370497346915, -0.08306646064353762, 1.0513095985359453, 0.3963807972911324, -0.1948988201356589, 1.1116462763789006, -0.07531478764753041, -0.06761383410656152, -1.4393948177179638], "max": [0.5769113658447286, 0.2793581013632546, 1.2671215091254797, 0.05079129046038211, 0.0770622405818997, 1.4459957443367315, 0.5843701838943384, -0.1719577642095949, 1.1618840882881052, 0.09770479674947452, 0.05133557559906343, -1.2864694193071256], "count": [940]}, "eef_sim_pose_action": {"mean": [0.42710752881056285, 0.2466156009508368, 1.1892852320296181, -0.026826526309586363, 0.012158395897550325, 1.3275302245526428, 0.4723841678584187, -0.18649248381484615, 1.1360549611601896, 0.055497193780960664, 0.025647649728629623, -1.3963789384235739], "std": [0.06537789880648189, 0.032711509782011296, 0.045103914938883924, 0.022176761612958774, 0.04418299075244132, 0.1477585463904361, 0.04700851434292164, 0.004516085386390686, 0.009457314248202377, 0.05672349347425055, 0.03927694409058191, 0.054412314634616314], "min": [0.36915580309131535, 0.166991422652586, 1.1567852080577787, -0.07062370497346915, -0.08306646064353762, 1.0513095985359453, 0.3963807972911324, -0.1948988201356589, 1.1116462763789006, -0.07531478764753041, -0.06761383410656152, -1.4393948177179638], "max": [0.5769113658447286, 0.2793581013632546, 1.2671215091254797, 0.05079129046038211, 0.0770622405818997, 1.4459957443367315, 0.5843701838943384, -0.1719577642095949, 1.1618840882881052, 0.09770479674947452, 0.05133557559906343, -1.2864694193071256], "count": [940]}, "gripper_mode_state": {"mean": [0.4340425531914894, 0.33191489361702126], "std": [0.49563052288020076, 0.47090062328713983], "min": [0, 0], "max": [1, 1], "count": [940]}, "gripper_activity_state": {"mean": [1.9904255319148936, 1.9063829787234043], "std": [0.12595942350375325, 0.3828250282615549], "min": [0, 0], "max": [2, 2], "count": [940]}, "gripper_mode_action": {"mean": [0.4340425531914894, 0.33191489361702126], "std": [0.49563052288020076, 0.4709006232871398], "min": [0, 0], "max": [1, 1], "count": [940]}, "gripper_activity_action": {"mean": [1.9904255319148936, 1.9063829787234043], "std": [0.12595942350375325, 0.3828250282615549], "min": [0, 0], "max": [2, 2], "count": [940]}}} +{"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.46761045530159856]], [[0.45966207353925503]], [[0.4499079307425782]]], "std": [[[0.15437141757895737]], [[0.1573905420485568]], [[0.16152301542758146]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4622188422808883]], [[0.4563183739861406]], [[0.4485713565044491]]], "std": [[[0.14745432037870962]], [[0.1484760732996004]], [[0.1526709529877215]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4707661294688558]], [[0.47281857577368297]], [[0.46443477340735495]]], "std": [[[0.1621026654929915]], [[0.161106780910807]], [[0.1681962906645588]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49830910037207654]], [[0.48851758381565474]], [[0.47436013539451927]]], "std": [[[0.15263447282014447]], [[0.146260631567149]], [[0.15638541982456491]]], "count": [166]}, "observation.state": {"min": [-0.49213048815727234, 0.12669344246387482, -0.024417156353592873, -2.038649320602417, -0.2695137560367584, -0.0884358286857605, -0.28272587060928345, -0.283282995223999, 0.35951098799705505, 0.08555299788713455, -1.802483320236206, -1.4374586343765259, -1.224697470664978, -0.1733810007572174, -0.06667157262563705, -0.26277676224708557, -1.7714743614196777, -0.024172810837626457, -0.1189441904425621, -0.026232298463582993, -0.33302998542785645, -0.5658140182495117, 0.08769500255584717, 1.2755939960479736, -1.4242576360702515, 1.0352879762649536, 0.0, 0.0, -0.01810511015355587, -0.17393574118614197, -0.837149441242218, 1.9101983308792114, -1.0682013034820557, -0.0023209054488688707], "max": [0.27752479910850525, 0.2725331485271454, 0.2820277512073517, -1.2725545167922974, -0.16210618615150452, 0.04394738748669624, -0.019809486344456673, -0.18673300743103027, 0.5514929890632629, 0.20390599966049194, -1.2971378564834595, -1.213266134262085, -1.0411392450332642, 0.4916068911552429, 0.18931587040424347, -0.11454596370458603, -0.876731276512146, 0.066811203956604, 0.06661921739578247, 0.07213445752859116, -0.28297799825668335, -0.3761399984359741, 0.10974399745464325, 1.4755918979644775, -1.3291609287261963, 1.2655346393585205, 1001.0, 1002.0, -0.018093829974532127, -0.1738436371088028, -0.8359910249710083, 1.9102228879928589, -1.0665072202682495, 0.002136751776561141], "mean": [0.1429116278886795, 0.22521182894706726, 0.07416021078824997, -1.7823481559753418, -0.24468229711055756, -0.024776004254817963, -0.08771982043981552, -0.26074686646461487, 0.3956937789916992, 0.1826430708169937, -1.4082120656967163, -1.340407133102417, -1.1681175231933594, 0.05781407654285431, -0.005894738249480724, -0.1567894071340561, -1.481533169746399, 0.033020537346601486, -0.09168040752410889, 0.028922325000166893, -0.29716935753822327, -0.4510176181793213, 0.10135334730148315, 1.372925877571106, -1.3518422842025757, 1.1841899156570435, 635.398681640625, 744.8485717773438, -0.018099647015333176, -0.17388509213924408, -0.8365700840950012, 1.910196304321289, -1.0678846836090088, 0.0006113802082836628], "std": [0.22351586818695068, 0.031993407756090164, 0.07632363587617874, 0.16329576075077057, 0.023783879354596138, 0.024797745048999786, 0.09562639892101288, 0.036064598709344864, 0.05372665077447891, 0.034279756247997284, 0.17228403687477112, 0.04435117915272713, 0.0458974689245224, 0.1684613972902298, 0.09109720587730408, 0.05011674016714096, 0.226755291223526, 0.02001117169857025, 0.041656073182821274, 0.025478919968008995, 0.01332808192819357, 0.04855496063828468, 0.004780431743711233, 0.05513741448521614, 0.018327895551919937, 0.09304606169462204, 469.52581787109375, 423.4016418457031, 6.013311235619767e-07, 7.929495041025802e-06, 0.00024816254153847694, 1.3191327525419183e-05, 0.0002953053335659206, 0.0005171742523089051], "count": [918]}, "action": {"min": [-0.49213048815727234, 0.12669344246387482, -0.024417156353592873, -2.038649320602417, -0.2695137560367584, -0.0884358286857605, -0.28272587060928345, -0.283282995223999, 0.35951098799705505, 0.08555299788713455, -1.802483320236206, -1.4374586343765259, -1.224697470664978, -0.1733810007572174, -0.06667157262563705, -0.26277676224708557, -1.7714743614196777, -0.024172810837626457, -0.1189441904425621, -0.026232298463582993, -0.33302998542785645, -0.5658140182495117, 0.08769500255584717, 1.2755939960479736, -1.4242576360702515, 1.0352879762649536, 0.0, 0.0, -0.01810511015355587, -0.17393574118614197, -0.837149441242218, 1.9101983308792114, -1.0682013034820557, -0.0023209054488688707], "max": [0.27752479910850525, 0.2725331485271454, 0.2820277512073517, -1.2725545167922974, -0.16210618615150452, 0.04394738748669624, -0.019809486344456673, -0.18673300743103027, 0.5514929890632629, 0.20390599966049194, -1.2971378564834595, -1.213266134262085, -1.0411392450332642, 0.4916068911552429, 0.18931587040424347, -0.11454596370458603, -0.876731276512146, 0.066811203956604, 0.06661921739578247, 0.07213445752859116, -0.28297799825668335, -0.37615901231765747, 0.10974399745464325, 1.4755918979644775, -1.3291609287261963, 1.2655346393585205, 1001.0, 1002.0, -0.018093829974532127, -0.1738436371088028, -0.8359910249710083, 1.9102228879928589, -1.0665072202682495, 0.002136751776561141], "mean": [0.14276151359081268, 0.22515469789505005, 0.07416945695877075, -1.7822285890579224, -0.2446909248828888, -0.024806154891848564, -0.08787661790847778, -0.2607365846633911, 0.3957328498363495, 0.18262070417404175, -1.4083378314971924, -1.3405046463012695, -1.1681387424468994, 0.05803920328617096, -0.006155605893582106, -0.15664714574813843, -1.4812527894973755, 0.03298494592308998, -0.09173820167779922, 0.02899055927991867, -0.29716891050338745, -0.4510955214500427, 0.10134398192167282, 1.372804045677185, -1.351862907409668, 1.1844007968902588, 635.398681640625, 744.8485717773438, -0.018099647015333176, -0.17388507723808289, -0.8365697860717773, 1.910196304321289, -1.0678846836090088, 0.0006116160075180233], "std": [0.22347959876060486, 0.03201201930642128, 0.07632025331258774, 0.16328679025173187, 0.023788632825016975, 0.02481033280491829, 0.09563296288251877, 0.036059532314538956, 0.05371851101517677, 0.0342739000916481, 0.17224568128585815, 0.04440084844827652, 0.04590984433889389, 0.16829074919223785, 0.09088066965341568, 0.05000096186995506, 0.22655683755874634, 0.019981734454631805, 0.0416540764272213, 0.025415025651454926, 0.013328256085515022, 0.04849206283688545, 0.00477252434939146, 0.055034227669239044, 0.018313266336917877, 0.09299858659505844, 469.52581787109375, 423.4016418457031, 6.013311235619767e-07, 7.943338459881488e-06, 0.00024804665008559823, 1.3203057278587949e-05, 0.000295326259220019, 0.0005170417134650052], "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": [143], "max": [143], "mean": [143.0], "std": [0.0], "count": [918]}, "index": {"min": [122309], "max": [123226], "mean": [122767.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6699346405228758, 0.7434488017252019], "std": [0.470236342651607, 0.4225507187487136], "count": [918]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6699346405228758, 0.7434488017252019], "std": [0.470236342651607, 0.4225507187487136], "count": [918]}, "eef_direction_state": {"mean": [5.079520697167756, 5.172113289760349], "std": [2.026833871753999, 2.0105403354134714], "min": [0, 0], "max": [6, 6], "count": [918]}, "eef_velocity_state": {"mean": [0.24727668845315903, 0.17647058823529413], "std": [0.5471934650097575, 0.4542366105593293], "min": [0, 0], "max": [2, 2], "count": [918]}, "eef_acc_mag_state": {"mean": [0.39869281045751637, 0.3202614379084967], "std": [0.7216526899977509, 0.6599689182412618], "min": [0, 0], "max": [2, 2], "count": [918]}, "eef_direction_action": {"mean": [5.079520697167756, 5.172113289760349], "std": [2.026833871753999, 2.0105403354134714], "min": [0, 0], "max": [6, 6], "count": [918]}, "eef_velocity_action": {"mean": [0.24727668845315903, 0.17647058823529413], "std": [0.5471934650097575, 0.45423661055932935], "min": [0, 0], "max": [2, 2], "count": [918]}, "eef_acc_mag_action": {"mean": [0.39869281045751637, 0.3202614379084967], "std": [0.7216526899977509, 0.6599689182412617], "min": [0, 0], "max": [2, 2], "count": [918]}, "eef_sim_pose_state": {"mean": [0.41574638814823756, 0.2545619056157558, 1.1732763587144657, -0.07025997408587605, 0.008093643701899847, 1.3632042480412903, 0.46955825101440163, -0.1713597054357629, 1.1381668776761011, 0.058733160614730516, 0.03479896421801939, -1.3772154236216496], "std": [0.05892489418416494, 0.020759020268078812, 0.02790991647816352, 0.07494909935453654, 0.05514843726710671, 0.12905557241153795, 0.048063211863388106, 0.008415887976218712, 0.008299129641199233, 0.06214899582058048, 0.05559728996484579, 0.0378436939000296], "min": [0.37858625829998116, 0.18917990255295958, 1.1567887722451276, -0.22526048447913605, -0.139297379403033, 1.0685507846260662, 0.39633173880674377, -0.18872913695454116, 1.117068694557399, -0.08601260320947568, -0.06758331593137434, -1.405873773884662], "max": [0.5838590271875762, 0.2680820581068818, 1.2312343273030466, -0.017432971062677716, 0.07125873339041688, 1.4459827658409061, 0.5838203261998759, -0.15764278924768294, 1.1591672816240173, 0.10428416647157301, 0.07705082283197684, -1.297603823372972], "count": [918]}, "eef_sim_pose_action": {"mean": [0.41578854953208183, 0.2545536974053394, 1.1732776695928246, -0.07033851641973898, 0.00813178590528825, 1.3630716002185177, 0.46963380641770636, -0.17133720937502928, 1.138160555739205, 0.05879248180303893, 0.03495402071027779, -1.3773210251929757], "std": [0.05891565086775039, 0.020756564547138076, 0.027909171455152215, 0.07493212627265895, 0.05517750321441659, 0.12903299970594184, 0.04800251890155557, 0.008397247217279996, 0.008296542783997994, 0.0621644487523981, 0.05551058974628363, 0.037774871986267694], "min": [0.37858625829998116, 0.18917990255295958, 1.1567887722451276, -0.22526048447913605, -0.139297379403033, 1.0685507846260662, 0.39633173880674377, -0.18872913695454116, 1.117068694557399, -0.08601260320947568, -0.06758331593137434, -1.405873773884662], "max": [0.5838590271875762, 0.2680820581068818, 1.2312343273030466, -0.017432971062677716, 0.07125873339041688, 1.4459782686520206, 0.5838203261998759, -0.15764278924768294, 1.1591672816240173, 0.10428416647157301, 0.07705082283197684, -1.297603823372972], "count": [918]}, "gripper_mode_state": {"mean": [0.3300653594771242, 0.25381263616557737], "std": [0.470236342651607, 0.4351916610968813], "min": [0, 0], "max": [1, 1], "count": [918]}, "gripper_activity_state": {"mean": [1.9901960784313726, 1.9030501089324618], "std": [0.12745098039215685, 0.3938130724737056], "min": [0, 0], "max": [2, 2], "count": [918]}, "gripper_mode_action": {"mean": [0.3300653594771242, 0.25381263616557737], "std": [0.470236342651607, 0.4351916610968813], "min": [0, 0], "max": [1, 1], "count": [918]}, "gripper_activity_action": {"mean": [1.9901960784313726, 1.9030501089324618], "std": [0.12745098039215688, 0.3938130724737056], "min": [0, 0], "max": [2, 2], "count": [918]}}} +{"episode_index": 144, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47098234798970096]], [[0.4631017800554565]], [[0.45394115790255496]]], "std": [[[0.15107629604105455]], [[0.1554296003822299]], [[0.15968563689737583]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46295985219845515]], [[0.45724532209348384]], [[0.44975820088136265]]], "std": [[[0.14579912378641538]], [[0.14747289643196482]], [[0.1518145003355149]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46302604599920777]], [[0.4660124195385225]], [[0.45783279114676173]]], "std": [[[0.16003502156290703]], [[0.1593338147098311]], [[0.16703384743896682]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4862654993563082]], [[0.48379278941374526]], [[0.4732931137353932]]], "std": [[[0.14167214443940887]], [[0.13923090542572772]], [[0.14942059017701542]]], "count": [165]}, "observation.state": {"min": [-0.4575904309749603, 0.06979572027921677, 0.0009599310578778386, -2.0328547954559326, -0.33368948101997375, -0.03384193405508995, -0.21935297548770905, -0.28326699137687683, 0.3618989884853363, 0.07475099712610245, -1.648833990097046, -1.5450716018676758, -1.2559213638305664, -0.17331120371818542, -0.10417870432138443, -0.26258477568626404, -1.7714568376541138, -0.03991567716002464, -0.12105603516101837, -0.03296926990151405, -0.33584800362586975, -0.5673210024833679, 0.08900599926710129, 1.2139619588851929, -1.41029691696167, 1.020592212677002, 0.0, 0.0, -0.018108868971467018, -0.1742139756679535, -0.8374576568603516, 1.909658670425415, -1.070015788078308, -0.002287681680172682], "max": [0.2710496187210083, 0.25413739681243896, 0.2621135413646698, -1.3386151790618896, -0.20376719534397125, 0.1468694508075714, -0.01984439231455326, -0.18177300691604614, 0.5455949902534485, 0.2022860050201416, -1.2972227334976196, -1.289791226387024, -1.1093811988830566, 0.4989372789859772, 0.18929840624332428, -0.052726395428180695, -0.851947546005249, 0.09248499572277069, 0.1177922710776329, 0.07180283963680267, -0.2842220067977905, -0.37616801261901855, 0.12979699671268463, 1.4755313396453857, -1.2380224466323853, 1.2921215295791626, 1001.0, 1002.0, -0.01809007115662098, -0.17339621484279633, -0.835576593875885, 1.9104645252227783, -1.064642071723938, 0.0023284992203116417], "mean": [0.13595815002918243, 0.20885801315307617, 0.07778196036815643, -1.7808932065963745, -0.2590743601322174, -0.0004688215849455446, -0.07520218938589096, -0.2607259750366211, 0.39783015847206116, 0.1775442510843277, -1.3754526376724243, -1.3699531555175781, -1.1842944622039795, 0.10806644707918167, -0.04030974954366684, -0.09848082810640335, -1.4115413427352905, -0.008368592709302902, -0.08322104811668396, -0.016113901510834694, -0.30454927682876587, -0.46816542744636536, 0.11796197295188904, 1.288341760635376, -1.2864534854888916, 1.2044086456298828, 656.200439453125, 703.8358764648438, -0.018099961802363396, -0.17376777529716492, -0.8367168307304382, 1.9102725982666016, -1.067905068397522, 0.0005966389435343444], "std": [0.22554321587085724, 0.05164281651377678, 0.07424011081457138, 0.15312980115413666, 0.0261128768324852, 0.04318191856145859, 0.07258202880620956, 0.037495944648981094, 0.05496786907315254, 0.04038742184638977, 0.12333673983812332, 0.07435797154903412, 0.0373048335313797, 0.1638725847005844, 0.09372606873512268, 0.07085870951414108, 0.2239655703306198, 0.03363776579499245, 0.06249218061566353, 0.023139510303735733, 0.011961053125560284, 0.04743455722928047, 0.014588020741939545, 0.07537554949522018, 0.05819425359368324, 0.10552377253770828, 462.90631103515625, 444.4559631347656, 9.38206483169779e-07, 0.00010328310600016266, 0.00030299514764919877, 0.00012564175995066762, 0.0005798565689474344, 0.0005116990068927407], "count": [908]}, "action": {"min": [-0.4575904309749603, 0.06979572027921677, 0.0009599310578778386, -2.0328547954559326, -0.33368948101997375, -0.03384193405508995, -0.21935297548770905, -0.28326699137687683, 0.3618989884853363, 0.07475099712610245, -1.648833990097046, -1.5450716018676758, -1.2559213638305664, -0.17331120371818542, -0.10417870432138443, -0.26258477568626404, -1.7714568376541138, -0.03991567716002464, -0.12105603516101837, -0.03296926990151405, -0.33584800362586975, -0.5673210024833679, 0.08900599926710129, 1.2139619588851929, -1.41029691696167, 1.020592212677002, 0.0, 0.0, -0.018108868971467018, -0.1742139756679535, -0.8374576568603516, 1.909658670425415, -1.070015788078308, -0.002287681680172682], "max": [0.2710496187210083, 0.25413739681243896, 0.2621135413646698, -1.3386151790618896, -0.20376719534397125, 0.1468694508075714, -0.01984439231455326, -0.18177300691604614, 0.5455949902534485, 0.2022860050201416, -1.2972227334976196, -1.289791226387024, -1.1093811988830566, 0.4989372789859772, 0.18929840624332428, -0.052726395428180695, -0.851947546005249, 0.09248499572277069, 0.1177922710776329, 0.07180283963680267, -0.2842220067977905, -0.37616801261901855, 0.12979699671268463, 1.4755313396453857, -1.2380224466323853, 1.2921215295791626, 1001.0, 1002.0, -0.01809007115662098, -0.17339621484279633, -0.835576593875885, 1.9104645252227783, -1.064642071723938, 0.0023284992203116417], "mean": [0.13579851388931274, 0.20877300202846527, 0.07779604196548462, -1.7807639837265015, -0.2591283321380615, -0.00048043287824839354, -0.0753406211733818, -0.26071807742118835, 0.3978724479675293, 0.1775163859128952, -1.3755149841308594, -1.3701013326644897, -1.184369683265686, 0.10836700350046158, -0.04060930386185646, -0.09825050085783005, -1.4111545085906982, -0.008467047475278378, -0.08328370004892349, -0.01611665077507496, -0.30456000566482544, -0.4682689905166626, 0.1179833933711052, 1.288103461265564, -1.2863558530807495, 1.2046544551849365, 656.200439453125, 703.8358764648438, -0.018099963665008545, -0.17376750707626343, -0.8367167711257935, 1.9102728366851807, -1.0679051876068115, 0.0005965930176898837], "std": [0.22550299763679504, 0.051653411239385605, 0.07423458248376846, 0.15312151610851288, 0.026152566075325012, 0.04318879544734955, 0.07259634882211685, 0.037491947412490845, 0.05495867878198624, 0.04037938266992569, 0.12331147491931915, 0.0743902325630188, 0.03737425059080124, 0.16360601782798767, 0.0934256836771965, 0.07066473364830017, 0.22364476323127747, 0.03355085849761963, 0.06250093132257462, 0.023140789940953255, 0.01195419393479824, 0.04733654484152794, 0.01459017675369978, 0.07512539625167847, 0.058197252452373505, 0.10546215623617172, 462.90631103515625, 444.4559631347656, 9.394116204930469e-07, 0.00010335924162063748, 0.0003029890067409724, 0.00012572124251164496, 0.0005798603524453938, 0.0005116896354593337], "count": [908]}, "timestamp": {"min": [0.0], "max": [30.233333333333334], "mean": [15.116666666666665], "std": [8.73722877499878], "count": [908]}, "frame_index": {"min": [0], "max": [907], "mean": [453.5], "std": [262.1168632499634], "count": [908]}, "episode_index": {"min": [144], "max": [144], "mean": [144.0], "std": [0.0], "count": [908]}, "index": {"min": [123227], "max": [124134], "mean": [123680.5], "std": [262.1168632499634], "count": [908]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [908]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6949339207048458, 0.7025154181976602], "std": [0.46043540975758523, 0.4435738702975032], "count": [908]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6949339207048458, 0.7025154181976602], "std": [0.46043540975758523, 0.4435738702975032], "count": [908]}, "eef_direction_state": {"mean": [5.172907488986784, 5.138766519823789], "std": [1.9092441259333108, 2.0474856769875966], "min": [0, 0], "max": [6, 6], "count": [908]}, "eef_velocity_state": {"mean": [0.24008810572687225, 0.16299559471365638], "std": [0.5549742949077046, 0.3980633900971849], "min": [0, 0], "max": [2, 2], "count": [908]}, "eef_acc_mag_state": {"mean": [0.34140969162995594, 0.3623348017621145], "std": [0.6802459677544278, 0.6879963968603354], "min": [0, 0], "max": [2, 2], "count": [908]}, "eef_direction_action": {"mean": [5.172907488986784, 5.138766519823789], "std": [1.9092441259333108, 2.0474856769875966], "min": [0, 0], "max": [6, 6], "count": [908]}, "eef_velocity_action": {"mean": [0.24008810572687225, 0.16299559471365638], "std": [0.5549742949077046, 0.3980633900971849], "min": [0, 0], "max": [2, 2], "count": [908]}, "eef_acc_mag_action": {"mean": [0.34140969162995594, 0.3623348017621145], "std": [0.6802459677544277, 0.6879963968603354], "min": [0, 0], "max": [2, 2], "count": [908]}, "eef_sim_pose_state": {"mean": [0.41718199559963554, 0.24862075441237047, 1.1745364507454998, -0.05961193156256824, 0.04276317012203377, 1.3669961798402364, 0.48534904975811827, -0.17740831554840014, 1.1341378811425091, 0.029469944727725024, 0.028990098649631982, -1.4728886276687772], "std": [0.05873297630091005, 0.028474547922838593, 0.03144821704557785, 0.05696807653063364, 0.0403081212809925, 0.11758531033027311, 0.046620975432669486, 0.01047457801495147, 0.008862679187254377, 0.06469416183490344, 0.0414157641789628, 0.08713852356199704], "min": [0.38093318104621315, 0.17214506135419214, 1.1555036103085479, -0.18573719217029017, -0.024246294978002236, 1.107250392015774, 0.39637205735996045, -0.19016400085956872, 1.117091195221678, -0.1002724350599059, -0.06757248741739774, -1.540754122518119], "max": [0.57365820897718, 0.26636627460218276, 1.2398653496697951, -0.01746473989362818, 0.1392236557827875, 1.445975489305732, 0.5845042364299965, -0.1530765222452443, 1.1613443127962668, 0.07434181030580866, 0.06947758113206803, -1.3042825488655003], "count": [908]}, "eef_sim_pose_action": {"mean": [0.41722670746938756, 0.24860466011105886, 1.1745363223331475, -0.059683234869914954, 0.0428775865917999, 1.3668794533938968, 0.48544827611671976, -0.17739992805875993, 1.1341240737857006, 0.0294970189032024, 0.029125560255372683, -1.4731445877058464], "std": [0.058722776208152506, 0.02846968174079197, 0.03144828964281781, 0.05695593111823238, 0.04042665883761676, 0.11755956027098252, 0.046527302367315386, 0.010468576179693309, 0.008856300165956576, 0.06470699955754913, 0.04130104656898869, 0.08698418867495812], "min": [0.38093318104621315, 0.17214506135419214, 1.1555036103085479, -0.18573719217029017, -0.024246294978002236, 1.107250392015774, 0.39637205735996045, -0.19016400085956872, 1.117091195221678, -0.1002724350599059, -0.06757248741739774, -1.540754122518119], "max": [0.57365820897718, 0.26636627460218276, 1.2398653496697951, -0.01746473989362818, 0.1392236557827875, 1.445975489305732, 0.5845042364299965, -0.1530765222452443, 1.1613443127962668, 0.07434181030580866, 0.06947758113206803, -1.3042825488655003], "count": [908]}, "gripper_mode_state": {"mean": [0.30506607929515417, 0.2973568281938326], "std": [0.46043540975758523, 0.4570948970622318], "min": [0, 0], "max": [1, 1], "count": [908]}, "gripper_activity_state": {"mean": [1.9900881057268722, 1.9063876651982379], "std": [0.12814670553886498, 0.3827833256364526], "min": [0, 0], "max": [2, 2], "count": [908]}, "gripper_mode_action": {"mean": [0.30506607929515417, 0.2973568281938326], "std": [0.46043540975758523, 0.4570948970622317], "min": [0, 0], "max": [1, 1], "count": [908]}, "gripper_activity_action": {"mean": [1.9900881057268722, 1.9063876651982379], "std": [0.12814670553886498, 0.3827833256364526], "min": [0, 0], "max": [2, 2], "count": [908]}}} +{"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.47232983447001986]], [[0.4665431331953071]], [[0.45631867946453947]]], "std": [[[0.15399273001871108]], [[0.15773032278979937]], [[0.16223234512666046]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.463748411683514]], [[0.45796002567693744]], [[0.45025508210530585]]], "std": [[[0.14670625164147008]], [[0.1479273090134433]], [[0.15202812547370131]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4762365221450899]], [[0.47423755099866033]], [[0.46468843116956926]]], "std": [[[0.16621347146535323]], [[0.16399853050884372]], [[0.1707784993519696]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4915936650022328]], [[0.48364123584216295]], [[0.47122595451223964]]], "std": [[[0.1485121108337167]], [[0.14369310194754195]], [[0.15384252405110557]]], "count": [161]}, "observation.state": {"min": [-0.501764714717865, 0.03778637945652008, -0.017610371112823486, -2.0180892944335938, -0.3421368896961212, -0.020839231088757515, -0.2004859745502472, -0.28325599431991577, 0.36133599281311035, 0.04158800095319748, -1.6943836212158203, -1.5318996906280518, -1.2275387048721313, -0.17332863807678223, -0.06983061879873276, -0.26256734132766724, -1.771928071975708, -0.014852751977741718, -0.13468705117702484, -0.026232298463582993, -0.3355399966239929, -0.5686699748039246, 0.0888649970293045, 1.2878992557525635, -1.449295163154602, 1.0016485452651978, 0.0, 0.0, -0.018110748380422592, -0.17417825758457184, -0.8371541500091553, 1.9102094173431396, -1.0682369470596313, -0.0019222222035750747], "max": [0.2828655242919922, 0.25511476397514343, 0.3134262263774872, -1.3118418455123901, -0.096220001578331, 0.20052088797092438, -0.019809486344456673, -0.17820599675178528, 0.5498660206794739, 0.2031649947166443, -1.2972227334976196, -1.310806393623352, -0.9767583608627319, 0.5100724697113037, 0.18931587040424347, -0.10665707290172577, -0.8421213626861572, 0.09690067917108536, 0.061941735446453094, 0.09300859272480011, -0.2887740135192871, -0.3761569857597351, 0.10988599807024002, 1.4761080741882324, -1.3019816875457764, 1.2777949571609497, 1001.0, 1002.0, -0.018091950565576553, -0.17347706854343414, -0.8359997272491455, 1.9102585315704346, -1.0674097537994385, 0.004267808049917221], "mean": [0.14722184836864471, 0.2127804011106491, 0.0764823630452156, -1.7947083711624146, -0.24763627350330353, 0.018069854006171227, -0.07080773264169693, -0.26227402687072754, 0.3942398428916931, 0.17825043201446533, -1.368188500404358, -1.3622682094573975, -1.16181480884552, 0.060346994549036026, -0.012009939178824425, -0.14596903324127197, -1.4787647724151611, 0.01903529092669487, -0.0844072550535202, 0.010657873935997486, -0.2979471981525421, -0.45260584354400635, 0.10682817548513412, 1.348897099494934, -1.327492356300354, 1.1871098279953003, 624.977294921875, 231.80909729003906, -0.018100690096616745, -0.1737200766801834, -0.8366861343383789, 1.9102411270141602, -1.0678379535675049, 0.0006274532643146813], "std": [0.2162153571844101, 0.05390126630663872, 0.08670242130756378, 0.13693614304065704, 0.0481409914791584, 0.06185676157474518, 0.06815345585346222, 0.036512069404125214, 0.0502171516418457, 0.04742545261979103, 0.1291295737028122, 0.06141391769051552, 0.06430047750473022, 0.17561031877994537, 0.09779483824968338, 0.0595550499856472, 0.2354162335395813, 0.027455611154437065, 0.036761801689863205, 0.030169179663062096, 0.01391525287181139, 0.05021706968545914, 0.005414598621428013, 0.06095387786626816, 0.037540264427661896, 0.10866034775972366, 471.61492919921875, 406.8952941894531, 1.379576474391797e-06, 0.00011372157314326614, 0.00018117927538696676, 1.3128404134477023e-05, 0.00020211721130181104, 0.0006361459381878376], "count": [880]}, "action": {"min": [-0.501764714717865, 0.03778637945652008, -0.017610371112823486, -2.0180892944335938, -0.3421368896961212, -0.020839231088757515, -0.2004859745502472, -0.28325599431991577, 0.36133599281311035, 0.04158800095319748, -1.6943836212158203, -1.5318996906280518, -1.2275387048721313, -0.17332863807678223, -0.06983061879873276, -0.26256734132766724, -1.771928071975708, -0.014852751977741718, -0.13468705117702484, -0.026232298463582993, -0.3355399966239929, -0.5686699748039246, 0.0888649970293045, 1.2878992557525635, -1.449295163154602, 1.0016485452651978, 0.0, 0.0, -0.018110748380422592, -0.17417825758457184, -0.8371541500091553, 1.9102094173431396, -1.0682369470596313, -0.0019222222035750747], "max": [0.2828655242919922, 0.25511476397514343, 0.3134262263774872, -1.3118418455123901, -0.096220001578331, 0.20052088797092438, -0.019809486344456673, -0.17820599675178528, 0.5498660206794739, 0.2031649947166443, -1.2972227334976196, -1.310806393623352, -0.9767583608627319, 0.5100724697113037, 0.18931587040424347, -0.10665707290172577, -0.8421213626861572, 0.09690067917108536, 0.061941735446453094, 0.09300859272480011, -0.2887740135192871, -0.3761569857597351, 0.10988599807024002, 1.4761080741882324, -1.3019816875457764, 1.2777949571609497, 1001.0, 1002.0, -0.018091950565576553, -0.17347706854343414, -0.8359997272491455, 1.9102585315704346, -1.0674097537994385, 0.004267808049917221], "mean": [0.1470792144536972, 0.2127218097448349, 0.07646594196557999, -1.7946127653121948, -0.247691348195076, 0.018112793564796448, -0.0709342509508133, -0.26226329803466797, 0.39427870512008667, 0.1782395988702774, -1.368216872215271, -1.3623931407928467, -1.1618564128875732, 0.06058419868350029, -0.01230426412075758, -0.14579235017299652, -1.47847318649292, 0.018964676186442375, -0.08445163816213608, 0.010690002702176571, -0.29794666171073914, -0.45269012451171875, 0.10682792961597443, 1.3487193584442139, -1.3274623155593872, 1.187347650527954, 624.977294921875, 231.80909729003906, -0.018100691959261894, -0.17372040450572968, -0.8366863131523132, 1.9102411270141602, -1.067838191986084, 0.0006270703743211925], "std": [0.2161782681941986, 0.053898584097623825, 0.08671026676893234, 0.13692745566368103, 0.04817571863532066, 0.06184295192360878, 0.06816232949495316, 0.03650730475783348, 0.05020900443196297, 0.0474211722612381, 0.1291169673204422, 0.06143616512417793, 0.06432749330997467, 0.17543496191501617, 0.09757808595895767, 0.059439435601234436, 0.23521330952644348, 0.02741459757089615, 0.036760151386260986, 0.030145399272441864, 0.013915516436100006, 0.050150975584983826, 0.00541447289288044, 0.06081174686551094, 0.037549130618572235, 0.10862544178962708, 471.61492919921875, 406.8952941894531, 1.379325794914621e-06, 0.00011383114906493574, 0.00018121339962817729, 1.3106412552588154e-05, 0.00020226700871717185, 0.0006361701525747776], "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": [145], "max": [145], "mean": [145.0], "std": [0.0], "count": [880]}, "index": {"min": [124135], "max": [125014], "mean": [124574.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6625, 0.23142954550302502], "std": [0.47285700798444474, 0.4061763018541868], "count": [880]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6625, 0.23142954550302502], "std": [0.47285700798444474, 0.4061763018541868], "count": [880]}, "eef_direction_state": {"mean": [5.168181818181818, 5.217045454545454], "std": [1.9030803651010282, 1.9422176635174884], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_state": {"mean": [0.26931818181818185, 0.18522727272727274], "std": [0.5965541114192741, 0.48477730893288046], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_state": {"mean": [0.36363636363636365, 0.33636363636363636], "std": [0.6971014368247596, 0.6812725089161823], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_direction_action": {"mean": [5.168181818181818, 5.217045454545454], "std": [1.9030803651010282, 1.9422176635174884], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_action": {"mean": [0.26931818181818185, 0.18522727272727274], "std": [0.5965541114192741, 0.48477730893288046], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_action": {"mean": [0.36363636363636365, 0.33636363636363636], "std": [0.6971014368247596, 0.6812725089161823], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_sim_pose_state": {"mean": [0.4134713333936031, 0.24910211686068132, 1.175182068724151, -0.040737583325565964, 0.029666969000864955, 1.37142209184912, 0.4706379102746111, -0.17355862941132333, 1.1385171691244664, 0.04912943568570103, 0.02903996586120466, -1.4068984789996697], "std": [0.054309361575852165, 0.03503140743170536, 0.032585941041214636, 0.03598660505411914, 0.04964173982218038, 0.12051672442237342, 0.0498390350984858, 0.007404156452715042, 0.007974279157146243, 0.061748622417369274, 0.053158851253138656, 0.06674954247159944], "min": [0.37884273535212915, 0.14348924649886927, 1.1567907183584458, -0.12921958575521975, -0.11161898354121491, 1.0938636993768387, 0.3963667933117419, -0.18873388822135498, 1.1161997128042618, -0.08548563727568548, -0.06755097489104656, -1.4604781227417343], "max": [0.5792158835254634, 0.2688947322116419, 1.2508221535424124, -0.017502949270827295, 0.11556149859247955, 1.446907035908748, 0.5870634185377959, -0.16366093517867025, 1.1546406030164547, 0.09178279145572954, 0.06961578184501893, -1.2889156282832523], "count": [880]}, "eef_sim_pose_action": {"mean": [0.41351179132472804, 0.2491003794313394, 1.1751893399859878, -0.040768156281508976, 0.029758959507464076, 1.3713360381028974, 0.4707185409310501, -0.1735373844538591, 1.138512287842036, 0.049176853792015626, 0.02919516169118659, -1.4070742906264357], "std": [0.05430028164873073, 0.03503067988426322, 0.032582553601164126, 0.035978302416057914, 0.04972212992120168, 0.12049058718508666, 0.049776198230844, 0.007387498595369769, 0.007971830566504594, 0.061764000785601285, 0.053076107164127424, 0.06668290604987194], "min": [0.37884273535212915, 0.14348924649886927, 1.1567907183584458, -0.12921958575521975, -0.11161898354121491, 1.0938636993768387, 0.3963667933117419, -0.18873388822135498, 1.1161997128042618, -0.08548563727568548, -0.06755097489104656, -1.4604781227417343], "max": [0.5792158835254634, 0.2688947322116419, 1.2508221535424124, -0.017502949270827295, 0.11556149859247955, 1.446907035908748, 0.5870634185377959, -0.16366093517867025, 1.1546406030164547, 0.09178279145572954, 0.06961578184501893, -1.2889156282832523], "count": [880]}, "gripper_mode_state": {"mean": [0.3375, 0.7693181818181818], "std": [0.47285700798444474, 0.42126917397568214], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_state": {"mean": [1.9897727272727272, 1.8977272727272727], "std": [0.13015704912918283, 0.4056356607304122], "min": [0, 0], "max": [2, 2], "count": [880]}, "gripper_mode_action": {"mean": [0.3375, 0.7693181818181818], "std": [0.47285700798444474, 0.42126917397568214], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_action": {"mean": [1.9897727272727272, 1.8977272727272727], "std": [0.13015704912918283, 0.4056356607304122], "min": [0, 0], "max": [2, 2], "count": [880]}}} +{"episode_index": 146, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47486255941770644]], [[0.46659355565458505]], [[0.4568877141513171]]], "std": [[[0.14968717702916162]], [[0.15569545238053953]], [[0.16022614327217924]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46015304391958806]], [[0.4536991161616162]], [[0.44585413448207567]]], "std": [[[0.14479264522509813]], [[0.1465553165369025]], [[0.15109396815555673]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47140527827292533]], [[0.4726958952267776]], [[0.46222962096454745]]], "std": [[[0.16066952673368592]], [[0.159768094813185]], [[0.16658383958338244]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4848519310754605]], [[0.4772188564567241]], [[0.464748408100614]]], "std": [[[0.14404644798856428]], [[0.1405480660440487]], [[0.15085735359944677]]], "count": [165]}, "observation.state": {"min": [-0.4556531012058258, 0.037000976502895355, -0.043301619589328766, -2.0685641765594482, -0.32416000962257385, -0.0345575213432312, -0.21788690984249115, -0.28878700733184814, 0.3568060100078583, 0.06399299949407578, -1.6779371500015259, -1.4384138584136963, -1.2581027746200562, -0.17331120371818542, -0.08182103931903839, -0.26256734132766724, -1.7714568376541138, -0.02609267272055149, -0.18132226169109344, -0.026232298463582993, -0.34214699268341064, -0.5667359828948975, 0.0875609964132309, 1.259399175643921, -1.4130499362945557, 1.0572690963745117, 0.0, 0.0, -0.018122028559446335, -0.1739940345287323, -0.8370068073272705, 1.910219669342041, -1.0700347423553467, -0.002012400422245264], "max": [0.26923447847366333, 0.3222750425338745, 0.2690424919128418, -1.3334490060806274, -0.11840313673019409, 0.10487683117389679, -0.019809486344456673, -0.18135499954223633, 0.5450080037117004, 0.21108299493789673, -1.2971378564834595, -1.2560161352157593, -1.0471560955047607, 0.50108402967453, 0.18929840624332428, -0.06377433240413666, -0.8430987596511841, 0.11105529963970184, -0.006370451766997576, 0.07953465729951859, -0.2919189929962158, -0.3761659860610962, 0.12806899845600128, 1.4755313396453857, -1.2751739025115967, 1.2878947257995605, 1001.0, 1002.0, -0.018093829974532127, -0.1735296994447708, -0.8359434604644775, 1.9102720022201538, -1.0654114484786987, 0.0019687351305037737], "mean": [0.12646199762821198, 0.21367701888084412, 0.06922886520624161, -1.7793467044830322, -0.23937907814979553, 0.006993965711444616, -0.08388921618461609, -0.2573121190071106, 0.40034082531929016, 0.18044975399971008, -1.3917676210403442, -1.3472944498062134, -1.163414716720581, 0.10151935368776321, -0.025476526468992233, -0.11150548607110977, -1.3984578847885132, 0.014901884831488132, -0.11313865333795547, 0.007549336180090904, -0.3099563419818878, -0.465067982673645, 0.1152891144156456, 1.3156310319900513, -1.3134464025497437, 1.2013356685638428, 554.247802734375, 675.2105102539062, -0.01810094527900219, -0.1737096905708313, -0.8366670608520508, 1.9102473258972168, -1.0678328275680542, 0.0005214231787249446], "std": [0.2335284948348999, 0.06270113587379456, 0.08349928259849548, 0.1722967028617859, 0.045059047639369965, 0.04328266531229019, 0.07634332031011581, 0.04002528637647629, 0.05761506408452988, 0.04437762871384621, 0.13662093877792358, 0.04437265545129776, 0.043266866356134415, 0.16745050251483917, 0.09632491320371628, 0.0699847936630249, 0.2339605838060379, 0.02817310020327568, 0.035705383867025375, 0.021808966994285583, 0.012730174697935581, 0.04815192520618439, 0.01073601096868515, 0.07137048989534378, 0.031722765415906906, 0.08885903656482697, 485.56243896484375, 456.65008544921875, 1.2090721384083736e-06, 0.00013512947771232575, 0.00019456588779576123, 1.3006691006012261e-05, 0.0005458695231936872, 0.00047762689064256847], "count": [912]}, "action": {"min": [-0.4556531012058258, 0.037000976502895355, -0.043301619589328766, -2.0685641765594482, -0.32416000962257385, -0.0345575213432312, -0.21788690984249115, -0.28878700733184814, 0.3568060100078583, 0.06399299949407578, -1.6779371500015259, -1.4384138584136963, -1.2581027746200562, -0.17331120371818542, -0.08182103931903839, -0.26256734132766724, -1.7714568376541138, -0.02609267272055149, -0.18132226169109344, -0.026232298463582993, -0.34214699268341064, -0.5667359828948975, 0.0875609964132309, 1.259399175643921, -1.4130499362945557, 1.0572690963745117, 0.0, 0.0, -0.018122028559446335, -0.1739940345287323, -0.8370068073272705, 1.910219669342041, -1.0700347423553467, -0.002012400422245264], "max": [0.26923447847366333, 0.3222750425338745, 0.2690424919128418, -1.3334490060806274, -0.11840313673019409, 0.10487683117389679, -0.019809486344456673, -0.18135499954223633, 0.5450080037117004, 0.21108299493789673, -1.2971378564834595, -1.2560161352157593, -1.0471560955047607, 0.50108402967453, 0.18929840624332428, -0.06377433240413666, -0.8430987596511841, 0.11105529963970184, -0.006370451766997576, 0.07953465729951859, -0.2919189929962158, -0.3761659860610962, 0.12806899845600128, 1.4755313396453857, -1.2751739025115967, 1.2878947257995605, 1001.0, 1002.0, -0.018093829974532127, -0.1735296994447708, -0.8359434604644775, 1.9102720022201538, -1.0654114484786987, 0.0019687351305037737], "mean": [0.12625418603420258, 0.21365073323249817, 0.06920471787452698, -1.7791359424591064, -0.23938655853271484, 0.006989659275859594, -0.08405081182718277, -0.257316529750824, 0.4003985524177551, 0.18045596778392792, -1.3918404579162598, -1.3473583459854126, -1.1633906364440918, 0.10181432217359543, -0.02576417662203312, -0.11129269748926163, -1.3980599641799927, 0.01483373623341322, -0.11320291459560394, 0.007584721315652132, -0.3099740445613861, -0.46516886353492737, 0.11530263721942902, 1.3154133558273315, -1.3134063482284546, 1.2015568017959595, 554.247802734375, 675.2105102539062, -0.01810094341635704, -0.17370961606502533, -0.8366672396659851, 1.9102470874786377, -1.0678331851959229, 0.0005217853467911482], "std": [0.23348884284496307, 0.0626947283744812, 0.08351024985313416, 0.17232845723628998, 0.045062050223350525, 0.04328562319278717, 0.07636359333992004, 0.04002836346626282, 0.05760766193270683, 0.04438100382685661, 0.1365882009267807, 0.0443735346198082, 0.043261218816041946, 0.1672036051750183, 0.0960744246840477, 0.06981997936964035, 0.23363377153873444, 0.02812483161687851, 0.03566886857151985, 0.0217802245169878, 0.01271649356931448, 0.048062317073345184, 0.010736772790551186, 0.07118505984544754, 0.031725943088531494, 0.08877379447221756, 485.56243896484375, 456.65008544921875, 1.2097881381123443e-06, 0.00013503959053196013, 0.0001944988762261346, 1.2876266737293918e-05, 0.0005458648665808141, 0.0004776419955305755], "count": [912]}, "timestamp": {"min": [0.0], "max": [30.366666666666667], "mean": [15.183333333333334], "std": [8.775718816184845], "count": [912]}, "frame_index": {"min": [0], "max": [911], "mean": [455.5], "std": [263.27156448554535], "count": [912]}, "episode_index": {"min": [146], "max": [146], "mean": [146.0], "std": [0.0], "count": [912]}, "index": {"min": [125015], "max": [125926], "mean": [125470.5], "std": [263.27156448554535], "count": [912]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [912]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5921052631578947, 0.6739528510257962], "std": [0.49144340518376683, 0.4557539962256429], "count": [912]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5921052631578947, 0.6739528510257962], "std": [0.4914434051837668, 0.45575399622564283], "count": [912]}, "eef_direction_state": {"mean": [5.18640350877193, 5.243421052631579], "std": [1.8544373654679815, 1.9262614135264733], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_state": {"mean": [0.25219298245614036, 0.1699561403508772], "std": [0.5580310919652053, 0.4572236945393944], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_acc_mag_state": {"mean": [0.4331140350877193, 0.30701754385964913], "std": [0.7329344679877038, 0.6539648708637033], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_direction_action": {"mean": [5.18640350877193, 5.243421052631579], "std": [1.8544373654679813, 1.9262614135264733], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_action": {"mean": [0.25219298245614036, 0.1699561403508772], "std": [0.5580310919652053, 0.4572236945393944], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_acc_mag_action": {"mean": [0.4331140350877193, 0.30701754385964913], "std": [0.7329344679877038, 0.6539648708637033], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_sim_pose_state": {"mean": [0.41970613730233763, 0.25191709048796346, 1.1782079340679177, -0.05712044560883526, 0.014497161785998346, 1.3673080354571994, 0.4824819059721288, -0.17847179298735885, 1.1275660890386816, 0.03950016686266759, 0.03602870750382019, -1.4396038425511322], "std": [0.06100476785911273, 0.033908401888304296, 0.03381033796860573, 0.05532455833601352, 0.03527353875891059, 0.11380164157608495, 0.047390317018368135, 0.008294757158205542, 0.009840727909415876, 0.0381761389918032, 0.04963536989007038, 0.07230173010310528], "min": [0.37763895652100765, 0.15969263177925888, 1.1486851247253025, -0.18415663876867805, -0.08532595765150797, 1.1341929603792202, 0.3963737068743433, -0.19670466203426618, 1.1029229787610486, -0.05973017834893146, -0.06756411866231837, -1.5141835426848846], "max": [0.5725186006535712, 0.28221090772774204, 1.243402711824234, -0.017293039078309036, 0.04250805208073305, 1.4759347186761473, 0.5846390311280779, -0.1575048408240869, 1.1445353040170076, 0.0660507543379053, 0.07627600910281784, -1.3042677471197262], "count": [912]}, "eef_sim_pose_action": {"mean": [0.41976557351471483, 0.2519331861343467, 1.1782011939484176, -0.05714072054474084, 0.01450572662687564, 1.3672194497867023, 0.48257870471933606, -0.17846156322242807, 1.1275467104365133, 0.039514569113091355, 0.03617881818329723, -1.4398069659130657], "std": [0.060995871644827546, 0.03391786696172128, 0.03381521500837136, 0.05531346039162969, 0.03527890110290801, 0.11377182619641718, 0.047304480212737816, 0.008287864036862255, 0.009824718663785412, 0.038181802805857167, 0.04952883495153474, 0.07218172059985754], "min": [0.37763895652100765, 0.15969263177925888, 1.1486851247253025, -0.18415663876867805, -0.08532595765150797, 1.1341929603792202, 0.3963737068743433, -0.19670466203426618, 1.1029229787610486, -0.05973017834893146, -0.06756411866231837, -1.5141835426848846], "max": [0.5725186006535712, 0.28221090772774204, 1.243402711824234, -0.017293039078309036, 0.04250805208073305, 1.4759347186761473, 0.5846390311280779, -0.1575048408240869, 1.1445353040170076, 0.0660507543379053, 0.07627600910281784, -1.3042677471197262], "count": [912]}, "gripper_mode_state": {"mean": [0.40789473684210525, 0.32894736842105265], "std": [0.4914434051837667, 0.46983081766728957], "min": [0, 0], "max": [1, 1], "count": [912]}, "gripper_activity_state": {"mean": [1.9901315789473684, 1.9035087719298245], "std": [0.12786705082616337, 0.3883003505068684], "min": [0, 0], "max": [2, 2], "count": [912]}, "gripper_mode_action": {"mean": [0.40789473684210525, 0.32894736842105265], "std": [0.49144340518376667, 0.46983081766728957], "min": [0, 0], "max": [1, 1], "count": [912]}, "gripper_activity_action": {"mean": [1.9901315789473684, 1.9035087719298245], "std": [0.12786705082616337, 0.3883003505068684], "min": [0, 0], "max": [2, 2], "count": [912]}}} +{"episode_index": 147, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46463265820368005]], [[0.4561897989041631]], [[0.4466182142920574]]], "std": [[[0.15419769354430732]], [[0.15899161985608135]], [[0.16357482463174702]]], "count": [184]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45944326779624894]], [[0.4524077929631998]], [[0.44422570443485365]]], "std": [[[0.14781295133059555]], [[0.15080117466265408]], [[0.1556060956097532]]], "count": [184]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4722152788878232]], [[0.4715540103722648]], [[0.4617251094504831]]], "std": [[[0.15929964016105114]], [[0.15751635818620272]], [[0.1641366181556079]]], "count": [184]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48425085029482806]], [[0.4757977319551009]], [[0.462119507495027]]], "std": [[[0.14696369777059073]], [[0.14308591706291138]], [[0.15389568479848262]]], "count": [184]}, "observation.state": {"min": [-0.5415058135986328, 0.09770353138446808, -0.11342895030975342, -2.1528635025024414, -0.39529961347579956, -0.020874137058854103, -0.27670449018478394, -0.2832629978656769, 0.3477010130882263, 0.05796099826693535, -1.717651128768921, -1.6167525053024292, -1.2371660470962524, -0.17331120371818542, -0.0861145481467247, -0.26258477568626404, -1.7728705406188965, -0.036041051149368286, -0.08651597052812576, -0.026162484660744667, -0.33153700828552246, -0.5682259798049927, 0.08775100111961365, 1.2181737422943115, -1.4216723442077637, 0.9836735129356384, 0.0, 0.0, -0.018106987699866295, -0.17394514381885529, -0.8365963697433472, 1.910233974456787, -1.0682789087295532, -0.0027926804032176733], "max": [0.311104953289032, 0.39041268825531006, 0.36191147565841675, -1.3427690267562866, -0.16374678909778595, 0.26052528619766235, -0.01984439231455326, -0.16431400179862976, 0.5523459911346436, 0.22318199276924133, -1.2963485717773438, -1.2755886316299438, -0.8690071105957031, 0.4965461790561676, 0.18929840624332428, -0.10395180433988571, -0.899141252040863, 0.07923794537782669, 0.08683013170957565, 0.07311184704303741, -0.27734801173210144, -0.3761630058288574, 0.10972800105810165, 1.48147714138031, -1.3123081922531128, 1.2240774631500244, 1007.0, 1002.0, -0.0180957093834877, -0.17342817783355713, -0.8362405896186829, 1.910264015197754, -1.0676276683807373, 0.0027556598652154207], "mean": [0.08809266984462738, 0.22792375087738037, 0.09969431161880493, -1.7919760942459106, -0.2626233994960785, 0.06442110985517502, -0.08735568821430206, -0.2450130432844162, 0.40485629439353943, 0.1703871488571167, -1.4041597843170166, -1.379861831665039, -1.120929479598999, 0.12274415045976639, -0.04267392307519913, -0.13150858879089355, -1.3958404064178467, -0.006743201985955238, -0.04740331321954727, 0.0066648321226239204, -0.3078713119029999, -0.471515029668808, 0.10204260051250458, 1.304254174232483, -1.3361247777938843, 1.149213194847107, 543.8108520507812, 658.4353637695312, -0.01809993013739586, -0.17382171750068665, -0.836524248123169, 1.9102531671524048, -1.0677365064620972, 0.0006385560845956206], "std": [0.2822086811065674, 0.06269338726997375, 0.12450806796550751, 0.17833805084228516, 0.05048118159174919, 0.10557085275650024, 0.0935734361410141, 0.04967374727129936, 0.06289981305599213, 0.051823828369379044, 0.16174548864364624, 0.09775654971599579, 0.11257193237543106, 0.15565863251686096, 0.07503782212734222, 0.042782362550497055, 0.2014441341161728, 0.02636423520743847, 0.05329063907265663, 0.021871577948331833, 0.010758539661765099, 0.04400377348065376, 0.005582890938967466, 0.06440270692110062, 0.027976857498288155, 0.08750419318675995, 490.84808349609375, 464.4606018066406, 8.566643145968555e-07, 3.285613638581708e-05, 7.065966201480478e-05, 1.1245658242842183e-05, 0.00016231759218499064, 0.0005551170906983316], "count": [1052]}, "action": {"min": [-0.5415058135986328, 0.09770353138446808, -0.11342895030975342, -2.1528635025024414, -0.39529961347579956, -0.020874137058854103, -0.27670449018478394, -0.2832629978656769, 0.3477010130882263, 0.05796099826693535, -1.717651128768921, -1.6167525053024292, -1.2371660470962524, -0.17331120371818542, -0.0861145481467247, -0.26258477568626404, -1.7728705406188965, -0.036041051149368286, -0.08651597052812576, -0.026162484660744667, -0.33153700828552246, -0.5682259798049927, 0.08775100111961365, 1.2181737422943115, -1.4216723442077637, 0.9836735129356384, 0.0, 0.0, -0.018106987699866295, -0.17394514381885529, -0.8365963697433472, 1.910233974456787, -1.0682789087295532, -0.0027926804032176733], "max": [0.311104953289032, 0.39041268825531006, 0.36191147565841675, -1.3427690267562866, -0.16374678909778595, 0.26052528619766235, -0.01984439231455326, -0.16431400179862976, 0.5523459911346436, 0.22318199276924133, -1.2963485717773438, -1.2755886316299438, -0.8690071105957031, 0.4965461790561676, 0.18929840624332428, -0.10395180433988571, -0.899141252040863, 0.07923794537782669, 0.08683013170957565, 0.07311184704303741, -0.27734801173210144, -0.3761630058288574, 0.10972800105810165, 1.48147714138031, -1.3123081922531128, 1.2240774631500244, 1007.0, 1002.0, -0.0180957093834877, -0.17342817783355713, -0.8362405896186829, 1.910264015197754, -1.0676276683807373, 0.0027556598652154207], "mean": [0.08786896616220474, 0.2277889996767044, 0.099706269800663, -1.7918766736984253, -0.2625400125980377, 0.06454920023679733, -0.0873970314860344, -0.24498412013053894, 0.40491756796836853, 0.17035561800003052, -1.4041627645492554, -1.3798953294754028, -1.1209497451782227, 0.12298583984375, -0.042923521250486374, -0.1313648223876953, -1.3955210447311401, -0.006816448178142309, -0.0474240668118, 0.0066853053867816925, -0.30788537859916687, -0.4715973138809204, 0.10203789174556732, 1.304080843925476, -1.336111307144165, 1.149361491203308, 543.8051147460938, 658.4353637695312, -0.018099932000041008, -0.17382165789604187, -0.8365243077278137, 1.9102531671524048, -1.0677368640899658, 0.0006385361775755882], "std": [0.2821613848209381, 0.06281745433807373, 0.12450312823057175, 0.17833521962165833, 0.05056797340512276, 0.10554898530244827, 0.09355318546295166, 0.04966039955615997, 0.06289394944906235, 0.05181479454040527, 0.16174344718456268, 0.09774163365364075, 0.11258536577224731, 0.15539568662643433, 0.0747019574046135, 0.04259548708796501, 0.20111599564552307, 0.026269275695085526, 0.053300872445106506, 0.021850867196917534, 0.010747590102255344, 0.04390619695186615, 0.005578514654189348, 0.06418710947036743, 0.02798343636095524, 0.08749585598707199, 490.845703125, 464.4606018066406, 8.576816412642074e-07, 3.2896023185458034e-05, 7.065956015139818e-05, 1.1231306416448206e-05, 0.0001624917349545285, 0.0005551216308958828], "count": [1052]}, "timestamp": {"min": [0.0], "max": [35.03333333333333], "mean": [17.516666666666666], "std": [10.122870146356714], "count": [1052]}, "frame_index": {"min": [0], "max": [1051], "mean": [525.5], "std": [303.6861043907014], "count": [1052]}, "episode_index": {"min": [147], "max": [147], "mean": [147.0], "std": [0.0], "count": [1052]}, "index": {"min": [125927], "max": [126978], "mean": [126452.5], "std": [303.6861043907014], "count": [1052]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1052]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5760456273764258, 0.657226235290614], "std": [0.49418322771713047, 0.4635693270917756], "count": [1052]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5760456273764258, 0.657226235290614], "std": [0.49418322771713047, 0.4635693270917757], "count": [1052]}, "eef_direction_state": {"mean": [5.093155893536122, 5.144486692015209], "std": [1.940383013235939, 2.039075972141569], "min": [0, 0], "max": [6, 6], "count": [1052]}, "eef_velocity_state": {"mean": [0.2709125475285171, 0.1596958174904943], "std": [0.5496195745811007, 0.38897728664567105], "min": [0, 0], "max": [2, 2], "count": [1052]}, "eef_acc_mag_state": {"mean": [0.4344106463878327, 0.3612167300380228], "std": [0.7389710852459784, 0.6816006955403969], "min": [0, 0], "max": [2, 2], "count": [1052]}, "eef_direction_action": {"mean": [5.093155893536122, 5.144486692015209], "std": [1.940383013235939, 2.039075972141569], "min": [0, 0], "max": [6, 6], "count": [1052]}, "eef_velocity_action": {"mean": [0.2709125475285171, 0.1596958174904943], "std": [0.5496195745811007, 0.38897728664567105], "min": [0, 0], "max": [2, 2], "count": [1052]}, "eef_acc_mag_action": {"mean": [0.4344106463878327, 0.3612167300380228], "std": [0.7389710852459784, 0.6816006955403969], "min": [0, 0], "max": [2, 2], "count": [1052]}, "eef_sim_pose_state": {"mean": [0.4260496699180655, 0.2456640777453001, 1.1929844902660718, -0.0355908411762497, 0.01278874662678267, 1.329498944456432, 0.4891143319826967, -0.16743547042896437, 1.1345137208010228, -0.0029432487516816356, 0.023817263198322003, -1.4213200947416809], "std": [0.06902095293413198, 0.03452027075306181, 0.047219778478782753, 0.025062418415305144, 0.037085028295878, 0.18149615654911025, 0.04385744188219287, 0.008041522384952954, 0.007595516201356672, 0.06793862543237252, 0.038368303156320956, 0.052239241688482596], "min": [0.36683312112455135, 0.16588045539748836, 1.1567942199819052, -0.10300606385078925, -0.07397185029407516, 0.9447350813043753, 0.39637197646382716, -0.1887191439927364, 1.1274468506524615, -0.16131957430995736, -0.06760045102591405, -1.4615118516213774], "max": [0.5850558797143571, 0.2933387211206449, 1.2724351721923053, -0.01749560762091318, 0.06596260163496948, 1.4615108914791497, 0.5865836412386327, -0.15764395373343112, 1.162612030980885, 0.048904580103633966, 0.05336730632306419, -1.2825056153712788], "count": [1052]}, "eef_sim_pose_action": {"mean": [0.42611128074975696, 0.2456345085470182, 1.1930122312128262, -0.03560086137061425, 0.012819972656450416, 1.3294804840907457, 0.489193313991787, -0.16741384238514936, 1.134500645465904, -0.0029519823154195535, 0.023931467626401172, -1.4214659202519908], "std": [0.0690118796821456, 0.03451740819851613, 0.04720709460049846, 0.025057330732360536, 0.037115597407209135, 0.18148530001024715, 0.0437651007335374, 0.00801486383061708, 0.007590153514745828, 0.06793267477269761, 0.038274997548833366, 0.05212648636187438], "min": [0.36683312112455135, 0.16588045539748836, 1.1567942199819052, -0.10300606385078925, -0.07397185029407516, 0.9447350813043753, 0.39637197646382716, -0.1887191439927364, 1.1274468506524615, -0.16131957430995736, -0.06760045102591405, -1.4615118516213774], "max": [0.5850558797143571, 0.2933387211206449, 1.2724351721923053, -0.01749560762091318, 0.06596260163496948, 1.4615108914791497, 0.5865836412386327, -0.15764395373343112, 1.162612030980885, 0.048904580103633966, 0.05336730632306419, -1.2825056153712788], "count": [1052]}, "gripper_mode_state": {"mean": [0.42395437262357416, 0.3431558935361217], "std": [0.49418322771713047, 0.4747630211669307], "min": [0, 0], "max": [1, 1], "count": [1052]}, "gripper_activity_state": {"mean": [1.991444866920152, 1.9258555133079849], "std": [0.11910232924282328, 0.3436229613688062], "min": [0, 0], "max": [2, 2], "count": [1052]}, "gripper_mode_action": {"mean": [0.42395437262357416, 0.3431558935361217], "std": [0.49418322771713047, 0.4747630211669307], "min": [0, 0], "max": [1, 1], "count": [1052]}, "gripper_activity_action": {"mean": [1.991444866920152, 1.9258555133079849], "std": [0.11910232924282328, 0.3436229613688062], "min": [0, 0], "max": [2, 2], "count": [1052]}}} +{"episode_index": 148, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684300883374183]], [[0.4592944099775327]], [[0.44841616625816993]]], "std": [[[0.15393094202598462]], [[0.15730017712804922]], [[0.16143541623722646]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4625993451286765]], [[0.45594793581495097]], [[0.44776089282066994]]], "std": [[[0.1466559780766638]], [[0.14816360496248993]], [[0.15270071910364336]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46453854421977125]], [[0.4639083154616013]], [[0.4540671096303105]]], "std": [[[0.16204672408659454]], [[0.1600340689944042]], [[0.16694868682543704]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48589410743464057]], [[0.47918058874591507]], [[0.46633920675040846]]], "std": [[[0.1465405197025046]], [[0.14250441367652023]], [[0.15301748817388944]]], "count": [160]}, "observation.state": {"min": [-0.4792150557041168, 0.07911577820777893, -0.005166174843907356, -2.0219638347625732, -0.25385814905166626, -0.0518537312746048, -0.24092525243759155, -0.28713300824165344, 0.35466301441192627, 0.07064100354909897, -1.7444484233856201, -1.4338277578353882, -1.2487856149673462, -0.1733635514974594, -0.059550631791353226, -0.26258477568626404, -1.7714568376541138, 0.011780972592532635, -0.17910568416118622, -0.02626720443367958, -0.33349600434303284, -0.5702139735221863, 0.09357199817895889, 1.2680779695510864, -1.464176893234253, 1.0275154113769531, 0.0, 0.0, -0.018101349472999573, -0.17407862842082977, -0.8375020027160645, 1.9101579189300537, -1.0699214935302734, -0.0015282853273674846], "max": [0.3019244968891144, 0.2410474270582199, 0.27804839611053467, -1.2996593713760376, -0.13320352137088776, 0.0826762467622757, -0.01984439231455326, -0.1852799952030182, 0.5486469864845276, 0.2018679976463318, -1.2972227334976196, -1.2121449708938599, -1.0581610202789307, 0.5141914486885071, 0.18929840624332428, -0.09183922410011292, -0.8468163013458252, 0.07380997389554977, 0.04014257341623306, 0.10899581015110016, -0.2897379994392395, -0.3761709928512573, 0.12165900319814682, 1.4755313396453857, -1.2706855535507202, 1.315428376197815, 1001.0, 1002.0, -0.018097590655088425, -0.17342442274093628, -0.8353428840637207, 1.9102450609207153, -1.0669732093811035, 0.0025582166854292154], "mean": [0.13268841803073883, 0.20566554367542267, 0.081447072327137, -1.7728806734085083, -0.23149825632572174, -0.013247987255454063, -0.07560312747955322, -0.2620982229709625, 0.3985871970653534, 0.17635232210159302, -1.3919062614440918, -1.344831109046936, -1.1716570854187012, 0.10243412107229233, -0.003600147319957614, -0.13876555860042572, -1.4170814752578735, 0.034121714532375336, -0.1268988400697708, 0.031571656465530396, -0.30060145258903503, -0.4642789959907532, 0.1098153367638588, 1.374203085899353, -1.3281124830245972, 1.1995989084243774, 615.4073486328125, 681.1116333007812, -0.01810065656900406, -0.1737464964389801, -0.8366249203681946, 1.9102325439453125, -1.0678380727767944, 0.0006341151311062276], "std": [0.2275896966457367, 0.050352100282907486, 0.07653899490833282, 0.15729843080043793, 0.03497513011097908, 0.022729355841875076, 0.07724548131227493, 0.037615347653627396, 0.0549868606030941, 0.04040483012795448, 0.15602728724479675, 0.048186082392930984, 0.0435907319188118, 0.16901549696922302, 0.091189444065094, 0.06153098866343498, 0.22310803830623627, 0.022592080757021904, 0.059874027967453, 0.035326406359672546, 0.01257995143532753, 0.049593888223171234, 0.004992984235286713, 0.05396878346800804, 0.052742213010787964, 0.10822748392820358, 474.1212463378906, 453.4689025878906, 9.524501933810825e-07, 6.308851880021393e-05, 0.0003385758900549263, 2.228539960924536e-05, 0.00041697852429933846, 0.00046272651525214314], "count": [869]}, "action": {"min": [-0.4792150557041168, 0.07911577820777893, -0.005166174843907356, -2.0219638347625732, -0.25385814905166626, -0.0518537312746048, -0.24092525243759155, -0.28713300824165344, 0.35466301441192627, 0.07064100354909897, -1.7444484233856201, -1.4338277578353882, -1.2487856149673462, -0.1733635514974594, -0.059550631791353226, -0.26258477568626404, -1.7714568376541138, 0.011780972592532635, -0.17910568416118622, -0.02626720443367958, -0.33349600434303284, -0.5702139735221863, 0.09357199817895889, 1.2680779695510864, -1.464176893234253, 1.0275154113769531, 0.0, 0.0, -0.018101349472999573, -0.17407862842082977, -0.8375020027160645, 1.9101579189300537, -1.0699214935302734, -0.0015282853273674846], "max": [0.3019244968891144, 0.2410474270582199, 0.27804839611053467, -1.2996593713760376, -0.13320352137088776, 0.0826762467622757, -0.01984439231455326, -0.1852799952030182, 0.5486469864845276, 0.2018679976463318, -1.2972227334976196, -1.2121449708938599, -1.0581610202789307, 0.5141914486885071, 0.18929840624332428, -0.09183922410011292, -0.8468163013458252, 0.07380997389554977, 0.04014257341623306, 0.10899581015110016, -0.2897379994392395, -0.3761709928512573, 0.12165900319814682, 1.4755313396453857, -1.2706855535507202, 1.315428376197815, 1001.0, 1002.0, -0.018097590655088425, -0.17342442274093628, -0.8353428840637207, 1.9102450609207153, -1.0669732093811035, 0.0025582166854292154], "mean": [0.13250789046287537, 0.20554038882255554, 0.08148300647735596, -1.7727103233337402, -0.23147432506084442, -0.013256744481623173, -0.07572703808546066, -0.2621024549007416, 0.3986351490020752, 0.1763094961643219, -1.391963005065918, -1.3449610471725464, -1.1716886758804321, 0.10276101529598236, -0.003881867043673992, -0.1385778933763504, -1.4166620969772339, 0.034065019339323044, -0.12702278792858124, 0.03163853660225868, -0.300605833530426, -0.4643877446651459, 0.1098184883594513, 1.3740787506103516, -1.3280746936798096, 1.1998480558395386, 615.4073486328125, 681.1116333007812, -0.01810065656900406, -0.17374654114246368, -0.8366249799728394, 1.910232663154602, -1.0678383111953735, 0.0006336673977784812], "std": [0.22754646837711334, 0.050399307161569595, 0.07652775943279266, 0.15729574859142303, 0.03496691584587097, 0.022733697667717934, 0.07724245637655258, 0.037617892026901245, 0.0549771673977375, 0.040397513657808304, 0.1560017317533493, 0.048267912119627, 0.04361012205481529, 0.1687559187412262, 0.09097082167863846, 0.06140153855085373, 0.2227848321199417, 0.022573960945010185, 0.059854552149772644, 0.03527146577835083, 0.012577642686665058, 0.049504246562719345, 0.004993785638362169, 0.05385943874716759, 0.05275336280465126, 0.10816923528909683, 474.12127685546875, 453.4689025878906, 9.524501933810825e-07, 6.31171787972562e-05, 0.0003385861054994166, 2.2357775378623046e-05, 0.00041700821020640433, 0.0004627888847608119], "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": [148], "max": [148], "mean": [148.0], "std": [0.0], "count": [869]}, "index": {"min": [126979], "max": [127847], "mean": [127413.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6547756041426928, 0.6798803219325215], "std": [0.47544138688408955, 0.45259444081870975], "count": [869]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6547756041426928, 0.6798803219325215], "std": [0.47544138688408955, 0.45259444081870975], "count": [869]}, "eef_direction_state": {"mean": [5.065592635212888, 5.1806674338319905], "std": [2.032322592648668, 1.9944212218657145], "min": [0, 0], "max": [6, 6], "count": [869]}, "eef_velocity_state": {"mean": [0.25891829689298046, 0.1852704257767549], "std": [0.5602311120986302, 0.4787443557581051], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_acc_mag_state": {"mean": [0.4154200230149597, 0.3095512082853855], "std": [0.7331014336080063, 0.6487402371125345], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_direction_action": {"mean": [5.065592635212888, 5.1806674338319905], "std": [2.032322592648668, 1.9944212218657145], "min": [0, 0], "max": [6, 6], "count": [869]}, "eef_velocity_action": {"mean": [0.25891829689298046, 0.1852704257767549], "std": [0.5602311120986302, 0.4787443557581051], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_acc_mag_action": {"mean": [0.4154200230149597, 0.3095512082853855], "std": [0.7331014336080064, 0.6487402371125345], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_sim_pose_state": {"mean": [0.41820561653599747, 0.2474207895411939, 1.1728643936189505, -0.06243090646814841, 0.017046193948612568, 1.3705537089578916, 0.48273456561613215, -0.17796826841864638, 1.1331984439624665, 0.07245439204740557, 0.030074598541847155, -1.3939106988643544], "std": [0.05943918593267197, 0.027518141392740215, 0.030193009400858423, 0.06763286344874375, 0.0551377180439365, 0.11754800422595127, 0.049157164426096266, 0.005173923133263385, 0.006704457313992759, 0.07822288927980466, 0.04616764915328471, 0.05538981437234678], "min": [0.37280062635588423, 0.17114384539096272, 1.1485612784492494, -0.20969514958859642, -0.10923335157088387, 1.1048494754959988, 0.39638072763192406, -0.18980857514854316, 1.119427141800459, -0.10643916273829612, -0.06758399808370386, -1.471499183042297], "max": [0.5789381016871211, 0.2645608484859274, 1.2356509595271568, -0.01743052843425219, 0.10510287152783726, 1.4459896889134902, 0.5894459476794233, -0.17014376214232443, 1.1483449843291698, 0.13342679492159626, 0.06742854995043013, -1.3042648630069231], "count": [869]}, "eef_sim_pose_action": {"mean": [0.41825569303133014, 0.24738946727190392, 1.1728555088438528, -0.0624722785276205, 0.017128270217406618, 1.3704457501294027, 0.4828405403912593, -0.17795312315588602, 1.1331839301076867, 0.07254333711141965, 0.030217414446754888, -1.3940607351641532], "std": [0.05942825288540478, 0.027514147870737415, 0.03019886925790259, 0.06761637300047904, 0.0552139409439852, 0.11752190266497432, 0.04907007953803394, 0.005161720099782295, 0.006693635780951356, 0.07823879795935934, 0.04605747949496941, 0.05532379825480777], "min": [0.37280062635588423, 0.17114384539096272, 1.1485612784492494, -0.20969514958859642, -0.10923335157088387, 1.1048494754959988, 0.39638072763192406, -0.18980857514854316, 1.119427141800459, -0.10643916273829612, -0.06758399808370386, -1.471499183042297], "max": [0.5789381016871211, 0.2645608484859274, 1.2356509595271568, -0.01743052843425219, 0.10510287152783726, 1.4459896889134902, 0.5894459476794233, -0.17014376214232443, 1.1483449843291698, 0.13342679492159626, 0.06742854995043013, -1.3042648630069231], "count": [869]}, "gripper_mode_state": {"mean": [0.34522439585730724, 0.3233601841196778], "std": [0.47544138688408955, 0.4677588860147521], "min": [0, 0], "max": [1, 1], "count": [869]}, "gripper_activity_state": {"mean": [1.9896432681242808, 1.9090909090909092], "std": [0.13097311898904973, 0.37440890401902316], "min": [0, 0], "max": [2, 2], "count": [869]}, "gripper_mode_action": {"mean": [0.34522439585730724, 0.3233601841196778], "std": [0.47544138688408955, 0.4677588860147521], "min": [0, 0], "max": [1, 1], "count": [869]}, "gripper_activity_action": {"mean": [1.9896432681242808, 1.9090909090909092], "std": [0.13097311898904973, 0.37440890401902316], "min": [0, 0], "max": [2, 2], "count": [869]}}} +{"episode_index": 149, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46802395906279176]], [[0.4613651863523187]], [[0.45131419963818864]]], "std": [[[0.15418338957813757]], [[0.15855936060245276]], [[0.1626074195959404]]], "count": [168]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46174570105820106]], [[0.45649422512060384]], [[0.448735613863601]]], "std": [[[0.1480269688161667]], [[0.1500253397740744]], [[0.15406331961212458]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4729623599439776]], [[0.4719428846191254]], [[0.46227302414021165]]], "std": [[[0.16372745877681003]], [[0.16166945105796363]], [[0.1689364027480421]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.494321244991052]], [[0.486832658584267]], [[0.47429563856792717]]], "std": [[[0.14873511746400658]], [[0.1439589728813973]], [[0.15417769544712692]]], "count": [168]}, "observation.state": {"min": [-0.5087984204292297, 0.060964349657297134, 0.013439035043120384, -2.0059592723846436, -0.3111223876476288, -0.05663593113422394, -0.26740190386772156, -0.29936400055885315, 0.3666529953479767, 0.04711199924349785, -1.701098918914795, -1.5744563341140747, -1.2586443424224854, -0.17331120371818542, -0.06646213680505753, -0.26258477568626404, -1.7714743614196777, 0.03321361541748047, -0.13749703764915466, -0.026232298463582993, -0.33252501487731934, -0.5673559904098511, 0.08730600029230118, 1.255645751953125, -1.454731822013855, 1.0054864883422852, 0.0, 0.0, -0.018231060355901718, -0.17425532639026642, -0.8373879194259644, 1.9101618528366089, -1.0684057474136353, -0.0016364993061870337], "max": [0.26563912630081177, 0.26045548915863037, 0.33485889434814453, -1.2906534671783447, -0.11046189069747925, 0.1627170443534851, -0.01984439231455326, -0.18049100041389465, 0.5505290031433105, 0.20976099371910095, -1.2971378564834595, -1.2024844884872437, -0.9534165263175964, 0.5003509521484375, 0.18931587040424347, -0.10348057001829147, -0.884358286857605, 0.11018263548612595, 0.11513937264680862, 0.09834931045770645, -0.292043000459671, -0.3761669993400574, 0.11660400032997131, 1.4756050109863281, -1.3153115510940552, 1.2833021879196167, 1001.0, 1002.0, -0.01805999130010605, -0.17291873693466187, -0.8355147838592529, 1.9102228879928589, -1.0670642852783203, 0.005381273105740547], "mean": [0.09844241291284561, 0.21027708053588867, 0.08784415572881699, -1.743205189704895, -0.24550315737724304, 0.004353696014732122, -0.08506248146295547, -0.26181304454803467, 0.4068085849285126, 0.17560993134975433, -1.3884286880493164, -1.3623507022857666, -1.1535488367080688, 0.0767141655087471, 0.0027976043056696653, -0.14371052384376526, -1.447338581085205, 0.047087229788303375, -0.09052490442991257, 0.0222566407173872, -0.30376020073890686, -0.45690175890922546, 0.1107763797044754, 1.3413408994674683, -1.346779704093933, 1.1830239295959473, 610.5819091796875, 681.3286743164062, -0.01817203313112259, -0.17386233806610107, -0.8366139531135559, 1.910185694694519, -1.0678077936172485, 0.0005489857285283506], "std": [0.25537052750587463, 0.05285916104912758, 0.10041923820972443, 0.1786777377128601, 0.03190033137798309, 0.057895589619874954, 0.08623384684324265, 0.03932761028409004, 0.06041480600833893, 0.05037790536880493, 0.15116176009178162, 0.07657350599765778, 0.08149002492427826, 0.18287692964076996, 0.09150861203670502, 0.06051553040742874, 0.2370758056640625, 0.012997946701943874, 0.05497083067893982, 0.0321127288043499, 0.011122825555503368, 0.05255172401666641, 0.008102822117507458, 0.06708662956953049, 0.04515286907553673, 0.11061001569032669, 476.3708190917969, 454.4548645019531, 5.246485670795664e-05, 6.304631097009405e-05, 0.00025783388991840184, 1.5328958397731185e-05, 0.00031463929917663336, 0.0008134263916872442], "count": [928]}, "action": {"min": [-0.5087984204292297, 0.060964349657297134, 0.013439035043120384, -2.0059592723846436, -0.3111223876476288, -0.05663593113422394, -0.26740190386772156, -0.29936400055885315, 0.3666529953479767, 0.04711199924349785, -1.701098918914795, -1.5744563341140747, -1.2586443424224854, -0.17331120371818542, -0.06646213680505753, -0.26258477568626404, -1.7714743614196777, 0.03321361541748047, -0.13749703764915466, -0.026232298463582993, -0.33252501487731934, -0.5673559904098511, 0.08730600029230118, 1.255645751953125, -1.454731822013855, 1.0054864883422852, 0.0, 0.0, -0.018231060355901718, -0.17425532639026642, -0.8373879194259644, 1.9101618528366089, -1.0684057474136353, -0.0016364993061870337], "max": [0.26563912630081177, 0.26045548915863037, 0.33485889434814453, -1.2906534671783447, -0.11046189069747925, 0.1627170443534851, -0.01984439231455326, -0.18049100041389465, 0.5505290031433105, 0.20976099371910095, -1.2971378564834595, -1.2024844884872437, -0.9534165263175964, 0.5003509521484375, 0.18931587040424347, -0.10348057001829147, -0.884358286857605, 0.11018263548612595, 0.11513937264680862, 0.09834931045770645, -0.292043000459671, -0.3761669993400574, 0.11660400032997131, 1.4756050109863281, -1.3153115510940552, 1.2833021879196167, 1001.0, 1002.0, -0.01805999130010605, -0.17291873693466187, -0.8355147838592529, 1.9102228879928589, -1.0670642852783203, 0.005381273105740547], "mean": [0.09814905375242233, 0.21017690002918243, 0.08782241493463516, -1.7429007291793823, -0.2455032616853714, 0.004316287115216255, -0.08519081771373749, -0.2618185877799988, 0.4068915843963623, 0.1756061464548111, -1.3884553909301758, -1.3624086380004883, -1.153623104095459, 0.0769568383693695, 0.002543890383094549, -0.14353974163532257, -1.4470160007476807, 0.0470593087375164, -0.09059582650661469, 0.022303305566310883, -0.30376964807510376, -0.4569862484931946, 0.11078352481126785, 1.3411723375320435, -1.3467694520950317, 1.1832501888275146, 610.5819091796875, 681.3286743164062, -0.01817215047776699, -0.17386241257190704, -0.8366135954856873, 1.910185694694519, -1.0678080320358276, 0.0005487566231749952], "std": [0.25533488392829895, 0.05288897454738617, 0.10043132305145264, 0.17873740196228027, 0.03190036490559578, 0.05792299658060074, 0.08622531592845917, 0.039330970495939255, 0.06041244789958, 0.05037606135010719, 0.15114793181419373, 0.07656088471412659, 0.0815495178103447, 0.18269436061382294, 0.09131743758916855, 0.0604034923017025, 0.23683786392211914, 0.012985434383153915, 0.054978832602500916, 0.0320737361907959, 0.011116626672446728, 0.052484430372714996, 0.008104859851300716, 0.06694646924734116, 0.04515789449214935, 0.11058636754751205, 476.3708190917969, 454.4548645019531, 5.242790575721301e-05, 6.302085239440203e-05, 0.0002579794672783464, 1.5340438039856963e-05, 0.0003146686649415642, 0.0008134006056934595], "count": [928]}, "timestamp": {"min": [0.0], "max": [30.9], "mean": [15.450000000000003], "std": [8.92967897892565], "count": [928]}, "frame_index": {"min": [0], "max": [927], "mean": [463.5], "std": [267.89036936776955], "count": [928]}, "episode_index": {"min": [149], "max": [149], "mean": [149.0], "std": [0.0], "count": [928]}, "index": {"min": [127848], "max": [128775], "mean": [128311.5], "std": [267.89036936776955], "count": [928]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [928]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6454741379310345, 0.6800711205377693], "std": [0.478369391990359, 0.4535669209637346], "count": [928]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6454741379310345, 0.6800711205377693], "std": [0.478369391990359, 0.45356692096373463], "count": [928]}, "eef_direction_state": {"mean": [5.171336206896552, 5.308189655172414], "std": [1.8930901869510617, 1.8487699075134882], "min": [0, 0], "max": [6, 6], "count": [928]}, "eef_velocity_state": {"mean": [0.2510775862068966, 0.16056034482758622], "std": [0.557568345135933, 0.45613219856243936], "min": [0, 0], "max": [2, 2], "count": [928]}, "eef_acc_mag_state": {"mean": [0.38362068965517243, 0.28771551724137934], "std": [0.7112330193739619, 0.6332898136201878], "min": [0, 0], "max": [2, 2], "count": [928]}, "eef_direction_action": {"mean": [5.171336206896552, 5.308189655172414], "std": [1.8930901869510617, 1.8487699075134882], "min": [0, 0], "max": [6, 6], "count": [928]}, "eef_velocity_action": {"mean": [0.2510775862068966, 0.16056034482758622], "std": [0.557568345135933, 0.4561321985624394], "min": [0, 0], "max": [2, 2], "count": [928]}, "eef_acc_mag_action": {"mean": [0.38362068965517243, 0.28771551724137934], "std": [0.7112330193739619, 0.6332898136201878], "min": [0, 0], "max": [2, 2], "count": [928]}, "eef_sim_pose_state": {"mean": [0.42677737866264753, 0.2479829763887955, 1.1747753048587892, -0.04790640001109513, 0.020901363736522318, 1.3574879485328664, 0.47508930906065383, -0.17845200742966158, 1.1338012676721603, 0.039469144281229544, 0.040667900303353814, -1.398990514601949], "std": [0.06529032003568752, 0.03497908586979014, 0.03534843813356774, 0.04205272632004905, 0.04677431207604353, 0.1486660860441512, 0.052270085107170905, 0.006442387054543147, 0.006665835279607583, 0.07357373472247808, 0.05510574742332747, 0.061649650125345644], "min": [0.38348763132072033, 0.1525861102909007, 1.1393159069305845, -0.174047497379884, -0.1300404548533185, 1.0193738853410665, 0.39637166718152594, -0.18933090440499528, 1.1225778276056964, -0.11423377416445113, -0.06761558238347032, -1.4504694599650643], "max": [0.5822278525015081, 0.27961890205056206, 1.250457403749484, -0.017483559737536125, 0.09903346198894525, 1.4460230940507333, 0.586453404081132, -0.16053543337343468, 1.154091326674378, 0.09552878212769544, 0.07952672679475836, -1.2753385902331194], "count": [928]}, "eef_sim_pose_action": {"mean": [0.4268611248437513, 0.24798277318773723, 1.1747634091861565, -0.04796196005243334, 0.020970896295690367, 1.3574495644786262, 0.4751704543969155, -0.17844039699146472, 1.1337868417106518, 0.039512666111164954, 0.04082569904030122, -1.39914631449543], "std": [0.06528460104565172, 0.03497899027002559, 0.03535633802838825, 0.042046589545132976, 0.046839674346290584, 0.1486478534866346, 0.05220627119553578, 0.0064335722035395344, 0.006657136537809772, 0.07359068239989155, 0.05500539757161697, 0.061593127410877864], "min": [0.38348763132072033, 0.1525861102909007, 1.1393159069305845, -0.174047497379884, -0.1300404548533185, 1.0193738853410665, 0.39637166718152594, -0.18933090440499528, 1.1225778276056964, -0.11423377416445113, -0.06761558238347032, -1.4504694599650643], "max": [0.5822278525015081, 0.27961890205056206, 1.250457403749484, -0.017483559737536125, 0.09903346198894525, 1.4460230940507333, 0.586453404081132, -0.16053543337343468, 1.154091326674378, 0.09552878212769544, 0.07952672679475836, -1.2753385902331194], "count": [928]}, "gripper_mode_state": {"mean": [0.3545258620689655, 0.32112068965517243], "std": [0.478369391990359, 0.46690704891932466], "min": [0, 0], "max": [1, 1], "count": [928]}, "gripper_activity_state": {"mean": [1.990301724137931, 1.9148706896551724], "std": [0.12676646460618646, 0.3659464354569729], "min": [0, 0], "max": [2, 2], "count": [928]}, "gripper_mode_action": {"mean": [0.3545258620689655, 0.32112068965517243], "std": [0.478369391990359, 0.46690704891932466], "min": [0, 0], "max": [1, 1], "count": [928]}, "gripper_activity_action": {"mean": [1.990301724137931, 1.9148706896551724], "std": [0.12676646460618646, 0.3659464354569729], "min": [0, 0], "max": [2, 2], "count": [928]}}} +{"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.4696909189400398]], [[0.462798208957496]], [[0.4521291090711647]]], "std": [[[0.15323233884182205]], [[0.1582361826547377]], [[0.16272105723159486]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46196657557950715]], [[0.45626058158770755]], [[0.4484038561076605]]], "std": [[[0.14675554222457948]], [[0.14833419430613745]], [[0.15271511478662594]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4643019209495392]], [[0.4656432897434336]], [[0.45716486014695734]]], "std": [[[0.16197326415343577]], [[0.16039260023056895]], [[0.16794010364788886]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4839630361202452]], [[0.48018191298258434]], [[0.46829450711444]]], "std": [[[0.1481636935383129]], [[0.14447584315292786]], [[0.15460587701173095]]], "count": [161]}, "observation.state": {"min": [-0.5216963887214661, 0.10089748352766037, -0.005759586580097675, -2.0137085914611816, -0.28874728083610535, -0.06956882774829865, -0.28181830048561096, -0.28327301144599915, 0.3655329942703247, 0.05993200093507767, -1.7959675788879395, -1.4574334621429443, -1.239548921585083, -0.17332863807678223, -0.035639625042676926, -0.26258477568626404, -1.7714568376541138, 0.021293018013238907, -0.17233380675315857, -0.026197392493486404, -0.3380590081214905, -0.5697450041770935, 0.08953800052404404, 1.2919723987579346, -1.4276726245880127, 1.021521806716919, 0.0, 0.0, -0.018219782039523125, -0.17404666543006897, -0.8370226621627808, 1.9101831912994385, -1.0682615041732788, -0.0016042249044403434], "max": [0.2707354724407196, 0.3282789885997772, 0.3314729332923889, -1.2646830081939697, -0.15765559673309326, 0.08689994364976883, -0.01984439231455326, -0.1844020038843155, 0.5533829927444458, 0.20590800046920776, -1.2972227334976196, -1.268161654472351, -0.9602323770523071, 0.5181009769439697, 0.1892635077238083, -0.0797789990901947, -0.8194320797920227, 0.07407177239656448, 0.025132741779088974, 0.11013027280569077, -0.2914940118789673, -0.37615901231765747, 0.1313599944114685, 1.4755313396453857, -1.2905666828155518, 1.2537291049957275, 1001.0, 1002.0, -0.01819722354412079, -0.17343005537986755, -0.8359973430633545, 1.9103472232818604, -1.0674288272857666, 0.0021130205132067204], "mean": [0.1200280711054802, 0.224485844373703, 0.08706497400999069, -1.76365065574646, -0.24445740878582, -0.014843214303255081, -0.08810405433177948, -0.2609969675540924, 0.40092727541923523, 0.1781594604253769, -1.4097977876663208, -1.3487247228622437, -1.1529396772384644, 0.13591381907463074, 0.015896983444690704, -0.13497976958751678, -1.3769797086715698, 0.036101263016462326, -0.102837473154068, 0.039190568029880524, -0.30577564239501953, -0.47375911474227905, 0.11749410629272461, 1.3622443675994873, -1.3306419849395752, 1.1571274995803833, 606.2947998046875, 661.382080078125, -0.018210655078291893, -0.17383131384849548, -0.836459755897522, 1.9102187156677246, -1.0677605867385864, 0.0006654998287558556], "std": [0.2408663034439087, 0.043982431292533875, 0.09331295639276505, 0.1667483001947403, 0.02718389220535755, 0.03439244255423546, 0.09621290117502213, 0.036414939910173416, 0.05628817155957222, 0.043501101434230804, 0.1744755357503891, 0.048098716884851456, 0.08226107060909271, 0.1820279061794281, 0.0858716368675232, 0.06943018734455109, 0.24607913196086884, 0.0181959867477417, 0.03300052508711815, 0.040522824972867966, 0.013121611438691616, 0.05345641076564789, 0.009640396572649479, 0.05899463966488838, 0.039649199694395065, 0.08700978755950928, 476.5560302734375, 461.4629821777344, 1.1222816738154506e-06, 4.555141640594229e-05, 0.00017825126997195184, 5.49617107026279e-05, 0.000162191572599113, 0.0004107096465304494], "count": [882]}, "action": {"min": [-0.5216963887214661, 0.10089748352766037, -0.005759586580097675, -2.0137085914611816, -0.28874728083610535, -0.06956882774829865, -0.28181830048561096, -0.28327301144599915, 0.3655329942703247, 0.05993200093507767, -1.7959675788879395, -1.4574334621429443, -1.239548921585083, -0.17332863807678223, -0.035639625042676926, -0.26258477568626404, -1.7714568376541138, 0.021293018013238907, -0.17233380675315857, -0.026197392493486404, -0.3380590081214905, -0.5697450041770935, 0.08953800052404404, 1.2919723987579346, -1.4276726245880127, 1.021521806716919, 0.0, 0.0, -0.018219782039523125, -0.17404666543006897, -0.8370226621627808, 1.9101831912994385, -1.0682615041732788, -0.0016042249044403434], "max": [0.2707354724407196, 0.3282789885997772, 0.3314729332923889, -1.2646830081939697, -0.15765559673309326, 0.08689994364976883, -0.01984439231455326, -0.1844020038843155, 0.5533829927444458, 0.20590800046920776, -1.2972227334976196, -1.268161654472351, -0.9602323770523071, 0.5181009769439697, 0.1892635077238083, -0.0797789990901947, -0.8194320797920227, 0.07407177239656448, 0.025132741779088974, 0.11013027280569077, -0.2914940118789673, -0.37615901231765747, 0.1313599944114685, 1.4755313396453857, -1.2905666828155518, 1.2537291049957275, 1001.0, 1002.0, -0.01819722354412079, -0.17343005537986755, -0.8359973430633545, 1.9103472232818604, -1.0674288272857666, 0.0021130205132067204], "mean": [0.1197584792971611, 0.22440943121910095, 0.08709131926298141, -1.7634294033050537, -0.24445249140262604, -0.014898504130542278, -0.08824820071458817, -0.26097896695137024, 0.4010002911090851, 0.17813433706760406, -1.4099446535110474, -1.3487881422042847, -1.152998685836792, 0.13628707826137543, 0.015642859041690826, -0.13477854430675507, -1.3765140771865845, 0.036052245646715164, -0.10289644449949265, 0.03926226124167442, -0.30578750371932983, -0.4738823473453522, 0.11751100420951843, 1.3620766401290894, -1.3306137323379517, 1.157312035560608, 606.2947998046875, 661.382080078125, -0.018210656940937042, -0.1738312542438507, -0.8364601135253906, 1.9102188348770142, -1.0677608251571655, 0.000665506289806217], "std": [0.24083636701107025, 0.04401227831840515, 0.0933036282658577, 0.1667645126581192, 0.027182523161172867, 0.03444096818566322, 0.0962057039141655, 0.03640785813331604, 0.05628545954823494, 0.04349381476640701, 0.17443504929542542, 0.04809628799557686, 0.08230241388082504, 0.18173031508922577, 0.08568964153528214, 0.06931712478399277, 0.24572040140628815, 0.01817406341433525, 0.032976966351270676, 0.04046310484409332, 0.01311393640935421, 0.0533565953373909, 0.009639788419008255, 0.058882683515548706, 0.03965868800878525, 0.08698980510234833, 476.5560302734375, 461.46295166015625, 1.1235916872465168e-06, 4.5527631300501525e-05, 0.0001784749620128423, 5.505547596840188e-05, 0.00016241217963397503, 0.0004107087734155357], "count": [882]}, "timestamp": {"min": [0.0], "max": [29.366666666666667], "mean": [14.683333333333334], "std": [8.487043502151229], "count": [882]}, "frame_index": {"min": [0], "max": [881], "mean": [440.5], "std": [254.61130506453688], "count": [882]}, "episode_index": {"min": [150], "max": [150], "mean": [150.0], "std": [0.0], "count": [882]}, "index": {"min": [128776], "max": [129657], "mean": [129216.5], "std": [254.61130506453688], "count": [882]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [882]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.645124716553288, 0.660160997565709], "std": [0.47847551310942527, 0.46056427617468193], "count": [882]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.645124716553288, 0.660160997565709], "std": [0.47847551310942527, 0.46056427617468193], "count": [882]}, "eef_direction_state": {"mean": [5.167800453514739, 5.286848072562358], "std": [1.95619996197907, 1.8839419995434585], "min": [0, 0], "max": [6, 6], "count": [882]}, "eef_velocity_state": {"mean": [0.25170068027210885, 0.16439909297052155], "std": [0.5910542955168939, 0.46065384311191926], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_acc_mag_state": {"mean": [0.37755102040816324, 0.32086167800453513], "std": [0.7057228890646496, 0.6617130119007267], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_direction_action": {"mean": [5.167800453514739, 5.286848072562358], "std": [1.95619996197907, 1.8839419995434583], "min": [0, 0], "max": [6, 6], "count": [882]}, "eef_velocity_action": {"mean": [0.25170068027210885, 0.16439909297052155], "std": [0.5910542955168939, 0.46065384311191926], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_acc_mag_action": {"mean": [0.37755102040816324, 0.32086167800453513], "std": [0.7057228890646496, 0.6617130119007267], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_sim_pose_state": {"mean": [0.42130122075297816, 0.25109386089021657, 1.1741690173751884, -0.06046272742217268, 0.005990831858585141, 1.3530227974647782, 0.4919750798912634, -0.18619213342342106, 1.131938612045185, 0.037949755631950084, 0.010829003116304586, -1.3918666871474097], "std": [0.06193724686862861, 0.028476762786254543, 0.030967574586312493, 0.05703913168222633, 0.059940253253184, 0.14770021309339676, 0.05289740755952029, 0.003601733663140652, 0.009138578099119448, 0.044912971417520306, 0.04254427000734533, 0.06642186983631032], "min": [0.38253017324113087, 0.16771638939988912, 1.1567858710794416, -0.1743105930310498, -0.1459876505497839, 1.0345802125990746, 0.39636700695380905, -0.1914796416099901, 1.1114917000202575, -0.06757140899201708, -0.0675792072680268, -1.469350801693282], "max": [0.5871100203655457, 0.2708119203831379, 1.2401848005330804, -0.01747572155277155, 0.062442309731491896, 1.4509356557643958, 0.5888956108812811, -0.17175908488164446, 1.148308221205037, 0.07167913718905239, 0.05183232829489626, -1.2614969663736466], "count": [882]}, "eef_sim_pose_action": {"mean": [0.4213773318200414, 0.2510809474873874, 1.1741733985941847, -0.060582008781214274, 0.0060226092237762145, 1.3529055063742306, 0.4920947541680122, -0.1861903383960382, 1.1319245002351335, 0.03796981246016109, 0.010952418714886102, -1.3920266847053757], "std": [0.061932003912589455, 0.02847324613200117, 0.03096539179184751, 0.05705919592011195, 0.059961811802049875, 0.14766747084847934, 0.052800323996662964, 0.0036008782848827667, 0.009128771003514561, 0.04492137733654649, 0.042474540089717884, 0.06638068948318669], "min": [0.38253017324113087, 0.16771638939988912, 1.1567858710794416, -0.1743105930310498, -0.1459876505497839, 1.0345802125990746, 0.39636700695380905, -0.1914796416099901, 1.1114917000202575, -0.06757140899201708, -0.0675792072680268, -1.469350801693282], "max": [0.5871100203655457, 0.2708119203831379, 1.2401848005330804, -0.01747572155277155, 0.062442309731491896, 1.4509356557643958, 0.5888956108812811, -0.17175908488164446, 1.148308221205037, 0.07167913718905239, 0.05183232829489626, -1.2614969663736466], "count": [882]}, "gripper_mode_state": {"mean": [0.35487528344671204, 0.3435374149659864], "std": [0.47847551310942527, 0.4748888917257134], "min": [0, 0], "max": [1, 1], "count": [882]}, "gripper_activity_state": {"mean": [1.989795918367347, 1.9024943310657596], "std": [0.13001030512664224, 0.3921198166990981], "min": [0, 0], "max": [2, 2], "count": [882]}, "gripper_mode_action": {"mean": [0.35487528344671204, 0.3435374149659864], "std": [0.47847551310942527, 0.4748888917257134], "min": [0, 0], "max": [1, 1], "count": [882]}, "gripper_activity_action": {"mean": [1.989795918367347, 1.9024943310657596], "std": [0.13001030512664224, 0.3921198166990981], "min": [0, 0], "max": [2, 2], "count": [882]}}} +{"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.4690950617565867]], [[0.4608604197113628]], [[0.45033628161409495]]], "std": [[[0.15449554471295712]], [[0.15854407592965913]], [[0.16319158997815097]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.462439503156335]], [[0.4562426077314984]], [[0.44823197032436163]]], "std": [[[0.14585296568753428]], [[0.1479964990455888]], [[0.15246789803985356]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687757543234685]], [[0.47082598419802707]], [[0.4619803147708359]]], "std": [[[0.16130488263274087]], [[0.16010600624066135]], [[0.16716948240519114]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4840758078593756]], [[0.4830939402935087]], [[0.47238894343969473]]], "std": [[[0.14378020224421215]], [[0.14088721736283083]], [[0.1507250863393297]]], "count": [161]}, "observation.state": {"min": [-0.48432886600494385, 0.0406138114631176, 0.004590216092765331, -1.977981686592102, -0.4029267132282257, -0.024609141051769257, -0.21498964726924896, -0.285849004983902, 0.3659270107746124, 0.054517000913619995, -1.6257226467132568, -1.5750962495803833, -1.2728204727172852, -0.17332863807678223, -0.07801621407270432, -0.2626371383666992, -1.7714568376541138, 0.023003438487648964, -0.164148211479187, -0.02768092043697834, -0.3368160128593445, -0.5682430267333984, 0.10152599960565567, 1.2179176807403564, -1.4460562467575073, 1.0498147010803223, 0.0, 0.0, -0.01821790263056755, -0.1739620715379715, -0.8367231488227844, 1.9102965593338013, -1.0680880546569824, -0.0021443457808345556], "max": [0.2701420485973358, 0.2808583676815033, 0.281713604927063, -1.3289459943771362, -0.16336281597614288, 0.20296433568000793, -0.019809486344456673, -0.1779250055551529, 0.5486199855804443, 0.2032810002565384, -1.292178750038147, -1.1953096389770508, -1.0641034841537476, 0.5069308876991272, 0.18929840624332428, -0.05216789245605469, -0.840515673160553, 0.09672614187002182, -0.006562437862157822, 0.110008105635643, -0.29149898886680603, -0.37615901231765747, 0.128028005361557, 1.4756050109863281, -1.2888771295547485, 1.2920976877212524, 1001.0, 1002.0, -0.01820286177098751, -0.17364062368869781, -0.8362112641334534, 1.910328984260559, -1.067495346069336, 0.0035254978574812412], "mean": [0.10986901819705963, 0.2103881984949112, 0.08979513496160507, -1.7649494409561157, -0.25780224800109863, 0.01736440509557724, -0.07944658398628235, -0.2578694820404053, 0.4034503102302551, 0.17275814712047577, -1.3835722208023071, -1.3799771070480347, -1.1621431112289429, 0.12304256111383438, -0.0064367312006652355, -0.11463519185781479, -1.3761932849884033, 0.041375961154699326, -0.10657969117164612, -0.0020112069323658943, -0.3112433850765228, -0.4706766903400421, 0.1201806291937828, 1.296004295349121, -1.3216102123260498, 1.2027547359466553, 613.802734375, 724.9263305664062, -0.018210824579000473, -0.17382404208183289, -0.8365552425384521, 1.9103057384490967, -1.0678021907806396, 0.0004964254912920296], "std": [0.24881280958652496, 0.06885253638029099, 0.08479948341846466, 0.16202372312545776, 0.049728039652109146, 0.06703037768602371, 0.07903649657964706, 0.04223676398396492, 0.05925871804356575, 0.05112000182271004, 0.12298955768346786, 0.09483861178159714, 0.04354199767112732, 0.18060250580310822, 0.1085401400923729, 0.08503540605306625, 0.2440839409828186, 0.02144196256995201, 0.03610694035887718, 0.03986963629722595, 0.011991824023425579, 0.05458061024546623, 0.00941870640963316, 0.10134859383106232, 0.04488888010382652, 0.1042810007929802, 474.8954772949219, 433.8092346191406, 1.0662821523510502e-06, 3.29121648974251e-05, 0.00012421670544426888, 9.860878890322056e-06, 0.00014372169971466064, 0.0007122784736566246], "count": [882]}, "action": {"min": [-0.48432886600494385, 0.0406138114631176, 0.004590216092765331, -1.977981686592102, -0.4029267132282257, -0.024609141051769257, -0.21498964726924896, -0.285849004983902, 0.3659270107746124, 0.054517000913619995, -1.6257226467132568, -1.5750962495803833, -1.2728204727172852, -0.17332863807678223, -0.07801621407270432, -0.2626371383666992, -1.7714568376541138, 0.023003438487648964, -0.164148211479187, -0.02768092043697834, -0.3368160128593445, -0.5682430267333984, 0.10152599960565567, 1.2179176807403564, -1.4460562467575073, 1.0498147010803223, 0.0, 0.0, -0.01821790263056755, -0.1739620715379715, -0.8367231488227844, 1.9102965593338013, -1.0680880546569824, -0.0021443457808345556], "max": [0.2701420485973358, 0.2808583676815033, 0.281713604927063, -1.3289459943771362, -0.16336281597614288, 0.20296433568000793, -0.019809486344456673, -0.1779250055551529, 0.5486199855804443, 0.2032810002565384, -1.292178750038147, -1.1953096389770508, -1.0641034841537476, 0.5069308876991272, 0.18929840624332428, -0.05216789245605469, -0.840515673160553, 0.09672614187002182, -0.006562437862157822, 0.110008105635643, -0.29149898886680603, -0.37615901231765747, 0.128028005361557, 1.4756050109863281, -1.2888771295547485, 1.2920976877212524, 1001.0, 1002.0, -0.01820286177098751, -0.17364062368869781, -0.8362112641334534, 1.910328984260559, -1.067495346069336, 0.0035254978574812412], "mean": [0.10963404178619385, 0.21042127907276154, 0.08984752744436264, -1.7647281885147095, -0.2579152286052704, 0.017365828156471252, -0.07965092360973358, -0.25787219405174255, 0.4035109579563141, 0.1727437973022461, -1.3836969137191772, -1.380172848701477, -1.1620838642120361, 0.1234317421913147, -0.0067389728501439095, -0.11439768970012665, -1.3756721019744873, 0.041329145431518555, -0.10665283352136612, -0.0020018264185637236, -0.3112683594226837, -0.47080478072166443, 0.12020101398229599, 1.2957210540771484, -1.3215678930282593, 1.2030054330825806, 613.802734375, 724.9263305664062, -0.018210824579000473, -0.1738240122795105, -0.836555004119873, 1.9103057384490967, -1.0678023099899292, 0.0004964943509548903], "std": [0.24876339733600616, 0.0688742846250534, 0.08478432893753052, 0.16204190254211426, 0.04983186721801758, 0.06702957302331924, 0.07911542803049088, 0.04223847761750221, 0.059248391538858414, 0.05111360922455788, 0.12295762449502945, 0.0948905274271965, 0.043546900153160095, 0.18033289909362793, 0.10836608707904816, 0.08491469919681549, 0.2437300831079483, 0.021433569490909576, 0.03608515113592148, 0.03986486792564392, 0.01197484415024519, 0.05449129268527031, 0.00941549427807331, 0.10119540244340897, 0.044899262487888336, 0.10421942919492722, 474.8954772949219, 433.8092346191406, 1.0662821523510502e-06, 3.292266410426237e-05, 0.00012412476644385606, 9.871767360891681e-06, 0.00014381248911377043, 0.0007122777169570327], "count": [882]}, "timestamp": {"min": [0.0], "max": [29.366666666666667], "mean": [14.683333333333334], "std": [8.487043502151229], "count": [882]}, "frame_index": {"min": [0], "max": [881], "mean": [440.5], "std": [254.61130506453688], "count": [882]}, "episode_index": {"min": [151], "max": [151], "mean": [151.0], "std": [0.0], "count": [882]}, "index": {"min": [129658], "max": [130539], "mean": [130098.5], "std": [254.61130506453688], "count": [882]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [882]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6507936507936508, 0.7235884355157276], "std": [0.4767192831009925, 0.43295539205833894], "count": [882]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6507936507936508, 0.7235884355157276], "std": [0.4767192831009925, 0.43295539205833894], "count": [882]}, "eef_direction_state": {"mean": [5.1519274376417235, 5.261904761904762], "std": [1.9259658246050138, 1.903124296037375], "min": [0, 0], "max": [6, 6], "count": [882]}, "eef_velocity_state": {"mean": [0.26077097505668934, 0.16780045351473924], "std": [0.5773725337991679, 0.45819018528933864], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_acc_mag_state": {"mean": [0.3945578231292517, 0.264172335600907], "std": [0.7164205221588237, 0.6130181142475937], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_direction_action": {"mean": [5.1519274376417235, 5.261904761904762], "std": [1.9259658246050135, 1.903124296037375], "min": [0, 0], "max": [6, 6], "count": [882]}, "eef_velocity_action": {"mean": [0.26077097505668934, 0.16780045351473924], "std": [0.5773725337991679, 0.45819018528933864], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_acc_mag_action": {"mean": [0.3945578231292517, 0.264172335600907], "std": [0.7164205221588237, 0.6130181142475937], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_sim_pose_state": {"mean": [0.42331690643384595, 0.24564465663655974, 1.178437834998031, -0.05024584631746494, 0.036101985104610476, 1.3518646345612269, 0.4881581126736449, -0.18261410443276835, 1.1277052888801002, 0.027050141344741888, 0.047156333894111675, -1.44683890604906], "std": [0.06344807113091927, 0.038626454036594676, 0.03698448749490483, 0.05010913227214777, 0.028691647723971987, 0.13317912671321905, 0.05350767681131669, 0.004664232972693215, 0.009733965139040296, 0.0359077286657636, 0.06494643473464712, 0.09788865253238216], "min": [0.3826359274055715, 0.15433114494477196, 1.1520801689434332, -0.2035228584584583, -0.03141527605786809, 1.093296043949821, 0.3963668456913865, -0.19393390558161389, 1.1123386419526955, -0.08130902999035117, -0.06764479114740651, -1.5316116044842456], "max": [0.5771052176307244, 0.2720647631219118, 1.25263996527725, -0.017422275256562925, 0.13543013973340745, 1.4770933343654475, 0.5864293192544346, -0.17128393406445847, 1.1447864037678102, 0.050502260230996465, 0.0968593361796446, -1.3042603499881105], "count": [882]}, "eef_sim_pose_action": {"mean": [0.42338260094929886, 0.24565319045826098, 1.1784327829902452, -0.05026650722487968, 0.036161095975907255, 1.3516572375688662, 0.488281590333402, -0.18260532019788558, 1.1276811498142487, 0.02704292640503314, 0.04733760403532832, -1.4470894252460764], "std": [0.06343681332715966, 0.03863145529851271, 0.03698774801998409, 0.05009941188459634, 0.028738139395185873, 0.13317499846423253, 0.053421353670198596, 0.0046600399679342635, 0.009718650918422065, 0.0359041718400719, 0.06484919560543054, 0.09780646257904381], "min": [0.3826359274055715, 0.15433114494477196, 1.1520801689434332, -0.2035228584584583, -0.03141527605786809, 1.093296043949821, 0.3963668456913865, -0.19393390558161389, 1.1123386419526955, -0.08130902999035117, -0.06764479114740651, -1.5316116044842456], "max": [0.5771052176307244, 0.2720647631219118, 1.25263996527725, -0.017422275256562925, 0.13543013973340745, 1.4770933343654475, 0.5864293192544346, -0.17128393406445847, 1.1447864037678102, 0.050502260230996465, 0.0968593361796446, -1.3042603499881105], "count": [882]}, "gripper_mode_state": {"mean": [0.3492063492063492, 0.2755102040816326], "std": [0.4767192831009925, 0.446771005693669], "min": [0, 0], "max": [1, 1], "count": [882]}, "gripper_activity_state": {"mean": [1.989795918367347, 1.9002267573696145], "std": [0.13001030512664224, 0.39729806640576343], "min": [0, 0], "max": [2, 2], "count": [882]}, "gripper_mode_action": {"mean": [0.3492063492063492, 0.2755102040816326], "std": [0.4767192831009925, 0.44677100569366907], "min": [0, 0], "max": [1, 1], "count": [882]}, "gripper_activity_action": {"mean": [1.989795918367347, 1.9002267573696145], "std": [0.13001030512664224, 0.39729806640576343], "min": [0, 0], "max": [2, 2], "count": [882]}}} +{"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.47541886871936273]], [[0.4674037479575163]], [[0.4577709418402778]]], "std": [[[0.1551795819543392]], [[0.15891980176786313]], [[0.16307106126355606]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4620652726715686]], [[0.4562671619689542]], [[0.44841091452205883]]], "std": [[[0.14701212612834808]], [[0.14859748304000786]], [[0.1528646845052481]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4721895973754085]], [[0.47467698759191174]], [[0.4653716490502451]]], "std": [[[0.16197309720554365]], [[0.16101688941859654]], [[0.16800202092057004]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49103969822303917]], [[0.48262934921364375]], [[0.4683526922487745]]], "std": [[[0.14892551649524305]], [[0.14378497931549605]], [[0.15344075316601]]], "count": [160]}, "observation.state": {"min": [-0.49331730604171753, 0.07592181861400604, -0.040735986083745956, -2.0373404026031494, -0.25385814905166626, -0.08649851381778717, -0.24305453896522522, -0.2838670015335083, 0.359950989484787, 0.06419999897480011, -1.7682958841323853, -1.4439671039581299, -1.2425321340560913, -0.17331120371818542, -0.04354596138000488, -0.2626197040081024, -1.7714743614196777, 0.02790781483054161, -0.1624726951122284, -0.026232298463582993, -0.3376370072364807, -0.5680860280990601, 0.09570100158452988, 1.3198137283325195, -1.4620192050933838, 1.0223628282546997, 0.0, 0.0, -0.01821226254105568, -0.1739620715379715, -0.837149441242218, 1.9101238250732422, -1.0681324005126953, -0.0020892894826829433], "max": [0.275919109582901, 0.2856754958629608, 0.2901260554790497, -1.2634438276290894, -0.13313370943069458, 0.06091199070215225, -0.0067544239573180676, -0.17865300178527832, 0.5517920255661011, 0.20740799605846405, -1.2958935499191284, -1.1730901002883911, -1.043453574180603, 0.5143485069274902, 0.18931587040424347, -0.10395180433988571, -0.8256279826164246, 0.12208577990531921, 0.02949606627225876, 0.133639857172966, -0.29009801149368286, -0.37615498900413513, 0.12362299859523773, 1.4755313396453857, -1.3175511360168457, 1.2356072664260864, 1001.0, 1002.0, -0.018208501860499382, -0.1736782044172287, -0.8361122608184814, 1.9103076457977295, -1.067373275756836, 0.0023455857299268246], "mean": [0.11004017293453217, 0.20861758291721344, 0.08573009818792343, -1.7535842657089233, -0.22200673818588257, -0.023606322705745697, -0.0851283147931099, -0.25910666584968567, 0.4041076898574829, 0.17487426102161407, -1.4187086820602417, -1.3327966928482056, -1.1598423719406128, 0.07952268421649933, 0.02520947903394699, -0.145777627825737, -1.448920726776123, 0.050410766154527664, -0.08876547962427139, 0.03326611965894699, -0.30382877588272095, -0.45780301094055176, 0.11634252965450287, 1.360582709312439, -1.341469407081604, 1.163184642791748, 582.284423828125, 698.5263671875, -0.01821054145693779, -0.17382828891277313, -0.8366804718971252, 1.9102022647857666, -1.0677850246429443, 0.0005876539507880807], "std": [0.24772627651691437, 0.05325466766953468, 0.08782146126031876, 0.18665382266044617, 0.04120064526796341, 0.03198479115962982, 0.08695167303085327, 0.039175644516944885, 0.05996537208557129, 0.0451991967856884, 0.17421162128448486, 0.045019976794719696, 0.050941381603479385, 0.17200392484664917, 0.0826699286699295, 0.06073641777038574, 0.2334054708480835, 0.01519923284649849, 0.031186478212475777, 0.0380544438958168, 0.012506358325481415, 0.04994400590658188, 0.00868670828640461, 0.057595763355493546, 0.03685900941491127, 0.08296991139650345, 480.82427978515625, 446.28082275390625, 4.938908091389749e-07, 3.953637497033924e-05, 0.00017181837756652385, 6.353845674311742e-05, 0.00019868664094246924, 0.0005464563728310168], "count": [872]}, "action": {"min": [-0.49331730604171753, 0.07592181861400604, -0.040735986083745956, -2.0373404026031494, -0.25385814905166626, -0.08649851381778717, -0.24305453896522522, -0.2838670015335083, 0.359950989484787, 0.06419999897480011, -1.7682958841323853, -1.4439671039581299, -1.2425321340560913, -0.17331120371818542, -0.04354596138000488, -0.2626197040081024, -1.7714743614196777, 0.02790781483054161, -0.1624726951122284, -0.026232298463582993, -0.3376370072364807, -0.5680860280990601, 0.09570100158452988, 1.3198137283325195, -1.4620192050933838, 1.0223628282546997, 0.0, 0.0, -0.01821226254105568, -0.1739620715379715, -0.837149441242218, 1.9101238250732422, -1.0681324005126953, -0.0020892894826829433], "max": [0.275919109582901, 0.2856754958629608, 0.2901260554790497, -1.2634438276290894, -0.13313370943069458, 0.06091199070215225, -0.0067544239573180676, -0.17865300178527832, 0.5517920255661011, 0.20740799605846405, -1.2958935499191284, -1.1730901002883911, -1.043453574180603, 0.5143485069274902, 0.18931587040424347, -0.10395180433988571, -0.8256279826164246, 0.12208577990531921, 0.02949606627225876, 0.133639857172966, -0.29009801149368286, -0.37616801261901855, 0.12362299859523773, 1.4755313396453857, -1.3175511360168457, 1.2356072664260864, 1001.0, 1002.0, -0.018208501860499382, -0.1736782044172287, -0.8361122608184814, 1.9103076457977295, -1.067373275756836, 0.0023455857299268246], "mean": [0.10977999120950699, 0.2085210531949997, 0.08576583862304688, -1.7533279657363892, -0.22194944322109222, -0.023680036887526512, -0.08526614308357239, -0.25910696387290955, 0.40417829155921936, 0.17484264075756073, -1.418845772743225, -1.3328455686569214, -1.1598623991012573, 0.07981223613023758, 0.024970903992652893, -0.14559681713581085, -1.448557734489441, 0.050385523587465286, -0.08880533277988434, 0.03333166986703873, -0.3038390576839447, -0.4579022526741028, 0.11635792255401611, 1.3604131937026978, -1.3414597511291504, 1.1633734703063965, 582.284423828125, 698.5263671875, -0.01821054331958294, -0.17382825911045074, -0.8366803526878357, 1.910202145576477, -1.0677850246429443, 0.0005876365466974676], "std": [0.2476818561553955, 0.05327220261096954, 0.08781008422374725, 0.18667596578598022, 0.04119119048118591, 0.03205212205648422, 0.08694326132535934, 0.03917583450675011, 0.05995744839310646, 0.045189984142780304, 0.17416267096996307, 0.04502788931131363, 0.05095457285642624, 0.17179030179977417, 0.08249632269144058, 0.06062282249331474, 0.23314900696277618, 0.015191790647804737, 0.0311764944344759, 0.03800063207745552, 0.012500401586294174, 0.04986763373017311, 0.00868676882237196, 0.05747440829873085, 0.03686327859759331, 0.08293651789426804, 480.8243103027344, 446.28082275390625, 4.97397934395849e-07, 3.957375884056091e-05, 0.0001717620762065053, 6.34677562629804e-05, 0.00019877137674484402, 0.000546460272744298], "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": [152], "max": [152], "mean": [152.0], "std": [0.0], "count": [872]}, "index": {"min": [130540], "max": [131411], "mean": [130975.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6215596330275229, 0.6972236237873178], "std": [0.4849982016649294, 0.4453956820289808], "count": [872]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6215596330275229, 0.6972236237873178], "std": [0.4849982016649294, 0.4453956820289808], "count": [872]}, "eef_direction_state": {"mean": [5.001146788990826, 5.176605504587156], "std": [2.1014954410002233, 2.0025221345641433], "min": [0, 0], "max": [6, 6], "count": [872]}, "eef_velocity_state": {"mean": [0.25573394495412843, 0.1811926605504587], "std": [0.5501994324363173, 0.46846856644208434], "min": [0, 0], "max": [2, 2], "count": [872]}, "eef_acc_mag_state": {"mean": [0.42545871559633025, 0.31536697247706424], "std": [0.7334995423112621, 0.656891905432649], "min": [0, 0], "max": [2, 2], "count": [872]}, "eef_direction_action": {"mean": [5.001146788990826, 5.176605504587156], "std": [2.1014954410002233, 2.0025221345641433], "min": [0, 0], "max": [6, 6], "count": [872]}, "eef_velocity_action": {"mean": [0.25573394495412843, 0.1811926605504587], "std": [0.5501994324363174, 0.46846856644208434], "min": [0, 0], "max": [2, 2], "count": [872]}, "eef_acc_mag_action": {"mean": [0.42545871559633025, 0.31536697247706424], "std": [0.7334995423112621, 0.656891905432649], "min": [0, 0], "max": [2, 2], "count": [872]}, "eef_sim_pose_state": {"mean": [0.4242369978734024, 0.24732070050847738, 1.1747529474148535, -0.0722674669741046, -0.0033334455271676507, 1.3599429424290108, 0.4760437740964078, -0.1854981009246743, 1.1337282616637805, 0.0393668920790199, 0.020942021346972785, -1.3876710438836113], "std": [0.06494054312208093, 0.031208491789663492, 0.03170269583426883, 0.07173778454140692, 0.05802060326252545, 0.13141976340939251, 0.0494840991023804, 0.0041503540178966245, 0.008738491099975883, 0.043437161443579446, 0.045648254367645164, 0.05906667891073031], "min": [0.3785526880122099, 0.16728481474854184, 1.1471921280401152, -0.20100858340655714, -0.1483309524140819, 1.0798720438079485, 0.39637242367425884, -0.19308250078839903, 1.111816433263718, -0.07236472437509034, -0.06761785957118005, -1.4361050225298424], "max": [0.5830991002429816, 0.27097278939551406, 1.2408845179343775, -0.017491781596599587, 0.0417777470652867, 1.4839969366657977, 0.5873759558370493, -0.1724262541354191, 1.1507476577865714, 0.07079733353741524, 0.05251197609219482, -1.2848875497200367], "count": [872]}, "eef_sim_pose_action": {"mean": [0.42431020296970706, 0.24730101315186115, 1.1747424254148422, -0.0723567198280199, -0.0033278223916827225, 1.3598330780359325, 0.47613947899581743, -0.18549574250542492, 1.133715724425626, 0.039386171005218955, 0.02107929247851889, -1.3878212291108858], "std": [0.06493056284188943, 0.031203035735945243, 0.03171016977837655, 0.07171805663862199, 0.05802431777560368, 0.13138788233826545, 0.049410602461128314, 0.004149119011399849, 0.00873084962867442, 0.04344468597117114, 0.04556203195294986, 0.05902120014639534], "min": [0.3785526880122099, 0.16728481474854184, 1.1471921280401152, -0.20100858340655714, -0.1483309524140819, 1.0798720438079485, 0.39637242367425884, -0.19308250078839903, 1.111816433263718, -0.07236472437509034, -0.06761785957118005, -1.4361050225298424], "max": [0.5830991002429816, 0.27097278939551406, 1.2408845179343775, -0.017491781596599587, 0.0417777470652867, 1.4839969366657977, 0.5873759558370493, -0.1724262541354191, 1.1507476577865714, 0.07079733353741524, 0.05251197609219482, -1.2848875497200367], "count": [872]}, "gripper_mode_state": {"mean": [0.37844036697247707, 0.30045871559633025], "std": [0.4849982016649294, 0.45845749619625104], "min": [0, 0], "max": [1, 1], "count": [872]}, "gripper_activity_state": {"mean": [1.989678899082569, 1.9128440366972477], "std": [0.13074903341224947, 0.36999898770781386], "min": [0, 0], "max": [2, 2], "count": [872]}, "gripper_mode_action": {"mean": [0.37844036697247707, 0.30045871559633025], "std": [0.4849982016649294, 0.45845749619625104], "min": [0, 0], "max": [1, 1], "count": [872]}, "gripper_activity_action": {"mean": [1.989678899082569, 1.9128440366972477], "std": [0.13074903341224947, 0.36999898770781386], "min": [0, 0], "max": [2, 2], "count": [872]}}} +{"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.46958476062580723]], [[0.4615306299166373]], [[0.4498872524558725]]], "std": [[[0.1548277771835225]], [[0.15835458322144277]], [[0.16296558528690425]]], "count": [167]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46078993728229817]], [[0.45452121614613905]], [[0.44660476718132364]]], "std": [[[0.14618004395635542]], [[0.1479200438721254]], [[0.15240956829758953]]], "count": [167]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679408058882235]], [[0.47015675389417244]], [[0.4612792637763688]]], "std": [[[0.15951677687840868]], [[0.15865415021999152]], [[0.1654252161679176]]], "count": [167]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48451942438652107]], [[0.477882335818559]], [[0.46418034274588077]]], "std": [[[0.14607207436156316]], [[0.14287811184397187]], [[0.15269648827512372]]], "count": [167]}, "observation.state": {"min": [-0.4986231327056885, 0.05265658348798752, -0.005532693583518267, -2.029381513595581, -0.27930504083633423, -0.119258351624012, -0.24865704774856567, -0.2832750082015991, 0.35489600896835327, 0.05744900181889534, -1.743736982345581, -1.5101159811019897, -1.3186969757080078, -0.17331120371818542, -0.055571284145116806, -0.26256734132766724, -1.7714743614196777, 0.002775073517113924, -0.17266541719436646, -0.0262148454785347, -0.3355259895324707, -0.5677840113639832, 0.0936959981918335, 1.305235505104065, -1.4090766906738281, 1.0261776447296143, 0.0, 0.0, -0.01821226254105568, -0.17403726279735565, -0.8369854092597961, 1.9101459980010986, -1.0699816942214966, -0.0024870233610272408], "max": [0.30304154753685, 0.25417229533195496, 0.2848551869392395, -1.2589584589004517, -0.11964231729507446, 0.018762290477752686, -0.01984439231455326, -0.18256700038909912, 0.5518190264701843, 0.2058829963207245, -1.2972227334976196, -1.1530941724777222, -1.0848954916000366, 0.507978081703186, 0.18929840624332428, -0.08337438106536865, -0.8437445163726807, 0.0659734457731247, 0.031695179641246796, 0.09536479413509369, -0.29202398657798767, -0.37616801261901855, 0.12225999683141708, 1.4756050109863281, -1.2761858701705933, 1.2784894704818726, 1001.0, 1002.0, -0.018206622451543808, -0.17355601489543915, -0.8360702395439148, 1.9101848602294922, -1.0668400526046753, 0.0038605816662311554], "mean": [0.11458814889192581, 0.20139901340007782, 0.09096795320510864, -1.7578812837600708, -0.24213790893554688, -0.0347626768052578, -0.08658847212791443, -0.25755438208580017, 0.40223655104637146, 0.17053887248039246, -1.4199678897857666, -1.3553528785705566, -1.1858932971954346, 0.1109204962849617, -0.00788990966975689, -0.12698447704315186, -1.3819482326507568, 0.023262102156877518, -0.13419412076473236, 0.012892217375338078, -0.31097322702407837, -0.4669208824634552, 0.11522871255874634, 1.3421313762664795, -1.3104350566864014, 1.1942269802093506, 617.6738891601562, 703.8369750976562, -0.018210535869002342, -0.17375989258289337, -0.8365312218666077, 1.9101545810699463, -1.0678735971450806, 0.0005758009501732886], "std": [0.2466629296541214, 0.061095282435417175, 0.08771227300167084, 0.1803278774023056, 0.027521541342139244, 0.03354747220873833, 0.08895308524370193, 0.038307178765535355, 0.05896978825330734, 0.04791427403688431, 0.1744452267885208, 0.06811201572418213, 0.05456526204943657, 0.16668151319026947, 0.08858725428581238, 0.06492636352777481, 0.2265859842300415, 0.01994919776916504, 0.05245901271700859, 0.032443057745695114, 0.011378939263522625, 0.04842858761548996, 0.009020759724080563, 0.059995461255311966, 0.044614825397729874, 0.1035601869225502, 474.3883361816406, 444.72137451171875, 5.64124206903216e-07, 4.826101576327346e-05, 0.00016426049114670604, 1.3172877515899017e-05, 0.00042405727435834706, 0.0007306741317734122], "count": [920]}, "action": {"min": [-0.4986231327056885, 0.05265658348798752, -0.005532693583518267, -2.029381513595581, -0.27930504083633423, -0.119258351624012, -0.24865704774856567, -0.2832750082015991, 0.35489600896835327, 0.05744900181889534, -1.743736982345581, -1.5101159811019897, -1.3186969757080078, -0.17331120371818542, -0.055571284145116806, -0.26256734132766724, -1.7714743614196777, 0.002775073517113924, -0.17266541719436646, -0.0262148454785347, -0.3355259895324707, -0.5677840113639832, 0.0936959981918335, 1.305235505104065, -1.4090766906738281, 1.0261776447296143, 0.0, 0.0, -0.01821226254105568, -0.17403726279735565, -0.8369854092597961, 1.9101459980010986, -1.0699816942214966, -0.0024870233610272408], "max": [0.30304154753685, 0.25417229533195496, 0.2848551869392395, -1.2589584589004517, -0.11964231729507446, 0.018762290477752686, -0.01984439231455326, -0.18256700038909912, 0.5518190264701843, 0.2058829963207245, -1.2972227334976196, -1.1530941724777222, -1.0848954916000366, 0.507978081703186, 0.18929840624332428, -0.08337438106536865, -0.8437445163726807, 0.0659734457731247, 0.031695179641246796, 0.09536479413509369, -0.29202398657798767, -0.37616801261901855, 0.12225999683141708, 1.4756050109863281, -1.2761858701705933, 1.2784894704818726, 1001.0, 1002.0, -0.018206622451543808, -0.17355601489543915, -0.8360702395439148, 1.9101848602294922, -1.0668400526046753, 0.0038605816662311554], "mean": [0.11440382897853851, 0.20126813650131226, 0.09099867194890976, -1.7577128410339355, -0.24213971197605133, -0.03486527130007744, -0.08671422302722931, -0.25754353404045105, 0.4022848904132843, 0.17049801349639893, -1.4200819730758667, -1.3554456233978271, -1.1860284805297852, 0.11123183369636536, -0.008154990151524544, -0.1267915964126587, -1.3815128803253174, 0.023203330114483833, -0.13430869579315186, 0.012924069538712502, -0.31099388003349304, -0.4670248329639435, 0.11524152010679245, 1.341951608657837, -1.3103816509246826, 1.1944506168365479, 617.6738891601562, 703.8369750976562, -0.018210535869002342, -0.17375995218753815, -0.8365305066108704, 1.9101545810699463, -1.0678731203079224, 0.000576124875806272], "std": [0.24661369621753693, 0.06113923713564873, 0.0877000242471695, 0.18031473457813263, 0.027522366493940353, 0.033648259937763214, 0.08894040435552597, 0.038301289081573486, 0.05895887315273285, 0.04790356010198593, 0.17439931631088257, 0.06812049448490143, 0.05471554026007652, 0.16641677916049957, 0.08836141973733902, 0.06478698551654816, 0.22622328996658325, 0.0199031550437212, 0.05241972208023071, 0.03241896256804466, 0.011361820623278618, 0.04833635315299034, 0.00902131199836731, 0.0598430410027504, 0.04462146759033203, 0.1035059317946434, 474.38836669921875, 444.7213439941406, 5.64124206903216e-07, 4.8297901230398566e-05, 0.00016399328887928277, 1.3186881005822215e-05, 0.0004239955451339483, 0.0007306001498363912], "count": [920]}, "timestamp": {"min": [0.0], "max": [30.633333333333333], "mean": [15.316666666666668], "std": [8.852698897950713], "count": [920]}, "frame_index": {"min": [0], "max": [919], "mean": [459.5], "std": [265.5809669385214], "count": [920]}, "episode_index": {"min": [153], "max": [153], "mean": [153.0], "std": [0.0], "count": [920]}, "index": {"min": [131412], "max": [132331], "mean": [131871.5], "std": [265.5809669385214], "count": [920]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [920]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6521739130434783, 0.7025358699818911], "std": [0.4762804847870998, 0.44385271843589014], "count": [920]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6521739130434783, 0.7025358699818911], "std": [0.4762804847870997, 0.44385271843589014], "count": [920]}, "eef_direction_state": {"mean": [4.994565217391305, 5.284782608695652], "std": [2.098905725788245, 1.8903033332964356], "min": [0, 0], "max": [6, 6], "count": [920]}, "eef_velocity_state": {"mean": [0.275, 0.15217391304347827], "std": [0.5685842448382301, 0.42566527492385026], "min": [0, 0], "max": [2, 2], "count": [920]}, "eef_acc_mag_state": {"mean": [0.4032608695652174, 0.26304347826086955], "std": [0.7203488114850632, 0.6117894976329658], "min": [0, 0], "max": [2, 2], "count": [920]}, "eef_direction_action": {"mean": [4.994565217391305, 5.284782608695652], "std": [2.098905725788245, 1.8903033332964356], "min": [0, 0], "max": [6, 6], "count": [920]}, "eef_velocity_action": {"mean": [0.275, 0.15217391304347827], "std": [0.5685842448382301, 0.42566527492385026], "min": [0, 0], "max": [2, 2], "count": [920]}, "eef_acc_mag_action": {"mean": [0.4032608695652174, 0.26304347826086955], "std": [0.7203488114850632, 0.6117894976329659], "min": [0, 0], "max": [2, 2], "count": [920]}, "eef_sim_pose_state": {"mean": [0.42285927912806826, 0.24346471792104152, 1.1745232800252603, -0.08797441159838155, 0.022114224573622242, 1.3499771622375147, 0.48473242474242934, -0.18018803292172714, 1.125137009136352, 0.05193561819519183, 0.024473234800207275, -1.4232454102554477], "std": [0.06440799241885248, 0.03337467099097636, 0.029500992720145065, 0.08783095096895009, 0.05333908145533946, 0.1418916900266377, 0.04785797437680506, 0.005053679932091391, 0.009694701036577548, 0.05529130100988682, 0.046713558899735046, 0.07314632186849337], "min": [0.37290718165630254, 0.15832734438132626, 1.150854365144214, -0.23605287514640083, -0.1281770869053196, 1.0708417573790885, 0.39637204301900825, -0.1887989548527419, 1.1139476248478122, -0.07797700599225343, -0.0686121007457885, -1.4851821255989766], "max": [0.5839950606772437, 0.26693137640347697, 1.233070757705207, -0.017432320809176893, 0.12399972811106075, 1.463863130140805, 0.5867052678749411, -0.16719617904041506, 1.1475792876935538, 0.0913281377659031, 0.05761262640300413, -1.3043037308418417], "count": [920]}, "eef_sim_pose_action": {"mean": [0.42291060439904016, 0.24343331138084068, 1.1745175781717412, -0.08812037996107022, 0.02221263678985057, 1.3498712841435065, 0.4848326447554269, -0.18017865136284683, 1.125111478927117, 0.051977857619108565, 0.024607447802425603, -1.4234340046031646], "std": [0.06439542870239841, 0.03336839646896163, 0.029504919085963185, 0.08782525104871416, 0.053441786376679866, 0.1418563647190709, 0.047769313028509466, 0.0050458522287965745, 0.009674576498385924, 0.055303030875548775, 0.046626424757659095, 0.073063183135879], "min": [0.37290718165630254, 0.15832734438132626, 1.150854365144214, -0.23605287514640083, -0.1281770869053196, 1.0708417573790885, 0.39637204301900825, -0.1887989548527419, 1.1139476248478122, -0.07797700599225343, -0.0686121007457885, -1.4851821255989766], "max": [0.5839950606772437, 0.26693137640347697, 1.233070757705207, -0.017432320809176893, 0.12399972811106075, 1.463863130140805, 0.5867052678749411, -0.16719617904041506, 1.1475792876935538, 0.0913281377659031, 0.05761262640300413, -1.3043037308418417], "count": [920]}, "gripper_mode_state": {"mean": [0.34782608695652173, 0.29782608695652174], "std": [0.4762804847870998, 0.4573026447383404], "min": [0, 0], "max": [1, 1], "count": [920]}, "gripper_activity_state": {"mean": [1.9902173913043477, 1.9054347826086957], "std": [0.12731319017758827, 0.3827429976739333], "min": [0, 0], "max": [2, 2], "count": [920]}, "gripper_mode_action": {"mean": [0.34782608695652173, 0.29782608695652174], "std": [0.4762804847870997, 0.45730264473834037], "min": [0, 0], "max": [1, 1], "count": [920]}, "gripper_activity_action": {"mean": [1.9902173913043477, 1.9054347826086957], "std": [0.12731319017758827, 0.3827429976739333], "min": [0, 0], "max": [2, 2], "count": [920]}}} +{"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.4705961831086601]], [[0.46159225005106214]], [[0.4511747804330065]]], "std": [[[0.15096469020117614]], [[0.15591104245207282]], [[0.16032061271390458]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46251879723243466]], [[0.455858695874183]], [[0.4477613702512255]]], "std": [[[0.14519807120190573]], [[0.14672934960497477]], [[0.15122444896705364]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46223121936274514]], [[0.4655705193014706]], [[0.45881173789828433]]], "std": [[[0.16368030036795053]], [[0.16333634845772052]], [[0.1712622881842231]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4843364468443628]], [[0.47928594643586603]], [[0.46751789853962417]]], "std": [[[0.14516220774465208]], [[0.14167260824899452]], [[0.15175574075832585]]], "count": [160]}, "observation.state": {"min": [-0.487941712141037, 0.01935570128262043, 0.00427605677396059, -1.9337201118469238, -0.25391051173210144, -0.11037462204694748, -0.21191787719726562, -0.2855289876461029, 0.36665400862693787, 0.03882500156760216, -1.7440617084503174, -1.4068700075149536, -1.2936428785324097, -0.17332863807678223, -0.04122467711567879, -0.26258477568626404, -1.7714568376541138, 0.0021816615480929613, -0.17006489634513855, -0.0262148454785347, -0.33900099992752075, -0.5681570172309875, 0.09677699953317642, 1.2932275533676147, -1.460457682609558, 1.0163384675979614, 0.0, 0.0, -0.01821226254105568, -0.17397522926330566, -0.8369964957237244, 1.9101396799087524, -1.068163275718689, -0.002788883401080966], "max": [0.2655692994594574, 0.2410474270582199, 0.311104953289032, -1.2570734024047852, -0.04593706503510475, 0.07520623505115509, -0.01984439231455326, -0.18389500677585602, 0.5492939949035645, 0.20519199967384338, -1.2971378564834595, -1.123155117034912, -1.0023685693740845, 0.510788083076477, 0.18929840624332428, -0.08683013170957565, -0.8292757272720337, 0.08700466901063919, -0.0006632250733673573, 0.12515756487846375, -0.29203298687934875, -0.37616899609565735, 0.12715399265289307, 1.4755313396453857, -1.258330225944519, 1.2553067207336426, 1001.0, 1002.0, -0.018208501860499382, -0.1736462414264679, -0.8358880281448364, 1.9103678464889526, -1.0672472715377808, 0.003400197485461831], "mean": [0.12258977442979813, 0.18965932726860046, 0.07759306579828262, -1.7575297355651855, -0.20234425365924835, -0.01852552406489849, -0.06475962698459625, -0.2632853090763092, 0.401895135641098, 0.1753999888896942, -1.3888381719589233, -1.3181324005126953, -1.171012282371521, 0.0935392901301384, 0.007157647516578436, -0.1287756711244583, -1.402807593345642, 0.025072479620575905, -0.1396201103925705, 0.022195866331458092, -0.3103475570678711, -0.46189528703689575, 0.11922327429056168, 1.3604165315628052, -1.3047443628311157, 1.1874312162399292, 622.5, 718.3724365234375, -0.01821056567132473, -0.1738715022802353, -0.8367406129837036, 1.910204291343689, -1.0678762197494507, 0.0006049125222489238], "std": [0.23042581975460052, 0.06990563869476318, 0.0869770348072052, 0.165623739361763, 0.06747274100780487, 0.02729719690978527, 0.0644037276506424, 0.03614253178238869, 0.05571765825152397, 0.04887726157903671, 0.1547505110502243, 0.045346830040216446, 0.06078675761818886, 0.1632302850484848, 0.08183207362890244, 0.06401395052671432, 0.2234295904636383, 0.03124232590198517, 0.04840102046728134, 0.039774682372808456, 0.011671389453113079, 0.04704806208610535, 0.010019361972808838, 0.053600043058395386, 0.06340543925762177, 0.08800648152828217, 472.3331298828125, 437.5340270996094, 5.237710638539284e-07, 3.314732384751551e-05, 0.0001417980092810467, 7.787947834003717e-05, 0.0002078844263451174, 0.0005544244777411222], "count": [870]}, "action": {"min": [-0.487941712141037, 0.01935570128262043, 0.00427605677396059, -1.9337201118469238, -0.25391051173210144, -0.11037462204694748, -0.21191787719726562, -0.2855289876461029, 0.36665400862693787, 0.03882500156760216, -1.7440617084503174, -1.4068700075149536, -1.2936428785324097, -0.17332863807678223, -0.04122467711567879, -0.26258477568626404, -1.7714568376541138, 0.0021816615480929613, -0.17006489634513855, -0.0262148454785347, -0.33900099992752075, -0.5681570172309875, 0.09677699953317642, 1.2932275533676147, -1.460457682609558, 1.0163384675979614, 0.0, 0.0, -0.01821226254105568, -0.17397522926330566, -0.8369964957237244, 1.9101396799087524, -1.068163275718689, -0.002788883401080966], "max": [0.2655692994594574, 0.2410474270582199, 0.311104953289032, -1.2570734024047852, -0.04593706503510475, 0.07520623505115509, -0.01984439231455326, -0.18389500677585602, 0.5492939949035645, 0.20519199967384338, -1.2971378564834595, -1.123155117034912, -1.0023685693740845, 0.510788083076477, 0.18929840624332428, -0.08683013170957565, -0.8292757272720337, 0.08700466901063919, -0.0006632250733673573, 0.12515756487846375, -0.29203298687934875, -0.37616899609565735, 0.12715399265289307, 1.4755313396453857, -1.258330225944519, 1.2553067207336426, 1001.0, 1002.0, -0.018208501860499382, -0.1736462414264679, -0.8358880281448364, 1.9103678464889526, -1.0672472715377808, 0.003400197485461831], "mean": [0.1223476380109787, 0.18949921429157257, 0.07756651192903519, -1.7572968006134033, -0.2022186815738678, -0.0185523871332407, -0.06484079360961914, -0.2632867693901062, 0.40196406841278076, 0.17538312077522278, -1.388869285583496, -1.318105936050415, -1.1710658073425293, 0.09384262561798096, 0.00690098013728857, -0.12857599556446075, -1.4023820161819458, 0.02499939501285553, -0.1397421807050705, 0.0222387183457613, -0.3103676736354828, -0.4619978368282318, 0.1192425936460495, 1.3602595329284668, -1.3046681880950928, 1.1876444816589355, 622.5, 718.3724365234375, -0.01821056380867958, -0.17387160658836365, -0.8367406129837036, 1.9102044105529785, -1.0678765773773193, 0.0006047304486855865], "std": [0.23038598895072937, 0.06994738429784775, 0.08699142187833786, 0.16563694179058075, 0.06747844070196152, 0.02731088362634182, 0.0643916130065918, 0.03614334017038345, 0.05571111664175987, 0.04887063056230545, 0.15473465621471405, 0.04535314440727234, 0.06081933528184891, 0.16297930479049683, 0.08161082863807678, 0.06386721879243851, 0.22307631373405457, 0.03122100979089737, 0.04834330081939697, 0.0397426038980484, 0.011654927395284176, 0.04695833846926689, 0.010017209686338902, 0.05346180871129036, 0.06341568380594254, 0.08793830871582031, 472.3331298828125, 437.5340576171875, 5.205262709750968e-07, 3.3119995350716636e-05, 0.0001417987805325538, 7.802102481946349e-05, 0.000208031662623398, 0.0005544598097912967], "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": [154], "max": [154], "mean": [154.0], "std": [0.0], "count": [870]}, "index": {"min": [132332], "max": [133201], "mean": [132766.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6620689655172414, 0.7170344822858086], "std": [0.47300491584778365, 0.43666517200519933], "count": [870]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6620689655172414, 0.7170344822858086], "std": [0.47300491584778365, 0.43666517200519933], "count": [870]}, "eef_direction_state": {"mean": [5.109195402298851, 5.203448275862069], "std": [1.9305845808684259, 1.97658408905814], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_state": {"mean": [0.2655172413793103, 0.1850574712643678], "std": [0.5588015884193369, 0.4880241033316784], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_state": {"mean": [0.4045977011494253, 0.2942528735632184], "std": [0.717259799350855, 0.6366861623973779], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_direction_action": {"mean": [5.109195402298851, 5.203448275862069], "std": [1.9305845808684259, 1.97658408905814], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_action": {"mean": [0.2655172413793103, 0.1850574712643678], "std": [0.5588015884193369, 0.4880241033316784], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_action": {"mean": [0.4045977011494253, 0.2942528735632184], "std": [0.717259799350855, 0.6366861623973779], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_sim_pose_state": {"mean": [0.42104425622408137, 0.24468967865174943, 1.1715437386360827, -0.06350324285733323, 0.0023869570731013525, 1.3887227549303915, 0.4799356278696471, -0.18525359996044224, 1.1248280410459135, 0.06011995845336184, 0.012664441862126225, -1.4154395226462808], "std": [0.05972052244854379, 0.03593959084169963, 0.02908513674167507, 0.06899596817423667, 0.05517670503180853, 0.11593152371111237, 0.04663138048683004, 0.003734224819028398, 0.009539761188936284, 0.05348836932923716, 0.03608453266795472, 0.07295391811424709], "min": [0.3834979237720729, 0.1399142055298837, 1.149162705890851, -0.27418163509670035, -0.14466280096809236, 1.1090361139208613, 0.39637167888769387, -0.1889033232194114, 1.1096965059393664, -0.06924697933185275, -0.06760386040668642, -1.4717604039220615], "max": [0.5789563733557551, 0.266713929133441, 1.2386256080035216, -0.017453201765841198, 0.04190905576765935, 1.460392561528812, 0.5869534833076668, -0.17468421085249394, 1.1445411489941764, 0.0948892265685819, 0.06075747966337586, -1.27583267377998], "count": [870]}, "eef_sim_pose_action": {"mean": [0.4211132710766263, 0.24467158237124634, 1.1715358132676856, -0.06355970767852386, 0.002393354770527781, 1.3887308961862377, 0.4800344784483125, -0.1852509520083366, 1.1248018751723057, 0.06017262501049629, 0.012773065996876574, -1.415627988160754], "std": [0.05971179120005919, 0.03593356002526886, 0.029090087625889542, 0.068978447961568, 0.05518053247779389, 0.11593578424641816, 0.04654523380237189, 0.003732593180432046, 0.009516945145374406, 0.053498933549144166, 0.03598525175222047, 0.07287844448979451], "min": [0.3834979237720729, 0.1399142055298837, 1.149162705890851, -0.27418163509670035, -0.14466280096809236, 1.1090361139208613, 0.39637167888769387, -0.1889033232194114, 1.1096965059393664, -0.06924697933185275, -0.06760386040668642, -1.4717604039220615], "max": [0.5789563733557551, 0.266713929133441, 1.2386256080035216, -0.017453201765841198, 0.04190905576765935, 1.460392561528812, 0.5869534833076668, -0.17468421085249394, 1.1445411489941764, 0.0948892265685819, 0.06075747966337586, -1.27583267377998], "count": [870]}, "gripper_mode_state": {"mean": [0.33793103448275863, 0.2827586206896552], "std": [0.47300491584778365, 0.4503400749604035], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_state": {"mean": [1.9896551724137932, 1.8977011494252873], "std": [0.13089829583518803, 0.4009978964872248], "min": [0, 0], "max": [2, 2], "count": [870]}, "gripper_mode_action": {"mean": [0.33793103448275863, 0.2827586206896552], "std": [0.47300491584778365, 0.4503400749604035], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_action": {"mean": [1.9896551724137932, 1.8977011494252873], "std": [0.13089829583518803, 0.4009978964872248], "min": [0, 0], "max": [2, 2], "count": [870]}}} +{"episode_index": 155, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4667283839260342]], [[0.45917493174806157]], [[0.4494431517172086]]], "std": [[[0.15438883146900415]], [[0.15753979386648626]], [[0.16149054553328618]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4606700335931474]], [[0.45486373081841436]], [[0.4467685155583973]]], "std": [[[0.14699655346268362]], [[0.14833615780418516]], [[0.152745985625698]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4739798694840255]], [[0.47292439638899036]], [[0.4633141492104088]]], "std": [[[0.16559560128174494]], [[0.16317125825377954]], [[0.17023437252796988]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48746170152843743]], [[0.4796143194596679]], [[0.4659788672715463]]], "std": [[[0.15112956234169975]], [[0.14555902633964604]], [[0.1552316408961806]]], "count": [161]}, "observation.state": {"min": [-0.5371076464653015, 0.11086332052946091, -0.006108652334660292, -1.9761141538619995, -0.4104839563369751, -0.0734609067440033, -0.43942153453826904, -0.2877120077610016, 0.36573100090026855, 0.06171099841594696, -1.856804370880127, -1.5607365369796753, -1.2667546272277832, -0.17331120371818542, -0.059917155653238297, -0.26256734132766724, -1.7714568376541138, 0.04167846217751503, -0.1886526346206665, -0.026197392493486404, -0.3392550051212311, -0.5686929821968079, 0.08192799985408783, 1.2854259014129639, -1.4807573556900024, 1.039594054222107, 0.0, 0.0, -0.01821226254105568, -0.1741519421339035, -0.8370804786682129, 1.909939169883728, -1.0684540271759033, -0.0031287132296711206], "max": [0.26771605014801025, 0.3900461792945862, 0.356553316116333, -1.2138766050338745, -0.1731192022562027, 0.0691499412059784, -0.019809486344456673, -0.18413400650024414, 0.5560309886932373, 0.2018589973449707, -1.2972227334976196, -1.1981867551803589, -0.9129867553710938, 0.5111894607543945, 0.1892635077238083, -0.09337511658668518, -0.8241968154907227, 0.10241591930389404, 0.025150194764137268, 0.10609856247901917, -0.2920440137386322, -0.37616899609565735, 0.11399099975824356, 1.4756050109863281, -1.328906536102295, 1.3095494508743286, 1001.0, 1002.0, -0.018210381269454956, -0.17319507896900177, -0.8359283804893494, 1.9103108644485474, -1.066946268081665, 0.002669278532266617], "mean": [0.09178227931261063, 0.23344933986663818, 0.09028831869363785, -1.7299546003341675, -0.27072852849960327, -0.023827696219086647, -0.10617933422327042, -0.261324405670166, 0.4079917073249817, 0.18143810331821442, -1.4148273468017578, -1.366392731666565, -1.1531267166137695, 0.11353061348199844, 0.0025379613507539034, -0.1423465609550476, -1.3820319175720215, 0.0657842829823494, -0.13462716341018677, 0.030787477269768715, -0.3094124495983124, -0.46633535623550415, 0.10957048088312149, 1.3486071825027466, -1.3574358224868774, 1.203427791595459, 628.1986083984375, 695.5787963867188, -0.01821065880358219, -0.1735733598470688, -0.8366473317146301, 1.9102052450180054, -1.0678675174713135, 0.0005891815526410937], "std": [0.26542729139328003, 0.052307430654764175, 0.10306588560342789, 0.20155562460422516, 0.04529150202870369, 0.02526494860649109, 0.13272319734096527, 0.03780826926231384, 0.06203065812587738, 0.041374754160642624, 0.20011192560195923, 0.08994366228580475, 0.08703220635652542, 0.179676815867424, 0.09803199023008347, 0.06666135787963867, 0.24451479315757751, 0.00922578014433384, 0.059812769293785095, 0.036491136997938156, 0.012074984610080719, 0.05318356305360794, 0.006642760708928108, 0.06610792130231857, 0.03809243068099022, 0.11361466348171234, 471.3625183105469, 447.62982177734375, 6.338044613585225e-07, 0.0002973201044369489, 0.0002302086359122768, 6.473608664236963e-05, 0.00028540604398585856, 0.0005397389177232981], "count": [876]}, "action": {"min": [-0.5371076464653015, 0.11086332052946091, -0.006108652334660292, -1.9761141538619995, -0.4104839563369751, -0.0734609067440033, -0.43942153453826904, -0.2877120077610016, 0.36573100090026855, 0.06171099841594696, -1.856804370880127, -1.5607365369796753, -1.2667546272277832, -0.17331120371818542, -0.059917155653238297, -0.26256734132766724, -1.7714568376541138, 0.04167846217751503, -0.1886526346206665, -0.026197392493486404, -0.3392550051212311, -0.5686929821968079, 0.08192799985408783, 1.2854259014129639, -1.4807573556900024, 1.039594054222107, 0.0, 0.0, -0.01821226254105568, -0.1741519421339035, -0.8370804786682129, 1.909939169883728, -1.0684540271759033, -0.0031287132296711206], "max": [0.26771605014801025, 0.3900461792945862, 0.356553316116333, -1.2138766050338745, -0.1731192022562027, 0.0691499412059784, -0.019809486344456673, -0.18413400650024414, 0.5560309886932373, 0.2018589973449707, -1.2972227334976196, -1.1981867551803589, -0.9129867553710938, 0.5111894607543945, 0.1892635077238083, -0.09337511658668518, -0.8241968154907227, 0.10241591930389404, 0.025150194764137268, 0.10609856247901917, -0.2920440137386322, -0.37616899609565735, 0.11399099975824356, 1.4756050109863281, -1.328906536102295, 1.3095494508743286, 1001.0, 1002.0, -0.018210381269454956, -0.17319507896900177, -0.8359283804893494, 1.9103108644485474, -1.066946268081665, 0.002669278532266617], "mean": [0.0914398804306984, 0.2333572804927826, 0.09028182178735733, -1.7296152114868164, -0.2707401514053345, -0.023854097351431847, -0.10627490282058716, -0.2613261640071869, 0.40808913111686707, 0.18143662810325623, -1.4148353338241577, -1.3664357662200928, -1.1532145738601685, 0.11389457434415817, 0.0022556381300091743, -0.14215590059757233, -1.3815314769744873, 0.06578539311885834, -0.13475985825061798, 0.030851971358060837, -0.3094329237937927, -0.4664539396762848, 0.10957464575767517, 1.3484196662902832, -1.3574498891830444, 1.2036939859390259, 628.1986083984375, 695.5787963867188, -0.01821065880358219, -0.17357255518436432, -0.8366469740867615, 1.9102050065994263, -1.067868709564209, 0.000588590104598552], "std": [0.26539626717567444, 0.052365005016326904, 0.10306897014379501, 0.20160476863384247, 0.045288488268852234, 0.025273820385336876, 0.1326911449432373, 0.037809304893016815, 0.06203263998031616, 0.04137406125664711, 0.20010706782341003, 0.08993005007505417, 0.08710283786058426, 0.17941880226135254, 0.09785008430480957, 0.06655601412057877, 0.24416524171829224, 0.009225789457559586, 0.059783998876810074, 0.03644011542201042, 0.012060809880495071, 0.053098198026418686, 0.006644014734774828, 0.06598098576068878, 0.038084469735622406, 0.11356756836175919, 471.3625183105469, 447.62982177734375, 6.338044613585225e-07, 0.0002973658556584269, 0.00023011385928839445, 6.472184031736106e-05, 0.0002845274284482002, 0.0005397330969572067], "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": [155], "max": [155], "mean": [155.0], "std": [0.0], "count": [876]}, "index": {"min": [133202], "max": [134077], "mean": [133639.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6666666666666666, 0.6942728312468671], "std": [0.47140452079103445, 0.44673910822570956], "count": [876]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6666666666666666, 0.6942728312468671], "std": [0.47140452079103445, 0.44673910822570956], "count": [876]}, "eef_direction_state": {"mean": [5.078767123287672, 5.231735159817352], "std": [1.9242400707494944, 1.9332342605373618], "min": [0, 0], "max": [6, 6], "count": [876]}, "eef_velocity_state": {"mean": [0.2876712328767123, 0.1780821917808219], "std": [0.6020388203656374, 0.4659883909059553], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_acc_mag_state": {"mean": [0.4223744292237443, 0.2899543378995434], "std": [0.7338220620197143, 0.6360117583968711], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_direction_action": {"mean": [5.078767123287672, 5.231735159817352], "std": [1.9242400707494944, 1.9332342605373618], "min": [0, 0], "max": [6, 6], "count": [876]}, "eef_velocity_action": {"mean": [0.2876712328767123, 0.1780821917808219], "std": [0.6020388203656374, 0.4659883909059553], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_acc_mag_action": {"mean": [0.4223744292237443, 0.2899543378995434], "std": [0.7338220620197142, 0.6360117583968711], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_sim_pose_state": {"mean": [0.42934486069071914, 0.25551261667752934, 1.173561052752352, -0.06300070316122007, 0.015162561140332811, 1.339888115954913, 0.4846302808042333, -0.17781879746739362, 1.12634090113528, 0.055318966594053075, 0.056128944737172407, -1.391601511913622], "std": [0.06927558887257247, 0.025372773455691295, 0.03096247387867482, 0.06503556216355051, 0.056174860459214784, 0.1856334855829467, 0.05243492304091233, 0.006276206960820726, 0.01041216391951942, 0.057607162367171796, 0.06894326869847398, 0.06256726721355689], "min": [0.3829819090397661, 0.1726505935057274, 1.148912971538435, -0.20005866189082855, -0.11114529543921514, 0.919608610240914, 0.39637376211034225, -0.1887605623840917, 1.11100984115766, -0.08519346408196649, -0.0676228843030775, -1.4473681880067206], "max": [0.592794187005236, 0.2786305838680488, 1.2388571590694182, -0.01748640914451116, 0.10363382960967282, 1.4459998224615316, 0.5873069347034019, -0.16196068800850125, 1.1470373511836793, 0.10288737516036606, 0.1101844973106545, -1.2890443831901162], "count": [876]}, "eef_sim_pose_action": {"mean": [0.4294426227841362, 0.2555120953599999, 1.1735532771807264, -0.06305406030966436, 0.01523541055730709, 1.3398732068287298, 0.48474543756951594, -0.17780339208394302, 1.1263142718892685, 0.05537324601957742, 0.056328286385607114, -1.391760071880148], "std": [0.06927126360619065, 0.02537259253215217, 0.030967532055739353, 0.06501745688019088, 0.05623883959346299, 0.18562549140954057, 0.05235171654335776, 0.006265983202026288, 0.010395491718870501, 0.05762254363874024, 0.06883769336005346, 0.06252201863150378], "min": [0.3829819090397661, 0.1726505935057274, 1.148912971538435, -0.20005866189082855, -0.11114529543921514, 0.919608610240914, 0.39637376211034225, -0.1887605623840917, 1.11100984115766, -0.08519346408196649, -0.0676228843030775, -1.4473681880067206], "max": [0.592794187005236, 0.2786305838680488, 1.2388571590694182, -0.01748640914451116, 0.10363382960967282, 1.4459998224615316, 0.5873069347034019, -0.16196068800850125, 1.1470373511836793, 0.10288737516036606, 0.1101844973106545, -1.2890443831901162], "count": [876]}, "gripper_mode_state": {"mean": [0.3333333333333333, 0.3093607305936073], "std": [0.47140452079103445, 0.4622301039095036], "min": [0, 0], "max": [1, 1], "count": [876]}, "gripper_activity_state": {"mean": [1.9897260273972603, 1.9006849315068493], "std": [0.13045203393658128, 0.4002847003959902], "min": [0, 0], "max": [2, 2], "count": [876]}, "gripper_mode_action": {"mean": [0.3333333333333333, 0.3093607305936073], "std": [0.47140452079103445, 0.4622301039095036], "min": [0, 0], "max": [1, 1], "count": [876]}, "gripper_activity_action": {"mean": [1.9897260273972603, 1.9006849315068493], "std": [0.13045203393658128, 0.4002847003959902], "min": [0, 0], "max": [2, 2], "count": [876]}}} +{"episode_index": 156, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47453065257352944]], [[0.4663152101205066]], [[0.45670675806781047]]], "std": [[[0.15593550409605403]], [[0.15840972331354503]], [[0.162468609717054]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4604074754901961]], [[0.4550582286560457]], [[0.4473252770118464]]], "std": [[[0.1473889708296765]], [[0.14857165065741007]], [[0.15257219860522386]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4718185534109477]], [[0.4727849609375]], [[0.46312235881331704]]], "std": [[[0.1614406745746578]], [[0.15954489045098733]], [[0.16656990298368324]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4790889105902778]], [[0.47607897263071897]], [[0.4640724251940359]]], "std": [[[0.1456195903153529]], [[0.14182376208791878]], [[0.15142822334779749]]], "count": [160]}, "observation.state": {"min": [-0.5648059844970703, 0.14784683287143707, -0.005305800586938858, -2.0379161834716797, -0.4060683250427246, -0.02661627158522606, -0.3182258903980255, -0.2832629978656769, 0.3645919859409332, 0.06259399652481079, -1.7666325569152832, -1.6315377950668335, -1.2673319578170776, -0.17331120371818542, -0.05066690966486931, -0.26258477568626404, -1.7714743614196777, -0.010437068529427052, -0.10005972534418106, -0.026162484660744667, -0.3307029902935028, -0.5680040121078491, 0.08959399908781052, 1.2255890369415283, -1.4706512689590454, 1.0215984582901, 0.0, 0.0, -0.018214140087366104, -0.17321011424064636, -0.8373157978057861, 1.9101626873016357, -1.0681450366973877, -0.0010792921530082822], "max": [0.2729869484901428, 0.2848028540611267, 0.3643374741077423, -1.2469505071640015, -0.16238543391227722, 0.2264041155576706, -0.019809486344456673, -0.1767449975013733, 0.5585409998893738, 0.20617899298667908, -1.2961987257003784, -1.217919945716858, -0.902459979057312, 0.4967905282974243, 0.18929840624332428, -0.09128072112798691, -0.8814610838890076, 0.07983135432004929, 0.10379473119974136, 0.09079203009605408, -0.28537699580192566, -0.3761709928512573, 0.12345699965953827, 1.4756050109863281, -1.2949292659759521, 1.2250747680664062, 1001.0, 1002.0, -0.018206622451543808, -0.17229273915290833, -0.8357588648796082, 1.9101942777633667, -1.0671879053115845, 0.0023854540195316076], "mean": [0.0980774536728859, 0.224995955824852, 0.09770961850881577, -1.7687709331512451, -0.272472083568573, 0.015049595385789871, -0.09667457640171051, -0.2541065514087677, 0.4048704206943512, 0.17390118539333344, -1.407551884651184, -1.3848251104354858, -1.152734637260437, 0.08230351656675339, -0.009247326292097569, -0.12597337365150452, -1.4456745386123657, 0.022523930296301842, -0.05013619363307953, 0.006624552421271801, -0.30731838941574097, -0.46045175194740295, 0.1163894310593605, 1.2999076843261719, -1.3291516304016113, 1.1632353067398071, 586.6253051757812, 723.0149536132812, -0.018210796639323235, -0.1729002743959427, -0.8366112112998962, 1.9101593494415283, -1.0678155422210693, 0.000658717704936862], "std": [0.2537389099597931, 0.031589243561029434, 0.10743948072195053, 0.16841958463191986, 0.0383467823266983, 0.06596863269805908, 0.10228461772203445, 0.03923226520419121, 0.0572688952088356, 0.04354273900389671, 0.15939223766326904, 0.09934333711862564, 0.10346880555152893, 0.16000524163246155, 0.08143666386604309, 0.058339010924100876, 0.211899995803833, 0.023502646014094353, 0.0403691828250885, 0.03322277218103409, 0.010288487188518047, 0.04616682603955269, 0.008765604346990585, 0.07151287794113159, 0.04590904712677002, 0.07808235287666321, 480.2749938964844, 434.7640380859375, 7.791607572471548e-07, 0.0002710185362957418, 0.0002378232020419091, 2.010051866818685e-05, 0.00031351676443591714, 0.000326603592839092], "count": [870]}, "action": {"min": [-0.5648059844970703, 0.14784683287143707, -0.005305800586938858, -2.0379161834716797, -0.4060683250427246, -0.02661627158522606, -0.3182258903980255, -0.2832629978656769, 0.3645919859409332, 0.06259399652481079, -1.7666325569152832, -1.6315377950668335, -1.2673319578170776, -0.17331120371818542, -0.05066690966486931, -0.26258477568626404, -1.7714743614196777, -0.010437068529427052, -0.10005972534418106, -0.026162484660744667, -0.3307029902935028, -0.5680040121078491, 0.08959399908781052, 1.2255890369415283, -1.4706512689590454, 1.0215984582901, 0.0, 0.0, -0.018214140087366104, -0.17321011424064636, -0.8373157978057861, 1.9101626873016357, -1.0681450366973877, -0.0010792921530082822], "max": [0.2729869484901428, 0.2848028540611267, 0.3643374741077423, -1.2469505071640015, -0.16238543391227722, 0.2264041155576706, -0.019809486344456673, -0.1767449975013733, 0.5585409998893738, 0.20617899298667908, -1.2961987257003784, -1.217919945716858, -0.902459979057312, 0.4967905282974243, 0.18929840624332428, -0.09128072112798691, -0.8814610838890076, 0.07983135432004929, 0.10379473119974136, 0.09079203009605408, -0.28537699580192566, -0.3761709928512573, 0.12345699965953827, 1.4756050109863281, -1.2949292659759521, 1.2250747680664062, 1001.0, 1002.0, -0.018206622451543808, -0.17229273915290833, -0.8357588648796082, 1.9101942777633667, -1.0671879053115845, 0.0023854540195316076], "mean": [0.09787467867136002, 0.22492185235023499, 0.09773407131433487, -1.7686545848846436, -0.27250367403030396, 0.015047910623252392, -0.09677784889936447, -0.25407862663269043, 0.4049244523048401, 0.17387422919273376, -1.4076474905014038, -1.3849164247512817, -1.152821660041809, 0.08257531374692917, -0.009520219638943672, -0.1257776916027069, -1.4453221559524536, 0.02245706506073475, -0.05013641342520714, 0.00664525618776679, -0.30733561515808105, -0.4605470597743988, 0.11640433222055435, 1.299668312072754, -1.3291175365447998, 1.1634159088134766, 586.6253051757812, 723.0149536132812, -0.018210796639323235, -0.17289941012859344, -0.8366113901138306, 1.9101593494415283, -1.067814826965332, 0.0006587962270714343], "std": [0.2536758780479431, 0.031627342104911804, 0.10742940753698349, 0.16839875280857086, 0.038342613726854324, 0.0659695640206337, 0.10225236415863037, 0.03922019153833389, 0.05725497379899025, 0.04353271797299385, 0.1593513786792755, 0.09931887686252594, 0.10352783650159836, 0.1597713679075241, 0.08116811513900757, 0.05816587060689926, 0.2116134613752365, 0.023462150245904922, 0.04036930575966835, 0.033208053559064865, 0.010275500826537609, 0.04607825353741646, 0.008765258826315403, 0.07127516716718674, 0.04591962322592735, 0.07803860306739807, 480.2749938964844, 434.7640380859375, 7.791607572471548e-07, 0.0002712419955059886, 0.0002379214420216158, 2.0117238818784244e-05, 0.00031352011137641966, 0.00032661165460012853], "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": [156], "max": [156], "mean": [156.0], "std": [0.0], "count": [870]}, "index": {"min": [134078], "max": [134947], "mean": [134512.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6252873563218391, 0.721683907846856], "std": [0.4840486322115623, 0.4339062987726251], "count": [870]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6252873563218391, 0.721683907846856], "std": [0.4840486322115623, 0.4339062987726251], "count": [870]}, "eef_direction_state": {"mean": [4.985057471264367, 5.091954022988506], "std": [2.0994815307228696, 2.0988896019335095], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_state": {"mean": [0.28390804597701147, 0.18735632183908046], "std": [0.5880756779860152, 0.4579576343656895], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_state": {"mean": [0.43908045977011495, 0.332183908045977], "std": [0.7491537481410686, 0.6738112994950755], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_direction_action": {"mean": [4.985057471264367, 5.091954022988506], "std": [2.0994815307228696, 2.0988896019335095], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_action": {"mean": [0.28390804597701147, 0.18735632183908046], "std": [0.5880756779860153, 0.4579576343656895], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_action": {"mean": [0.43908045977011495, 0.332183908045977], "std": [0.7491537481410686, 0.6738112994950755], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_sim_pose_state": {"mean": [0.42597463404563835, 0.24874634524966202, 1.1813528463299983, -0.057881544615924124, 0.029737187996641167, 1.3313600762085878, 0.47790889027699895, -0.1806473876721053, 1.1342416425859927, 0.004211494848147259, 0.028305309426042025, -1.432223766111663], "std": [0.06392267245658671, 0.025585151857897743, 0.03553211611011696, 0.04467841809816663, 0.049014168621261685, 0.17273371000517587, 0.04585436466389608, 0.004790738267651759, 0.00769050180658905, 0.04528061253231042, 0.04299668414090067, 0.07026952318185595], "min": [0.38154068222859977, 0.17680913833466513, 1.15679369711042, -0.13817411360691456, -0.08969083765539909, 0.9640797993159571, 0.39637694646376986, -0.18873255670758016, 1.1214939073644163, -0.10874329729001708, -0.0676504405742624, -1.487564836812155], "max": [0.5954825275124633, 0.2684233938422039, 1.2513784118349534, -0.01745346684688498, 0.09961473716251446, 1.4540171421053196, 0.5864097383105681, -0.16328340762257462, 1.1617643901656756, 0.04808295696485332, 0.09173831163132329, -1.3019767028409155], "count": [870]}, "eef_sim_pose_action": {"mean": [0.4260309560426739, 0.2487290715981905, 1.1813689229961104, -0.05798623481478807, 0.02981402221541476, 1.331261343344421, 0.47799975645475695, -0.180638478952367, 1.1342273593810555, 0.00418523457775612, 0.02844031574703886, -1.4324302707549075], "std": [0.06390681608250078, 0.02557955618027068, 0.03552417463067082, 0.044690443717936464, 0.04907101270989382, 0.17269274583433591, 0.04577098098917074, 0.004782935987764688, 0.007682937884285189, 0.04526184023473568, 0.04287944296890727, 0.07015708752733131], "min": [0.38154068222859977, 0.17680913833466513, 1.15679369711042, -0.13817411360691456, -0.08969083765539909, 0.9640797993159571, 0.39637694646376986, -0.18873255670758016, 1.1214939073644163, -0.10874329729001708, -0.0676504405742624, -1.487564836812155], "max": [0.5954825275124633, 0.2684233938422039, 1.2513784118349534, -0.01745346684688498, 0.09961473716251446, 1.4540171421053196, 0.5864097383105681, -0.16328340762257462, 1.1617643901656756, 0.04808295696485332, 0.09173831163132329, -1.3019767028409155], "count": [870]}, "gripper_mode_state": {"mean": [0.37471264367816093, 0.27816091954022987], "std": [0.4840486322115623, 0.4480930956629058], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_state": {"mean": [1.9896551724137932, 1.9022988505747127], "std": [0.13089829583518794, 0.3963851057590819], "min": [0, 0], "max": [2, 2], "count": [870]}, "gripper_mode_action": {"mean": [0.37471264367816093, 0.27816091954022987], "std": [0.4840486322115623, 0.4480930956629058], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_action": {"mean": [1.9896551724137932, 1.9022988505747127], "std": [0.13089829583518792, 0.3963851057590819], "min": [0, 0], "max": [2, 2], "count": [870]}}} +{"episode_index": 157, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704057100183824]], [[0.4614646050347222]], [[0.45196552287581704]]], "std": [[[0.15298851237820993]], [[0.15711986030896]], [[0.16149681576712555]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46391941891339866]], [[0.45682370174632353]], [[0.4485361187704248]]], "std": [[[0.14402235692268517]], [[0.14548246019806058]], [[0.1501462313338694]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696061925551471]], [[0.47034287173202616]], [[0.4607813853145425]]], "std": [[[0.163971790242533]], [[0.16256428165209968]], [[0.1692813285982262]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47875423432393793]], [[0.4750875357434641]], [[0.46378819699754903]]], "std": [[[0.14368287347515002]], [[0.14094270852324228]], [[0.15133750084913206]]], "count": [160]}, "observation.state": {"min": [-0.47509607672691345, -0.014678219333291054, 0.005218534264713526, -1.9749622344970703, -0.25389304757118225, -0.12630948424339294, -0.2379232794046402, -0.28326401114463806, 0.36433398723602295, 0.04460100084543228, -1.7478779554367065, -1.4396659135818481, -1.3359242677688599, -0.17332863807678223, -0.05234242603182793, -0.26258477568626404, -1.7714743614196777, -0.005305800586938858, -0.13903293013572693, -0.0262148454785347, -0.33247700333595276, -0.5720509886741638, 0.10024099797010422, 1.2885926961898804, -1.4033637046813965, 1.0172600746154785, 0.0, 0.0, -0.018214140087366104, -0.17431172728538513, -0.8371288180351257, 1.909934401512146, -1.0693145990371704, -0.0012444609310477972], "max": [0.2711019814014435, 0.25249677896499634, 0.28415706753730774, -1.2329354286193848, -0.07166321575641632, 0.03778637945652008, -0.01984439231455326, -0.1908479928970337, 0.5498570203781128, 0.20538100600242615, -1.2971378564834595, -1.1293054819107056, -1.0452674627304077, 0.5204920768737793, 0.18929840624332428, -0.07653269171714783, -0.838700532913208, 0.08171632140874863, 0.0018675023457035422, 0.09320058673620224, -0.2920210063457489, -0.3761639893054962, 0.12712299823760986, 1.4755313396453857, -1.266039490699768, 1.2442848682403564, 1001.0, 1002.0, -0.018208501860499382, -0.17234914004802704, -0.8352842330932617, 1.910231590270996, -1.066817045211792, 0.004238381516188383], "mean": [0.12615841627120972, 0.18304121494293213, 0.07842860370874405, -1.7583473920822144, -0.20847521722316742, -0.038780588656663895, -0.06449179351329803, -0.261612206697464, 0.40058454871177673, 0.1723620742559433, -1.3977162837982178, -1.3224713802337646, -1.1933284997940063, 0.11900970339775085, -0.004380966071039438, -0.12035547941923141, -1.3809951543807983, 0.014027634635567665, -0.11372292786836624, 0.010114356875419617, -0.3105911612510681, -0.4700571894645691, 0.11968367546796799, 1.3318768739700317, -1.3010120391845703, 1.1790733337402344, 618.3878784179688, 711.1990966796875, -0.01821105368435383, -0.17274542152881622, -0.8366394639015198, 1.910178780555725, -1.0677976608276367, 0.0006043054163455963], "std": [0.22823265194892883, 0.08888698369264603, 0.08255182951688766, 0.17744308710098267, 0.05919815972447395, 0.03654007241129875, 0.06893350929021835, 0.034989338368177414, 0.05542758107185364, 0.05041556432843208, 0.1677604764699936, 0.054585158824920654, 0.05996092036366463, 0.16349732875823975, 0.08731579035520554, 0.06906582415103912, 0.2173079550266266, 0.029210682958364487, 0.036937177181243896, 0.033615898340940475, 0.010119917802512646, 0.0482906773686409, 0.008720903657376766, 0.06559953838586807, 0.046830736100673676, 0.08919772505760193, 473.5628967285156, 440.8187255859375, 8.9940573388958e-07, 0.00044358306331560016, 0.00026853280724026263, 3.6978522985009477e-05, 0.00034938196768052876, 0.0005336855538189411], "count": [874]}, "action": {"min": [-0.47509607672691345, -0.014678219333291054, 0.005218534264713526, -1.9749622344970703, -0.25389304757118225, -0.12630948424339294, -0.2379232794046402, -0.28326401114463806, 0.36433398723602295, 0.04460100084543228, -1.7478779554367065, -1.4396659135818481, -1.3359242677688599, -0.17331120371818542, -0.05234242603182793, -0.26258477568626404, -1.7714743614196777, -0.005305800586938858, -0.13903293013572693, -0.0262148454785347, -0.33247700333595276, -0.5720509886741638, 0.10024099797010422, 1.2885926961898804, -1.4033637046813965, 1.0172600746154785, 0.0, 0.0, -0.018214140087366104, -0.17431172728538513, -0.8371288180351257, 1.909934401512146, -1.0693145990371704, -0.0012444609310477972], "max": [0.2711019814014435, 0.25249677896499634, 0.28415706753730774, -1.2329354286193848, -0.07166321575641632, 0.03778637945652008, -0.01984439231455326, -0.1908479928970337, 0.5498570203781128, 0.20538100600242615, -1.2971378564834595, -1.1293054819107056, -1.0452674627304077, 0.5204920768737793, 0.18929840624332428, -0.07653269171714783, -0.838700532913208, 0.08171632140874863, 0.0018675023457035422, 0.09320058673620224, -0.2920210063457489, -0.3761639893054962, 0.12712299823760986, 1.4755313396453857, -1.266039490699768, 1.2442848682403564, 1001.0, 1002.0, -0.018208501860499382, -0.17234914004802704, -0.8352842330932617, 1.910231590270996, -1.066817045211792, 0.004238381516188383], "mean": [0.12593749165534973, 0.18281467258930206, 0.07840397953987122, -1.758143424987793, -0.2083457112312317, -0.03886355832219124, -0.06454117596149445, -0.26160377264022827, 0.40064695477485657, 0.17233069241046906, -1.3977382183074951, -1.3224313259124756, -1.1934969425201416, 0.11935637891292572, -0.0046572997234761715, -0.12014291435480118, -1.3805255889892578, 0.013946338556706905, -0.11380773037672043, 0.010143991559743881, -0.31061357259750366, -0.4701728820800781, 0.11970196664333344, 1.3316730260849, -1.3009430170059204, 1.1792773008346558, 618.3878784179688, 711.1990966796875, -0.01821105368435383, -0.1727457344532013, -0.8366395235061646, 1.9101788997650146, -1.0677975416183472, 0.0006045509944669902], "std": [0.2281913012266159, 0.08899115771055222, 0.08256594091653824, 0.1774410754442215, 0.05922269821166992, 0.03658134117722511, 0.06891694664955139, 0.03498503938317299, 0.055420100688934326, 0.05040574446320534, 0.16774845123291016, 0.05460062995553017, 0.06014326214790344, 0.16319838166236877, 0.08708440512418747, 0.06891360878944397, 0.21690653264522552, 0.029165104031562805, 0.03690708801150322, 0.03359526768326759, 0.010100561194121838, 0.04818662628531456, 0.00871677789837122, 0.06543201208114624, 0.0468331053853035, 0.08914195746183395, 473.5628967285156, 440.8186950683594, 8.9940573388958e-07, 0.00044357700971886516, 0.000268579984549433, 3.699025182868354e-05, 0.00034932655398733914, 0.000533559825271368], "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": [157], "max": [157], "mean": [157.0], "std": [0.0], "count": [874]}, "index": {"min": [134948], "max": [135821], "mean": [135384.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6590389016018307, 0.7098855839901576], "std": [0.4740323066809709, 0.4399542759110781], "count": [874]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6590389016018307, 0.7098855839901576], "std": [0.47403230668097085, 0.4399542759110781], "count": [874]}, "eef_direction_state": {"mean": [5.194508009153318, 5.280320366132723], "std": [1.8622264787543514, 1.8870634840984257], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_state": {"mean": [0.2471395881006865, 0.17391304347826086], "std": [0.554385314221978, 0.48497471847964907], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_state": {"mean": [0.40389016018306634, 0.2768878718535469], "std": [0.7210680273478822, 0.6264508423714066], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_direction_action": {"mean": [5.194508009153318, 5.280320366132723], "std": [1.8622264787543514, 1.8870634840984257], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_action": {"mean": [0.2471395881006865, 0.17391304347826086], "std": [0.554385314221978, 0.484974718479649], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_action": {"mean": [0.40389016018306634, 0.2768878718535469], "std": [0.7210680273478822, 0.6264508423714066], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_sim_pose_state": {"mean": [0.42019443021058395, 0.24173753538454146, 1.171068416711064, -0.0826876575895712, 0.013251861555576656, 1.3851510270319511, 0.48767240975407267, -0.18374574071936942, 1.1271233127723188, 0.03776787219728307, 0.012464941499008158, -1.4326541190285171], "std": [0.05983335659595233, 0.03833587842885155, 0.02619063747779358, 0.08601741858599593, 0.060111882182902844, 0.12353720289004799, 0.047676970235179784, 0.002846514178224786, 0.008212885612401471, 0.04618000875089925, 0.03805810694027489, 0.07755631803992767], "min": [0.3822652082614032, 0.13999059162211108, 1.151001900513818, -0.25390304995559443, -0.20147794438931377, 1.1048934077565105, 0.3963682233313737, -0.18902464650445436, 1.1186738370884484, -0.09597452759482994, -0.06759271282237811, -1.4934028163817477], "max": [0.5788702725241746, 0.26608092573684383, 1.2273121640616649, -0.0174787360889751, 0.0983726057964387, 1.4825300091484586, 0.5907570816507084, -0.17588893307411008, 1.1445365808868793, 0.06404639094204112, 0.03670672742168701, -1.2905825834860851], "count": [874]}, "eef_sim_pose_action": {"mean": [0.42025718733332507, 0.24170014553917224, 1.1710626974502663, -0.08281187083046877, 0.013319134223883288, 1.385190586345431, 0.4877838777963592, -0.183739707748611, 1.127099136138167, 0.03778352022981404, 0.012584059935340355, -1.4328639444196853], "std": [0.05982360323475521, 0.03832955864043668, 0.026194295451319308, 0.08600163687584528, 0.060166396511018155, 0.1235621899813697, 0.04757715446121076, 0.0028415519124272504, 0.008192824835238302, 0.04618570463687173, 0.03797038801069419, 0.07745698654317315], "min": [0.3822652082614032, 0.13999059162211108, 1.151001900513818, -0.25390304995559443, -0.20147794438931377, 1.1048934077565105, 0.3963739514875478, -0.18902464650445436, 1.1186738370884484, -0.09597452759482994, -0.06759271282237811, -1.4934028163817477], "max": [0.5788702725241746, 0.26608092573684383, 1.2273121640616649, -0.0174787360889751, 0.0983726057964387, 1.4825300091484586, 0.5907570816507084, -0.17588893307411008, 1.1445365808868793, 0.06404639094204112, 0.03670672742168701, -1.2905825834860851], "count": [874]}, "gripper_mode_state": {"mean": [0.34096109839816935, 0.28718535469107553], "std": [0.4740323066809709, 0.4524488111842516], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_state": {"mean": [1.9897025171624714, 1.8981693363844394], "std": [0.13060028040969834, 0.4001388073490171], "min": [0, 0], "max": [2, 2], "count": [874]}, "gripper_mode_action": {"mean": [0.34096109839816935, 0.28718535469107553], "std": [0.47403230668097085, 0.4524488111842516], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_action": {"mean": [1.9897025171624714, 1.8981693363844394], "std": [0.13060028040969834, 0.4001388073490171], "min": [0, 0], "max": [2, 2], "count": [874]}}} +{"episode_index": 158, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.469762461581855]], [[0.4600964417016807]], [[0.4499233497218332]]], "std": [[[0.15023851340651118]], [[0.15730317123414242]], [[0.16139980295523765]]], "count": [168]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4628025428921569]], [[0.4551293208255524]], [[0.44663679655890137]]], "std": [[[0.14618088647449226]], [[0.14784815430496492]], [[0.1523988235889233]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46340708158263305]], [[0.465958518129474]], [[0.4570665594362745]]], "std": [[[0.16356294859269288]], [[0.1622431185743037]], [[0.16941512472855838]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4876149115896358]], [[0.4810936089713663]], [[0.4690496821992686]]], "std": [[[0.14647259598415174]], [[0.14227212579462525]], [[0.15258767177240953]]], "count": [168]}, "observation.state": {"min": [-0.46268677711486816, 0.045727625489234924, -0.05288347601890564, -2.0126962661743164, -0.3038443624973297, -0.05651376023888588, -0.20144589245319366, -0.2862659990787506, 0.3569749891757965, 0.06614500284194946, -1.6621074676513672, -1.4705880880355835, -1.3221927881240845, -0.17331120371818542, -0.07682939618825912, -0.26258477568626404, -1.771422028541565, 0.028710665181279182, -0.14852751791477203, -0.026197392493486404, -0.3348560035228729, -0.5693029761314392, 0.09098000079393387, 1.2368738651275635, -1.4679973125457764, 1.0586812496185303, 0.0, 0.0, -0.018216021358966827, -0.17325900495052338, -0.8372405171394348, 1.9099558591842651, -1.0686838626861572, -0.003998222295194864], "max": [0.3006329834461212, 0.2410474270582199, 0.2624626159667969, -1.3085780143737793, -0.14234904944896698, 0.12566369771957397, -0.01984439231455326, -0.18501000106334686, 0.5471829771995544, 0.21599000692367554, -1.2826560735702515, -1.2387487888336182, -1.0978691577911377, 0.5095663070678711, 0.18929840624332428, -0.08913396298885345, -0.8525758981704712, 0.12636183202266693, 0.04764748737215996, 0.09834931045770645, -0.2915700078010559, -0.3761709928512573, 0.11636099964380264, 1.4756050109863281, -1.2948054075241089, 1.320119857788086, 1001.0, 1002.0, -0.018206622451543808, -0.1728021800518036, -0.836081326007843, 1.9103052616119385, -1.0674834251403809, 0.00341253774240613], "mean": [0.11650452762842178, 0.18923214077949524, 0.075411856174469, -1.757033109664917, -0.22852928936481476, -0.0072289458476006985, -0.0616735965013504, -0.26165086030960083, 0.4040013253688812, 0.1761702299118042, -1.3702865839004517, -1.3419883251190186, -1.1895804405212402, 0.09425580501556396, -0.020931951701641083, -0.12931732833385468, -1.429296851158142, 0.04253077507019043, -0.11540554463863373, 0.0005660273018293083, -0.3001351058483124, -0.46303772926330566, 0.11111582070589066, 1.3251057863235474, -1.3246300220489502, 1.234811782836914, 577.5317993164062, 736.5501708984375, -0.018210697919130325, -0.17302526533603668, -0.8365349173545837, 1.9101252555847168, -1.0677717924118042, 0.0005790018476545811], "std": [0.23255454003810883, 0.0713580772280693, 0.07664057612419128, 0.1669919192790985, 0.0424981564283371, 0.03566400334239006, 0.06245003640651703, 0.037809595465660095, 0.05782857909798622, 0.04384598135948181, 0.13068725168704987, 0.0524289496243, 0.04131006449460983, 0.16169846057891846, 0.09878085553646088, 0.0647842213511467, 0.21218521893024445, 0.019623346626758575, 0.047760672867298126, 0.03222737833857536, 0.010492328554391861, 0.047918397933244705, 0.005489131435751915, 0.07002154737710953, 0.048168834298849106, 0.1152128130197525, 482.74041748046875, 428.5074462890625, 7.952764917718014e-07, 8.948289178078994e-05, 0.00017206219490617514, 9.760146349435672e-05, 0.00014896178618073463, 0.0007078153430484235], "count": [927]}, "action": {"min": [-0.46268677711486816, 0.045727625489234924, -0.05288347601890564, -2.0126962661743164, -0.3038443624973297, -0.05651376023888588, -0.20144589245319366, -0.2862659990787506, 0.3569749891757965, 0.06614500284194946, -1.6621074676513672, -1.4705880880355835, -1.3221927881240845, -0.17331120371818542, -0.07682939618825912, -0.26258477568626404, -1.771422028541565, 0.028710665181279182, -0.14852751791477203, -0.026197392493486404, -0.3348560035228729, -0.5693029761314392, 0.09098000079393387, 1.2368738651275635, -1.4679973125457764, 1.0586812496185303, 0.0, 0.0, -0.018216021358966827, -0.17325900495052338, -0.8372405171394348, 1.9099558591842651, -1.0686838626861572, -0.003998222295194864], "max": [0.3006329834461212, 0.2410474270582199, 0.2624626159667969, -1.3085780143737793, -0.14234904944896698, 0.12566369771957397, -0.01984439231455326, -0.18501000106334686, 0.5471829771995544, 0.21599000692367554, -1.2826560735702515, -1.2387487888336182, -1.0978691577911377, 0.5095663070678711, 0.18929840624332428, -0.08913396298885345, -0.8525758981704712, 0.12636183202266693, 0.04764748737215996, 0.09834931045770645, -0.2915700078010559, -0.3761709928512573, 0.11636099964380264, 1.4756050109863281, -1.2948054075241089, 1.320119857788086, 1001.0, 1002.0, -0.018206622451543808, -0.1728021800518036, -0.836081326007843, 1.9103052616119385, -1.0674834251403809, 0.00341253774240613], "mean": [0.11625052243471146, 0.18906565010547638, 0.07540593296289444, -1.756791114807129, -0.2284189909696579, -0.007242463529109955, -0.06171052157878876, -0.26165324449539185, 0.4040738642215729, 0.17614708840847015, -1.3702774047851562, -1.3419703245162964, -1.189653992652893, 0.09455490857362747, -0.021218018606305122, -0.12913177907466888, -1.4289135932922363, 0.04249205440282822, -0.11549609899520874, 0.000583027838729322, -0.30014073848724365, -0.4631389081478119, 0.11112073063850403, 1.3249108791351318, -1.324594259262085, 1.2350847721099854, 577.5317993164062, 736.5501708984375, -0.018210697919130325, -0.17302539944648743, -0.8365350365638733, 1.910125494003296, -1.0677720308303833, 0.0005791452131234109], "std": [0.23252013325691223, 0.07141724973917007, 0.07664337754249573, 0.16702063381671906, 0.042564887553453445, 0.03567158430814743, 0.06243548169732094, 0.03781101107597351, 0.05782392621040344, 0.043838080018758774, 0.1306925266981125, 0.05243977904319763, 0.041361887007951736, 0.16145960986614227, 0.09855528920888901, 0.06464867293834686, 0.21188603341579437, 0.019612912088632584, 0.04774228483438492, 0.03221762925386429, 0.010489420033991337, 0.04783361405134201, 0.0054899160750210285, 0.06985560059547424, 0.048177510499954224, 0.11511114984750748, 482.74041748046875, 428.5074462890625, 7.952767191454768e-07, 8.935964433476329e-05, 0.00017209199722856283, 9.768806921783835e-05, 0.00014899180678185076, 0.0007077843183651567], "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": [158], "max": [158], "mean": [158.0], "std": [0.0], "count": [927]}, "index": {"min": [135822], "max": [136748], "mean": [136285.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6138079827400216, 0.7351747575440035], "std": [0.4868754903100454, 0.4276554503019168], "count": [927]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6138079827400216, 0.7351747575440035], "std": [0.48687549031004534, 0.4276554503019169], "count": [927]}, "eef_direction_state": {"mean": [5.186623516720604, 5.335490830636462], "std": [1.9113904108540347, 1.8176476231829781], "min": [0, 0], "max": [6, 6], "count": [927]}, "eef_velocity_state": {"mean": [0.22869471413160733, 0.15965480043149946], "std": [0.5291061447479425, 0.45790561335297786], "min": [0, 0], "max": [2, 2], "count": [927]}, "eef_acc_mag_state": {"mean": [0.37216828478964403, 0.2599784250269687], "std": [0.6987443984430416, 0.6077042227959252], "min": [0, 0], "max": [2, 2], "count": [927]}, "eef_direction_action": {"mean": [5.186623516720604, 5.335490830636462], "std": [1.9113904108540347, 1.8176476231829781], "min": [0, 0], "max": [6, 6], "count": [927]}, "eef_velocity_action": {"mean": [0.22869471413160733, 0.15965480043149946], "std": [0.5291061447479425, 0.45790561335297786], "min": [0, 0], "max": [2, 2], "count": [927]}, "eef_acc_mag_action": {"mean": [0.37216828478964403, 0.2599784250269687], "std": [0.6987443984430416, 0.6077042227959252], "min": [0, 0], "max": [2, 2], "count": [927]}, "eef_sim_pose_state": {"mean": [0.42290008242440336, 0.2450233596450555, 1.1732745378452614, -0.061763542136041086, 0.030210649658970617, 1.3888267746845018, 0.4808523212573509, -0.1747637508335904, 1.1345314103816824, 0.06486861236712371, 0.06029800208091456, -1.431947143591821], "std": [0.061148211652018364, 0.03235166923370182, 0.030989249509169085, 0.06262978145538574, 0.024142957342250262, 0.11372425939096806, 0.04729126431150542, 0.006638015715428817, 0.006256889168896723, 0.06242359560259809, 0.06077929552768307, 0.07366785861314896], "min": [0.3742655041606545, 0.16258188537141682, 1.1494958579196592, -0.19479404581860016, -0.030600408641258126, 1.13573977350896, 0.39637042912148035, -0.18953119944309474, 1.1182836290384628, -0.11242083123348645, -0.06762370771121384, -1.4858736729044546], "max": [0.5752153824599665, 0.2735307523346229, 1.2376892774461299, -0.017501657449799257, 0.08725414330213277, 1.5000962849984663, 0.588238909560807, -0.16488323712530112, 1.146816299429703, 0.10334339947683469, 0.09742027309872547, -1.3042611932762873], "count": [927]}, "eef_sim_pose_action": {"mean": [0.4229724106503054, 0.24499632390304188, 1.173267195194421, -0.06180696535573447, 0.030243497149551695, 1.388857188904085, 0.48094986091060865, -0.17474518426021876, 1.1345190891950634, 0.06492755121771568, 0.06047527385107896, -1.432141324431845], "std": [0.06114122299511918, 0.032345813397248485, 0.030993955937504276, 0.06261305718380296, 0.024166965108972916, 0.11374330049331466, 0.04721012913313036, 0.006623056477021786, 0.006248512196321338, 0.062433332710848166, 0.06064551582549898, 0.07356827039549238], "min": [0.3742655041606545, 0.16258188537141682, 1.1494958579196592, -0.19479404581860016, -0.030600408641258126, 1.13573977350896, 0.39637042912148035, -0.18953119944309474, 1.1182836290384628, -0.11242083123348645, -0.06762370771121384, -1.4858736729044546], "max": [0.5752153824599665, 0.2735307523346229, 1.2376892774461299, -0.017501657449799257, 0.08725414330213277, 1.5000962849984663, 0.588238909560807, -0.16488323712530112, 1.146816299429703, 0.10334339947683469, 0.09742027309872547, -1.3042611932762873], "count": [927]}, "gripper_mode_state": {"mean": [0.3861920172599784, 0.26429341963322545], "std": [0.4868754903100454, 0.44095624269512623], "min": [0, 0], "max": [1, 1], "count": [927]}, "gripper_activity_state": {"mean": [1.9902912621359223, 1.9039913700107876], "std": [0.12683442033828757, 0.38925042331467213], "min": [0, 0], "max": [2, 2], "count": [927]}, "gripper_mode_action": {"mean": [0.3861920172599784, 0.26429341963322545], "std": [0.48687549031004534, 0.44095624269512623], "min": [0, 0], "max": [1, 1], "count": [927]}, "gripper_activity_action": {"mean": [1.9902912621359223, 1.9039913700107876], "std": [0.12683442033828757, 0.3892504233146721], "min": [0, 0], "max": [2, 2], "count": [927]}}} +{"episode_index": 159, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46705085187096285]], [[0.4620097525608684]], [[0.45196640890761763]]], "std": [[[0.15333135427381606]], [[0.15806882455216373]], [[0.16200702848280862]]], "count": [171]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46188125764438326]], [[0.4559291640389099]], [[0.4476833983105913]]], "std": [[[0.14666924046577848]], [[0.14866721929678775]], [[0.15320829480340908]]], "count": [171]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4720953326262279]], [[0.47493817605014715]], [[0.4667538639968658]]], "std": [[[0.15865205624586928]], [[0.1583841316077386]], [[0.1662236577763985]]], "count": [171]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4875196603982724]], [[0.48193111693995333]], [[0.4693463275904904]]], "std": [[[0.14569685979206637]], [[0.1422248138779866]], [[0.152563009542364]]], "count": [171]}, "observation.state": {"min": [-0.4700520634651184, 0.10037388652563095, -0.00205948855727911, -2.0482311248779297, -0.28871235251426697, -0.07105235755443573, -0.2197893261909485, -0.29052498936653137, 0.3593040108680725, 0.08679500222206116, -1.671808123588562, -1.476346492767334, -1.2469855546951294, -0.17332863807678223, -0.07452555745840073, -0.2626197040081024, -1.7714568376541138, -0.058887410908937454, -0.15873770415782928, -0.030630528926849365, -0.3378700017929077, -0.5676940083503723, 0.08114200085401535, 1.2821449041366577, -1.41573965549469, 1.0163252353668213, 0.0, 0.0, -0.018229180946946144, -0.17342065274715424, -0.8371644616127014, 1.9102007150650024, -1.0700823068618774, -0.003576757153496146], "max": [0.27836257219314575, 0.2410474270582199, 0.25703462958335876, -1.3277068138122559, -0.16032594442367554, 0.13809044659137726, -0.019809486344456673, -0.18005099892616272, 0.5485410094261169, 0.20186400413513184, -1.2971378564834595, -1.2184730768203735, -1.0855622291564941, 0.5100375413894653, 0.1892635077238083, -0.0823795348405838, -0.8387877345085144, 0.07908087223768234, 0.005009095184504986, 0.08527678996324539, -0.29203900694847107, -0.37616801261901855, 0.11795199662446976, 1.478426456451416, -1.2245771884918213, 1.2434080839157104, 1001.0, 1002.0, -0.01816902495920658, -0.1721874624490738, -0.8355464935302734, 1.9103091955184937, -1.066767930984497, 0.007468664087355137], "mean": [0.12886124849319458, 0.20948438346385956, 0.07526229321956635, -1.7776446342468262, -0.24378079175949097, -0.005971308797597885, -0.07894860208034515, -0.25866371393203735, 0.3995094299316406, 0.1791580766439438, -1.3900610208511353, -1.350526213645935, -1.179394245147705, 0.1471404880285263, -0.01694205217063427, -0.1325543224811554, -1.3396167755126953, -0.01975291781127453, -0.12005982547998428, -0.002629733644425869, -0.3117721974849701, -0.4761342704296112, 0.11001578718423843, 1.3453859090805054, -1.288048505783081, 1.1521565914154053, 597.1237182617188, 615.5419311523438, -0.01821424812078476, -0.1730269491672516, -0.8366507887840271, 1.9102368354797363, -1.0678367614746094, 0.0006072359392419457], "std": [0.22962017357349396, 0.04513086751103401, 0.07193297892808914, 0.15878458321094513, 0.023054681718349457, 0.0460202693939209, 0.07633756846189499, 0.04126729071140289, 0.056063227355480194, 0.03734428808093071, 0.13643290102481842, 0.05288988724350929, 0.03419944643974304, 0.19564852118492126, 0.09691838920116425, 0.06555676460266113, 0.26558464765548706, 0.04779665172100067, 0.0416836142539978, 0.03967560455203056, 0.013052656315267086, 0.05557806417346001, 0.009741559624671936, 0.06174548715353012, 0.06343571841716766, 0.09558272361755371, 479.508544921875, 475.4842834472656, 3.01102636512951e-06, 3.9851944166002795e-05, 0.00026733559207059443, 3.1378240237245336e-05, 0.00041036945185624063, 0.0010817131260409951], "count": [954]}, "action": {"min": [-0.4700520634651184, 0.10037388652563095, -0.00205948855727911, -2.0482311248779297, -0.28871235251426697, -0.07105235755443573, -0.2197893261909485, -0.29052498936653137, 0.3593040108680725, 0.08679500222206116, -1.671808123588562, -1.476346492767334, -1.2469855546951294, -0.17332863807678223, -0.07452555745840073, -0.2626197040081024, -1.7714568376541138, -0.058887410908937454, -0.15873770415782928, -0.030630528926849365, -0.3378700017929077, -0.5676940083503723, 0.08114200085401535, 1.2821449041366577, -1.41573965549469, 1.0163252353668213, 0.0, 0.0, -0.018229180946946144, -0.17342065274715424, -0.8371644616127014, 1.9102007150650024, -1.0700823068618774, -0.003576757153496146], "max": [0.27836257219314575, 0.2410474270582199, 0.25703462958335876, -1.3277068138122559, -0.16032594442367554, 0.13809044659137726, -0.019809486344456673, -0.18005099892616272, 0.5485410094261169, 0.20186400413513184, -1.2971378564834595, -1.2184730768203735, -1.0855622291564941, 0.5100375413894653, 0.1892635077238083, -0.0823795348405838, -0.8387877345085144, 0.07908087223768234, 0.005009095184504986, 0.08527678996324539, -0.29203900694847107, -0.37616801261901855, 0.11795199662446976, 1.478426456451416, -1.2245771884918213, 1.2434080839157104, 1001.0, 1002.0, -0.01816902495920658, -0.1721874624490738, -0.8355464935302734, 1.9103091955184937, -1.066767930984497, 0.007468664087355137], "mean": [0.12870854139328003, 0.2093946933746338, 0.07526369392871857, -1.777476191520691, -0.24375858902931213, -0.006021637003868818, -0.07907789945602417, -0.25867095589637756, 0.39955058693885803, 0.1791379153728485, -1.3901325464248657, -1.3505988121032715, -1.1794261932373047, 0.1474590003490448, -0.01721763052046299, -0.13236702978610992, -1.3391859531402588, -0.019880322739481926, -0.12014851719141006, -0.00263194739818573, -0.31178975105285645, -0.4762401878833771, 0.11002350598573685, 1.3452132940292358, -1.287946105003357, 1.1523380279541016, 597.1237182617188, 615.5419311523438, -0.018214251846075058, -0.1730269491672516, -0.8366507291793823, 1.9102369546890259, -1.067837119102478, 0.0006066567730158567], "std": [0.22957773506641388, 0.045153211802244186, 0.07193229347467422, 0.1587938815355301, 0.023055169731378555, 0.046062588691711426, 0.07634188234806061, 0.04127220809459686, 0.056053534150123596, 0.037337202578783035, 0.13640213012695312, 0.05289407819509506, 0.034218672662973404, 0.19537203013896942, 0.09670531004667282, 0.06544025987386703, 0.2652174234390259, 0.04773063585162163, 0.041653458029031754, 0.03967695310711861, 0.013037391938269138, 0.055483583360910416, 0.009744236245751381, 0.061611469835042953, 0.06344824284315109, 0.09558368474245071, 479.508544921875, 475.4842834472656, 3.0089834126556525e-06, 3.985430157626979e-05, 0.0002673233684618026, 3.1430954550160095e-05, 0.00041034616879187524, 0.00108169240411371], "count": [954]}, "timestamp": {"min": [0.0], "max": [31.766666666666666], "mean": [15.883333333333335], "std": [9.17986423687232], "count": [954]}, "frame_index": {"min": [0], "max": [953], "mean": [476.5], "std": [275.3959271061696], "count": [954]}, "episode_index": {"min": [159], "max": [159], "mean": [159.0], "std": [0.0], "count": [954]}, "index": {"min": [136749], "max": [137702], "mean": [137225.5], "std": [275.3959271061696], "count": [954]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [954]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6320754716981132, 0.6144025160089541], "std": [0.48224067619366084, 0.4745617216134291], "count": [954]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6320754716981132, 0.6144025160089541], "std": [0.48224067619366084, 0.474561721613429], "count": [954]}, "eef_direction_state": {"mean": [5.087002096436058, 5.30293501048218], "std": [1.99731969927893, 1.857460390048237], "min": [0, 0], "max": [6, 6], "count": [954]}, "eef_velocity_state": {"mean": [0.2358490566037736, 0.15723270440251572], "std": [0.5015008525403428, 0.44440983212401475], "min": [0, 0], "max": [2, 2], "count": [954]}, "eef_acc_mag_state": {"mean": [0.4171907756813417, 0.2914046121593291], "std": [0.7282543322285605, 0.6352581787662486], "min": [0, 0], "max": [2, 2], "count": [954]}, "eef_direction_action": {"mean": [5.087002096436058, 5.30293501048218], "std": [1.99731969927893, 1.857460390048237], "min": [0, 0], "max": [6, 6], "count": [954]}, "eef_velocity_action": {"mean": [0.2358490566037736, 0.15723270440251572], "std": [0.5015008525403428, 0.44440983212401475], "min": [0, 0], "max": [2, 2], "count": [954]}, "eef_acc_mag_action": {"mean": [0.4171907756813417, 0.2914046121593291], "std": [0.7282543322285605, 0.6352581787662486], "min": [0, 0], "max": [2, 2], "count": [954]}, "eef_sim_pose_state": {"mean": [0.4189856316301569, 0.2501589236657312, 1.175844790800894, -0.06630046007941207, 0.02471632765367199, 1.3696664417259907, 0.49393175246702775, -0.17487436724785163, 1.126652047713586, 0.03159440191092162, -0.012945717850501194, -1.4265159185151313], "std": [0.06003818114439617, 0.025283098921749642, 0.03437195298837186, 0.06519014459688445, 0.031149949488208525, 0.11398512965658271, 0.05503013935705422, 0.007885072130999819, 0.00885403358992239, 0.05892112855603216, 0.028422807697423773, 0.08520740142565411], "min": [0.3788734339101628, 0.18452751639605872, 1.1436303939677035, -0.19199494014878327, -0.043189056333256204, 1.1278411018832322, 0.3963669139301732, -0.19093825649783827, 1.1137596363513402, -0.08370117208710126, -0.0675984463459387, -1.5055919264393203], "max": [0.5772355786320981, 0.26456074905921073, 1.2426801054412373, -0.017429818749495896, 0.08305526432730725, 1.4506266793125857, 0.5864083242445979, -0.15878578198748955, 1.1445346421905385, 0.0795362786031415, 0.015825305554899805, -1.2781195871673692], "count": [954]}, "eef_sim_pose_action": {"mean": [0.4190284800543106, 0.2501474746021382, 1.175831274409858, -0.06635539857901494, 0.024760246461121634, 1.3695841408570326, 0.4940337718471406, -0.17485825091936216, 1.1266312984481437, 0.031622098503611494, -0.012866121857070794, -1.4267230414223042], "std": [0.06002742912165788, 0.02527905172926011, 0.03438196953144362, 0.06517108074026245, 0.031190600664531117, 0.11395839197956012, 0.0549393535100406, 0.007872487233909235, 0.008835361145208626, 0.05893498607953979, 0.028375931237518026, 0.08515029057627545], "min": [0.3788734339101628, 0.18452751639605872, 1.1436303939677035, -0.19199494014878327, -0.043189056333256204, 1.1278411018832322, 0.3963669139301732, -0.19093825649783827, 1.1137596363513402, -0.08370117208710126, -0.0675984463459387, -1.5055919264393203], "max": [0.5772355786320981, 0.26456074905921073, 1.2426801054412373, -0.017429818749495896, 0.08305526432730725, 1.4506266793125857, 0.5864083242445979, -0.15878578198748955, 1.1445346421905385, 0.0795362786031415, 0.015825305554899805, -1.2781195871673692], "count": [954]}, "gripper_mode_state": {"mean": [0.36792452830188677, 0.38469601677148846], "std": [0.48224067619366084, 0.4865233719479808], "min": [0, 0], "max": [1, 1], "count": [954]}, "gripper_activity_state": {"mean": [1.990566037735849, 1.9035639412997905], "std": [0.12503707768598105, 0.3873360647339575], "min": [0, 0], "max": [2, 2], "count": [954]}, "gripper_mode_action": {"mean": [0.36792452830188677, 0.38469601677148846], "std": [0.48224067619366084, 0.4865233719479808], "min": [0, 0], "max": [1, 1], "count": [954]}, "gripper_activity_action": {"mean": [1.990566037735849, 1.9035639412997905], "std": [0.12503707768598105, 0.38733606473395754], "min": [0, 0], "max": [2, 2], "count": [954]}}} +{"episode_index": 160, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46954811675200864]], [[0.46144303031722245]], [[0.45108147688480915]]], "std": [[[0.15579246886987141]], [[0.16077507788014347]], [[0.16526428130886148]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46223554259814326]], [[0.4558210120831772]], [[0.44757402637275717]]], "std": [[[0.14591436256106977]], [[0.14778335604472476]], [[0.1521756758944338]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4643750234170101]], [[0.4658098408684068]], [[0.45620539059572873]]], "std": [[[0.15697173587503857]], [[0.15522275115248732]], [[0.1622581205463984]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47858823919695265]], [[0.4753310631842971]], [[0.4631969955976021]]], "std": [[[0.14118663099556744]], [[0.1378390471535823]], [[0.14740058741340858]]], "count": [157]}, "observation.state": {"min": [-0.46643924713134766, -0.00013962633966002613, -0.040020398795604706, -1.9776499271392822, -0.25389304757118225, -0.1442863792181015, -0.22827161848545074, -0.28325799107551575, 0.3567909896373749, 0.050193000584840775, -1.6844308376312256, -1.4716311693191528, -1.2763694524765015, -0.17331120371818542, -0.04745550453662872, -0.26258477568626404, -1.7714568376541138, -0.028728120028972626, -0.17924532294273376, -0.04783947393298149, -0.3346419930458069, -0.5700650215148926, 0.09690099954605103, 1.2692941427230835, -1.4455742835998535, 1.0402354001998901, 0.0, 0.0, -0.018225422129034996, -0.17366504669189453, -0.8371280431747437, 1.9102212190628052, -1.0685031414031982, -0.0010622057598084211], "max": [0.2892010509967804, 0.2410474270582199, 0.2750115394592285, -1.2918403148651123, -0.08730136603116989, 0.05977752432227135, -0.01984439231455326, -0.1833910048007965, 0.5476130247116089, 0.20708000659942627, -1.296525478363037, -1.1013648509979248, -1.146818995475769, 0.5203000903129578, 0.18931587040424347, -0.07813839614391327, -0.8244760632514954, 0.10332348942756653, -0.01516691129654646, 0.11442378908395767, -0.2902359962463379, -0.3761639893054962, 0.13293899595737457, 1.4763309955596924, -1.2127195596694946, 1.257489562034607, 1001.0, 1002.0, -0.018204743042588234, -0.17246568202972412, -0.8352786898612976, 1.9103108644485474, -1.0667489767074585, 0.002241168636828661], "mean": [0.09601033478975296, 0.17002493143081665, 0.08925683051347733, -1.7418498992919922, -0.20724815130233765, -0.03160817548632622, -0.0744309052824974, -0.2554973065853119, 0.40781399607658386, 0.16450998187065125, -1.414480447769165, -1.3371310234069824, -1.193623423576355, 0.1005980595946312, -0.004919370170682669, -0.11959471553564072, -1.416534662246704, 0.005536490585654974, -0.10552459210157394, -0.019310159608721733, -0.3051578104496002, -0.46565431356430054, 0.12420825660228729, 1.318482756614685, -1.2686506509780884, 1.1968694925308228, 536.1737060546875, 761.3743896484375, -0.018216129392385483, -0.17326076328754425, -0.8366033434867859, 1.9102712869644165, -1.0678668022155762, 0.0004908816190436482], "std": [0.2545357346534729, 0.08476119488477707, 0.08802250772714615, 0.18336252868175507, 0.051394570618867874, 0.03587758168578148, 0.06555956602096558, 0.04048243165016174, 0.061788856983184814, 0.05445951223373413, 0.1500365138053894, 0.06622692942619324, 0.032392993569374084, 0.15809474885463715, 0.08255313336849213, 0.06667428463697433, 0.21363896131515503, 0.040972039103507996, 0.029092207551002502, 0.054415084421634674, 0.010312585160136223, 0.045644961297512054, 0.012634743936359882, 0.07198794931173325, 0.0757220983505249, 0.08958805352449417, 486.368896484375, 412.39044189453125, 1.161679733741039e-06, 0.00015986057405825704, 0.00030040566343814135, 1.8413908037473448e-05, 0.00036534323589876294, 0.0004372844414319843], "count": [852]}, "action": {"min": [-0.46643924713134766, -0.00013962633966002613, -0.040020398795604706, -1.9776499271392822, -0.25389304757118225, -0.1442863792181015, -0.22827161848545074, -0.28325799107551575, 0.3567909896373749, 0.050193000584840775, -1.6844308376312256, -1.4716311693191528, -1.2763694524765015, -0.17331120371818542, -0.04745550453662872, -0.26258477568626404, -1.7714568376541138, -0.028728120028972626, -0.17924532294273376, -0.04783947393298149, -0.3346419930458069, -0.5700650215148926, 0.09690099954605103, 1.2692941427230835, -1.4455742835998535, 1.0402354001998901, 0.0, 0.0, -0.018225422129034996, -0.17366504669189453, -0.8371280431747437, 1.9102212190628052, -1.0685031414031982, -0.0010622057598084211], "max": [0.2892010509967804, 0.2410474270582199, 0.2750115394592285, -1.2918403148651123, -0.08730136603116989, 0.05977752432227135, -0.01984439231455326, -0.1833910048007965, 0.5476130247116089, 0.20708000659942627, -1.296525478363037, -1.1013648509979248, -1.146818995475769, 0.5203000903129578, 0.18931587040424347, -0.07813839614391327, -0.8244760632514954, 0.10332348942756653, -0.01516691129654646, 0.11442378908395767, -0.2902359962463379, -0.3761639893054962, 0.13293899595737457, 1.4763309955596924, -1.2127195596694946, 1.257489562034607, 1001.0, 1002.0, -0.018204743042588234, -0.17246568202972412, -0.8352786898612976, 1.9103108644485474, -1.0667489767074585, 0.002241168636828661], "mean": [0.09584538638591766, 0.16987287998199463, 0.08928368985652924, -1.7417036294937134, -0.20713354647159576, -0.03168189898133278, -0.07450598478317261, -0.2554903030395508, 0.4078582227230072, 0.16446925699710846, -1.4145818948745728, -1.3371303081512451, -1.1936962604522705, 0.10091599076986313, -0.0051965294405817986, -0.11937935650348663, -1.4161250591278076, 0.005433595739305019, -0.10558447241783142, -0.019335107877850533, -0.30517131090164185, -0.46576353907585144, 0.12423519045114517, 1.3182474374771118, -1.2685219049453735, 1.1970943212509155, 536.1737060546875, 761.3743896484375, -0.018216129392385483, -0.17326126992702484, -0.8366032242774963, 1.910271406173706, -1.0678669214248657, 0.0004908883711323142], "std": [0.2544710040092468, 0.08475010842084885, 0.08801162242889404, 0.18332654237747192, 0.05139942839741707, 0.03591971844434738, 0.06553363800048828, 0.040478143841028214, 0.061772894114255905, 0.05444459244608879, 0.14998671412467957, 0.06622713804244995, 0.03244256228208542, 0.15781572461128235, 0.08229764550924301, 0.06650828570127487, 0.21329091489315033, 0.04093040153384209, 0.029058707877993584, 0.05442288517951965, 0.010303004644811153, 0.045541997998952866, 0.012628206983208656, 0.07179950922727585, 0.07571142911911011, 0.0894988402724266, 486.368896484375, 412.3904724121094, 1.161679733741039e-06, 0.00015976961003616452, 0.0003004056925419718, 1.839625292632263e-05, 0.0003653382009360939, 0.0004372820258140564], "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": [160], "max": [160], "mean": [160.0], "std": [0.0], "count": [852]}, "index": {"min": [137703], "max": [138554], "mean": [138128.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5751173708920188, 0.7599706572809524], "std": [0.4943251769738915, 0.4115693663204413], "count": [852]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5751173708920188, 0.7599706572809524], "std": [0.4943251769738915, 0.4115693663204413], "count": [852]}, "eef_direction_state": {"mean": [5.244131455399061, 5.307511737089202], "std": [1.8028474664858096, 1.8643655936440078], "min": [0, 0], "max": [6, 6], "count": [852]}, "eef_velocity_state": {"mean": [0.2323943661971831, 0.16549295774647887], "std": [0.5438364798133477, 0.47429895506599334], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_acc_mag_state": {"mean": [0.36971830985915494, 0.24530516431924881], "std": [0.6958450906158876, 0.5891539456402345], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_direction_action": {"mean": [5.244131455399061, 5.307511737089202], "std": [1.8028474664858096, 1.8643655936440078], "min": [0, 0], "max": [6, 6], "count": [852]}, "eef_velocity_action": {"mean": [0.2323943661971831, 0.16549295774647887], "std": [0.5438364798133477, 0.47429895506599334], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_acc_mag_action": {"mean": [0.36971830985915494, 0.24530516431924881], "std": [0.6958450906158876, 0.5891539456402345], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_sim_pose_state": {"mean": [0.4277836147031331, 0.23582786898124208, 1.1760424869995065, -0.09204961889111352, 0.017523941531812495, 1.3663729236103446, 0.483043387990788, -0.18467009143079732, 1.131524434810402, 0.04692178300083244, 0.00674964066149377, -1.4648170144751396], "std": [0.06611927216066775, 0.04221905199586047, 0.03207212445826415, 0.08280831579431468, 0.03182663415456463, 0.12192318212279217, 0.04522280579020273, 0.0030027115477992755, 0.007362307166830737, 0.037777567970213755, 0.03151519765743966, 0.10180541262666813], "min": [0.37652794734486245, 0.14413332995265982, 1.1517357217820012, -0.24122457629432303, -0.08798083280320301, 1.1165949617116695, 0.3963733565676268, -0.18891190896879662, 1.1134783701901476, -0.05403537220245791, -0.06759444662228331, -1.5345032510181182], "max": [0.5756381038751355, 0.26883221864017415, 1.2349423160256416, -0.017462171615054034, 0.04732355084580764, 1.5066613629108119, 0.5895442791078457, -0.17447383564688554, 1.1474516553549958, 0.07149976186260809, 0.05867568949816748, -1.2986454527122557], "count": [852]}, "eef_sim_pose_action": {"mean": [0.4278293141293398, 0.2357918817113136, 1.1760372944678477, -0.09215668708024644, 0.017538473101052506, 1.366325178445819, 0.4831479499815688, -0.18466597845844243, 1.1315084196943401, 0.046943619598422914, 0.006852617937138299, -1.465086298751769], "std": [0.06610210518881372, 0.04220762234703406, 0.032075595839840924, 0.08277087459878878, 0.031836357011058046, 0.12189998714683735, 0.04512520864706052, 0.002999568161619648, 0.007348901576213105, 0.03778348928072922, 0.03141557692376407, 0.10168372233143051], "min": [0.37652794734486245, 0.14413332995265982, 1.1517357217820012, -0.24122457629432303, -0.08798083280320301, 1.1165949617116695, 0.3963733565676268, -0.18891190896879662, 1.1134783701901476, -0.05403537220245791, -0.06759444662228331, -1.5345032510181182], "max": [0.5756381038751355, 0.26883221864017415, 1.2349423160256416, -0.017462171615054034, 0.04732355084580764, 1.5066613629108119, 0.5895442791078457, -0.17447383564688554, 1.1474516553549958, 0.07149976186260809, 0.05867568949816748, -1.2986454527122557], "count": [852]}, "gripper_mode_state": {"mean": [0.42488262910798125, 0.23826291079812206], "std": [0.4943251769738915, 0.4260207696065087], "min": [0, 0], "max": [1, 1], "count": [852]}, "gripper_activity_state": {"mean": [1.9894366197183098, 1.908450704225352], "std": [0.13226507021826092, 0.3766343959693597], "min": [0, 0], "max": [2, 2], "count": [852]}, "gripper_mode_action": {"mean": [0.42488262910798125, 0.23826291079812206], "std": [0.4943251769738915, 0.4260207696065087], "min": [0, 0], "max": [1, 1], "count": [852]}, "gripper_activity_action": {"mean": [1.9894366197183098, 1.908450704225352], "std": [0.13226507021826092, 0.3766343959693597], "min": [0, 0], "max": [2, 2], "count": [852]}}} +{"episode_index": 161, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47110909032883985]], [[0.4625744829963235]], [[0.4525534122242647]]], "std": [[[0.15383236558445754]], [[0.15680756918985334]], [[0.16092614771176708]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46402105928308823]], [[0.45716497523488564]], [[0.4485450405943628]]], "std": [[[0.14410704592739365]], [[0.1451413027407956]], [[0.14966110155713472]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46596871297998366]], [[0.4660981183619281]], [[0.4569537734885621]]], "std": [[[0.17207189454432542]], [[0.1697395608938269]], [[0.17692863800224543]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.481269224877451]], [[0.47651220894607843]], [[0.465339741625817]]], "std": [[[0.1448805061633896]], [[0.14083052451642622]], [[0.15050093626843]]], "count": [160]}, "observation.state": {"min": [-0.4873831868171692, 0.04618141055107117, 0.01652826927602291, -1.9696040153503418, -0.2742784917354584, -0.050614550709724426, -0.22251202166080475, -0.29750698804855347, 0.36664700508117676, 0.05719500035047531, -1.7074676752090454, -1.504624843597412, -1.2744522094726562, -0.17332863807678223, -0.05490805581212044, -0.26258477568626404, -1.7714743614196777, -0.011588986031711102, -0.18453365564346313, -0.0262148454785347, -0.3387959897518158, -0.5698869824409485, 0.09676600247621536, 1.2903698682785034, -1.4227756261825562, 1.0498929023742676, 0.0, 0.0, -0.018238579854369164, -0.17372708022594452, -0.8367785811424255, 1.9102632999420166, -1.0680689811706543, -0.003274897113442421], "max": [0.2655692994594574, 0.2410474270582199, 0.2839301526546478, -1.2721879482269287, -0.1541300266981125, 0.0685390830039978, -0.01984439231455326, -0.18582500517368317, 0.54926997423172, 0.20187200605869293, -1.2786756753921509, -1.2439517974853516, -1.1319632530212402, 0.5208237171173096, 0.18929840624332428, -0.07796385884284973, -0.8128522038459778, 0.0907396674156189, 0.002460914198309183, 0.09717992693185806, -0.2920359969139099, -0.37616899609565735, 0.12599100172519684, 1.4763309955596924, -1.2491029500961304, 1.259921908378601, 1001.0, 1002.0, -0.018204743042588234, -0.17301084101200104, -0.8362445831298828, 1.9103004932403564, -1.0671340227127075, 0.0038643786683678627], "mean": [0.09144960343837738, 0.18851184844970703, 0.07055073976516724, -1.7150874137878418, -0.2317972481250763, -0.006573791615664959, -0.07097326964139938, -0.26912856101989746, 0.41219887137413025, 0.18033604323863983, -1.353684663772583, -1.351105809211731, -1.182636022567749, 0.10517798364162445, -0.00819915346801281, -0.11984563618898392, -1.3748552799224854, 0.009458222426474094, -0.14849238097667694, -0.008370465599000454, -0.31555119156837463, -0.4654967784881592, 0.11975167691707611, 1.3297030925750732, -1.283829689025879, 1.200464129447937, 638.1021728515625, 773.7095336914062, -0.01821737550199032, -0.17353208363056183, -0.8366085886955261, 1.9102765321731567, -1.0678203105926514, 0.0005396251217462122], "std": [0.23256491124629974, 0.06438174098730087, 0.06992515176534653, 0.18635059893131256, 0.037666868418455124, 0.023334845900535583, 0.06828046590089798, 0.03437420353293419, 0.05922427773475647, 0.03948947414755821, 0.12644541263580322, 0.06035516783595085, 0.023812249302864075, 0.15624554455280304, 0.09102846682071686, 0.06877484172582626, 0.2186790555715561, 0.03316422924399376, 0.049183379858732224, 0.03303258493542671, 0.011868786066770554, 0.04609057679772377, 0.009079363197088242, 0.06770674884319305, 0.05188038945198059, 0.08524292707443237, 468.2059326171875, 404.4478759765625, 1.9498356778058223e-06, 6.972029950702563e-05, 0.00014697920414619148, 1.2107132533856202e-05, 0.0002570955839473754, 0.0007525832043029368], "count": [871]}, "action": {"min": [-0.4873831868171692, 0.04618141055107117, 0.01652826927602291, -1.9696040153503418, -0.2742784917354584, -0.050614550709724426, -0.22251202166080475, -0.29750698804855347, 0.36664700508117676, 0.05719500035047531, -1.7074676752090454, -1.504624843597412, -1.2744522094726562, -0.17332863807678223, -0.05490805581212044, -0.26258477568626404, -1.7714743614196777, -0.011588986031711102, -0.18453365564346313, -0.0262148454785347, -0.3387959897518158, -0.5698869824409485, 0.09676600247621536, 1.2903698682785034, -1.4227756261825562, 1.0498929023742676, 0.0, 0.0, -0.018238579854369164, -0.17372708022594452, -0.8367785811424255, 1.9102632999420166, -1.0680689811706543, -0.003274897113442421], "max": [0.2655692994594574, 0.2410474270582199, 0.2839301526546478, -1.2721879482269287, -0.1541300266981125, 0.0685390830039978, -0.01984439231455326, -0.18582500517368317, 0.54926997423172, 0.20187200605869293, -1.2786756753921509, -1.2439517974853516, -1.1319632530212402, 0.5208237171173096, 0.18929840624332428, -0.07796385884284973, -0.8128522038459778, 0.0907396674156189, 0.002460914198309183, 0.09717992693185806, -0.2920359969139099, -0.37616899609565735, 0.12599100172519684, 1.4763309955596924, -1.2491029500961304, 1.259921908378601, 1001.0, 1002.0, -0.018204743042588234, -0.17301084101200104, -0.8362445831298828, 1.9103004932403564, -1.0671340227127075, 0.0038643786683678627], "mean": [0.09108251333236694, 0.18836691975593567, 0.0705474317073822, -1.7147160768508911, -0.23168866336345673, -0.00652726273983717, -0.07107169181108475, -0.2691442668437958, 0.41230347752571106, 0.18031750619411469, -1.353665828704834, -1.3511427640914917, -1.1826092004776, 0.10552160441875458, -0.00847912859171629, -0.11963564157485962, -1.3743571043014526, 0.009369593113660812, -0.14861924946308136, -0.008364053443074226, -0.31558194756507874, -0.46561044454574585, 0.11976991593837738, 1.3294923305511475, -1.2837400436401367, 1.2006831169128418, 638.1021728515625, 773.7095336914062, -0.018217377364635468, -0.17353223264217377, -0.83660888671875, 1.9102765321731567, -1.0678201913833618, 0.000539618544280529], "std": [0.2325422167778015, 0.06440537422895432, 0.06992672383785248, 0.18640530109405518, 0.03773939982056618, 0.02334693633019924, 0.0682685375213623, 0.034383781254291534, 0.05922423303127289, 0.039483219385147095, 0.12645496428012848, 0.06034495681524277, 0.023822098970413208, 0.15596160292625427, 0.09079568088054657, 0.06861806660890579, 0.21826966106891632, 0.033116415143013, 0.04910694435238838, 0.033029939979314804, 0.011842655949294567, 0.04599215090274811, 0.009075096808373928, 0.06753496825695038, 0.05186872184276581, 0.08514226973056793, 468.2059326171875, 404.4478759765625, 1.9495034848659998e-06, 6.970831600483507e-05, 0.00014688773080706596, 1.211961807712214e-05, 0.0002570468350313604, 0.000752584426663816], "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": [161], "max": [161], "mean": [161.0], "std": [0.0], "count": [871]}, "index": {"min": [138555], "max": [139425], "mean": [138990.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6716417910447762, 0.7722468426628584], "std": [0.46961590216573607, 0.40362162159420323], "count": [871]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6716417910447762, 0.7722468426628584], "std": [0.46961590216573607, 0.40362162159420323], "count": [871]}, "eef_direction_state": {"mean": [5.251435132032147, 5.435132032146957], "std": [1.7580177838196531, 1.6982752646863424], "min": [0, 0], "max": [6, 6], "count": [871]}, "eef_velocity_state": {"mean": [0.2365097588978186, 0.1446613088404133], "std": [0.5306657968128924, 0.45933695923529316], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_acc_mag_state": {"mean": [0.37083811710677383, 0.2261768082663605], "std": [0.7003519602087291, 0.5754678312176958], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_direction_action": {"mean": [5.251435132032147, 5.435132032146957], "std": [1.7580177838196531, 1.6982752646863422], "min": [0, 0], "max": [6, 6], "count": [871]}, "eef_velocity_action": {"mean": [0.2365097588978186, 0.1446613088404133], "std": [0.5306657968128924, 0.45933695923529316], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_acc_mag_action": {"mean": [0.37083811710677383, 0.2261768082663605], "std": [0.7003519602087291, 0.5754678312176958], "min": [0, 0], "max": [2, 2], "count": [871]}, "eef_sim_pose_state": {"mean": [0.43101408801981084, 0.24875760861816676, 1.1675992963342756, -0.04684588322901618, 0.035599675188239796, 1.3916903665781675, 0.4828866807547094, -0.18189641473819343, 1.1204764710692503, 0.052682625367368945, 0.014299215024413904, -1.449668612847907], "std": [0.0625874412141134, 0.028192111671581435, 0.026402091150808795, 0.07071174631469851, 0.017822980644557247, 0.11044641969257879, 0.04534490771926052, 0.0040755073448213485, 0.01165783781814424, 0.03525448379438264, 0.037415742484064374, 0.0836156119974011], "min": [0.38348705184094584, 0.15797871995935095, 1.1458640476826698, -0.21761022244323852, -0.013034397975676626, 1.0864829703359935, 0.39636852574449294, -0.1909916614110345, 1.107088884761119, -0.06582973192021446, -0.06761527364314435, -1.5063216129681205], "max": [0.5807873678794855, 0.2645862033774287, 1.2321191858070104, 0.011506538907439579, 0.10655932694925796, 1.4497112295603714, 0.5885614240665225, -0.17029644974668198, 1.147299573589587, 0.07543279610879683, 0.048203480974720714, -1.2980776474788724], "count": [871]}, "eef_sim_pose_action": {"mean": [0.43111895555891155, 0.24874115793580212, 1.1675872414412831, -0.04681387649877297, 0.035612608518761205, 1.3916733839389879, 0.482996005434735, -0.18188804470531114, 1.1204427095101277, 0.05270845460479433, 0.014415970124106321, -1.4498980818089753], "std": [0.0625842770603715, 0.028187077728219455, 0.026409397077540128, 0.07073127329931213, 0.0178248874837686, 0.11043922070878541, 0.04525090840388326, 0.004069006757080513, 0.011630769811672766, 0.03525917440729538, 0.037318984994830426, 0.0834902284777015], "min": [0.38348705184094584, 0.15797871995935095, 1.1458640476826698, -0.21761022244323852, -0.013034397975676626, 1.0864829703359935, 0.39636852574449294, -0.1909916614110345, 1.107088884761119, -0.06582973192021446, -0.06761527364314435, -1.5063216129681205], "max": [0.5807873678794855, 0.2645862033774287, 1.2321191858070104, 0.011506538907439579, 0.10655932694925796, 1.4497112295603714, 0.5885614240665225, -0.17029644974668198, 1.147299573589587, 0.07543279610879683, 0.048203480974720714, -1.2980776474788724], "count": [871]}, "gripper_mode_state": {"mean": [0.3283582089552239, 0.22732491389207807], "std": [0.46961590216573607, 0.4191041605806827], "min": [0, 0], "max": [1, 1], "count": [871]}, "gripper_activity_state": {"mean": [1.989667049368542, 1.9058553386911596], "std": [0.1308236007645843, 0.38376965466882534], "min": [0, 0], "max": [2, 2], "count": [871]}, "gripper_mode_action": {"mean": [0.3283582089552239, 0.22732491389207807], "std": [0.46961590216573607, 0.4191041605806827], "min": [0, 0], "max": [1, 1], "count": [871]}, "gripper_activity_action": {"mean": [1.989667049368542, 1.9058553386911596], "std": [0.1308236007645843, 0.38376965466882534], "min": [0, 0], "max": [2, 2], "count": [871]}}} +{"episode_index": 162, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4722413845486111]], [[0.4650417764501634]], [[0.4553093941482843]]], "std": [[[0.15641345537159404]], [[0.15871835595303532]], [[0.16279701426076762]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4618260620915033]], [[0.45526321614583337]], [[0.4466120672487745]]], "std": [[[0.1466478852637575]], [[0.14799955703589068]], [[0.1524227907447206]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4678269684436275]], [[0.4702242059844771]], [[0.4629166628370098]]], "std": [[[0.16574916785748367]], [[0.16400299846571648]], [[0.17210371392664037]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4843119600183824]], [[0.4811446678410948]], [[0.4706980724060458]]], "std": [[[0.14845933112220186]], [[0.14386505985415116]], [[0.15386579351595558]]], "count": [160]}, "observation.state": {"min": [-0.5004033446311951, 0.0691150426864624, -0.044540803879499435, -2.065981149673462, -0.25389304757118225, -0.06126105785369873, -0.22704987227916718, -0.2835420072078705, 0.345786988735199, 0.056692998856306076, -1.7342860698699951, -1.4082605838775635, -1.238234281539917, -0.17331120371818542, -0.04881685972213745, -0.2626197040081024, -1.7714568376541138, -0.021153390407562256, -0.07457791268825531, -0.026197392493486404, -0.32500699162483215, -0.5725250244140625, 0.09048599749803543, 1.2816544771194458, -1.5261974334716797, 0.95247882604599, 0.0, 0.0, -0.018223540857434273, -0.17409741878509521, -0.8372484445571899, 1.9102450609207153, -1.0680887699127197, -0.0015975802671164274], "max": [0.3271619975566864, 0.2503151297569275, 0.30225613713264465, -1.3176189661026, -0.07426375895738602, 0.16290903091430664, -0.01979203335940838, -0.1764100044965744, 0.5513269901275635, 0.20503699779510498, -1.295656442642212, -1.1527973413467407, -0.9759331345558167, 0.5226388573646545, 0.18929840624332428, -0.08869762718677521, -0.8883376717567444, 0.1411447674036026, 0.06906268000602722, 0.15097098052501678, -0.2903439998626709, -0.37616199254989624, 0.1237649992108345, 1.4763309955596924, -1.2494022846221924, 1.2272613048553467, 1001.0, 1002.0, -0.018204743042588234, -0.17334170639514923, -0.8359609246253967, 1.9103235006332397, -1.067389965057373, 0.0027176900766789913], "mean": [0.14535710215568542, 0.2077002078294754, 0.06636819988489151, -1.794610619544983, -0.2107711285352707, 0.016536805778741837, -0.06800607591867447, -0.2622942626476288, 0.39612099528312683, 0.18270158767700195, -1.3723150491714478, -1.3233537673950195, -1.152330756187439, 0.1470828652381897, 0.01347543578594923, -0.1445130556821823, -1.4000498056411743, 0.027255829423666, -0.04645847901701927, 0.01338156871497631, -0.29714879393577576, -0.4776635766029358, 0.11561477184295654, 1.3373984098434448, -1.3219847679138184, 1.1413248777389526, 620.6331176757812, 666.4639892578125, -0.01821681298315525, -0.17374812066555023, -0.8365886807441711, 1.910273551940918, -1.0677785873413086, 0.0005743270739912987], "std": [0.20357859134674072, 0.047526437789201736, 0.07343791425228119, 0.12958715856075287, 0.05625610426068306, 0.05513591691851616, 0.0675685927271843, 0.035883862525224686, 0.04892737790942192, 0.03803480044007301, 0.1364167034626007, 0.03717474266886711, 0.06083066388964653, 0.18608970940113068, 0.0897417888045311, 0.06675698608160019, 0.22927497327327728, 0.05705341696739197, 0.034907545894384384, 0.06004307046532631, 0.01116880588233471, 0.055211909115314484, 0.009042286314070225, 0.06825320422649384, 0.09317636489868164, 0.0910423994064331, 472.9718933105469, 459.2709655761719, 1.1392780834285077e-06, 9.822261199587956e-05, 0.00022766090114600956, 2.0450452211662196e-05, 0.0001631152699701488, 0.00040518800960853696], "count": [875]}, "action": {"min": [-0.5004033446311951, 0.0691150426864624, -0.044540803879499435, -2.065981149673462, -0.25389304757118225, -0.06126105785369873, -0.22704987227916718, -0.2835420072078705, 0.345786988735199, 0.056692998856306076, -1.7342860698699951, -1.4082605838775635, -1.238234281539917, -0.17331120371818542, -0.04881685972213745, -0.2626197040081024, -1.7714568376541138, -0.021153390407562256, -0.07457791268825531, -0.026197392493486404, -0.32500699162483215, -0.5725250244140625, 0.09048599749803543, 1.2816544771194458, -1.5261974334716797, 0.95247882604599, 0.0, 0.0, -0.018223540857434273, -0.17409741878509521, -0.8372484445571899, 1.9102450609207153, -1.0680887699127197, -0.0015975802671164274], "max": [0.3271619975566864, 0.2503151297569275, 0.30225613713264465, -1.3176189661026, -0.07426375895738602, 0.16290903091430664, -0.01979203335940838, -0.1764100044965744, 0.5513269901275635, 0.20503699779510498, -1.295656442642212, -1.1527973413467407, -0.9759331345558167, 0.5226388573646545, 0.18929840624332428, -0.08869762718677521, -0.8883376717567444, 0.1411447674036026, 0.06906268000602722, 0.15097098052501678, -0.2903439998626709, -0.37616199254989624, 0.1237649992108345, 1.4763309955596924, -1.2494022846221924, 1.2272613048553467, 1001.0, 1002.0, -0.018204743042588234, -0.17334170639514923, -0.8359609246253967, 1.9103235006332397, -1.067389965057373, 0.0027176900766789913], "mean": [0.1451071798801422, 0.2075989842414856, 0.06637121737003326, -1.7944411039352417, -0.210659459233284, 0.016640128567814827, -0.06810235977172852, -0.2622823715209961, 0.39619067311286926, 0.18268127739429474, -1.372357726097107, -1.3233708143234253, -1.152272343635559, 0.14747828245162964, 0.01320638321340084, -0.14431968331336975, -1.399603009223938, 0.027159133926033974, -0.04646003618836403, 0.013393435627222061, -0.297148197889328, -0.4777944087982178, 0.11562927812337875, 1.337201714515686, -1.3219023942947388, 1.141495704650879, 620.6331176757812, 666.4639892578125, -0.018216809257864952, -0.17374837398529053, -0.8365887403488159, 1.910273551940918, -1.0677788257598877, 0.0005739625776186585], "std": [0.20356498658657074, 0.04754989594221115, 0.07343684881925583, 0.12961268424987793, 0.056267667561769485, 0.055150777101516724, 0.06756006181240082, 0.03587859869003296, 0.04892880469560623, 0.038029301911592484, 0.1363985389471054, 0.03717606142163277, 0.060824159532785416, 0.18577632308006287, 0.08956728875637054, 0.06666016578674316, 0.2289305180311203, 0.057059820741415024, 0.03490833565592766, 0.060036249458789825, 0.011169069446623325, 0.05510690063238144, 0.009042988531291485, 0.06810252368450165, 0.09320139139890671, 0.09104134887456894, 472.9718933105469, 459.2709655761719, 1.1387199947421323e-06, 9.81144403340295e-05, 0.0002277456660522148, 2.0480549210333265e-05, 0.0001633542706258595, 0.000405217579100281], "count": [875]}, "timestamp": {"min": [0.0], "max": [29.133333333333333], "mean": [14.566666666666665], "std": [8.419685927106254], "count": [875]}, "frame_index": {"min": [0], "max": [874], "mean": [437.0], "std": [252.59057781318765], "count": [875]}, "episode_index": {"min": [162], "max": [162], "mean": [162.0], "std": [0.0], "count": [875]}, "index": {"min": [139426], "max": [140300], "mean": [139863.0], "std": [252.59057781318765], "count": [875]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [875]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6594285714285715, 0.665228571661881], "std": [0.47390139334279563, 0.45836398569453796], "count": [875]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6594285714285715, 0.665228571661881], "std": [0.47390139334279563, 0.45836398569453796], "count": [875]}, "eef_direction_state": {"mean": [5.2628571428571425, 5.347428571428572], "std": [1.7674979433062445, 1.7985332799766687], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_state": {"mean": [0.2502857142857143, 0.15771428571428572], "std": [0.5556848321243467, 0.4588624799547381], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_state": {"mean": [0.37485714285714283, 0.2674285714285714], "std": [0.7018724810048029, 0.6209869695303859], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_direction_action": {"mean": [5.2628571428571425, 5.347428571428572], "std": [1.7674979433062443, 1.7985332799766687], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_action": {"mean": [0.2502857142857143, 0.15771428571428572], "std": [0.5556848321243467, 0.4588624799547381], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_action": {"mean": [0.37485714285714283, 0.2674285714285714], "std": [0.7018724810048029, 0.6209869695303859], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_sim_pose_state": {"mean": [0.41475189863819834, 0.2517834169677078, 1.1750821895049859, -0.041215000527670145, -0.00013966110476320103, 1.3911430721842342, 0.4958716802470355, -0.182584491243442, 1.1430496495643734, 0.016070296556581445, 0.0048574800440529, -1.409076346659219], "std": [0.05219348809570179, 0.026578318124121363, 0.03070318212616669, 0.05034320796548045, 0.05521309678683449, 0.10500978266418887, 0.055027316551453785, 0.0037428523456896927, 0.004031235686555233, 0.06533304868245081, 0.03979643440686512, 0.09202427621749731], "min": [0.3641710550391348, 0.1582586472742837, 1.156792105423051, -0.19177886810242895, -0.1560868098933268, 1.0967647474768276, 0.3963703909130753, -0.188843050242962, 1.131813733944022, -0.14385748647351526, -0.06760534752044989, -1.4919021457378856], "max": [0.5806066503832618, 0.2660691599505432, 1.2512813657856705, -0.0033017494626188526, 0.03369502450277717, 1.4769685053262078, 0.5940922962462456, -0.17313599686066022, 1.152238738150781, 0.06069565191614834, 0.0915575392897523, -1.27241782557492], "count": [875]}, "eef_sim_pose_action": {"mean": [0.4148224407268199, 0.2517688098720855, 1.1750956152142953, -0.04120178198382247, -0.00017112349339535804, 1.3910933807966037, 0.4959982337216541, -0.18257508582308712, 1.1430498017491888, 0.01607369203770341, 0.0049476131625017655, -1.4092843562883355], "std": [0.052192915673846325, 0.02657483003878345, 0.030697753743785413, 0.05035095407537338, 0.05520222550557553, 0.10499415994351502, 0.05492563935191469, 0.0037377859779544964, 0.0040312940024617785, 0.06533478661599436, 0.039721646267960826, 0.09199306389502161], "min": [0.3641710550391348, 0.1582586472742837, 1.156792105423051, -0.19177886810242895, -0.1560868098933268, 1.0967647474768276, 0.3963703909130753, -0.188843050242962, 1.131813733944022, -0.14385748647351526, -0.06760534752044989, -1.4919021457378856], "max": [0.5806066503832618, 0.2660691599505432, 1.2512813657856705, -0.0033017494626188526, 0.03369502450277717, 1.4769685053262078, 0.5940922962462456, -0.17313599686066022, 1.152238738150781, 0.06069565191614834, 0.0915575392897523, -1.27241782557492], "count": [875]}, "gripper_mode_state": {"mean": [0.3405714285714286, 0.33371428571428574], "std": [0.47390139334279563, 0.47153903467739167], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_state": {"mean": [1.9897142857142858, 1.8914285714285715], "std": [0.13052609403674711, 0.41222145821420025], "min": [0, 0], "max": [2, 2], "count": [875]}, "gripper_mode_action": {"mean": [0.3405714285714286, 0.33371428571428574], "std": [0.47390139334279563, 0.4715390346773916], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_action": {"mean": [1.9897142857142858, 1.8914285714285715], "std": [0.13052609403674711, 0.41222145821420025], "min": [0, 0], "max": [2, 2], "count": [875]}}} +{"episode_index": 163, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4678844471332837]], [[0.46042730050881114]], [[0.45046157157483246]]], "std": [[[0.15557779530773774]], [[0.15729297068817463]], [[0.16099263323523058]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4623307220567552]], [[0.45574520016339864]], [[0.4470624793166212]]], "std": [[[0.14625863592252528]], [[0.14743073261567588]], [[0.1514901719429741]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46219323188136013]], [[0.4650037682530818]], [[0.45566741643914954]]], "std": [[[0.163021935183078]], [[0.1613675850886114]], [[0.1688354015337763]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4880837508790436]], [[0.4825903630967155]], [[0.47145931579382805]]], "std": [[[0.15221207604720274]], [[0.14667922876896144]], [[0.1565311286528008]]], "count": [158]}, "observation.state": {"min": [-0.5319938063621521, 0.09466665238142014, -0.010873401537537575, -1.9606853723526, -0.3125012218952179, -0.06803293526172638, -0.30970868468284607, -0.28327399492263794, 0.3615739941596985, 0.05752899870276451, -1.7461323738098145, -1.5246812105178833, -1.2123684883117676, -0.17327629029750824, -0.07276277989149094, -0.26256734132766724, -1.7714568376541138, 0.04351105913519859, -0.07276277989149094, -0.02626720443367958, -0.3290869891643524, -0.5680350065231323, 0.08016599714756012, 1.210629940032959, -1.4893608093261719, 1.0607359409332275, 0.0, 0.0, -0.01822730153799057, -0.17399027943611145, -0.8376905918121338, 1.9102815389633179, -1.0682449340820312, -0.003458101535215974], "max": [0.27888616919517517, 0.24495695531368256, 0.3312634825706482, -1.2406498193740845, -0.10787880420684814, 0.11384782195091248, -0.01984439231455326, -0.18411600589752197, 0.5575699806213379, 0.20184899866580963, -1.296154260635376, -1.155131220817566, -0.989322304725647, 0.49584802985191345, 0.1892635077238083, -0.10245082527399063, -0.8885296583175659, 0.13433799147605896, 0.10841985046863556, 0.08218755573034286, -0.2848980128765106, -0.37617000937461853, 0.11074099689722061, 1.4758495092391968, -1.3291609287261963, 1.2475547790527344, 1001.0, 1002.0, -0.018204743042588234, -0.17361240088939667, -0.8357731103897095, 1.9103178977966309, -1.0666459798812866, 0.003955506253987551], "mean": [0.13092553615570068, 0.2194725126028061, 0.0747671127319336, -1.767859935760498, -0.2555609345436096, 0.003945651929825544, -0.07998619228601456, -0.26522353291511536, 0.39977002143859863, 0.18295106291770935, -1.3696599006652832, -1.3613357543945312, -1.1628164052963257, 0.11409809440374374, -0.019228318706154823, -0.1389385461807251, -1.4218778610229492, 0.05947565659880638, -0.03207189962267876, 0.011883697472512722, -0.3036574721336365, -0.4685533046722412, 0.10520058125257492, 1.285908579826355, -1.3829123973846436, 1.1740676164627075, 635.7762451171875, 643.3648071289062, -0.018216464668512344, -0.1737450212240219, -0.836585283279419, 1.9102791547775269, -1.067804217338562, 0.0005683479248546064], "std": [0.2265906035900116, 0.034163717180490494, 0.08034781366586685, 0.1535823494195938, 0.0390302836894989, 0.039940591901540756, 0.08770834654569626, 0.03325831890106201, 0.054174937307834625, 0.037387020885944366, 0.14590680599212646, 0.07930164039134979, 0.061340171843767166, 0.17090140283107758, 0.09617506712675095, 0.05845554545521736, 0.22010044753551483, 0.017524724826216698, 0.03814675658941269, 0.03237352520227432, 0.010205975733697414, 0.0502779558300972, 0.006306689232587814, 0.08825451880693436, 0.04387683421373367, 0.08394580334424973, 468.6619567871094, 466.2974548339844, 1.2045941275573568e-06, 6.140321056591347e-05, 0.0002419610391370952, 1.763998079695739e-05, 0.0002740625641308725, 0.0006514064152725041], "count": [858]}, "action": {"min": [-0.5319938063621521, 0.09466665238142014, -0.010873401537537575, -1.9606853723526, -0.3125012218952179, -0.06803293526172638, -0.30970868468284607, -0.28327399492263794, 0.3615739941596985, 0.05752899870276451, -1.7461323738098145, -1.5246812105178833, -1.2123684883117676, -0.17327629029750824, -0.07276277989149094, -0.26256734132766724, -1.7714568376541138, 0.04351105913519859, -0.07276277989149094, -0.02626720443367958, -0.3290869891643524, -0.5680350065231323, 0.08016599714756012, 1.210629940032959, -1.4893608093261719, 1.0607359409332275, 0.0, 0.0, -0.01822730153799057, -0.17399027943611145, -0.8376905918121338, 1.9102815389633179, -1.0682449340820312, -0.003458101535215974], "max": [0.27888616919517517, 0.24495695531368256, 0.3312634825706482, -1.2406498193740845, -0.10787880420684814, 0.11384782195091248, -0.01984439231455326, -0.18411600589752197, 0.5575699806213379, 0.20184899866580963, -1.296154260635376, -1.155131220817566, -0.989322304725647, 0.49584802985191345, 0.1892635077238083, -0.10245082527399063, -0.8885296583175659, 0.13433799147605896, 0.10841985046863556, 0.08218755573034286, -0.2848980128765106, -0.37617000937461853, 0.11074099689722061, 1.4758495092391968, -1.3291609287261963, 1.2475547790527344, 1001.0, 1002.0, -0.018204743042588234, -0.17361240088939667, -0.8357731103897095, 1.9103178977966309, -1.0666459798812866, 0.003955506253987551], "mean": [0.13070794939994812, 0.21940575540065765, 0.07477443665266037, -1.767694115638733, -0.2556251883506775, 0.00402299128472805, -0.08010966330766678, -0.26521816849708557, 0.39982983469963074, 0.18293341994285583, -1.3696614503860474, -1.3614944219589233, -1.1628409624099731, 0.11442791670560837, -0.019533667713403702, -0.13875333964824677, -1.4214751720428467, 0.05945555493235588, -0.03204840421676636, 0.011912358924746513, -0.3036702871322632, -0.4686647653579712, 0.10519830882549286, 1.285637378692627, -1.3829543590545654, 1.1742768287658691, 635.7762451171875, 643.3648071289062, -0.018216464668512344, -0.17374491691589355, -0.8365853428840637, 1.9102791547775269, -1.0678038597106934, 0.0005680602043867111], "std": [0.2265506237745285, 0.034177571535110474, 0.08034509420394897, 0.15357111394405365, 0.039072778075933456, 0.03995687887072563, 0.08769825100898743, 0.03325578570365906, 0.054166652262210846, 0.037381697446107864, 0.14590592682361603, 0.07935263961553574, 0.061353083699941635, 0.1706179678440094, 0.09592770785093307, 0.058315277099609375, 0.21977686882019043, 0.017527256160974503, 0.03813345730304718, 0.03235065937042236, 0.010198316536843777, 0.05017901957035065, 0.006305407267063856, 0.08803047239780426, 0.04384281113743782, 0.08389870822429657, 468.6619567871094, 466.29742431640625, 1.2045941275573568e-06, 6.135099101811647e-05, 0.00024197141465265304, 1.7655645933700725e-05, 0.0002739827614277601, 0.000651427311822772], "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": [163], "max": [163], "mean": [163.0], "std": [0.0], "count": [858]}, "index": {"min": [140301], "max": [141158], "mean": [140729.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.675990675990676, 0.6421771565129837], "std": [0.468003506359029, 0.4653813324768098], "count": [858]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.675990675990676, 0.6421771565129837], "std": [0.468003506359029, 0.4653813324768098], "count": [858]}, "eef_direction_state": {"mean": [5.195804195804196, 5.023310023310024], "std": [1.831193356397374, 2.1433297080054676], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_state": {"mean": [0.2564102564102564, 0.19230769230769232], "std": [0.5789526589800134, 0.4362229690789018], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_state": {"mean": [0.351981351981352, 0.372960372960373], "std": [0.6893306368680995, 0.7051696225482773], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_direction_action": {"mean": [5.195804195804196, 5.023310023310024], "std": [1.831193356397374, 2.1433297080054676], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_action": {"mean": [0.2564102564102564, 0.19230769230769232], "std": [0.5789526589800134, 0.4362229690789018], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_action": {"mean": [0.351981351981352, 0.372960372960373], "std": [0.6893306368680995, 0.7051696225482773], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_sim_pose_state": {"mean": [0.41915422647554884, 0.2538760114839542, 1.1719511214132734, -0.04275227410659043, 0.02937322459660038, 1.3719403915899953, 0.4863669346961393, -0.1720557135925954, 1.1389157054040528, -0.004570056132809652, 0.07135253002838982, -1.4104169159816615], "std": [0.05898810111056144, 0.023889169022562558, 0.028002931509199663, 0.04911611894621701, 0.0627525139604341, 0.12932379830930263, 0.04975800150873432, 0.008456008135210328, 0.006605762934837077, 0.050078613384949, 0.06289801893254791, 0.06652985004305809], "min": [0.3797038618137678, 0.16446429065996945, 1.156785660220922, -0.18106336533708212, -0.1530933484341137, 1.024184063123042, 0.39638235301218827, -0.19020734779707507, 1.1252312147142245, -0.11664767304602108, -0.06756070032480821, -1.464192636457406], "max": [0.5902236391753386, 0.27032264888847063, 1.2429148418147993, -0.017423485327902055, 0.12972572305843633, 1.4511201411151535, 0.5862924959225179, -0.15598021854494298, 1.1613583282653923, 0.05114941774296988, 0.11629326585067523, -1.2847002192876746], "count": [858]}, "eef_sim_pose_action": {"mean": [0.41921572053947226, 0.25386867913234773, 1.171956536273112, -0.042752258639459854, 0.02948482426397927, 1.371847000538937, 0.4864741853184046, -0.17203212000353002, 1.1389072763380008, -0.004608182896829757, 0.07155849104963874, -1.4106012960357082], "std": [0.05897840377420806, 0.02388686244808444, 0.028000453698077302, 0.04911612687520029, 0.06284335689866044, 0.12929931961659588, 0.049663034119117405, 0.008437744046223054, 0.0066032372189112985, 0.050051142297335836, 0.06273196738989047, 0.06645486467356486], "min": [0.3797038618137678, 0.16446429065996945, 1.156785660220922, -0.18106336533708212, -0.1530933484341137, 1.024184063123042, 0.39638235301218827, -0.19020734779707507, 1.1252312147142245, -0.11664767304602108, -0.06756070032480821, -1.464192636457406], "max": [0.5902236391753386, 0.27032264888847063, 1.2429148418147993, -0.017423485327902055, 0.12972572305843633, 1.4511201411151535, 0.5862924959225179, -0.15598021854494298, 1.1613583282653923, 0.05114941774296988, 0.11629326585067523, -1.2847002192876746], "count": [858]}, "gripper_mode_state": {"mean": [0.32400932400932403, 0.36013986013986016], "std": [0.468003506359029, 0.48004077043340976], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_state": {"mean": [1.9895104895104896, 1.8916083916083917], "std": [0.13180473304175389, 0.4109792450756604], "min": [0, 0], "max": [2, 2], "count": [858]}, "gripper_mode_action": {"mean": [0.32400932400932403, 0.36013986013986016], "std": [0.468003506359029, 0.4800407704334097], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_action": {"mean": [1.9895104895104896, 1.8916083916083917], "std": [0.13180473304175389, 0.4109792450756604], "min": [0, 0], "max": [2, 2], "count": [858]}}} +{"episode_index": 164, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46421451406649616]], [[0.4578857059127999]], [[0.449175743667032]]], "std": [[[0.15780785828117366]], [[0.16134562766866875]], [[0.16526721759961507]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4617609900844396]], [[0.45588211190273215]], [[0.4473956658750457]]], "std": [[[0.1466316412491433]], [[0.14802124304089342]], [[0.15213630905934794]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46508702629602566]], [[0.46737438091178496]], [[0.45796464854057567]]], "std": [[[0.16112276491495212]], [[0.1600178447208969]], [[0.16747642352612752]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4949423968862907]], [[0.48757818525961105]], [[0.4758481990622336]]], "std": [[[0.15352882900274178]], [[0.14866923592972522]], [[0.15913722559747465]]], "count": [161]}, "observation.state": {"min": [-0.48954740166664124, 0.035150930285453796, -0.012095131911337376, -1.982414722442627, -0.25389304757118225, -0.12723450362682343, -0.24521876871585846, -0.29470500349998474, 0.3637399971485138, 0.05319900065660477, -1.7401589155197144, -1.4691251516342163, -1.262112021446228, -0.17332863807678223, -0.06904522329568863, -0.26258477568626404, -1.7714568376541138, -0.007487462367862463, -0.1388409435749054, -0.0262148454785347, -0.33484598994255066, -0.5685709714889526, 0.09470000118017197, 1.271480679512024, -1.4424195289611816, 1.0439586639404297, 0.0, 0.0, -0.018219782039523125, -0.1740579456090927, -0.8368824124336243, 1.9099613428115845, -1.0681252479553223, -0.003452406032010913], "max": [0.2742086946964264, 0.2410648763179779, 0.28530898690223694, -1.2266348600387573, -0.1284911334514618, 0.016179202124476433, -0.01595230959355831, -0.19468499720096588, 0.551065981388092, 0.20187799632549286, -1.2971378564834595, -1.1541773080825806, -1.0987569093704224, 0.5117828845977783, 0.18931587040424347, -0.11475539207458496, -0.8433430790901184, 0.096220001578331, 0.09023352712392807, 0.08798204362392426, -0.29139599204063416, -0.37616899609565735, 0.11604999750852585, 1.4755313396453857, -1.3059461116790771, 1.246839165687561, 1001.0, 1002.0, -0.018208501860499382, -0.17325147986412048, -0.8361566066741943, 1.9102933406829834, -1.067455768585205, 0.005917596630752087], "mean": [0.10698065906763077, 0.1937532275915146, 0.08171916753053665, -1.7235429286956787, -0.23418916761875153, -0.04866311699151993, -0.08632510900497437, -0.26667022705078125, 0.4061756134033203, 0.17474356293678284, -1.4018672704696655, -1.3477288484573364, -1.1883172988891602, 0.09710720181465149, -0.012338901869952679, -0.14559078216552734, -1.4126818180084229, 0.022180594503879547, -0.10261747241020203, 0.017943697050213814, -0.3068264126777649, -0.46247196197509766, 0.10496189445257187, 1.3480842113494873, -1.3378546237945557, 1.1742771863937378, 621.4378662109375, 660.2360229492188, -0.018216324970126152, -0.17374339699745178, -0.836586058139801, 1.910173773765564, -1.067814588546753, 0.0005462780827656388], "std": [0.24061793088912964, 0.06391935795545578, 0.0814945325255394, 0.19740034639835358, 0.03299262747168541, 0.04228909686207771, 0.0843154564499855, 0.03412025794386864, 0.05900067463517189, 0.046596601605415344, 0.15578483045101166, 0.055580247193574905, 0.03638714551925659, 0.17679645121097565, 0.09467390179634094, 0.05387280881404877, 0.23431247472763062, 0.03476612642407417, 0.04873698949813843, 0.03486507758498192, 0.011512602679431438, 0.05095706880092621, 0.003658054629340768, 0.060603998601436615, 0.04813612625002861, 0.0871245339512825, 473.25115966796875, 461.35638427734375, 7.384372224805702e-07, 6.700362428091466e-05, 0.00011757906031562015, 8.465753489872441e-05, 0.00019267821335233748, 0.0008944371365942061], "count": [877]}, "action": {"min": [-0.48954740166664124, 0.035150930285453796, -0.012095131911337376, -1.982414722442627, -0.25389304757118225, -0.12723450362682343, -0.24521876871585846, -0.29470500349998474, 0.3637399971485138, 0.05319900065660477, -1.7401589155197144, -1.4691251516342163, -1.262112021446228, -0.17332863807678223, -0.06904522329568863, -0.26258477568626404, -1.7714568376541138, -0.007487462367862463, -0.1388409435749054, -0.0262148454785347, -0.33484598994255066, -0.5685709714889526, 0.09470000118017197, 1.271480679512024, -1.4424195289611816, 1.0439586639404297, 0.0, 0.0, -0.018219782039523125, -0.1740579456090927, -0.8368824124336243, 1.9099613428115845, -1.0681252479553223, -0.003452406032010913], "max": [0.2742086946964264, 0.2410648763179779, 0.28530898690223694, -1.2266348600387573, -0.1284911334514618, 0.016179202124476433, -0.01595230959355831, -0.19468499720096588, 0.551065981388092, 0.20187799632549286, -1.2971378564834595, -1.1541773080825806, -1.0987569093704224, 0.5117828845977783, 0.18931587040424347, -0.11475539207458496, -0.8433430790901184, 0.096220001578331, 0.09023352712392807, 0.08798204362392426, -0.29139599204063416, -0.37616899609565735, 0.11604999750852585, 1.4755313396453857, -1.3059461116790771, 1.246839165687561, 1001.0, 1002.0, -0.018208501860499382, -0.17325147986412048, -0.8361566066741943, 1.9102933406829834, -1.067455768585205, 0.005917596630752087], "mean": [0.10672561079263687, 0.19364625215530396, 0.08173950016498566, -1.7232446670532227, -0.23417459428310394, -0.048781830817461014, -0.08648368716239929, -0.2666831314563751, 0.4062446355819702, 0.17471718788146973, -1.4019784927368164, -1.3478087186813354, -1.1883832216262817, 0.09740188717842102, -0.012631366960704327, -0.14542284607887268, -1.4122813940048218, 0.02209891751408577, -0.10269968211650848, 0.017982522025704384, -0.30684176087379456, -0.46257108449935913, 0.10495513677597046, 1.3479222059249878, -1.3378303050994873, 1.1744800806045532, 621.4378662109375, 660.2360229492188, -0.0182163268327713, -0.1737433820962906, -0.8365861773490906, 1.910173773765564, -1.0678149461746216, 0.0005463495035655797], "std": [0.2405681610107422, 0.06391877681016922, 0.08148688822984695, 0.19740775227546692, 0.032986875623464584, 0.04235689342021942, 0.08432108163833618, 0.034128669649362564, 0.058989785611629486, 0.046587828546762466, 0.15574483573436737, 0.055588800460100174, 0.0364326573908329, 0.17656143009662628, 0.09444663673639297, 0.05373718589544296, 0.23399944603443146, 0.03474750369787216, 0.048731740564107895, 0.034835245460271835, 0.011501890607178211, 0.05087337642908096, 0.0036546781193464994, 0.06045437604188919, 0.04814574867486954, 0.08707819879055023, 473.25115966796875, 461.35638427734375, 7.405341193589265e-07, 6.701179518131539e-05, 0.00011765519593609497, 8.45760150696151e-05, 0.0001928408455569297, 0.0008944208966568112], "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": [164], "max": [164], "mean": [164.0], "std": [0.0], "count": [877]}, "index": {"min": [141159], "max": [142035], "mean": [141597.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6590649942987458, 0.65900228057851], "std": [0.47402355172368843, 0.4604438812923968], "count": [877]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6590649942987458, 0.65900228057851], "std": [0.47402355172368843, 0.4604438812923968], "count": [877]}, "eef_direction_state": {"mean": [5.27594070695553, 5.224629418472063], "std": [1.7563120727326345, 1.9305938743286124], "min": [0, 0], "max": [6, 6], "count": [877]}, "eef_velocity_state": {"mean": [0.24287343215507412, 0.1733181299885975], "std": [0.5602450585232679, 0.45761720401091405], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_acc_mag_state": {"mean": [0.3614595210946408, 0.3363740022805017], "std": [0.6989300601470778, 0.6802052722963878], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_direction_action": {"mean": [5.27594070695553, 5.224629418472063], "std": [1.7563120727326345, 1.9305938743286122], "min": [0, 0], "max": [6, 6], "count": [877]}, "eef_velocity_action": {"mean": [0.24287343215507412, 0.1733181299885975], "std": [0.560245058523268, 0.4576172040109141], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_acc_mag_action": {"mean": [0.3614595210946408, 0.3363740022805017], "std": [0.6989300601470778, 0.6802052722963878], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_sim_pose_state": {"mean": [0.4260097908117079, 0.24605890891716894, 1.1663341488362076, -0.07917299386664528, 0.024226620489723592, 1.3663550982338986, 0.48056550647083285, -0.1727649243624282, 1.130715105004784, 0.03937049843892176, 0.028268071437789533, -1.3996502216632352], "std": [0.06386273374368626, 0.03363746918881085, 0.026857684074655275, 0.07928361579265797, 0.03890897720768245, 0.12364516230460627, 0.05060237034384027, 0.008881663062144695, 0.008137681290895213, 0.062354918643978186, 0.0432016974602052, 0.05533124321448772], "min": [0.3808963919824959, 0.1550828055541171, 1.135479075909315, -0.22975726959641318, -0.06082584000561031, 1.07715591116529, 0.3963668432933835, -0.1915172795732736, 1.1183103360952609, -0.09810053052589118, -0.06759527438898494, -1.443024252189237], "max": [0.5828246007280331, 0.26458613359717514, 1.2223432346655354, -0.017451104558323105, 0.08323841632314988, 1.490746262231879, 0.5877638273993395, -0.1660433002365909, 1.1531761404621754, 0.08095090758726198, 0.06448436613671737, -1.3042535640940196], "count": [877]}, "eef_sim_pose_action": {"mean": [0.42608135006843306, 0.2460432603737392, 1.166309855147768, -0.07927271076189288, 0.024281869112282178, 1.3662496386487615, 0.48066109734975526, -0.17273967393028428, 1.1306958345261389, 0.03940493822843571, 0.028402549252481372, -1.3998069907214974], "std": [0.06385020615456155, 0.03363206578218532, 0.02687592301345927, 0.07926108818377958, 0.03895532461808858, 0.12361668030923045, 0.05052242088830013, 0.008867706338117034, 0.008124988402743992, 0.062367943810674835, 0.04308658758551225, 0.05525591577654917], "min": [0.3808963919824959, 0.1550828055541171, 1.135479075909315, -0.22975726959641318, -0.06082584000561031, 1.07715591116529, 0.3963668432933835, -0.1915172795732736, 1.1183103360952609, -0.09810053052589118, -0.06759527438898494, -1.443024252189237], "max": [0.5828246007280331, 0.26458613359717514, 1.2223432346655354, -0.017451104558323105, 0.08323841632314988, 1.490746262231879, 0.5877638273993395, -0.1660433002365909, 1.1531761404621754, 0.08095090758726198, 0.06448436613671737, -1.3042535640940196], "count": [877]}, "gripper_mode_state": {"mean": [0.3409350057012543, 0.3409350057012543], "std": [0.47402355172368843, 0.4740235517236807], "min": [0, 0], "max": [1, 1], "count": [877]}, "gripper_activity_state": {"mean": [1.9897377423033067, 1.90193842645382], "std": [0.13037809975141088, 0.39605624935242445], "min": [0, 0], "max": [2, 2], "count": [877]}, "gripper_mode_action": {"mean": [0.3409350057012543, 0.3409350057012543], "std": [0.47402355172368843, 0.47402355172368066], "min": [0, 0], "max": [1, 1], "count": [877]}, "gripper_activity_action": {"mean": [1.9897377423033067, 1.90193842645382], "std": [0.13037809975141088, 0.3960562493524244], "min": [0, 0], "max": [2, 2], "count": [877]}}} +{"episode_index": 165, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4713200771162124]], [[0.46223355551570217]], [[0.452826703979356]]], "std": [[[0.15450377609793423]], [[0.15796860464208945]], [[0.16219851469171537]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4608159174238802]], [[0.45318071995058185]], [[0.44453006685397733]]], "std": [[[0.14644760286364492]], [[0.14824068241105087]], [[0.15273398594151985]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470695953889686]], [[0.471622389606249]], [[0.46235742343177105]]], "std": [[[0.1632390062437405]], [[0.1615023393296254]], [[0.16840357714256432]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49334568537780965]], [[0.4866670963354854]], [[0.47462236967957916]]], "std": [[[0.15275262806861326]], [[0.1477105599059465]], [[0.15798558826395306]]], "count": [164]}, "observation.state": {"min": [-0.5016075968742371, 0.09262462705373764, -0.051574479788541794, -2.03098726272583, -0.36620497703552246, -0.04415683075785637, -0.2747671902179718, -0.28836798667907715, 0.3609359860420227, 0.07464700192213058, -1.711974024772644, -1.5469592809677124, -1.270172357559204, -0.17331120371818542, -0.059498272836208344, -0.2626197040081024, -1.771404504776001, 0.03885103017091751, -0.06745697557926178, -0.0262148454785347, -0.3295010030269623, -0.5719770193099976, 0.1037449985742569, 1.2614744901657104, -1.4981515407562256, 0.980295717716217, 0.0, 0.0, -0.018219782039523125, -0.17407110333442688, -0.8372024893760681, 1.9100215435028076, -1.0679866075515747, -0.002961646066978574], "max": [0.2791479825973511, 0.2652900516986847, 0.2819055914878845, -1.255624771118164, -0.1765400469303131, 0.06485643982887268, -0.01984439231455326, -0.18591700494289398, 0.553866982460022, 0.2049349993467331, -1.2961055040359497, -1.204365849494934, -1.0838645696640015, 0.5172109007835388, 0.18929840624332428, -0.11110766232013702, -0.8794714212417603, 0.12693779170513153, 0.08290313929319382, 0.13690362870693207, -0.2920669913291931, -0.37616199254989624, 0.12009599804878235, 1.4756050109863281, -1.328906536102295, 1.2257038354873657, 1001.0, 1002.0, -0.01820286177098751, -0.17310671508312225, -0.8358713388442993, 1.9103448390960693, -1.0673741102218628, 0.003193262033164501], "mean": [0.13017268478870392, 0.2145853191614151, 0.07164478302001953, -1.7700612545013428, -0.25776082277297974, -0.012217359617352486, -0.08584943413734436, -0.26163727045059204, 0.3995668590068817, 0.18203580379486084, -1.3861732482910156, -1.359479308128357, -1.1811867952346802, 0.15332117676734924, 0.003208211390301585, -0.150498628616333, -1.3798880577087402, 0.0552309975028038, -0.04771126061677933, 0.015116295777261257, -0.30207595229148865, -0.4790613651275635, 0.10802874714136124, 1.317885398864746, -1.3633240461349487, 1.1538166999816895, 579.1356811523438, 713.7463989257812, -0.018216202035546303, -0.17367324233055115, -0.8365565538406372, 1.910139560699463, -1.067822813987732, 0.0005024009733460844], "std": [0.22356413304805756, 0.04115643724799156, 0.07872758060693741, 0.169918492436409, 0.031835395842790604, 0.020352831110358238, 0.08755479753017426, 0.037364427000284195, 0.0542934313416481, 0.03694533556699753, 0.14289462566375732, 0.08060818165540695, 0.03345029801130295, 0.18142278492450714, 0.09603732079267502, 0.05732860416173935, 0.22523148357868195, 0.02230161428451538, 0.03234774246811867, 0.046059899032115936, 0.009566914290189743, 0.05476552993059158, 0.0022289312910288572, 0.07711908966302872, 0.04583199322223663, 0.08761118352413177, 482.08740234375, 439.6135559082031, 9.723398761707358e-07, 5.6005286751315e-05, 0.00021102778555359691, 0.00010118650970980525, 0.0001324430777458474, 0.0005177159328013659], "count": [899]}, "action": {"min": [-0.5016075968742371, 0.09262462705373764, -0.051574479788541794, -2.03098726272583, -0.36620497703552246, -0.04415683075785637, -0.2747671902179718, -0.28836798667907715, 0.3609359860420227, 0.07464700192213058, -1.711974024772644, -1.5469592809677124, -1.270172357559204, -0.17331120371818542, -0.059498272836208344, -0.2626197040081024, -1.771404504776001, 0.03885103017091751, -0.06745697557926178, -0.0262148454785347, -0.3295010030269623, -0.5719770193099976, 0.1037449985742569, 1.2614744901657104, -1.4981515407562256, 0.980295717716217, 0.0, 0.0, -0.018219782039523125, -0.17407110333442688, -0.8372024893760681, 1.9100215435028076, -1.0679866075515747, -0.002961646066978574], "max": [0.2791479825973511, 0.2652900516986847, 0.2819055914878845, -1.255624771118164, -0.1765400469303131, 0.06485643982887268, -0.01984439231455326, -0.18591700494289398, 0.553866982460022, 0.2049349993467331, -1.2961055040359497, -1.204365849494934, -1.0838645696640015, 0.5172109007835388, 0.18929840624332428, -0.11110766232013702, -0.8794714212417603, 0.12693779170513153, 0.08290313929319382, 0.13690362870693207, -0.2920669913291931, -0.37616199254989624, 0.12009599804878235, 1.4756050109863281, -1.328906536102295, 1.2257038354873657, 1001.0, 1002.0, -0.01820286177098751, -0.17310671508312225, -0.8358713388442993, 1.9103448390960693, -1.0673741102218628, 0.003193262033164501], "mean": [0.12993066012859344, 0.21450690925121307, 0.07166487723588943, -1.7698348760604858, -0.2577367126941681, -0.012210738845169544, -0.08597011119127274, -0.26164063811302185, 0.3996337354183197, 0.18201513588428497, -1.3862334489822388, -1.359557032585144, -1.181182622909546, 0.15373778343200684, 0.002932047238573432, -0.1503325253725052, -1.3793938159942627, 0.05520186573266983, -0.04770810902118683, 0.015146193094551563, -0.3020848035812378, -0.47919589281082153, 0.10802552103996277, 1.3176641464233398, -1.3633424043655396, 1.1539884805679321, 579.1356811523438, 713.7453002929688, -0.018216202035546303, -0.17367318272590637, -0.8365569710731506, 1.9101399183273315, -1.0678229331970215, 0.0005023946287110448], "std": [0.223535418510437, 0.04117325320839882, 0.07872229069471359, 0.16994839906692505, 0.03184659406542778, 0.020351003855466843, 0.08753864467144012, 0.037366531789302826, 0.05428988113999367, 0.036939430981874466, 0.14286834001541138, 0.0806027203798294, 0.033450134098529816, 0.18110236525535583, 0.09585876017808914, 0.0572202205657959, 0.22485795617103577, 0.02230493165552616, 0.03234628215432167, 0.04604184255003929, 0.009561344049870968, 0.05466117709875107, 0.002228536643087864, 0.0769515186548233, 0.04582179710268974, 0.08759097754955292, 482.08740234375, 439.61285400390625, 9.723398761707358e-07, 5.599680662271567e-05, 0.00021126562205608934, 0.00010133028263226151, 0.0001325496268691495, 0.0005177177954465151], "count": [899]}, "timestamp": {"min": [0.0], "max": [29.933333333333334], "mean": [14.966666666666669], "std": [8.650626181573987], "count": [899]}, "frame_index": {"min": [0], "max": [898], "mean": [449.0], "std": [259.5187854472196], "count": [899]}, "episode_index": {"min": [165], "max": [165], "mean": [165.0], "std": [0.0], "count": [899]}, "index": {"min": [142036], "max": [142934], "mean": [142485.0], "std": [259.5187854472196], "count": [899]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [899]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6129032258064516, 0.712401557263107], "std": [0.4870860925981115, 0.4387336615906988], "count": [899]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6129032258064516, 0.712401557263107], "std": [0.4870860925981115, 0.4387336615906988], "count": [899]}, "eef_direction_state": {"mean": [5.095661846496107, 5.263626251390434], "std": [1.9736228020138071, 1.8991598688273197], "min": [0, 0], "max": [6, 6], "count": [899]}, "eef_velocity_state": {"mean": [0.27808676307007785, 0.1635150166852058], "std": [0.5819669662086017, 0.4461718177242262], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_acc_mag_state": {"mean": [0.4271412680756396, 0.26140155728587317], "std": [0.7352386830743695, 0.6163968591074201], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_direction_action": {"mean": [5.095661846496107, 5.263626251390434], "std": [1.9736228020138071, 1.8991598688273195], "min": [0, 0], "max": [6, 6], "count": [899]}, "eef_velocity_action": {"mean": [0.27808676307007785, 0.1635150166852058], "std": [0.5819669662086017, 0.4461718177242262], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_acc_mag_action": {"mean": [0.4271412680756396, 0.26140155728587317], "std": [0.7352386830743695, 0.6163968591074201], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_sim_pose_state": {"mean": [0.4193321921239557, 0.253168144320723, 1.1729997341617917, -0.06507054043444, 0.03185855499501982, 1.3667128993805382, 0.4971655491350568, -0.17615967689772513, 1.139445762979809, 0.004692983253489922, 0.040708195947441024, -1.3980791544262925], "std": [0.05895000518336827, 0.02406295883015634, 0.029340257686973535, 0.07152720472614728, 0.03306960856968475, 0.13044970137806933, 0.054121357422153175, 0.009064286029212075, 0.004004911779098936, 0.05435059703439525, 0.05462770449294631, 0.06504261764168537], "min": [0.3791389223356588, 0.1770091581984923, 1.1499394634752609, -0.20917101703624108, -0.05433902326773432, 1.0545703342386334, 0.39637031797420774, -0.1942570244072675, 1.1284111485703596, -0.14733713678713367, -0.0676651832986559, -1.4537246558822026], "max": [0.5861743161103988, 0.2720248065695419, 1.2326513159341945, -0.017462957311619398, 0.14132694297449855, 1.454020570096623, 0.5923475013472741, -0.16887430327132325, 1.1489361273585665, 0.047973408019576724, 0.07556762048445087, -1.3024288401752382], "count": [899]}, "eef_sim_pose_action": {"mean": [0.4194006331437742, 0.2531568252159273, 1.1729936642308458, -0.06509413706503105, 0.03188965904876313, 1.3666276976470908, 0.4972962253075519, -0.17613784088035722, 1.1394399445558423, 0.004666090475510582, 0.04086617866263418, -1.3982397917923481], "std": [0.058944090685274016, 0.024060000478488035, 0.02934416905357839, 0.07151502671628257, 0.033083434091115436, 0.13042296011522772, 0.05401962505309682, 0.009057651953156802, 0.0040013557358519955, 0.05433517848244641, 0.05451949294848608, 0.06498946537506142], "min": [0.3791389223356588, 0.1770091581984923, 1.1499394634752609, -0.20917101703624108, -0.05433902326773432, 1.0545703342386334, 0.39637031797420774, -0.1942570244072675, 1.1284111485703596, -0.14733713678713367, -0.0676651832986559, -1.4537246558822026], "max": [0.5861743161103988, 0.2720248065695419, 1.2326513159341945, -0.017462957311619398, 0.14132694297449855, 1.454020570096623, 0.5923475013472741, -0.16887430327132325, 1.1489361273585665, 0.047973408019576724, 0.07556762048445087, -1.3024288401752382], "count": [899]}, "gripper_mode_state": {"mean": [0.3870967741935484, 0.28587319243604004], "std": [0.4870860925981115, 0.4518292932983225], "min": [0, 0], "max": [1, 1], "count": [899]}, "gripper_activity_state": {"mean": [1.989988876529477, 1.8987764182424915], "std": [0.12878269756090122, 0.39992860049647494], "min": [0, 0], "max": [2, 2], "count": [899]}, "gripper_mode_action": {"mean": [0.3870967741935484, 0.28587319243604004], "std": [0.4870860925981115, 0.4518292932983225], "min": [0, 0], "max": [1, 1], "count": [899]}, "gripper_activity_action": {"mean": [1.989988876529477, 1.8987764182424915], "std": [0.1287826975609012, 0.39992860049647494], "min": [0, 0], "max": [2, 2], "count": [899]}}} +{"episode_index": 166, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470579665475628]], [[0.4630297378238444]], [[0.4539289953933381]]], "std": [[[0.1547417644830409]], [[0.1583185937888558]], [[0.16241321037095793]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46221845100992204]], [[0.4552394455272069]], [[0.44716294836207576]]], "std": [[[0.14576392849478687]], [[0.14703907076781136]], [[0.15158508833785037]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47190194724978346]], [[0.47332006949366096]], [[0.46544294211158355]]], "std": [[[0.16272107537831693]], [[0.16071267320400137]], [[0.16778505626896717]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49598969776163476]], [[0.4882132254508229]], [[0.4761186621485944]]], "std": [[[0.1506078881459334]], [[0.1459910987281941]], [[0.15615418477936988]]], "count": [166]}, "observation.state": {"min": [-0.48233917355537415, 0.03654719516634941, -0.018832102417945862, -1.9873889684677124, -0.27462756633758545, -0.08190830051898956, -0.24792401492595673, -0.28326600790023804, 0.3648090064525604, 0.06125500053167343, -1.724948763847351, -1.471280574798584, -1.2842804193496704, -0.17331120371818542, -0.05349434167146683, -0.26258477568626404, -1.771404504776001, -0.031014500185847282, -0.1523323357105255, -0.029513517394661903, -0.334758996963501, -0.5732849836349487, 0.10117299854755402, 1.315476655960083, -1.4804797172546387, 1.0364644527435303, 0.0, 0.0, -0.018219782039523125, -0.17417261004447937, -0.8369663953781128, 1.910219669342041, -1.070067286491394, -0.0020427764393389225], "max": [0.26939156651496887, 0.25420719385147095, 0.28297021985054016, -1.2368450164794922, -0.16069245338439941, 0.016266468912363052, -0.01984439231455326, -0.1900169998407364, 0.5523319840431213, 0.20285700261592865, -1.2961896657943726, -1.1857309341430664, -1.105847716331482, 0.5366014838218689, 0.18929840624332428, -0.09923941642045975, -0.8066039085388184, 0.1198168471455574, 0.015027284622192383, 0.15938346087932587, -0.292044997215271, -0.37615901231765747, 0.11613299697637558, 1.4756050109863281, -1.2434641122817993, 1.233027458190918, 1001.0, 1002.0, -0.01821226254105568, -0.17339998483657837, -0.835974395275116, 1.910329818725586, -1.066863775253296, 0.004152949433773756], "mean": [0.10938648134469986, 0.20492559671401978, 0.07507681101560593, -1.7433151006698608, -0.23303233087062836, -0.03295949473977089, -0.08596794307231903, -0.2612076997756958, 0.4053950011730194, 0.179281547665596, -1.4063291549682617, -1.3368476629257202, -1.1811559200286865, 0.09342934191226959, 0.008074942976236343, -0.14425750076770782, -1.4299304485321045, 0.01880025304853916, -0.09935779124498367, 0.014866381883621216, -0.3033224940299988, -0.46195119619369507, 0.11322921514511108, 1.3598315715789795, -1.3135796785354614, 1.1672077178955078, 594.844482421875, 728.2891845703125, -0.018215227872133255, -0.1737595796585083, -0.8366631865501404, 1.9102466106414795, -1.0677708387374878, 0.0004779552109539509], "std": [0.23660367727279663, 0.05729188770055771, 0.08077768236398697, 0.19083482027053833, 0.030766306445002556, 0.026490509510040283, 0.08210702240467072, 0.035579338669776917, 0.05852653831243515, 0.04485343024134636, 0.1546461582183838, 0.05400790646672249, 0.033895399421453476, 0.17265194654464722, 0.09489116817712784, 0.06358017027378082, 0.2293837070465088, 0.05323227867484093, 0.033003415912389755, 0.05414062738418579, 0.011303010396659374, 0.050722189247608185, 0.003641374409198761, 0.05800977721810341, 0.07160568982362747, 0.08253119140863419, 479.3144226074219, 432.5922546386719, 9.69629354585777e-07, 8.226429781643674e-05, 0.0001676252286415547, 3.4377728297840804e-05, 0.0003642654337454587, 0.0007003286737017334], "count": [913]}, "action": {"min": [-0.48233917355537415, 0.03654719516634941, -0.018832102417945862, -1.9873889684677124, -0.27462756633758545, -0.08190830051898956, -0.24792401492595673, -0.28326600790023804, 0.3648090064525604, 0.06125500053167343, -1.724948763847351, -1.471280574798584, -1.2842804193496704, -0.17331120371818542, -0.05349434167146683, -0.26258477568626404, -1.771404504776001, -0.031014500185847282, -0.1523323357105255, -0.029513517394661903, -0.334758996963501, -0.5732849836349487, 0.10117299854755402, 1.315476655960083, -1.4804797172546387, 1.0364644527435303, 0.0, 0.0, -0.018219782039523125, -0.17417261004447937, -0.8369663953781128, 1.910219669342041, -1.070067286491394, -0.0020427764393389225], "max": [0.26939156651496887, 0.25420719385147095, 0.28297021985054016, -1.2368450164794922, -0.16069245338439941, 0.016266468912363052, -0.01984439231455326, -0.1900169998407364, 0.5523319840431213, 0.20285700261592865, -1.2961896657943726, -1.1857309341430664, -1.105847716331482, 0.5366014838218689, 0.18929840624332428, -0.09923941642045975, -0.8066039085388184, 0.1198168471455574, 0.015027284622192383, 0.15938346087932587, -0.292044997215271, -0.37615901231765747, 0.11613299697637558, 1.4756050109863281, -1.2434641122817993, 1.233027458190918, 1001.0, 1002.0, -0.01821226254105568, -0.17339998483657837, -0.835974395275116, 1.910329818725586, -1.066863775253296, 0.004152949433773756], "mean": [0.10907889902591705, 0.20485617220401764, 0.07507149875164032, -1.7430132627487183, -0.2329884022474289, -0.03302290290594101, -0.08610419929027557, -0.2612040936946869, 0.405481219291687, 0.17927835881710052, -1.4064395427703857, -1.336849331855774, -1.18118417263031, 0.09374065697193146, 0.007809202186763287, -0.14407998323440552, -1.4295352697372437, 0.018705550581216812, -0.09941773861646652, 0.014891748316586018, -0.3033323287963867, -0.4620559513568878, 0.11323586851358414, 1.3596712350845337, -1.3135135173797607, 1.1673892736434937, 594.844482421875, 728.2891845703125, -0.018215227872133255, -0.1737598031759262, -0.8366631269454956, 1.9102466106414795, -1.0677709579467773, 0.0004780955787282437], "std": [0.2365831583738327, 0.05728662386536598, 0.08078009635210037, 0.19088491797447205, 0.030765265226364136, 0.026530591771006584, 0.0821005329489708, 0.035577259957790375, 0.05852743610739708, 0.04485194385051727, 0.1546042263507843, 0.05400729924440384, 0.03390899673104286, 0.17242680490016937, 0.09472275525331497, 0.06347567588090897, 0.22910577058792114, 0.05322587862610817, 0.0329880565404892, 0.0541268065571785, 0.011297130025923252, 0.0506436824798584, 0.003640510607510805, 0.05789158120751381, 0.0716191753745079, 0.08249133080244064, 479.3144226074219, 432.5922546386719, 9.69629354585777e-07, 8.222715405281633e-05, 0.0001675425301073119, 3.44470317941159e-05, 0.0003642473602667451, 0.0007003219216130674], "count": [913]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.785341326449544], "count": [913]}, "frame_index": {"min": [0], "max": [912], "mean": [456.0], "std": [263.5602397934863], "count": [913]}, "episode_index": {"min": [166], "max": [166], "mean": [166.0], "std": [0.0], "count": [913]}, "index": {"min": [142935], "max": [143847], "mean": [143391.0], "std": [263.5602397934863], "count": [913]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [913]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6341730558598029, 0.7269134721315802], "std": [0.4816612825225258, 0.4317251217219201], "count": [913]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6341730558598029, 0.7269134721315802], "std": [0.4816612825225258, 0.4317251217219201], "count": [913]}, "eef_direction_state": {"mean": [5.16210295728368, 5.255202628696605], "std": [1.90520379281011, 1.9222390728357737], "min": [0, 0], "max": [6, 6], "count": [913]}, "eef_velocity_state": {"mean": [0.2573932092004381, 0.171960569550931], "std": [0.5794137194707706, 0.47269610820536173], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_acc_mag_state": {"mean": [0.38116100766703176, 0.2891566265060241], "std": [0.7077694079749027, 0.6380270199657432], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_direction_action": {"mean": [5.16210295728368, 5.255202628696605], "std": [1.90520379281011, 1.9222390728357737], "min": [0, 0], "max": [6, 6], "count": [913]}, "eef_velocity_action": {"mean": [0.2573932092004381, 0.171960569550931], "std": [0.5794137194707706, 0.47269610820536173], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_acc_mag_action": {"mean": [0.38116100766703176, 0.2891566265060241], "std": [0.7077694079749027, 0.6380270199657432], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_sim_pose_state": {"mean": [0.42524341912289976, 0.2503890337585812, 1.1718939645223427, -0.07855238872443394, 0.01292963684968076, 1.3691011964611701, 0.47998929541591595, -0.18039689462814545, 1.1334501795457654, 0.046139581207811635, 0.00710469506188903, -1.4064010210495328], "std": [0.06288963324251119, 0.032493043652157605, 0.027135954511055223, 0.07934856044299805, 0.02993077667690239, 0.12265008495547187, 0.05029511850781279, 0.0059303744621196615, 0.0074025427967841385, 0.04822547808767019, 0.03906379066205575, 0.07809073647612012], "min": [0.3824726825422895, 0.1598242361585202, 1.1509575045066667, -0.2318750227860903, -0.06262245523650622, 1.094675434165021, 0.3963704068228201, -0.1922925719830098, 1.115267913411052, -0.0799838128954512, -0.06766951761887041, -1.477472530039031], "max": [0.5821006657216765, 0.2750743916778737, 1.2263030312984242, -0.01742880657465451, 0.03304077703214858, 1.4565473156048332, 0.5935768059975477, -0.1750377014009082, 1.1459356003045282, 0.07730437444463256, 0.06188754119560924, -1.2873028512238802], "count": [913]}, "eef_sim_pose_action": {"mean": [0.42533116316853264, 0.25039260914247596, 1.171887964677995, -0.07863642202815779, 0.012918365046871997, 1.3690393550419608, 0.48009033934971423, -0.18038291545484708, 1.1334370671533263, 0.046168297153752244, 0.007202011046196608, -1.4065791724259842], "std": [0.06288722016310462, 0.0324947788133173, 0.027139893885867045, 0.07932459578093741, 0.02992527381399124, 0.12262559405380306, 0.05021971341526929, 0.005925797014727449, 0.007393528857930251, 0.04823438130759549, 0.03898807965695058, 0.07804345567728996], "min": [0.3824726825422895, 0.1598242361585202, 1.1509575045066667, -0.2318750227860903, -0.06262245523650622, 1.094675434165021, 0.3963704068228201, -0.1922925719830098, 1.115267913411052, -0.0799838128954512, -0.06766951761887041, -1.477472530039031], "max": [0.5821006657216765, 0.2750743916778737, 1.2263030312984242, -0.01742880657465451, 0.03304077703214858, 1.4565473156048332, 0.5935768059975477, -0.1750377014009082, 1.1459356003045282, 0.07730437444463256, 0.06188754119560924, -1.2873028512238802], "count": [913]}, "gripper_mode_state": {"mean": [0.3658269441401972, 0.27491785323110624], "std": [0.4816612825225263, 0.44647287398666125], "min": [0, 0], "max": [1, 1], "count": [913]}, "gripper_activity_state": {"mean": [1.990142387732749, 1.9079956188389924], "std": [0.1277974227406008, 0.3806255760133983], "min": [0, 0], "max": [2, 2], "count": [913]}, "gripper_mode_action": {"mean": [0.3658269441401972, 0.27491785323110624], "std": [0.4816612825225263, 0.44647287398666125], "min": [0, 0], "max": [1, 1], "count": [913]}, "gripper_activity_action": {"mean": [1.990142387732749, 1.9079956188389924], "std": [0.1277974227406008, 0.3806255760133983], "min": [0, 0], "max": [2, 2], "count": [913]}}} +{"episode_index": 167, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.471134774560866]], [[0.46321885723039213]], [[0.4538488740808823]]], "std": [[[0.1549733056730365]], [[0.15850563701050394]], [[0.16262400734002672]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46419931704452616]], [[0.45736140344158493]], [[0.44938053513071896]]], "std": [[[0.1443946319024581]], [[0.14560900120323791]], [[0.15020214413172445]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704308466094771]], [[0.4719998327716503]], [[0.46452461703431375]]], "std": [[[0.16744548968908268]], [[0.16583645776828998]], [[0.17355744277023305]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4887533203125]], [[0.48134606566584964]], [[0.4683637701695262]]], "std": [[[0.14833811566212912]], [[0.14388764623360487]], [[0.15368218613621956]]], "count": [160]}, "observation.state": {"min": [-0.46012115478515625, 0.000715585018042475, -0.016894787549972534, -1.9576311111450195, -0.25384068489074707, -0.08944812417030334, -0.1575683206319809, -0.2839849889278412, 0.36556801199913025, 0.05180099979043007, -1.7245115041732788, -1.3488668203353882, -1.2722837924957275, -0.17332863807678223, -0.03719296678900719, -0.2626197040081024, -1.7714568376541138, 0.04164355620741844, -0.1503426730632782, -0.02626720443367958, -0.33243098855018616, -0.570999026298523, 0.10163699835538864, 1.2574706077575684, -1.4624977111816406, 1.0169310569763184, 0.0, 0.0, -0.018219782039523125, -0.17398838698863983, -0.8373554348945618, 1.9099558591842651, -1.0685261487960815, -0.001754205790348351], "max": [0.268414169549942, 0.2410474270582199, 0.26679104566574097, -1.270111083984375, -0.014974924735724926, 0.0262148454785347, -0.01984439231455326, -0.19131800532341003, 0.5468519926071167, 0.20212599635124207, -1.2972227334976196, -1.146276593208313, -1.1009714603424072, 0.5134409666061401, 0.18929840624332428, -0.0961850956082344, -0.8620705008506775, 0.09656906872987747, 0.03047345019876957, 0.1103222668170929, -0.29203400015830994, -0.3761630058288574, 0.12072200328111649, 1.4756050109863281, -1.3196959495544434, 1.248874545097351, 1001.0, 1002.0, -0.018208501860499382, -0.17347894608974457, -0.835970401763916, 1.910336971282959, -1.0672647953033447, 0.003950759768486023], "mean": [0.13165096938610077, 0.1814134269952774, 0.06771673262119293, -1.759218454360962, -0.1908465474843979, -0.025822840631008148, -0.05594166740775108, -0.26565006375312805, 0.40111348032951355, 0.17795291543006897, -1.3765137195587158, -1.305846929550171, -1.185433030128479, 0.11591027677059174, 0.012360522523522377, -0.13803710043430328, -1.38400399684906, 0.05359690263867378, -0.10710125416517258, 0.031771305948495865, -0.31168290972709656, -0.46803370118141174, 0.11570286005735397, 1.339802861213684, -1.347165822982788, 1.1706528663635254, 596.1310424804688, 710.1528930664062, -0.018214967101812363, -0.17378349602222443, -0.836589515209198, 1.910164713859558, -1.0678085088729858, 0.0005212659598328173], "std": [0.20741799473762512, 0.07945508509874344, 0.06486298143863678, 0.158756285905838, 0.08092305064201355, 0.017150793224573135, 0.0485442653298378, 0.031798820942640305, 0.05255087465047836, 0.04124745354056358, 0.1308906525373459, 0.032578468322753906, 0.030263200402259827, 0.17568828165531158, 0.08659682422876358, 0.06348104774951935, 0.22946606576442719, 0.015294033102691174, 0.048872243613004684, 0.03666768595576286, 0.010922259651124477, 0.05190296471118927, 0.005943255964666605, 0.06710144877433777, 0.04359784349799156, 0.09222520887851715, 478.1436767578125, 441.0589294433594, 9.793259323487291e-07, 5.019406307837926e-05, 0.00020232005044817924, 0.0001305577316088602, 0.00021215637389104813, 0.0005210940144024789], "count": [870]}, "action": {"min": [-0.46012115478515625, 0.000715585018042475, -0.016894787549972534, -1.9576311111450195, -0.25384068489074707, -0.08944812417030334, -0.1575683206319809, -0.2839849889278412, 0.36556801199913025, 0.05180099979043007, -1.7245115041732788, -1.3488668203353882, -1.2722837924957275, -0.17332863807678223, -0.03719296678900719, -0.26258477568626404, -1.7714568376541138, 0.04164355620741844, -0.1503426730632782, -0.02626720443367958, -0.33243098855018616, -0.570999026298523, 0.10163699835538864, 1.2574706077575684, -1.4624977111816406, 1.0169310569763184, 0.0, 0.0, -0.018219782039523125, -0.17398838698863983, -0.8373554348945618, 1.9099558591842651, -1.0685261487960815, -0.001754205790348351], "max": [0.268414169549942, 0.2410474270582199, 0.26679104566574097, -1.270111083984375, -0.014974924735724926, 0.0262148454785347, -0.01984439231455326, -0.19131800532341003, 0.5468519926071167, 0.20212599635124207, -1.2972227334976196, -1.146276593208313, -1.1009714603424072, 0.5134409666061401, 0.18929840624332428, -0.0961850956082344, -0.8620705008506775, 0.09656906872987747, 0.03047345019876957, 0.1103222668170929, -0.29203400015830994, -0.3761630058288574, 0.12072200328111649, 1.4756050109863281, -1.3196959495544434, 1.248874545097351, 1001.0, 1002.0, -0.018208501860499382, -0.17347894608974457, -0.835970401763916, 1.910336971282959, -1.0672647953033447, 0.003950759768486023], "mean": [0.13133138418197632, 0.18123005330562592, 0.06772656738758087, -1.7589380741119385, -0.19067326188087463, -0.025839312002062798, -0.05602299049496651, -0.26564157009124756, 0.4012037217617035, 0.17791521549224854, -1.3765925168991089, -1.3058156967163086, -1.185463309288025, 0.11625790596008301, 0.012100975960493088, -0.13784675300121307, -1.3835262060165405, 0.053570639342069626, -0.10719279944896698, 0.03183550015091896, -0.311708003282547, -0.468148410320282, 0.1157149225473404, 1.3396152257919312, -1.347161054611206, 1.1708542108535767, 596.1310424804688, 710.1528930664062, -0.018214967101812363, -0.17378340661525726, -0.836588978767395, 1.910164713859558, -1.0678086280822754, 0.0005212833639234304], "std": [0.20742525160312653, 0.07950150966644287, 0.06485973298549652, 0.1588124781847, 0.0809493139386177, 0.017152756452560425, 0.04854307323694229, 0.03179510682821274, 0.05255906656384468, 0.0412406288087368, 0.13086363673210144, 0.032578933984041214, 0.03027532249689102, 0.17541547119617462, 0.08640436828136444, 0.06335456669330597, 0.22909143567085266, 0.01529250293970108, 0.04886528104543686, 0.03661490976810455, 0.01090223342180252, 0.05181002616882324, 0.005941724870353937, 0.0669499933719635, 0.043600186705589294, 0.0921885147690773, 478.1436767578125, 441.0589294433594, 9.793259323487291e-07, 5.015801070840098e-05, 0.00020169799972791225, 0.00013060336641501635, 0.00021217546600382775, 0.0005210891249589622], "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": [167], "max": [167], "mean": [167.0], "std": [0.0], "count": [870]}, "index": {"min": [143848], "max": [144717], "mean": [144282.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6367816091954023, 0.7088172411952895], "std": [0.4809270125350782, 0.44017843290239855], "count": [870]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6367816091954023, 0.7088172411952895], "std": [0.4809270125350782, 0.44017843290239855], "count": [870]}, "eef_direction_state": {"mean": [4.995402298850575, 5.375862068965517], "std": [2.0772388860888813, 1.779220126020719], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_state": {"mean": [0.2620689655172414, 0.14597701149425288], "std": [0.5469332219446414, 0.44264217086215174], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_state": {"mean": [0.3839080459770115, 0.27011494252873564], "std": [0.7093583895872331, 0.6247049772711056], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_direction_action": {"mean": [4.995402298850575, 5.375862068965517], "std": [2.0772388860888813, 1.779220126020719], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_action": {"mean": [0.2620689655172414, 0.14597701149425288], "std": [0.5469332219446414, 0.44264217086215174], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_action": {"mean": [0.3839080459770115, 0.27011494252873564], "std": [0.7093583895872331, 0.6247049772711056], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_sim_pose_state": {"mean": [0.41962573608246356, 0.24522757408535703, 1.168793063757645, -0.06730121019471984, 0.00531417801568475, 1.4065824682800494, 0.48607098340371363, -0.18370135451557265, 1.1268572630040123, 0.030953744005517595, 0.03424667077644875, -1.3978787513602442], "std": [0.05533215075129995, 0.03249203829626585, 0.023818001700592787, 0.07387358503560525, 0.04796233135924112, 0.07800127418802999, 0.05136067869597819, 0.0026931698532757244, 0.009300363763046335, 0.05940264956738486, 0.049901088524346215, 0.0602653269847329], "min": [0.3829274447646365, 0.1450335881242095, 1.1518713559665277, -0.22499208917771452, -0.1361814224757727, 1.1901183378823672, 0.3963668822723519, -0.19004147655969914, 1.1210020055543641, -0.12126045742190561, -0.06764363773092308, -1.444679760822714], "max": [0.5746193681882305, 0.2647095934322401, 1.226441179325553, -0.01742033551087918, 0.03277030494490685, 1.474124801288636, 0.5902350916063306, -0.17786129293432903, 1.1445271651284337, 0.07024339334160357, 0.0658098227937367, -1.2939986754357917], "count": [870]}, "eef_sim_pose_action": {"mean": [0.4197167295693275, 0.24519236985754395, 1.1687934403498719, -0.06737228938421039, 0.005292562174291927, 1.4065597728593708, 0.4861819762613194, -0.18369451616905663, 1.1268303012512961, 0.030970120085362055, 0.034398596106077005, -1.3980390428039082], "std": [0.05533776028419535, 0.03248772282433015, 0.023817814752879155, 0.07385536910715802, 0.047954211940003995, 0.07799271574837559, 0.0512710100937715, 0.002688026964372989, 0.00928313631222662, 0.0594092841719851, 0.04979212772324305, 0.06020152699581624], "min": [0.3829274447646365, 0.1450335881242095, 1.1518713559665277, -0.22499208917771452, -0.1361814224757727, 1.1901183378823672, 0.3963668822723519, -0.19004147655969914, 1.1210020055543641, -0.12126045742190561, -0.06764363773092308, -1.444679760822714], "max": [0.5746193681882305, 0.2647095934322401, 1.226441179325553, -0.01742033551087918, 0.03277030494490685, 1.474124801288636, 0.5902350916063306, -0.17786129293432903, 1.1445271651284337, 0.07024339334160357, 0.0658098227937367, -1.2939986754357917], "count": [870]}, "gripper_mode_state": {"mean": [0.3632183908045977, 0.29310344827586204], "std": [0.4809270125350782, 0.4551854752566845], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_state": {"mean": [1.9896551724137932, 1.9068965517241379], "std": [0.13089829583518797, 0.3827586206896522], "min": [0, 0], "max": [2, 2], "count": [870]}, "gripper_mode_action": {"mean": [0.3632183908045977, 0.29310344827586204], "std": [0.4809270125350782, 0.45518547525668446], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_action": {"mean": [1.9896551724137932, 1.9068965517241379], "std": [0.13089829583518794, 0.38275862068965216], "min": [0, 0], "max": [2, 2], "count": [870]}}} +{"episode_index": 168, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4649477928410948]], [[0.4578658215890523]], [[0.44836170343137255]]], "std": [[[0.15427710271642617]], [[0.15791680200071598]], [[0.16191369416468657]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4614789343341503]], [[0.4539043977226307]], [[0.44574376787173203]]], "std": [[[0.14507858111133853]], [[0.14713994686147208]], [[0.15223467799587964]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4681175053615196]], [[0.4706592473447712]], [[0.46447079758986926]]], "std": [[[0.16440840301281784]], [[0.16340250865669215]], [[0.17118393623066588]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4858472030739379]], [[0.4807809755412582]], [[0.468480895118464]]], "std": [[[0.14757755151981533]], [[0.14434710248023452]], [[0.15439361344028657]]], "count": [160]}, "observation.state": {"min": [-0.5046968460083008, 0.048293258994817734, -0.01595230959355831, -2.0598201751708984, -0.25389304757118225, -0.06506587564945221, -0.242530956864357, -0.283270001411438, 0.35740000009536743, 0.045120999217033386, -1.7335854768753052, -1.4891067743301392, -1.265866994857788, -0.17331120371818542, -0.07522369176149368, -0.26258477568626404, -1.7714743614196777, -0.013805554248392582, -0.146328404545784, -0.026232298463582993, -0.33233198523521423, -0.5702869892120361, 0.09740699827671051, 1.2652634382247925, -1.4149720668792725, 0.976572573184967, 0.0, 0.0, -0.018216021358966827, -0.1740090698003769, -0.8370020389556885, 1.910178542137146, -1.0679177045822144, -0.004435824230313301], "max": [0.2799158990383148, 0.24900612235069275, 0.3179815411567688, -1.254996418952942, -0.15334463119506836, 0.11824605613946915, -0.016283921897411346, -0.18910400569438934, 0.5509740114212036, 0.20611000061035156, -1.296473741531372, -1.2087585926055908, -1.0246281623840332, 0.5172109007835388, 0.18929840624332428, -0.0720122829079628, -0.849224865436554, 0.08625417202711105, 0.02401573210954666, 0.09766862541437149, -0.29203200340270996, -0.3761659860610962, 0.11920899897813797, 1.4756050109863281, -1.2703449726104736, 1.2486498355865479, 1001.0, 1002.0, -0.01821226254105568, -0.1734883338212967, -0.8360449075698853, 1.9103528261184692, -1.067495346069336, 0.0038083731196820736], "mean": [0.11846504360437393, 0.202162966132164, 0.08105834573507309, -1.7590738534927368, -0.23330135643482208, -0.012293729931116104, -0.07603912800550461, -0.26188576221466064, 0.40250393748283386, 0.17597997188568115, -1.390794038772583, -1.3465710878372192, -1.172908902168274, 0.17557448148727417, -0.0142982117831707, -0.1220398023724556, -1.3122931718826294, 0.010923207737505436, -0.11229531466960907, -0.0016965140821412206, -0.31193214654922485, -0.48535919189453125, 0.1145707219839096, 1.317703366279602, -1.306120753288269, 1.1718872785568237, 605.3003540039062, 680.6766357421875, -0.01821543462574482, -0.17365454137325287, -0.8365544080734253, 1.910221815109253, -1.067734956741333, 0.0006122550694271922], "std": [0.2316756546497345, 0.057017479091882706, 0.08679032325744629, 0.17648319900035858, 0.029510293155908585, 0.03684738650918007, 0.07721956074237823, 0.035736821591854095, 0.05588134005665779, 0.045980922877788544, 0.14759232103824615, 0.05925235524773598, 0.05727189779281616, 0.1793820708990097, 0.09859690815210342, 0.07165509462356567, 0.23700052499771118, 0.03392627090215683, 0.04507642239332199, 0.03931056335568428, 0.010469858534634113, 0.054049085825681686, 0.005672760773450136, 0.07547717541456223, 0.04697801172733307, 0.0962778776884079, 476.69378662109375, 453.5773010253906, 9.112922612075636e-07, 7.725817704340443e-05, 0.00022416329011321068, 6.417888653231785e-05, 0.00012801332923118025, 0.0008191762026399374], "count": [869]}, "action": {"min": [-0.5046968460083008, 0.048293258994817734, -0.01595230959355831, -2.0598201751708984, -0.25389304757118225, -0.06506587564945221, -0.242530956864357, -0.283270001411438, 0.35740000009536743, 0.045120999217033386, -1.7335854768753052, -1.4891067743301392, -1.265866994857788, -0.17331120371818542, -0.07522369176149368, -0.26258477568626404, -1.7714743614196777, -0.013805554248392582, -0.146328404545784, -0.026232298463582993, -0.33233198523521423, -0.5702869892120361, 0.09740699827671051, 1.2652634382247925, -1.4149720668792725, 0.976572573184967, 0.0, 0.0, -0.018216021358966827, -0.1740090698003769, -0.8370020389556885, 1.910178542137146, -1.0679177045822144, -0.004435824230313301], "max": [0.2799158990383148, 0.24900612235069275, 0.3179815411567688, -1.254996418952942, -0.15334463119506836, 0.11824605613946915, -0.016283921897411346, -0.18910400569438934, 0.5509740114212036, 0.20611000061035156, -1.296473741531372, -1.2087585926055908, -1.0246281623840332, 0.5172109007835388, 0.18929840624332428, -0.0720122829079628, -0.849224865436554, 0.08625417202711105, 0.02401573210954666, 0.09766862541437149, -0.29203200340270996, -0.3761659860610962, 0.11920899897813797, 1.4756050109863281, -1.2703449726104736, 1.2486498355865479, 1001.0, 1002.0, -0.01821226254105568, -0.1734883338212967, -0.8360449075698853, 1.9103528261184692, -1.0674968957901, 0.0038083731196820736], "mean": [0.11816053092479706, 0.2020360827445984, 0.08107951283454895, -1.7587954998016357, -0.23323921859264374, -0.012330766767263412, -0.07613629847764969, -0.26187995076179504, 0.4025891125202179, 0.17595207691192627, -1.3908700942993164, -1.3466004133224487, -1.1729695796966553, 0.17603014409542084, -0.014601387083530426, -0.12182223796844482, -1.311687707901001, 0.010833476670086384, -0.11238840222358704, -0.0016886418452486396, -0.3119575083255768, -0.4855048656463623, 0.11458069831132889, 1.3174697160720825, -1.306056261062622, 1.1720921993255615, 605.3003540039062, 680.6766357421875, -0.01821543648838997, -0.17365434765815735, -0.8365542888641357, 1.9102219343185425, -1.0677354335784912, 0.0006124069914221764], "std": [0.23165573179721832, 0.05705356225371361, 0.08678312599658966, 0.1765313744544983, 0.029523763805627823, 0.036872074007987976, 0.07720212638378143, 0.03573375940322876, 0.055883027613162994, 0.04597260057926178, 0.14756105840206146, 0.059245020151138306, 0.05731211602687836, 0.17899803817272186, 0.09837538003921509, 0.0715150311589241, 0.2364974021911621, 0.033884089440107346, 0.04505939781665802, 0.03930661082267761, 0.01044838223606348, 0.053925078362226486, 0.005671856924891472, 0.07530418783426285, 0.04698440432548523, 0.09624125808477402, 476.69378662109375, 453.5773010253906, 9.106275342674053e-07, 7.719473069300875e-05, 0.00022413792612496763, 6.427724292734638e-05, 0.00012791344488505274, 0.0008192139212042093], "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": [168], "max": [168], "mean": [168.0], "std": [0.0], "count": [869]}, "index": {"min": [144718], "max": [145586], "mean": [145152.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6432681242807825, 0.6794050631849621], "std": [0.4790347007942795, 0.4526772265643763], "count": [869]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6432681242807825, 0.6794050631849621], "std": [0.4790347007942795, 0.45267722656437637], "count": [869]}, "eef_direction_state": {"mean": [5.102416570771001, 5.309551208285385], "std": [1.9610373142185777, 1.8511125398472388], "min": [0, 0], "max": [6, 6], "count": [869]}, "eef_velocity_state": {"mean": [0.27963176064441886, 0.16570771001150747], "std": [0.6021150696918846, 0.4677617169966151], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_acc_mag_state": {"mean": [0.4016110471806674, 0.286536248561565], "std": [0.7202781592005606, 0.6379379847535694], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_direction_action": {"mean": [5.102416570771001, 5.309551208285385], "std": [1.9610373142185777, 1.8511125398472388], "min": [0, 0], "max": [6, 6], "count": [869]}, "eef_velocity_action": {"mean": [0.27963176064441886, 0.16570771001150747], "std": [0.6021150696918846, 0.4677617169966151], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_acc_mag_action": {"mean": [0.4016110471806674, 0.286536248561565], "std": [0.7202781592005606, 0.6379379847535694], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_sim_pose_state": {"mean": [0.4220997340637937, 0.24694490548330056, 1.1729553330354323, -0.06296879815583423, 0.019528660288931916, 1.3703963901255882, 0.502855346260931, -0.17819474186484013, 1.1273875842128616, 0.023774853968651012, 0.01528341317224887, -1.4367534688234234], "std": [0.06032050800702584, 0.032269081576424066, 0.02974383934838604, 0.05832194580994824, 0.03708459148640673, 0.1304680384670954, 0.05301876711433602, 0.005906403057263635, 0.008510826470315532, 0.04786512361802498, 0.04332281355706821, 0.08520079174987673], "min": [0.37739870801146175, 0.1495682895598694, 1.1529480449385234, -0.18269569671390407, -0.07739022735134338, 1.0567204571549007, 0.3963737259945748, -0.1918470471491209, 1.1213036755362211, -0.11860115404978577, -0.06765341641712763, -1.5069555108123946], "max": [0.583012684968218, 0.2656952512838451, 1.2345378556849005, -0.017469363645754132, 0.06331399895931633, 1.4801948854272162, 0.589676913917956, -0.17137317460375817, 1.1455949059941954, 0.048023964247625894, 0.048259981170983846, -1.304277755276689], "count": [869]}, "eef_sim_pose_action": {"mean": [0.42218616781891277, 0.24692229685398762, 1.1729519482368438, -0.06304917780805788, 0.019560750293526313, 1.3703434617276655, 0.5029964992619496, -0.17817860178052958, 1.1273624472534685, 0.023772535449918926, 0.015412631396924862, -1.4369794767482573], "std": [0.06031894897691474, 0.032263618643220075, 0.029745843566986844, 0.05830740823077927, 0.037107982745732467, 0.13044672465394538, 0.05289826427800924, 0.005896809719282684, 0.008492440396634071, 0.0478640012844422, 0.043242888287064095, 0.0851098842935487], "min": [0.37739870801146175, 0.1495682895598694, 1.1529480449385234, -0.18269569671390407, -0.07739022735134338, 1.0567204571549007, 0.3963737259945748, -0.1918470471491209, 1.1213036755362211, -0.11860115404978577, -0.06765341641712763, -1.5069555108123946], "max": [0.583012684968218, 0.2656952512838451, 1.2345378556849005, -0.017469363645754132, 0.06331399895931633, 1.4801948854272162, 0.589676913917956, -0.17137317460375817, 1.1455949059941954, 0.048023964247625894, 0.048259981170983846, -1.304277755276689], "count": [869]}, "gripper_mode_state": {"mean": [0.3567318757192175, 0.3222094361334868], "std": [0.4790347007942795, 0.4673227101265547], "min": [0, 0], "max": [1, 1], "count": [869]}, "gripper_activity_state": {"mean": [1.9896432681242808, 1.9033371691599539], "std": [0.1309731189890497, 0.38659994726893926], "min": [0, 0], "max": [2, 2], "count": [869]}, "gripper_mode_action": {"mean": [0.3567318757192175, 0.3222094361334868], "std": [0.4790347007942795, 0.4673227101265547], "min": [0, 0], "max": [1, 1], "count": [869]}, "gripper_activity_action": {"mean": [1.9896432681242808, 1.9033371691599539], "std": [0.1309731189890497, 0.38659994726893926], "min": [0, 0], "max": [2, 2], "count": [869]}}} +{"episode_index": 169, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4695541078328606]], [[0.46321051326715174]], [[0.4529889962798537]]], "std": [[[0.16118219984717763]], [[0.16418832737383746]], [[0.1683985611274888]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46228330789863115]], [[0.45544180719981914]], [[0.44732515055288363]]], "std": [[[0.1458344549874975]], [[0.14735974946721098]], [[0.15198833207932422]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47440513369918197]], [[0.4732153355839191]], [[0.4630783440210466]]], "std": [[[0.168641796258791]], [[0.16559765161867382]], [[0.17212115648697035]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4874362205574053]], [[0.48227839694578045]], [[0.47017456170099065]]], "std": [[[0.1509078685663839]], [[0.14643699203961819]], [[0.1565014928456501]]], "count": [159]}, "observation.state": {"min": [-0.4954117238521576, -0.011920599266886711, 0.013648474588990211, -2.0022592544555664, -0.25384068489074707, -0.02542944811284542, -0.19191640615463257, -0.2832689881324768, 0.36564901471138, 0.02951500006020069, -1.7140662670135498, -1.4627060890197754, -1.2160381078720093, -0.17332863807678223, -0.052237704396247864, -0.26258477568626404, -1.7714568376541138, -0.021991148591041565, -0.13266247510910034, -0.0262148454785347, -0.3322010040283203, -0.5696340203285217, 0.09591499716043472, 1.2818739414215088, -1.4558202028274536, 1.0167120695114136, 0.0, 0.0, -0.01821790263056755, -0.17391130328178406, -0.8368800282478333, 1.9103052616119385, -1.068277359008789, -0.001080241403542459], "max": [0.26949629187583923, 0.2410474270582199, 0.31265828013420105, -1.2698142528533936, -0.07764969766139984, 0.14981906116008759, -0.01979203335940838, -0.17528800666332245, 0.5498110055923462, 0.20184199512004852, -1.2972227334976196, -1.2138891220092773, -1.0177311897277832, 0.5145754218101501, 0.1892635077238083, -0.09510298818349838, -0.8459261655807495, 0.11180579662322998, 0.06923720985651016, 0.10559242218732834, -0.29203000664711, -0.3761659860610962, 0.11866000294685364, 1.4756050109863281, -1.2767040729522705, 1.2116272449493408, 1001.0, 1002.0, -0.018210381269454956, -0.17346954345703125, -0.836022675037384, 1.9103385210037231, -1.067217230796814, 0.002074101474136114], "mean": [0.08943108469247818, 0.18057948350906372, 0.09626472741365433, -1.7377080917358398, -0.20619019865989685, 0.007056861184537411, -0.07112803310155869, -0.2612763047218323, 0.41011738777160645, 0.16473308205604553, -1.391432762145996, -1.3502581119537354, -1.1566762924194336, 0.07969313859939575, 0.0021391743794083595, -0.13693317770957947, -1.4487812519073486, 0.009418889880180359, -0.0799834281206131, 0.015696341171860695, -0.3044211268424988, -0.4588688910007477, 0.11384531110525131, 1.3487870693206787, -1.3142913579940796, 1.1575596332550049, 594.501708984375, 730.8627319335938, -0.01821528561413288, -0.1736554354429245, -0.836696982383728, 1.9103065729141235, -1.067750096321106, 0.0006087357760407031], "std": [0.23770323395729065, 0.07939929515123367, 0.08690658211708069, 0.1721411496400833, 0.05746092274785042, 0.03978509083390236, 0.062387485057115555, 0.03775599226355553, 0.057491421699523926, 0.05426350608468056, 0.14269688725471497, 0.05107235535979271, 0.04864161089062691, 0.1564161777496338, 0.08937602490186691, 0.06353079527616501, 0.20665062963962555, 0.03943256288766861, 0.03320193290710449, 0.03254016116261482, 0.009996104054152966, 0.04649444296956062, 0.006716726813465357, 0.05918746069073677, 0.05076787248253822, 0.07195106148719788, 478.57537841796875, 431.934326171875, 9.624563972465694e-07, 9.826465975493193e-05, 0.00014958222163841128, 1.4381838809640612e-05, 0.00027648042305372655, 0.0003626466786954552], "count": [867]}, "action": {"min": [-0.4954117238521576, -0.011920599266886711, 0.013648474588990211, -2.0022592544555664, -0.25384068489074707, -0.02542944811284542, -0.19191640615463257, -0.2832689881324768, 0.36564901471138, 0.02951500006020069, -1.7140662670135498, -1.4627060890197754, -1.2160381078720093, -0.17332863807678223, -0.052237704396247864, -0.26258477568626404, -1.7714568376541138, -0.021991148591041565, -0.13266247510910034, -0.0262148454785347, -0.3322010040283203, -0.5696340203285217, 0.09591499716043472, 1.2818739414215088, -1.4558202028274536, 1.0167120695114136, 0.0, 0.0, -0.01821790263056755, -0.17391130328178406, -0.8368800282478333, 1.9103052616119385, -1.068277359008789, -0.001080241403542459], "max": [0.26949629187583923, 0.2410474270582199, 0.31265828013420105, -1.2698142528533936, -0.07764969766139984, 0.14981906116008759, -0.01979203335940838, -0.17528800666332245, 0.5498110055923462, 0.20184199512004852, -1.2972227334976196, -1.2138891220092773, -1.0177311897277832, 0.5145754218101501, 0.1892635077238083, -0.09510298818349838, -0.8459261655807495, 0.11180579662322998, 0.06923720985651016, 0.10559242218732834, -0.29203000664711, -0.3761659860610962, 0.11866000294685364, 1.4756050109863281, -1.2767040729522705, 1.2116272449493408, 1001.0, 1002.0, -0.018210381269454956, -0.17346954345703125, -0.836022675037384, 1.9103385210037231, -1.067217230796814, 0.002074101474136114], "mean": [0.08907735347747803, 0.1804301142692566, 0.09634049981832504, -1.7374184131622314, -0.2060871720314026, 0.007102716714143753, -0.07122959196567535, -0.26126688718795776, 0.41021421551704407, 0.16467420756816864, -1.3915233612060547, -1.3503400087356567, -1.156650185585022, 0.08000382781028748, 0.0018666083924472332, -0.13674145936965942, -1.4483858346939087, 0.009321979247033596, -0.0800199955701828, 0.015740670263767242, -0.3044343888759613, -0.4589746296405792, 0.11385517567396164, 1.3486113548278809, -1.3142383098602295, 1.1577248573303223, 594.501708984375, 730.8627319335938, -0.018215283751487732, -0.17365562915802002, -0.8366970419883728, 1.9103065729141235, -1.0677504539489746, 0.000609014939982444], "std": [0.23766936361789703, 0.07940752059221268, 0.08688802272081375, 0.17216461896896362, 0.05745558813214302, 0.03977600485086441, 0.06237584725022316, 0.03775149583816528, 0.05748883634805679, 0.05425092577934265, 0.14266231656074524, 0.05107896775007248, 0.04863263666629791, 0.15618035197257996, 0.08916523307561874, 0.06340193003416061, 0.20636147260665894, 0.03939705342054367, 0.0332014225423336, 0.032509200274944305, 0.009987333789467812, 0.046410370618104935, 0.006716948002576828, 0.05903960391879082, 0.0507759228348732, 0.07190412282943726, 478.57537841796875, 431.934326171875, 9.627480039853253e-07, 9.831752686295658e-05, 0.00014967481547500938, 1.4401819498743862e-05, 0.00027656956808641553, 0.00036263372749090195], "count": [867]}, "timestamp": {"min": [0.0], "max": [28.866666666666667], "mean": [14.433333333333334], "std": [8.3427058404777], "count": [867]}, "frame_index": {"min": [0], "max": [866], "mean": [433.0], "std": [250.28117521433103], "count": [867]}, "episode_index": {"min": [169], "max": [169], "mean": [169.0], "std": [0.0], "count": [867]}, "index": {"min": [145587], "max": [146453], "mean": [146020.0], "std": [250.28117521433103], "count": [867]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [867]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6320645905420992, 0.7294786618367233], "std": [0.4822436561790579, 0.4310639533713707], "count": [867]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6320645905420992, 0.7294786618367233], "std": [0.4822436561790579, 0.4310639533713707], "count": [867]}, "eef_direction_state": {"mean": [5.26643598615917, 5.236447520184544], "std": [1.769096918430951, 1.9499292443798995], "min": [0, 0], "max": [6, 6], "count": [867]}, "eef_velocity_state": {"mean": [0.24452133794694347, 0.17993079584775087], "std": [0.5643804989401244, 0.4897222759403413], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_acc_mag_state": {"mean": [0.3575547866205306, 0.2825836216839677], "std": [0.6936505707898816, 0.6278494562094767], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_direction_action": {"mean": [5.26643598615917, 5.236447520184544], "std": [1.769096918430951, 1.9499292443798995], "min": [0, 0], "max": [6, 6], "count": [867]}, "eef_velocity_action": {"mean": [0.24452133794694347, 0.17993079584775087], "std": [0.5643804989401243, 0.4897222759403413], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_acc_mag_action": {"mean": [0.3575547866205306, 0.2825836216839677], "std": [0.6936505707898816, 0.6278494562094767], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_sim_pose_state": {"mean": [0.4295547044610511, 0.23663074674346243, 1.1747836012302992, -0.052213536928431954, 0.013275328997540414, 1.3642976306509413, 0.4767264610693322, -0.18054118546217052, 1.1339032377650622, 0.032553141973310246, 0.0042121236906453455, -1.4107087889013772], "std": [0.0611651701941812, 0.041472737566747866, 0.03171325999755374, 0.05401256524214723, 0.04532291937073357, 0.11747343651425143, 0.04590901663729015, 0.004249652568052125, 0.006776580198191223, 0.044055605800329356, 0.03370326391954725, 0.06623984767089705], "min": [0.38262227148670197, 0.12963322603942884, 1.1567870418542403, -0.1949905576725922, -0.10572019096053276, 1.0996475552974347, 0.39636700875302855, -0.1888259849586041, 1.1188577178226913, -0.10471315137757065, -0.06764109002272756, -1.4808794174587958], "max": [0.5791126725400408, 0.2645500811042635, 1.2492928072723886, -0.017451899853837882, 0.04635370918613191, 1.4547345417884099, 0.5890316968949159, -0.17089963652957207, 1.1526229206276062, 0.057075527993427966, 0.057845233578579736, -1.3042751556051702], "count": [867]}, "eef_sim_pose_action": {"mean": [0.42965378326353515, 0.23658423140272825, 1.1747897953675324, -0.0522420535620224, 0.013289270424760562, 1.3641866536181548, 0.4768282702886711, -0.1805307189264449, 1.1338892041019157, 0.03255980290672499, 0.004311463490658417, -1.4108852091344208], "std": [0.06116007337178171, 0.04146403724063335, 0.03171027087243241, 0.05400075001811088, 0.04533073898064897, 0.1174417846538575, 0.045828556363782656, 0.004240708769100228, 0.0067672064727101276, 0.04405837248265511, 0.033618289966449076, 0.06616003937027956], "min": [0.38262227148670197, 0.12963322603942884, 1.1567870418542403, -0.1949905576725922, -0.10572019096053276, 1.0996475552974347, 0.39636700875302855, -0.1888259849586041, 1.1188577178226913, -0.10471315137757065, -0.06764109002272756, -1.4808794174587958], "max": [0.5791126725400408, 0.2645500811042635, 1.2492928072723886, -0.017451899853837882, 0.04635370918613191, 1.4547345417884099, 0.5890316968949159, -0.17089963652957207, 1.1526229206276062, 0.057075527993427966, 0.057845233578579736, -1.3042751556051702], "count": [867]}, "gripper_mode_state": {"mean": [0.3679354094579008, 0.2710495963091119], "std": [0.4822436561790579, 0.4445016452722981], "min": [0, 0], "max": [1, 1], "count": [867]}, "gripper_activity_state": {"mean": [1.9896193771626298, 1.9065743944636677], "std": [0.13112315101381622, 0.38036061010014344], "min": [0, 0], "max": [2, 2], "count": [867]}, "gripper_mode_action": {"mean": [0.3679354094579008, 0.2710495963091119], "std": [0.4822436561790579, 0.4445016452722981], "min": [0, 0], "max": [1, 1], "count": [867]}, "gripper_activity_action": {"mean": [1.9896193771626298, 1.9065743944636677], "std": [0.13112315101381622, 0.38036061010014344], "min": [0, 0], "max": [2, 2], "count": [867]}}} +{"episode_index": 170, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4636325048508987]], [[0.4567059385212418]], [[0.4472692389195262]]], "std": [[[0.15938340093318049]], [[0.1639778021093457]], [[0.1676930671416045]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638895169526144]], [[0.4567273539624183]], [[0.4485761922998366]]], "std": [[[0.14316063935254586]], [[0.1452645688535476]], [[0.1503328406793889]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46791207618464054]], [[0.468137091503268]], [[0.45998424479166666]]], "std": [[[0.16680120672393717]], [[0.16422572047669295]], [[0.1713929410010484]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48619520271650324]], [[0.4777387357026144]], [[0.46473291845383985]]], "std": [[[0.1505211878030959]], [[0.14658631465968044]], [[0.1566029995283712]]], "count": [160]}, "observation.state": {"min": [-0.48256608843803406, -0.106587253510952, -0.030124381184577942, -1.9582593441009521, -0.25384068489074707, -0.14065608382225037, -0.1609891653060913, -0.2977850139141083, 0.3616830110549927, -0.000534999999217689, -1.6835120916366577, -1.4216417074203491, -1.3307380676269531, -0.17645278573036194, -0.05637413635849953, -0.26256734132766724, -1.7714743614196777, -0.027314404025673866, -0.16456709802150726, -0.0262148454785347, -0.33225101232528687, -0.5711600184440613, 0.09679599851369858, 1.2883586883544922, -1.4455177783966064, 1.011165976524353, 0.0, 0.0, -0.018219782039523125, -0.17412936687469482, -0.8369616270065308, 1.9103068113327026, -1.0681641101837158, -0.0028363456949591637], "max": [0.28129473328590393, 0.24101251363754272, 0.3010518550872803, -1.242517352104187, 0.026947883889079094, 0.07159341126680374, -0.01979203335940838, -0.18661899864673615, 0.545428991317749, 0.20708900690078735, -1.2972227334976196, -1.1672875881195068, -1.0924090147018433, 0.5227435827255249, 0.18929840624332428, -0.10332348942756653, -0.8394684791564941, 0.07271041721105576, 0.07220426946878433, 0.11321950703859329, -0.292043000459671, -0.37615901231765747, 0.1207130029797554, 1.4756050109863281, -1.2621349096298218, 1.217309832572937, 1001.0, 1002.0, -0.018210381269454956, -0.1734507530927658, -0.8360955715179443, 1.910334587097168, -1.0673860311508179, 0.003897602204233408], "mean": [0.10943254828453064, 0.15673217177391052, 0.08426140993833542, -1.742889404296875, -0.17393065989017487, -0.01386535819619894, -0.05166420713067055, -0.26298192143440247, 0.40528354048728943, 0.1641169786453247, -1.3830424547195435, -1.3183265924453735, -1.1770325899124146, 0.13955821096897125, -0.011064360849559307, -0.135109081864357, -1.3471598625183105, 0.0039646076038479805, -0.11217588931322098, 0.004379593301564455, -0.3149398863315582, -0.4750218093395233, 0.1110365092754364, 1.3351246118545532, -1.3090225458145142, 1.1568830013275146, 516.1062622070312, 794.4296875, -0.018214905634522438, -0.17383171617984772, -0.8365903496742249, 1.9103063344955444, -1.0678244829177856, 0.000582484295591712], "std": [0.22838281095027924, 0.11004994809627533, 0.08810315281152725, 0.17906488478183746, 0.09899865835905075, 0.03190057352185249, 0.04207723215222359, 0.03819182515144348, 0.055311933159828186, 0.06175913289189339, 0.13633489608764648, 0.043089788407087326, 0.040656935423612595, 0.15766070783138275, 0.08285237848758698, 0.05133902281522751, 0.21301355957984924, 0.03937477990984917, 0.06646417826414108, 0.045399490743875504, 0.010625029914081097, 0.04637814313173294, 0.004632743541151285, 0.05529553443193436, 0.06193976476788521, 0.07886862754821777, 487.4751281738281, 390.1736755371094, 9.477387266088044e-07, 5.2060688176425174e-05, 0.0002176011767005548, 1.374232851958368e-05, 0.00019319694547448307, 0.0006942297914065421], "count": [875]}, "action": {"min": [-0.48256608843803406, -0.106587253510952, -0.030124381184577942, -1.9582593441009521, -0.25384068489074707, -0.14065608382225037, -0.1609891653060913, -0.2977850139141083, 0.3616830110549927, -0.000534999999217689, -1.6835120916366577, -1.4216417074203491, -1.3307380676269531, -0.17645278573036194, -0.05637413635849953, -0.26256734132766724, -1.7714743614196777, -0.027314404025673866, -0.16456709802150726, -0.0262148454785347, -0.33225101232528687, -0.5711600184440613, 0.09679599851369858, 1.2883586883544922, -1.4455177783966064, 1.011165976524353, 0.0, 0.0, -0.018219782039523125, -0.17412936687469482, -0.8369616270065308, 1.9103068113327026, -1.0681641101837158, -0.0028363456949591637], "max": [0.28129473328590393, 0.24101251363754272, 0.3010518550872803, -1.242517352104187, 0.026947883889079094, 0.07159341126680374, -0.01979203335940838, -0.18661899864673615, 0.545428991317749, 0.20708900690078735, -1.2972227334976196, -1.1672875881195068, -1.0924090147018433, 0.5227435827255249, 0.18929840624332428, -0.10332348942756653, -0.8394684791564941, 0.07271041721105576, 0.07220426946878433, 0.11321950703859329, -0.292043000459671, -0.37615901231765747, 0.1207130029797554, 1.4756050109863281, -1.2621349096298218, 1.217309832572937, 1001.0, 1002.0, -0.018210381269454956, -0.1734507530927658, -0.8360955715179443, 1.910334587097168, -1.0673860311508179, 0.003897602204233408], "mean": [0.1091352254152298, 0.15652088820934296, 0.08428987115621567, -1.7425861358642578, -0.17368805408477783, -0.013852293603122234, -0.05170944705605507, -0.26299747824668884, 0.4053676724433899, 0.16406750679016113, -1.3830678462982178, -1.3182889223098755, -1.1769874095916748, 0.1399451345205307, -0.011344581842422485, -0.13492931425571442, -1.3466196060180664, 0.003861582837998867, -0.1122797355055809, 0.004388570785522461, -0.3149701654911041, -0.4751465618610382, 0.11104016751050949, 1.3349382877349854, -1.3089525699615479, 1.1570512056350708, 516.1062622070312, 794.4296875, -0.018214907497167587, -0.17383182048797607, -0.8365902900695801, 1.9103063344955444, -1.0678247213363647, 0.0005825341795571148], "std": [0.2283485382795334, 0.11006549745798111, 0.08809351176023483, 0.17910918593406677, 0.09906256943941116, 0.03190008923411369, 0.04206432029604912, 0.03820284083485603, 0.055309075862169266, 0.06174621731042862, 0.13632099330425262, 0.04310370609164238, 0.040670402348041534, 0.15730728209018707, 0.082588791847229, 0.05116783827543259, 0.2125360071659088, 0.03933075815439224, 0.06645932793617249, 0.045393943786621094, 0.01059750746935606, 0.04625867307186127, 0.0046329619362950325, 0.05509651079773903, 0.06195171922445297, 0.07883241772651672, 487.4751281738281, 390.1736755371094, 9.482909604230372e-07, 5.20180728926789e-05, 0.00021748886501882225, 1.375764622935094e-05, 0.00019318821432534605, 0.000694213027600199], "count": [875]}, "timestamp": {"min": [0.0], "max": [29.133333333333333], "mean": [14.566666666666665], "std": [8.419685927106254], "count": [875]}, "frame_index": {"min": [0], "max": [874], "mean": [437.0], "std": [252.59057781318765], "count": [875]}, "episode_index": {"min": [170], "max": [170], "mean": [170.0], "std": [0.0], "count": [875]}, "index": {"min": [146454], "max": [147328], "mean": [146891.0], "std": [252.59057781318765], "count": [875]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [875]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5531428571428572, 0.7929314287432603], "std": [0.4971678154654544, 0.3893745811907715], "count": [875]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5531428571428572, 0.7929314287432603], "std": [0.4971678154654544, 0.3893745811907715], "count": [875]}, "eef_direction_state": {"mean": [5.1417142857142855, 5.115428571428572], "std": [1.8356555632631033, 2.0865122543985324], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_state": {"mean": [0.2822857142857143, 0.18057142857142858], "std": [0.5749786863840453, 0.44525397476138423], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_state": {"mean": [0.4217142857142857, 0.336], "std": [0.7292951027799195, 0.6805174501803656], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_direction_action": {"mean": [5.1417142857142855, 5.115428571428572], "std": [1.8356555632631033, 2.0865122543985324], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_action": {"mean": [0.2822857142857143, 0.18057142857142858], "std": [0.5749786863840453, 0.44525397476138423], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_action": {"mean": [0.4217142857142857, 0.336], "std": [0.7292951027799195, 0.6805174501803656], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_sim_pose_state": {"mean": [0.42419861573567214, 0.23271668842317814, 1.1717224371917923, -0.06444048178905348, 0.006094980660437896, 1.3931376837881448, 0.492747709315918, -0.17648864114834065, 1.124228604538913, 0.02521420963706215, 0.004421404725960738, -1.4216980184044836], "std": [0.05841760971662627, 0.05143588138070329, 0.02989040811578747, 0.0774504628066971, 0.034934701732404164, 0.09947572498166464, 0.045770974240701326, 0.007452284956203992, 0.01107485071131015, 0.051921310078274704, 0.027238339582482934, 0.07245682757326703], "min": [0.37945243523799327, 0.09330621683729452, 1.1423973351105887, -0.24681371767108884, -0.08989992946953862, 1.1594513754806572, 0.39637336132894135, -0.1995658705517411, 1.1166779609957422, -0.09748119011899548, -0.0676529412356004, -1.4770549663415373], "max": [0.5726261713109719, 0.26641445876615555, 1.2339621993916936, -0.011373347082628937, 0.032712344792779735, 1.4768368205264786, 0.5910427761666615, -0.1692804345479713, 1.148554922434007, 0.05924903939203052, 0.03962487280117455, -1.3003937767693166], "count": [875]}, "eef_sim_pose_action": {"mean": [0.4242827511211591, 0.23266760335325629, 1.1717075399709342, -0.06443454426169569, 0.006040740088647656, 1.393135173281522, 0.49286837454152777, -0.17647010030988278, 1.1241976680581791, 0.025219705212148256, 0.004515014981169283, -1.4218913443947512], "std": [0.058411931533677894, 0.051425974205538336, 0.029901089950232614, 0.07745426109467056, 0.034930252875430765, 0.09947441979693666, 0.04565577315601882, 0.007442043553012804, 0.011055983416363817, 0.05192396901078496, 0.027131446015057757, 0.07236908026992815], "min": [0.37945243523799327, 0.09330621683729452, 1.1423973351105887, -0.24681371767108884, -0.08989992946953862, 1.1594513754806572, 0.39637336132894135, -0.1995658705517411, 1.1166779609957422, -0.09748119011899548, -0.0676529412356004, -1.4770549663415373], "max": [0.5726261713109719, 0.26641445876615555, 1.2339621993916936, -0.011373347082628937, 0.032712344792779735, 1.4768368205264786, 0.5910427761666615, -0.1692804345479713, 1.148554922434007, 0.05924903939203052, 0.03962487280117455, -1.3003937767693166], "count": [875]}, "gripper_mode_state": {"mean": [0.44685714285714284, 0.208], "std": [0.4971678154654544, 0.40587682860690083], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_state": {"mean": [1.9897142857142858, 1.9017142857142857], "std": [0.13052609403674706, 0.39067330680898243], "min": [0, 0], "max": [2, 2], "count": [875]}, "gripper_mode_action": {"mean": [0.44685714285714284, 0.208], "std": [0.4971678154654544, 0.40587682860690083], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_action": {"mean": [1.9897142857142858, 1.9017142857142857], "std": [0.13052609403674706, 0.39067330680898243], "min": [0, 0], "max": [2, 2], "count": [875]}}} +{"episode_index": 171, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46413752104377104]], [[0.45633589448405626]], [[0.4471218657159834]]], "std": [[[0.15747873197097312]], [[0.16148828800077053]], [[0.16522416115590544]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46018878738364033]], [[0.4524047076153694]], [[0.4441132142503466]]], "std": [[[0.14630952804335723]], [[0.14851053592734717]], [[0.15353166339615973]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47246319692018224]], [[0.47323414042384626]], [[0.4653900995246583]]], "std": [[[0.160317972152488]], [[0.1586419873006776]], [[0.16599244019544987]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49434475143592793]], [[0.48426336774608836]], [[0.47118486705288176]]], "std": [[[0.15229995884344388]], [[0.14641138830184935]], [[0.15672587205295047]]], "count": [165]}, "observation.state": {"min": [-0.48434630036354065, -0.022357668727636337, -0.02591813914477825, -1.9796571731567383, -0.25389304757118225, -0.10480702668428421, -0.2039591670036316, -0.283255010843277, 0.3611310124397278, 0.028380999341607094, -1.7038238048553467, -1.5046508312225342, -1.2718682289123535, -0.17331120371818542, -0.050562188029289246, -0.2626197040081024, -1.7714743614196777, 0.062796950340271, -0.14800390601158142, -0.026232298463582993, -0.33421701192855835, -0.5733850002288818, 0.09988600015640259, 1.3093280792236328, -1.4885644912719727, 1.0131158828735352, 0.0, 0.0, -0.018219782039523125, -0.17419517040252686, -0.8370162844657898, 1.9100477695465088, -1.0702146291732788, -0.0011751659912988544], "max": [0.27836257219314575, 0.2410474270582199, 0.31901127099990845, -1.2858713865280151, -0.053040556609630585, 0.15077899396419525, -0.019809486344456673, -0.18419000506401062, 0.5476139783859253, 0.2059669941663742, -1.2972227334976196, -1.1458343267440796, -1.0359642505645752, 0.5354495644569397, 0.18931587040424347, -0.10840240120887756, -0.8174773454666138, 0.11444123834371567, 0.056985002011060715, 0.14854496717453003, -0.2888430058956146, -0.37616801261901855, 0.13631999492645264, 1.4756050109863281, -1.328906536102295, 1.2641935348510742, 1001.0, 1002.0, -0.01821226254105568, -0.17364062368869781, -0.8357517123222351, 1.9103147983551025, -1.0669803619384766, 0.0026835170574486256], "mean": [0.12700749933719635, 0.1838904470205307, 0.08079224079847336, -1.7874341011047363, -0.20520883798599243, -0.002105280291289091, -0.07193795591592789, -0.25499293208122253, 0.39921149611473083, 0.16971410810947418, -1.4026962518692017, -1.332322359085083, -1.1765453815460205, 0.18117865920066833, 0.001902668853290379, -0.14279769361019135, -1.3193359375, 0.07234491407871246, -0.11157719045877457, 0.039955854415893555, -0.30682572722435, -0.48640111088752747, 0.110420823097229, 1.3420013189315796, -1.3664339780807495, 1.1834837198257446, 562.80810546875, 769.3892822265625, -0.018215537071228027, -0.17384913563728333, -0.8367338180541992, 1.9101786613464355, -1.067827820777893, 0.0005826050182804465], "std": [0.21658135950565338, 0.07663960009813309, 0.08653080463409424, 0.15621723234653473, 0.05876626446843147, 0.044596124440431595, 0.06269104778766632, 0.03789403289556503, 0.05115114524960518, 0.05146722123026848, 0.14489001035690308, 0.05922865867614746, 0.05854318290948868, 0.17173396050930023, 0.0861186757683754, 0.052247460931539536, 0.22698204219341278, 0.016072064638137817, 0.050206925719976425, 0.051121700555086136, 0.010710930451750755, 0.050513919442892075, 0.00531433941796422, 0.057707082480192184, 0.04505029320716858, 0.1010359525680542, 484.40350341796875, 408.19439697265625, 9.271187195736275e-07, 2.392491660430096e-05, 0.0001403230126015842, 8.206817437894642e-05, 0.0004913522279821336, 0.000526508258190006], "count": [912]}, "action": {"min": [-0.48434630036354065, -0.022357668727636337, -0.02591813914477825, -1.9796571731567383, -0.25389304757118225, -0.10480702668428421, -0.2039591670036316, -0.283255010843277, 0.3611310124397278, 0.028380999341607094, -1.7038238048553467, -1.5046508312225342, -1.2718682289123535, -0.17331120371818542, -0.050562188029289246, -0.2626197040081024, -1.7714743614196777, 0.062796950340271, -0.14800390601158142, -0.026232298463582993, -0.33421701192855835, -0.5733850002288818, 0.09988600015640259, 1.3093280792236328, -1.4885644912719727, 1.0131158828735352, 0.0, 0.0, -0.018219782039523125, -0.17419517040252686, -0.8370162844657898, 1.9100477695465088, -1.0702146291732788, -0.0011751659912988544], "max": [0.27836257219314575, 0.2410474270582199, 0.31901127099990845, -1.2858713865280151, -0.053040556609630585, 0.15077899396419525, -0.019809486344456673, -0.18419000506401062, 0.5476139783859253, 0.2059669941663742, -1.2972227334976196, -1.1458343267440796, -1.0359642505645752, 0.5354495644569397, 0.18931587040424347, -0.10840240120887756, -0.8174773454666138, 0.11444123834371567, 0.056985002011060715, 0.14854496717453003, -0.2888430058956146, -0.37616801261901855, 0.13631999492645264, 1.4756050109863281, -1.328906536102295, 1.2641935348510742, 1001.0, 1002.0, -0.01821226254105568, -0.17364062368869781, -0.8357517123222351, 1.9103147983551025, -1.0669803619384766, 0.0026835170574486256], "mean": [0.12678873538970947, 0.1837330013513565, 0.08080606162548065, -1.7872841358184814, -0.20511631667613983, -0.002108896616846323, -0.07200715690851212, -0.2549726366996765, 0.3992718756198883, 0.16967764496803284, -1.4027622938156128, -1.332337737083435, -1.1766279935836792, 0.1815991848707199, 0.001640430185943842, -0.14263154566287994, -1.3187974691390991, 0.07234194129705429, -0.11166531592607498, 0.04001126065850258, -0.3068408966064453, -0.4865350127220154, 0.11042050272226334, 1.3418229818344116, -1.3664536476135254, 1.183693766593933, 562.80810546875, 769.3892822265625, -0.018215537071228027, -0.17384915053844452, -0.8367338180541992, 1.9101784229278564, -1.0678273439407349, 0.0005827861605212092], "std": [0.21654196083545685, 0.07666962593793869, 0.08652554452419281, 0.1562233716249466, 0.05875597149133682, 0.044597744941711426, 0.06266837567090988, 0.037883881479501724, 0.05114518478512764, 0.05145628750324249, 0.14485575258731842, 0.05922698229551315, 0.058607764542102814, 0.17133601009845734, 0.08591137081384659, 0.052106961607933044, 0.22649072110652924, 0.016073478385806084, 0.05019332095980644, 0.051077187061309814, 0.010699872858822346, 0.0503830648958683, 0.005314378533512354, 0.057544879615306854, 0.0450378879904747, 0.10099150240421295, 484.40350341796875, 408.19439697265625, 9.271187195736275e-07, 2.3930011593620293e-05, 0.00014032050967216492, 8.19842898636125e-05, 0.0004913600860163569, 0.0005264304927550256], "count": [912]}, "timestamp": {"min": [0.0], "max": [30.366666666666667], "mean": [15.183333333333334], "std": [8.775718816184845], "count": [912]}, "frame_index": {"min": [0], "max": [911], "mean": [455.5], "std": [263.27156448554535], "count": [912]}, "episode_index": {"min": [171], "max": [171], "mean": [171.0], "std": [0.0], "count": [912]}, "index": {"min": [147329], "max": [148240], "mean": [147784.5], "std": [263.27156448554535], "count": [912]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [912]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6008771929824561, 0.7679528510933252], "std": [0.4897180739323154, 0.40737511946423577], "count": [912]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6008771929824561, 0.7679528510933252], "std": [0.4897180739323154, 0.40737511946423577], "count": [912]}, "eef_direction_state": {"mean": [5.036184210526316, 5.246710526315789], "std": [1.99390681505408, 1.935214450348237], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_state": {"mean": [0.2741228070175439, 0.1611842105263158], "std": [0.559477060664392, 0.4384306155630306], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_acc_mag_state": {"mean": [0.4166666666666667, 0.33114035087719296], "std": [0.7342398702975073, 0.6704898167285874], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_direction_action": {"mean": [5.036184210526316, 5.246710526315789], "std": [1.99390681505408, 1.935214450348237], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_action": {"mean": [0.2741228070175439, 0.1611842105263158], "std": [0.559477060664392, 0.4384306155630306], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_acc_mag_action": {"mean": [0.4166666666666667, 0.33114035087719296], "std": [0.7342398702975073, 0.6704898167285874], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_sim_pose_state": {"mean": [0.4187864233995239, 0.24059421001036943, 1.1786369182563086, -0.07426393211500361, 0.009985615053323028, 1.3724823732996774, 0.5046616113668243, -0.17943613193908117, 1.1308921642355771, 0.03803172472795468, 0.05271111510037905, -1.3870348504100585], "std": [0.05494441444647148, 0.03945519994179076, 0.031485912039214484, 0.06347277655366405, 0.05350680362447884, 0.1176077769842744, 0.050150639398629335, 0.010023473405072564, 0.008013104468781878, 0.055356351767012896, 0.055259111343213645, 0.06082045002472742], "min": [0.3800668808294971, 0.1258597499841064, 1.1567982236915644, -0.20298183680532444, -0.1255614137111758, 1.0946212033059182, 0.39637194232485995, -0.2158229410285186, 1.1182615021561748, -0.09797681327412022, -0.06767339202934197, -1.4350279170379139], "max": [0.5755043181563313, 0.26728186281739463, 1.2429676841726105, -0.01745598190454367, 0.08116523062123027, 1.4714907653444227, 0.5938256606234227, -0.17234498047017646, 1.1527155615271154, 0.07496915689455541, 0.08760492331114977, -1.2817553111997855], "count": [912]}, "eef_sim_pose_action": {"mean": [0.4188478221564915, 0.2405607299261712, 1.1786468925140399, -0.07435436805683729, 0.010023901684353808, 1.3724482854613935, 0.5047922173915697, -0.17941894588519897, 1.1308742594941594, 0.03805578568197106, 0.05288017034991045, -1.3871750747033902], "std": [0.05493624088553273, 0.03944780391624629, 0.03148044082071321, 0.06345080359123367, 0.05353551359700503, 0.11759098684011186, 0.05002340706756364, 0.010021015060989192, 0.008000939041961032, 0.05536534475194875, 0.05512798791105982, 0.06077706477882263], "min": [0.3800668808294971, 0.1258597499841064, 1.1567982236915644, -0.20298183680532444, -0.1255614137111758, 1.0946212033059182, 0.39637194232485995, -0.2158229410285186, 1.1182615021561748, -0.09797681327412022, -0.06767339202934197, -1.4350279170379139], "max": [0.5755043181563313, 0.26728186281739463, 1.2429676841726105, -0.01745598190454367, 0.08116523062123027, 1.4714907653444227, 0.5938256606234227, -0.17234498047017646, 1.1527155615271154, 0.07496915689455541, 0.08760492331114977, -1.2817553111997855], "count": [912]}, "gripper_mode_state": {"mean": [0.3991228070175439, 0.23355263157894737], "std": [0.4897180739323154, 0.4230907702390828], "min": [0, 0], "max": [1, 1], "count": [912]}, "gripper_activity_state": {"mean": [1.9901315789473684, 1.905701754385965], "std": [0.1278670508261634, 0.3888387328602396], "min": [0, 0], "max": [2, 2], "count": [912]}, "gripper_mode_action": {"mean": [0.3991228070175439, 0.23355263157894737], "std": [0.4897180739323154, 0.4230907702390828], "min": [0, 0], "max": [1, 1], "count": [912]}, "gripper_activity_action": {"mean": [1.9901315789473684, 1.905701754385965], "std": [0.1278670508261634, 0.3888387328602396], "min": [0, 0], "max": [2, 2], "count": [912]}}} +{"episode_index": 172, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.469901087622549]], [[0.46354938980800653]], [[0.4534196755004085]]], "std": [[[0.15644762746097016]], [[0.15932168705396457]], [[0.16319863231688245]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4647187525531046]], [[0.45797118438521245]], [[0.4497880731719771]]], "std": [[[0.14442470586879647]], [[0.14528197968217677]], [[0.14950611116305662]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4698128880718954]], [[0.47208729958129086]], [[0.46384811197916664]]], "std": [[[0.16702896520293467]], [[0.16542139122751956]], [[0.17283087460381974]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4935202614379085]], [[0.4860481387867647]], [[0.4722349749795752]]], "std": [[[0.15276859487003486]], [[0.14649563850350417]], [[0.15583727332348526]]], "count": [160]}, "observation.state": {"min": [-0.47535789012908936, 0.0036651913542300463, -0.017121680080890656, -2.0286312103271484, -0.25385814905166626, -0.07405432313680649, -0.190659761428833, -0.2884899973869324, 0.361737996339798, 0.04475799947977066, -1.7706937789916992, -1.3583053350448608, -1.2353606224060059, -0.17327629029750824, -0.013072516769170761, -0.26258477568626404, -1.7714568376541138, 0.0469493567943573, -0.17289231717586517, -0.026162484660744667, -0.33402401208877563, -0.575190007686615, 0.10008499771356583, 1.3365134000778198, -1.4789509773254395, 0.9952918291091919, 0.0, 0.0, -0.01823670044541359, -0.17420457303524017, -0.8371224999427795, 1.9101547002792358, -1.0685815811157227, -0.0022781891748309135], "max": [0.28640851378440857, 0.2410474270582199, 0.30541518330574036, -1.260302186012268, 0.04157374054193497, 0.08257152885198593, -0.014765486121177673, -0.19367000460624695, 0.5486739873886108, 0.20887799561023712, -1.2971378564834595, -1.179449439048767, -1.005222201347351, 0.5520127415657043, 0.18929840624332428, -0.12508773803710938, -0.7864453792572021, 0.1054353415966034, 0.015306537039577961, 0.18784977495670319, -0.2919430136680603, -0.3761650025844574, 0.12666699290275574, 1.4760332107543945, -1.3274717330932617, 1.2234792709350586, 1001.0, 1002.0, -0.018206622451543808, -0.17320258915424347, -0.8357834219932556, 1.9101974964141846, -1.0672370195388794, 0.006655160337686539], "mean": [0.12142510712146759, 0.17862270772457123, 0.06872201710939407, -1.7556523084640503, -0.17042064666748047, -0.016958579421043396, -0.05874065309762955, -0.26478463411331177, 0.4029015600681305, 0.1766503006219864, -1.3849631547927856, -1.2920056581497192, -1.1655093431472778, 0.08057630062103271, 0.03625449165701866, -0.15933668613433838, -1.4230517148971558, 0.06213154271245003, -0.11074203252792358, 0.04737716540694237, -0.31236231327056885, -0.4568957984447479, 0.11513414978981018, 1.3732620477676392, -1.3565269708633423, 1.1478257179260254, 632.54638671875, 689.2943725585938, -0.018215237185359, -0.17378264665603638, -0.8366760015487671, 1.9101570844650269, -1.0677874088287354, 0.0005652540712617338], "std": [0.21143043041229248, 0.08233264088630676, 0.08361354470252991, 0.16938026249408722, 0.09804955124855042, 0.02970912493765354, 0.056204911321401596, 0.03430873528122902, 0.052375078201293945, 0.04654775187373161, 0.15833145380020142, 0.0411221906542778, 0.06058139726519585, 0.17029502987861633, 0.07161171734333038, 0.047374382615089417, 0.22526851296424866, 0.016148947179317474, 0.03856633976101875, 0.05711354687809944, 0.010890857316553593, 0.04813295602798462, 0.004764163866639137, 0.050353389233350754, 0.04049919918179512, 0.08069203048944473, 469.6087951660156, 450.40228271484375, 1.3301189483172493e-06, 6.356183439493179e-05, 0.00018182479834649712, 2.005585156439338e-05, 0.0003048764483537525, 0.000739705516025424], "count": [873]}, "action": {"min": [-0.47535789012908936, 0.0036651913542300463, -0.017121680080890656, -2.0286312103271484, -0.25385814905166626, -0.07405432313680649, -0.190659761428833, -0.2884899973869324, 0.361737996339798, 0.04475799947977066, -1.7706937789916992, -1.3583053350448608, -1.2353606224060059, -0.17327629029750824, -0.013072516769170761, -0.26258477568626404, -1.7714568376541138, 0.0469493567943573, -0.17289231717586517, -0.026162484660744667, -0.33402401208877563, -0.575190007686615, 0.10008499771356583, 1.3365134000778198, -1.4789509773254395, 0.9952918291091919, 0.0, 0.0, -0.01823670044541359, -0.17420457303524017, -0.8371224999427795, 1.9101547002792358, -1.0685815811157227, -0.0022781891748309135], "max": [0.28640851378440857, 0.2410474270582199, 0.30541518330574036, -1.260302186012268, 0.04157374054193497, 0.08257152885198593, -0.014765486121177673, -0.19367000460624695, 0.5486739873886108, 0.20887799561023712, -1.2971378564834595, -1.179449439048767, -1.005222201347351, 0.5520127415657043, 0.18929840624332428, -0.12508773803710938, -0.7864453792572021, 0.1054353415966034, 0.015306537039577961, 0.18784977495670319, -0.2919430136680603, -0.3761650025844574, 0.12666699290275574, 1.4760332107543945, -1.3274717330932617, 1.2234792709350586, 1001.0, 1002.0, -0.018206622451543808, -0.17320258915424347, -0.8357834219932556, 1.9101974964141846, -1.0672370195388794, 0.006655160337686539], "mean": [0.12115807831287384, 0.17842695116996765, 0.06868979334831238, -1.7553915977478027, -0.17021535336971283, -0.016980571672320366, -0.058781273663043976, -0.2647889256477356, 0.4029782712459564, 0.17663154006004333, -1.3849719762802124, -1.2919132709503174, -1.1655492782592773, 0.08084964007139206, 0.03602978587150574, -0.15918461978435516, -1.422659158706665, 0.062114570289850235, -0.11082154512405396, 0.047442905604839325, -0.3123885691165924, -0.4569876194000244, 0.11514201760292053, 1.373107671737671, -1.356535792350769, 1.147991418838501, 632.54638671875, 689.2943725585938, -0.018215235322713852, -0.17378248274326324, -0.8366758227348328, 1.9101570844650269, -1.067787766456604, 0.0005652214167639613], "std": [0.21139511466026306, 0.08238736540079117, 0.0836292952299118, 0.16941110789775848, 0.09806226938962936, 0.029719024896621704, 0.056189801543951035, 0.034311261028051376, 0.05237089842557907, 0.046540893614292145, 0.15832708775997162, 0.04115227609872818, 0.06060547009110451, 0.17007794976234436, 0.07143858820199966, 0.04725588858127594, 0.22496238350868225, 0.01615275628864765, 0.03854105621576309, 0.05706195533275604, 0.010869499295949936, 0.04805599898099899, 0.004760902374982834, 0.05024605616927147, 0.040493447333574295, 0.0806732028722763, 469.6087951660156, 450.40228271484375, 1.3302469596965238e-06, 6.351914635160938e-05, 0.00018192807328887284, 2.007857801800128e-05, 0.0003047430654987693, 0.0007397006847895682], "count": [873]}, "timestamp": {"min": [0.0], "max": [29.066666666666666], "mean": [14.533333333333331], "std": [8.400440905536293], "count": [873]}, "frame_index": {"min": [0], "max": [872], "mean": [436.0], "std": [252.01322716608877], "count": [873]}, "episode_index": {"min": [172], "max": [172], "mean": [172.0], "std": [0.0], "count": [873]}, "index": {"min": [148241], "max": [149113], "mean": [148677.0], "std": [252.01322716608877], "count": [873]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [873]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6701030927835051, 0.6880057273370738], "std": [0.4701754330305751, 0.44950346673724634], "count": [873]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6701030927835051, 0.6880057273370738], "std": [0.4701754330305751, 0.44950346673724634], "count": [873]}, "eef_direction_state": {"mean": [5.164948453608248, 5.038946162657503], "std": [1.8414370797109236, 2.1089119332840083], "min": [0, 0], "max": [6, 6], "count": [873]}, "eef_velocity_state": {"mean": [0.27491408934707906, 0.2027491408934708], "std": [0.5803390194524926, 0.46788427562208285], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_acc_mag_state": {"mean": [0.3917525773195876, 0.3619702176403207], "std": [0.7163774039081128, 0.6982365376950228], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_direction_action": {"mean": [5.164948453608248, 5.038946162657503], "std": [1.8414370797109236, 2.108911933284008], "min": [0, 0], "max": [6, 6], "count": [873]}, "eef_velocity_action": {"mean": [0.27491408934707906, 0.2027491408934708], "std": [0.5803390194524927, 0.46788427562208285], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_acc_mag_action": {"mean": [0.3917525773195876, 0.3619702176403207], "std": [0.7163774039081128, 0.6982365376950228], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_sim_pose_state": {"mean": [0.42169099861052317, 0.24423344845925746, 1.1703686398336983, -0.061295702998922945, -0.015480177032911248, 1.405780191325886, 0.4755323966589744, -0.1865669999446697, 1.1256167934482733, 0.03549657145969859, 0.01897764519634236, -1.3675441464860723], "std": [0.055437861194133305, 0.035411375768298274, 0.02805710076603825, 0.05966686208813292, 0.07529430065374132, 0.10749502160638107, 0.048413660023697666, 0.005831660757037386, 0.009614337860686346, 0.04141593496136583, 0.04173267411883061, 0.058441710909248074], "min": [0.37835509872335454, 0.13979465209822423, 1.1472991413200924, -0.1976586209011963, -0.21407894458104892, 1.1451458523411489, 0.39638245825746904, -0.2022831641066973, 1.1162184917127032, -0.07663532793300298, -0.067596592925256, -1.423196600513693], "max": [0.576786570339539, 0.2722262299418445, 1.2289984600630384, -0.017484016269633584, 0.03277927901659483, 1.5045334771676, 0.5965722432897704, -0.1821187111645598, 1.145021373282488, 0.06531391982140067, 0.05028008671569317, -1.2447442900992824], "count": [873]}, "eef_sim_pose_action": {"mean": [0.421767228229677, 0.24420795873098025, 1.170359136709447, -0.061341327953796564, -0.015515478642730233, 1.4058397879443676, 0.47562111974714116, -0.18656011625065655, 1.1255891606996073, 0.035508284973883426, 0.01910944643415788, -1.367669162657495], "std": [0.055431058040811734, 0.035404766350088795, 0.028063094019221038, 0.059648637033614824, 0.07527892759167386, 0.10753165634166925, 0.048339471775036114, 0.005832667478891521, 0.009594625417708901, 0.04142091165453078, 0.04164093486462179, 0.05842316680609299], "min": [0.37835509872335454, 0.13979465209822423, 1.1472991413200924, -0.1976586209011963, -0.21407894458104892, 1.1451458523411489, 0.39638245825746904, -0.2022831641066973, 1.1162184917127032, -0.07663532793300298, -0.067596592925256, -1.423196600513693], "max": [0.576786570339539, 0.2722262299418445, 1.2289984600630384, -0.017484016269633584, 0.03277927901659483, 1.5045334771676, 0.5965722432897704, -0.1821187111645598, 1.145021373282488, 0.06531391982140067, 0.05028008671569317, -1.2447442900992824], "count": [873]}, "gripper_mode_state": {"mean": [0.32989690721649484, 0.30927835051546393], "std": [0.4701754330305751, 0.46219611899916674], "min": [0, 0], "max": [1, 1], "count": [873]}, "gripper_activity_state": {"mean": [1.9896907216494846, 1.8957617411225658], "std": [0.13067459341465001, 0.40545297797027907], "min": [0, 0], "max": [2, 2], "count": [873]}, "gripper_mode_action": {"mean": [0.32989690721649484, 0.30927835051546393], "std": [0.4701754330305751, 0.46219611899916674], "min": [0, 0], "max": [1, 1], "count": [873]}, "gripper_activity_action": {"mean": [1.9896907216494846, 1.8957617411225658], "std": [0.13067459341465001, 0.40545297797027907], "min": [0, 0], "max": [2, 2], "count": [873]}}} +{"episode_index": 173, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4673512993838725]], [[0.460384884580159]], [[0.45023733530036214]]], "std": [[[0.1576908855682212]], [[0.16180031719497426]], [[0.16582873710843157]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46126245524749176]], [[0.45377641698930105]], [[0.44524357723450314]]], "std": [[[0.14597546008560738]], [[0.14791495284092793]], [[0.15296171318099788]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46584589916115066]], [[0.4699666528766496]], [[0.46236184354314974]]], "std": [[[0.16650475113328458]], [[0.16586676004609233]], [[0.17328368569457717]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4886354452874568]], [[0.4841936651783856]], [[0.47046725391324257]]], "std": [[[0.15170343168422298]], [[0.14733167655026888]], [[0.15735789464448524]]], "count": [157]}, "observation.state": {"min": [-0.5120272636413574, 0.04740314558148384, 0.02595304511487484, -1.9229340553283691, -0.25391051173210144, -0.036826446652412415, -0.2721492052078247, -0.2961980104446411, 0.3666520118713379, 0.044098999351263046, -1.7740862369537354, -1.4600012302398682, -1.2525200843811035, -0.17331120371818542, -0.06750933825969696, -0.2626197040081024, -1.7714743614196777, 0.021956242620944977, -0.20751965045928955, -0.026459192857146263, -0.33827900886535645, -0.571416974067688, 0.09173999726772308, 1.3263880014419556, -1.45991051197052, 1.0086599588394165, 0.0, 0.0, -0.018225422129034996, -0.1740259975194931, -0.8369948863983154, 1.910003423690796, -1.0700379610061646, -0.0022535088937729597], "max": [0.2655692994594574, 0.24101251363754272, 0.33023375272750854, -1.2585220336914062, -0.09009389579296112, 0.10187486559152603, -0.019809486344456673, -0.1816439926624298, 0.552174985408783, 0.2018599957227707, -1.2863482236862183, -1.221418857574463, -0.9813075065612793, 0.5345420241355896, 0.1892460584640503, -0.09609782695770264, -0.7915417551994324, 0.09155996888875961, 0.015934856608510017, 0.1567131131887436, -0.29204198718070984, -0.37616100907325745, 0.11393799632787704, 1.4756050109863281, -1.2861286401748657, 1.3019222021102905, 1001.0, 1002.0, -0.018200984224677086, -0.17357106506824493, -0.8361637592315674, 1.9103480577468872, -1.0667314529418945, 0.0019668368622660637], "mean": [0.09096923470497131, 0.18676595389842987, 0.08211345225572586, -1.7283872365951538, -0.20293058454990387, -0.008730115368962288, -0.07065852731466293, -0.2640445828437805, 0.4102729558944702, 0.17383596301078796, -1.3859504461288452, -1.3269449472427368, -1.1603611707687378, 0.14036759734153748, -0.006426354870200157, -0.14076359570026398, -1.3449972867965698, 0.041070304811000824, -0.16306154429912567, 0.018040211871266365, -0.3089351952075958, -0.47391119599342346, 0.10919661074876785, 1.3627957105636597, -1.32368803024292, 1.2101751565933228, 614.172119140625, 735.6709594726562, -0.018214311450719833, -0.1738392561674118, -0.8366186022758484, 1.9101413488388062, -1.067786455154419, 0.0005467177252285182], "std": [0.24476049840450287, 0.07305791229009628, 0.09082099795341492, 0.18519450724124908, 0.06286744028329849, 0.03147578984498978, 0.0758136510848999, 0.03854316845536232, 0.05924325808882713, 0.0478624664247036, 0.16821201145648956, 0.04239870607852936, 0.06991693377494812, 0.17569033801555634, 0.09734974056482315, 0.06315212696790695, 0.24030639231204987, 0.01843074895441532, 0.06319659948348999, 0.04625716060400009, 0.01135595329105854, 0.05151406675577164, 0.0037638701032847166, 0.055603526532649994, 0.04471808299422264, 0.11697538942098618, 474.01275634765625, 427.8157043457031, 1.175512807094492e-06, 0.00013943891099188477, 0.00018859152623917907, 0.00011070381879108027, 0.0004905430832877755, 0.0004919821512885392], "count": [854]}, "action": {"min": [-0.5120272636413574, 0.04740314558148384, 0.02595304511487484, -1.9229340553283691, -0.25391051173210144, -0.036826446652412415, -0.2721492052078247, -0.2961980104446411, 0.3666520118713379, 0.044098999351263046, -1.7740862369537354, -1.4600012302398682, -1.2525200843811035, -0.17331120371818542, -0.06750933825969696, -0.2626197040081024, -1.7714743614196777, 0.021956242620944977, -0.20751965045928955, -0.026459192857146263, -0.33827900886535645, -0.571416974067688, 0.09173999726772308, 1.3263880014419556, -1.45991051197052, 1.0086599588394165, 0.0, 0.0, -0.018225422129034996, -0.1740259975194931, -0.8369948863983154, 1.910003423690796, -1.0700379610061646, -0.0022535088937729597], "max": [0.2655692994594574, 0.24101251363754272, 0.33023375272750854, -1.2585220336914062, -0.09009389579296112, 0.10187486559152603, -0.019809486344456673, -0.1816439926624298, 0.552174985408783, 0.2018599957227707, -1.2863482236862183, -1.221418857574463, -0.9813075065612793, 0.5345420241355896, 0.1892460584640503, -0.09609782695770264, -0.7915417551994324, 0.09155996888875961, 0.015934856608510017, 0.1567131131887436, -0.29204198718070984, -0.37616100907325745, 0.11393799632787704, 1.4756050109863281, -1.2861286401748657, 1.3019222021102905, 1001.0, 1002.0, -0.018200984224677086, -0.17357106506824493, -0.8361637592315674, 1.9103480577468872, -1.0667314529418945, 0.0019668368622660637], "mean": [0.09060584008693695, 0.1865684688091278, 0.08210866153240204, -1.7280077934265137, -0.20276299118995667, -0.00874570943415165, -0.07071532309055328, -0.2640589773654938, 0.41037699580192566, 0.1738070398569107, -1.3859435319900513, -1.3269187211990356, -1.1603909730911255, 0.14077168703079224, -0.006724615581333637, -0.14057166874408722, -1.3444435596466064, 0.041026439517736435, -0.16322647035121918, 0.018076876178383827, -0.3089548945426941, -0.4740408957004547, 0.1091979444026947, 1.3626232147216797, -1.3236500024795532, 1.2104443311691284, 614.172119140625, 735.6709594726562, -0.018214311450719833, -0.17383913695812225, -0.8366184830665588, 1.9101414680480957, -1.0677860975265503, 0.000546515453606844], "std": [0.24473172426223755, 0.07313916087150574, 0.0908232182264328, 0.18527883291244507, 0.06292212754487991, 0.03148498013615608, 0.07579372078180313, 0.0385526567697525, 0.059244554489851, 0.04785297065973282, 0.16821575164794922, 0.04241057485342026, 0.069932721555233, 0.17536507546901703, 0.09714002907276154, 0.06303031742572784, 0.23986807465553284, 0.018416156992316246, 0.06312078982591629, 0.046234384179115295, 0.011341218836605549, 0.05140714719891548, 0.0037642577663064003, 0.05548253282904625, 0.044727351516485214, 0.11690898984670639, 474.01275634765625, 427.8157043457031, 1.1755126934076543e-06, 0.00013956926704850048, 0.00018845849263016135, 0.00011086601443821564, 0.0004903802764602005, 0.0004920155624859035], "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": [173], "max": [173], "mean": [173.0], "std": [0.0], "count": [854]}, "index": {"min": [149114], "max": [149967], "mean": [149540.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6533957845433255, 0.7342985948477926], "std": [0.4758883622072925, 0.4269640455582316], "count": [854]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6533957845433255, 0.7342985948477926], "std": [0.4758883622072925, 0.4269640455582316], "count": [854]}, "eef_direction_state": {"mean": [5.122950819672131, 5.388758782201405], "std": [1.937576821453351, 1.7558640741048346], "min": [0, 0], "max": [6, 6], "count": [854]}, "eef_velocity_state": {"mean": [0.2681498829039813, 0.148711943793911], "std": [0.5782895687372305, 0.4541167188146589], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_acc_mag_state": {"mean": [0.38875878220140514, 0.25644028103044497], "std": [0.710355062049476, 0.6071775784506608], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_direction_action": {"mean": [5.122950819672131, 5.388758782201405], "std": [1.937576821453351, 1.7558640741048346], "min": [0, 0], "max": [6, 6], "count": [854]}, "eef_velocity_action": {"mean": [0.2681498829039813, 0.148711943793911], "std": [0.5782895687372305, 0.4541167188146589], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_acc_mag_action": {"mean": [0.38875878220140514, 0.25644028103044497], "std": [0.710355062049476, 0.6071775784506608], "min": [0, 0], "max": [2, 2], "count": [854]}, "eef_sim_pose_state": {"mean": [0.4296883029789342, 0.24368494637263213, 1.1719192402015313, -0.053612980547742876, 0.002762653951991081, 1.3827132709388563, 0.49213585136644633, -0.17595985314817683, 1.1248517440677839, 0.07266042109300487, 0.03652434254258474, -1.4049082311635552], "std": [0.06358909845418044, 0.034056323422338504, 0.032450933323130385, 0.056254448938953566, 0.06273448063146056, 0.1333118829604155, 0.05099876505255796, 0.007423510971877741, 0.010131670085007639, 0.05722648792023832, 0.056267847464702064, 0.07420765474072398], "min": [0.3834876980496627, 0.14837288386038752, 1.142047921579015, -0.17407005570061707, -0.15305347739158282, 1.0510630128606104, 0.39637223473062433, -0.19200151755658396, 1.1118964870534433, -0.07177582595064169, -0.06761956276782266, -1.468135731006183], "max": [0.5841405563779664, 0.2645631457895243, 1.2427139353184045, -0.01745300383855064, 0.08354376660794571, 1.470034561747975, 0.5913296000965282, -0.16827456273991323, 1.1453040545756572, 0.11356826284537747, 0.07807661439486835, -1.2633184401403312], "count": [854]}, "eef_sim_pose_action": {"mean": [0.42979203836184027, 0.24365304353408454, 1.1719027753459357, -0.053630964421417765, 0.002764958434333291, 1.382739040827157, 0.4922620721232308, -0.17593916425199074, 1.1248238148963723, 0.07273294756402017, 0.03669127879588974, -1.4050902966224066], "std": [0.06358593132947796, 0.034049533543665654, 0.03246215891960391, 0.056245353118035295, 0.06273561868506908, 0.13332623153029668, 0.05089492261558692, 0.0074126780912918515, 0.010110239638740895, 0.05723442412190192, 0.056170517951733966, 0.0741520151346936], "min": [0.3834876980496627, 0.14837288386038752, 1.142047921579015, -0.17407005570061707, -0.15305347739158282, 1.0510630128606104, 0.39637223473062433, -0.19200151755658396, 1.1118964870534433, -0.07177582595064169, -0.06761956276782266, -1.468135731006183], "max": [0.5841405563779664, 0.2645631457895243, 1.2427139353184045, -0.01745300383855064, 0.08354376660794571, 1.470034561747975, 0.5913296000965282, -0.16827456273991323, 1.1453040545756572, 0.11356826284537747, 0.07807661439486835, -1.2633184401403312], "count": [854]}, "gripper_mode_state": {"mean": [0.34660421545667447, 0.26697892271662765], "std": [0.4758883622072925, 0.44238125812663115], "min": [0, 0], "max": [1, 1], "count": [854]}, "gripper_activity_state": {"mean": [1.9894613583138174, 1.905152224824356], "std": [0.13211108901872948, 0.37999958432550807], "min": [0, 0], "max": [2, 2], "count": [854]}, "gripper_mode_action": {"mean": [0.34660421545667447, 0.26697892271662765], "std": [0.4758883622072925, 0.44238125812663115], "min": [0, 0], "max": [1, 1], "count": [854]}, "gripper_activity_action": {"mean": [1.9894613583138174, 1.905152224824356], "std": [0.13211108901872948, 0.37999958432550807], "min": [0, 0], "max": [2, 2], "count": [854]}}} +{"episode_index": 174, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46750799187196246]], [[0.45983012034942183]], [[0.4496648637820513]]], "std": [[[0.15403936580859853]], [[0.15690836010935455]], [[0.16072982305181788]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46158477878330817]], [[0.45401601778531925]], [[0.44558143094310376]]], "std": [[[0.1452482255257172]], [[0.1468269656987816]], [[0.15166004301954522]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682238797762695]], [[0.4690106510285738]], [[0.4615514155982906]]], "std": [[[0.16798887251582267]], [[0.16591876201065084]], [[0.1731683462165511]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4918276091419474]], [[0.4858587308320764]], [[0.4730445195973689]]], "std": [[[0.14912343944358922]], [[0.14441262474089267]], [[0.15416935847811836]]], "count": [156]}, "observation.state": {"min": [-0.5018694400787354, 0.08079129457473755, 0.014678219333291054, -1.9521507024765015, -0.27635541558265686, -0.060440752655267715, -0.25998425483703613, -0.2927890121936798, 0.3666509985923767, 0.0663599967956543, -1.7473050355911255, -1.4829081296920776, -1.237054467201233, -0.17331120371818542, -0.046129051595926285, -0.26256734132766724, -1.7714568376541138, 0.044017206877470016, -0.18744835257530212, -0.026197392493486404, -0.3361400067806244, -0.5747150182723999, 0.09289299696683884, 1.311363697052002, -1.492571473121643, 1.0283359289169312, 0.0, 0.0, -0.0182216614484787, -0.1737721860408783, -0.8370606899261475, 1.9101816415786743, -1.0681363344192505, -0.001383999944664538], "max": [0.2655344009399414, 0.24919810891151428, 0.2946639358997345, -1.248573660850525, -0.1474628746509552, 0.08244935423135757, -0.019809486344456673, -0.18950699269771576, 0.5528659820556641, 0.2019069939851761, -1.2666512727737427, -1.1813992261886597, -1.0083509683609009, 0.5448219776153564, 0.1892635077238083, -0.08258897811174393, -0.7895171642303467, 0.13056808710098267, 0.01705186627805233, 0.17660987377166748, -0.29090800881385803, -0.3761650025844574, 0.12529399991035461, 1.478754997253418, -1.2838573455810547, 1.3004463911056519, 1001.0, 1002.0, -0.018210381269454956, -0.17351090908050537, -0.8361043334007263, 1.9102426767349243, -1.0673669576644897, 0.0027309793513268232], "mean": [0.10207109153270721, 0.20277968049049377, 0.07646188139915466, -1.7312928438186646, -0.24195191264152527, -0.011758945882320404, -0.0758359283208847, -0.26668021082878113, 0.4083654582500458, 0.18045316636562347, -1.3706451654434204, -1.3519105911254883, -1.177582025527954, 0.1588304191827774, 0.005685004871338606, -0.13128577172756195, -1.3353902101516724, 0.061672646552324295, -0.14642688632011414, 0.029739562422037125, -0.307027131319046, -0.4801667034626007, 0.11845078319311142, 1.350144863128662, -1.3290458917617798, 1.2103103399276733, 662.4262084960938, 717.89404296875, -0.0182146318256855, -0.17366038262844086, -0.8366318345069885, 1.910217523574829, -1.0678311586380005, 0.0006552633712999523], "std": [0.23297959566116333, 0.05417150631546974, 0.07448576390743256, 0.18103648722171783, 0.020024742931127548, 0.023506823927164078, 0.08004027605056763, 0.03451494127511978, 0.058064889162778854, 0.03858691453933716, 0.14964136481285095, 0.05765166133642197, 0.04250500723719597, 0.17334307730197906, 0.08341548591852188, 0.06529928743839264, 0.23405586183071136, 0.02635069750249386, 0.05624595284461975, 0.06143130734562874, 0.011371336877346039, 0.05049024149775505, 0.008224507793784142, 0.05953953415155411, 0.06974389404058456, 0.11443394422531128, 459.9120788574219, 436.31463623046875, 1.0537221442064038e-06, 3.83434489776846e-05, 0.00016705998859833926, 1.916647124744486e-05, 0.0002246274088975042, 0.00042651788680814207], "count": [840]}, "action": {"min": [-0.5018694400787354, 0.08079129457473755, 0.014678219333291054, -1.9521507024765015, -0.27635541558265686, -0.060440752655267715, -0.25998425483703613, -0.2927890121936798, 0.3666509985923767, 0.0663599967956543, -1.7473050355911255, -1.4829081296920776, -1.237054467201233, -0.17331120371818542, -0.046129051595926285, -0.26256734132766724, -1.7714568376541138, 0.044017206877470016, -0.18744835257530212, -0.026197392493486404, -0.3361400067806244, -0.5747150182723999, 0.09289299696683884, 1.311363697052002, -1.492571473121643, 1.0283359289169312, 0.0, 0.0, -0.0182216614484787, -0.1737721860408783, -0.8370606899261475, 1.9101816415786743, -1.0681363344192505, -0.001383999944664538], "max": [0.2655344009399414, 0.24919810891151428, 0.2946639358997345, -1.248573660850525, -0.1474628746509552, 0.08244935423135757, -0.019809486344456673, -0.18950699269771576, 0.5528659820556641, 0.2019069939851761, -1.2666512727737427, -1.1813992261886597, -1.0083509683609009, 0.5448219776153564, 0.1892635077238083, -0.08258897811174393, -0.7895171642303467, 0.13056808710098267, 0.01705186627805233, 0.17660987377166748, -0.29090800881385803, -0.3761650025844574, 0.12529399991035461, 1.478754997253418, -1.2838573455810547, 1.3004463911056519, 1001.0, 1002.0, -0.018210381269454956, -0.17351090908050537, -0.8361043334007263, 1.9102426767349243, -1.0673669576644897, 0.0027309793513268232], "mean": [0.10169728845357895, 0.20264019072055817, 0.07647182047367096, -1.7309237718582153, -0.24192267656326294, -0.011728860437870026, -0.07593246549367905, -0.2666901648044586, 0.4084716737270355, 0.18043142557144165, -1.3706188201904297, -1.3519967794418335, -1.1776236295700073, 0.15924832224845886, 0.005407349206507206, -0.1310773491859436, -1.3348389863967896, 0.06164851784706116, -0.14656899869441986, 0.02977839484810829, -0.3070434331893921, -0.48030227422714233, 0.11846794933080673, 1.3499542474746704, -1.3289955854415894, 1.2105834484100342, 662.4262084960938, 717.89404296875, -0.0182146318256855, -0.17366035282611847, -0.8366317749023438, 1.9102177619934082, -1.0678309202194214, 0.0006549469544552267], "std": [0.2329694926738739, 0.05422382429242134, 0.0744817703962326, 0.18111184239387512, 0.02002524584531784, 0.023511501029133797, 0.08002158254384995, 0.034520938992500305, 0.05807007849216461, 0.0385800264775753, 0.14965592324733734, 0.057656146585941315, 0.04252903163433075, 0.17296381294727325, 0.08319205790758133, 0.06515916436910629, 0.23357203602790833, 0.026356248185038567, 0.05618691444396973, 0.06140604242682457, 0.011359704658389091, 0.050363536924123764, 0.008221295662224293, 0.05939663574099541, 0.06975856423377991, 0.11436150968074799, 459.9120788574219, 436.31463623046875, 1.0537221442064038e-06, 3.838339398498647e-05, 0.00016704171139281243, 1.928003621287644e-05, 0.00022438555606640875, 0.00042654064600355923], "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": [174], "max": [174], "mean": [174.0], "std": [0.0], "count": [840]}, "index": {"min": [149968], "max": [150807], "mean": [150387.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7023809523809523, 0.7165464287839963], "std": [0.45721105642074916, 0.4354352532889282], "count": [840]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7023809523809523, 0.7165464287839963], "std": [0.45721105642074916, 0.4354352532889282], "count": [840]}, "eef_direction_state": {"mean": [5.189285714285714, 5.196428571428571], "std": [1.9095323447143262, 1.9822393798892506], "min": [0, 0], "max": [6, 6], "count": [840]}, "eef_velocity_state": {"mean": [0.24642857142857144, 0.1773809523809524], "std": [0.5541931992011597, 0.4636427171443492], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_acc_mag_state": {"mean": [0.38571428571428573, 0.29404761904761906], "std": [0.7146665651335079, 0.6439926039349398], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_direction_action": {"mean": [5.189285714285714, 5.196428571428571], "std": [1.9095323447143262, 1.9822393798892506], "min": [0, 0], "max": [6, 6], "count": [840]}, "eef_velocity_action": {"mean": [0.24642857142857144, 0.1773809523809524], "std": [0.5541931992011597, 0.4636427171443492], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_acc_mag_action": {"mean": [0.38571428571428573, 0.29404761904761906], "std": [0.7146665651335079, 0.6439926039349398], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_sim_pose_state": {"mean": [0.4276544322960543, 0.25029294097636756, 1.1693214188580938, -0.053156670758280386, 0.029806170804976682, 1.3804924907447822, 0.49834487388118676, -0.18474452274490544, 1.1276321053403282, 0.06496836302940448, 0.043797018650832284, -1.409898539909108], "std": [0.06218412392274535, 0.02586891000978094, 0.026878917551098995, 0.06909454093089692, 0.04266689788833615, 0.12216789362778388, 0.05015794661202383, 0.003747763095337998, 0.009011641123107808, 0.05797969072051107, 0.0504871464678158, 0.08677543648638031], "min": [0.38349617316444584, 0.1706770453624758, 1.1476275898600414, -0.2187849910241807, -0.07132272789315075, 1.0607064857239998, 0.3963719355299057, -0.1945096307849703, 1.1139927212022855, -0.0721559379258565, -0.06764342982689886, -1.480280783173658], "max": [0.5855496391631219, 0.26480446881921726, 1.2320049317742503, -0.01424775213691043, 0.10347377973984662, 1.4461518696136109, 0.5951258771832191, -0.17669308360442126, 1.1480078213025227, 0.10516271521128084, 0.07452892015033141, -1.2586756864315065], "count": [840]}, "eef_sim_pose_action": {"mean": [0.42776107102448396, 0.25027426119273527, 1.1693115402257677, -0.05315570099368965, 0.029888896168876, 1.380464047412857, 0.4984765644505387, -0.18473748268002876, 1.1276084866304512, 0.06503272655723547, 0.043963677572801396, -1.4101006679307533], "std": [0.06218513612589125, 0.02586427276820294, 0.02688503229240801, 0.06909504575223262, 0.042739666618082255, 0.1221554296768626, 0.050035149588437855, 0.00374584980166938, 0.008993379568863097, 0.05799067697792108, 0.050349951959653215, 0.08672699261239057], "min": [0.38349617316444584, 0.1706770453624758, 1.1476275898600414, -0.2187849910241807, -0.07132272789315075, 1.0607064857239998, 0.3963719355299057, -0.1945096307849703, 1.1139927212022855, -0.0721559379258565, -0.06764342982689886, -1.480280783173658], "max": [0.5855496391631219, 0.26480446881921726, 1.2320049317742503, -0.01424775213691043, 0.10347377973984662, 1.4461518696136109, 0.5951258771832191, -0.17669308360442126, 1.1480078213025227, 0.10516271521128084, 0.07452892015033141, -1.2586756864315065], "count": [840]}, "gripper_mode_state": {"mean": [0.2976190476190476, 0.2845238095238095], "std": [0.45721105642074916, 0.4511873350814075], "min": [0, 0], "max": [1, 1], "count": [840]}, "gripper_activity_state": {"mean": [1.9892857142857143, 1.8952380952380952], "std": [0.13320040142122505, 0.40352752956915366], "min": [0, 0], "max": [2, 2], "count": [840]}, "gripper_mode_action": {"mean": [0.2976190476190476, 0.2845238095238095], "std": [0.45721105642074916, 0.4511873350814075], "min": [0, 0], "max": [1, 1], "count": [840]}, "gripper_activity_action": {"mean": [1.9892857142857143, 1.8952380952380952], "std": [0.13320040142122505, 0.40352752956915366], "min": [0, 0], "max": [2, 2], "count": [840]}}} +{"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.468963638620005]], [[0.46025369586125586]], [[0.4506056907731447]]], "std": [[[0.15267969676932416]], [[0.15650040008486088]], [[0.16063158308571998]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638263397658641]], [[0.4553436646810623]], [[0.4467378136117316]]], "std": [[[0.1442304201574511]], [[0.14550434577181734]], [[0.15015034307406902]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47157447955448]], [[0.4706333121328701]], [[0.46086227325845947]]], "std": [[[0.1669947088462098]], [[0.16536135898186158]], [[0.1715392774880989]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49093041077190375]], [[0.48577029685819473]], [[0.4728661837097708]]], "std": [[[0.14778971539730185]], [[0.14404613977881714]], [[0.15382605389412352]]], "count": [158]}, "observation.state": {"min": [-0.49822166562080383, 0.05035274848341942, 0.0012217304902151227, -2.000513792037964, -0.3286978602409363, -0.07169812172651291, -0.2737199664115906, -0.2928670048713684, 0.3631420135498047, 0.055390000343322754, -1.8049373626708984, -1.5327754020690918, -1.214608073234558, -0.17327629029750824, -0.07232644408941269, -0.26256734132766724, -1.7714743614196777, 0.0325503908097744, -0.21539106965065002, -0.0262148454785347, -0.3361940085887909, -0.5734350085258484, 0.09610100090503693, 1.2887929677963257, -1.4724730253219604, 1.0304087400436401, 0.0, 0.0, -0.0182216614484787, -0.17416132986545563, -0.8375075459480286, 1.9101959466934204, -1.0681949853897095, -0.001943105598911643], "max": [0.26769861578941345, 0.2808583676815033, 0.30892330408096313, -1.2546648979187012, -0.13730505108833313, 0.04921828210353851, -0.01979203335940838, -0.18241100013256073, 0.551813006401062, 0.2019760012626648, -1.2966423034667969, -1.1685444116592407, -1.0394623279571533, 0.5418723821640015, 0.18929840624332428, -0.08196066319942474, -0.7838273644447327, 0.0985063835978508, 0.053878311067819595, 0.15317009389400482, -0.29204100370407104, -0.37616899609565735, 0.1178629994392395, 1.4756050109863281, -1.2859437465667725, 1.3205318450927734, 1001.0, 1002.0, -0.018210381269454956, -0.17325900495052338, -0.8356677293777466, 1.910268783569336, -1.0674738883972168, 0.0041339644230902195], "mean": [0.13241802155971527, 0.21015559136867523, 0.08077863603830338, -1.759299635887146, -0.243830606341362, -0.0193868987262249, -0.07194244861602783, -0.26648810505867004, 0.3990764915943146, 0.17822186648845673, -1.380130410194397, -1.3512294292449951, -1.173117995262146, 0.12435241788625717, -0.009781270287930965, -0.13142205774784088, -1.3519082069396973, 0.04932701587677002, -0.1580333411693573, 0.011530929245054722, -0.31426671147346497, -0.4696118235588074, 0.11283611506223679, 1.332064151763916, -1.3286091089248657, 1.2185717821121216, 695.221435546875, 720.6748046875, -0.018215563148260117, -0.17357416450977325, -0.836693525314331, 1.9102232456207275, -1.0677697658538818, 0.0005630712257698178], "std": [0.22862616181373596, 0.055557046085596085, 0.08025000989437103, 0.17329248785972595, 0.035212911665439606, 0.017107391729950905, 0.08150120824575424, 0.03607610613107681, 0.05507216230034828, 0.04354975000023842, 0.1624305695295334, 0.07050196826457977, 0.04237108677625656, 0.17266906797885895, 0.09697051346302032, 0.06730439513921738, 0.23727241158485413, 0.020976513624191284, 0.06972315162420273, 0.05119775980710983, 0.011709723621606827, 0.05033821612596512, 0.005673789419233799, 0.06978172808885574, 0.05806351453065872, 0.11816178262233734, 447.0672607421875, 435.5749206542969, 1.0175536999668111e-06, 0.00014590643695555627, 0.00032240356085821986, 1.9072494978900068e-05, 0.00018799217650666833, 0.0006785160512663424], "count": [858]}, "action": {"min": [-0.49822166562080383, 0.05035274848341942, 0.0012217304902151227, -2.000513792037964, -0.3286978602409363, -0.07169812172651291, -0.2737199664115906, -0.2928670048713684, 0.3631420135498047, 0.055390000343322754, -1.8049373626708984, -1.5327754020690918, -1.214608073234558, -0.17327629029750824, -0.07232644408941269, -0.26256734132766724, -1.7714743614196777, 0.0325503908097744, -0.21539106965065002, -0.0262148454785347, -0.3361940085887909, -0.5734350085258484, 0.09610100090503693, 1.2887929677963257, -1.4724730253219604, 1.0304087400436401, 0.0, 0.0, -0.0182216614484787, -0.17416132986545563, -0.8375075459480286, 1.9101959466934204, -1.0681949853897095, -0.001943105598911643], "max": [0.26769861578941345, 0.2808583676815033, 0.30892330408096313, -1.2546648979187012, -0.13730505108833313, 0.04921828210353851, -0.01979203335940838, -0.18241100013256073, 0.551813006401062, 0.2019760012626648, -1.2966423034667969, -1.1685444116592407, -1.0394623279571533, 0.5418723821640015, 0.18929840624332428, -0.08196066319942474, -0.7838273644447327, 0.0985063835978508, 0.053878311067819595, 0.15317009389400482, -0.29204100370407104, -0.37616899609565735, 0.1178629994392395, 1.4756050109863281, -1.2859437465667725, 1.3205318450927734, 1001.0, 1002.0, -0.018210381269454956, -0.17325900495052338, -0.8356677293777466, 1.910268783569336, -1.0674738883972168, 0.0041339644230902195], "mean": [0.13210855424404144, 0.2100406289100647, 0.08084020018577576, -1.7589993476867676, -0.24385306239128113, -0.019370710477232933, -0.07205361872911453, -0.2664976418018341, 0.3991614282131195, 0.1781793236732483, -1.3801469802856445, -1.3513914346694946, -1.1731476783752441, 0.12472335249185562, -0.010082406923174858, -0.13121651113033295, -1.3513703346252441, 0.04929013550281525, -0.1581982672214508, 0.011551271192729473, -0.31429579854011536, -0.46973228454589844, 0.11284426599740982, 1.3318471908569336, -1.3285677433013916, 1.218854546546936, 695.221435546875, 720.6748046875, -0.018215563148260117, -0.17357435822486877, -0.836693525314331, 1.910223364830017, -1.06777024269104, 0.000562959467060864], "std": [0.2286253124475479, 0.05559509992599487, 0.08024049550294876, 0.17335984110832214, 0.03522543981671333, 0.01711268350481987, 0.08149530738592148, 0.036081600934267044, 0.05507836490869522, 0.04354451224207878, 0.16242288053035736, 0.07058694213628769, 0.042388033121824265, 0.1723708063364029, 0.09675318747758865, 0.06717294454574585, 0.23684419691562653, 0.020975403487682343, 0.06966698914766312, 0.05118691921234131, 0.011685461737215519, 0.05023817718029022, 0.005674330051988363, 0.06962426006793976, 0.0580761656165123, 0.11808700859546661, 447.0672607421875, 435.5749206542969, 1.0175536999668111e-06, 0.00014604597527068108, 0.0003224036772735417, 1.911952131194994e-05, 0.00018795592768583447, 0.0006784994038753211], "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": [175], "max": [175], "mean": [175.0], "std": [0.0], "count": [858]}, "index": {"min": [150808], "max": [151665], "mean": [151236.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7354312354312355, 0.7193496502948912], "std": [0.44110331372969874, 0.4347224594761196], "count": [858]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7354312354312355, 0.7193496502948912], "std": [0.4411033137296987, 0.4347224594761196], "count": [858]}, "eef_direction_state": {"mean": [5.348484848484849, 5.186480186480186], "std": [1.7092927933797708, 1.9936271339883027], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_state": {"mean": [0.21561771561771562, 0.17715617715617715], "std": [0.5344874487578085, 0.45939082633380823], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_state": {"mean": [0.32284382284382285, 0.2680652680652681], "std": [0.6668754868809006, 0.6186165747880904], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_direction_action": {"mean": [5.348484848484849, 5.186480186480186], "std": [1.7092927933797708, 1.9936271339883027], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_action": {"mean": [0.21561771561771562, 0.17715617715617715], "std": [0.5344874487578085, 0.45939082633380823], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_action": {"mean": [0.32284382284382285, 0.2680652680652681], "std": [0.6668754868809006, 0.6186165747880904], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_sim_pose_state": {"mean": [0.41864083134927565, 0.2488479180346509, 1.169132788592112, -0.05617528841783055, 0.02469995762579761, 1.3744677200785242, 0.4875536566506216, -0.1776774972577709, 1.1210930929156682, 0.058759410108584, 0.05245131118345896, -1.4224135320187745], "std": [0.05981177619713193, 0.030613550985642744, 0.02821454283592892, 0.07114944353649744, 0.06341763626216382, 0.12620605268504848, 0.049945098951893495, 0.005898129342198971, 0.011912273531478258, 0.05557192373312401, 0.05927545703492619, 0.0857133992482486], "min": [0.3821268072475038, 0.15711337842430562, 1.1462807715479033, -0.217589642031628, -0.12621230366122682, 1.0412140898784203, 0.39638234094310465, -0.18994027282151177, 1.1132768593489695, -0.07393022551749984, -0.06765134952488916, -1.4936377123482036], "max": [0.5833159268866862, 0.2654947245875066, 1.235939439255382, -0.01742739410355809, 0.1331239984053887, 1.4494947599565118, 0.5931865654616167, -0.17359090128788549, 1.1445628380553217, 0.10297021270781881, 0.0932508998012822, -1.2770430658705698], "count": [858]}, "eef_sim_pose_action": {"mean": [0.41872766932212213, 0.24881670587627172, 1.1691217085640673, -0.05618882345894296, 0.024812093717946335, 1.3743637185051794, 0.4876701260819488, -0.17766001421671754, 1.1210579605975655, 0.05881287822200059, 0.05263551315987293, -1.422627417830634], "std": [0.05981477660812115, 0.030611198036076894, 0.028221247160414815, 0.0711431883382493, 0.06351662132910452, 0.1261839418060527, 0.04984879245239344, 0.005887651102896451, 0.011887619930740272, 0.05558351410225351, 0.059147662894176, 0.08564742803288043], "min": [0.3821268072475038, 0.15711337842430562, 1.1462807715479033, -0.217589642031628, -0.12621230366122682, 1.0412140898784203, 0.39638234094310465, -0.18994027282151177, 1.1132768593489695, -0.07393022551749984, -0.06765134952488916, -1.4936377123482036], "max": [0.5833159268866862, 0.2654947245875066, 1.235939439255382, -0.01742739410355809, 0.1331239984053887, 1.4494947599565118, 0.5931865654616167, -0.17359090128788549, 1.1445628380553217, 0.10297021270781881, 0.0932508998012822, -1.2770430658705698], "count": [858]}, "gripper_mode_state": {"mean": [0.26456876456876455, 0.28088578088578087], "std": [0.44110331372969874, 0.4494318179456843], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_state": {"mean": [1.9895104895104896, 1.8986013986013985], "std": [0.13180473304175389, 0.3983917577361227], "min": [0, 0], "max": [2, 2], "count": [858]}, "gripper_mode_action": {"mean": [0.26456876456876455, 0.28088578088578087], "std": [0.4411033137296987, 0.4494318179456843], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_action": {"mean": [1.9895104895104896, 1.8986013986013985], "std": [0.13180473304175389, 0.3983917577361227], "min": [0, 0], "max": [2, 2], "count": [858]}}} +{"episode_index": 176, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4664364587092506]], [[0.45982365471751074]], [[0.4510062402261518]]], "std": [[[0.15777816018702404]], [[0.16179416476433298]], [[0.16562263728101817]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46045817544809337]], [[0.45302207761939134]], [[0.44450048242712215]]], "std": [[[0.1465769540242698]], [[0.14874329827439617]], [[0.1533604665908555]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4677876255563575]], [[0.4704875734291672]], [[0.4635928114599623]]], "std": [[[0.16089717136216666]], [[0.15932972953741464]], [[0.16714333563897427]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4929567344320141]], [[0.48673930515457714]], [[0.47334931482818077]]], "std": [[[0.1518212363232829]], [[0.14715529270749972]], [[0.15717484290230904]]], "count": [163]}, "observation.state": {"min": [-0.48570770025253296, -0.0012217304902151227, -0.042324233800172806, -2.005208730697632, -0.255271852016449, -0.09684831649065018, -0.2293013483285904, -0.2832750082015991, 0.3569279909133911, 0.037650998681783676, -1.7062824964523315, -1.4625195264816284, -1.2685528993606567, -0.17332863807678223, -0.04886921867728233, -0.2629338502883911, -1.7714917659759521, 0.05293583497405052, -0.11719886213541031, -0.02626720443367958, -0.33441299200057983, -0.5718169808387756, 0.09852100163698196, 1.2890880107879639, -1.5037360191345215, 0.9647108912467957, 0.0, 0.0, -0.018229180946946144, -0.1739470362663269, -0.8369045853614807, 1.9101555347442627, -1.0703239440917969, -0.002719588577747345], "max": [0.28619909286499023, 0.24101251363754272, 0.3041585385799408, -1.2657477855682373, -0.1005135104060173, 0.1339016556739807, -0.01984439231455326, -0.18218599259853363, 0.548874020576477, 0.2123039960861206, -1.2958815097808838, -1.1775957345962524, -1.034222960472107, 0.5255186557769775, 0.18935076892375946, -0.10651744902133942, -0.833010733127594, 0.136519655585289, 0.09599310904741287, 0.14838789403438568, -0.29012200236320496, -0.37613898515701294, 0.11248300224542618, 1.4763309955596924, -1.3291609287261963, 1.2408757209777832, 1001.0, 1002.0, -0.018206622451543808, -0.17352217435836792, -0.8360773921012878, 1.9103424549102783, -1.0669708251953125, 0.002068405970931053], "mean": [0.11534931510686874, 0.18863672018051147, 0.08112107962369919, -1.767090916633606, -0.21189124882221222, 0.0007652908097952604, -0.07287145406007767, -0.25828781723976135, 0.4029635190963745, 0.17189976572990417, -1.3936961889266968, -1.3371411561965942, -1.1671805381774902, 0.14476874470710754, 0.002357254270464182, -0.14441432058811188, -1.3919998407363892, 0.06473211199045181, -0.05580974370241165, 0.034358296543359756, -0.30027586221694946, -0.4769429564476013, 0.11034269630908966, 1.3284815549850464, -1.3718335628509521, 1.166182279586792, 577.0873413085938, 679.6058349609375, -0.018215248361229897, -0.17380580306053162, -0.8365688920021057, 1.910223126411438, -1.0678662061691284, 0.0006242274539545178], "std": [0.23530609905719757, 0.06998060643672943, 0.08983539789915085, 0.16736306250095367, 0.05183108150959015, 0.0426667183637619, 0.06697897613048553, 0.03780590370297432, 0.05632556602358818, 0.051945194602012634, 0.150724858045578, 0.055431775748729706, 0.04896374046802521, 0.17252349853515625, 0.08520690351724625, 0.056602999567985535, 0.22426117956638336, 0.016315892338752747, 0.034493137151002884, 0.04838380590081215, 0.01190437376499176, 0.05042128264904022, 0.0028617829084396362, 0.06473104655742645, 0.0449809730052948, 0.09754839539527893, 482.1369934082031, 454.5097351074219, 1.2746628499371582e-06, 5.967956894892268e-05, 0.0001616711524548009, 5.5076019634725526e-05, 0.0003897758142556995, 0.00047883676597848535], "count": [893]}, "action": {"min": [-0.48570770025253296, -0.0012217304902151227, -0.042324233800172806, -2.005208730697632, -0.255271852016449, -0.09684831649065018, -0.2293013483285904, -0.2832750082015991, 0.3569279909133911, 0.037650998681783676, -1.7062824964523315, -1.4625195264816284, -1.2685528993606567, -0.17332863807678223, -0.04886921867728233, -0.2629338502883911, -1.7714917659759521, 0.05293583497405052, -0.11719886213541031, -0.02626720443367958, -0.33441299200057983, -0.5718169808387756, 0.09852100163698196, 1.2890880107879639, -1.5037360191345215, 0.9647108912467957, 0.0, 0.0, -0.018229180946946144, -0.1739470362663269, -0.8369045853614807, 1.9101555347442627, -1.0703239440917969, -0.002719588577747345], "max": [0.28619909286499023, 0.24101251363754272, 0.3041585385799408, -1.2657477855682373, -0.1005135104060173, 0.1339016556739807, -0.01984439231455326, -0.18218599259853363, 0.548874020576477, 0.2123039960861206, -1.2958815097808838, -1.1775957345962524, -1.034222960472107, 0.5255186557769775, 0.18935076892375946, -0.10651744902133942, -0.833010733127594, 0.136519655585289, 0.09599310904741287, 0.14838789403438568, -0.29012200236320496, -0.37613898515701294, 0.11248300224542618, 1.4763309955596924, -1.3291609287261963, 1.2408757209777832, 1001.0, 1002.0, -0.018206622451543808, -0.17352217435836792, -0.8360773921012878, 1.9103424549102783, -1.0669708251953125, 0.002068405970931053], "mean": [0.11511675268411636, 0.188522070646286, 0.08113120496273041, -1.7669246196746826, -0.21179649233818054, 0.0008157545235008001, -0.0729464516043663, -0.25827556848526, 0.4030284285545349, 0.17187511920928955, -1.3937429189682007, -1.3371541500091553, -1.1671814918518066, 0.14513880014419556, 0.0020905749406665564, -0.1442396342754364, -1.3915704488754272, 0.06472008675336838, -0.05581030622124672, 0.034411221742630005, -0.30027976632118225, -0.47706496715545654, 0.11034539341926575, 1.3282767534255981, -1.3718602657318115, 1.166377067565918, 577.0873413085938, 679.6058349609375, -0.018215250223875046, -0.17380575835704803, -0.8365685343742371, 1.9102232456207275, -1.0678662061691284, 0.0006249768775887787], "std": [0.23526020348072052, 0.06997863948345184, 0.0898316279053688, 0.16735517978668213, 0.05183187499642372, 0.04266740381717682, 0.0669570043683052, 0.03779961168766022, 0.05631708726286888, 0.051936063915491104, 0.15070177614688873, 0.05542882904410362, 0.048964135348796844, 0.17219525575637817, 0.08499372005462646, 0.05647794157266617, 0.223900705575943, 0.01631895639002323, 0.03449336066842079, 0.048343345522880554, 0.01190227922052145, 0.05030909180641174, 0.002862221095710993, 0.06455229222774506, 0.04496317729353905, 0.09752117097377777, 482.1369934082031, 454.5097351074219, 1.2744864079650142e-06, 5.973592124064453e-05, 0.00016181475075427443, 5.5153177527245134e-05, 0.000389769091270864, 0.0004787571378983557], "count": [893]}, "timestamp": {"min": [0.0], "max": [29.733333333333334], "mean": [14.866666666666664], "std": [8.592891118696766], "count": [893]}, "frame_index": {"min": [0], "max": [892], "mean": [446.0], "std": [257.78673356090303], "count": [893]}, "episode_index": {"min": [176], "max": [176], "mean": [176.0], "std": [0.0], "count": [893]}, "index": {"min": [151666], "max": [152558], "mean": [152112.0], "std": [257.78673356090303], "count": [893]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [893]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6181410974244121, 0.67835162382381], "std": [0.48584223889998673, 0.4536214778588792], "count": [893]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6181410974244121, 0.67835162382381], "std": [0.48584223889998673, 0.4536214778588793], "count": [893]}, "eef_direction_state": {"mean": [5.141097424412094, 5.397536394176932], "std": [1.9107234737648666, 1.7432880660264185], "min": [0, 0], "max": [6, 6], "count": [893]}, "eef_velocity_state": {"mean": [0.26539753639417696, 0.15565509518477044], "std": [0.5679975867362177, 0.4748594909400666], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_acc_mag_state": {"mean": [0.42105263157894735, 0.26539753639417696], "std": [0.7329122526812124, 0.6171320293331766], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_direction_action": {"mean": [5.141097424412094, 5.397536394176932], "std": [1.9107234737648666, 1.7432880660264185], "min": [0, 0], "max": [6, 6], "count": [893]}, "eef_velocity_action": {"mean": [0.26539753639417696, 0.15565509518477044], "std": [0.5679975867362177, 0.4748594909400666], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_acc_mag_action": {"mean": [0.42105263157894735, 0.26539753639417696], "std": [0.7329122526812124, 0.6171320293331766], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_sim_pose_state": {"mean": [0.42241857914957115, 0.24271211848164403, 1.1767325290237378, -0.06208452535811492, 0.00992684844056874, 1.373368837768739, 0.4951699652601045, -0.17934428087330917, 1.1397218854377653, 0.018043561473107875, 0.050081105108032445, -1.3888824797267578], "std": [0.06040742001261545, 0.038798879470130276, 0.031056948291634048, 0.0632540947593704, 0.04345491434085012, 0.12384339485835918, 0.05019296498030583, 0.005584715836683771, 0.0066697658713156084, 0.05332819034137135, 0.05472947504409965, 0.06417002131900884], "min": [0.37672120402762654, 0.1365511571416647, 1.1564836169064443, -0.20424045438126992, -0.10530351431601725, 1.0917654570591258, 0.3963373513938308, -0.18943022581395627, 1.1189619210729729, -0.13623770561567627, -0.0676300019278524, -1.4384223141573498], "max": [0.5783790606843947, 0.27182311205007004, 1.241193076844947, -0.017418070533542496, 0.08322435372627135, 1.4721733852232821, 0.5920219827434168, -0.17484108032090878, 1.1524307439692294, 0.048172252377173264, 0.08656220259792557, -1.26891764786195], "count": [893]}, "eef_sim_pose_action": {"mean": [0.42248415025775105, 0.24269150618800217, 1.1767415735017215, -0.06211229553027292, 0.009923971200829017, 1.3733325570078936, 0.4952883994272724, -0.17932936295949864, 1.139718417376329, 0.018039760175152093, 0.05025236461628067, -1.3890320114555845], "std": [0.06039691813071737, 0.0387921622141591, 0.03105232720139039, 0.06324017341562083, 0.04345350315247361, 0.12382686644165075, 0.05008428087166199, 0.005577726754537012, 0.006668098743485891, 0.05332619451572708, 0.05460048063805719, 0.06412775413244384], "min": [0.37672120402762654, 0.1365511571416647, 1.1564836169064443, -0.20424045438126992, -0.10530351431601725, 1.0917654570591258, 0.3963373513938308, -0.18943022581395627, 1.1189619210729729, -0.13623770561567627, -0.0676300019278524, -1.4384223141573498], "max": [0.5783790606843947, 0.27182311205007004, 1.241193076844947, -0.017418070533542496, 0.08322435372627135, 1.4721733852232821, 0.5920219827434168, -0.17484108032090878, 1.1524307439692294, 0.048172252377173264, 0.08656220259792557, -1.26891764786195], "count": [893]}, "gripper_mode_state": {"mean": [0.3818589025755879, 0.3213885778275476], "std": [0.48584223889998673, 0.46700959290953625], "min": [0, 0], "max": [1, 1], "count": [893]}, "gripper_activity_state": {"mean": [1.9899216125419932, 1.899216125419933], "std": [0.12921199068297576, 0.39726028611571357], "min": [0, 0], "max": [2, 2], "count": [893]}, "gripper_mode_action": {"mean": [0.3818589025755879, 0.3213885778275476], "std": [0.48584223889998673, 0.46700959290953625], "min": [0, 0], "max": [1, 1], "count": [893]}, "gripper_activity_action": {"mean": [1.9899216125419932, 1.899216125419933], "std": [0.12921199068297576, 0.39726028611571357], "min": [0, 0], "max": [2, 2], "count": [893]}}} +{"episode_index": 177, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4685020841139003]], [[0.4612300213875359]], [[0.45146708348944675]]], "std": [[[0.15362303732313498]], [[0.15646926653643495]], [[0.16023711181425954]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46531936638774407]], [[0.45817476765122184]], [[0.4498955796490571]]], "std": [[[0.14417391843466557]], [[0.14492922517146897]], [[0.14899951659874128]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4579717356687898]], [[0.4615654479413846]], [[0.45276529521044084]]], "std": [[[0.16888375640339612]], [[0.16779060273456098]], [[0.1756923329837989]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49527611517005954]], [[0.48790614462345444]], [[0.4756208812081096]]], "std": [[[0.15092835406065214]], [[0.1456480331280561]], [[0.1553658458566679]]], "count": [157]}, "observation.state": {"min": [-0.4919036030769348, 0.03942698985338211, 0.01979203335940838, -1.9515748023986816, -0.25391051173210144, -0.07304202765226364, -0.2290046513080597, -0.30862998962402344, 0.3666509985923767, 0.05565100163221359, -1.7163777351379395, -1.4619827270507812, -1.2810760736465454, -0.17332863807678223, -0.020874137058854103, -0.26371923089027405, -1.7714568376541138, 0.06578145921230316, -0.14418163895606995, -0.026459192857146263, -0.33618301153182983, -0.5725290179252625, 0.1014930009841919, 1.2986587285995483, -1.5416927337646484, 1.0405449867248535, 0.0, 0.0, -0.018231060355901718, -0.17398086190223694, -0.8370044231414795, 1.9102973937988281, -1.0685737133026123, -0.0028040714096277952], "max": [0.2655867636203766, 0.2410474270582199, 0.28297021985054016, -1.255101203918457, -0.09152506291866302, 0.05426228418946266, -0.01984439231455326, -0.1884630024433136, 0.5526900291442871, 0.20194600522518158, -1.2535324096679688, -1.208213448524475, -1.0826466083526611, 0.5324825048446655, 0.18931587040424347, -0.0999375507235527, -0.8160461783409119, 0.15193091332912445, 0.06719517707824707, 0.16900022327899933, -0.29083600640296936, -0.3760319948196411, 0.12372999638319016, 1.4762568473815918, -1.3291609287261963, 1.2582858800888062, 1001.0, 1002.0, -0.018208501860499382, -0.173307865858078, -0.8360750079154968, 1.910328984260559, -1.0669747591018677, 0.0036318134516477585], "mean": [0.12075354158878326, 0.18028101325035095, 0.06486726552248001, -1.7295180559158325, -0.2187734991312027, -0.0265117809176445, -0.06076952815055847, -0.27407607436180115, 0.40417397022247314, 0.1803126186132431, -1.347125768661499, -1.3355684280395508, -1.1938172578811646, 0.08443648368120193, 0.0216774083673954, -0.1357651948928833, -1.4182285070419312, 0.08656498044729233, -0.11900540441274643, 0.0504147969186306, -0.3111846148967743, -0.4594258964061737, 0.11914215981960297, 1.3454208374023438, -1.3688029050827026, 1.1961745023727417, 692.0611572265625, 756.357666015625, -0.018216032534837723, -0.1737309843301773, -0.8365241289138794, 1.910287618637085, -1.0678091049194336, 0.0005468873423524201], "std": [0.20814888179302216, 0.07829988747835159, 0.0690436139702797, 0.17758768796920776, 0.04578494280576706, 0.02863728627562523, 0.059945862740278244, 0.03399117663502693, 0.05239194259047508, 0.03890952095389366, 0.13375701010227203, 0.04335983470082283, 0.04648144170641899, 0.15526778995990753, 0.07741797715425491, 0.06027861684560776, 0.2098320722579956, 0.018472611904144287, 0.044674843549728394, 0.04557691514492035, 0.010462882928550243, 0.04541466385126114, 0.006519695743918419, 0.05832478031516075, 0.045657459646463394, 0.08434340357780457, 448.5518493652344, 415.41802978515625, 1.1308540024401736e-06, 5.740635242545977e-05, 0.00011545504094101489, 2.489103098923806e-05, 0.00030203067581169307, 0.0006618472398258746], "count": [850]}, "action": {"min": [-0.4919036030769348, 0.03942698985338211, 0.01979203335940838, -1.9515748023986816, -0.25391051173210144, -0.07304202765226364, -0.2290046513080597, -0.30862998962402344, 0.3666509985923767, 0.05565100163221359, -1.7163777351379395, -1.4619827270507812, -1.2810760736465454, -0.17332863807678223, -0.020874137058854103, -0.26371923089027405, -1.7714568376541138, 0.06578145921230316, -0.14418163895606995, -0.026459192857146263, -0.33618301153182983, -0.5725290179252625, 0.1014930009841919, 1.2986587285995483, -1.5416927337646484, 1.0405449867248535, 0.0, 0.0, -0.018231060355901718, -0.17398086190223694, -0.8370044231414795, 1.9102973937988281, -1.0685737133026123, -0.0028040714096277952], "max": [0.2655867636203766, 0.2410474270582199, 0.28297021985054016, -1.255101203918457, -0.09152506291866302, 0.05426228418946266, -0.01984439231455326, -0.1884630024433136, 0.5526900291442871, 0.20194600522518158, -1.2535324096679688, -1.208213448524475, -1.0826466083526611, 0.5324825048446655, 0.18931587040424347, -0.0999375507235527, -0.8160461783409119, 0.15193091332912445, 0.06719517707824707, 0.16900022327899933, -0.29083600640296936, -0.3760319948196411, 0.12372999638319016, 1.4762568473815918, -1.3291609287261963, 1.2582858800888062, 1001.0, 1002.0, -0.018208501860499382, -0.173307865858078, -0.8360750079154968, 1.910328984260559, -1.0669747591018677, 0.0036318134516477585], "mean": [0.12042394280433655, 0.18007482588291168, 0.0648430809378624, -1.7291240692138672, -0.21866676211357117, -0.02657299116253853, -0.060840409249067307, -0.2741050124168396, 0.40426772832870483, 0.1802893429994583, -1.3470773696899414, -1.3355854749679565, -1.1939069032669067, 0.08475697785615921, 0.021432694047689438, -0.13557308912277222, -1.4177801609039307, 0.08658482879400253, -0.11910006403923035, 0.05050857365131378, -0.3112099766731262, -0.45953303575515747, 0.11915882676839828, 1.3452367782592773, -1.368833065032959, 1.1963952779769897, 692.0611572265625, 756.357666015625, -0.018216032534837723, -0.17373105883598328, -0.8365240693092346, 1.910287618637085, -1.0678088665008545, 0.0005464472924359143], "std": [0.20814159512519836, 0.07837048172950745, 0.06905516237020493, 0.1776929646730423, 0.04580862447619438, 0.02868097834289074, 0.059933025389909744, 0.034009408205747604, 0.05239604786038399, 0.03890252485871315, 0.13378262519836426, 0.04335618391633034, 0.046537116169929504, 0.15501707792282104, 0.07721497863531113, 0.06013084948062897, 0.20948444306850433, 0.018459497019648552, 0.04464243724942207, 0.04550047218799591, 0.010442904196679592, 0.04532534256577492, 0.006512545049190521, 0.058160729706287384, 0.045640405267477036, 0.08424564450979233, 448.5518798828125, 415.41802978515625, 1.1308540024401736e-06, 5.743133806390688e-05, 0.00011547536996658891, 2.4909024432417937e-05, 0.0003019782016053796, 0.0006617371691390872], "count": [850]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.15], "std": [8.179123153220983], "count": [850]}, "frame_index": {"min": [0], "max": [849], "mean": [424.5], "std": [245.3736945966295], "count": [850]}, "episode_index": {"min": [177], "max": [177], "mean": [177.0], "std": [0.0], "count": [850]}, "index": {"min": [152559], "max": [153408], "mean": [152983.5], "std": [245.3736945966295], "count": [850]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [850]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7329411764705882, 0.7549552941234673], "std": [0.44242333607586426, 0.4145882950190371], "count": [850]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7329411764705882, 0.7549552941234673], "std": [0.44242333607586426, 0.4145882950190371], "count": [850]}, "eef_direction_state": {"mean": [5.275294117647059, 5.434117647058824], "std": [1.7735246317367996, 1.7145778380201226], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_state": {"mean": [0.2411764705882353, 0.14588235294117646], "std": [0.5547217888056876, 0.4676733251964994], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_state": {"mean": [0.34941176470588237, 0.23176470588235293], "std": [0.6921617508020473, 0.5793935500272159], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_direction_action": {"mean": [5.275294117647059, 5.434117647058824], "std": [1.7735246317367996, 1.7145778380201226], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_action": {"mean": [0.2411764705882353, 0.14588235294117646], "std": [0.5547217888056876, 0.4676733251964994], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_action": {"mean": [0.34941176470588237, 0.23176470588235293], "std": [0.6921617508020473, 0.5793935500272159], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_sim_pose_state": {"mean": [0.42263995646075264, 0.2471552081863885, 1.1621956442332229, -0.050948628600471314, 0.034900608949898465, 1.4077002431450258, 0.47754678426325997, -0.18819218854997427, 1.1254052272166237, 0.04797123812031579, 0.05916879845270188, -1.386790149001353], "std": [0.0554350717939023, 0.028367531054201433, 0.028157146564435603, 0.05789988771109829, 0.04739474047114702, 0.10510027983320298, 0.04514891144901872, 0.0011197581752493305, 0.009964519574035534, 0.04154080485675002, 0.05790347232857758, 0.053161791128564874], "min": [0.3834842076473192, 0.15494479106538972, 1.1293717757680601, -0.1956561513668984, -0.09599277830214525, 1.1054055845987634, 0.3962593459202702, -0.1925472002337414, 1.11379440522411, -0.07086087552815046, -0.06761256173091335, -1.428011568147737], "max": [0.5825965932126498, 0.26592032788910247, 1.2324895631920865, -0.01741590445556207, 0.11331745893265621, 1.4797069378864667, 0.5930162889132494, -0.18188058515306793, 1.149951043155609, 0.06882582778210611, 0.1142905301008661, -1.2766194404299889], "count": [850]}, "eef_sim_pose_action": {"mean": [0.4227332848994227, 0.24712739790328844, 1.1621640059216434, -0.05097188585288841, 0.03497307412029088, 1.4077364863643975, 0.47765055983371163, -0.188191982581303, 1.1253770876291602, 0.047995746759415064, 0.05935098537086535, -1.3869299249146838], "std": [0.05543588406334971, 0.02836205579157937, 0.02817824776854134, 0.05789056467282008, 0.04743839529010644, 0.10511877665784822, 0.045063245541819286, 0.0011197440345187078, 0.00994445431183616, 0.041546766666858935, 0.05774902651267143, 0.05309874619384864], "min": [0.3834842076473192, 0.15494479106538972, 1.1293717757680601, -0.1956561513668984, -0.09599277830214525, 1.1054055845987634, 0.3962593459202702, -0.1925472002337414, 1.11379440522411, -0.07086087552815046, -0.06761256173091335, -1.428011568147737], "max": [0.5825965932126498, 0.26592032788910247, 1.2324895631920865, -0.01741590445556207, 0.11331745893265621, 1.4797069378864667, 0.5930162889132494, -0.18188058515306793, 1.149951043155609, 0.06882582778210611, 0.1142905301008661, -1.2766194404299889], "count": [850]}, "gripper_mode_state": {"mean": [0.26705882352941174, 0.2447058823529412], "std": [0.44242333607586426, 0.42991268124446547], "min": [0, 0], "max": [1, 1], "count": [850]}, "gripper_activity_state": {"mean": [1.9894117647058824, 1.9023529411764706], "std": [0.1324195910614656, 0.38941176470588335], "min": [0, 0], "max": [2, 2], "count": [850]}, "gripper_mode_action": {"mean": [0.26705882352941174, 0.2447058823529412], "std": [0.44242333607586426, 0.42991268124446547], "min": [0, 0], "max": [1, 1], "count": [850]}, "gripper_activity_action": {"mean": [1.9894117647058824, 1.9023529411764706], "std": [0.1324195910614656, 0.38941176470588335], "min": [0, 0], "max": [2, 2], "count": [850]}}} +{"episode_index": 178, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47167826496651827]], [[0.4644309001463571]], [[0.453987453135651]]], "std": [[[0.15458071759914851]], [[0.15792387698535681]], [[0.16244624364708146]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46173005508440595]], [[0.4532561775732788]], [[0.44441217696178675]]], "std": [[[0.14502556083361196]], [[0.1469735594834098]], [[0.15201597215446155]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4674668741729821]], [[0.4694445171217771]], [[0.46002666506275314]]], "std": [[[0.16596210360081884]], [[0.16516251111465347]], [[0.1719631152892045]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4932957616584466]], [[0.4834103349673203]], [[0.47121281551986843]]], "std": [[[0.15028895076225293]], [[0.14561648753684092]], [[0.1564633992054249]]], "count": [163]}, "observation.state": {"min": [-0.5009095072746277, 0.11835078150033951, -0.00143117003608495, -2.0307602882385254, -0.28581511974334717, -0.029949849471449852, -0.2506118416786194, -0.2837269902229309, 0.362623006105423, 0.0736360028386116, -1.7238123416900635, -1.4644784927368164, -1.224926471710205, -0.1733635514974594, -0.03790855035185814, -0.2629687786102295, -1.7714568376541138, 0.04253367334604263, -0.16769123077392578, -0.02626720443367958, -0.3342970013618469, -0.5729470252990723, 0.09860999882221222, 1.2905129194259644, -1.4576078653335571, 1.05607008934021, 0.0, 0.0, -0.01821790263056755, -0.17418013513088226, -0.8371153473854065, 1.910285472869873, -1.0682084560394287, -0.002811665181070566], "max": [0.27899086475372314, 0.29789280891418457, 0.30166271328926086, -1.344409704208374, -0.14796900749206543, 0.1722465455532074, -0.019687313586473465, -0.17347800731658936, 0.5500220060348511, 0.2032189965248108, -1.2971378564834595, -1.1891034841537476, -0.9347610473632812, 0.526077151298523, 0.18929840624332428, -0.10524335503578186, -0.8341626524925232, 0.07995352894067764, -0.003682644572108984, 0.11754792928695679, -0.292044997215271, -0.37610501050949097, 0.11671099811792374, 1.4763309955596924, -1.3128446340560913, 1.260542392730713, 1001.0, 1002.0, -0.01821226254105568, -0.17331916093826294, -0.8360282182693481, 1.9103337526321411, -1.0671546459197998, 0.003549229120835662], "mean": [0.1060938835144043, 0.21505627036094666, 0.07741241157054901, -1.7583777904510498, -0.23797006905078888, 0.017148511484265327, -0.08269279450178146, -0.26152002811431885, 0.405933678150177, 0.18116195499897003, -1.3778427839279175, -1.3493834733963013, -1.152392029762268, 0.15697917342185974, -0.007897631265223026, -0.13077624142169952, -1.3369674682617188, 0.049823734909296036, -0.13384529948234558, 0.03074030764400959, -0.30879655480384827, -0.4806006848812103, 0.11338107287883759, 1.3467575311660767, -1.3363093137741089, 1.2015440464019775, 597.8091430664062, 758.5513305664062, -0.018215563148260117, -0.17376843094825745, -0.8366275429725647, 1.9102849960327148, -1.067783236503601, 0.0005121893482282758], "std": [0.23105980455875397, 0.04340587183833122, 0.07930998504161835, 0.15273769199848175, 0.03578395023941994, 0.05849185585975647, 0.08246316015720367, 0.03958004340529442, 0.0555698499083519, 0.036644116044044495, 0.1492220163345337, 0.050547704100608826, 0.08669576048851013, 0.1457720845937729, 0.06934130191802979, 0.04855002090334892, 0.19462724030017853, 0.011216161772608757, 0.04144768789410591, 0.03233124688267708, 0.008870777674019337, 0.042755015194416046, 0.004671895410865545, 0.04654809460043907, 0.04017622768878937, 0.07825100421905518, 478.4240417480469, 414.6890869140625, 8.940783686739451e-07, 8.184951002476737e-05, 0.00019797783170361072, 2.719987605814822e-05, 0.0002655444841366261, 0.0007153595797717571], "count": [896]}, "action": {"min": [-0.5009095072746277, 0.11835078150033951, -0.00143117003608495, -2.0307602882385254, -0.28581511974334717, -0.029949849471449852, -0.2506118416786194, -0.2837269902229309, 0.362623006105423, 0.0736360028386116, -1.7238123416900635, -1.4644784927368164, -1.224926471710205, -0.1733635514974594, -0.03790855035185814, -0.2629687786102295, -1.7714568376541138, 0.04253367334604263, -0.16769123077392578, -0.02626720443367958, -0.3342970013618469, -0.5729470252990723, 0.09860999882221222, 1.2905129194259644, -1.4576078653335571, 1.05607008934021, 0.0, 0.0, -0.01821790263056755, -0.17418013513088226, -0.8371153473854065, 1.910285472869873, -1.0682084560394287, -0.002811665181070566], "max": [0.27899086475372314, 0.29789280891418457, 0.30166271328926086, -1.344409704208374, -0.14796900749206543, 0.1722465455532074, -0.019687313586473465, -0.17347800731658936, 0.5500220060348511, 0.2032189965248108, -1.2971378564834595, -1.1891034841537476, -0.9347610473632812, 0.526077151298523, 0.18929840624332428, -0.10524335503578186, -0.8341626524925232, 0.07995352894067764, -0.003682644572108984, 0.11754792928695679, -0.292044997215271, -0.37610501050949097, 0.11671099811792374, 1.4763309955596924, -1.3128446340560913, 1.260542392730713, 1001.0, 1002.0, -0.01821226254105568, -0.17331916093826294, -0.8360282182693481, 1.9103337526321411, -1.0671546459197998, 0.003549229120835662], "mean": [0.10579504817724228, 0.21495571732521057, 0.07741756737232208, -1.7581186294555664, -0.23796918988227844, 0.017191266641020775, -0.08279566466808319, -0.2615162432193756, 0.4060179591178894, 0.18114562332630157, -1.3778502941131592, -1.3494704961776733, -1.1524322032928467, 0.15736088156700134, -0.008149301633238792, -0.13060316443443298, -1.3364646434783936, 0.0497988797724247, -0.13395021855831146, 0.030797885730862617, -0.3088143765926361, -0.48072415590286255, 0.11338840425014496, 1.3465989828109741, -1.336295247077942, 1.2017496824264526, 597.8091430664062, 758.5513305664062, -0.018215563148260117, -0.17376843094825745, -0.8366273045539856, 1.9102849960327148, -1.0677834749221802, 0.0005122869042679667], "std": [0.23102650046348572, 0.043450016528367996, 0.07930774986743927, 0.15278038382530212, 0.035783570259809494, 0.0584782250225544, 0.08244214206933975, 0.0395781546831131, 0.05556745082139969, 0.03663819283246994, 0.14921841025352478, 0.050562337040901184, 0.08671913295984268, 0.14535386860370636, 0.06903354078531265, 0.04835456982254982, 0.19408650696277618, 0.011205457150936127, 0.04138757288455963, 0.03227560967206955, 0.008853362873196602, 0.042612578719854355, 0.004670952912420034, 0.046350691467523575, 0.04018106684088707, 0.07813356816768646, 478.4240417480469, 414.6890869140625, 8.940783686739451e-07, 8.184871694538742e-05, 0.0001977195788640529, 2.722388853726443e-05, 0.00026544954744167626, 0.0007153352489694953], "count": [896]}, "timestamp": {"min": [0.0], "max": [29.833333333333332], "mean": [14.916666666666668], "std": [8.621758650195575], "count": [896]}, "frame_index": {"min": [0], "max": [895], "mean": [447.5], "std": [258.65275950586727], "count": [896]}, "episode_index": {"min": [178], "max": [178], "mean": [178.0], "std": [0.0], "count": [896]}, "index": {"min": [153409], "max": [154304], "mean": [153856.5], "std": [258.65275950586727], "count": [896]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [896]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6350446428571429, 0.7571238838739062], "std": [0.4814176403452477, 0.41385380819074863], "count": [896]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6350446428571429, 0.7571238838739062], "std": [0.4814176403452477, 0.41385380819074863], "count": [896]}, "eef_direction_state": {"mean": [5.133928571428571, 5.314732142857143], "std": [1.9576796383286426, 1.8670203820055127], "min": [0, 0], "max": [6, 6], "count": [896]}, "eef_velocity_state": {"mean": [0.25, 0.15959821428571427], "std": [0.5529950916857865, 0.46312392201187486], "min": [0, 0], "max": [2, 2], "count": [896]}, "eef_acc_mag_state": {"mean": [0.36607142857142855, 0.27455357142857145], "std": [0.6975151779491161, 0.6271924237551012], "min": [0, 0], "max": [2, 2], "count": [896]}, "eef_direction_action": {"mean": [5.133928571428571, 5.314732142857143], "std": [1.9576796383286426, 1.8670203820055127], "min": [0, 0], "max": [6, 6], "count": [896]}, "eef_velocity_action": {"mean": [0.25, 0.15959821428571427], "std": [0.5529950916857865, 0.46312392201187486], "min": [0, 0], "max": [2, 2], "count": [896]}, "eef_acc_mag_action": {"mean": [0.36607142857142855, 0.27455357142857145], "std": [0.6975151779491161, 0.6271924237551012], "min": [0, 0], "max": [2, 2], "count": [896]}, "eef_sim_pose_state": {"mean": [0.42525140945396706, 0.25226633764399164, 1.1758708813112928, -0.040964799466365234, 0.015287632009228964, 1.371153178945646, 0.4985216094099898, -0.1801856687183904, 1.126866134296224, 0.05577813254021795, 0.042010593361378745, -1.4069410974850245], "std": [0.05941302066866786, 0.02335683897994933, 0.03569046028979853, 0.03787053323440086, 0.07259075334147702, 0.12512967002264186, 0.042300257673428904, 0.0030160866600761516, 0.006791695084999025, 0.048216653337642315, 0.03888658270277228, 0.049760971603741815], "min": [0.38003649864176514, 0.17739233881863353, 1.1562810275458109, -0.18380134243217383, -0.1628110483947034, 1.0683321588999646, 0.3963193786020075, -0.18872206574305664, 1.1156141052259578, -0.07873855160293752, -0.06758481031643604, -1.4390736103725266], "max": [0.5801158682254043, 0.26644628626302536, 1.2567175713183634, -0.015837149048251842, 0.1004446148191176, 1.4491851259531108, 0.5922431224519075, -0.17470768149948623, 1.1445247070740965, 0.09013028345638396, 0.06128888909557895, -1.2898368994560698], "count": [896]}, "eef_sim_pose_action": {"mean": [0.42533651784354004, 0.25225532670079553, 1.175872491308094, -0.04098396600355153, 0.01536135391039577, 1.3711029197076279, 0.4986417451739986, -0.18017533271281633, 1.126844071317358, 0.055814767307642114, 0.04215156984061994, -1.4070888858373076], "std": [0.05940777195237075, 0.023353387625555833, 0.03568963383570215, 0.03786301472978049, 0.07264203193860538, 0.12510862372383405, 0.04216245594935203, 0.003003153949073211, 0.006766587454936193, 0.04822270264853241, 0.03871796766494767, 0.049651660763299715], "min": [0.38003649864176514, 0.17739233881863353, 1.1562810275458109, -0.18380134243217383, -0.1628110483947034, 1.0683321588999646, 0.3963193786020075, -0.18872206574305664, 1.1156141052259578, -0.07873855160293752, -0.06758481031643604, -1.4390736103725266], "max": [0.5801158682254043, 0.26644628626302536, 1.2567175713183634, -0.015837149048251842, 0.1004446148191176, 1.4491851259531108, 0.5922431224519075, -0.17470768149948623, 1.1445247070740965, 0.09013028345638396, 0.06128888909557895, -1.2898368994560698], "count": [896]}, "gripper_mode_state": {"mean": [0.36495535714285715, 0.24107142857142858], "std": [0.4814176403452477, 0.4277335559644066], "min": [0, 0], "max": [1, 1], "count": [896]}, "gripper_activity_state": {"mean": [1.9899553571428572, 1.9051339285714286], "std": [0.12899680840409936, 0.38518372229403114], "min": [0, 0], "max": [2, 2], "count": [896]}, "gripper_mode_action": {"mean": [0.36495535714285715, 0.24107142857142858], "std": [0.4814176403452477, 0.42773355596440654], "min": [0, 0], "max": [1, 1], "count": [896]}, "gripper_activity_action": {"mean": [1.9899553571428572, 1.9051339285714286], "std": [0.12899680840409936, 0.38518372229403114], "min": [0, 0], "max": [2, 2], "count": [896]}}} +{"episode_index": 179, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46964877146510775]], [[0.46186679200665776]], [[0.45222823422847397]]], "std": [[[0.15302780971588623]], [[0.15659253507295756]], [[0.16055921412305074]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46269689035034306]], [[0.4549730924978687]], [[0.448282394298299]]], "std": [[[0.14417912550023787]], [[0.14586540708679277]], [[0.15104919167026964]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46918303698290914]], [[0.4710092584135104]], [[0.4613669759570495]]], "std": [[[0.16596946959500047]], [[0.16486311738291132]], [[0.1715020036630447]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4899053429342752]], [[0.48388012143263104]], [[0.4721259476616733]]], "std": [[[0.14878376052041228]], [[0.1449563146987547]], [[0.15493534452977753]]], "count": [161]}, "observation.state": {"min": [-0.4810650944709778, 0.04864232614636421, 0.012845623306930065, -1.9994142055511475, -0.2838952839374542, -0.05881759524345398, -0.24813346564769745, -0.2963530123233795, 0.36639198660850525, 0.06212899833917618, -1.7454357147216797, -1.505379319190979, -1.225181221961975, -0.17381733655929565, -0.07089526951313019, -0.26258477568626404, -1.7714743614196777, 0.048432886600494385, -0.162978857755661, -0.0262148454785347, -0.3338949978351593, -0.5774180293083191, 0.10192199796438217, 1.2409746646881104, -1.5174875259399414, 1.0148670673370361, 0.0, 0.0, -0.018223540857434273, -0.17425720393657684, -0.8377460241317749, 1.9097965955734253, -1.0703366994857788, -0.0005163895548321307], "max": [0.266180157661438, 0.24101251363754272, 0.29274410009384155, -1.2649273872375488, -0.09260717779397964, 0.10993828624486923, -0.011972958222031593, -0.18733100593090057, 0.5503690242767334, 0.2036069929599762, -1.2804232835769653, -1.1519782543182373, -1.0343520641326904, 0.549412190914154, 0.1892635077238083, -0.07614871114492416, -0.8049982190132141, 0.1446354240179062, 0.063372902572155, 0.15163420140743256, -0.2912130057811737, -0.3761720061302185, 0.11794299632310867, 1.4756050109863281, -1.323338508605957, 1.2871426343917847, 1001.0, 1002.0, -0.018208501860499382, -0.17356164753437042, -0.835407018661499, 1.9104771614074707, -1.0653393268585205, 0.0016497886972501874], "mean": [0.13074268400669098, 0.21397465467453003, 0.07481648027896881, -1.7629117965698242, -0.23298758268356323, -5.903286364628002e-05, -0.06804896891117096, -0.2664755880832672, 0.4000380039215088, 0.1822652369737625, -1.3697017431259155, -1.3399057388305664, -1.1590012311935425, 0.15835870802402496, -0.004999309312552214, -0.1290372908115387, -1.3277084827423096, 0.06696762889623642, -0.11283859610557556, 0.019870541989803314, -0.3136509656906128, -0.4796209931373596, 0.11399921774864197, 1.3049510717391968, -1.357688069343567, 1.1945284605026245, 699.598876953125, 704.8375244140625, -0.018215816468000412, -0.1737557202577591, -0.8366571068763733, 1.9102487564086914, -1.0678192377090454, 0.0005089883925393224], "std": [0.22378550469875336, 0.05008617416024208, 0.07690996676683426, 0.16673827171325684, 0.04096109792590141, 0.040696412324905396, 0.07350827753543854, 0.03585352376103401, 0.05469893664121628, 0.04308272898197174, 0.1499250829219818, 0.05527311936020851, 0.04402391240000725, 0.18525367975234985, 0.09937949478626251, 0.07167410105466843, 0.2453605681657791, 0.02735644020140171, 0.06218697875738144, 0.05342532694339752, 0.011687392368912697, 0.05507666990160942, 0.004439924377948046, 0.08400631695985794, 0.06213175132870674, 0.1127033680677414, 445.861083984375, 443.5589599609375, 8.655450187688984e-07, 4.6898680011508986e-05, 0.00032484447001479566, 0.00011875946802319959, 0.0006949797389097512, 0.00027093591052107513], "count": [880]}, "action": {"min": [-0.4810650944709778, 0.04864232614636421, 0.012845623306930065, -1.9994142055511475, -0.2838952839374542, -0.05881759524345398, -0.24813346564769745, -0.2963530123233795, 0.36639198660850525, 0.06212899833917618, -1.7454357147216797, -1.505379319190979, -1.225181221961975, -0.17381733655929565, -0.07089526951313019, -0.26258477568626404, -1.7714743614196777, 0.048432886600494385, -0.162978857755661, -0.0262148454785347, -0.3338949978351593, -0.5774180293083191, 0.10192199796438217, 1.2409746646881104, -1.5174875259399414, 1.0148670673370361, 0.0, 0.0, -0.018223540857434273, -0.17425720393657684, -0.8377460241317749, 1.9097965955734253, -1.0703366994857788, -0.0005163895548321307], "max": [0.266180157661438, 0.24101251363754272, 0.29274410009384155, -1.2649273872375488, -0.09260717779397964, 0.10993828624486923, -0.011972958222031593, -0.18733100593090057, 0.5503690242767334, 0.2036069929599762, -1.2804232835769653, -1.1519782543182373, -1.0343520641326904, 0.549412190914154, 0.1892635077238083, -0.07614871114492416, -0.8049982190132141, 0.1446354240179062, 0.063372902572155, 0.15163420140743256, -0.2912130057811737, -0.3761720061302185, 0.11794299632310867, 1.4756050109863281, -1.323338508605957, 1.2871426343917847, 1001.0, 1002.0, -0.018208501860499382, -0.17356164753437042, -0.835407018661499, 1.9104771614074707, -1.0653393268585205, 0.0016497886972501874], "mean": [0.13046059012413025, 0.21393196284770966, 0.07482003420591354, -1.762643575668335, -0.23296767473220825, 3.5691558878170326e-05, -0.06815793365240097, -0.2664887607097626, 0.4001173675060272, 0.18226578831672668, -1.3696839809417725, -1.3399770259857178, -1.1589233875274658, 0.15878108143806458, -0.005294647999107838, -0.12882743775844574, -1.3271291255950928, 0.06694989651441574, -0.11294654756784439, 0.019901221618056297, -0.31367984414100647, -0.4797564148902893, 0.11400791257619858, 1.3047019243240356, -1.3576840162277222, 1.1947765350341797, 699.598876953125, 704.8375244140625, -0.018215816468000412, -0.17375564575195312, -0.8366568684577942, 1.910248875617981, -1.0678192377090454, 0.0005091448547318578], "std": [0.22377145290374756, 0.05007912218570709, 0.07690849900245667, 0.16678926348686218, 0.04095515236258507, 0.04074516147375107, 0.07350803911685944, 0.03586185723543167, 0.054701052606105804, 0.04308299720287323, 0.14993418753147125, 0.05528620257973671, 0.0440390445291996, 0.1849198341369629, 0.09918764233589172, 0.07155313342809677, 0.24491345882415771, 0.02736242674291134, 0.06218433752655983, 0.05340655893087387, 0.011665391735732555, 0.05496853590011597, 0.004439034499228001, 0.08382651954889297, 0.06213374063372612, 0.11265879124403, 445.861083984375, 443.5589599609375, 8.655450187688984e-07, 4.6940785978222266e-05, 0.0003248307330068201, 0.00011890530731761828, 0.0006949809030629694, 0.00027097275597043335], "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": [179], "max": [179], "mean": [179.0], "std": [0.0], "count": [880]}, "index": {"min": [154305], "max": [155184], "mean": [154744.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7352272727272727, 0.7035295452245257], "std": [0.4412121147082103, 0.44268432639351496], "count": [880]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7352272727272727, 0.7035295452245257], "std": [0.4412121147082103, 0.44268432639351496], "count": [880]}, "eef_direction_state": {"mean": [5.223863636363636, 5.264772727272727], "std": [1.869278805885378, 1.9132635001678087], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_state": {"mean": [0.24659090909090908, 0.15454545454545454], "std": [0.573555272686465, 0.4250425355476653], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_state": {"mean": [0.3443181818181818, 0.2715909090909091], "std": [0.6797990937411122, 0.6234888756819696], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_direction_action": {"mean": [5.223863636363636, 5.264772727272727], "std": [1.869278805885378, 1.9132635001678087], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_action": {"mean": [0.24659090909090908, 0.15454545454545454], "std": [0.573555272686465, 0.42504253554766525], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_action": {"mean": [0.3443181818181818, 0.2715909090909091], "std": [0.6797990937411122, 0.6234888756819696], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_sim_pose_state": {"mean": [0.41916172020300996, 0.25194027017451004, 1.170746266222613, -0.04188790431978968, 0.013498908104107275, 1.3844249544959455, 0.49758353164208324, -0.1797409245733806, 1.1257460107428432, 0.023255103651929964, 0.06366701099079079, -1.4170508734949832], "std": [0.058781015625852036, 0.03071048822130656, 0.028152984658134636, 0.06961535938980505, 0.046223121157264874, 0.11639960024306048, 0.054487969498459014, 0.0060755638579460935, 0.01088198816912155, 0.056896876457103535, 0.0654769546955443, 0.08572232473690763], "min": [0.38347481731873995, 0.16080656826395892, 1.1506081548911735, -0.1951396326406934, -0.11540864711188825, 1.0832143960613059, 0.3963719862649473, -0.18982450617944016, 1.1166676707877397, -0.12340131111643238, -0.0676453375706414, -1.4898541802232912], "max": [0.5802316873632185, 0.2710476093029382, 1.2347280518437647, 0.04349014201950596, 0.08187430955418051, 1.4723968899378144, 0.5975296502574922, -0.17391927785270567, 1.1506683002766158, 0.057999490552487765, 0.11104468623117447, -1.2844762106089687], "count": [880]}, "eef_sim_pose_action": {"mean": [0.4192420520336103, 0.2519467901102291, 1.1707410111248187, -0.04181872119343948, 0.013506309113637602, 1.3843747151172892, 0.497714748884976, -0.17972540654492264, 1.1257165759629864, 0.02326069563817047, 0.06386151027032859, -1.41725599430475], "std": [0.05878053050814448, 0.03071376541602794, 0.028156017517679863, 0.06966978222318179, 0.046226727032368645, 0.11638260753320391, 0.054383049122044586, 0.006070057057620449, 0.01086623735917766, 0.056899544051649195, 0.06534102692744978, 0.08566851675700554], "min": [0.38347481731873995, 0.16080656826395892, 1.1506081548911735, -0.1951396326406934, -0.11540864711188825, 1.0832143960613059, 0.3963719862649473, -0.18982450617944016, 1.1166676707877397, -0.12340131111643238, -0.0676453375706414, -1.4898541802232912], "max": [0.5802316873632185, 0.2710476093029382, 1.2347280518437647, 0.04349014201950596, 0.08187430955418051, 1.4723968899378144, 0.5975296502574922, -0.17391927785270567, 1.1506683002766158, 0.057999490552487765, 0.11104468623117447, -1.2844762106089687], "count": [880]}, "gripper_mode_state": {"mean": [0.26477272727272727, 0.29772727272727273], "std": [0.4412121147082103, 0.4572589461144023], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_state": {"mean": [1.9897727272727272, 1.9011363636363636], "std": [0.13015704912918274, 0.3936987537161944], "min": [0, 0], "max": [2, 2], "count": [880]}, "gripper_mode_action": {"mean": [0.26477272727272727, 0.29772727272727273], "std": [0.4412121147082103, 0.4572589461144023], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_action": {"mean": [1.9897727272727272, 1.9011363636363636], "std": [0.13015704912918274, 0.3936987537161944], "min": [0, 0], "max": [2, 2], "count": [880]}}} +{"episode_index": 180, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.471402336059926]], [[0.46354027876210724]], [[0.45334853630207106]]], "std": [[[0.1493008074573479]], [[0.1537495505975592]], [[0.15792567235081595]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.461281572367903]], [[0.45381317426569023]], [[0.4449280479762186]]], "std": [[[0.14381607781545921]], [[0.1455795456422598]], [[0.1501423926687354]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46424431426687146]], [[0.4665065839337743]], [[0.4568396613414442]]], "std": [[[0.16232536653723156]], [[0.16212652616356446]], [[0.16835378741976798]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48853729132215135]], [[0.4821032856917868]], [[0.470968513760926]]], "std": [[[0.14410455612994844]], [[0.14064678313373716]], [[0.15058134033698933]]], "count": [166]}, "observation.state": {"min": [-0.5058138966560364, 0.0504051074385643, -0.007470009382814169, -2.016815185546875, -0.28961992263793945, -0.09117600321769714, -0.24752259254455566, -0.28326600790023804, 0.36550799012184143, 0.053950000554323196, -1.76577627658844, -1.4940147399902344, -1.2989410161972046, -0.17331120371818542, -0.054454270750284195, -0.26258477568626404, -1.7714743614196777, 0.03192207217216492, -0.13196434080600739, -0.026197392493486404, -0.3327749967575073, -0.5741699934005737, 0.10242599993944168, 1.2574106454849243, -1.4665576219558716, 1.0426950454711914, 0.0, 0.0, -0.01826114021241665, -0.1738511621952057, -0.8366280794143677, 1.9101340770721436, -1.0682923793792725, -0.00081730040255934], "max": [0.26797786355018616, 0.25137975811958313, 0.30492648482322693, -1.236373782157898, -0.15714943408966064, 0.02790781483054161, -0.019809486344456673, -0.18319100141525269, 0.5528349876403809, 0.20613600313663483, -1.2971378564834595, -1.1940895318984985, -1.0861743688583374, 0.5335820913314819, 0.18929840624332428, -0.06333799660205841, -0.8252090811729431, 0.11576768755912781, 0.04424409940838814, 0.12695525586605072, -0.29120200872421265, -0.37616801261901855, 0.13093100488185883, 1.4756050109863281, -1.2846834659576416, 1.2823315858840942, 1001.0, 1002.0, -0.01821226254105568, -0.1732119917869568, -0.8359268307685852, 1.9101879596710205, -1.0671998262405396, 0.0022724939044564962], "mean": [0.13387399911880493, 0.2139739841222763, 0.07386703044176102, -1.7670999765396118, -0.24353820085525513, -0.025515906512737274, -0.07797116041183472, -0.26273906230926514, 0.3987260162830353, 0.1814025640487671, -1.393703579902649, -1.3421484231948853, -1.1802623271942139, 0.14566613733768463, -0.005980716086924076, -0.10998569428920746, -1.361160159111023, 0.04773475229740143, -0.11129190027713776, 0.012553317472338676, -0.3065476417541504, -0.47829434275627136, 0.1234830766916275, 1.3098193407058716, -1.3181126117706299, 1.2121639251708984, 658.88623046875, 727.9562377929688, -0.018216809257864952, -0.17353901267051697, -0.8365134000778198, 1.910152792930603, -1.0678471326828003, 0.0006504779448732734], "std": [0.22371333837509155, 0.04848451912403107, 0.07879451662302017, 0.1680707484483719, 0.0252631027251482, 0.019381344318389893, 0.08296897262334824, 0.035797007381916046, 0.054046664386987686, 0.042528074234724045, 0.15648531913757324, 0.05373072996735573, 0.03208223357796669, 0.16657081246376038, 0.08834876120090485, 0.07336411625146866, 0.22091469168663025, 0.024310816079378128, 0.03569282963871956, 0.043725062161684036, 0.010232049971818924, 0.04978371784090996, 0.010165018029510975, 0.0744534358382225, 0.05778941512107849, 0.09957905113697052, 462.22210693359375, 432.8520812988281, 4.89782996737631e-06, 7.81043418101035e-05, 8.670818351674825e-05, 1.4220270713849459e-05, 0.0003178775077685714, 0.00031067035160958767], "count": [914]}, "action": {"min": [-0.5058138966560364, 0.0504051074385643, -0.007470009382814169, -2.016815185546875, -0.28961992263793945, -0.09117600321769714, -0.24752259254455566, -0.28326600790023804, 0.36550799012184143, 0.053950000554323196, -1.76577627658844, -1.4940147399902344, -1.2989410161972046, -0.17331120371818542, -0.054454270750284195, -0.26258477568626404, -1.7714743614196777, 0.03192207217216492, -0.13196434080600739, -0.026197392493486404, -0.3327749967575073, -0.5741699934005737, 0.10242599993944168, 1.2574106454849243, -1.4665576219558716, 1.0426950454711914, 0.0, 0.0, -0.01826114021241665, -0.1738511621952057, -0.8366280794143677, 1.9101340770721436, -1.0682923793792725, -0.00081730040255934], "max": [0.26797786355018616, 0.25137975811958313, 0.30492648482322693, -1.236373782157898, -0.15714943408966064, 0.02790781483054161, -0.019809486344456673, -0.18319100141525269, 0.5528349876403809, 0.20613600313663483, -1.2971378564834595, -1.1940895318984985, -1.0861743688583374, 0.5335820913314819, 0.18929840624332428, -0.06333799660205841, -0.8252090811729431, 0.11576768755912781, 0.04424409940838814, 0.12695525586605072, -0.29120200872421265, -0.37616801261901855, 0.13093100488185883, 1.4756050109863281, -1.2846834659576416, 1.2823315858840942, 1001.0, 1002.0, -0.01821226254105568, -0.1732119917869568, -0.8359268307685852, 1.9101879596710205, -1.0671998262405396, 0.0022724939044564962], "mean": [0.13357332348823547, 0.2139033079147339, 0.0738835483789444, -1.7668439149856567, -0.24350376427173615, -0.025534162297844887, -0.07811783999204636, -0.2627260386943817, 0.398809015750885, 0.18138481676578522, -1.3938310146331787, -1.3421944379806519, -1.1802700757980347, 0.1460450142621994, -0.006247192621231079, -0.10976867377758026, -1.3606756925582886, 0.047697801142930984, -0.111366406083107, 0.012580547481775284, -0.3065623641014099, -0.4784192740917206, 0.12350582331418991, 1.309594750404358, -1.318063735961914, 1.2124000787734985, 658.88623046875, 727.9562377929688, -0.018216824159026146, -0.17353875935077667, -0.8365132212638855, 1.910152792930603, -1.0678470134735107, 0.0006503211334347725], "std": [0.22372087836265564, 0.04849223792552948, 0.07878939807415009, 0.16812391579151154, 0.025270532816648483, 0.01938466913998127, 0.08298468589782715, 0.03579171746969223, 0.054055631160736084, 0.04252294450998306, 0.15645405650138855, 0.0537288561463356, 0.0320841483771801, 0.1662377119064331, 0.08812636137008667, 0.07320576906204224, 0.22050034999847412, 0.024309080094099045, 0.035664163529872894, 0.04370845854282379, 0.010220889002084732, 0.04967059940099716, 0.010157433338463306, 0.07426383346319199, 0.05779854580760002, 0.09948724508285522, 462.22210693359375, 432.85205078125, 4.915021690976573e-06, 7.796338468324393e-05, 8.667520887684077e-05, 1.42313720061793e-05, 0.00031784214661456645, 0.00031066639348864555], "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": [180], "max": [180], "mean": [180.0], "std": [0.0], "count": [914]}, "index": {"min": [155185], "max": [156098], "mean": [155641.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6958424507658644, 0.7265919032496455], "std": [0.4600497087033293, 0.4319862487651173], "count": [914]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6958424507658644, 0.7265919032496455], "std": [0.46004970870332923, 0.4319862487651173], "count": [914]}, "eef_direction_state": {"mean": [5.078774617067833, 5.405908096280087], "std": [2.022393296872093, 1.7315479522751995], "min": [0, 0], "max": [6, 6], "count": [914]}, "eef_velocity_state": {"mean": [0.26805251641137856, 0.14332603938730853], "std": [0.5854986592259415, 0.4390963079541014], "min": [0, 0], "max": [2, 2], "count": [914]}, "eef_acc_mag_state": {"mean": [0.38840262582056895, 0.2549234135667396], "std": [0.7118234573202512, 0.6113467973312485], "min": [0, 0], "max": [2, 2], "count": [914]}, "eef_direction_action": {"mean": [5.078774617067833, 5.405908096280087], "std": [2.022393296872093, 1.7315479522751995], "min": [0, 0], "max": [6, 6], "count": [914]}, "eef_velocity_action": {"mean": [0.26805251641137856, 0.14332603938730853], "std": [0.5854986592259415, 0.4390963079541013], "min": [0, 0], "max": [2, 2], "count": [914]}, "eef_acc_mag_action": {"mean": [0.38840262582056895, 0.2549234135667396], "std": [0.7118234573202512, 0.6113467973312485], "min": [0, 0], "max": [2, 2], "count": [914]}, "eef_sim_pose_state": {"mean": [0.4183682876260543, 0.25203120157843406, 1.1713831547836469, -0.06987475307614051, 0.01867476380355793, 1.3732367851453438, 0.4957424129769484, -0.18632955680673405, 1.1306426559309688, 0.04264136282434145, 0.04740443725484908, -1.4422992731456254], "std": [0.058765158374511475, 0.029940305639680354, 0.02680394918146085, 0.0811770050775467, 0.030152454536127672, 0.12376670100535682, 0.049021791778420594, 0.001987081109991244, 0.00735149528369853, 0.044328904743713135, 0.05124345741440467, 0.08596526997066203], "min": [0.3830614930318641, 0.15641767614627106, 1.1567924547208333, -0.25145554872109177, -0.08145809314683228, 1.0542364888912041, 0.39637706173766274, -0.19068619554502095, 1.1173320241232085, -0.07968215341103813, -0.06763741690680414, -1.5047101547815518], "max": [0.5853513270937714, 0.28198220714993955, 1.2314612088100145, -0.017448321677329348, 0.04211932892754122, 1.4601213124410335, 0.5940033881691231, -0.17924541894783366, 1.1505189850093613, 0.06732091584923272, 0.07502909013098469, -1.3042661124264627], "count": [914]}, "eef_sim_pose_action": {"mean": [0.4184536854460733, 0.252024754482565, 1.1713875298787695, -0.06995019870009615, 0.018674754757038017, 1.3731330984629537, 0.49586315761528843, -0.18632699751217752, 1.1306256539041644, 0.04266088931206175, 0.047559770207323195, -1.4425150364036734], "std": [0.05877113568802088, 0.02993824805262374, 0.026801894916613136, 0.08116032286177374, 0.030152450328731956, 0.12374548586970918, 0.04891272017027948, 0.001985519689543122, 0.007337375312620526, 0.04433515139938964, 0.0511097350045623, 0.08586614276750852], "min": [0.3830614930318641, 0.15641767614627106, 1.1567924547208333, -0.25145554872109177, -0.08145809314683228, 1.0542364888912041, 0.39637706173766274, -0.19068619554502095, 1.1173320241232085, -0.07968215341103813, -0.06763741690680414, -1.5047101547815518], "max": [0.5853513270937714, 0.28198220714993955, 1.2314612088100145, -0.017448321677329348, 0.04211932892754122, 1.4601213124410335, 0.5940033881691231, -0.17924541894783366, 1.1505189850093613, 0.06732091584923272, 0.07502909013098469, -1.3042661124264627], "count": [914]}, "gripper_mode_state": {"mean": [0.3041575492341357, 0.2724288840262582], "std": [0.4600497087033293, 0.4452093745356931], "min": [0, 0], "max": [1, 1], "count": [914]}, "gripper_activity_state": {"mean": [1.9901531728665207, 1.9037199124726476], "std": [0.1277279082706754, 0.38790148580384726], "min": [0, 0], "max": [2, 2], "count": [914]}, "gripper_mode_action": {"mean": [0.3041575492341357, 0.2724288840262582], "std": [0.46004970870332923, 0.4452093745356931], "min": [0, 0], "max": [1, 1], "count": [914]}, "gripper_activity_action": {"mean": [1.9901531728665207, 1.9037199124726476], "std": [0.1277279082706754, 0.38790148580384726], "min": [0, 0], "max": [2, 2], "count": [914]}}} +{"episode_index": 181, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47443325437390405]], [[0.4658592778574845]], [[0.45580061249601467]]], "std": [[[0.15384615358617004]], [[0.15734824163676545]], [[0.16144032676744416]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4607097032918859]], [[0.4535925120556353]], [[0.4445136360692651]]], "std": [[[0.14488665055317182]], [[0.14698925975978502]], [[0.15180341770663539]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4641090076020245]], [[0.4657467980332377]], [[0.45736670552367287]]], "std": [[[0.16448228903521422]], [[0.16341907734135963]], [[0.17008831102165572]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48640175030886335]], [[0.4808513781783038]], [[0.4689063907321058]]], "std": [[[0.14688088685885042]], [[0.14363467383073036]], [[0.15437411093184916]]], "count": [164]}, "observation.state": {"min": [-0.49822166562080383, 0.11470303684473038, -0.0015707963611930609, -1.9219914674758911, -0.2554463744163513, -0.03808308392763138, -0.2811201810836792, -0.2897369861602783, 0.3666520118713379, 0.07692500203847885, -1.7642529010772705, -1.494640588760376, -1.2597706317901611, -0.17331120371818542, -0.06408848613500595, -0.26258477568626404, -1.7714743614196777, 0.022305307909846306, -0.18814648687839508, -0.026197392493486404, -0.33612099289894104, -0.5717639923095703, 0.09668900072574615, 1.281158208847046, -1.4226953983306885, 1.0572853088378906, 0.0, 0.0, -0.018234819173812866, -0.1737891137599945, -0.8371098041534424, 1.9101277589797974, -1.0683122873306274, -0.0031097284518182278], "max": [0.2655344009399414, 0.2410474270582199, 0.2926742434501648, -1.2818046808242798, -0.1166403591632843, 0.06082472205162048, -0.01621410995721817, -0.18415500223636627, 0.5519559979438782, 0.20755699276924133, -1.2971378564834595, -1.1878958940505981, -0.9933266639709473, 0.5246634483337402, 0.18929840624332428, -0.07853981852531433, -0.8054519891738892, 0.0742986649274826, 0.0028623400721699, 0.08405505865812302, -0.2920379936695099, -0.3761709928512573, 0.12080299854278564, 1.4756050109863281, -1.294909954071045, 1.2769889831542969, 1001.0, 1002.0, -0.018225422129034996, -0.17329470813274384, -0.8361851572990417, 1.910326600074768, -1.0670722723007202, 0.003097388194873929], "mean": [0.1065022274851799, 0.21251386404037476, 0.08739615231752396, -1.7411750555038452, -0.2333223670721054, -0.011964586563408375, -0.08025262504816055, -0.2647373080253601, 0.40605267882347107, 0.17774039506912231, -1.392122745513916, -1.3461339473724365, -1.1547290086746216, 0.13476420938968658, -0.00971862394362688, -0.1236637607216835, -1.3693218231201172, 0.03580286353826523, -0.1175013855099678, 0.010974046774208546, -0.3067021369934082, -0.4740372598171234, 0.11501705646514893, 1.3283288478851318, -1.3229910135269165, 1.2017631530761719, 658.6904296875, 659.4454345703125, -0.018229864537715912, -0.17347648739814758, -0.8365182876586914, 1.910172462463379, -1.067763090133667, 0.0005742752109654248], "std": [0.24714936316013336, 0.04191317409276962, 0.08160770684480667, 0.18107278645038605, 0.03312653303146362, 0.018451476469635963, 0.09148896485567093, 0.03513511270284653, 0.06045818701386452, 0.03912024572491646, 0.16036894917488098, 0.06074763461947441, 0.06005437299609184, 0.17581260204315186, 0.09663327783346176, 0.07072179764509201, 0.23859086632728577, 0.018417345359921455, 0.03704144433140755, 0.03134637326002121, 0.01197878085076809, 0.05229206010699272, 0.006959115155041218, 0.07111608237028122, 0.03952901437878609, 0.09474003314971924, 461.8060302734375, 461.9499816894531, 9.762799209056539e-07, 3.6926925531588495e-05, 0.00020848501299042255, 6.347814633045346e-05, 0.00029959852690808475, 0.0006538870511576533], "count": [898]}, "action": {"min": [-0.49822166562080383, 0.11470303684473038, -0.0015707963611930609, -1.9219914674758911, -0.2554463744163513, -0.03808308392763138, -0.2811201810836792, -0.2897369861602783, 0.3666520118713379, 0.07692500203847885, -1.7642529010772705, -1.494640588760376, -1.2597706317901611, -0.17331120371818542, -0.06408848613500595, -0.26258477568626404, -1.7714743614196777, 0.022305307909846306, -0.18814648687839508, -0.026197392493486404, -0.33612099289894104, -0.5717639923095703, 0.09668900072574615, 1.281158208847046, -1.4226953983306885, 1.0572853088378906, 0.0, 0.0, -0.018234819173812866, -0.1737891137599945, -0.8371098041534424, 1.9101277589797974, -1.0683122873306274, -0.0031097284518182278], "max": [0.2655344009399414, 0.2410474270582199, 0.2926742434501648, -1.2818046808242798, -0.1166403591632843, 0.06082472205162048, -0.01621410995721817, -0.18415500223636627, 0.5519559979438782, 0.20755699276924133, -1.2971378564834595, -1.1878958940505981, -0.9933266639709473, 0.5246634483337402, 0.18929840624332428, -0.07853981852531433, -0.8054519891738892, 0.0742986649274826, 0.0028623400721699, 0.08405505865812302, -0.2920379936695099, -0.3761709928512573, 0.12080299854278564, 1.4756050109863281, -1.294909954071045, 1.2769889831542969, 1001.0, 1002.0, -0.018225422129034996, -0.17329470813274384, -0.8361851572990417, 1.910326600074768, -1.0670722723007202, 0.003097388194873929], "mean": [0.10612352192401886, 0.21240049600601196, 0.08747060596942902, -1.7408149242401123, -0.23326699435710907, -0.011930339969694614, -0.08038243651390076, -0.26474449038505554, 0.4061567485332489, 0.17769348621368408, -1.3921928405761719, -1.346252202987671, -1.1546729803085327, 0.13513731956481934, -0.010000420734286308, -0.12345957010984421, -1.3688424825668335, 0.0357549749314785, -0.11758138239383698, 0.011006951332092285, -0.3067159354686737, -0.4741601347923279, 0.1150285080075264, 1.3281217813491821, -1.3229562044143677, 1.2019944190979004, 658.6904296875, 659.4454345703125, -0.01822986640036106, -0.17347656190395355, -0.8365181684494019, 1.910172700881958, -1.0677634477615356, 0.0005742836510762572], "std": [0.24716606736183167, 0.04197363182902336, 0.08159676194190979, 0.18117886781692505, 0.03313371539115906, 0.018463773652911186, 0.09148596972227097, 0.035139553248882294, 0.06047074496746063, 0.03911658376455307, 0.16034111380577087, 0.06079771742224693, 0.06004982814192772, 0.17551447451114655, 0.096421018242836, 0.07058507949113846, 0.23821485042572021, 0.01839527115225792, 0.037002548575401306, 0.03132288157939911, 0.011969021521508694, 0.05219158157706261, 0.0069588408805429935, 0.07095766812562943, 0.03953707218170166, 0.09466351568698883, 461.8060302734375, 461.9499816894531, 9.770270708031603e-07, 3.697598003782332e-05, 0.00020835288160014898, 6.362193380482495e-05, 0.00029949695453979075, 0.0006538861198350787], "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": [181], "max": [181], "mean": [181.0], "std": [0.0], "count": [898]}, "index": {"min": [156099], "max": [156996], "mean": [156547.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6959910913140311, 0.6582149224587092], "std": [0.4599864042833582, 0.4610368791322638], "count": [898]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6959910913140311, 0.6582149224587092], "std": [0.4599864042833582, 0.4610368791322638], "count": [898]}, "eef_direction_state": {"mean": [5.237193763919822, 5.321826280623608], "std": [1.8665015952892203, 1.859781881533922], "min": [0, 0], "max": [6, 6], "count": [898]}, "eef_velocity_state": {"mean": [0.21380846325167038, 0.1603563474387528], "std": [0.5071304210770905, 0.46826777166344324], "min": [0, 0], "max": [2, 2], "count": [898]}, "eef_acc_mag_state": {"mean": [0.36080178173719374, 0.24721603563474387], "std": [0.6976736899410972, 0.5942542631526802], "min": [0, 0], "max": [2, 2], "count": [898]}, "eef_direction_action": {"mean": [5.237193763919822, 5.321826280623608], "std": [1.8665015952892203, 1.859781881533922], "min": [0, 0], "max": [6, 6], "count": [898]}, "eef_velocity_action": {"mean": [0.21380846325167038, 0.1603563474387528], "std": [0.5071304210770905, 0.4682677716634433], "min": [0, 0], "max": [2, 2], "count": [898]}, "eef_acc_mag_action": {"mean": [0.36080178173719374, 0.24721603563474387], "std": [0.6976736899410972, 0.59425426315268], "min": [0, 0], "max": [2, 2], "count": [898]}, "eef_sim_pose_state": {"mean": [0.42588396761363073, 0.2493625476882186, 1.171435611673948, -0.05212020003367392, 0.009654104745136366, 1.3661290942726239, 0.4916860505938345, -0.17967748848326842, 1.1300587398457993, 0.04626604431042384, 0.03907498821043019, -1.4261252832959022], "std": [0.0653511989804914, 0.024574646329191745, 0.028271601982692133, 0.06375361434137414, 0.05025178973164841, 0.13305895904276788, 0.051296295266167705, 0.00460327856619678, 0.00858999134249955, 0.04370418779454305, 0.05297995945894836, 0.07298632390398312], "min": [0.38349573097934475, 0.18198446654182826, 1.1509074448525995, -0.22915445255187716, -0.13503501589696953, 1.054111701262459, 0.39637692765106314, -0.18872282055800957, 1.1121989490390505, -0.056829069071477445, -0.06762040447583573, -1.4869515900811563], "max": [0.5838986019020795, 0.2663184775058841, 1.2393381597855706, -0.011979632019427311, 0.06058650284563849, 1.481789258125385, 0.5897482129447489, -0.16916590356684247, 1.1445366459278143, 0.0758453405227999, 0.0749727413051322, -1.2999184685212248], "count": [898]}, "eef_sim_pose_action": {"mean": [0.425990628240891, 0.24932993810945467, 1.1714290586704943, -0.05211458845650533, 0.009680986204512245, 1.3660018937987115, 0.49180493889996707, -0.17966583272354755, 1.130041819405462, 0.04629321119924198, 0.039230997815564474, -1.4263212379952874], "std": [0.06536010711685099, 0.024573886172445096, 0.028275675159199893, 0.0637568863641177, 0.05027054517698738, 0.13303718315931967, 0.051198929412653686, 0.004593646065095833, 0.008576464750625453, 0.04371281713080632, 0.05287170507124644, 0.07289514494343106], "min": [0.38349573097934475, 0.18198446654182826, 1.1509074448525995, -0.22915445255187716, -0.13503501589696953, 1.054111701262459, 0.39637692765106314, -0.18872282055800957, 1.1121989490390505, -0.056829069071477445, -0.06762040447583573, -1.4869515900811563], "max": [0.5838986019020795, 0.2663184775058841, 1.2393381597855706, -0.011979632019427311, 0.06058650284563849, 1.481789258125385, 0.5897482129447489, -0.16916590356684247, 1.1445366459278143, 0.0758453405227999, 0.0749727413051322, -1.2999184685212248], "count": [898]}, "gripper_mode_state": {"mean": [0.3040089086859688, 0.3418708240534521], "std": [0.4599864042833582, 0.47433655110529743], "min": [0, 0], "max": [1, 1], "count": [898]}, "gripper_activity_state": {"mean": [1.989977728285078, 1.9064587973273943], "std": [0.12885394934269154, 0.3836040248184319], "min": [0, 0], "max": [2, 2], "count": [898]}, "gripper_mode_action": {"mean": [0.3040089086859688, 0.3418708240534521], "std": [0.4599864042833582, 0.47433655110529743], "min": [0, 0], "max": [1, 1], "count": [898]}, "gripper_activity_action": {"mean": [1.989977728285078, 1.9064587973273943], "std": [0.12885394934269154, 0.38360402481843187], "min": [0, 0], "max": [2, 2], "count": [898]}}} +{"episode_index": 182, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47285531540110737]], [[0.4652762868948004]], [[0.4556443086257858]]], "std": [[[0.15397044522289557]], [[0.15955092203697233]], [[0.16366818542769895]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4615832747908081]], [[0.4538708708005495]], [[0.4463381312185171]]], "std": [[[0.14546205928837638]], [[0.1480988068101422]], [[0.15275858939889878]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46839812559843474]], [[0.46929710201490366]], [[0.45976517292161023]]], "std": [[[0.15983162153456587]], [[0.15870444785406604]], [[0.16592048939239107]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49393562403730074]], [[0.48340232114608056]], [[0.4689851249947962]]], "std": [[[0.15206919640744218]], [[0.14251911419839172]], [[0.1515545454577558]]], "count": [157]}, "observation.state": {"min": [-0.4251272976398468, -0.1258905977010727, -0.13069024682044983, -2.150350332260132, -0.49492302536964417, -0.020804325118660927, -0.23638738691806793, -0.2836720049381256, 0.3294520080089569, 0.05654799938201904, -1.5195715427398682, -1.5649347305297852, -1.1854034662246704, -0.1846034675836563, -0.11374311149120331, -0.26258477568626404, -1.7936923503875732, 0.024085544049739838, -0.10328859090805054, -0.026197392493486404, -0.3284290134906769, -0.5716969966888428, 0.07592199742794037, 1.1814758777618408, -1.5492960214614868, 0.9866538643836975, 0.0, 0.0, -0.018249860033392906, -0.17415006458759308, -0.8371248245239258, 1.910046935081482, -1.069952368736267, -0.002891401993110776], "max": [0.39013347029685974, 0.41226422786712646, 0.28499481081962585, -1.4630571603775024, 0.18357372283935547, 0.4827231764793396, -0.006510077975690365, -0.1526769995689392, 0.5387279987335205, 0.22230100631713867, -1.1949822902679443, -1.1727416515350342, -0.9399133324623108, 0.5145928859710693, 0.1892635077238083, -0.0938987135887146, -0.8693485260009766, 0.20406390726566315, 0.11259119212627411, 0.19374899566173553, -0.27949100732803345, -0.37505900859832764, 0.13823699951171875, 1.4763309955596924, -1.3291609287261963, 1.1650382280349731, 1001.0, 1002.0, -0.018216021358966827, -0.1729695051908493, -0.8354831337928772, 1.9103599786758423, -1.0665152072906494, 0.005128773860633373], "mean": [0.12495940178632736, 0.18812038004398346, 0.06573020666837692, -1.8242864608764648, -0.1806618869304657, 0.10836905241012573, -0.05012969672679901, -0.2490958720445633, 0.39824211597442627, 0.17535293102264404, -1.3392424583435059, -1.321230411529541, -1.1198166608810425, 0.07058387249708176, 0.07339673489332199, -0.14792823791503906, -1.4508875608444214, 0.14426837861537933, -0.064498670399189, 0.11737111955881119, -0.3103749454021454, -0.45334601402282715, 0.1219162791967392, 1.3734345436096191, -1.4481428861618042, 1.1245543956756592, 614.6148681640625, 737.5877685546875, -0.01823204942047596, -0.17352131009101868, -0.8366758227348328, 1.9101743698120117, -1.0678071975708008, 0.0005508129252120852], "std": [0.238276869058609, 0.1185157522559166, 0.09522326290607452, 0.1370529979467392, 0.1592937558889389, 0.17006173729896545, 0.05668703094124794, 0.048611339181661606, 0.056814972311258316, 0.05291823670268059, 0.08360423892736435, 0.07928994297981262, 0.08687802404165268, 0.17163805663585663, 0.08052308112382889, 0.04163819178938866, 0.21793469786643982, 0.06990721076726913, 0.0525079146027565, 0.07223372906446457, 0.010290036909282207, 0.04859107732772827, 0.020375052466988564, 0.07887230068445206, 0.04832495003938675, 0.04349013790488243, 473.82208251953125, 426.3162841796875, 1.532976853013679e-06, 9.030372166307643e-05, 0.00028348094201646745, 8.572996739530936e-05, 0.00040508757228963077, 0.0008988397312350571], "count": [849]}, "action": {"min": [-0.4251272976398468, -0.1258905977010727, -0.13069024682044983, -2.150350332260132, -0.49492302536964417, -0.020804325118660927, -0.23638738691806793, -0.2836720049381256, 0.3294520080089569, 0.05654799938201904, -1.5195715427398682, -1.5649347305297852, -1.1854034662246704, -0.1846034675836563, -0.11374311149120331, -0.26258477568626404, -1.7936923503875732, 0.024085544049739838, -0.10328859090805054, -0.026197392493486404, -0.3284290134906769, -0.5716969966888428, 0.07592199742794037, 1.1814758777618408, -1.5492960214614868, 0.9866538643836975, 0.0, 0.0, -0.018249860033392906, -0.17415006458759308, -0.8371248245239258, 1.910046935081482, -1.069952368736267, -0.002891401993110776], "max": [0.39013347029685974, 0.41226422786712646, 0.28499481081962585, -1.4630571603775024, 0.18357372283935547, 0.4827231764793396, -0.006510077975690365, -0.1526769995689392, 0.5387279987335205, 0.22230100631713867, -1.1949822902679443, -1.1727416515350342, -0.9399133324623108, 0.5145928859710693, 0.1892635077238083, -0.0938987135887146, -0.8693485260009766, 0.20406390726566315, 0.11259119212627411, 0.19374899566173553, -0.27949100732803345, -0.37505900859832764, 0.13823699951171875, 1.4763309955596924, -1.3291609287261963, 1.1650382280349731, 1001.0, 1002.0, -0.018216021358966827, -0.1729695051908493, -0.8354831337928772, 1.9103599786758423, -1.0665152072906494, 0.005128773860633373], "mean": [0.12475341558456421, 0.18793390691280365, 0.06559395045042038, -1.824195146560669, -0.18036925792694092, 0.10860644280910492, -0.05019788444042206, -0.2490823119878769, 0.39829954504966736, 0.17537564039230347, -1.3391295671463013, -1.3210786581039429, -1.1197113990783691, 0.07082021981477737, 0.07329695671796799, -0.147776797413826, -1.4505566358566284, 0.14442412555217743, -0.06453967094421387, 0.11759860813617706, -0.3103996515274048, -0.4534246325492859, 0.12194867432117462, 1.373345971107483, -1.4483089447021484, 1.1246578693389893, 614.6148681640625, 737.5877685546875, -0.01823204942047596, -0.17352156341075897, -0.8366758227348328, 1.9101743698120117, -1.0678075551986694, 0.0005507011665031314], "std": [0.238230898976326, 0.118556909263134, 0.09533967077732086, 0.13706228137016296, 0.15938729047775269, 0.17002208530902863, 0.0566854290664196, 0.04860341548919678, 0.05680764839053154, 0.05293375626206398, 0.08372565358877182, 0.07941754162311554, 0.08685340732336044, 0.17143987119197845, 0.08043192327022552, 0.04145454242825508, 0.21766141057014465, 0.06987977027893066, 0.05252060666680336, 0.07208527624607086, 0.010271279141306877, 0.04852009937167168, 0.020377490669488907, 0.07879980653524399, 0.04815789312124252, 0.043456774204969406, 473.82208251953125, 426.3162841796875, 1.532976853013679e-06, 9.059346484718844e-05, 0.0002834717743098736, 8.562798029743135e-05, 0.00040512310806661844, 0.0008988261688500643], "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": [182], "max": [182], "mean": [182.0], "std": [0.0], "count": [849]}, "index": {"min": [156997], "max": [157845], "mean": [157421.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6537102473498233, 0.7362084807246678], "std": [0.47578688491766763, 0.4254594386512644], "count": [849]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6537102473498233, 0.7362084807246678], "std": [0.47578688491766763, 0.4254594386512644], "count": [849]}, "eef_direction_state": {"mean": [5.078916372202591, 5.022379269729093], "std": [1.894046404439481, 2.1274399956451835], "min": [0, 0], "max": [6, 6], "count": [849]}, "eef_velocity_state": {"mean": [0.3510011778563015, 0.22025912838633688], "std": [0.6755023860038158, 0.4923580230286738], "min": [0, 0], "max": [2, 2], "count": [849]}, "eef_acc_mag_state": {"mean": [0.48056537102473496, 0.3875147232037691], "std": [0.7658258270876729, 0.7062798039332662], "min": [0, 0], "max": [2, 2], "count": [849]}, "eef_direction_action": {"mean": [5.078916372202591, 5.022379269729093], "std": [1.894046404439481, 2.1274399956451835], "min": [0, 0], "max": [6, 6], "count": [849]}, "eef_velocity_action": {"mean": [0.3510011778563015, 0.22025912838633688], "std": [0.6755023860038158, 0.4923580230286739], "min": [0, 0], "max": [2, 2], "count": [849]}, "eef_acc_mag_action": {"mean": [0.48056537102473496, 0.3875147232037691], "std": [0.7658258270876729, 0.7062798039332662], "min": [0, 0], "max": [2, 2], "count": [849]}, "eef_sim_pose_state": {"mean": [0.41633808053562, 0.24281691644328934, 1.1925377590846074, -0.003279482610399349, -0.010374720527252962, 1.4023998061692664, 0.47355672993975273, -0.200067591911329, 1.1302462430179399, 0.012555713556649188, 0.06249262418871278, -1.3076676354946875], "std": [0.05740477412281546, 0.04694064091449723, 0.04975489612886523, 0.028890906077760042, 0.070095831617733, 0.10009592883465646, 0.04804482664594549, 0.02398646155810336, 0.009427069339298606, 0.06344233047858261, 0.04600652786951389, 0.04873213256975504], "min": [0.3509096505557862, 0.12831463452406963, 1.156690913454342, -0.058275866064757875, -0.18081668677388874, 1.1240770820232282, 0.39520118927533837, -0.21860187419346463, 1.1232199484206116, -0.1468281460271812, -0.06755121424560429, -1.433136818724296], "max": [0.5571111598992226, 0.30566011033059076, 1.2938472593503596, 0.07210747029273445, 0.09124660804304696, 1.56357862019791, 0.5896317938079267, -0.1467904558077274, 1.1559049710116625, 0.06196701557653317, 0.09487010621167435, -1.1974038479827978], "count": [849]}, "eef_sim_pose_action": {"mean": [0.41639477943287545, 0.24282383456324272, 1.192563298490962, -0.003175161812430064, -0.010505231737168998, 1.4025322403909248, 0.47363576460320145, -0.2001016309438999, 1.1302217396828236, 0.012553624816095359, 0.06267102152218183, -1.3076444897904589], "std": [0.057396092821999874, 0.04694427574253478, 0.0497421157743193, 0.02899880088686387, 0.07011874367645606, 0.10022775348712003, 0.047972946004215235, 0.02399079346058602, 0.009417032852425981, 0.06344119738732656, 0.045795400140116835, 0.048738371180249304], "min": [0.3509096505557862, 0.12831463452406963, 1.156690913454342, -0.058275866064757875, -0.18081668677388874, 1.1240770820232282, 0.39520118927533837, -0.21860187419346463, 1.1232199484206116, -0.1468281460271812, -0.06755121424560429, -1.433136818724296], "max": [0.5571111598992226, 0.30566011033059076, 1.2938472593503596, 0.07210747029273445, 0.09124660804304696, 1.56357862019791, 0.5896317938079267, -0.1467904558077274, 1.1559049710116625, 0.06196701557653317, 0.09487010621167435, -1.1974038479827978], "count": [849]}, "gripper_mode_state": {"mean": [0.3462897526501767, 0.26383981154299174], "std": [0.47578688491766763, 0.440713473118257], "min": [0, 0], "max": [1, 1], "count": [849]}, "gripper_activity_state": {"mean": [1.989399293286219, 1.9069493521790342], "std": [0.132497054835708, 0.38470308686537524], "min": [0, 0], "max": [2, 2], "count": [849]}, "gripper_mode_action": {"mean": [0.3462897526501767, 0.26383981154299174], "std": [0.47578688491766763, 0.440713473118257], "min": [0, 0], "max": [1, 1], "count": [849]}, "gripper_activity_action": {"mean": [1.989399293286219, 1.9069493521790342], "std": [0.132497054835708, 0.38470308686537524], "min": [0, 0], "max": [2, 2], "count": [849]}}} +{"episode_index": 183, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4712593825790274]], [[0.46260776092407613]], [[0.45213807318000576]]], "std": [[[0.15337668371970517]], [[0.15828366578996136]], [[0.16274302169618904]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46377655999506723]], [[0.45669863731656185]], [[0.4498698642454885]]], "std": [[[0.14604132627792749]], [[0.14822035171570946]], [[0.1532447778152222]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46412139931968593]], [[0.46584149684506926]], [[0.4564844540017265]]], "std": [[[0.16153266144145156]], [[0.16081191129312028]], [[0.1683196213307364]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48815523646565545]], [[0.47971060061865417]], [[0.4662023009413409]]], "std": [[[0.14929987410852333]], [[0.14454802630643124]], [[0.15393416149813993]]], "count": [159]}, "observation.state": {"min": [-0.42329469323158264, -0.021013764664530754, -0.103131502866745, -2.1691648960113525, -0.5539500713348389, -0.02082177810370922, -0.2560223340988159, -0.2834489941596985, 0.32846799492836, 0.05537300184369087, -1.5969278812408447, -1.6396578550338745, -1.1874421834945679, -0.17404423654079437, -0.04991641640663147, -0.26258477568626404, -1.771422028541565, -0.07358308136463165, -0.06370452046394348, -0.026197392493486404, -0.33597299456596375, -0.5550079941749573, 0.09301000088453293, 1.2758657932281494, -1.3855597972869873, 0.8727772831916809, 0.0, 0.0, -0.018249860033392906, -0.1740485429763794, -0.8370226621627808, 1.909826636314392, -1.0682004690170288, -0.0014608888886868954], "max": [0.3928561806678772, 0.47890087962150574, 0.3154159188270569, -1.4840534925460815, -0.02710496261715889, 0.4179016351699829, -0.019809486344456673, -0.16285699605941772, 0.53404301404953, 0.2184710055589676, -1.1666568517684937, -1.272067904472351, -0.9403008222579956, 0.4484623372554779, 0.1892635077238083, -0.12053243815898895, -0.9445198178291321, 0.06588618457317352, 0.1287703812122345, 0.11726866662502289, -0.29205799102783203, -0.3761569857597351, 0.1289999932050705, 1.4755313396453857, -1.300095558166504, 1.0708322525024414, 1001.0, 1002.0, -0.018214140087366104, -0.17344698309898376, -0.8357430100440979, 1.9103813171386719, -1.067221999168396, 0.004208005499094725], "mean": [0.15235313773155212, 0.21387538313865662, 0.06679017096757889, -1.8325669765472412, -0.23469017446041107, 0.08674737811088562, -0.05851989984512329, -0.2551775276660919, 0.3908367156982422, 0.17892248928546906, -1.3391141891479492, -1.3597826957702637, -1.127492904663086, 0.06621778011322021, 0.04834286868572235, -0.15511591732501984, -1.4904258251190186, -0.02024841494858265, 0.02495119534432888, 0.053287018090486526, -0.30745288729667664, -0.4536919891834259, 0.1173602044582367, 1.3620855808258057, -1.3264474868774414, 1.0117741823196411, 668.6150512695312, 608.3202514648438, -0.018231812864542007, -0.1737322211265564, -0.8365700244903564, 1.9101694822311401, -1.0678199529647827, 0.0005672817351296544], "std": [0.23004937171936035, 0.09858735650777817, 0.09727711975574493, 0.12587419152259827, 0.10611904412508011, 0.15906307101249695, 0.06011839956045151, 0.045715104788541794, 0.05273694172501564, 0.05000298097729683, 0.09828032553195953, 0.08607899397611618, 0.08951568603515625, 0.17776702344417572, 0.06676781922578812, 0.04948970302939415, 0.23669353127479553, 0.0390145443379879, 0.05028878524899483, 0.03446130082011223, 0.01233133114874363, 0.05074545741081238, 0.012546970508992672, 0.05635489895939827, 0.025709494948387146, 0.03405776619911194, 458.08331298828125, 476.0194091796875, 1.4034154673936428e-06, 6.404325540643185e-05, 0.0001812380360206589, 0.00012315373169258237, 0.00019267838797532022, 0.0006475047557614744], "count": [865]}, "action": {"min": [-0.42329469323158264, -0.021013764664530754, -0.103131502866745, -2.1691648960113525, -0.5539500713348389, -0.02082177810370922, -0.2560223340988159, -0.2834489941596985, 0.32846799492836, 0.05537300184369087, -1.5969278812408447, -1.6396578550338745, -1.1874421834945679, -0.17404423654079437, -0.04991641640663147, -0.26258477568626404, -1.771422028541565, -0.07358308136463165, -0.06370452046394348, -0.026197392493486404, -0.33597299456596375, -0.5550079941749573, 0.09301000088453293, 1.2758657932281494, -1.3855597972869873, 0.8727772831916809, 0.0, 0.0, -0.018249860033392906, -0.1740485429763794, -0.8370226621627808, 1.909826636314392, -1.0682004690170288, -0.0014608888886868954], "max": [0.3928561806678772, 0.47890087962150574, 0.3154159188270569, -1.4840534925460815, -0.02710496261715889, 0.4179016351699829, -0.019809486344456673, -0.16285699605941772, 0.53404301404953, 0.2184710055589676, -1.1666568517684937, -1.272067904472351, -0.9403008222579956, 0.4484623372554779, 0.1892635077238083, -0.12053243815898895, -0.9445198178291321, 0.06588618457317352, 0.1287703812122345, 0.11726866662502289, -0.29205799102783203, -0.3761569857597351, 0.1289999932050705, 1.4755313396453857, -1.300095558166504, 1.0708322525024414, 1001.0, 1002.0, -0.018214140087366104, -0.17344698309898376, -0.8357430100440979, 1.9103813171386719, -1.067221999168396, 0.004208005499094725], "mean": [0.15222762525081635, 0.21370626986026764, 0.06665782630443573, -1.832531213760376, -0.2345193475484848, 0.08698955178260803, -0.058603107929229736, -0.2551717758178711, 0.3908713757991791, 0.17894047498703003, -1.3389685153961182, -1.359748363494873, -1.1274248361587524, 0.0664392039179802, 0.048168573528528214, -0.15495534241199493, -1.4901866912841797, -0.02037234418094158, 0.025091329589486122, 0.05339827015995979, -0.307466983795166, -0.4537705183029175, 0.11738155782222748, 1.3619402647018433, -1.3264211416244507, 1.011715292930603, 668.6150512695312, 608.3202514648438, -0.018231812864542007, -0.17373217642307281, -0.8365700840950012, 1.9101698398590088, -1.0678203105926514, 0.0005672170082107186], "std": [0.23001740872859955, 0.09866618365049362, 0.0973883718252182, 0.125873863697052, 0.10620695352554321, 0.15905852615833282, 0.06011461839079857, 0.04571188613772392, 0.052730903029441833, 0.05001401901245117, 0.09843555837869644, 0.0861012414097786, 0.08949469774961472, 0.17758852243423462, 0.0665966272354126, 0.049365878105163574, 0.236513152718544, 0.038911204785108566, 0.05021051689982414, 0.03435993194580078, 0.012320702895522118, 0.05067790672183037, 0.012549633160233498, 0.05622461065649986, 0.025718357414007187, 0.03400714322924614, 458.08331298828125, 476.0194091796875, 1.4034154673936428e-06, 6.406108877854422e-05, 0.00018131024262402207, 0.00012334795610513538, 0.00019287255418021232, 0.000647515116725117], "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": [183], "max": [183], "mean": [183.0], "std": [0.0], "count": [865]}, "index": {"min": [157846], "max": [158710], "mean": [158278.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.707514450867052, 0.6071988441055436], "std": [0.45490411372216344, 0.47509544864766967], "count": [865]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.707514450867052, 0.6071988441055436], "std": [0.45490411372216344, 0.47509544864766967], "count": [865]}, "eef_direction_state": {"mean": [5.188439306358381, 5.271676300578035], "std": [1.8133367171555552, 1.8781235468063637], "min": [0, 0], "max": [6, 6], "count": [865]}, "eef_velocity_state": {"mean": [0.3040462427745665, 0.1745664739884393], "std": [0.6334015320093409, 0.4743604912289931], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_acc_mag_state": {"mean": [0.423121387283237, 0.3213872832369942], "std": [0.7301417807160517, 0.654600734561151], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_direction_action": {"mean": [5.188439306358381, 5.271676300578035], "std": [1.813336717155555, 1.8781235468063637], "min": [0, 0], "max": [6, 6], "count": [865]}, "eef_velocity_action": {"mean": [0.3040462427745665, 0.1745664739884393], "std": [0.6334015320093409, 0.4743604912289931], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_acc_mag_action": {"mean": [0.423121387283237, 0.3213872832369942], "std": [0.7301417807160517, 0.654600734561151], "min": [0, 0], "max": [2, 2], "count": [865]}, "eef_sim_pose_state": {"mean": [0.40968670897357506, 0.2486888486363523, 1.186480824003929, -0.0030880470347954994, 0.01923541261780313, 1.38197804051783, 0.4724852449897071, -0.18967203636864907, 1.1407256890255209, -0.0535355080030533, -0.06944397741038556, -1.3573848698796056], "std": [0.054681765414791576, 0.04038710025941475, 0.04687528086154786, 0.030542162827787864, 0.03591843258052137, 0.1269230359541735, 0.05054929929142758, 0.010888518592600179, 0.007968526792066662, 0.050058986346192214, 0.019491164748784026, 0.03160236548809014], "min": [0.35274671877735164, 0.14527335896038854, 1.1567040720557153, -0.04033108211294323, -0.07524649447003395, 1.0568189750370056, 0.39637054765018476, -0.19868984975199716, 1.1204196257668966, -0.14680961938983028, -0.1372173563489607, -1.3910192539468151], "max": [0.5561519122359351, 0.3055061488288182, 1.2788233838756493, 0.09489201698434513, 0.10571286980340888, 1.5283996660323962, 0.5739434753465609, -0.1656996283783637, 1.1537870811308821, 0.04794184002251778, -0.016058630583472233, -1.257256525536584], "count": [865]}, "eef_sim_pose_action": {"mean": [0.4097210096637885, 0.24869641617564847, 1.1865010820612087, -0.002961633963221611, 0.01920853346148987, 1.3820706911354024, 0.47256138635884676, -0.18968293459984084, 1.1407253070956498, -0.05365560545634227, -0.06945612643908582, -1.35746981164277], "std": [0.054674638127192296, 0.04039068114743163, 0.04686623945940342, 0.03070782882028114, 0.03591705590076508, 0.1269989046280803, 0.05048417425295004, 0.010892252103257364, 0.007968354524669508, 0.04994010023308125, 0.01949323063185278, 0.03155840723246207], "min": [0.35274671877735164, 0.14527335896038854, 1.1567040720557153, -0.04033108211294323, -0.07524649447003395, 1.0568189750370056, 0.39637054765018476, -0.19868984975199716, 1.1204196257668966, -0.14680961938983028, -0.1372173563489607, -1.3910192539468151], "max": [0.5561519122359351, 0.3055061488288182, 1.2788233838756493, 0.09489201698434513, 0.10571286980340888, 1.5283996660323962, 0.5739434753465609, -0.1656996283783637, 1.1537870811308821, 0.04794184002251778, -0.016058630583472233, -1.257256525536584], "count": [865]}, "gripper_mode_state": {"mean": [0.292485549132948, 0.3895953757225434], "std": [0.45490411372216344, 0.4876585064757387], "min": [0, 0], "max": [1, 1], "count": [865]}, "gripper_activity_state": {"mean": [1.9895953757225433, 1.8947976878612718], "std": [0.131273699788163, 0.40719907445551695], "min": [0, 0], "max": [2, 2], "count": [865]}, "gripper_mode_action": {"mean": [0.292485549132948, 0.3895953757225434], "std": [0.45490411372216344, 0.4876585064757387], "min": [0, 0], "max": [1, 1], "count": [865]}, "gripper_activity_action": {"mean": [1.9895953757225433, 1.8947976878612718], "std": [0.131273699788163, 0.40719907445551695], "min": [0, 0], "max": [2, 2], "count": [865]}}} +{"episode_index": 184, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47576973222515506]], [[0.4660294523525222]], [[0.45531819014999164]]], "std": [[[0.15284914359687723]], [[0.1568619939773703]], [[0.16109696460861048]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642783473164907]], [[0.45734995600804423]], [[0.4504285667525557]]], "std": [[[0.14581859723821666]], [[0.14754408078724546]], [[0.15243267857106113]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4647095038335847]], [[0.4657236598164907]], [[0.45629584983031674]]], "std": [[[0.16236083728886605]], [[0.16102604199071366]], [[0.16844592767230085]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48907668609644717]], [[0.4794151937217195]], [[0.466293067600972]]], "std": [[[0.15075945848766178]], [[0.1432868122861478]], [[0.1525060278872622]]], "count": [156]}, "observation.state": {"min": [-0.4098556637763977, -0.013072516769170761, -0.15039502084255219, -2.0952677726745605, -0.6864030957221985, -0.020839231088757515, -0.27091002464294434, -0.2879349887371063, 0.3335700035095215, 0.06888499855995178, -1.5338895320892334, -1.7600557804107666, -1.3374810218811035, -0.17474237084388733, -0.07744025439023972, -0.263230562210083, -1.7714568376541138, -0.053878311067819595, -0.06377433240413666, -0.026232298463582993, -0.3277119994163513, -0.5562139749526978, 0.08488400280475616, 1.2321034669876099, -1.461471676826477, 0.8271995186805725, 0.0, 0.0, -0.018247980624437332, -0.17411622405052185, -0.8370107412338257, 1.9103306531906128, -1.0685230493545532, -0.0016535856993868947], "max": [0.37461748719215393, 0.4098556637763977, 0.297805517911911, -1.4640520811080933, -0.13582152128219604, 0.4038866460323334, -0.019739674404263496, -0.1667490005493164, 0.5345289707183838, 0.22678300738334656, -1.160353183746338, -1.3183525800704956, -1.0528249740600586, 0.4464028477668762, 0.18935076892375946, -0.12259192764759064, -0.9757786989212036, 0.09075711667537689, 0.18594738841056824, 0.18416714668273926, -0.29155200719833374, -0.37610700726509094, 0.13685500621795654, 1.4763309955596924, -1.3284587860107422, 1.0724011659622192, 1001.0, 1002.0, -0.01820286177098751, -0.1734112650156021, -0.8358404636383057, 1.9103869199752808, -1.0669082403182983, 0.0031391549855470657], "mean": [0.13614864647388458, 0.20613527297973633, 0.07098980247974396, -1.8140360116958618, -0.2689855396747589, 0.07843897491693497, -0.05440020188689232, -0.25500404834747314, 0.3961566984653473, 0.17654159665107727, -1.327811598777771, -1.3925397396087646, -1.161636233329773, 0.018228573724627495, 0.0741916373372078, -0.1564808487892151, -1.5494223833084106, 0.03435453772544861, 0.012966382317245007, 0.06856389343738556, -0.3035846948623657, -0.4397680461406708, 0.12107990682125092, 1.3748724460601807, -1.3596655130386353, 1.040683388710022, 666.3095092773438, 671.1142578125, -0.018231092020869255, -0.1736426204442978, -0.8366334438323975, 1.9103684425354004, -1.0678327083587646, 0.0005428344011306763], "std": [0.2289057821035385, 0.09142172336578369, 0.09063880145549774, 0.12642242014408112, 0.11213517189025879, 0.13386628031730652, 0.05684611201286316, 0.04351530596613884, 0.05450677499175072, 0.047405846416950226, 0.08693480491638184, 0.11584610491991043, 0.04969963803887367, 0.1626410335302353, 0.06737933307886124, 0.04662412405014038, 0.20211924612522125, 0.03525495529174805, 0.04579456150531769, 0.045704878866672516, 0.00879155658185482, 0.046481650322675705, 0.018462279811501503, 0.060241419821977615, 0.030205843970179558, 0.04985542222857475, 458.4151306152344, 457.1948547363281, 1.7107715848396765e-06, 6.064190893084742e-05, 0.00018236874893773347, 9.820894774748012e-06, 0.00036563255707733333, 0.0005729233380407095], "count": [840]}, "action": {"min": [-0.4098556637763977, -0.013072516769170761, -0.15039502084255219, -2.0952677726745605, -0.6864030957221985, -0.020839231088757515, -0.27091002464294434, -0.2879349887371063, 0.3335700035095215, 0.06888499855995178, -1.5338895320892334, -1.7600557804107666, -1.3374810218811035, -0.17474237084388733, -0.07744025439023972, -0.263230562210083, -1.7714568376541138, -0.053878311067819595, -0.06377433240413666, -0.026232298463582993, -0.3277119994163513, -0.5562139749526978, 0.08488400280475616, 1.2321034669876099, -1.461471676826477, 0.8271995186805725, 0.0, 0.0, -0.018247980624437332, -0.17411622405052185, -0.8370107412338257, 1.9103306531906128, -1.0685230493545532, -0.0016535856993868947], "max": [0.37461748719215393, 0.4098556637763977, 0.297805517911911, -1.4640520811080933, -0.13582152128219604, 0.4038866460323334, -0.019774580374360085, -0.1667490005493164, 0.5345289707183838, 0.22678300738334656, -1.160353183746338, -1.3183525800704956, -1.0528249740600586, 0.4464028477668762, 0.18935076892375946, -0.12259192764759064, -0.9757786989212036, 0.09075711667537689, 0.18594738841056824, 0.18416714668273926, -0.29155200719833374, -0.37610700726509094, 0.13685500621795654, 1.4763309955596924, -1.3284587860107422, 1.0724011659622192, 1001.0, 1002.0, -0.01820286177098751, -0.1734112650156021, -0.8358404636383057, 1.9103869199752808, -1.0669082403182983, 0.0031391549855470657], "mean": [0.1359858512878418, 0.20595738291740417, 0.07092240452766418, -1.8139290809631348, -0.26890677213668823, 0.0786207839846611, -0.054449114948511124, -0.2550086975097656, 0.3962032198905945, 0.17653506994247437, -1.327653169631958, -1.3925966024398804, -1.1616463661193848, 0.018392203375697136, 0.07406757771968842, -0.15631982684135437, -1.5492335557937622, 0.03433488309383392, 0.013048600405454636, 0.06869687139987946, -0.3035966157913208, -0.43982934951782227, 0.12111203372478485, 1.374751091003418, -1.359686017036438, 1.0406875610351562, 666.3095092773438, 671.1142578125, -0.018231090158224106, -0.17364266514778137, -0.8366330862045288, 1.9103684425354004, -1.0678328275680542, 0.0005431960453279316], "std": [0.22886238992214203, 0.0914992243051529, 0.09068117290735245, 0.1264304518699646, 0.11216885596513748, 0.133835107088089, 0.056833960115909576, 0.043518513441085815, 0.05449826642870903, 0.0474027618765831, 0.08711165189743042, 0.11582168936729431, 0.04970518872141838, 0.16251908242702484, 0.06726309657096863, 0.04648863151669502, 0.20198485255241394, 0.0352419838309288, 0.045718610286712646, 0.0455915592610836, 0.008782791905105114, 0.04643162339925766, 0.01846548169851303, 0.06013994291424751, 0.03019135072827339, 0.04985769838094711, 458.4151306152344, 457.1948547363281, 1.7119015183197916e-06, 6.065579145797528e-05, 0.00018247263506054878, 9.81245011644205e-06, 0.00036582414759323, 0.000572886026930064], "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": [184], "max": [184], "mean": [184.0], "std": [0.0], "count": [840]}, "index": {"min": [158711], "max": [159550], "mean": [159130.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7095238095238096, 0.6698678569158628], "std": [0.4539821287700981, 0.45629147478313836], "count": [840]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7095238095238096, 0.6698678569158628], "std": [0.4539821287700981, 0.45629147478313836], "count": [840]}, "eef_direction_state": {"mean": [5.126190476190477, 4.991666666666666], "std": [1.8703907821641235, 2.157197715585437], "min": [0, 0], "max": [6, 6], "count": [840]}, "eef_velocity_state": {"mean": [0.31785714285714284, 0.21904761904761905], "std": [0.636332631323488, 0.48019742727445275], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_acc_mag_state": {"mean": [0.4666666666666667, 0.42023809523809524], "std": [0.7567684009645292, 0.7259279384911943], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_direction_action": {"mean": [5.126190476190477, 4.991666666666666], "std": [1.8703907821641232, 2.157197715585437], "min": [0, 0], "max": [6, 6], "count": [840]}, "eef_velocity_action": {"mean": [0.31785714285714284, 0.21904761904761905], "std": [0.636332631323488, 0.48019742727445275], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_acc_mag_action": {"mean": [0.4666666666666667, 0.42023809523809524], "std": [0.7567684009645292, 0.7259279384911943], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_sim_pose_state": {"mean": [0.4150975247308958, 0.24670279308197363, 1.1851575930399594, -0.01652227268701688, 0.05863415824104817, 1.3770559194204002, 0.4590971146874968, -0.19582161212932747, 1.142092859325283, -0.031599641702642844, -0.035572075103942696, -1.3384105958965882], "std": [0.0565318700883323, 0.03872319862856671, 0.04214789794823307, 0.03356849059711746, 0.05882286764417522, 0.1193799789307533, 0.0464551963524818, 0.017948493314883046, 0.004785154257453151, 0.05588246459322594, 0.019898590377014472, 0.04025867698556282], "min": [0.35460389608299453, 0.15514881747666528, 1.1567828055670006, -0.07861130466796151, 0.02551719205261227, 1.094347115074356, 0.39632061623587966, -0.2097127684775573, 1.130377443302975, -0.1854633322508692, -0.09027314730548275, -1.397216466634364], "max": [0.5563352007086201, 0.31140747718307693, 1.272994082747032, 0.08740418548963358, 0.3200103301612447, 1.504542786789227, 0.5749473723648637, -0.1567418810330791, 1.1599955938531785, 0.04882315686591432, 0.00881119497444316, -1.1852843258950099], "count": [840]}, "eef_sim_pose_action": {"mean": [0.41514359601649065, 0.246689675157276, 1.1851642142269307, -0.01642346870345081, 0.05871291335848525, 1.3771214571253367, 0.4591565319259416, -0.1958466212268114, 1.1420891312786692, -0.03167149815488121, -0.03552684327436156, -1.3384705979911067], "std": [0.05652187400859089, 0.03871903595065306, 0.04214389037531036, 0.03368664098716089, 0.05883246891490646, 0.1194328808010435, 0.04640675886434498, 0.017952904997119254, 0.004784524309738383, 0.0558189942252071, 0.019869532612904823, 0.04024451730606925], "min": [0.35460389608299453, 0.15514881747666528, 1.1567828055670006, -0.07861130466796151, 0.02551719205261227, 1.094347115074356, 0.39632061623587966, -0.2097127684775573, 1.130377443302975, -0.1854633322508692, -0.09027314730548275, -1.397216466634364], "max": [0.5563352007086201, 0.31140747718307693, 1.272994082747032, 0.08740418548963358, 0.3200103301612447, 1.504542786789227, 0.5749473723648637, -0.1567418810330791, 1.1599955938531785, 0.04882315686591432, 0.00881119497444316, -1.1852843258950099], "count": [840]}, "gripper_mode_state": {"mean": [0.2904761904761905, 0.32976190476190476], "std": [0.4539821287700981, 0.4701265690531708], "min": [0, 0], "max": [1, 1], "count": [840]}, "gripper_activity_state": {"mean": [1.9892857142857143, 1.9107142857142858], "std": [0.13320040142122502, 0.3656428966781085], "min": [0, 0], "max": [2, 2], "count": [840]}, "gripper_mode_action": {"mean": [0.2904761904761905, 0.32976190476190476], "std": [0.4539821287700981, 0.4701265690531708], "min": [0, 0], "max": [1, 1], "count": [840]}, "gripper_activity_action": {"mean": [1.9892857142857143, 1.9107142857142858], "std": [0.13320040142122502, 0.3656428966781085], "min": [0, 0], "max": [2, 2], "count": [840]}}} +{"episode_index": 185, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47439982457023905]], [[0.4661782220879219]], [[0.45581686615856387]]], "std": [[[0.1555179166874632]], [[0.15846736918098234]], [[0.16248240852470744]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46320560116169757]], [[0.4569192001857821]], [[0.44994136812830154]]], "std": [[[0.14805792264926093]], [[0.14911140336696474]], [[0.15392164399105746]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4711017016966604]], [[0.4724528200264124]], [[0.463799390332617]]], "std": [[[0.16164143324989408]], [[0.1600137625333282]], [[0.16767352964925036]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4908514890545259]], [[0.4797436431193482]], [[0.4658067600613304]]], "std": [[[0.15724107061412132]], [[0.1478812558815509]], [[0.15651853811658717]]], "count": [146]}, "observation.state": {"min": [-0.4312534034252167, 0.07848746329545975, -0.15510740876197815, -2.174121856689453, -0.4888492822647095, -0.06801547855138779, -0.31012752652168274, -0.28327101469039917, 0.303725004196167, 0.08288899809122086, -1.7543374300003052, -1.535686731338501, -1.2854961156845093, -0.18064159154891968, -0.07916813343763351, -0.2626371383666992, -1.7714568376541138, -0.09457939118146896, -0.07829546928405762, -0.026232298463582993, -0.33280500769615173, -0.5541859865188599, 0.08755800127983093, 1.2891179323196411, -1.371558427810669, 0.9067928791046143, 0.0, 0.0, -0.01823294162750244, -0.1737402379512787, -0.83664470911026, 1.9103567600250244, -1.0681641101837158, -0.0012919232249259949], "max": [0.5013632774353027, 0.5144706964492798, 0.29539695382118225, -1.454452633857727, -0.07169812172651291, 0.2915746867656708, -0.019774580374360085, -0.1671600043773651, 0.5362390279769897, 0.2264309972524643, -1.2959895133972168, -1.258235216140747, -0.8914538025856018, 0.44285985827445984, 0.18931587040424347, -0.12697270512580872, -0.9468934535980225, 0.0659734457731247, 0.10780899226665497, 0.10999064892530441, -0.2908410131931305, -0.3761560022830963, 0.11337699741125107, 1.4844624996185303, -1.2987679243087769, 1.0735849142074585, 1001.0, 1002.0, -0.018225422129034996, -0.17347706854343414, -0.8363142609596252, 1.9103813171386719, -1.0672861337661743, 0.00310308369807899], "mean": [0.16578935086727142, 0.2434215247631073, 0.066619373857975, -1.8379336595535278, -0.24468302726745605, 0.036774516105651855, -0.08439971506595612, -0.25304484367370605, 0.3874610662460327, 0.18245582282543182, -1.3967934846878052, -1.347013235092163, -1.126124620437622, 0.0016089442651718855, 0.057386212050914764, -0.1794780194759369, -1.5628118515014648, -0.035568058490753174, -0.002901512896642089, 0.0539545901119709, -0.30196747183799744, -0.43274348974227905, 0.10587210208177567, 1.4190096855163574, -1.3239398002624512, 1.009469985961914, 720.9560546875, 632.1343383789062, -0.018230082467198372, -0.17367176711559296, -0.8364828824996948, 1.9103690385818481, -1.0678510665893555, 0.0005816381308250129], "std": [0.22825586795806885, 0.07757967710494995, 0.09476734697818756, 0.13666260242462158, 0.08449465781450272, 0.09624795615673065, 0.08810174465179443, 0.04449961706995964, 0.05368804186582565, 0.04096858948469162, 0.1505451202392578, 0.061634212732315063, 0.09917120635509491, 0.18882860243320465, 0.07853616774082184, 0.04037587344646454, 0.2515815496444702, 0.05086283013224602, 0.04187930002808571, 0.048758365213871, 0.01317112147808075, 0.05409551411867142, 0.009245265275239944, 0.061866194009780884, 0.010801968164741993, 0.03299344703555107, 433.6322021484375, 468.29693603515625, 9.685237500889343e-07, 5.818314821226522e-05, 0.00010604355338728055, 6.818581368861487e-06, 0.0002463447453919798, 0.0004442217177711427], "count": [774]}, "action": {"min": [-0.4312534034252167, 0.07848746329545975, -0.15510740876197815, -2.174121856689453, -0.4888492822647095, -0.06801547855138779, -0.31012752652168274, -0.28327101469039917, 0.303725004196167, 0.08288899809122086, -1.7543374300003052, -1.535686731338501, -1.2854961156845093, -0.18064159154891968, -0.07916813343763351, -0.2626371383666992, -1.7714568376541138, -0.09457939118146896, -0.07829546928405762, -0.026232298463582993, -0.33280500769615173, -0.5541859865188599, 0.08755800127983093, 1.2891179323196411, -1.371558427810669, 0.9067928791046143, 0.0, 0.0, -0.01823294162750244, -0.1737402379512787, -0.83664470911026, 1.9103567600250244, -1.0681641101837158, -0.0012919232249259949], "max": [0.5013632774353027, 0.5144706964492798, 0.29539695382118225, -1.454452633857727, -0.07169812172651291, 0.2915746867656708, -0.019774580374360085, -0.1671600043773651, 0.5362390279769897, 0.2264309972524643, -1.2959895133972168, -1.258235216140747, -0.8914538025856018, 0.44285985827445984, 0.18931587040424347, -0.12697270512580872, -0.9468934535980225, 0.0659734457731247, 0.10780899226665497, 0.10999064892530441, -0.2908410131931305, -0.3761560022830963, 0.11337699741125107, 1.4844624996185303, -1.2987679243087769, 1.0735849142074585, 1001.0, 1002.0, -0.018225422129034996, -0.17347706854343414, -0.8363142609596252, 1.9103813171386719, -1.0672861337661743, 0.00310308369807899], "mean": [0.16571271419525146, 0.24336151778697968, 0.06652457267045975, -1.837941288948059, -0.2445545196533203, 0.036847569048404694, -0.0845290943980217, -0.25301650166511536, 0.38748279213905334, 0.1824697107076645, -1.396882176399231, -1.346936583518982, -1.126059889793396, 0.0017353338189423084, 0.057224009186029434, -0.17935103178024292, -1.5626827478408813, -0.03571363538503647, -0.002796179847791791, 0.05410905182361603, -0.30197229981422424, -0.4327912926673889, 0.10587560385465622, 1.4189691543579102, -1.323930025100708, 1.0093878507614136, 720.9560546875, 632.1343383789062, -0.018230082467198372, -0.17367155849933624, -0.8364830017089844, 1.9103690385818481, -1.0678514242172241, 0.000581743661314249], "std": [0.2282325178384781, 0.07759980112314224, 0.09482838213443756, 0.13666336238384247, 0.08455617725849152, 0.09622573852539062, 0.0880802646279335, 0.044487446546554565, 0.05368300899863243, 0.04097695276141167, 0.15050655603408813, 0.061705444008111954, 0.0991491749882698, 0.18874430656433105, 0.07839301973581314, 0.04026859626173973, 0.25149914622306824, 0.050733208656311035, 0.041828397661447525, 0.0486939400434494, 0.013168257661163807, 0.054061900824308395, 0.009247233159840107, 0.06183977052569389, 0.010799899697303772, 0.03293429687619209, 433.6322021484375, 468.29693603515625, 9.685237500889343e-07, 5.8352241467218846e-05, 0.00010599070810712874, 6.810812465118943e-06, 0.0002465455327183008, 0.00044424249790608883], "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": [185], "max": [185], "mean": [185.0], "std": [0.0], "count": [774]}, "index": {"min": [159551], "max": [160324], "mean": [159937.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7635658914728682, 0.6309767443589259], "std": [0.4248917754583054, 0.46738361560624836], "count": [774]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7635658914728682, 0.6309767443589259], "std": [0.4248917754583054, 0.46738361560624836], "count": [774]}, "eef_direction_state": {"mean": [4.922480620155039, 5.068475452196383], "std": [2.0963080741184235, 2.098162971895289], "min": [0, 0], "max": [6, 6], "count": [774]}, "eef_velocity_state": {"mean": [0.3578811369509044, 0.20930232558139536], "std": [0.666537705612637, 0.5007655937832292], "min": [0, 0], "max": [2, 2], "count": [774]}, "eef_acc_mag_state": {"mean": [0.4935400516795866, 0.3733850129198966], "std": [0.7721473298806769, 0.7016883766054886], "min": [0, 0], "max": [2, 2], "count": [774]}, "eef_direction_action": {"mean": [4.922480620155039, 5.068475452196383], "std": [2.0963080741184235, 2.098162971895289], "min": [0, 0], "max": [6, 6], "count": [774]}, "eef_velocity_action": {"mean": [0.3578811369509044, 0.20930232558139536], "std": [0.666537705612637, 0.5007655937832292], "min": [0, 0], "max": [2, 2], "count": [774]}, "eef_acc_mag_action": {"mean": [0.4935400516795866, 0.3733850129198966], "std": [0.7721473298806769, 0.7016883766054886], "min": [0, 0], "max": [2, 2], "count": [774]}, "eef_sim_pose_state": {"mean": [0.40728677067264263, 0.25528607472700987, 1.184834019034019, -0.03645789333990781, -0.004182737297348268, 1.3547967698672965, 0.45238728667281314, -0.18203563316263266, 1.1425018259505175, -0.021286598510749398, -0.08570649442773134, -1.324631892061084], "std": [0.05595374166274538, 0.030768956085771203, 0.042019867518207014, 0.026747824360900188, 0.06710985109236688, 0.1430449696468112, 0.05343348318181504, 0.013239501426949034, 0.008761591620571125, 0.0481100904385937, 0.017177017526184665, 0.03703182592627998], "min": [0.32799233925773386, 0.174694567664893, 1.1567897657293331, -0.10884285365318291, -0.1611547582974513, 0.9849869750126357, 0.39635492734325795, -0.1911868430326704, 1.1203208118234877, -0.11233821754929707, -0.15058174350953335, -1.4082203652808638], "max": [0.5607709002092073, 0.31583583577979496, 1.2682981938961655, -0.017437967594907566, 0.1296100094420678, 1.445999886462725, 0.5720325947504206, -0.15428936343148306, 1.153278123819519, 0.052913438627106846, -0.03942385861734121, -1.2565490881341863], "count": [774]}, "eef_sim_pose_action": {"mean": [0.407308924167748, 0.25530271637546625, 1.184859427752219, -0.03648364234997545, -0.0042866201559075305, 1.3547752290288797, 0.45243459161304145, -0.18203793238196633, 1.1425056816096175, -0.02136284704977189, -0.08574386505836781, -1.3246376801277517], "std": [0.05594773396530404, 0.03077737833989311, 0.042008887675552345, 0.026739458032805394, 0.06711430841679418, 0.1430324896522718, 0.05340013217487314, 0.013240814785735156, 0.008763071835256339, 0.04804761325297435, 0.017168905294936403, 0.037028984342985224], "min": [0.32799233925773386, 0.174694567664893, 1.1567897657293331, -0.10884285365318291, -0.1611547582974513, 0.9849869750126357, 0.39635492734325795, -0.1911868430326704, 1.1203208118234877, -0.11233821754929707, -0.15058174350953335, -1.4082203652808638], "max": [0.5607709002092073, 0.31583583577979496, 1.2682981938961655, -0.017437967594907566, 0.1296100094420678, 1.445999886462725, 0.5720325947504206, -0.15428936343148306, 1.153278123819519, 0.052913438627106846, -0.03942385861734121, -1.2565490881341863], "count": [774]}, "gripper_mode_state": {"mean": [0.2364341085271318, 0.3708010335917313], "std": [0.4248917754583054, 0.4830192823056232], "min": [0, 0], "max": [1, 1], "count": [774]}, "gripper_activity_state": {"mean": [1.9883720930232558, 1.896640826873385], "std": [0.1387250400633588, 0.3965797998654647], "min": [0, 0], "max": [2, 2], "count": [774]}, "gripper_mode_action": {"mean": [0.2364341085271318, 0.3708010335917313], "std": [0.4248917754583054, 0.4830192823056232], "min": [0, 0], "max": [1, 1], "count": [774]}, "gripper_activity_action": {"mean": [1.9883720930232558, 1.896640826873385], "std": [0.1387250400633588, 0.3965797998654647], "min": [0, 0], "max": [2, 2], "count": [774]}}} +{"episode_index": 186, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4672174329501916]], [[0.4599283806626098]], [[0.44999243717601983]]], "std": [[[0.15372302176518343]], [[0.15806023252117443]], [[0.1620410612634026]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46206940641199007]], [[0.4558206009127789]], [[0.44886963460671625]]], "std": [[[0.14761101262178028]], [[0.14967214583699884]], [[0.15469443552801995]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653766382127564]], [[0.46687601983322063]], [[0.4574673794230336]]], "std": [[[0.1586576481410973]], [[0.15723936053723586]], [[0.16485393026973613]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4938206290849673]], [[0.4839545667117422]], [[0.46946738646608066]]], "std": [[[0.15530338894826448]], [[0.14787145323605527]], [[0.15665668988836384]]], "count": [145]}, "observation.state": {"min": [-0.40074506402015686, 0.054017942398786545, -0.10382963716983795, -2.1452364921569824, -0.4766494035720825, -0.04045673459768295, -0.2705085873603821, -0.28327998518943787, 0.3158870041370392, 0.0882439985871315, -1.7143051624298096, -1.5302047729492188, -1.221182107925415, -0.1739744246006012, -0.08164650201797485, -0.26258477568626404, -1.7714743614196777, -0.10636036098003387, -0.06375688314437866, -0.02626720443367958, -0.3295759856700897, -0.555184006690979, 0.0810220018029213, 1.241498351097107, -1.3656247854232788, 0.8247759342193604, 0.0, 0.0, -0.018234819173812866, -0.17377407848834991, -0.8372619152069092, 1.9103361368179321, -1.0705775022506714, -0.0036773772444576025], "max": [0.446926474571228, 0.4971745014190674, 0.24139650166034698, -1.454068660736084, -0.06103416532278061, 0.24158847332000732, -0.019774580374360085, -0.1785140037536621, 0.5343449711799622, 0.21210800111293793, -1.2971378564834595, -1.3183525800704956, -0.8851990103721619, 0.4479562044143677, 0.18931587040424347, -0.1206895187497139, -0.9738588333129883, 0.0659559965133667, 0.193539559841156, 0.12887510657310486, -0.2920359969139099, -0.37614598870277405, 0.11913300305604935, 1.4755313396453857, -1.3205479383468628, 1.0677241086959839, 1001.0, 1002.0, -0.01821790263056755, -0.1734338253736496, -0.8355607390403748, 1.910386085510254, -1.0662544965744019, 0.003073657164350152], "mean": [0.11874519288539886, 0.22410134971141815, 0.080747589468956, -1.8024719953536987, -0.22229906916618347, 0.05254792794585228, -0.08611592650413513, -0.25063854455947876, 0.4004470705986023, 0.17446140944957733, -1.4017330408096313, -1.3494735956192017, -1.1181538105010986, 0.00903376191854477, 0.060030315071344376, -0.17279960215091705, -1.567018985748291, -0.018538402393460274, 0.03259323537349701, 0.057429999113082886, -0.30242201685905457, -0.43601173162460327, 0.11056525260210037, 1.3895868062973022, -1.338432788848877, 1.0042994022369385, 675.7686157226562, 691.6549072265625, -0.01822938583791256, -0.17354315519332886, -0.836737871170044, 1.910365104675293, -1.0678508281707764, 0.0005045473808422685], "std": [0.24605320394039154, 0.08432681113481522, 0.08765628933906555, 0.1528092920780182, 0.0904201790690422, 0.0940362736582756, 0.07818184047937393, 0.043199919164180756, 0.060452621430158615, 0.045111071318387985, 0.1386156976222992, 0.05128345638513565, 0.0886966809630394, 0.16619515419006348, 0.07236660271883011, 0.04257076606154442, 0.2073170691728592, 0.04575369507074356, 0.053096987307071686, 0.04555683210492134, 0.009260213933885098, 0.047991685569286346, 0.011121941730380058, 0.06002696603536606, 0.006881377659738064, 0.04552622511982918, 453.49322509765625, 447.4411926269531, 1.4393200444828835e-06, 4.080981670995243e-05, 0.00022544078819919378, 8.675243407196831e-06, 0.0006864705355837941, 0.0007976077613420784], "count": [765]}, "action": {"min": [-0.40074506402015686, 0.054017942398786545, -0.10382963716983795, -2.1452364921569824, -0.4766494035720825, -0.04045673459768295, -0.2705085873603821, -0.28327998518943787, 0.3158870041370392, 0.0882439985871315, -1.7143051624298096, -1.5302047729492188, -1.221182107925415, -0.1739744246006012, -0.08164650201797485, -0.26258477568626404, -1.7714743614196777, -0.10636036098003387, -0.06372196972370148, -0.02626720443367958, -0.3295759856700897, -0.555184006690979, 0.0810220018029213, 1.241498351097107, -1.3656247854232788, 0.8247759342193604, 0.0, 0.0, -0.018234819173812866, -0.17377407848834991, -0.8372619152069092, 1.9103361368179321, -1.0705775022506714, -0.0036773772444576025], "max": [0.446926474571228, 0.4971745014190674, 0.24139650166034698, -1.454068660736084, -0.06103416532278061, 0.24158847332000732, -0.019774580374360085, -0.1785140037536621, 0.5343449711799622, 0.21210800111293793, -1.2971378564834595, -1.3183525800704956, -0.8851990103721619, 0.4479562044143677, 0.18931587040424347, -0.1206895187497139, -0.9738588333129883, 0.0659559965133667, 0.193539559841156, 0.12887510657310486, -0.2920359969139099, -0.37614598870277405, 0.11913300305604935, 1.4755313396453857, -1.3205479383468628, 1.0677241086959839, 1001.0, 1002.0, -0.01821790263056755, -0.1734338253736496, -0.8355607390403748, 1.910386085510254, -1.0662544965744019, 0.003073657164350152], "mean": [0.1185072734951973, 0.2240610122680664, 0.08071144670248032, -1.8023144006729126, -0.2222050279378891, 0.05267126485705376, -0.08627524971961975, -0.25062575936317444, 0.4005134403705597, 0.17446522414684296, -1.4018055200576782, -1.3494858741760254, -1.1180304288864136, 0.009210029616951942, 0.0598575659096241, -0.17265324294567108, -1.5668307542800903, -0.018652476370334625, 0.03272861987352371, 0.05757923051714897, -0.3024338185787201, -0.436075896024704, 0.11057645827531815, 1.389482021331787, -1.3384459018707275, 1.0042270421981812, 675.7686157226562, 691.6549072265625, -0.018229380249977112, -0.17354317009449005, -0.8367375731468201, 1.910365104675293, -1.067850947380066, 0.0005042905686423182], "std": [0.24599924683570862, 0.08432608097791672, 0.08767791092395782, 0.15282323956489563, 0.09042472392320633, 0.0940018892288208, 0.07817079871892929, 0.04319170489907265, 0.060443341732025146, 0.04511353373527527, 0.13857540488243103, 0.0512772761285305, 0.08866985142230988, 0.16607384383678436, 0.07221537083387375, 0.04245427995920181, 0.2071964591741562, 0.04565175250172615, 0.0529826283454895, 0.04546961188316345, 0.009252768941223621, 0.04794444888830185, 0.011125418357551098, 0.05994679033756256, 0.0068732756190001965, 0.04547111690044403, 453.4932556152344, 447.4411926269531, 1.4396781580217066e-06, 4.082202212885022e-05, 0.00022567440464626998, 8.680637620273046e-06, 0.0006865242612548172, 0.0007976174238137901], "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": [186], "max": [186], "mean": [186.0], "std": [0.0], "count": [765]}, "index": {"min": [160325], "max": [161089], "mean": [160707.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7202614379084967, 0.690376470266884], "std": [0.4488706929289116, 0.44655381005382594], "count": [765]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7202614379084967, 0.690376470266884], "std": [0.4488706929289116, 0.44655381005382594], "count": [765]}, "eef_direction_state": {"mean": [5.064052287581699, 4.916339869281046], "std": [1.9429313605415475, 2.226590861582145], "min": [0, 0], "max": [6, 6], "count": [765]}, "eef_velocity_state": {"mean": [0.32941176470588235, 0.2222222222222222], "std": [0.6497744558858269, 0.47995400409010697], "min": [0, 0], "max": [2, 2], "count": [765]}, "eef_acc_mag_state": {"mean": [0.4993464052287582, 0.3333333333333333], "std": [0.766325306103523, 0.6744642027448897], "min": [0, 0], "max": [2, 2], "count": [765]}, "eef_direction_action": {"mean": [5.064052287581699, 4.916339869281046], "std": [1.9429313605415475, 2.226590861582145], "min": [0, 0], "max": [6, 6], "count": [765]}, "eef_velocity_action": {"mean": [0.32941176470588235, 0.2222222222222222], "std": [0.6497744558858269, 0.47995400409010697], "min": [0, 0], "max": [2, 2], "count": [765]}, "eef_acc_mag_action": {"mean": [0.4993464052287582, 0.3333333333333333], "std": [0.766325306103523, 0.6744642027448896], "min": [0, 0], "max": [2, 2], "count": [765]}, "eef_sim_pose_state": {"mean": [0.4202625490175366, 0.2480639881290058, 1.1875801605618297, -0.03390445032753782, -0.008338439432655801, 1.3486311752133509, 0.4555669823005316, -0.18577308266538706, 1.1446554862380667, -0.04427544601942878, -0.07180531859091334, -1.3312776124355117], "std": [0.06257480165268213, 0.035303907241556125, 0.04054685305431188, 0.027682930728584163, 0.06385587082478945, 0.1262379176049445, 0.04773097351065757, 0.013272022287388984, 0.004681999134399112, 0.06019634642112122, 0.012868930611283825, 0.02851576501629382], "min": [0.3392063358041723, 0.17622440238583406, 1.156769218152383, -0.09532171968485814, -0.13726552757330168, 1.042710661998349, 0.39637184537848924, -0.1942396062387037, 1.130499949579166, -0.19141024818405739, -0.13361788369665484, -1.408405326085825], "max": [0.5568410806831045, 0.3044941339274767, 1.2539973556462243, 0.009665594412023304, 0.10879119033086004, 1.4459824945759088, 0.5743272597858065, -0.14947359301114124, 1.1625452777093825, 0.04802113888121584, -0.04047783963357121, -1.2525104041897053], "count": [765]}, "eef_sim_pose_action": {"mean": [0.4203303360666571, 0.24807700458615722, 1.1875969593887952, -0.03386909918338155, -0.008414583182698523, 1.3485501391003198, 0.4556299102891245, -0.18577982102158783, 1.1446562473381543, -0.04438523754806539, -0.0718074402907446, -1.331311132894959], "std": [0.06256303429825576, 0.03531181070489089, 0.04053675756001331, 0.02772101033247968, 0.06384166067139457, 0.12619530701611362, 0.04768461255313676, 0.013274813981144034, 0.004682021737305144, 0.06010447953125382, 0.012868347219148897, 0.028499177816940693], "min": [0.3392063358041723, 0.17622440238583406, 1.156769218152383, -0.09532171968485814, -0.13726552757330168, 1.042710661998349, 0.39637184537848924, -0.1942396062387037, 1.130499949579166, -0.19141024818405739, -0.13361788369665484, -1.408405326085825], "max": [0.5568410806831045, 0.3044941339274767, 1.2539973556462243, 0.009665594412023304, 0.10879119033086004, 1.4459824945759088, 0.5743272597858065, -0.14947359301114124, 1.1625452777093825, 0.04802113888121584, -0.04047783963357121, -1.2525104041897053], "count": [765]}, "gripper_mode_state": {"mean": [0.2797385620915033, 0.31241830065359477], "std": [0.4488706929289116, 0.46347934805157703], "min": [0, 0], "max": [1, 1], "count": [765]}, "gripper_activity_state": {"mean": [1.988235294117647, 1.8849673202614379], "std": [0.13953291666397785, 0.42760485727446035], "min": [0, 0], "max": [2, 2], "count": [765]}, "gripper_mode_action": {"mean": [0.2797385620915033, 0.31241830065359477], "std": [0.4488706929289116, 0.46347934805157703], "min": [0, 0], "max": [1, 1], "count": [765]}, "gripper_activity_action": {"mean": [1.988235294117647, 1.8849673202614379], "std": [0.13953291666397785, 0.42760485727446035], "min": [0, 0], "max": [2, 2], "count": [765]}}} +{"episode_index": 187, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654595535526038]], [[0.4614405782205355]], [[0.45035003557874764]]], "std": [[[0.15825511018370775]], [[0.16411800573674198]], [[0.16891138167026715]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4646234055450137]], [[0.46223561037318156]], [[0.45594508749736457]]], "std": [[[0.14909035023900896]], [[0.1512792094627313]], [[0.1557355997447575]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4834030913978494]], [[0.4835506114273666]], [[0.4720873998524141]]], "std": [[[0.15846199639569417]], [[0.15936784222091524]], [[0.16858613460254646]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4880581277672359]], [[0.4903820472274932]], [[0.4815997232764073]]], "std": [[[0.15656614359401383]], [[0.1558588183287411]], [[0.1658706764344717]]], "count": [155]}, "observation.state": {"min": [-0.4270820617675781, 0.03424336016178131, -0.04508185386657715, -2.000164747238159, -0.36997488141059875, -0.021938787773251534, -0.16594591736793518, -0.28331801295280457, 0.35837599635124207, 0.07940500229597092, -1.6072262525558472, -1.45041823387146, -1.2639665603637695, -0.1733635514974594, -0.07009241729974747, -0.2626197040081024, -1.7736384868621826, -0.060528017580509186, -0.10293951630592346, -0.026232298463582993, -0.3283129930496216, -0.5556740164756775, 0.07645799964666367, 1.2963387966156006, -1.3882944583892822, 0.9138123393058777, 0.0, 0.0, -0.018409650772809982, -0.17403914034366608, -0.8375614285469055, 1.9096262454986572, -1.070272445678711, -0.0032378765754401684], "max": [0.2947337329387665, 0.27607616782188416, 0.24663247168064117, -1.460386872291565, 0.05595525726675987, 0.29976028203964233, -0.01979203335940838, -0.16912099719047546, 0.5382980108261108, 0.2116280049085617, -1.270187258720398, -1.2027651071548462, -0.9328761696815491, 0.45441392064094543, 0.18931587040424347, -0.14385002851486206, -0.9591805934906006, 0.0659559965133667, 0.06384414434432983, 0.10674434155225754, -0.27799099683761597, -0.37615901231765747, 0.12102100253105164, 1.5174720287322998, -1.2788041830062866, 1.1083133220672607, 1001.0, 1002.0, -0.018052471801638603, -0.17270255088806152, -0.8346923589706421, 1.9106087684631348, -1.0639369487762451, 0.007508532144129276], "mean": [0.1489149034023285, 0.2031397968530655, 0.06298058480024338, -1.8100734949111938, -0.19704648852348328, 0.0451526865363121, -0.05318894237279892, -0.259168416261673, 0.3944591283798218, 0.18351715803146362, -1.350420355796814, -1.3100107908248901, -1.1457390785217285, 0.03242533653974533, 0.06002437323331833, -0.17389915883541107, -1.5164333581924438, -0.013941693119704723, -0.06390980631113052, 0.05572139471769333, -0.3014361262321472, -0.4424531161785126, 0.1112566590309143, 1.4410374164581299, -1.307802438735962, 1.056649923324585, 714.349365234375, 644.6542358398438, -0.018288960680365562, -0.1735888421535492, -0.8364629149436951, 1.9103684425354004, -1.067831039428711, 0.0005399046349339187], "std": [0.21929483115673065, 0.06636898964643478, 0.0732535570859909, 0.10529470443725586, 0.1052413061261177, 0.11141546070575714, 0.05090022459626198, 0.042401161044836044, 0.05223008245229721, 0.0402902327477932, 0.10424648225307465, 0.03982052952051163, 0.07970435172319412, 0.1794687807559967, 0.06804346293210983, 0.0411563403904438, 0.22428452968597412, 0.03652704879641533, 0.046674154698848724, 0.0367608368396759, 0.011623812839388847, 0.051104072481393814, 0.012146945111453533, 0.056369222700595856, 0.03285783529281616, 0.06149575486779213, 438.21246337890625, 465.7503662109375, 4.756159250973724e-05, 9.449621575186029e-05, 0.0003297523653600365, 0.00010851507977349684, 0.0006319029489532113, 0.0011391593143343925], "count": [833]}, "action": {"min": [-0.4270820617675781, 0.03424336016178131, -0.04508185386657715, -2.000164747238159, -0.36997488141059875, -0.021938787773251534, -0.16594591736793518, -0.28331801295280457, 0.35837599635124207, 0.07940500229597092, -1.6072262525558472, -1.45041823387146, -1.2639665603637695, -0.1733635514974594, -0.07009241729974747, -0.2626197040081024, -1.7736384868621826, -0.060528017580509186, -0.10293951630592346, -0.026232298463582993, -0.3283129930496216, -0.5556740164756775, 0.07645799964666367, 1.2963387966156006, -1.3882944583892822, 0.9138123393058777, 0.0, 0.0, -0.018409650772809982, -0.17403914034366608, -0.8375614285469055, 1.9096262454986572, -1.070272445678711, -0.0032378765754401684], "max": [0.2947337329387665, 0.27607616782188416, 0.24663247168064117, -1.460386872291565, 0.05595525726675987, 0.29976028203964233, -0.01979203335940838, -0.16912099719047546, 0.5382980108261108, 0.2116280049085617, -1.270187258720398, -1.2027651071548462, -0.9328761696815491, 0.45441392064094543, 0.18931587040424347, -0.14385002851486206, -0.9591805934906006, 0.0659559965133667, 0.06384414434432983, 0.10674434155225754, -0.27799099683761597, -0.37615901231765747, 0.12102100253105164, 1.5174720287322998, -1.2788041830062866, 1.1083133220672607, 1001.0, 1002.0, -0.018052471801638603, -0.17270255088806152, -0.8346923589706421, 1.9106087684631348, -1.0639369487762451, 0.007508532144129276], "mean": [0.14879751205444336, 0.20297226309776306, 0.06287787854671478, -1.809987187385559, -0.19682055711746216, 0.045205798000097275, -0.05325116962194443, -0.2591657042503357, 0.3944931626319885, 0.1835276037454605, -1.3503968715667725, -1.309875249862671, -1.145715594291687, 0.03259772062301636, 0.05985723063349724, -0.17375940084457397, -1.5162054300308228, -0.014049366116523743, -0.06395378708839417, 0.055836062878370285, -0.30144456028938293, -0.44251516461372375, 0.11126922070980072, 1.4410170316696167, -1.3077448606491089, 1.056694507598877, 714.349365234375, 644.6542358398438, -0.018289104104042053, -0.17358903586864471, -0.836463212966919, 1.9103684425354004, -1.067831039428711, 0.0005400698282755911], "std": [0.21925878524780273, 0.06644932180643082, 0.07334239780902863, 0.10529190301895142, 0.10532088577747345, 0.11139459908008575, 0.05089109390974045, 0.042399682104587555, 0.052221253514289856, 0.040296126157045364, 0.10426029562950134, 0.03998345881700516, 0.07969563454389572, 0.17933999001979828, 0.0678965374827385, 0.041052501648664474, 0.2241211235523224, 0.03642311692237854, 0.046691469848155975, 0.03665414825081825, 0.011619572527706623, 0.05105491727590561, 0.012150758877396584, 0.05635974928736687, 0.03286230191588402, 0.06151609867811203, 438.2124938964844, 465.7503662109375, 4.7553752665407956e-05, 9.463550668442622e-05, 0.00032983534038066864, 0.00010851497063413262, 0.0006319059175439179, 0.0011391234584152699], "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": [187], "max": [187], "mean": [187.0], "std": [0.0], "count": [833]}, "index": {"min": [161090], "max": [161922], "mean": [161506.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7551020408163265, 0.6434777908693521], "std": [0.43002668378990744, 0.46484841895710505], "count": [833]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7551020408163265, 0.6434777908693521], "std": [0.43002668378990744, 0.46484841895710505], "count": [833]}, "eef_direction_state": {"mean": [5.109243697478991, 5.042016806722689], "std": [1.965201107874983, 2.0804726964740428], "min": [0, 0], "max": [6, 6], "count": [833]}, "eef_velocity_state": {"mean": [0.28691476590636256, 0.21368547418967587], "std": [0.6104604081363629, 0.4622144952388817], "min": [0, 0], "max": [2, 2], "count": [833]}, "eef_acc_mag_state": {"mean": [0.39735894357743096, 0.4189675870348139], "std": [0.7146840819171937, 0.7274256207773522], "min": [0, 0], "max": [2, 2], "count": [833]}, "eef_direction_action": {"mean": [5.109243697478991, 5.042016806722689], "std": [1.965201107874983, 2.0804726964740428], "min": [0, 0], "max": [6, 6], "count": [833]}, "eef_velocity_action": {"mean": [0.28691476590636256, 0.21368547418967587], "std": [0.6104604081363629, 0.46221449523888175], "min": [0, 0], "max": [2, 2], "count": [833]}, "eef_acc_mag_action": {"mean": [0.39735894357743096, 0.4189675870348139], "std": [0.7146840819171937, 0.7274256207773521], "min": [0, 0], "max": [2, 2], "count": [833]}, "eef_sim_pose_state": {"mean": [0.41242718739877526, 0.2503782069801846, 1.1799661611615735, -0.025827587211738192, -0.006019012220424666, 1.409379183731126, 0.46189974051268934, -0.18675686720973791, 1.137837201206708, 0.024688302360320623, -0.07666187977594391, -1.3341617596673876], "std": [0.054310448772621325, 0.031486944593717404, 0.04104449292604971, 0.015238588612509868, 0.07432172747076883, 0.08338795566972063, 0.0510287030191999, 0.011949630319598139, 0.006723765599398413, 0.07066566992935691, 0.018048967547469635, 0.025822520675374726], "min": [0.3763435828683535, 0.16738527647082538, 1.1565370466321474, -0.08565211469223732, -0.20735581520526725, 1.2230597999794246, 0.3963580418210935, -0.20009377866837963, 1.1274373572935528, -0.12999860229939653, -0.11981687430236354, -1.3575931373672836], "max": [0.5603251695761574, 0.2822921455010618, 1.2676814072209301, -0.0139505345659664, 0.14582842255442086, 1.5252039801778203, 0.5752442629083891, -0.15072141530240024, 1.1606379496896653, 0.07170853128841292, -0.03284042282046462, -1.2743127351571109], "count": [833]}, "eef_sim_pose_action": {"mean": [0.412460320055891, 0.25037844013483096, 1.1799691344840746, -0.025825491906532994, -0.00610964284654078, 1.409470903583199, 0.4619603804797654, -0.1867631393636089, 1.1378257473560975, 0.024714189450451337, -0.0766696138306339, -1.3342203300223803], "std": [0.05430124377299005, 0.03148704966713561, 0.0410429097084071, 0.015239801987656591, 0.0743204339244812, 0.08346986283875792, 0.05098078013947591, 0.01195201776615127, 0.006720530132003616, 0.07067814440750018, 0.018046381247593987, 0.025810070085998466], "min": [0.3763435828683535, 0.16738527647082538, 1.1565370466321474, -0.08565211469223732, -0.20735581520526725, 1.2230597999794246, 0.3963580418210935, -0.20009377866837963, 1.1274373572935528, -0.12999860229939653, -0.11981687430236354, -1.3575931373672836], "max": [0.5603251695761574, 0.2822921455010618, 1.2676814072209301, -0.0139505345659664, 0.14582842255442086, 1.5252039801778203, 0.5752442629083891, -0.15072141530240024, 1.1606379496896653, 0.07170853128841292, -0.03284042282046462, -1.2743127351571109], "count": [833]}, "gripper_mode_state": {"mean": [0.24489795918367346, 0.3577430972388956], "std": [0.43002668378990744, 0.47933597154482366], "min": [0, 0], "max": [1, 1], "count": [833]}, "gripper_activity_state": {"mean": [1.9891956782713085, 1.9099639855942376], "std": [0.13375525975876773, 0.37356736974122273], "min": [0, 0], "max": [2, 2], "count": [833]}, "gripper_mode_action": {"mean": [0.24489795918367346, 0.3577430972388956], "std": [0.43002668378990744, 0.47933597154482366], "min": [0, 0], "max": [1, 1], "count": [833]}, "gripper_activity_action": {"mean": [1.9891956782713085, 1.9099639855942376], "std": [0.13375525975876773, 0.37356736974122273], "min": [0, 0], "max": [2, 2], "count": [833]}}} +{"episode_index": 188, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47370373400884747]], [[0.46454593720109993]], [[0.4541103352164036]]], "std": [[[0.15405865340326574]], [[0.15753978989137613]], [[0.16162085136571705]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46249728623664915]], [[0.45585916826080025]], [[0.4487803321277698]]], "std": [[[0.1475841551322248]], [[0.14933659083508793]], [[0.1542701018097781]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4617235946716085]], [[0.46376626016260164]], [[0.45506126703730276]]], "std": [[[0.16043412982018682]], [[0.15927972836904214]], [[0.16634393648980475]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4953272046369361]], [[0.48645527085326]], [[0.4731076388888889]]], "std": [[[0.15416904987557478]], [[0.14762386414519243]], [[0.15714449545409107]]], "count": [164]}, "observation.state": {"min": [-0.40920987725257874, 0.06037094071507454, -0.1068490594625473, -2.1838955879211426, -0.3637789785861969, -0.020943952724337578, -0.23286183178424835, -0.28326499462127686, 0.3228580057621002, 0.09439100325107574, -1.637175440788269, -1.4345754384994507, -1.1854034662246704, -0.17641787230968475, -0.07017968595027924, -0.26258477568626404, -1.7714568376541138, -0.07197737693786621, -0.06379178166389465, -0.026232298463582993, -0.33139899373054504, -0.5545179843902588, 0.08744099736213684, 1.2842113971710205, -1.3794463872909546, 0.8751652836799622, 0.0, 0.0, -0.018351372331380844, -0.17380602657794952, -0.8371930122375488, 1.9103219509124756, -1.0683772563934326, -0.0022943264339119196], "max": [0.41140902042388916, 0.40999528765678406, 0.22026054561138153, -1.444818377494812, -0.03848451003432274, 0.21795672178268433, -0.019809486344456673, -0.17488400638103485, 0.536857008934021, 0.2136780023574829, -1.2971378564834595, -1.2135756015777588, -0.9516758918762207, 0.44455283880233765, 0.18931587040424347, -0.13753195106983185, -0.9586744904518127, 0.06592108309268951, 0.12058479338884354, 0.1494874358177185, -0.2908569872379303, -0.3761569857597351, 0.12428399920463562, 1.5000838041305542, -1.2827342748641968, 1.0726864337921143, 1001.0, 1002.0, -0.01834009401500225, -0.17349585890769958, -0.8357635736465454, 1.9103519916534424, -1.0671863555908203, 0.0030935911927372217], "mean": [0.12672100961208344, 0.21146750450134277, 0.06961596757173538, -1.8016029596328735, -0.203453928232193, 0.04583006352186203, -0.06819876283407211, -0.25285279750823975, 0.3999955952167511, 0.17924284934997559, -1.3809866905212402, -1.3211129903793335, -1.1349025964736938, 0.026530582457780838, 0.07528755068778992, -0.17668762803077698, -1.5236629247665405, -0.014463117346167564, -0.038299404084682465, 0.0505441315472126, -0.3057202696800232, -0.4407772123813629, 0.11480607837438583, 1.4257570505142212, -1.3093174695968628, 1.028135895729065, 670.75830078125, 723.7505493164062, -0.018344702199101448, -0.1736992597579956, -0.8366930484771729, 1.9103343486785889, -1.0678237676620483, 0.0005130231729708612], "std": [0.2429722398519516, 0.07195951789617538, 0.07578954100608826, 0.1531134396791458, 0.08416512608528137, 0.0912194773554802, 0.06353848427534103, 0.04345342889428139, 0.06062469631433487, 0.040928762406110764, 0.12228011339902878, 0.03398958593606949, 0.0698402151465416, 0.1666475534439087, 0.07061956822872162, 0.044839486479759216, 0.21301408112049103, 0.04266403615474701, 0.03351142257452011, 0.043960653245449066, 0.010747816413640976, 0.04855407774448395, 0.011702463962137699, 0.055996038019657135, 0.026156025007367134, 0.0372762605547905, 457.8815002441406, 434.70806884765625, 1.0469168501003878e-06, 3.5550572647480294e-05, 0.0002462028933223337, 5.641863936034497e-06, 0.00025929274852387607, 0.000619078055024147], "count": [902]}, "action": {"min": [-0.40920987725257874, 0.06037094071507454, -0.1068490594625473, -2.1838955879211426, -0.3637789785861969, -0.020943952724337578, -0.23286183178424835, -0.28326499462127686, 0.3228580057621002, 0.09439100325107574, -1.637175440788269, -1.4345754384994507, -1.1854034662246704, -0.17641787230968475, -0.07017968595027924, -0.26258477568626404, -1.7714568376541138, -0.07197737693786621, -0.06379178166389465, -0.026232298463582993, -0.33139899373054504, -0.5545179843902588, 0.08744099736213684, 1.2842113971710205, -1.3794463872909546, 0.8751652836799622, 0.0, 0.0, -0.018351372331380844, -0.17380602657794952, -0.8371930122375488, 1.9103219509124756, -1.0683772563934326, -0.0022943264339119196], "max": [0.41140902042388916, 0.40999528765678406, 0.22026054561138153, -1.444818377494812, -0.03848451003432274, 0.21795672178268433, -0.019809486344456673, -0.17488400638103485, 0.536857008934021, 0.2136780023574829, -1.2971378564834595, -1.2135756015777588, -0.9516758918762207, 0.44455283880233765, 0.18931587040424347, -0.13753195106983185, -0.9586744904518127, 0.06592108309268951, 0.12058479338884354, 0.1494874358177185, -0.2908569872379303, -0.3761569857597351, 0.12428399920463562, 1.5000838041305542, -1.2827342748641968, 1.0726864337921143, 1001.0, 1002.0, -0.01834009401500225, -0.17349585890769958, -0.8357635736465454, 1.9103519916534424, -1.0671863555908203, 0.0030935911927372217], "mean": [0.12657293677330017, 0.21137240529060364, 0.06953712552785873, -1.8015209436416626, -0.20328405499458313, 0.045906901359558105, -0.06828883290290833, -0.2528377175331116, 0.4000380039215088, 0.17925474047660828, -1.3810195922851562, -1.3210127353668213, -1.1348445415496826, 0.02672674134373665, 0.07515402883291245, -0.1765640527009964, -1.5234184265136719, -0.014571182429790497, -0.03828307241201401, 0.05065935477614403, -0.3057352900505066, -0.44084519147872925, 0.11482179909944534, 1.425719976425171, -1.309271216392517, 1.0281012058258057, 670.75830078125, 723.7505493164062, -0.018344704061746597, -0.17369914054870605, -0.8366926312446594, 1.9103342294692993, -1.067824125289917, 0.0005129799828864634], "std": [0.24292819201946259, 0.07197707146406174, 0.07585509866476059, 0.153107687830925, 0.0842176079750061, 0.09119239449501038, 0.06352756172418594, 0.04344525188207626, 0.06061473861336708, 0.04093688726425171, 0.12226170301437378, 0.034130774438381195, 0.0698200985789299, 0.16651663184165955, 0.07051808387041092, 0.04475605487823486, 0.2128554880619049, 0.042583540081977844, 0.03350270912051201, 0.043895602226257324, 0.010738207027316093, 0.0485064722597599, 0.011705132201313972, 0.05597401037812233, 0.026157865300774574, 0.037254977971315384, 457.8815002441406, 434.70806884765625, 1.0471741234141518e-06, 3.5560642572818324e-05, 0.0002465095021761954, 5.670120117429178e-06, 0.0002594937977846712, 0.0006190876010805368], "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": [188], "max": [188], "mean": [188.0], "std": [0.0], "count": [902]}, "index": {"min": [161923], "max": [162824], "mean": [162373.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.70509977827051, 0.72239467831217], "std": [0.45599789577736877, 0.433839340929038], "count": [902]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.70509977827051, 0.72239467831217], "std": [0.4559978957773687, 0.433839340929038], "count": [902]}, "eef_direction_state": {"mean": [5.191796008869179, 5.349223946784923], "std": [1.8740316909771635, 1.7983098916698177], "min": [0, 0], "max": [6, 6], "count": [902]}, "eef_velocity_state": {"mean": [0.2771618625277162, 0.15853658536585366], "std": [0.6181919979311172, 0.4520577101139628], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_acc_mag_state": {"mean": [0.42350332594235035, 0.2860310421286031], "std": [0.7311729554538824, 0.6284143907379134], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_direction_action": {"mean": [5.191796008869179, 5.349223946784923], "std": [1.8740316909771635, 1.7983098916698177], "min": [0, 0], "max": [6, 6], "count": [902]}, "eef_velocity_action": {"mean": [0.2771618625277162, 0.15853658536585366], "std": [0.6181919979311172, 0.4520577101139628], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_acc_mag_action": {"mean": [0.42350332594235035, 0.2860310421286031], "std": [0.7311729554538824, 0.6284143907379134], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_sim_pose_state": {"mean": [0.41867407649736227, 0.2492547507964978, 1.1852088316893181, -0.035700111457820524, -0.012760632055821645, 1.382468749758791, 0.46008374720112083, -0.1900597456830198, 1.1366841695333385, -0.003099695568226498, -0.08718300700138422, -1.334693939871161], "std": [0.06258543605734893, 0.03179186866630499, 0.04042199295834246, 0.028795202892523082, 0.06172064477545866, 0.09943866761973987, 0.048261385971431016, 0.012554286779282694, 0.006111072177467198, 0.05423547283047012, 0.020006396959272515, 0.025604133686346946], "min": [0.34478894185359155, 0.18036142992408805, 1.156792940092404, -0.12318703175212697, -0.13651434133429596, 1.1722560076003732, 0.3963572188989395, -0.20046389387119548, 1.1240289964712316, -0.13535812739541342, -0.13079706452310713, -1.3817205788826064], "max": [0.55929577268124, 0.2959064156354986, 1.2544537560159865, -0.016391554159567834, 0.04485886102301406, 1.4780029589374966, 0.5731560087218286, -0.1569409533577508, 1.157783099990087, 0.04859387262592085, -0.03885556127895207, -1.223825427371417], "count": [902]}, "eef_sim_pose_action": {"mean": [0.4187161442995379, 0.2492637479471382, 1.1852236051245009, -0.035702902591630566, -0.012862990380927752, 1.3824959517259872, 0.46015036301101386, -0.19007080429207857, 1.1366733292753917, -0.0031368695369646087, -0.08722080603818033, -1.3347341451130141], "std": [0.0625745308200496, 0.031797345029649295, 0.040414048919380455, 0.028793585042817035, 0.061721663387675416, 0.09945938419882615, 0.0482148357855135, 0.012557475464819822, 0.006105888584513393, 0.0542120426578868, 0.02000127702642624, 0.02558496764924974], "min": [0.34478894185359155, 0.18036142992408805, 1.156792940092404, -0.12318703175212697, -0.13651434133429596, 1.1722560076003732, 0.3963572188989395, -0.20046389387119548, 1.1240289964712316, -0.13535812739541342, -0.13079706452310713, -1.3817205788826064], "max": [0.55929577268124, 0.2959064156354986, 1.2544537560159865, -0.016391554159567834, 0.04485886102301406, 1.4780029589374966, 0.5731560087218286, -0.1569409533577508, 1.157783099990087, 0.04859387262592085, -0.03885556127895207, -1.223825427371417], "count": [902]}, "gripper_mode_state": {"mean": [0.29490022172949004, 0.27827050997782704], "std": [0.45599789577736877, 0.44814733431596154], "min": [0, 0], "max": [1, 1], "count": [902]}, "gripper_activity_state": {"mean": [1.9900221729490022, 1.9090909090909092], "std": [0.12856964929174874, 0.38043249769884063], "min": [0, 0], "max": [2, 2], "count": [902]}, "gripper_mode_action": {"mean": [0.29490022172949004, 0.27827050997782704], "std": [0.4559978957773687, 0.4481473343159616], "min": [0, 0], "max": [1, 1], "count": [902]}, "gripper_activity_action": {"mean": [1.9900221729490022, 1.9090909090909092], "std": [0.12856964929174874, 0.3804324976988407], "min": [0, 0], "max": [2, 2], "count": [902]}}} +{"episode_index": 189, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47837427651783604]], [[0.4695694001496181]], [[0.4590677526281597]]], "std": [[[0.1532896563093235]], [[0.15604162556479864]], [[0.15998479020627887]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645467359634617]], [[0.4583056502972675]], [[0.45112195965233487]]], "std": [[[0.14699897371443182]], [[0.1480007656751857]], [[0.15280118462623482]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46595203854634226]], [[0.46654728103590837]], [[0.4574480753897945]]], "std": [[[0.16239806997695616]], [[0.16061103675403532]], [[0.1677893963728668]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4952577749724388]], [[0.48810624729309393]], [[0.4739378285199622]]], "std": [[[0.1541763404200484]], [[0.14503960351528175]], [[0.15281976961948837]]], "count": [166]}, "observation.state": {"min": [-0.4187917709350586, 0.06485643982887268, -0.060877081006765366, -2.07067608833313, -0.35039231181144714, -0.024120450019836426, -0.23924973607063293, -0.2832620143890381, 0.3329029977321625, 0.08469700068235397, -1.6482362747192383, -1.4648154973983765, -1.20857834815979, -0.17736035585403442, -0.06550220400094986, -0.26258477568626404, -1.7714743614196777, 0.01638864167034626, -0.06688101589679718, -0.0262148454785347, -0.33190199732780457, -0.5557659864425659, 0.0839729979634285, 1.2208281755447388, -1.51059889793396, 0.806049108505249, 0.0, 0.0, -0.018357012420892715, -0.1740334928035736, -0.8375464081764221, 1.909934401512146, -1.0701203346252441, -0.0017599011771380901], "max": [0.38063886761665344, 0.3525913953781128, 0.24563764035701752, -1.4392682313919067, 0.03778637945652008, 0.22245967388153076, -0.019809486344456673, -0.17531000077724457, 0.5377939939498901, 0.20938999950885773, -1.2971378564834595, -1.2508434057235718, -0.9538319706916809, 0.4535761773586273, 0.18929840624332428, -0.13529792428016663, -0.9502968788146973, 0.09740681946277618, 0.20921263098716736, 0.18107791244983673, -0.2894519865512848, -0.3761659860610962, 0.1395920068025589, 1.4755313396453857, -1.3291609287261963, 1.076529860496521, 1001.0, 1002.0, -0.018338212743401527, -0.17331726849079132, -0.8350600004196167, 1.910322666168213, -1.0652291774749756, 0.0025582166854292154], "mean": [0.14860333502292633, 0.21959833800792694, 0.07356294244527817, -1.8115946054458618, -0.2031804323196411, 0.029677169397473335, -0.0701349675655365, -0.25683754682540894, 0.3938070237636566, 0.17967504262924194, -1.3891193866729736, -1.3183766603469849, -1.1305158138275146, 0.0010952757438644767, 0.112811379134655, -0.17260441184043884, -1.5656781196594238, 0.07912617176771164, 0.0027219457551836967, 0.09819598495960236, -0.3046184778213501, -0.43247634172439575, 0.1214124858379364, 1.4046480655670166, -1.401551604270935, 1.0236635208129883, 691.3165283203125, 680.0613403320312, -0.01834503374993801, -0.17363689839839935, -0.8367145657539368, 1.910152792930603, -1.0678820610046387, 0.0006055627600289881], "std": [0.22407563030719757, 0.06012006103992462, 0.07851345092058182, 0.12599030137062073, 0.10227467864751816, 0.08092498779296875, 0.07086566835641861, 0.041379429399967194, 0.0543195866048336, 0.0424019917845726, 0.13767902553081512, 0.03901918604969978, 0.08252713829278946, 0.16941823065280914, 0.07158926874399185, 0.04719851166009903, 0.21122309565544128, 0.020196285098791122, 0.047235943377017975, 0.06496171653270721, 0.010156062431633472, 0.04876211658120155, 0.01909605599939823, 0.07116255909204483, 0.04732280224561691, 0.0389748215675354, 449.40887451171875, 454.4209289550781, 1.2898312888864893e-06, 5.024374695494771e-05, 0.00028115621535107493, 0.00014081124390941113, 0.0004960016813129187, 0.000591147574596107], "count": [913]}, "action": {"min": [-0.4187917709350586, 0.06485643982887268, -0.060877081006765366, -2.07067608833313, -0.35039231181144714, -0.024120450019836426, -0.23924973607063293, -0.2832620143890381, 0.3329029977321625, 0.08469700068235397, -1.6482362747192383, -1.4648154973983765, -1.20857834815979, -0.17736035585403442, -0.06550220400094986, -0.26258477568626404, -1.7714743614196777, 0.01638864167034626, -0.06688101589679718, -0.0262148454785347, -0.33190199732780457, -0.5557659864425659, 0.0839729979634285, 1.2208281755447388, -1.51059889793396, 0.806049108505249, 0.0, 0.0, -0.018357012420892715, -0.1740334928035736, -0.8375464081764221, 1.909934401512146, -1.0701203346252441, -0.0017599011771380901], "max": [0.38063886761665344, 0.3525913953781128, 0.24563764035701752, -1.4392682313919067, 0.03778637945652008, 0.22245967388153076, -0.019809486344456673, -0.17531000077724457, 0.5377939939498901, 0.20938999950885773, -1.2971378564834595, -1.2508434057235718, -0.9538319706916809, 0.4535761773586273, 0.18929840624332428, -0.13529792428016663, -0.9502968788146973, 0.09740681946277618, 0.20921263098716736, 0.18107791244983673, -0.2894519865512848, -0.3761659860610962, 0.1395920068025589, 1.4755313396453857, -1.3291609287261963, 1.076529860496521, 1001.0, 1002.0, -0.018338212743401527, -0.17331726849079132, -0.8350600004196167, 1.910322666168213, -1.0652291774749756, 0.0025582166854292154], "mean": [0.1485045701265335, 0.21957100927829742, 0.07350488007068634, -1.8115559816360474, -0.20305554568767548, 0.02973528392612934, -0.07027427852153778, -0.25682055950164795, 0.3938344120979309, 0.17968244850635529, -1.389232873916626, -1.3183249235153198, -1.1303998231887817, 0.0012346191797405481, 0.11275371164083481, -0.17247207462787628, -1.5655113458633423, 0.07915547490119934, 0.0027951025404036045, 0.09838028252124786, -0.3046334981918335, -0.4325263500213623, 0.12144409865140915, 1.4045865535736084, -1.4016295671463013, 1.0236080884933472, 691.3165283203125, 680.0613403320312, -0.01834503374993801, -0.1736367791891098, -0.8367145657539368, 1.910152554512024, -1.0678818225860596, 0.0006056241109035909], "std": [0.22404371201992035, 0.060115933418273926, 0.07855627685785294, 0.12598416209220886, 0.10228230804204941, 0.08090768754482269, 0.07089182734489441, 0.04137176275253296, 0.054312124848365784, 0.04240642860531807, 0.13764585554599762, 0.03904980793595314, 0.08252540975809097, 0.1693272739648819, 0.07154864072799683, 0.04711562767624855, 0.21112024784088135, 0.02019646018743515, 0.04718412086367607, 0.06484697759151459, 0.010147618129849434, 0.04872778430581093, 0.01910056546330452, 0.07112555205821991, 0.047262951731681824, 0.0389496386051178, 449.40887451171875, 454.4209289550781, 1.2898312888864893e-06, 5.031792534282431e-05, 0.0002811392187140882, 0.00014068753807805479, 0.0004960052901878953, 0.000591156305745244], "count": [913]}, "timestamp": {"min": [0.0], "max": [30.4], "mean": [15.2], "std": [8.785341326449544], "count": [913]}, "frame_index": {"min": [0], "max": [912], "mean": [456.0], "std": [263.5602397934863], "count": [913]}, "episode_index": {"min": [189], "max": [189], "mean": [189.0], "std": [0.0], "count": [913]}, "index": {"min": [162825], "max": [163737], "mean": [163281.0], "std": [263.5602397934863], "count": [913]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [913]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7272727272727273, 0.6788302299251365], "std": [0.445361771415124, 0.4535474083495978], "count": [913]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7272727272727273, 0.6788302299251365], "std": [0.445361771415124, 0.4535474083495978], "count": [913]}, "eef_direction_state": {"mean": [5.153340635268346, 5.08105147864184], "std": [1.8833833573715493, 2.054568331842158], "min": [0, 0], "max": [6, 6], "count": [913]}, "eef_velocity_state": {"mean": [0.26396495071193865, 0.1982475355969332], "std": [0.5914547077162918, 0.4527114321586946], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_acc_mag_state": {"mean": [0.41073384446878425, 0.3888280394304491], "std": [0.7212733722130114, 0.7105572578271412], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_direction_action": {"mean": [5.153340635268346, 5.08105147864184], "std": [1.8833833573715493, 2.054568331842158], "min": [0, 0], "max": [6, 6], "count": [913]}, "eef_velocity_action": {"mean": [0.26396495071193865, 0.1982475355969332], "std": [0.5914547077162918, 0.4527114321586946], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_acc_mag_action": {"mean": [0.41073384446878425, 0.3888280394304491], "std": [0.7212733722130114, 0.7105572578271412], "min": [0, 0], "max": [2, 2], "count": [913]}, "eef_sim_pose_state": {"mean": [0.4126391912264006, 0.2502469402935988, 1.1808675125116692, -0.037647673461093274, -0.018734069342037887, 1.3781223953196557, 0.4531306622687974, -0.201560225683247, 1.1407758135421746, -0.029364532585242124, -0.023368489417765214, -1.291846268938726], "std": [0.05651342086763203, 0.03275592274147901, 0.03785559358783586, 0.034280592749408964, 0.0826809653870539, 0.10321687645715466, 0.048795411525680225, 0.020526457929202133, 0.006036654650012539, 0.05491365716911112, 0.044293828795996325, 0.030816029029908803], "min": [0.35462394052784424, 0.17462086426857423, 1.156794183000476, -0.13767202614211005, -0.20784981205823128, 1.1251320142097025, 0.39637354440208683, -0.22044146421398617, 1.1251309718029645, -0.2110062746970482, -0.06758236366146253, -1.3662139337463843], "max": [0.5604880233414874, 0.2917774911798637, 1.2588765166699711, -0.0151003574634051, 0.06874673596703329, 1.445988523953058, 0.5755063551812208, -0.15800971196895205, 1.1602598885755413, 0.051947534384249594, 0.09388279129052268, -1.1852451247372127], "count": [913]}, "eef_sim_pose_action": {"mean": [0.4126677623180666, 0.2502619301846077, 1.1808840662999813, -0.03765153971999612, -0.018856402997390942, 1.3780576261644208, 0.4531812230729513, -0.20159418588123532, 1.1407698765218182, -0.029444291991534446, -0.023330364507681438, -1.291820824991909], "std": [0.05650527679323465, 0.032765592905173224, 0.037848373294306785, 0.034278529709506005, 0.08268746790281718, 0.10319290895320947, 0.048760494854848895, 0.020530799369348054, 0.006035633069540837, 0.05485407031844552, 0.04427084169152365, 0.030815239009448298], "min": [0.35462394052784424, 0.17462086426857423, 1.156794183000476, -0.13767202614211005, -0.20784981205823128, 1.1251320142097025, 0.39637354440208683, -0.22044146421398617, 1.1251309718029645, -0.2110062746970482, -0.06758236366146253, -1.3662139337463843], "max": [0.5604880233414874, 0.2917774911798637, 1.2588765166699711, -0.0151003574634051, 0.06874673596703329, 1.445988523953058, 0.5755063551812208, -0.15800971196895205, 1.1602598885755413, 0.051947534384249594, 0.09388279129052268, -1.1852451247372127], "count": [913]}, "gripper_mode_state": {"mean": [0.2727272727272727, 0.3198247535596933], "std": [0.445361771415124, 0.4664084910999896], "min": [0, 0], "max": [1, 1], "count": [913]}, "gripper_activity_state": {"mean": [1.990142387732749, 1.9101861993428257], "std": [0.12779742274060088, 0.37826384439439653], "min": [0, 0], "max": [2, 2], "count": [913]}, "gripper_mode_action": {"mean": [0.2727272727272727, 0.3198247535596933], "std": [0.445361771415124, 0.4664084910999896], "min": [0, 0], "max": [1, 1], "count": [913]}, "gripper_activity_action": {"mean": [1.990142387732749, 1.9101861993428257], "std": [0.12779742274060088, 0.37826384439439653], "min": [0, 0], "max": [2, 2], "count": [913]}}} +{"episode_index": 190, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4761214748244977]], [[0.46604714733115465]], [[0.45532266072581296]]], "std": [[[0.15166183481726156]], [[0.15507148301534837]], [[0.15936376009546072]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638749785665295]], [[0.4569007025135157]], [[0.44957481163761803]]], "std": [[[0.14685256676368633]], [[0.14833642874382572]], [[0.1534125357349675]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47032156509723233]], [[0.47017120299765996]], [[0.46134817916364074]]], "std": [[[0.16265485842150804]], [[0.16107667228281927]], [[0.16851757190813352]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49852919364762366]], [[0.4870158607681756]], [[0.47306846859114016]]], "std": [[[0.15426269088082867]], [[0.14607293531574633]], [[0.15506898315814813]]], "count": [162]}, "observation.state": {"min": [-0.40510839223861694, 0.017575465142726898, -0.06723008304834366, -2.1643829345703125, -0.27553513646125793, -0.03464478626847267, -0.19600047171115875, -0.28357699513435364, 0.32074400782585144, 0.08697299659252167, -1.6187318563461304, -1.422507882118225, -1.1872199773788452, -0.17561502754688263, -0.07590436935424805, -0.2626197040081024, -1.7714568376541138, -0.08131489157676697, -0.06716027110815048, -0.0262148454785347, -0.33562299609184265, -0.5546990036964417, 0.0877079963684082, 1.2756916284561157, -1.3777761459350586, 0.9143655300140381, 0.0, 0.0, -0.018370170146226883, -0.17399215698242188, -0.8372278809547424, 1.9097355604171753, -1.0705244541168213, -0.0011001755483448505], "max": [0.42004838585853577, 0.32478830218315125, 0.24219933152198792, -1.4709111452102661, 0.09613273292779922, 0.2771233916282654, -0.01984439231455326, -0.17149099707603455, 0.5357019901275635, 0.21337200701236725, -1.2967406511306763, -1.1713064908981323, -0.9591264128684998, 0.4479562044143677, 0.18931587040424347, -0.126710906624794, -0.9366832971572876, 0.06590363383293152, 0.08831366151571274, 0.1339016556739807, -0.28957399725914, -0.37615498900413513, 0.13843099772930145, 1.4755313396453857, -1.3152540922164917, 1.068518877029419, 1001.0, 1002.0, -0.018259258940815926, -0.1733229160308838, -0.8352572917938232, 1.9102355241775513, -1.0651389360427856, 0.0027983759064227343], "mean": [0.14465902745723724, 0.20794261991977692, 0.07091455161571503, -1.8234167098999023, -0.18260464072227478, 0.05301731452345848, -0.06661515682935715, -0.2524999678134918, 0.3942487835884094, 0.17769017815589905, -1.3832303285598755, -1.3084824085235596, -1.1236107349395752, 0.009078333154320717, 0.09732332825660706, -0.16586615145206451, -1.5410710573196411, 0.004367544315755367, -0.03175823763012886, 0.07857679575681686, -0.3070349097251892, -0.43553856015205383, 0.12208228558301926, 1.432604193687439, -1.3257540464401245, 1.0083500146865845, 678.3280639648438, 701.8658447265625, -0.018345367163419724, -0.17364957928657532, -0.8366831541061401, 1.9101238250732422, -1.067844271659851, 0.0005155116668902338], "std": [0.23067109286785126, 0.07129748910665512, 0.07473066449165344, 0.13252300024032593, 0.11564993113279343, 0.11730188876390457, 0.06219921261072159, 0.04479978606104851, 0.05613713338971138, 0.04323669523000717, 0.11789920926094055, 0.0446585975587368, 0.0866086557507515, 0.17277956008911133, 0.07403683662414551, 0.04884132370352745, 0.22411207854747772, 0.040156614035367966, 0.03265134617686272, 0.06032359227538109, 0.011584704741835594, 0.04941472038626671, 0.018961189314723015, 0.05866086483001709, 0.013340331614017487, 0.03516761213541031, 454.6717834472656, 444.8232116699219, 3.892008408001857e-06, 8.648693619761616e-05, 0.00024593205307610333, 6.367705645971e-05, 0.0005330811836756766, 0.00038545014103874564], "count": [887]}, "action": {"min": [-0.40510839223861694, 0.017575465142726898, -0.06723008304834366, -2.1643829345703125, -0.27553513646125793, -0.03464478626847267, -0.19600047171115875, -0.28357699513435364, 0.32074400782585144, 0.08697299659252167, -1.6187318563461304, -1.422507882118225, -1.1872199773788452, -0.17561502754688263, -0.07590436935424805, -0.2626197040081024, -1.7714568376541138, -0.08131489157676697, -0.06716027110815048, -0.0262148454785347, -0.33562299609184265, -0.5546990036964417, 0.0877079963684082, 1.2756916284561157, -1.3777761459350586, 0.9143655300140381, 0.0, 0.0, -0.018370170146226883, -0.17399215698242188, -0.8372278809547424, 1.9097355604171753, -1.0705244541168213, -0.0011001755483448505], "max": [0.42004838585853577, 0.32478830218315125, 0.24219933152198792, -1.4709111452102661, 0.09613273292779922, 0.2771233916282654, -0.01984439231455326, -0.17149099707603455, 0.5357019901275635, 0.21337200701236725, -1.2967406511306763, -1.1713064908981323, -0.9591264128684998, 0.4479562044143677, 0.18931587040424347, -0.126710906624794, -0.9366832971572876, 0.06590363383293152, 0.08831366151571274, 0.1339016556739807, -0.28957399725914, -0.37615498900413513, 0.13843099772930145, 1.4755313396453857, -1.3152540922164917, 1.068518877029419, 1001.0, 1002.0, -0.018259258940815926, -0.1733229160308838, -0.8352572917938232, 1.9102355241775513, -1.0651389360427856, 0.0027983759064227343], "mean": [0.14457283914089203, 0.20789210498332977, 0.07083206623792648, -1.8233990669250488, -0.18239450454711914, 0.05302542448043823, -0.06674671918153763, -0.252472847700119, 0.39427268505096436, 0.17770209908485413, -1.3833950757980347, -1.3083230257034302, -1.1235021352767944, 0.009225493296980858, 0.09724261611700058, -0.16572284698486328, -1.5408812761306763, 0.004301568027585745, -0.031728602945804596, 0.07874692231416702, -0.3070510923862457, -0.4355921447277069, 0.12211441248655319, 1.4325848817825317, -1.3257386684417725, 1.0082778930664062, 678.3280639648438, 701.8658447265625, -0.018345369026064873, -0.17364968359470367, -0.8366832733154297, 1.9101238250732422, -1.0678446292877197, 0.0005154238897375762], "std": [0.23064011335372925, 0.07128998637199402, 0.07480258494615555, 0.13252060115337372, 0.1156897023320198, 0.1172969788312912, 0.06222360581159592, 0.04478840157389641, 0.05612986534833908, 0.04324480891227722, 0.11788101494312286, 0.04487350583076477, 0.0865924060344696, 0.17267979681491852, 0.07397574186325073, 0.04874356463551521, 0.22398804128170013, 0.04010368883609772, 0.03263441100716591, 0.06024054437875748, 0.011573799885809422, 0.04937618225812912, 0.01896429993212223, 0.05864928290247917, 0.01334435399621725, 0.03511388599872589, 454.6717529296875, 444.8232116699219, 3.892751919920556e-06, 8.642808825243264e-05, 0.0002459305105730891, 6.374834629241377e-05, 0.0005331418942660093, 0.00038542939000763], "count": [887]}, "timestamp": {"min": [0.0], "max": [29.533333333333335], "mean": [14.766666666666666], "std": [8.535156055333076], "count": [887]}, "frame_index": {"min": [0], "max": [886], "mean": [443.0], "std": [256.0546816599923], "count": [887]}, "episode_index": {"min": [190], "max": [190], "mean": [190.0], "std": [0.0], "count": [887]}, "index": {"min": [163738], "max": [164624], "mean": [164181.0], "std": [256.0546816599923], "count": [887]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [887]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7204058624577226, 0.7005963917767047], "std": [0.44879979477966137, 0.44396698372253973], "count": [887]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7204058624577226, 0.7005963917767047], "std": [0.44879979477966137, 0.4439669837225398], "count": [887]}, "eef_direction_state": {"mean": [5.085682074408117, 5.205186020293123], "std": [2.006609193042337, 1.9261027074325825], "min": [0, 0], "max": [6, 6], "count": [887]}, "eef_velocity_state": {"mean": [0.27846674182638104, 0.1871476888387824], "std": [0.6027171796224531, 0.46395860967469565], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_acc_mag_state": {"mean": [0.4160090191657272, 0.34949267192784667], "std": [0.7244269763837977, 0.6845511137952907], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_direction_action": {"mean": [5.085682074408117, 5.205186020293123], "std": [2.006609193042337, 1.9261027074325827], "min": [0, 0], "max": [6, 6], "count": [887]}, "eef_velocity_action": {"mean": [0.27846674182638104, 0.1871476888387824], "std": [0.6027171796224531, 0.46395860967469565], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_acc_mag_action": {"mean": [0.4160090191657272, 0.34949267192784667], "std": [0.7244269763837977, 0.6845511137952907], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_sim_pose_state": {"mean": [0.41281940325702354, 0.2473851299828519, 1.1859707750137394, -0.03159594321855835, -0.02681662711407295, 1.3853910187792449, 0.4553971570940279, -0.1994348875047518, 1.1366620128751188, -0.014488320789028954, -0.08823092761545194, -1.3148744682774065], "std": [0.05766405452495133, 0.03480204994455296, 0.043215640170981964, 0.021451651745824155, 0.084517858988275, 0.09090877021864326, 0.049053101198062256, 0.02124858788419778, 0.006914035199301677, 0.05022352655896205, 0.021378018461027572, 0.02737475641947091], "min": [0.3412430114158319, 0.16788112646056033, 1.1562023128947263, -0.0956200373665721, -0.19986020578244856, 1.1787848448802591, 0.396365277955926, -0.21713113578955195, 1.119448055657227, -0.11753582207708868, -0.12552271062877218, -1.3992783079512776], "max": [0.5561883558416466, 0.27981707214830526, 1.2642485879480894, -0.01745319865735484, 0.03448933827707612, 1.4459880729452845, 0.5729172417891898, -0.15544508424282935, 1.1563349831696237, 0.0479813302109513, -0.03782690693038959, -1.261347458947257], "count": [887]}, "eef_sim_pose_action": {"mean": [0.4128442378827048, 0.2474014418390686, 1.1859912347662487, -0.031655025035872225, -0.027013663582575884, 1.385363962940021, 0.4554504804566368, -0.1994666218767989, 1.1366522526199796, -0.014544472329505315, -0.08827195471615985, -1.3148745002740156], "std": [0.057656165390602226, 0.03481346184177695, 0.04320612585256966, 0.021485056398987665, 0.08458250182459666, 0.09089433727073007, 0.049014612998584096, 0.021253525639048337, 0.006909063365134301, 0.05018155951281389, 0.02137313262131481, 0.02737474409737908], "min": [0.3412430114158319, 0.16788112646056033, 1.1562023128947263, -0.0956200373665721, -0.19986020578244856, 1.1787848448802591, 0.396365277955926, -0.21713113578955195, 1.119448055657227, -0.11753582207708868, -0.12552271062877218, -1.3992783079512776], "max": [0.5561883558416466, 0.27981707214830526, 1.2642485879480894, -0.01745319865735484, 0.03448933827707612, 1.4459880729452845, 0.5729172417891898, -0.15544508424282935, 1.1563349831696237, 0.0479813302109513, -0.03782690693038959, -1.261347458947257], "count": [887]}, "gripper_mode_state": {"mean": [0.27959413754227735, 0.2987598647125141], "std": [0.44879979477966137, 0.4577143300678705], "min": [0, 0], "max": [1, 1], "count": [887]}, "gripper_activity_state": {"mean": [1.9898534385569335, 1.9098083427282977], "std": [0.1296456055149049, 0.3750755916570629], "min": [0, 0], "max": [2, 2], "count": [887]}, "gripper_mode_action": {"mean": [0.27959413754227735, 0.2987598647125141], "std": [0.44879979477966137, 0.4577143300678705], "min": [0, 0], "max": [1, 1], "count": [887]}, "gripper_activity_action": {"mean": [1.9898534385569335, 1.9098083427282977], "std": [0.1296456055149049, 0.3750755916570629], "min": [0, 0], "max": [2, 2], "count": [887]}}} +{"episode_index": 191, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4745731687453463]], [[0.4633838718768098]], [[0.4532577136075949]]], "std": [[[0.15200103322527694]], [[0.15464719741596997]], [[0.15905635359749756]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.461566466037892]], [[0.45395580220484816]], [[0.4467177740030611]]], "std": [[[0.14557142019641645]], [[0.1466571614374465]], [[0.151567544291693]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45900493427856376]], [[0.4625737517580872]], [[0.45508818358567055]]], "std": [[[0.16268814597879705]], [[0.16188431226203]], [[0.16962501654464718]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49945620423802434]], [[0.486930646045338]], [[0.47272451936998433]]], "std": [[[0.1562211911407197]], [[0.14665422525814928]], [[0.15553851377249173]]], "count": [158]}, "observation.state": {"min": [-0.43708279728889465, 0.028274333104491234, -0.12257447093725204, -2.1438229084014893, -0.48396235704421997, -0.09201375395059586, -0.2123018354177475, -0.28326600790023804, 0.33000698685646057, 0.08182299882173538, -1.5841257572174072, -1.521692156791687, -1.2772963047027588, -0.17343337833881378, -0.08400270342826843, -0.26258477568626404, -1.7714568376541138, -0.06590363383293152, -0.07002261281013489, -0.026232298463582993, -0.33421000838279724, -0.5616589784622192, 0.08524700254201889, 1.2635802030563354, -1.4146816730499268, 0.9313045144081116, 0.0, 0.0, -0.01835513301193714, -0.17405419051647186, -0.840161919593811, 1.9083576202392578, -1.0658456087112427, -0.0031410534866154194], "max": [0.39327505230903625, 0.4478864073753357, 0.26621508598327637, -1.4585890769958496, 0.05633922666311264, 0.26862362027168274, -0.01984439231455326, -0.1678840070962906, 0.5401589870452881, 0.22211399674415588, -1.2962875366210938, -1.1413910388946533, -0.9265397191047668, 0.4787088930606842, 0.18929840624332428, -0.12637929618358612, -0.8978322744369507, 0.06590363383293152, 0.08964011073112488, 0.15652114152908325, -0.29183098673820496, -0.37616199254989624, 0.12007799744606018, 1.4919441938400269, -1.328906536102295, 1.0664958953857422, 1001.0, 1002.0, -0.018341973423957825, -0.17346954345703125, -0.838477373123169, 1.9096777439117432, -1.0622278451919556, 0.003691616002470255], "mean": [0.15692955255508423, 0.2142551839351654, 0.06113790348172188, -1.8215771913528442, -0.20766350626945496, 0.04010690003633499, -0.05592210590839386, -0.2562980651855469, 0.39176756143569946, 0.18403635919094086, -1.3623255491256714, -1.310904860496521, -1.1443039178848267, 0.011118072085082531, 0.07737515866756439, -0.1793920397758484, -1.5496500730514526, 0.01838001236319542, -0.019891375675797462, 0.06705509126186371, -0.30392250418663025, -0.43583178520202637, 0.11171471327543259, 1.4177149534225464, -1.3531004190444946, 1.0346527099609375, 676.98486328125, 725.2470703125, -0.018348917365074158, -0.17371179163455963, -0.8396102786064148, 1.9095280170440674, -1.064192295074463, 0.0005313596921041608], "std": [0.2249942570924759, 0.07912387698888779, 0.08348869532346725, 0.12583865225315094, 0.11545205116271973, 0.11598356068134308, 0.05426141247153282, 0.043104179203510284, 0.054267123341560364, 0.04070989415049553, 0.10613986104726791, 0.06353876739740372, 0.08964276313781738, 0.1584249883890152, 0.07188709825277328, 0.041728533804416656, 0.2056276649236679, 0.0361189991235733, 0.030062386766076088, 0.053821153938770294, 0.01019075233489275, 0.04605073854327202, 0.011114010587334633, 0.05627879872918129, 0.014483374543488026, 0.025904200971126556, 454.5506286621094, 433.1709289550781, 1.1792975556090823e-06, 7.998915680218488e-05, 0.00023873553436715156, 0.00015217890904750675, 0.0010807745857164264, 0.0008148693013936281], "count": [858]}, "action": {"min": [-0.43708279728889465, 0.028274333104491234, -0.12257447093725204, -2.1438229084014893, -0.48396235704421997, -0.09201375395059586, -0.2123018354177475, -0.28326600790023804, 0.33000698685646057, 0.08182299882173538, -1.5841257572174072, -1.521692156791687, -1.2772963047027588, -0.17343337833881378, -0.08400270342826843, -0.26258477568626404, -1.7714568376541138, -0.06590363383293152, -0.07002261281013489, -0.026232298463582993, -0.33421000838279724, -0.5616589784622192, 0.08524700254201889, 1.2635802030563354, -1.4146816730499268, 0.9313045144081116, 0.0, 0.0, -0.01835513301193714, -0.17405419051647186, -0.840161919593811, 1.9083576202392578, -1.0658456087112427, -0.0031410534866154194], "max": [0.39327505230903625, 0.4478864073753357, 0.26621508598327637, -1.4585890769958496, 0.05633922666311264, 0.26862362027168274, -0.01984439231455326, -0.1678840070962906, 0.5401589870452881, 0.22211399674415588, -1.2962875366210938, -1.1413910388946533, -0.9265397191047668, 0.4787088930606842, 0.18929840624332428, -0.12637929618358612, -0.8978322744369507, 0.06590363383293152, 0.08964011073112488, 0.15652114152908325, -0.29183098673820496, -0.37616199254989624, 0.12007799744606018, 1.4919441938400269, -1.328906536102295, 1.0664958953857422, 1001.0, 1002.0, -0.018341973423957825, -0.17346954345703125, -0.838477373123169, 1.9096777439117432, -1.0622278451919556, 0.003691616002470255], "mean": [0.1568944752216339, 0.21409624814987183, 0.06100553646683693, -1.8215476274490356, -0.2074631303548813, 0.04002581909298897, -0.05600357428193092, -0.25628426671028137, 0.39177706837654114, 0.1840556263923645, -1.3623852729797363, -1.310716152191162, -1.1443620920181274, 0.01130546536296606, 0.07724440842866898, -0.17927125096321106, -1.5494304895401, 0.01833062246441841, -0.01983669400215149, 0.06720667332410812, -0.3039354681968689, -0.4358963966369629, 0.11172609776258469, 1.417661428451538, -1.353134036064148, 1.0346219539642334, 676.98486328125, 725.2470703125, -0.018348919227719307, -0.17371176183223724, -0.8396100401878357, 1.909528136253357, -1.0641900300979614, 0.0005316351889632642], "std": [0.2249797135591507, 0.0792069137096405, 0.08360867947340012, 0.1258350908756256, 0.11552085727453232, 0.11605040729045868, 0.05425972864031792, 0.043097443878650665, 0.054263412952423096, 0.040722206234931946, 0.10611768066883087, 0.06375471502542496, 0.08968522399663925, 0.15830136835575104, 0.07178563624620438, 0.04163781553506851, 0.20549196004867554, 0.03608307987451553, 0.030025457963347435, 0.05374155938625336, 0.010182752273976803, 0.04600589722394943, 0.01111696008592844, 0.056246060878038406, 0.014462074264883995, 0.025883078575134277, 454.5506286621094, 433.1709289550781, 1.1787797120632604e-06, 8.001991227502003e-05, 0.00023872256861068308, 0.00015223067020997405, 0.001080490997992456, 0.0008148912456817925], "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": [191], "max": [191], "mean": [191.0], "std": [0.0], "count": [858]}, "index": {"min": [164625], "max": [165482], "mean": [165053.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7167832167832168, 0.7239184147637068], "std": [0.450560802690517, 0.43232244338826004], "count": [858]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7167832167832168, 0.7239184147637068], "std": [0.45056080269051707, 0.43232244338826004], "count": [858]}, "eef_direction_state": {"mean": [5.148018648018648, 5.162004662004662], "std": [1.9136979030108014, 2.007120585382789], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_state": {"mean": [0.2972027972027972, 0.1864801864801865], "std": [0.639796448101918, 0.4658040272459766], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_state": {"mean": [0.4090909090909091, 0.32051282051282054], "std": [0.7269448561640506, 0.6679989377521174], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_direction_action": {"mean": [5.148018648018648, 5.162004662004662], "std": [1.9136979030108014, 2.007120585382789], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_action": {"mean": [0.2972027972027972, 0.1864801864801865], "std": [0.639796448101918, 0.4658040272459766], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_action": {"mean": [0.4090909090909091, 0.32051282051282054], "std": [0.7269448561640506, 0.6679989377521174], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_sim_pose_state": {"mean": [0.40996865444915714, 0.2519026463548163, 1.1820320902810055, -0.03267782832091729, -0.008239675723463914, 1.4014430847552029, 0.45564606120480766, -0.1891176865114774, 1.1392370782743475, -0.009401821293843534, -0.05388602387447481, -1.3151770600050783], "std": [0.055929770302971034, 0.03274626119442391, 0.04206749884427502, 0.029941027264014385, 0.07724766190883034, 0.09458616360551257, 0.04559685198335054, 0.013849193509518857, 0.005430227712713757, 0.04741688985953974, 0.010777196237691305, 0.029051379140518998], "min": [0.35047234954180057, 0.1667379956425451, 1.1567889011422767, -0.14828785486443752, -0.19814561537844444, 1.1345792557062113, 0.39637033760709844, -0.1983336673892196, 1.1215311101603433, -0.142430312926227, -0.08406933630553115, -1.4006130059410384], "max": [0.5619897979717885, 0.30397533768346047, 1.2691666779865223, -0.017452906618470765, 0.1429840776143818, 1.5269696464677638, 0.5801290061800131, -0.1531892717911345, 1.154185159509811, 0.04798036505849956, -0.023091713431327765, -1.2304519838844943], "count": [858]}, "eef_sim_pose_action": {"mean": [0.40997802741547507, 0.2519121823788466, 1.1820333943341907, -0.03278618210244762, -0.008331811082633115, 1.4015352213133643, 0.45571034536086286, -0.1891283867764678, 1.1392306235249379, -0.009458658298054536, -0.053866524610940124, -1.3151798586936776], "std": [0.05592600880982147, 0.03275113065881984, 0.042066734031535, 0.03005428377045181, 0.0772459433812252, 0.09466793314275729, 0.04555212256335393, 0.013852419894213054, 0.005427248128769297, 0.04737736570074148, 0.010767698328495414, 0.029050456563107785], "min": [0.35047234954180057, 0.1667379956425451, 1.1567889011422767, -0.14828785486443752, -0.19814561537844444, 1.1345792557062113, 0.39637033760709844, -0.1983336673892196, 1.1215311101603433, -0.142430312926227, -0.08406933630553115, -1.4006130059410384], "max": [0.5619897979717885, 0.30397533768346047, 1.2691666779865223, -0.017452906618470765, 0.1429840776143818, 1.5269696464677638, 0.5801290061800131, -0.1531892717911345, 1.154185159509811, 0.04798036505849956, -0.023091713431327765, -1.2304519838844943], "count": [858]}, "gripper_mode_state": {"mean": [0.28321678321678323, 0.2773892773892774], "std": [0.450560802690517, 0.4477102480162088], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_state": {"mean": [1.9895104895104896, 1.8986013986013985], "std": [0.13180473304175389, 0.3983917577361227], "min": [0, 0], "max": [2, 2], "count": [858]}, "gripper_mode_action": {"mean": [0.28321678321678323, 0.2773892773892774], "std": [0.45056080269051707, 0.4477102480162088], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_action": {"mean": [1.9895104895104896, 1.8986013986013985], "std": [0.13180473304175389, 0.3983917577361227], "min": [0, 0], "max": [2, 2], "count": [858]}}} +{"episode_index": 192, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470886252808415]], [[0.4613479204963235]], [[0.4507381689133987]]], "std": [[[0.15304953975457855]], [[0.15774299519266377]], [[0.16171223314395627]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46206270297181373]], [[0.45493083256740197]], [[0.44766597988153595]]], "std": [[[0.14763506741891133]], [[0.14942201574735364]], [[0.15444966164474186]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4636217613868464]], [[0.4649898552389706]], [[0.45580446155024507]]], "std": [[[0.1601378833605887]], [[0.15867734129927752]], [[0.16599182483929603]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5006173406862745]], [[0.48752877987132354]], [[0.47358837826797384]]], "std": [[[0.1579225454861959]], [[0.14646664978647111]], [[0.15456995413720445]]], "count": [160]}, "observation.state": {"min": [-0.4170464277267456, 0.05023057758808136, -0.10815805196762085, -2.2003366947174072, -0.3854036033153534, -0.020839231088757515, -0.21120229363441467, -0.28345799446105957, 0.31829801201820374, 0.08927000313997269, -1.6649174690246582, -1.4410520792007446, -1.1930160522460938, -0.17420130968093872, -0.11079350113868713, -0.2626197040081024, -1.7714568376541138, -0.08002334833145142, -0.0636696144938469, -0.02626720443367958, -0.3317910134792328, -0.5545690059661865, 0.07853800058364868, 1.231008768081665, -1.393105387687683, 0.8890519142150879, 0.0, 0.0, -0.01835513301193714, -0.17419329285621643, -0.8400604724884033, 1.909661889076233, -1.0655786991119385, -0.001514046685770154], "max": [0.4271344244480133, 0.38868483901023865, 0.23657938838005066, -1.4172072410583496, -0.004852015059441328, 0.20463986694812775, -0.01984439231455326, -0.17974500358104706, 0.5408809781074524, 0.21458899974822998, -1.2971378564834595, -1.2401630878448486, -0.9845998883247375, 0.4461236298084259, 0.18929840624332428, -0.11116001754999161, -0.9442929625511169, 0.06592108309268951, 0.1316327303647995, 0.1632930040359497, -0.28812500834465027, -0.3761630058288574, 0.11766500025987625, 1.4925178289413452, -1.3291609287261963, 1.0689445734024048, 1001.0, 1002.0, -0.0183438528329134, -0.17344510555267334, -0.8384552001953125, 1.9097981452941895, -1.0623815059661865, 0.0018472317606210709], "mean": [0.1233702152967453, 0.2120172530412674, 0.07307657599449158, -1.797214388847351, -0.2030268907546997, 0.03954678401350975, -0.06973261386156082, -0.25214797258377075, 0.40071171522140503, 0.1776251345872879, -1.3891202211380005, -1.3199504613876343, -1.1339658498764038, 0.01887550763785839, 0.08863788098096848, -0.1866227090358734, -1.5636471509933472, 0.009592391550540924, 0.008123811334371567, 0.08810960501432419, -0.2989923357963562, -0.4366151690483093, 0.10839133709669113, 1.441019058227539, -1.360748291015625, 0.9946091175079346, 653.7451171875, 710.41943359375, -0.01834932528436184, -0.17368538677692413, -0.8396751284599304, 1.9096808433532715, -1.0642057657241821, 0.0004621984262485057], "std": [0.2526647448539734, 0.0750071331858635, 0.08094322681427002, 0.16474275290966034, 0.09679844975471497, 0.08154705911874771, 0.06584332138299942, 0.0432402640581131, 0.06313807517290115, 0.042697034776210785, 0.13323137164115906, 0.03313091769814491, 0.07479850947856903, 0.16160918772220612, 0.08127222210168839, 0.039570070803165436, 0.21454757452011108, 0.032458916306495667, 0.04140665382146835, 0.07121723145246506, 0.011333038099110126, 0.047049976885318756, 0.013300720602273941, 0.07737763226032257, 0.01646185852587223, 0.042269017547369, 463.34942626953125, 440.99517822265625, 9.359687851429044e-07, 8.700804755790159e-05, 0.00019254420476499945, 3.8875379686942324e-05, 0.0009439063724130392, 0.00045664937351830304], "count": [875]}, "action": {"min": [-0.4170464277267456, 0.05023057758808136, -0.10815805196762085, -2.2003366947174072, -0.3854036033153534, -0.020839231088757515, -0.21120229363441467, -0.28345799446105957, 0.31829801201820374, 0.08927000313997269, -1.6649174690246582, -1.4410520792007446, -1.1930160522460938, -0.17420130968093872, -0.11079350113868713, -0.2626197040081024, -1.7714568376541138, -0.08002334833145142, -0.0636696144938469, -0.02626720443367958, -0.3317910134792328, -0.5545690059661865, 0.07853800058364868, 1.231008768081665, -1.393105387687683, 0.8890519142150879, 0.0, 0.0, -0.01835513301193714, -0.17419329285621643, -0.8400604724884033, 1.909661889076233, -1.0655786991119385, -0.001514046685770154], "max": [0.4271344244480133, 0.38868483901023865, 0.23657938838005066, -1.4172072410583496, -0.004852015059441328, 0.20463986694812775, -0.01984439231455326, -0.17974500358104706, 0.5408809781074524, 0.21458899974822998, -1.2971378564834595, -1.2401630878448486, -0.9845998883247375, 0.4461236298084259, 0.18929840624332428, -0.11116001754999161, -0.9442929625511169, 0.06592108309268951, 0.1316327303647995, 0.1632930040359497, -0.28812500834465027, -0.3761630058288574, 0.11766500025987625, 1.4925178289413452, -1.3291609287261963, 1.0689445734024048, 1001.0, 1002.0, -0.0183438528329134, -0.17344510555267334, -0.8384552001953125, 1.9097981452941895, -1.0623815059661865, 0.0018472317606210709], "mean": [0.12324374914169312, 0.2119077444076538, 0.07298517972230911, -1.7971562147140503, -0.20287777483463287, 0.03962816670536995, -0.06981604546308517, -0.25213128328323364, 0.40074801445007324, 0.17763851583003998, -1.389127492904663, -1.3198622465133667, -1.1339412927627563, 0.01906009390950203, 0.0885433778166771, -0.18651975691318512, -1.5634739398956299, 0.009526826441287994, 0.008224442601203918, 0.08830247819423676, -0.29899564385414124, -0.43667617440223694, 0.10839967429637909, 1.4410218000411987, -1.360789179801941, 0.9944970607757568, 653.7451171875, 710.41943359375, -0.01834932342171669, -0.173685684800148, -0.8396753072738647, 1.909680962562561, -1.0642062425613403, 0.000462185445940122], "std": [0.25262120366096497, 0.07503467798233032, 0.08102314919233322, 0.16473332047462463, 0.09682045876979828, 0.08152248710393906, 0.06582631170749664, 0.04323107376694679, 0.06312761455774307, 0.04270646348595619, 0.13322651386260986, 0.033236127346754074, 0.07478541135787964, 0.16148200631141663, 0.08120295405387878, 0.03948935493826866, 0.21444040536880493, 0.03240302950143814, 0.041339121758937836, 0.0711360052227974, 0.011331440880894661, 0.04700616002082825, 0.013303855434060097, 0.07737957686185837, 0.01642773486673832, 0.04220834746956825, 463.34942626953125, 440.99517822265625, 9.375427225677413e-07, 8.72273521963507e-05, 0.0001925190445035696, 3.903800461557694e-05, 0.000943472608923912, 0.0004566510906443], "count": [875]}, "timestamp": {"min": [0.0], "max": [29.133333333333333], "mean": [14.566666666666665], "std": [8.419685927106254], "count": [875]}, "frame_index": {"min": [0], "max": [874], "mean": [437.0], "std": [252.59057781318765], "count": [875]}, "episode_index": {"min": [192], "max": [192], "mean": [192.0], "std": [0.0], "count": [875]}, "index": {"min": [165483], "max": [166357], "mean": [165920.0], "std": [252.59057781318765], "count": [875]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [875]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6925714285714286, 0.7090868573085006], "std": [0.4614284829721261, 0.44011188096952125], "count": [875]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6925714285714286, 0.7090868573085006], "std": [0.4614284829721261, 0.4401118809695212], "count": [875]}, "eef_direction_state": {"mean": [5.08, 5.251428571428572], "std": [2.007528686861391, 1.9065857934420583], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_state": {"mean": [0.28914285714285715, 0.17485714285714285], "std": [0.6139770653165274, 0.4613605434152351], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_state": {"mean": [0.4308571428571429, 0.2948571428571429], "std": [0.734898910166062, 0.6413618164436049], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_direction_action": {"mean": [5.08, 5.251428571428572], "std": [2.0075286868613906, 1.9065857934420583], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_action": {"mean": [0.28914285714285715, 0.17485714285714285], "std": [0.6139770653165274, 0.4613605434152351], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_action": {"mean": [0.4308571428571429, 0.2948571428571429], "std": [0.734898910166062, 0.6413618164436049], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_sim_pose_state": {"mean": [0.41965244116166567, 0.2481457332724631, 1.185419918794046, -0.03980978256198899, -0.01597113068141125, 1.3780871200271987, 0.45743720130913024, -0.1890084066065897, 1.1457244285097388, -0.023155758461539507, -0.07379700737037866, -1.2851936629127811], "std": [0.06526007670921882, 0.03330639410739654, 0.03981978264521266, 0.03120057110896828, 0.07151671628743826, 0.10287562499593784, 0.04638865530635596, 0.01839080929021892, 0.007454688595690947, 0.047583191464471576, 0.031081182822167597, 0.050213911759709635], "min": [0.3406835068055323, 0.17509723631952173, 1.1567499058199113, -0.10732796756798801, -0.16256615998360235, 1.1665300200632196, 0.39637012317430026, -0.20139228488012886, 1.123242349100493, -0.13040221692522502, -0.11225188318586765, -1.4262619232719302], "max": [0.5629838508550064, 0.2951404853349624, 1.2510468926873126, -0.011436695178885126, 0.058793834466228656, 1.4878593389544972, 0.5724776787224161, -0.14396207496719823, 1.160204918077038, 0.047953676340029006, 0.012886331118598715, -1.212547345065762], "count": [875]}, "eef_sim_pose_action": {"mean": [0.4196882451055522, 0.2481543270382448, 1.1854359055528791, -0.039815688937148076, -0.016040985766672042, 1.3781303357176165, 0.45749980778343985, -0.18902261174235477, 1.1457298375026088, -0.02323208551122468, -0.07382577085924075, -1.2851347108342868], "std": [0.0652488288871397, 0.03331158835693823, 0.039811101583441096, 0.03119683663481472, 0.0714989582641324, 0.10291203574894825, 0.04634315876806599, 0.018395379532555947, 0.007455513334145417, 0.047522728134051444, 0.0310869873779547, 0.05022161360038185], "min": [0.3406835068055323, 0.17509723631952173, 1.1567499058199113, -0.10732796756798801, -0.16256615998360235, 1.1665300200632196, 0.39637012317430026, -0.20139228488012886, 1.123242349100493, -0.13040221692522502, -0.11225188318586765, -1.4262619232719302], "max": [0.5629838508550064, 0.2951404853349624, 1.2510468926873126, -0.011436695178885126, 0.058793834466228656, 1.4878593389544972, 0.5724776787224161, -0.14396207496719823, 1.160204918077038, 0.047953676340029006, 0.012886331118598715, -1.212547345065762], "count": [875]}, "gripper_mode_state": {"mean": [0.30742857142857144, 0.28914285714285715], "std": [0.46142848297212613, 0.45336438469086954], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_state": {"mean": [1.9897142857142858, 1.9062857142857144], "std": [0.13052609403674711, 0.3859169837767589], "min": [0, 0], "max": [2, 2], "count": [875]}, "gripper_mode_action": {"mean": [0.30742857142857144, 0.28914285714285715], "std": [0.4614284829721261, 0.45336438469086954], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_action": {"mean": [1.9897142857142858, 1.9062857142857144], "std": [0.13052609403674711, 0.3859169837767589], "min": [0, 0], "max": [2, 2], "count": [875]}}} +{"episode_index": 193, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47823625954004795]], [[0.4682035950249665]], [[0.4572456397414038]]], "std": [[[0.15311059662610083]], [[0.1572925680133177]], [[0.16173494688306367]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46269615201152925]], [[0.45540780660090124]], [[0.44821988668655866]]], "std": [[[0.14719124253817295]], [[0.14895099131554304]], [[0.1538380640973898]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4641143258027849]], [[0.4655926919680916]], [[0.45611422938740714]]], "std": [[[0.16240323354414726]], [[0.16114196202244524]], [[0.16790752499449338]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4946300935229164]], [[0.4845528889091869]], [[0.4717420596861933]]], "std": [[[0.15511093278084048]], [[0.1453452546925021]], [[0.15398279034194662]]], "count": [161]}, "observation.state": {"min": [-0.46153485774993896, 0.02134537696838379, -0.1336573213338852, -2.163248300552368, -0.4954465925693512, -0.02082177810370922, -0.22663100063800812, -0.28333398699760437, 0.31967899203300476, 0.06958500295877457, -1.5860121250152588, -1.588425874710083, -1.1950013637542725, -0.17350317537784576, -0.07873180508613586, -0.26258477568626404, -1.771422028541565, -0.019879302009940147, -0.10810568928718567, -0.026197392493486404, -0.3358420133590698, -0.5529050230979919, 0.080935999751091, 1.2855130434036255, -1.4203283786773682, 0.9503082633018494, 0.0, 0.0, -0.01835889182984829, -0.173939511179924, -0.8399447798728943, 1.9091436862945557, -1.0653496980667114, -0.002119665266945958], "max": [0.43999749422073364, 0.4617617726325989, 0.2988876402378082, -1.436283826828003, -0.0774751678109169, 0.3804992437362671, -0.01984439231455326, -0.1666489988565445, 0.5437489748001099, 0.224263995885849, -1.2913178205490112, -1.3183525800704956, -0.9399058222770691, 0.44748497009277344, 0.1892635077238083, -0.13294173777103424, -0.925268828868866, 0.06590363383293152, 0.09438740462064743, 0.1379333734512329, -0.29145699739456177, -0.37616899609565735, 0.12008599936962128, 1.4760637283325195, -1.328971028327942, 1.0795562267303467, 1001.0, 1002.0, -0.018341973423957825, -0.17331351339817047, -0.8389139771461487, 1.9101927280426025, -1.062295913696289, 0.0031514952424913645], "mean": [0.12163029611110687, 0.22431403398513794, 0.07774017006158829, -1.8070203065872192, -0.24965040385723114, 0.08482973277568817, -0.07252319157123566, -0.25280633568763733, 0.3991185128688812, 0.17674246430397034, -1.3590539693832397, -1.3745759725570679, -1.1186127662658691, 0.0030460802372545004, 0.08480647206306458, -0.18167707324028015, -1.5573798418045044, 0.023843582719564438, -0.019839974120259285, 0.08145235478878021, -0.30452555418014526, -0.43285542726516724, 0.11119526624679565, 1.4288102388381958, -1.3646998405456543, 1.022727370262146, 668.841064453125, 714.9341430664062, -0.018348129466176033, -0.17366179823875427, -0.8396052718162537, 1.9096072912216187, -1.0642409324645996, 0.0004837810411117971], "std": [0.2549392282962799, 0.08060815185308456, 0.09376300871372223, 0.1410837024450302, 0.0785333439707756, 0.1435055434703827, 0.06693949550390244, 0.04626801609992981, 0.059583425521850586, 0.04748363420367241, 0.09755273908376694, 0.07807545363903046, 0.09062715619802475, 0.15978169441223145, 0.06928092241287231, 0.036358851939439774, 0.21387970447540283, 0.021721791476011276, 0.03343576192855835, 0.051300328224897385, 0.010769248940050602, 0.04554673284292221, 0.01277871523052454, 0.051257792860269547, 0.022344719618558884, 0.02783310040831566, 458.13018798828125, 438.85565185546875, 1.113415123654704e-06, 0.00016363484610337764, 0.00014231825480237603, 0.0002035053475992754, 0.0009762679110281169, 0.0005931618507020175], "count": [881]}, "action": {"min": [-0.46153485774993896, 0.02134537696838379, -0.1336573213338852, -2.163248300552368, -0.4954465925693512, -0.02082177810370922, -0.22663100063800812, -0.28333398699760437, 0.31967899203300476, 0.06958500295877457, -1.5860121250152588, -1.588425874710083, -1.1950013637542725, -0.17350317537784576, -0.07873180508613586, -0.26258477568626404, -1.771422028541565, -0.019879302009940147, -0.10810568928718567, -0.026197392493486404, -0.3358420133590698, -0.5529050230979919, 0.080935999751091, 1.2855130434036255, -1.4203283786773682, 0.9503082633018494, 0.0, 0.0, -0.01835889182984829, -0.173939511179924, -0.8399447798728943, 1.9091436862945557, -1.0653496980667114, -0.002119665266945958], "max": [0.43999749422073364, 0.4617617726325989, 0.2988876402378082, -1.436283826828003, -0.0774751678109169, 0.3804992437362671, -0.01984439231455326, -0.1666489988565445, 0.5437489748001099, 0.224263995885849, -1.2913178205490112, -1.3183525800704956, -0.9399058222770691, 0.44748497009277344, 0.1892635077238083, -0.13294173777103424, -0.925268828868866, 0.06590363383293152, 0.09438740462064743, 0.1379333734512329, -0.29145699739456177, -0.37616899609565735, 0.12008599936962128, 1.4760637283325195, -1.328971028327942, 1.0795562267303467, 1001.0, 1002.0, -0.018341973423957825, -0.17331351339817047, -0.8389139771461487, 1.9101927280426025, -1.062295913696289, 0.0031514952424913645], "mean": [0.12148649990558624, 0.2242833822965622, 0.07770905643701553, -1.8069533109664917, -0.249624103307724, 0.0849875807762146, -0.07265899330377579, -0.25279659032821655, 0.3991576135158539, 0.17674003541469574, -1.359071135520935, -1.3746614456176758, -1.1185050010681152, 0.0031920666806399822, 0.08470325917005539, -0.18156830966472626, -1.5572116374969482, 0.023790374398231506, -0.019771574065089226, 0.08161065727472305, -0.3045377731323242, -0.43290650844573975, 0.11120676249265671, 1.4287773370742798, -1.3647359609603882, 1.022659182548523, 668.841064453125, 714.9341430664062, -0.018348125740885735, -0.173661470413208, -0.8396055102348328, 1.9096068143844604, -1.0642412900924683, 0.0004839049361180514], "std": [0.2548935115337372, 0.08060696721076965, 0.09377941489219666, 0.1410776525735855, 0.07853579521179199, 0.14346566796302795, 0.06695403158664703, 0.04626254364848137, 0.05957344174385071, 0.047482408583164215, 0.09754335880279541, 0.0780552476644516, 0.09060392528772354, 0.15968015789985657, 0.06919316202402115, 0.036259930580854416, 0.2137698233127594, 0.021676260977983475, 0.03340773656964302, 0.05118316411972046, 0.010761285200715065, 0.04550842568278313, 0.01278193574398756, 0.05123794451355934, 0.022313522174954414, 0.02780095301568508, 458.13018798828125, 438.85565185546875, 1.1123348713226733e-06, 0.00016349003999494016, 0.00014243579062167555, 0.00020351663988549262, 0.0009765193099156022, 0.000593150791246444], "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": [166358], "max": [167238], "mean": [166798.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7071509648127128, 0.7136129398399987], "std": [0.4550697504527871, 0.4379952019137522], "count": [881]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7071509648127128, 0.7136129398399987], "std": [0.4550697504527871, 0.4379952019137522], "count": [881]}, "eef_direction_state": {"mean": [5.127128263337117, 5.155505107832009], "std": [1.9194215083703827, 1.993091302499396], "min": [0, 0], "max": [6, 6], "count": [881]}, "eef_velocity_state": {"mean": [0.30419977298524403, 0.19069239500567536], "std": [0.6307252737820674, 0.46190111716908816], "min": [0, 0], "max": [2, 2], "count": [881]}, "eef_acc_mag_state": {"mean": [0.41430192962542567, 0.33825198637911463], "std": [0.7271137691191031, 0.6731437317604858], "min": [0, 0], "max": [2, 2], "count": [881]}, "eef_direction_action": {"mean": [5.127128263337117, 5.155505107832009], "std": [1.9194215083703827, 1.993091302499396], "min": [0, 0], "max": [6, 6], "count": [881]}, "eef_velocity_action": {"mean": [0.30419977298524403, 0.19069239500567536], "std": [0.6307252737820674, 0.46190111716908816], "min": [0, 0], "max": [2, 2], "count": [881]}, "eef_acc_mag_action": {"mean": [0.41430192962542567, 0.33825198637911463], "std": [0.7271137691191031, 0.6731437317604858], "min": [0, 0], "max": [2, 2], "count": [881]}, "eef_sim_pose_state": {"mean": [0.41849046149108976, 0.24907845028387954, 1.1884352272920673, -0.007312866228976664, 0.01931877073901811, 1.3589572949841076, 0.45312862780879637, -0.19044878363298595, 1.1389150601237732, -0.012110357825851143, -0.05468079226912503, -1.2987197264369046], "std": [0.062363576049896785, 0.037207599271797294, 0.04681340812778874, 0.0188670175173366, 0.031132876702383683, 0.12454522797264038, 0.04518675578494401, 0.015052910765921206, 0.0073854163362233214, 0.03613553047057759, 0.02735892979978445, 0.025954353875509265], "min": [0.339874152785952, 0.1598884713501213, 1.156785247679582, -0.039403218776734694, -0.0785778477161172, 1.0619877283076518, 0.3963737131041861, -0.20072257629353024, 1.1161413833460105, -0.10447989441430883, -0.07322867600723515, -1.3726421192596048], "max": [0.5674433972852463, 0.30619413416768776, 1.2755413930529285, 0.04524330086631467, 0.118388586001136, 1.4460511477771683, 0.571809803662314, -0.15331465766205124, 1.155007002985115, 0.047976869217580265, 0.02767907331085473, -1.2359611594368127], "count": [881]}, "eef_sim_pose_action": {"mean": [0.41853127623826153, 0.24908605006315926, 1.1884527047324633, -0.0072448951701385884, 0.019311688277026895, 1.3588704700186693, 0.4531800958394775, -0.19046214202121084, 1.1389106822225523, -0.012179057022486691, -0.05468295656380442, -1.2986985897959575], "std": [0.06235243934915426, 0.03721143663632889, 0.04680447625257004, 0.018937493651207133, 0.03113054206521643, 0.12451126715532213, 0.045147898393947734, 0.015056581106545442, 0.0073832615271671636, 0.03607904674488352, 0.027360022173887916, 0.025957353971094266], "min": [0.339874152785952, 0.1598884713501213, 1.156785247679582, -0.039403218776734694, -0.0785778477161172, 1.0619877283076518, 0.3963737131041861, -0.20072257629353024, 1.1161413833460105, -0.10447989441430883, -0.07322867600723515, -1.3726421192596048], "max": [0.5674433972852463, 0.30619413416768776, 1.2755413930529285, 0.04524330086631467, 0.118388586001136, 1.4460511477771683, 0.571809803662314, -0.15331465766205124, 1.155007002985115, 0.047976869217580265, 0.02767907331085473, -1.2359611594368127], "count": [881]}, "gripper_mode_state": {"mean": [0.29284903518728717, 0.28603859250851305], "std": [0.4550697504527871, 0.4519076411217978], "min": [0, 0], "max": [1, 1], "count": [881]}, "gripper_activity_state": {"mean": [1.9897843359818388, 1.9001135073779796], "std": [0.1300836150543308, 0.3975092552399703], "min": [0, 0], "max": [2, 2], "count": [881]}, "gripper_mode_action": {"mean": [0.29284903518728717, 0.28603859250851305], "std": [0.4550697504527871, 0.4519076411217978], "min": [0, 0], "max": [1, 1], "count": [881]}, "gripper_activity_action": {"mean": [1.9897843359818388, 1.9001135073779796], "std": [0.1300836150543308, 0.3975092552399703], "min": [0, 0], "max": [2, 2], "count": [881]}}} +{"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.4798293980635733]], [[0.46919934767385213]], [[0.45909535861446027]]], "std": [[[0.15015669930856507]], [[0.15184953272452806]], [[0.15596603840612913]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46501038875695205]], [[0.458037026042301]], [[0.4506901691836155]]], "std": [[[0.14758495316586515]], [[0.147974727051035]], [[0.15259913073243145]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47131618915682216]], [[0.4721739333414525]], [[0.4637726335099257]]], "std": [[[0.16418480430362511]], [[0.1625593073837802]], [[0.16935937405516985]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49952717771891364]], [[0.48712578527787925]], [[0.47259980767669385]]], "std": [[[0.15601298927932275]], [[0.14489770121167414]], [[0.15244159786284028]]], "count": [161]}, "observation.state": {"min": [-0.4582711160182953, 0.12779301404953003, -0.13761921226978302, -2.108375310897827, -0.4149869382381439, -0.061802107840776443, -0.27996826171875, -0.2839469909667969, 0.323199987411499, 0.09950099885463715, -1.666182279586792, -1.4593533277511597, -1.2044318914413452, -0.17472490668296814, -0.08431685715913773, -0.2626197040081024, -1.7714743614196777, -0.0714188739657402, -0.06527531147003174, -0.026197392493486404, -0.3329089879989624, -0.5540689826011658, 0.08050300180912018, 1.2821112871170044, -1.4197970628738403, 0.9608823657035828, 0.0, 0.0, -0.018357012420892715, -0.17407862842082977, -0.8401080369949341, 1.9091215133666992, -1.0653694868087769, -0.001988669391721487], "max": [0.42807692289352417, 0.43528512120246887, 0.26026350259780884, -1.392074704170227, -0.09548696875572205, 0.18256144225597382, -0.01984439231455326, -0.17342600226402283, 0.5460159778594971, 0.22883400321006775, -1.294193148612976, -1.157634973526001, -0.9349598288536072, 0.44717082381248474, 0.18929840624332428, -0.13548991084098816, -0.9431061148643494, 0.06937683373689651, 0.1106015145778656, 0.16238543391227722, -0.29056400060653687, -0.3761669993400574, 0.12337599694728851, 1.477233648300171, -1.3291609287261963, 1.0712792873382568, 1001.0, 1002.0, -0.0183438528329134, -0.17332477867603302, -0.8385122418403625, 1.9096872806549072, -1.0621700286865234, 0.003147698240354657], "mean": [0.16090251505374908, 0.24166586995124817, 0.06192803010344505, -1.8181431293487549, -0.23523972928524017, 0.01995208114385605, -0.0789090245962143, -0.25686517357826233, 0.3905852138996124, 0.18807269632816315, -1.3900946378707886, -1.3262169361114502, -1.1324502229690552, -0.02653069980442524, 0.10086790472269058, -0.18353447318077087, -1.6067336797714233, 0.025591788813471794, 0.008782634511590004, 0.08076050877571106, -0.2996315658092499, -0.4235827922821045, 0.11231806874275208, 1.4292603731155396, -1.368531584739685, 1.0036519765853882, 697.4196166992188, 682.5279541015625, -0.018348950892686844, -0.17358048260211945, -0.8394435048103333, 1.9094144105911255, -1.064208745956421, 0.00048430802416987717], "std": [0.23288722336292267, 0.05045897141098976, 0.08841788023710251, 0.13664597272872925, 0.06374092400074005, 0.07757430523633957, 0.08463142812252045, 0.04072289913892746, 0.055618274956941605, 0.03445940092206001, 0.13944855332374573, 0.055934421718120575, 0.0841435045003891, 0.17674309015274048, 0.08008445054292679, 0.04065272957086563, 0.23280255496501923, 0.0420110821723938, 0.045206569135189056, 0.06701843440532684, 0.011632113717496395, 0.05089902505278587, 0.01391364261507988, 0.05938170850276947, 0.024674220010638237, 0.034899163991212845, 446.4932556152344, 452.96337890625, 1.2051547173541621e-06, 6.98572039254941e-05, 0.00021041325817350298, 0.00010621006367728114, 0.0010077889310196042, 0.0006054374971427023], "count": [877]}, "action": {"min": [-0.4582711160182953, 0.12779301404953003, -0.13761921226978302, -2.108375310897827, -0.4149869382381439, -0.061802107840776443, -0.27996826171875, -0.2839469909667969, 0.323199987411499, 0.09950099885463715, -1.666182279586792, -1.4593533277511597, -1.2044318914413452, -0.17472490668296814, -0.08431685715913773, -0.2626197040081024, -1.7714743614196777, -0.0714188739657402, -0.06527531147003174, -0.026197392493486404, -0.3329089879989624, -0.5540689826011658, 0.08050300180912018, 1.2821112871170044, -1.4197970628738403, 0.9608823657035828, 0.0, 0.0, -0.018357012420892715, -0.17407862842082977, -0.8401080369949341, 1.9091215133666992, -1.0653694868087769, -0.001988669391721487], "max": [0.42807692289352417, 0.43528512120246887, 0.26026350259780884, -1.392074704170227, -0.09548696875572205, 0.18256144225597382, -0.01984439231455326, -0.17342600226402283, 0.5460159778594971, 0.22883400321006775, -1.294193148612976, -1.157634973526001, -0.9349598288536072, 0.44717082381248474, 0.18929840624332428, -0.13548991084098816, -0.9431061148643494, 0.06937683373689651, 0.1106015145778656, 0.16238543391227722, -0.29056400060653687, -0.3761669993400574, 0.12337599694728851, 1.477233648300171, -1.3291609287261963, 1.0712792873382568, 1001.0, 1002.0, -0.0183438528329134, -0.17332477867603302, -0.8385122418403625, 1.9096872806549072, -1.0621700286865234, 0.003147698240354657], "mean": [0.1609177142381668, 0.24162708222866058, 0.061820805072784424, -1.8181934356689453, -0.23508064448833466, 0.019908657297492027, -0.07905936986207962, -0.2568379342556, 0.39058083295822144, 0.18808822333812714, -1.3902759552001953, -1.326084017753601, -1.1323730945587158, -0.026437873020768166, 0.10079407691955566, -0.1834210306406021, -1.6066513061523438, 0.02556038834154606, 0.008893962949514389, 0.08094309270381927, -0.29963555932044983, -0.4236176311969757, 0.11233348399400711, 1.4292337894439697, -1.3685951232910156, 1.0035568475723267, 697.4196166992188, 682.5279541015625, -0.018348949030041695, -0.17358039319515228, -0.8394438624382019, 1.9094146490097046, -1.0642064809799194, 0.00048464356223121285], "std": [0.23289428651332855, 0.05047251284122467, 0.08849881589412689, 0.13666558265686035, 0.06386817991733551, 0.07760781794786453, 0.08464357256889343, 0.04071325808763504, 0.05562032386660576, 0.034468647092580795, 0.13943083584308624, 0.05609015002846718, 0.08412662148475647, 0.17668753862380981, 0.08003285527229309, 0.04057136923074722, 0.2327560931444168, 0.04199141263961792, 0.04514823108911514, 0.06694495677947998, 0.01163011509925127, 0.05087698996067047, 0.013918229378759861, 0.05936594307422638, 0.024644430726766586, 0.03484136983752251, 446.4932556152344, 452.96337890625, 1.2057195135639631e-06, 6.988631503190845e-05, 0.00021052728698123246, 0.00010655385995050892, 0.0010075909085571766, 0.0006054597324691713], "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": [194], "max": [194], "mean": [194.0], "std": [0.0], "count": [877]}, "index": {"min": [167239], "max": [168115], "mean": [167677.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7354618015963512, 0.6812702396793233], "std": [0.44108699820897135, 0.4520750572949813], "count": [877]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7354618015963512, 0.6812702396793233], "std": [0.44108699820897135, 0.4520750572949813], "count": [877]}, "eef_direction_state": {"mean": [4.933865450399088, 5.074116305587229], "std": [2.1511218457175607, 2.088187562878748], "min": [0, 0], "max": [6, 6], "count": [877]}, "eef_velocity_state": {"mean": [0.3010262257696693, 0.19156214367160776], "std": [0.6194574780863787, 0.45281025431391003], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_acc_mag_state": {"mean": [0.4492588369441277, 0.37856328392246297], "std": [0.7527918529211224, 0.7037260255036816], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_direction_action": {"mean": [4.933865450399088, 5.074116305587229], "std": [2.1511218457175607, 2.088187562878748], "min": [0, 0], "max": [6, 6], "count": [877]}, "eef_velocity_action": {"mean": [0.3010262257696693, 0.19156214367160776], "std": [0.6194574780863787, 0.45281025431391003], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_acc_mag_action": {"mean": [0.4492588369441277, 0.37856328392246297], "std": [0.7527918529211224, 0.7037260255036816], "min": [0, 0], "max": [2, 2], "count": [877]}, "eef_sim_pose_state": {"mean": [0.4098013581643605, 0.25907928377769496, 1.1807385751216624, -0.039118725740968203, -0.012412766750467206, 1.3735643147056353, 0.44426771087887545, -0.19231409226272506, 1.1452074642464098, -0.02449799968907969, -0.061594895913574366, -1.2903294647576722], "std": [0.05887166227806109, 0.024741410530086997, 0.03790135757946245, 0.032781536168347815, 0.06869345342743952, 0.12141758784409286, 0.050217222444122474, 0.0184911048973951, 0.007867606394720646, 0.04763867015526696, 0.009644994948578251, 0.042364931246324206], "min": [0.3422169766506093, 0.1936109760914433, 1.1567922648080793, -0.13486452771849666, -0.17059179257276424, 1.095643411710446, 0.3963703753291965, -0.2065479896281999, 1.1216569245214008, -0.1318084660154396, -0.0685758088062578, -1.3906451328008442], "max": [0.5715220806651325, 0.3117385330949885, 1.2594914429413837, -0.009884954442259897, 0.05218864866225115, 1.4483517014454939, 0.5725816933120375, -0.1498143512408093, 1.1568075610848203, 0.04812441740925122, -0.0195897400410161, -1.2227252657688341], "count": [877]}, "eef_sim_pose_action": {"mean": [0.40979841112836485, 0.25910117303400204, 1.1807564153063403, -0.03920156356200244, -0.012579889360921187, 1.3735195090505754, 0.44430389190211844, -0.19233432235785208, 1.1452131283962181, -0.024582556796177914, -0.061593271694776304, -1.2902802070114188], "std": [0.058873043093777215, 0.02475471753853535, 0.03789377268723244, 0.03281887407997067, 0.06876179803452892, 0.12139812249330223, 0.05019413786350098, 0.018496845454325922, 0.007868900797747332, 0.04757575747214219, 0.009644119712097046, 0.04237373934336776], "min": [0.3422169766506093, 0.1936109760914433, 1.1567922648080793, -0.13486452771849666, -0.17059179257276424, 1.095643411710446, 0.3963703753291965, -0.2065479896281999, 1.1216569245214008, -0.1318084660154396, -0.0685758088062578, -1.3906451328008442], "max": [0.5715220806651325, 0.3117385330949885, 1.2594914429413837, -0.009884954442259897, 0.05218864866225115, 1.4483517014454939, 0.5725816933120375, -0.1498143512408093, 1.1568075610848203, 0.04812441740925122, -0.0195897400410161, -1.2227252657688341], "count": [877]}, "gripper_mode_state": {"mean": [0.2645381984036488, 0.322690992018244], "std": [0.44108699820897135, 0.4675056317185118], "min": [0, 0], "max": [1, 1], "count": [877]}, "gripper_activity_state": {"mean": [1.9897377423033067, 1.9087799315849487], "std": [0.13037809975141085, 0.3770835610354653], "min": [0, 0], "max": [2, 2], "count": [877]}, "gripper_mode_action": {"mean": [0.2645381984036488, 0.322690992018244], "std": [0.44108699820897135, 0.4675056317185117], "min": [0, 0], "max": [1, 1], "count": [877]}, "gripper_activity_action": {"mean": [1.9897377423033067, 1.9087799315849487], "std": [0.13037809975141085, 0.3770835610354653], "min": [0, 0], "max": [2, 2], "count": [877]}}} +{"episode_index": 195, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47697142422860617]], [[0.46649864626082993]], [[0.4561964964280286]]], "std": [[[0.15333533580112765]], [[0.15540324236538153]], [[0.15952395856395274]]], "count": [172]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.463914288123195]], [[0.4568389014762882]], [[0.4493695506060951]]], "std": [[[0.1484155100946175]], [[0.14904631720328845]], [[0.15361740063429263]]], "count": [172]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4620205685229518]], [[0.4641963301793586]], [[0.4569230577405381]]], "std": [[[0.16077534423634585]], [[0.15942793929586907]], [[0.16688726009020877]]], "count": [172]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4985498425387597]], [[0.4857127163607691]], [[0.4721998475262198]]], "std": [[[0.1613726775818459]], [[0.15016116167085888]], [[0.1582119373961615]]], "count": [172]}, "observation.state": {"min": [-0.4268377125263214, 0.04087560996413231, -0.13646729290485382, -2.1917145252227783, -0.5026547908782959, -0.04354596138000488, -0.2208888679742813, -0.2834489941596985, 0.306753009557724, 0.08494599908590317, -1.5933159589767456, -1.5278691053390503, -1.2282263040542603, -0.17633061110973358, -0.09512043744325638, -0.2626197040081024, -1.771404504776001, -0.04473278671503067, -0.10183995962142944, -0.0262148454785347, -0.33935800194740295, -0.5573700070381165, 0.08205399662256241, 1.2457551956176758, -1.4674185514450073, 0.9218140244483948, 0.0, 0.0, -0.018360773101449013, -0.17405042052268982, -0.8402902483940125, 1.9093307256698608, -1.0654312372207642, -0.0006160603370517492], "max": [0.48279300332069397, 0.3853861391544342, 0.2391100972890854, -1.4134374856948853, -0.05825909227132797, 0.20176006853580475, -0.01979203335940838, -0.17351000010967255, 0.5423970222473145, 0.217631995677948, -1.2965084314346313, -1.2397829294204712, -1.031571626663208, 0.4642575979232788, 0.18929840624332428, -0.10641272366046906, -0.8932769894599915, 0.10433578491210938, 0.11311478912830353, 0.18860027194023132, -0.28272300958633423, -0.3761639893054962, 0.1191139966249466, 1.5269148349761963, -1.3291609287261963, 1.075411081314087, 1001.0, 1002.0, -0.018338212743401527, -0.17320258915424347, -0.8382785320281982, 1.9100295305252075, -1.0619449615478516, 0.0035966914147138596], "mean": [0.1513221263885498, 0.2151496708393097, 0.06406168639659882, -1.8109184503555298, -0.23880673944950104, 0.027194546535611153, -0.06343302130699158, -0.25592344999313354, 0.39364534616470337, 0.18198829889297485, -1.3673388957977295, -1.3428341150283813, -1.1636627912521362, -0.039195068180561066, 0.11385787278413773, -0.18951192498207092, -1.6148958206176758, 0.06688617914915085, -0.03062639757990837, 0.1010875329375267, -0.2976335883140564, -0.41840267181396484, 0.11047689616680145, 1.4597100019454956, -1.400653600692749, 1.0338730812072754, 666.0477905273438, 706.4973754882812, -0.01834763027727604, -0.17354591190814972, -0.839572548866272, 1.9096307754516602, -1.0642149448394775, 0.0006645344546996057], "std": [0.2353113889694214, 0.06919894367456436, 0.08079472184181213, 0.1469416469335556, 0.07943759858608246, 0.08261498808860779, 0.05980810895562172, 0.04165804386138916, 0.05813666805624962, 0.04095111042261124, 0.10595907270908356, 0.060749974101781845, 0.04821585491299629, 0.1683993935585022, 0.08220381289720535, 0.03872375935316086, 0.22602178156375885, 0.05040743201971054, 0.031239572912454605, 0.08079233765602112, 0.013171943835914135, 0.04887242615222931, 0.011507117189466953, 0.07499004155397415, 0.04556285962462425, 0.025056758895516396, 460.3876647949219, 444.0454406738281, 1.1572622042876901e-06, 6.873546226415783e-05, 0.0003051109379157424, 0.00012527780199889094, 0.0010097878985106945, 0.00035591746564023197], "count": [963]}, "action": {"min": [-0.4268377125263214, 0.04087560996413231, -0.13646729290485382, -2.1917145252227783, -0.5026547908782959, -0.04354596138000488, -0.2208888679742813, -0.2834489941596985, 0.306753009557724, 0.08494599908590317, -1.5933159589767456, -1.5278691053390503, -1.2282263040542603, -0.17633061110973358, -0.09512043744325638, -0.2626197040081024, -1.771404504776001, -0.04473278671503067, -0.10183995962142944, -0.026197392493486404, -0.33935800194740295, -0.5573700070381165, 0.08205399662256241, 1.2457551956176758, -1.4674185514450073, 0.9218140244483948, 0.0, 0.0, -0.018360773101449013, -0.17405042052268982, -0.8402902483940125, 1.9093307256698608, -1.0654312372207642, -0.0006160603370517492], "max": [0.48279300332069397, 0.3853861391544342, 0.2391100972890854, -1.4134374856948853, -0.05825909227132797, 0.20176006853580475, -0.01979203335940838, -0.17351000010967255, 0.5423970222473145, 0.217631995677948, -1.2965084314346313, -1.2397829294204712, -1.031571626663208, 0.4642575979232788, 0.18929840624332428, -0.10641272366046906, -0.8932769894599915, 0.10433578491210938, 0.11311478912830353, 0.18860027194023132, -0.28272300958633423, -0.3761639893054962, 0.1191139966249466, 1.5269148349761963, -1.3291609287261963, 1.075411081314087, 1001.0, 1002.0, -0.018338212743401527, -0.17320258915424347, -0.8382785320281982, 1.9100295305252075, -1.0619449615478516, 0.0035966914147138596], "mean": [0.15128232538700104, 0.21505185961723328, 0.06396114826202393, -1.8109030723571777, -0.23871365189552307, 0.027179179713129997, -0.06352174282073975, -0.25590866804122925, 0.3936569094657898, 0.1820041686296463, -1.3673769235610962, -1.3427536487579346, -1.163705825805664, -0.03911379724740982, 0.11380841583013535, -0.18942342698574066, -1.6148158311843872, 0.06692308187484741, -0.030589263886213303, 0.10128426551818848, -0.2976335883140564, -0.4184306263923645, 0.11048568040132523, 1.4597374200820923, -1.4007635116577148, 1.0338332653045654, 666.0477905273438, 706.4973754882812, -0.01834763213992119, -0.17354600131511688, -0.8395722508430481, 1.909630537033081, -1.0642149448394775, 0.000664175720885396], "std": [0.23529544472694397, 0.06922899186611176, 0.08088206499814987, 0.14693844318389893, 0.07947241514921188, 0.08262529969215393, 0.05980686843395233, 0.04165086895227432, 0.05813240259885788, 0.04096173122525215, 0.10594052821397781, 0.06083302199840546, 0.04825296625494957, 0.16835154592990875, 0.08217306435108185, 0.038653988391160965, 0.22597962617874146, 0.05042027309536934, 0.0312216654419899, 0.08071302622556686, 0.013171939179301262, 0.048856038600206375, 0.011509760282933712, 0.07500048726797104, 0.045518115162849426, 0.025035614147782326, 460.3876647949219, 444.0454406738281, 1.155628751803306e-06, 6.877377745695412e-05, 0.0003051669045817107, 0.00012554573186207563, 0.0010098784696310759, 0.0003559828328434378], "count": [963]}, "timestamp": {"min": [0.0], "max": [32.06666666666667], "mean": [16.033333333333335], "std": [9.266466824383897], "count": [963]}, "frame_index": {"min": [0], "max": [962], "mean": [481.0], "std": [277.99400473151695], "count": [963]}, "episode_index": {"min": [195], "max": [195], "mean": [195.0], "std": [0.0], "count": [963]}, "index": {"min": [168116], "max": [169078], "mean": [168597.0], "std": [277.99400473151695], "count": [963]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [963]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6978193146417445, 0.7051651089540214], "std": [0.4592031345218275, 0.44315551535967934], "count": [963]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6978193146417445, 0.7051651089540214], "std": [0.4592031345218275, 0.4431555153596793], "count": [963]}, "eef_direction_state": {"mean": [4.991692627206646, 5.205607476635514], "std": [2.1017555686671314, 1.9689410049101173], "min": [0, 0], "max": [6, 6], "count": [963]}, "eef_velocity_state": {"mean": [0.29283489096573206, 0.1703011422637591], "std": [0.6293451744850562, 0.43719892493868834], "min": [0, 0], "max": [2, 2], "count": [963]}, "eef_acc_mag_state": {"mean": [0.363447559709242, 0.3260643821391485], "std": [0.6932348915420079, 0.6679238799880399], "min": [0, 0], "max": [2, 2], "count": [963]}, "eef_direction_action": {"mean": [4.991692627206646, 5.205607476635514], "std": [2.1017555686671314, 1.9689410049101173], "min": [0, 0], "max": [6, 6], "count": [963]}, "eef_velocity_action": {"mean": [0.29283489096573206, 0.1703011422637591], "std": [0.6293451744850562, 0.43719892493868834], "min": [0, 0], "max": [2, 2], "count": [963]}, "eef_acc_mag_action": {"mean": [0.363447559709242, 0.3260643821391485], "std": [0.6932348915420079, 0.6679238799880399], "min": [0, 0], "max": [2, 2], "count": [963]}, "eef_sim_pose_state": {"mean": [0.41236916828312836, 0.2514961135157645, 1.1810995490585907, -0.04414881584578729, 0.01860324130690908, 1.3842412490799965, 0.440185630444955, -0.19371018866489578, 1.1432265699355855, 0.010284923987280762, -0.03403265116524185, -1.2626677547458565], "std": [0.06021517375337813, 0.0319135742755173, 0.038083157424538126, 0.03761597534033276, 0.0371389172798099, 0.10266231807112625, 0.0478737924179197, 0.018068926080582866, 0.00858083225724586, 0.04660056460907474, 0.018030056921342297, 0.06463818335297193], "min": [0.3285714463040281, 0.17411741023721042, 1.1567890593988537, -0.13681362627484783, -0.08110629215726717, 1.1679977597375055, 0.39636841786861987, -0.20711815883396206, 1.1146819482418795, -0.10615782908642657, -0.06757296262463197, -1.423239051805224], "max": [0.56456035514116, 0.30116326223775985, 1.2579501350353923, -0.01739067457264043, 0.10651451717785232, 1.4823672458773633, 0.5752952359510002, -0.14966759883779812, 1.161961823618106, 0.048499437072905716, 0.007578305504413407, -1.1778533499926267], "count": [963]}, "eef_sim_pose_action": {"mean": [0.4123806475536915, 0.251508014259947, 1.1811071476627677, -0.04421125551395496, 0.018570005517669026, 1.3842761401695625, 0.4402167016393363, -0.19372874322764255, 1.1432289147947468, 0.01026460057114531, -0.03398892325574588, -1.262575771138007], "std": [0.0602107239948541, 0.03192056582836565, 0.038079040846563945, 0.037621653450046755, 0.037140591183277435, 0.10268894576679043, 0.047855051370699564, 0.018072946841864713, 0.008581480561140341, 0.04658847810004007, 0.01799990629504097, 0.06464180296653066], "min": [0.3285714463040281, 0.17411741023721042, 1.1567890593988537, -0.13681362627484783, -0.08110629215726717, 1.1679977597375055, 0.39636841786861987, -0.20711815883396206, 1.1146819482418795, -0.10615782908642657, -0.06757296262463197, -1.423239051805224], "max": [0.56456035514116, 0.30116326223775985, 1.2579501350353923, -0.01739067457264043, 0.10651451717785232, 1.4823672458773633, 0.5752952359510002, -0.14966759883779812, 1.161961823618106, 0.048499437072905716, 0.007578305504413407, -1.1778533499926267], "count": [963]}, "gripper_mode_state": {"mean": [0.30218068535825543, 0.29387331256490135], "std": [0.4592031345218275, 0.45553461858242156], "min": [0, 0], "max": [1, 1], "count": [963]}, "gripper_activity_state": {"mean": [1.9906542056074767, 1.9106957424714435], "std": [0.12445473118653079, 0.37347103859510816], "min": [0, 0], "max": [2, 2], "count": [963]}, "gripper_mode_action": {"mean": [0.30218068535825543, 0.29387331256490135], "std": [0.4592031345218275, 0.45553461858242156], "min": [0, 0], "max": [1, 1], "count": [963]}, "gripper_activity_action": {"mean": [1.9906542056074767, 1.9106957424714435], "std": [0.12445473118653079, 0.37347103859510816], "min": [0, 0], "max": [2, 2], "count": [963]}}} +{"episode_index": 196, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4741510088860647]], [[0.4647836555918664]], [[0.4536060641592028]]], "std": [[[0.1514332510910691]], [[0.1540018792734617]], [[0.1583456847219743]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653643210885177]], [[0.4579666860828694]], [[0.450497509935044]]], "std": [[[0.14505147696192763]], [[0.1462292258510059]], [[0.151121985780996]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46189012320463163]], [[0.4651579432441701]], [[0.45711359108972804]]], "std": [[[0.1649025988421978]], [[0.16367622336269316]], [[0.17109716801088404]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.500838005829904]], [[0.4893287427882676]], [[0.4759552204369402]]], "std": [[[0.1501246700676064]], [[0.14209147869013866]], [[0.15121247437767069]]], "count": [162]}, "observation.state": {"min": [-0.4389503002166748, 0.017470747232437134, -0.1569574624300003, -2.1509437561035156, -0.35562828183174133, -0.030316369608044624, -0.2609616219997406, -0.28327399492263794, 0.3199169933795929, 0.06848800182342529, -1.6885582208633423, -1.4137331247329712, -1.1854034662246704, -0.17332863807678223, -0.10489429533481598, -0.2626197040081024, -1.771422028541565, -0.0052359881810843945, -0.11840313673019409, -0.026162484660744667, -0.3332189917564392, -0.5536730289459229, 0.08301600068807602, 1.2444349527359009, -1.4305211305618286, 0.9489796161651611, 0.0, 0.0, -0.018366411328315735, -0.17403914034366608, -0.8394725918769836, 1.9093576669692993, -1.0654423236846924, -0.0014314622385427356], "max": [0.44425612688064575, 0.43650683760643005, 0.2791130542755127, -1.413891315460205, 0.0763057991862297, 0.25216516852378845, -0.019809486344456673, -0.18187299370765686, 0.541828989982605, 0.23613299429416656, -1.2972227334976196, -1.152228832244873, -0.89918452501297, 0.4420569837093353, 0.1892635077238083, -0.10288716107606888, -0.9368927478790283, 0.09430013597011566, 0.10531316697597504, 0.16777850687503815, -0.29207199811935425, -0.3761630058288574, 0.12568199634552002, 1.4755313396453857, -1.3291609287261963, 1.1270042657852173, 1001.0, 1002.0, -0.01834009401500225, -0.1732834428548813, -0.8393846154212952, 1.9093972444534302, -1.0625994205474854, 0.001685860101133585], "mean": [0.1478717029094696, 0.2191692441701889, 0.06585603952407837, -1.8074506521224976, -0.18598122894763947, 0.041396766901016235, -0.0684249997138977, -0.2591940760612488, 0.39449867606163025, 0.18221762776374817, -1.3793964385986328, -1.303429365158081, -1.1104950904846191, 0.026945309713482857, 0.0621519535779953, -0.16237781941890717, -1.5218697786331177, 0.05281636863946915, -0.029724745079874992, 0.0594259649515152, -0.30537116527557373, -0.4413747489452362, 0.11488348245620728, 1.3781938552856445, -1.3738181591033936, 1.0828430652618408, 636.3397216796875, 681.8661499023438, -0.018347693607211113, -0.17364449799060822, -0.8394507169723511, 1.909383773803711, -1.0642080307006836, 0.0005161270382814109], "std": [0.22496932744979858, 0.08068714290857315, 0.09029732644557953, 0.14220845699310303, 0.12566785514354706, 0.09267690777778625, 0.06929571181535721, 0.038786787539720535, 0.05465012788772583, 0.044672735035419464, 0.1305694282054901, 0.05172625556588173, 0.10638584196567535, 0.17094554007053375, 0.07963069528341293, 0.049030642956495285, 0.22909937798976898, 0.02289200946688652, 0.03339117392897606, 0.04934956878423691, 0.011511970311403275, 0.049220938235521317, 0.014187471009790897, 0.06423225998878479, 0.023482585325837135, 0.02333914116024971, 468.9418640136719, 453.8035583496094, 1.1651160320980125e-06, 6.588487303815782e-05, 2.2061873096390627e-05, 1.5152952073549386e-05, 0.000986450701020658, 0.00042655333527363837], "count": [889]}, "action": {"min": [-0.4389503002166748, 0.017470747232437134, -0.1569574624300003, -2.1509437561035156, -0.35562828183174133, -0.030316369608044624, -0.2609616219997406, -0.28327399492263794, 0.3199169933795929, 0.06848800182342529, -1.6885582208633423, -1.4137331247329712, -1.1854034662246704, -0.17332863807678223, -0.10489429533481598, -0.2626197040081024, -1.771422028541565, -0.0052359881810843945, -0.11840313673019409, -0.026162484660744667, -0.3332189917564392, -0.5536730289459229, 0.08301600068807602, 1.2444349527359009, -1.4305211305618286, 0.9489796161651611, 0.0, 0.0, -0.018366411328315735, -0.17403914034366608, -0.8394725918769836, 1.9093576669692993, -1.0654423236846924, -0.0014314622385427356], "max": [0.44425612688064575, 0.43650683760643005, 0.2791130542755127, -1.413891315460205, 0.0763057991862297, 0.25216516852378845, -0.019809486344456673, -0.18187299370765686, 0.541828989982605, 0.23613299429416656, -1.2972227334976196, -1.152228832244873, -0.89918452501297, 0.4420569837093353, 0.1892635077238083, -0.10288716107606888, -0.9368927478790283, 0.09430013597011566, 0.10531316697597504, 0.16777850687503815, -0.29207199811935425, -0.3761630058288574, 0.12568199634552002, 1.4755313396453857, -1.3291609287261963, 1.1270042657852173, 1001.0, 1002.0, -0.01834009401500225, -0.1732834428548813, -0.8393846154212952, 1.9093972444534302, -1.0625994205474854, 0.001685860101133585], "mean": [0.14767031371593475, 0.21905939280986786, 0.06579215079545975, -1.8073124885559082, -0.18570969998836517, 0.041482582688331604, -0.06852056831121445, -0.2591848075389862, 0.39455631375312805, 0.1822236180305481, -1.3794569969177246, -1.3032745122909546, -1.1103607416152954, 0.027126893401145935, 0.06201128289103508, -0.1622394323348999, -1.5216522216796875, 0.05281245708465576, -0.02967115119099617, 0.05955903232097626, -0.3053840100765228, -0.4414393901824951, 0.11490138620138168, 1.3780863285064697, -1.3738731145858765, 1.0828717947006226, 636.3397216796875, 681.8661499023438, -0.018347693607211113, -0.17364463210105896, -0.8394505977630615, 1.909383773803711, -1.0642075538635254, 0.0005164548638276756], "std": [0.22494399547576904, 0.08072387427091599, 0.09033413231372833, 0.14222756028175354, 0.12578174471855164, 0.09265457093715668, 0.06928716599941254, 0.0387820303440094, 0.0546477846801281, 0.04467575252056122, 0.1305437535047531, 0.05188540741801262, 0.10636761039495468, 0.1708185374736786, 0.07951615005731583, 0.04892120882868767, 0.2289554923772812, 0.022890111431479454, 0.03337528184056282, 0.04927822947502136, 0.011503533460199833, 0.04917299374938011, 0.014190956018865108, 0.06414946168661118, 0.023435255512595177, 0.023334678262472153, 468.9418640136719, 453.8035583496094, 1.1651160320980125e-06, 6.593610305571929e-05, 2.2065676603233442e-05, 1.5131127838685643e-05, 0.0009860716527327895, 0.00042658974416553974], "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": [196], "max": [196], "mean": [196.0], "std": [0.0], "count": [889]}, "index": {"min": [169079], "max": [169967], "mean": [169523.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.671541057367829, 0.6805838020466042], "std": [0.46965270747343246, 0.4529021156103191], "count": [889]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.671541057367829, 0.6805838020466042], "std": [0.46965270747343246, 0.4529021156103191], "count": [889]}, "eef_direction_state": {"mean": [5.129358830146232, 5.305961754780652], "std": [1.9108722542999244, 1.859756265311715], "min": [0, 0], "max": [6, 6], "count": [889]}, "eef_velocity_state": {"mean": [0.2879640044994376, 0.16647919010123735], "std": [0.6168620606374888, 0.4615242022629912], "min": [0, 0], "max": [2, 2], "count": [889]}, "eef_acc_mag_state": {"mean": [0.4251968503937008, 0.3025871766029246], "std": [0.7388279948806257, 0.6430418865222312], "min": [0, 0], "max": [2, 2], "count": [889]}, "eef_direction_action": {"mean": [5.129358830146232, 5.305961754780652], "std": [1.9108722542999244, 1.8597562653117148], "min": [0, 0], "max": [6, 6], "count": [889]}, "eef_velocity_action": {"mean": [0.2879640044994376, 0.16647919010123735], "std": [0.6168620606374888, 0.4615242022629912], "min": [0, 0], "max": [2, 2], "count": [889]}, "eef_acc_mag_action": {"mean": [0.4251968503937008, 0.3025871766029246], "std": [0.7388279948806257, 0.6430418865222312], "min": [0, 0], "max": [2, 2], "count": [889]}, "eef_sim_pose_state": {"mean": [0.4131724171111026, 0.25164829673243017, 1.1804138214250053, -0.021449920198977644, -0.03556873181067846, 1.3867288908616524, 0.460554015782004, -0.18965280886012384, 1.1372192256124136, -0.004683803749214954, -0.006289746245870806, -1.3401663818397196], "std": [0.056733602169406136, 0.03629791301578432, 0.037765784039054534, 0.016770308134827015, 0.09702658271267015, 0.10688727945614644, 0.048672748314686286, 0.016214590473752528, 0.007503475539359218, 0.04053515126784128, 0.03256201212241924, 0.03139136536427583], "min": [0.3388032474743949, 0.15557980719078135, 1.1564629274871883, -0.07803817829664728, -0.22766643050184543, 1.1047684866260408, 0.396367053311621, -0.20487942651920493, 1.1183130367554621, -0.10763402880402506, -0.0675369165740125, -1.4191272852979817], "max": [0.564279861745514, 0.31456872465386726, 1.256359287378894, 0.0424203516146493, 0.04048354102560414, 1.4700318086405488, 0.5712774948604977, -0.14923273528804246, 1.1552660135225024, 0.047921712716298415, 0.05925386776289088, -1.233792514939577], "count": [889]}, "eef_sim_pose_action": {"mean": [0.41322975898430225, 0.25165172895975185, 1.180425272648202, -0.021430921082015324, -0.03575444600830015, 1.3867519779232598, 0.4606172935947529, -0.1896660210166111, 1.1372122324125968, -0.0047350326712298964, -0.0062134821214290155, -1.3402053222959818], "std": [0.05672934621992932, 0.03629927457830516, 0.037760166703621235, 0.01678423637052237, 0.09705383000276638, 0.10690226757447548, 0.04862583317442749, 0.016218596432114325, 0.0074995942669106854, 0.040497555936785556, 0.03249794254577048, 0.03136836546517116], "min": [0.3388032474743949, 0.15557980719078135, 1.1564629274871883, -0.07803817829664728, -0.22766643050184543, 1.1047684866260408, 0.396367053311621, -0.20487942651920493, 1.1183130367554621, -0.10763402880402506, -0.0675369165740125, -1.4191272852979817], "max": [0.564279861745514, 0.31456872465386726, 1.256359287378894, 0.0424203516146493, 0.04048354102560414, 1.4700318086405488, 0.5712774948604977, -0.14923273528804246, 1.1552660135225024, 0.047921712716298415, 0.05925386776289088, -1.233792514939577], "count": [889]}, "gripper_mode_state": {"mean": [0.32845894263217096, 0.3194600674915636], "std": [0.4696527074734324, 0.46626744768410655], "min": [0, 0], "max": [1, 1], "count": [889]}, "gripper_activity_state": {"mean": [1.9898762654668167, 1.9100112485939258], "std": [0.12950058257683875, 0.37467781418226465], "min": [0, 0], "max": [2, 2], "count": [889]}, "gripper_mode_action": {"mean": [0.32845894263217096, 0.3194600674915636], "std": [0.4696527074734324, 0.46626744768410655], "min": [0, 0], "max": [1, 1], "count": [889]}, "gripper_activity_action": {"mean": [1.9898762654668167, 1.9100112485939258], "std": [0.12950058257683875, 0.37467781418226465], "min": [0, 0], "max": [2, 2], "count": [889]}}} +{"episode_index": 197, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47128540981610034]], [[0.4611638033836723]], [[0.4504012795335525]]], "std": [[[0.15311983941472349]], [[0.15632814647628934]], [[0.16037701581916627]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46341706374578817]], [[0.45586367373036174]], [[0.44842345633905734]]], "std": [[[0.1465877283566251]], [[0.14796307947515222]], [[0.15277257081475812]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654042049790931]], [[0.4693264561259286]], [[0.46080847085210896]]], "std": [[[0.16390702253006786]], [[0.16337500092885462]], [[0.17033151788488565]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5000690067693744]], [[0.4899558772784476]], [[0.4769937989688629]]], "std": [[[0.1547639798433857]], [[0.14470064584633982]], [[0.15290069683764396]]], "count": [161]}, "observation.state": {"min": [-0.40826740860939026, -0.03591887652873993, -0.17671458423137665, -2.168170213699341, -0.46040040254592896, -0.020804325118660927, -0.207362562417984, -0.2833789885044098, 0.3231079876422882, 0.07254999876022339, -1.572019338607788, -1.4843155145645142, -1.219452142715454, -0.17331120371818542, -0.04623376950621605, -0.26256734132766724, -1.7714743614196777, 0.011117747984826565, -0.13213887810707092, -0.0262148454785347, -0.3363400101661682, -0.5560200214385986, 0.08821599930524826, 1.3102771043777466, -1.4513819217681885, 0.9386241436004639, 0.0, 0.0, -0.01835513301193714, -0.17426660656929016, -0.8397079110145569, 1.9093536138534546, -1.0653607845306396, -0.001566255115903914], "max": [0.423364520072937, 0.4213748276233673, 0.24747022986412048, -1.45075261592865, 0.014800392091274261, 0.330041766166687, -0.019861847162246704, -0.1732729971408844, 0.5387899875640869, 0.23715099692344666, -1.2347325086593628, -1.255612850189209, -1.0098072290420532, 0.46069711446762085, 0.18931587040424347, -0.14269810914993286, -0.9042201638221741, 0.09220574796199799, 0.06485643982887268, 0.17929767072200775, -0.29197099804878235, -0.3761650025844574, 0.12852400541305542, 1.492250680923462, -1.3291358947753906, 1.079546570777893, 1001.0, 1002.0, -0.018341973423957825, -0.17354848980903625, -0.8393568992614746, 1.909385323524475, -1.0620946884155273, 0.0027850863989442587], "mean": [0.1424107551574707, 0.20125114917755127, 0.059303514659404755, -1.813799262046814, -0.2192743718624115, 0.06400217115879059, -0.0536174513399601, -0.25448307394981384, 0.39566323161125183, 0.18072572350502014, -1.342851996421814, -1.3375725746154785, -1.1504220962524414, 0.03415260091423988, 0.11433405429124832, -0.1846860647201538, -1.5290361642837524, 0.07081849128007889, -0.04150434210896492, 0.11130951344966888, -0.3017834424972534, -0.4409976601600647, 0.11756691336631775, 1.456704020500183, -1.3867055177688599, 1.030008316040039, 685.3560180664062, 713.079345703125, -0.01834876649081707, -0.17378443479537964, -0.8394628763198853, 1.9093819856643677, -1.0642108917236328, 0.0005073925131000578], "std": [0.23840616643428802, 0.09777861833572388, 0.0822446271777153, 0.140558123588562, 0.0972362607717514, 0.1259952038526535, 0.0506959967315197, 0.04440346360206604, 0.058588191866874695, 0.04676065221428871, 0.08590728044509888, 0.0481136217713356, 0.06012922152876854, 0.15995660424232483, 0.06554412096738815, 0.03796585276722908, 0.2150866985321045, 0.01591971144080162, 0.027846314013004303, 0.07257554680109024, 0.012438069097697735, 0.04621380940079689, 0.013443587347865105, 0.05836831405758858, 0.032219767570495605, 0.024984711781144142, 451.5783386230469, 439.41766357421875, 1.1437899729571654e-06, 7.716186519246548e-05, 6.229494465515018e-05, 1.3988875252834987e-05, 0.0009368305327370763, 0.00042900399421341717], "count": [882]}, "action": {"min": [-0.40826740860939026, -0.03591887652873993, -0.17671458423137665, -2.168170213699341, -0.46040040254592896, -0.020804325118660927, -0.207362562417984, -0.2833789885044098, 0.3231079876422882, 0.07254999876022339, -1.572019338607788, -1.4843155145645142, -1.219452142715454, -0.17331120371818542, -0.04623376950621605, -0.26256734132766724, -1.7714743614196777, 0.011117747984826565, -0.13213887810707092, -0.0262148454785347, -0.3363400101661682, -0.5560200214385986, 0.08821599930524826, 1.3102771043777466, -1.4513819217681885, 0.9386241436004639, 0.0, 0.0, -0.01835513301193714, -0.17426660656929016, -0.8397079110145569, 1.9093536138534546, -1.0653607845306396, -0.001566255115903914], "max": [0.423364520072937, 0.4213748276233673, 0.24747022986412048, -1.45075261592865, 0.014800392091274261, 0.330041766166687, -0.019861847162246704, -0.1732729971408844, 0.5387899875640869, 0.23715099692344666, -1.2347325086593628, -1.255612850189209, -1.0098072290420532, 0.46069711446762085, 0.18931587040424347, -0.14269810914993286, -0.9042201638221741, 0.09220574796199799, 0.06485643982887268, 0.17929767072200775, -0.29197099804878235, -0.3761650025844574, 0.12852400541305542, 1.492250680923462, -1.3291358947753906, 1.079546570777893, 1001.0, 1002.0, -0.018341973423957825, -0.17354848980903625, -0.8393568992614746, 1.909385323524475, -1.0620946884155273, 0.0027850863989442587], "mean": [0.14233097434043884, 0.20113299787044525, 0.059158805757761, -1.8137643337249756, -0.21918097138404846, 0.06409455835819244, -0.053707487881183624, -0.2544727325439453, 0.39568623900413513, 0.18075762689113617, -1.3427870273590088, -1.3375070095062256, -1.1504418849945068, 0.03436985984444618, 0.11426897346973419, -0.18457528948783875, -1.5288031101226807, 0.07083647698163986, -0.04147307574748993, 0.11152204126119614, -0.3017895817756653, -0.44106823205947876, 0.11758764833211899, 1.4567208290100098, -1.3867753744125366, 1.029954433441162, 685.3560180664062, 713.079345703125, -0.01834877021610737, -0.17378437519073486, -0.8394626379013062, 1.9093819856643677, -1.0642130374908447, 0.0005073010106571019], "std": [0.2383767068386078, 0.09779343008995056, 0.08238694816827774, 0.14055311679840088, 0.0972425639629364, 0.12596292793750763, 0.050706617534160614, 0.04439779371023178, 0.05858082324266434, 0.04678468033671379, 0.08596285432577133, 0.04817897453904152, 0.0601436011493206, 0.15980547666549683, 0.06549837440252304, 0.03788101300597191, 0.21493613719940186, 0.01592310145497322, 0.027836907655000687, 0.0724470242857933, 0.012434625998139381, 0.04616227373480797, 0.013445544987916946, 0.05837559327483177, 0.032161928713321686, 0.024957099929451942, 451.5783386230469, 439.41766357421875, 1.1436695785960183e-06, 7.722411100985482e-05, 6.236599438125268e-05, 1.3975623915030155e-05, 0.0009359293035231531, 0.0004290173528715968], "count": [882]}, "timestamp": {"min": [0.0], "max": [29.366666666666667], "mean": [14.683333333333334], "std": [8.487043502151229], "count": [882]}, "frame_index": {"min": [0], "max": [881], "mean": [440.5], "std": [254.61130506453688], "count": [882]}, "episode_index": {"min": [197], "max": [197], "mean": [197.0], "std": [0.0], "count": [882]}, "index": {"min": [169968], "max": [170849], "mean": [170408.5], "std": [254.61130506453688], "count": [882]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [882]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7267573696145124, 0.7117630381500369], "std": [0.4456243881628427, 0.4385544687466443], "count": [882]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7267573696145124, 0.7117630381500369], "std": [0.4456243881628427, 0.4385544687466442], "count": [882]}, "eef_direction_state": {"mean": [5.1020408163265305, 5.192743764172335], "std": [1.93042718667413, 1.9718062555433715], "min": [0, 0], "max": [6, 6], "count": [882]}, "eef_velocity_state": {"mean": [0.29705215419501135, 0.17346938775510204], "std": [0.6282938921929888, 0.4421899527107166], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_acc_mag_state": {"mean": [0.41496598639455784, 0.3344671201814059], "std": [0.7331806032820418, 0.6804128728135145], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_direction_action": {"mean": [5.1020408163265305, 5.192743764172335], "std": [1.93042718667413, 1.9718062555433715], "min": [0, 0], "max": [6, 6], "count": [882]}, "eef_velocity_action": {"mean": [0.29705215419501135, 0.17346938775510204], "std": [0.6282938921929888, 0.4421899527107166], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_acc_mag_action": {"mean": [0.41496598639455784, 0.3344671201814059], "std": [0.7331806032820418, 0.6804128728135145], "min": [0, 0], "max": [2, 2], "count": [882]}, "eef_sim_pose_state": {"mean": [0.41391465440846914, 0.2485555865378087, 1.18510366886251, -0.021249318106916396, 0.015161865229692534, 1.3989880351966466, 0.4621255196599312, -0.19998459162207932, 1.1395095310359191, 0.006890425831159303, -0.043748390356204314, -1.2713546710486536], "std": [0.0600175160564692, 0.03970029703954333, 0.04355574532755104, 0.0112516057649622, 0.034352580604827286, 0.0907836520838165, 0.046001268366063955, 0.016662576763846814, 0.008290775944295833, 0.03959182983605791, 0.028444482886330495, 0.033526280573724095], "min": [0.3421696938425464, 0.15306436090470807, 1.1567882185058782, -0.06309610223306561, -0.06144498117356245, 1.150048707284145, 0.3963719547059777, -0.21366996062843047, 1.1138596368844986, -0.11576696861721436, -0.06758887634113542, -1.3386886526018698], "max": [0.5584570733550193, 0.31412056956804213, 1.2645855479639325, 0.00956237355921219, 0.13329226961103613, 1.5237861197604645, 0.5753247635786333, -0.16741261656900513, 1.1477834086543408, 0.04808368637784177, 0.034268050001246886, -1.2150276023174746], "count": [882]}, "eef_sim_pose_action": {"mean": [0.4139367746819445, 0.24857811021398307, 1.185115941106138, -0.021233029200877995, 0.015148094565294968, 1.3990708202987274, 0.46219809292299374, -0.20001229788420008, 1.139507108888195, 0.006857743862742171, -0.043734317106663645, -1.2712886738217393], "std": [0.060009898629809294, 0.03971499553831949, 0.04354929753104196, 0.01126724861646029, 0.03434797866885795, 0.09085966201707547, 0.045947969354986136, 0.016664129419356792, 0.008289629442534063, 0.03956985734388044, 0.028435775995062508, 0.0335185986438996], "min": [0.3421696938425464, 0.15306436090470807, 1.1567882185058782, -0.06309610223306561, -0.06144498117356245, 1.150048707284145, 0.3963719547059777, -0.21366996062843047, 1.1138596368844986, -0.11576696861721436, -0.06758887634113542, -1.3386886526018698], "max": [0.5584570733550193, 0.31412056956804213, 1.2645855479639325, 0.00956237355921219, 0.13329226961103613, 1.5237861197604645, 0.5753247635786333, -0.16741261656900513, 1.1477834086543408, 0.04808368637784177, 0.034268050001246886, -1.2150276023174746], "count": [882]}, "gripper_mode_state": {"mean": [0.2732426303854875, 0.2891156462585034], "std": [0.4456243881628427, 0.45335172807327695], "min": [0, 0], "max": [1, 1], "count": [882]}, "gripper_activity_state": {"mean": [1.989795918367347, 1.8945578231292517], "std": [0.13001030512664227, 0.40573255820553655], "min": [0, 0], "max": [2, 2], "count": [882]}, "gripper_mode_action": {"mean": [0.2732426303854875, 0.2891156462585034], "std": [0.4456243881628427, 0.45335172807327695], "min": [0, 0], "max": [1, 1], "count": [882]}, "gripper_activity_action": {"mean": [1.989795918367347, 1.8945578231292517], "std": [0.13001030512664227, 0.4057325582055366], "min": [0, 0], "max": [2, 2], "count": [882]}}} +{"episode_index": 198, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4738287977817389]], [[0.46430009160229746]], [[0.45354233511586456]]], "std": [[[0.15189826884914462]], [[0.1544383189450141]], [[0.15815939083184374]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.464956077936225]], [[0.45764010942760946]], [[0.4500847581204199]]], "std": [[[0.14663370965123385]], [[0.14758851337198897]], [[0.15226864996821998]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4630881412160824]], [[0.46738400549613784]], [[0.45709739304812835]]], "std": [[[0.16346015778438702]], [[0.1625228346898687]], [[0.16895395601446803]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.501640092097445]], [[0.49391523940384235]], [[0.48134517231134877]]], "std": [[[0.15147373484643595]], [[0.14437580033729738]], [[0.1535905928814173]]], "count": [165]}, "observation.state": {"min": [-0.438356876373291, 0.022706734016537666, -0.14768975973129272, -2.1546788215637207, -0.4559498131275177, -0.02082177810370922, -0.24185028672218323, -0.28326699137687683, 0.3238700032234192, 0.07298299670219421, -1.6194474697113037, -1.4799526929855347, -1.2049148082733154, -0.17357298731803894, -0.10190977901220322, -0.26258477568626404, -1.7714568376541138, -0.022602012380957603, -0.0636696144938469, -0.02626720443367958, -0.32865700125694275, -0.556236982345581, 0.07738400250673294, 1.202441930770874, -1.4592788219451904, 0.9562874436378479, 0.0, 0.0, -0.01837393082678318, -0.1739865094423294, -0.8397221565246582, 1.9093520641326904, -1.0655065774917603, -0.0023209054488688707], "max": [0.41893139481544495, 0.4358261823654175, 0.26483625173568726, -1.4293198585510254, 0.033597588539123535, 0.24200735986232758, -0.019809486344456673, -0.17438200116157532, 0.5408790111541748, 0.22719399631023407, -1.2831274271011353, -1.2507481575012207, -0.94393390417099, 0.4514293968677521, 0.1892635077238083, -0.11847294867038727, -0.9607514142990112, 0.06592108309268951, 0.17430603504180908, 0.11725121736526489, -0.28848201036453247, -0.3761650025844574, 0.12142100185155869, 1.4755313396453857, -1.3291609287261963, 1.1229820251464844, 1001.0, 1002.0, -0.018321296200156212, -0.1733323037624359, -0.8395010828971863, 1.909378170967102, -1.0624481439590454, 0.003635610453784466], "mean": [0.1505160927772522, 0.20881976187229156, 0.06376700103282928, -1.815122127532959, -0.20611312985420227, 0.04706035926938057, -0.06301991641521454, -0.2569679915904999, 0.3936350643634796, 0.18081367015838623, -1.3639806509017944, -1.3225733041763306, -1.1357227563858032, -0.015792062506079674, 0.056782789528369904, -0.16500993072986603, -1.5820834636688232, 0.04948192462325096, -0.00983822625130415, 0.05559477582573891, -0.30092576146125793, -0.42945587635040283, 0.11225035786628723, 1.3733080625534058, -1.3792903423309326, 1.0886147022247314, 671.8399047851562, 743.6480102539062, -0.01834782399237156, -0.17362476885318756, -0.8395364284515381, 1.9093670845031738, -1.0642212629318237, 0.0005383869865909219], "std": [0.2305181473493576, 0.08413398265838623, 0.08910691738128662, 0.13887162506580353, 0.10837072134017944, 0.09991993755102158, 0.06098245829343796, 0.04179542511701584, 0.05569390580058098, 0.044366076588630676, 0.11920972913503647, 0.04133136570453644, 0.08535943180322647, 0.15984316170215607, 0.07740654051303864, 0.05081673711538315, 0.19964288175106049, 0.02696039341390133, 0.04263564571738243, 0.047011133283376694, 0.00925984513014555, 0.04632347449660301, 0.01294559333473444, 0.06738770753145218, 0.030942410230636597, 0.04353620484471321, 457.791748046875, 424.42095947265625, 1.941085429280065e-06, 6.651361036347225e-05, 2.639270132931415e-05, 6.256496817513835e-06, 0.0009353254572488368, 0.0006623002118431032], "count": [912]}, "action": {"min": [-0.438356876373291, 0.022706734016537666, -0.14768975973129272, -2.1546788215637207, -0.4559498131275177, -0.02082177810370922, -0.24185028672218323, -0.28326699137687683, 0.3238700032234192, 0.07298299670219421, -1.6194474697113037, -1.4799526929855347, -1.2049148082733154, -0.17357298731803894, -0.10190977901220322, -0.26258477568626404, -1.7714568376541138, -0.022602012380957603, -0.0636696144938469, -0.02626720443367958, -0.32865700125694275, -0.556236982345581, 0.07738400250673294, 1.202441930770874, -1.4592788219451904, 0.9562874436378479, 0.0, 0.0, -0.01837393082678318, -0.1739865094423294, -0.8397221565246582, 1.9093520641326904, -1.0655065774917603, -0.0023209054488688707], "max": [0.41893139481544495, 0.4358261823654175, 0.26483625173568726, -1.4293198585510254, 0.033597588539123535, 0.24200735986232758, -0.019809486344456673, -0.17438200116157532, 0.5408790111541748, 0.22719399631023407, -1.2831274271011353, -1.2507481575012207, -0.94393390417099, 0.4514293968677521, 0.1892635077238083, -0.11847294867038727, -0.9607514142990112, 0.06592108309268951, 0.17430603504180908, 0.11725121736526489, -0.28848201036453247, -0.3761650025844574, 0.12142100185155869, 1.4755313396453857, -1.3291609287261963, 1.1229820251464844, 1001.0, 1002.0, -0.018321296200156212, -0.1733323037624359, -0.8395010828971863, 1.909378170967102, -1.0624481439590454, 0.003635610453784466], "mean": [0.15043990314006805, 0.20867596566677094, 0.06368310004472733, -1.8150975704193115, -0.20595324039459229, 0.0471317283809185, -0.06309039145708084, -0.25695693492889404, 0.3936570882797241, 0.1808166205883026, -1.3639659881591797, -1.3225018978118896, -1.1357152462005615, -0.01566089503467083, 0.05662480741739273, -0.16487054526805878, -1.5819251537322998, 0.04947832599282265, -0.009785291738808155, 0.05571964383125305, -0.30093348026275635, -0.42950594425201416, 0.11226312816143036, 1.3731940984725952, -1.3793537616729736, 1.0886766910552979, 671.8399047851562, 743.6480102539062, -0.01834782399237156, -0.17362481355667114, -0.8395364880561829, 1.9093670845031738, -1.0642224550247192, 0.0005383744719438255], "std": [0.23049157857894897, 0.08419089764356613, 0.08916321396827698, 0.13886767625808716, 0.10840767621994019, 0.09989465028047562, 0.06096966564655304, 0.041789788752794266, 0.055687207728624344, 0.044367559254169464, 0.11921858042478561, 0.04139487072825432, 0.08535518497228622, 0.1597629189491272, 0.07728289067745209, 0.050723541527986526, 0.19955119490623474, 0.02695843018591404, 0.04259883239865303, 0.04694513604044914, 0.009255428798496723, 0.04629054293036461, 0.012948806397616863, 0.06730252504348755, 0.03089878521859646, 0.043544743210077286, 457.791748046875, 424.42095947265625, 1.941085429280065e-06, 6.65471307002008e-05, 2.6371388230472803e-05, 6.257359927985817e-06, 0.0009342964040115476, 0.0006623021326959133], "count": [912]}, "timestamp": {"min": [0.0], "max": [30.366666666666667], "mean": [15.183333333333334], "std": [8.775718816184845], "count": [912]}, "frame_index": {"min": [0], "max": [911], "mean": [455.5], "std": [263.27156448554535], "count": [912]}, "episode_index": {"min": [198], "max": [198], "mean": [198.0], "std": [0.0], "count": [912]}, "index": {"min": [170850], "max": [171761], "mean": [171305.5], "std": [263.27156448554535], "count": [912]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [912]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7083333333333334, 0.7422565791200388], "std": [0.4545296714431563, 0.42357019543894475], "count": [912]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7083333333333334, 0.7422565791200388], "std": [0.45452967144315637, 0.42357019543894475], "count": [912]}, "eef_direction_state": {"mean": [5.109649122807017, 5.25109649122807], "std": [1.9721290169107455, 1.8957185439054283], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_state": {"mean": [0.28618421052631576, 0.1875], "std": [0.6302898256453879, 0.47634562400506203], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_acc_mag_state": {"mean": [0.3991228070175439, 0.2982456140350877], "std": [0.7229927584548018, 0.6445428757042567], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_direction_action": {"mean": [5.109649122807017, 5.25109649122807], "std": [1.9721290169107455, 1.8957185439054283], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_action": {"mean": [0.28618421052631576, 0.1875], "std": [0.6302898256453879, 0.47634562400506203], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_acc_mag_action": {"mean": [0.3991228070175439, 0.2982456140350877], "std": [0.7229927584548018, 0.6445428757042567], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_sim_pose_state": {"mean": [0.4120069642802439, 0.24977326858927648, 1.1821116512332714, -0.025842641428157644, -0.006639091404086055, 1.3915895255918818, 0.44862732641227937, -0.18695117158443655, 1.141711844081632, -0.00490942879054336, 0.0013565800856120706, -1.3404745950858303], "std": [0.05774408648983518, 0.035602357858050555, 0.040198613697988834, 0.015205447140650025, 0.06809043356993781, 0.10504524299525328, 0.04610327291338398, 0.013940423860347807, 0.004493497586300354, 0.05715281860182819, 0.03773367676926342, 0.0257388720871875], "min": [0.34407163435774507, 0.15979386522205405, 1.15671564937153, -0.07224309355454916, -0.17610524489699197, 1.1390005993361438, 0.3963724727876454, -0.19569561893383855, 1.1295789049017535, -0.15277091342865268, -0.07071332058235358, -1.402394797254545], "max": [0.5635314761476373, 0.3102256197920416, 1.2616277463653918, -0.011237866473187585, 0.07452893833802299, 1.4940823447205598, 0.5750328201401782, -0.1461003951303181, 1.1608556017861889, 0.04799661133994959, 0.050750230542667474, -1.2749778718534763], "count": [912]}, "eef_sim_pose_action": {"mean": [0.4120283839197785, 0.24977044931333045, 1.1821227426531247, -0.025842489259781564, -0.006683797305121525, 1.3916404482259825, 0.44867592659565203, -0.18695848532447049, 1.1417083705790294, -0.004946175606710827, 0.0014569201835005782, -1.340519703766534], "std": [0.057737133611847645, 0.035601290683447404, 0.0401930279315343, 0.01520553052623267, 0.06807797063050144, 0.10508281276843875, 0.04607154187110065, 0.013943097965986544, 0.004492556419774558, 0.0571296171971895, 0.037672176399926184, 0.02571166104191838], "min": [0.34407163435774507, 0.15979386522205405, 1.15671564937153, -0.07224309355454916, -0.17610524489699197, 1.1390005993361438, 0.3963724727876454, -0.19569561893383855, 1.1295789049017535, -0.15277091342865268, -0.07071332058235358, -1.402394797254545], "max": [0.5635314761476373, 0.3102256197920416, 1.2616277463653918, -0.011237866473187585, 0.07452893833802299, 1.4940823447205598, 0.5750328201401782, -0.1461003951303181, 1.1608556017861889, 0.04799661133994959, 0.050750230542667474, -1.2749778718534763], "count": [912]}, "gripper_mode_state": {"mean": [0.2916666666666667, 0.2543859649122807], "std": [0.4545296714431563, 0.43551549429145453], "min": [0, 0], "max": [1, 1], "count": [912]}, "gripper_activity_state": {"mean": [1.9901315789473684, 1.9144736842105263], "std": [0.1278670508261634, 0.3677351070493533], "min": [0, 0], "max": [2, 2], "count": [912]}, "gripper_mode_action": {"mean": [0.2916666666666667, 0.2543859649122807], "std": [0.45452967144315637, 0.43551549429145453], "min": [0, 0], "max": [1, 1], "count": [912]}, "gripper_activity_action": {"mean": [1.9901315789473684, 1.9144736842105263], "std": [0.1278670508261634, 0.3677351070493533], "min": [0, 0], "max": [2, 2], "count": [912]}}} +{"episode_index": 199, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4775816569552349]], [[0.46873944588317507]], [[0.4581115119003576]]], "std": [[[0.1535301999457636]], [[0.15624729224339334]], [[0.16039530202068514]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4633196589694578]], [[0.45672390759238707]], [[0.44929419986023755]]], "std": [[[0.14692452972894487]], [[0.14765442161864467]], [[0.1526135832861467]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46766850875570354]], [[0.47251766555678876]], [[0.4618070919143339]]], "std": [[[0.16551778337583933]], [[0.1651892365255867]], [[0.17157710388078476]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4997682359107165]], [[0.4882026953076828]], [[0.4736994196263411]]], "std": [[[0.1549060553758807]], [[0.14414123959432537]], [[0.1527164373902069]]], "count": [159]}, "observation.state": {"min": [-0.4092971682548523, 0.04735078290104866, -0.08937830477952957, -2.1129305362701416, -0.25389304757118225, -0.06091199070215225, -0.23493878543376923, -0.2835119962692261, 0.3309980034828186, 0.07682900130748749, -1.7425404787063599, -1.3189290761947632, -1.1972379684448242, -0.17331120371818542, -0.10852456837892532, -0.2626197040081024, -1.771422028541565, -0.031119219958782196, -0.0636521577835083, -0.0262148454785347, -0.3254910111427307, -0.5545269846916199, 0.06686999648809433, 1.2588032484054565, -1.4586961269378662, 0.9383838176727295, 0.0, 0.0, -0.0187893845140934, -0.17498847842216492, -0.8407648801803589, 1.9086445569992065, -1.0686030387878418, -0.0036602907348424196], "max": [0.3985808491706848, 0.3542669415473938, 0.2716255784034729, -1.4380990266799927, 0.08344419300556183, 0.17723818123340607, -0.01984439231455326, -0.1812800019979477, 0.5342339873313904, 0.21626000106334686, -1.2971378564834595, -1.0881998538970947, -0.8919636607170105, 0.44891613721847534, 0.1892635077238083, -0.13817770779132843, -0.9588664174079895, 0.06588618457317352, 0.18107791244983673, 0.15489797294139862, -0.2679649889469147, -0.3761669993400574, 0.12446500360965729, 1.5190988779067993, -1.3291609287261963, 1.0693800449371338, 1001.0, 1002.0, -0.01832505501806736, -0.17275330424308777, -0.8380162119865417, 1.910441517829895, -1.0619750022888184, 0.00815401878207922], "mean": [0.16562989354133606, 0.21216224133968353, 0.06053585931658745, -1.8190968036651611, -0.16664129495620728, 0.014601171016693115, -0.06277914345264435, -0.2589207589626312, 0.3900495171546936, 0.1842690110206604, -1.3903368711471558, -1.2734694480895996, -1.1247808933258057, -0.014277132228016853, 0.10754085332155228, -0.18230587244033813, -1.6281441450119019, 0.0442056842148304, 0.004012617282569408, 0.09329016506671906, -0.28544917702674866, -0.42679980397224426, 0.11254972219467163, 1.462236762046814, -1.367318868637085, 1.030642032623291, 621.8097534179688, 706.7633666992188, -0.018452445045113564, -0.17369750142097473, -0.8394778966903687, 1.9094434976577759, -1.0642050504684448, 0.000618075835518539], "std": [0.21444952487945557, 0.0628574937582016, 0.08535471558570862, 0.12944917380809784, 0.1279633343219757, 0.07354981452226639, 0.063545823097229, 0.03772493451833725, 0.05175269395112991, 0.04155249148607254, 0.14239370822906494, 0.07389049977064133, 0.09785648435354233, 0.1634712815284729, 0.08000346273183823, 0.041138794273138046, 0.22097796201705933, 0.028756283223628998, 0.04669153317809105, 0.07210759818553925, 0.01750103197991848, 0.04743676632642746, 0.016283439472317696, 0.07942340523004532, 0.026493096724152565, 0.02650550752878189, 472.41510009765625, 441.97344970703125, 8.180525037460029e-05, 0.00014384281530510634, 0.00025402719620615244, 0.0002167049824493006, 0.0011017932556569576, 0.0008293535793200135], "count": [862]}, "action": {"min": [-0.4092971682548523, 0.04735078290104866, -0.08937830477952957, -2.1129305362701416, -0.25389304757118225, -0.06091199070215225, -0.23493878543376923, -0.2835119962692261, 0.3309980034828186, 0.07682900130748749, -1.7425404787063599, -1.3189290761947632, -1.1972379684448242, -0.17331120371818542, -0.10852456837892532, -0.2626197040081024, -1.771422028541565, -0.031119219958782196, -0.0636521577835083, -0.0262148454785347, -0.3254910111427307, -0.5545269846916199, 0.06686999648809433, 1.2588032484054565, -1.4586961269378662, 0.9383838176727295, 0.0, 0.0, -0.0187893845140934, -0.17498847842216492, -0.8407648801803589, 1.9086445569992065, -1.0686030387878418, -0.0036602907348424196], "max": [0.3985808491706848, 0.3542669415473938, 0.2716255784034729, -1.4380990266799927, 0.08344419300556183, 0.17723818123340607, -0.01984439231455326, -0.1812800019979477, 0.5342339873313904, 0.21626000106334686, -1.2971378564834595, -1.0881998538970947, -0.8919636607170105, 0.44891613721847534, 0.1892635077238083, -0.13817770779132843, -0.9588664174079895, 0.06588618457317352, 0.18107791244983673, 0.15489797294139862, -0.2679649889469147, -0.3761669993400574, 0.12446500360965729, 1.5190988779067993, -1.3291609287261963, 1.0693800449371338, 1001.0, 1002.0, -0.01832505501806736, -0.17275330424308777, -0.8380162119865417, 1.910441517829895, -1.0619750022888184, 0.00815401878207922], "mean": [0.16558071970939636, 0.21204619109630585, 0.06043518707156181, -1.8191022872924805, -0.1663365662097931, 0.014559886418282986, -0.0628567785024643, -0.2588929235935211, 0.39006319642066956, 0.1842803657054901, -1.3904852867126465, -1.273206114768982, -1.1247154474258423, -0.014144614338874817, 0.10747360438108444, -0.18218651413917542, -1.6280771493911743, 0.044194649904966354, 0.00409949803724885, 0.09349241852760315, -0.2854270935058594, -0.4268454611301422, 0.11256621032953262, 1.4622790813446045, -1.367362380027771, 1.0306003093719482, 621.8097534179688, 706.7633666992188, -0.018452640622854233, -0.17369776964187622, -0.8394778966903687, 1.9094436168670654, -1.0642027854919434, 0.0006178896874189377], "std": [0.21443140506744385, 0.06289651989936829, 0.08542751520872116, 0.12945058941841125, 0.1280679851770401, 0.07357961684465408, 0.0635342001914978, 0.037715837359428406, 0.05174804851412773, 0.041558604687452316, 0.14236333966255188, 0.07413264364004135, 0.0978352352976799, 0.1633889526128769, 0.07995899021625519, 0.04105484485626221, 0.22094310820102692, 0.028749847784638405, 0.046635258942842484, 0.07201691716909409, 0.017504634335637093, 0.04740690812468529, 0.016287751495838165, 0.07943999767303467, 0.026461202651262283, 0.02647729218006134, 472.41510009765625, 441.9734802246094, 8.175412222044542e-05, 0.00014404345711227506, 0.0002540357818361372, 0.0002166955528082326, 0.0011018074583262205, 0.0008293571881949902], "count": [862]}, "timestamp": {"min": [0.0], "max": [28.7], "mean": [14.349999999999996], "std": [8.294593285856623], "count": [862]}, "frame_index": {"min": [0], "max": [861], "mean": [430.5], "std": [248.8377985756987], "count": [862]}, "episode_index": {"min": [199], "max": [199], "mean": [199.0], "std": [0.0], "count": [862]}, "index": {"min": [171762], "max": [172623], "mean": [172192.5], "std": [248.8377985756987], "count": [862]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [862]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6612529002320185, 0.7054640372492278], "std": [0.47328374382262667, 0.441104138685901], "count": [862]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6612529002320185, 0.7054640372492278], "std": [0.47328374382262667, 0.441104138685901], "count": [862]}, "eef_direction_state": {"mean": [5.158932714617169, 5.113689095127611], "std": [1.9186549747012829, 1.996766082857243], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_state": {"mean": [0.271461716937355, 0.2111368909512761], "std": [0.6078354947464162, 0.4883480913150235], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_state": {"mean": [0.3839907192575406, 0.34106728538283065], "std": [0.7111141807783935, 0.6826710014119114], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_direction_action": {"mean": [5.158932714617169, 5.113689095127611], "std": [1.9186549747012829, 1.996766082857243], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_action": {"mean": [0.271461716937355, 0.2111368909512761], "std": [0.6078354947464162, 0.4883480913150235], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_action": {"mean": [0.3839907192575406, 0.34106728538283065], "std": [0.7111141807783935, 0.6826710014119114], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_sim_pose_state": {"mean": [0.4084734836273495, 0.2523851767383061, 1.1783861730368768, -0.04237755091953732, -0.04886494457961613, 1.4028549927408145, 0.4478819476144999, -0.1940896640917907, 1.155218560283658, 0.01237834405907713, -0.057589115673159774, -1.2797066203664438], "std": [0.054182123085412835, 0.03204355663095163, 0.03501786402003274, 0.035056463083795134, 0.11346103228751744, 0.09675720780111009, 0.04680181376393457, 0.02052010295684013, 0.012621375127587407, 0.05790032403107024, 0.025123802189200687, 0.04104746337952574], "min": [0.3487132948621804, 0.16437472714301152, 1.1564334094464213, -0.10862546628996284, -0.2670696048947463, 1.1423368510137049, 0.39637207963479615, -0.20930112690462793, 1.1289116439256586, -0.12951183786803766, -0.07676652408152829, -1.3853066598208756], "max": [0.557193753260601, 0.2906301779971905, 1.2511254287702, -0.017318564932706226, 0.032752452875028704, 1.5022358705271595, 0.5731697104718945, -0.13804211981534137, 1.1750525090091706, 0.047960915935594706, 0.027842206142608905, -1.2317801124529475], "count": [862]}, "eef_sim_pose_action": {"mean": [0.4084874060609675, 0.25239218048726936, 1.1784023945942446, -0.04248079148919509, -0.04909527752153698, 1.4029138003313029, 0.4479296716626131, -0.1941129517092302, 1.1552414759375824, 0.012371192818750494, -0.05759268638801902, -1.279644222623543], "std": [0.05417724780823128, 0.03204687077309227, 0.035011106351037234, 0.03511421877176755, 0.11349687309355265, 0.0967987637579892, 0.04677024061880184, 0.020525368430343853, 0.012619833305157653, 0.05789632588063476, 0.02512543273712006, 0.04105086227853298], "min": [0.3487132948621804, 0.16437472714301152, 1.1564334094464213, -0.10862546628996284, -0.2670696048947463, 1.1423368510137049, 0.39637207963479615, -0.20930112690462793, 1.1289116439256586, -0.12951183786803766, -0.07676652408152829, -1.3853066598208756], "max": [0.557193753260601, 0.2906301779971905, 1.2511254287702, -0.017318564932706226, 0.032752452875028704, 1.5022358705271595, 0.5731697104718945, -0.13804211981534137, 1.1750525090091706, 0.047960915935594706, 0.027842206142608905, -1.2317801124529475], "count": [862]}, "gripper_mode_state": {"mean": [0.33874709976798145, 0.29582366589327147], "std": [0.47328374382262667, 0.45641212143274834], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_state": {"mean": [1.9895591647331787, 1.902552204176334], "std": [0.13150049836521555, 0.38806795089739227], "min": [0, 0], "max": [2, 2], "count": [862]}, "gripper_mode_action": {"mean": [0.33874709976798145, 0.29582366589327147], "std": [0.47328374382262667, 0.45641212143274834], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_action": {"mean": [1.9895591647331787, 1.902552204176334], "std": [0.13150049836521555, 0.38806795089739227], "min": [0, 0], "max": [2, 2], "count": [862]}}} +{"episode_index": 200, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4723144255867966]], [[0.4646107347289021]], [[0.45274825425453197]]], "std": [[[0.15223454160852862]], [[0.15548745947404086]], [[0.16034017583022517]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46500602468450697]], [[0.4583892344411559]], [[0.45236829063386363]]], "std": [[[0.1454080784761754]], [[0.14785341684874737]], [[0.15341115629553556]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4676078611213878]], [[0.47004704520697166]], [[0.4588762473280717]]], "std": [[[0.15868538078181815]], [[0.15803710705575816]], [[0.16431043100239606]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49263713158219263]], [[0.48394147834710405]], [[0.4687003612241542]]], "std": [[[0.14863591376253898]], [[0.1401568758969904]], [[0.14787183917480495]]], "count": [159]}, "observation.state": {"min": [-0.45235443115234375, 0.038117989897727966, -0.10552261024713516, -2.033552885055542, -0.3229382634162903, -0.18025760352611542, -0.2663721442222595, -0.2832520008087158, 0.3283259868621826, 0.07426299899816513, -1.7711976766586304, -1.3232741355895996, -1.3512529134750366, -0.17416641116142273, -0.1022588461637497, -0.26258477568626404, -1.771422028541565, -0.004834562074393034, -0.11695452034473419, -0.026197392493486404, -0.3308199942111969, -0.5667269825935364, 0.06469299644231796, 1.2685250043869019, -1.4946171045303345, 0.8548211455345154, 0.0, 0.0, -0.018522441387176514, -0.17436060309410095, -0.8420968055725098, 1.9087356328964233, -1.0652141571044922, -0.00368117424659431], "max": [0.3922103941440582, 0.3285757005214691, 0.27520349621772766, -1.3335710763931274, 0.1823520064353943, 0.12400564551353455, -0.019809486344456673, -0.1873050034046173, 0.5499079823493958, 0.22620099782943726, -1.2960864305496216, -1.0889959335327148, -0.9151285886764526, 0.5072799324989319, 0.1892460584640503, -0.13484413921833038, -0.8596968054771423, 0.07358308136463165, 0.17666222155094147, 0.16655677556991577, -0.2836860120296478, -0.3761579990386963, 0.12841199338436127, 1.4771560430526733, -1.328906536102295, 1.0700818300247192, 1001.0, 1002.0, -0.018484845757484436, -0.17298264801502228, -0.8398053646087646, 1.9094606637954712, -1.0595868825912476, 0.004703511483967304], "mean": [0.132986381649971, 0.20690588653087616, 0.07021763175725937, -1.786110520362854, -0.1496482789516449, -0.013667215593159199, -0.07372898608446121, -0.2546931207180023, 0.3985366225242615, 0.17903020977973938, -1.431562900543213, -1.2542321681976318, -1.1231416463851929, 0.07718440890312195, 0.0753883495926857, -0.17188625037670135, -1.4754148721694946, 0.055880460888147354, -0.001613424625247717, 0.09741412103176117, -0.30535808205604553, -0.453446626663208, 0.11104398965835571, 1.3995835781097412, -1.4009857177734375, 1.0204439163208008, 713.6597290039062, 640.0242309570312, -0.018514182418584824, -0.17375782132148743, -0.841556966304779, 1.90913724899292, -1.0617395639419556, 0.0005916553200222552], "std": [0.2505146563053131, 0.06714794039726257, 0.09840326756238937, 0.1660069078207016, 0.16161662340164185, 0.05045454204082489, 0.07061269879341125, 0.03874456509947777, 0.06228732690215111, 0.0471566878259182, 0.17881429195404053, 0.09174095094203949, 0.10728970915079117, 0.20178744196891785, 0.08693895488977432, 0.03769552707672119, 0.27724260091781616, 0.021502800285816193, 0.054047033190727234, 0.057182006537914276, 0.012221965938806534, 0.055623859167099, 0.022072808817029, 0.061053566634655, 0.032641954720020294, 0.03440908342599869, 438.83282470703125, 468.32861328125, 3.538317059792462e-06, 0.0002558409178163856, 0.0006167218089103699, 0.00013550659059546888, 0.0010339763248339295, 0.0009970921091735363], "count": [867]}, "action": {"min": [-0.45235443115234375, 0.038117989897727966, -0.10552261024713516, -2.033552885055542, -0.3229382634162903, -0.18025760352611542, -0.2663721442222595, -0.2832520008087158, 0.3283259868621826, 0.07426299899816513, -1.7711976766586304, -1.3232741355895996, -1.3512529134750366, -0.17416641116142273, -0.1022588461637497, -0.26258477568626404, -1.771422028541565, -0.004834562074393034, -0.11695452034473419, -0.026197392493486404, -0.3308199942111969, -0.5667269825935364, 0.06469299644231796, 1.2685250043869019, -1.4946171045303345, 0.8548211455345154, 0.0, 0.0, -0.018522441387176514, -0.17436060309410095, -0.8420968055725098, 1.9087356328964233, -1.0652141571044922, -0.00368117424659431], "max": [0.3922103941440582, 0.3285757005214691, 0.27520349621772766, -1.3335710763931274, 0.1823520064353943, 0.12400564551353455, -0.019809486344456673, -0.1873050034046173, 0.5499079823493958, 0.22620099782943726, -1.2960864305496216, -1.0889959335327148, -0.9151285886764526, 0.5072799324989319, 0.1892460584640503, -0.13484413921833038, -0.8596968054771423, 0.07358308136463165, 0.17666222155094147, 0.16655677556991577, -0.2836860120296478, -0.3761579990386963, 0.12841199338436127, 1.4771560430526733, -1.328906536102295, 1.0700818300247192, 1001.0, 1002.0, -0.018484845757484436, -0.17298264801502228, -0.8398053646087646, 1.9094606637954712, -1.0595868825912476, 0.004703511483967304], "mean": [0.1329369843006134, 0.2068278193473816, 0.07011472433805466, -1.7861031293869019, -0.14934097230434418, -0.013704258017241955, -0.07383467257022858, -0.25467032194137573, 0.39855074882507324, 0.1790468543767929, -1.4317381381988525, -1.2539725303649902, -1.1230133771896362, 0.07738126814365387, 0.07529785484075546, -0.17176082730293274, -1.4752089977264404, 0.055884625762701035, -0.0015129543608054519, 0.09760256856679916, -0.3053680956363678, -0.45351332426071167, 0.11106494069099426, 1.3995238542556763, -1.4010658264160156, 1.0203814506530762, 713.6597290039062, 640.0242309570312, -0.018514174968004227, -0.17375679314136505, -0.8415592312812805, 1.9091368913650513, -1.0617356300354004, 0.0005913859349675477], "std": [0.2504926919937134, 0.06714766472578049, 0.09847915917634964, 0.1660042107105255, 0.1616714745759964, 0.05047152563929558, 0.07060065120458603, 0.0387335903942585, 0.06228147819638252, 0.04716724157333374, 0.17875687777996063, 0.09187629073858261, 0.10728268325328827, 0.20162512362003326, 0.08686131983995438, 0.03757437318563461, 0.2770874798297882, 0.02150510996580124, 0.054012808948755264, 0.05704338476061821, 0.012214649468660355, 0.05556580424308777, 0.02208012342453003, 0.06100462004542351, 0.032551396638154984, 0.03437626361846924, 438.83282470703125, 468.32861328125, 3.5389236927585443e-06, 0.00025696036755107343, 0.0006138613680377603, 0.0001351105165667832, 0.0010299396235495806, 0.000997119932435453], "count": [867]}, "timestamp": {"min": [0.0], "max": [28.866666666666667], "mean": [14.433333333333334], "std": [8.3427058404777], "count": [867]}, "frame_index": {"min": [0], "max": [866], "mean": [433.0], "std": [250.28117521433103], "count": [867]}, "episode_index": {"min": [200], "max": [200], "mean": [200.0], "std": [0.0], "count": [867]}, "index": {"min": [172624], "max": [173490], "mean": [173057.0], "std": [250.28117521433103], "count": [867]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [867]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7508650519031141, 0.6388339101301448], "std": [0.4325121105051837, 0.46740981547354415], "count": [867]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7508650519031141, 0.6388339101301448], "std": [0.43251211050518373, 0.46740981547354415], "count": [867]}, "eef_direction_state": {"mean": [4.97923875432526, 5.151095732410611], "std": [2.0723995802630233, 1.9519033561403505], "min": [0, 0], "max": [6, 6], "count": [867]}, "eef_velocity_state": {"mean": [0.2906574394463668, 0.21337946943483277], "std": [0.5967562502512858, 0.4962661020133845], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_acc_mag_state": {"mean": [0.47635524798154555, 0.3806228373702422], "std": [0.7641515959368328, 0.699641087479349], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_direction_action": {"mean": [4.97923875432526, 5.151095732410611], "std": [2.0723995802630233, 1.9519033561403505], "min": [0, 0], "max": [6, 6], "count": [867]}, "eef_velocity_action": {"mean": [0.2906574394463668, 0.21337946943483277], "std": [0.5967562502512858, 0.4962661020133845], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_acc_mag_action": {"mean": [0.47635524798154555, 0.3806228373702422], "std": [0.7641515959368328, 0.699641087479349], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_sim_pose_state": {"mean": [0.4176429565915973, 0.24916581737486096, 1.1796805014315193, -0.06900244300396888, -0.07195753199842042, 1.3897909958578667, 0.47391687609940036, -0.1908919602383174, 1.1406974533341943, -0.03459224152322946, -0.024545418420127772, -1.2937430355889696], "std": [0.0647084810856151, 0.03790893703330895, 0.032699101769520574, 0.06654040319718911, 0.1460207158863684, 0.09176397960676748, 0.05513416759740883, 0.024439474396050053, 0.008949249859944657, 0.044158119153420855, 0.03385282806369595, 0.0316312907873095], "min": [0.3509299955421038, 0.1600580303953999, 1.1565964807200493, -0.2339040849080577, -0.34746058002466085, 1.1664998080836235, 0.39637216948389753, -0.20952578958686924, 1.1224011324679404, -0.16836814646272857, -0.09141429980226512, -1.3659941672887244], "max": [0.572307234067235, 0.3029636943180267, 1.239421521376269, -0.0175130494218102, 0.06758246631639242, 1.4688241332527383, 0.585717676309023, -0.1389809033323526, 1.1679745988226355, 0.047926676719831085, 0.05224746501198796, -1.179090132967715], "count": [867]}, "eef_sim_pose_action": {"mean": [0.4176574357799601, 0.2491820468924528, 1.179694597439691, -0.06908027964441482, -0.07222890495804439, 1.3898145067841576, 0.47398429675579473, -0.19091571349411285, 1.1406971746543448, -0.03467768525759615, -0.024509441518656847, -1.2937130131113408], "std": [0.0647022455114543, 0.03791852129141629, 0.032691875524160904, 0.06651968459080788, 0.146044595723134, 0.09178095841154167, 0.0550750286703756, 0.024447327329495356, 0.008949135230717461, 0.04407011945095855, 0.03382370906498399, 0.031633582040325924], "min": [0.3509299955421038, 0.1600580303953999, 1.1565964807200493, -0.2339040849080577, -0.34746058002466085, 1.1664998080836235, 0.39637216948389753, -0.20952578958686924, 1.1224011324679404, -0.16836814646272857, -0.09141429980226512, -1.3659941672887244], "max": [0.572307234067235, 0.3029636943180267, 1.239421521376269, -0.0175130494218102, 0.06758246631639242, 1.4688241332527383, 0.585717676309023, -0.1389809033323526, 1.1679745988226355, 0.047926676719831085, 0.05224746501198796, -1.179090132967715], "count": [867]}, "gripper_mode_state": {"mean": [0.2491349480968858, 0.3621683967704729], "std": [0.4325121105051837, 0.48062714150491603], "min": [0, 0], "max": [1, 1], "count": [867]}, "gripper_activity_state": {"mean": [1.9896193771626298, 1.9042675893886967], "std": [0.13112315101381614, 0.38581271777129433], "min": [0, 0], "max": [2, 2], "count": [867]}, "gripper_mode_action": {"mean": [0.2491349480968858, 0.3621683967704729], "std": [0.43251211050518373, 0.48062714150491603], "min": [0, 0], "max": [1, 1], "count": [867]}, "gripper_activity_action": {"mean": [1.9896193771626298, 1.9042675893886967], "std": [0.13112315101381614, 0.38581271777129433], "min": [0, 0], "max": [2, 2], "count": [867]}}} +{"episode_index": 201, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4762717894161755]], [[0.4678410722162075]], [[0.4572799042162878]]], "std": [[[0.15093267143201042]], [[0.15353004056353]], [[0.1574792777882895]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46545501147800633]], [[0.4589039794598821]], [[0.4530981068807891]]], "std": [[[0.14700458664212074]], [[0.14832552514526118]], [[0.15342327302530093]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4670758350374915]], [[0.4698191123842175]], [[0.4594992719736156]]], "std": [[[0.16138158000586475]], [[0.16001119158059837]], [[0.1663593515959251]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4995407368980312]], [[0.48946622634227516]], [[0.4755689444745178]]], "std": [[[0.1499643809095466]], [[0.14102221316175323]], [[0.14944819655259367]]], "count": [163]}, "observation.state": {"min": [-0.4473104178905487, 0.057560961693525314, -0.1466076523065567, -2.129197120666504, -0.47600364685058594, -0.049323003739118576, -0.2589893937110901, -0.2832610011100769, 0.3203290104866028, 0.09553100168704987, -1.6554334163665771, -1.5016491413116455, -1.197618842124939, -0.17332863807678223, -0.07840019464492798, -0.26256734132766724, -1.7714743614196777, 0.02139773592352867, -0.1376715749502182, -0.026232298463582993, -0.3374690115451813, -0.5657430291175842, 0.0785060003399849, 1.2941844463348389, -1.4925556182861328, 0.9634588956832886, 0.0, 0.0, -0.018522441387176514, -0.17362180352210999, -0.8419565558433533, 1.908871054649353, -1.0628466606140137, -0.0019554458558559418], "max": [0.4369431734085083, 0.4519878923892975, 0.24146629869937897, -1.406386375427246, -0.016894787549972534, 0.2267182618379593, -0.01984439231455326, -0.172434002161026, 0.5475900173187256, 0.22917300462722778, -1.2971378564834595, -1.1833513975143433, -0.9844070672988892, 0.510857880115509, 0.1892635077238083, -0.13941690325737, -0.8281238675117493, 0.1544267237186432, 0.06698574125766754, 0.16767378151416779, -0.29204198718070984, -0.3761630058288574, 0.12452899664640427, 1.4755313396453857, -1.3291609287261963, 1.1299612522125244, 1001.0, 1002.0, -0.01849236525595188, -0.17289429903030396, -0.8416816592216492, 1.909119963645935, -1.0595766305923462, 0.006216608919203281], "mean": [0.15666428208351135, 0.22700220346450806, 0.054738372564315796, -1.8167266845703125, -0.22529245913028717, 0.029102150350809097, -0.07112240046262741, -0.2554360628128052, 0.3922387957572937, 0.18736056983470917, -1.375821828842163, -1.3205387592315674, -1.1429601907730103, 0.047184720635414124, 0.07945355027914047, -0.17628656327724457, -1.491097331047058, 0.10101230442523956, -0.05322661250829697, 0.0939677432179451, -0.30649808049201965, -0.4449295997619629, 0.11215107142925262, 1.4040617942810059, -1.421266794204712, 1.0864923000335693, 754.5296630859375, 692.227294921875, -0.018510103225708008, -0.17305900156497955, -0.8418146967887878, 1.9090051651000977, -1.0614550113677979, 0.0005147815681993961], "std": [0.23755991458892822, 0.07545527815818787, 0.08668729662895203, 0.14470575749874115, 0.10002723336219788, 0.08905420452356339, 0.07139291614294052, 0.04247426614165306, 0.05849948152899742, 0.03766513243317604, 0.1203405037522316, 0.05981611832976341, 0.07476784288883209, 0.1868952512741089, 0.07564737647771835, 0.04223255440592766, 0.2541675865650177, 0.04800012335181236, 0.032969214022159576, 0.06373638659715652, 0.012593777850270271, 0.052313387393951416, 0.015346333384513855, 0.05137612670660019, 0.047690439969301224, 0.03408152982592583, 416.664306640625, 449.21783447265625, 2.4208638933487236e-06, 3.385915624676272e-05, 6.226059485925362e-05, 7.0769245212432e-05, 0.0005011328030377626, 0.0007701864233240485], "count": [893]}, "action": {"min": [-0.4473104178905487, 0.057560961693525314, -0.1466076523065567, -2.129197120666504, -0.47600364685058594, -0.049323003739118576, -0.2589893937110901, -0.2832610011100769, 0.3203290104866028, 0.09553100168704987, -1.6554334163665771, -1.5016491413116455, -1.197618842124939, -0.17332863807678223, -0.07840019464492798, -0.26256734132766724, -1.7714743614196777, 0.02139773592352867, -0.1376715749502182, -0.026232298463582993, -0.3374690115451813, -0.5657430291175842, 0.0785060003399849, 1.2941844463348389, -1.4925556182861328, 0.9634588956832886, 0.0, 0.0, -0.018522441387176514, -0.17362180352210999, -0.8419565558433533, 1.908871054649353, -1.0628466606140137, -0.0019554458558559418], "max": [0.4369431734085083, 0.4519878923892975, 0.24146629869937897, -1.406386375427246, -0.016894787549972534, 0.2267182618379593, -0.01984439231455326, -0.172434002161026, 0.5475900173187256, 0.22917300462722778, -1.2971378564834595, -1.1833513975143433, -0.9844070672988892, 0.510857880115509, 0.1892635077238083, -0.13941690325737, -0.8281238675117493, 0.1544267237186432, 0.06698574125766754, 0.16767378151416779, -0.29204198718070984, -0.3761630058288574, 0.12452899664640427, 1.4755313396453857, -1.3291609287261963, 1.1299612522125244, 1001.0, 1002.0, -0.01849236525595188, -0.17289429903030396, -0.8416816592216492, 1.909119963645935, -1.0595766305923462, 0.006216608919203281], "mean": [0.1566324383020401, 0.22689451277256012, 0.05459818243980408, -1.8166959285736084, -0.22513027489185333, 0.029081450775265694, -0.07122702151536942, -0.2554287910461426, 0.3922481834888458, 0.18739043176174164, -1.3758583068847656, -1.3203951120376587, -1.1429505348205566, 0.047385696321725845, 0.07934396713972092, -0.1761639565229416, -1.4908493757247925, 0.10109850764274597, -0.053211599588394165, 0.09415201097726822, -0.3065115511417389, -0.44499722123146057, 0.11216740310192108, 1.4039891958236694, -1.421399712562561, 1.0865461826324463, 754.5296630859375, 692.227294921875, -0.01851009577512741, -0.17305906116962433, -0.8418146967887878, 1.9090051651000977, -1.06145441532135, 0.0005150706856511533], "std": [0.23754726350307465, 0.07550384104251862, 0.08680877089500427, 0.14470168948173523, 0.10009817779064178, 0.0890679582953453, 0.07138606905937195, 0.0424700602889061, 0.058496035635471344, 0.03768715634942055, 0.12032154947519302, 0.05997367948293686, 0.07476292550563812, 0.1867542862892151, 0.07555955648422241, 0.04214055463671684, 0.25400257110595703, 0.04800587520003319, 0.032967329025268555, 0.06362677365541458, 0.012584795244038105, 0.05226344242691994, 0.015351497568190098, 0.05132078006863594, 0.04759875312447548, 0.034087780863046646, 416.664306640625, 449.21783447265625, 2.4259315978270024e-06, 3.38542195095215e-05, 6.23248633928597e-05, 7.079358329065144e-05, 0.0005013564950786531, 0.0007701838039793074], "count": [893]}, "timestamp": {"min": [0.0], "max": [29.733333333333334], "mean": [14.866666666666664], "std": [8.592891118696766], "count": [893]}, "frame_index": {"min": [0], "max": [892], "mean": [446.0], "std": [257.78673356090303], "count": [893]}, "episode_index": {"min": [201], "max": [201], "mean": [201.0], "std": [0.0], "count": [893]}, "index": {"min": [173491], "max": [174383], "mean": [173937.0], "std": [257.78673356090303], "count": [893]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [893]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.793952967525196, 0.6909708845273207], "std": [0.4044646497323719, 0.4483557933846206], "count": [893]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.793952967525196, 0.6909708845273207], "std": [0.4044646497323719, 0.4483557933846206], "count": [893]}, "eef_direction_state": {"mean": [5.019036954087346, 5.185890257558791], "std": [2.06844699731882, 1.9794980013479864], "min": [0, 0], "max": [6, 6], "count": [893]}, "eef_velocity_state": {"mean": [0.2967525195968645, 0.1780515117581187], "std": [0.6209848248059133, 0.449822423131775], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_acc_mag_state": {"mean": [0.44568868980963045, 0.3247480403135498], "std": [0.7487323377631551, 0.6640867975665488], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_direction_action": {"mean": [5.019036954087346, 5.185890257558791], "std": [2.06844699731882, 1.9794980013479864], "min": [0, 0], "max": [6, 6], "count": [893]}, "eef_velocity_action": {"mean": [0.2967525195968645, 0.1780515117581187], "std": [0.6209848248059133, 0.449822423131775], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_acc_mag_action": {"mean": [0.44568868980963045, 0.3247480403135498], "std": [0.7487323377631551, 0.6640867975665488], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_sim_pose_state": {"mean": [0.4109269559923841, 0.2567168612400274, 1.182242165732508, -0.038532811161462725, -0.007231157995264352, 1.3876500398971259, 0.46527744129913307, -0.19169601422429952, 1.1345166812467684, 0.009094134421160083, 0.019184181732262388, -1.2963546344433314], "std": [0.060332643949437194, 0.03023323199609709, 0.03996841921430079, 0.030678970742561595, 0.06522785776350268, 0.10731203606519227, 0.05208639880155058, 0.017237070101167096, 0.008278846802733619, 0.0448781637189378, 0.044240471422632044, 0.024900203029360555], "min": [0.34096947239424297, 0.1805235982505749, 1.1567905589286018, -0.14016237334772685, -0.14240455799706875, 1.111205562592757, 0.39636850680890007, -0.20587439517492223, 1.114335301187986, -0.12614493359689338, -0.06756904762921212, -1.3419749504928828], "max": [0.5694670017350738, 0.3130010170997792, 1.2611602167445193, -0.01746036379003424, 0.07087334843094006, 1.5055738640731948, 0.5851905060084005, -0.1536229998015808, 1.1469583041002132, 0.04799648042846871, 0.06569564334233657, -1.217979716990789], "count": [893]}, "eef_sim_pose_action": {"mean": [0.41093581990718825, 0.25673998361222494, 1.182244422921566, -0.038576249786422094, -0.0073323784407448534, 1.3877133456250765, 0.4653454914436258, -0.1917144020480136, 1.1345056489881558, 0.009072514920829926, 0.019313586542593176, -1.2963309943521952], "std": [0.060329196594571366, 0.030247107010845868, 0.039967040658939475, 0.030676707312831272, 0.06523594333125367, 0.10736308635229466, 0.05203601866444817, 0.017242624870055723, 0.008272075355531275, 0.044864071421685706, 0.04415559445285352, 0.02490262414785387], "min": [0.34096947239424297, 0.1805235982505749, 1.1567905589286018, -0.14016237334772685, -0.14240455799706875, 1.111205562592757, 0.39636850680890007, -0.20587439517492223, 1.114335301187986, -0.12614493359689338, -0.06756904762921212, -1.3419749504928828], "max": [0.5694670017350738, 0.3130010170997792, 1.2611602167445193, -0.01746036379003424, 0.07087334843094006, 1.5055738640731948, 0.5851905060084005, -0.1536229998015808, 1.1469583041002132, 0.04799648042846871, 0.06569564334233657, -1.217979716990789], "count": [893]}, "gripper_mode_state": {"mean": [0.20604703247480402, 0.3090705487122061], "std": [0.4044646497323719, 0.46211031651646556], "min": [0, 0], "max": [1, 1], "count": [893]}, "gripper_activity_state": {"mean": [1.9899216125419932, 1.9148936170212767], "std": [0.12921199068297576, 0.36586107744384777], "min": [0, 0], "max": [2, 2], "count": [893]}, "gripper_mode_action": {"mean": [0.20604703247480402, 0.3090705487122061], "std": [0.4044646497323719, 0.46211031651646556], "min": [0, 0], "max": [1, 1], "count": [893]}, "gripper_activity_action": {"mean": [1.9899216125419932, 1.9148936170212767], "std": [0.12921199068297576, 0.36586107744384777], "min": [0, 0], "max": [2, 2], "count": [893]}}} +{"episode_index": 202, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47100775760825164]], [[0.4621812078737745]], [[0.45142267284517973]]], "std": [[[0.15112781608315623]], [[0.1542646818344439]], [[0.15813021311705922]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4631838745915033]], [[0.4567697240093954]], [[0.45100864098243465]]], "std": [[[0.14763798844340648]], [[0.1492115670219522]], [[0.154520391354698]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46513301164215687]], [[0.4694114225898693]], [[0.46010840099060457]]], "std": [[[0.1575816784294248]], [[0.15631476251697943]], [[0.1627610968748237]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4922286522160948]], [[0.4834747702205882]], [[0.46902954197303925]]], "std": [[[0.14972407103145902]], [[0.1429267048881489]], [[0.1517234127024929]]], "count": [160]}, "observation.state": {"min": [-0.4669628143310547, 0.04986405745148659, -0.16580627858638763, -2.1081135272979736, -0.5432337522506714, -0.09716247767210007, -0.28934067487716675, -0.28327101469039917, 0.31337499618530273, 0.07985199987888336, -1.6586097478866577, -1.5406030416488647, -1.2707759141921997, -0.17331120371818542, -0.09766862541437149, -0.2626197040081024, -1.7714568376541138, -0.0743335708975792, -0.16177457571029663, -0.026232298463582993, -0.3400909900665283, -0.5682830214500427, 0.07345099747180939, 1.3090275526046753, -1.3820639848709106, 0.9632911086082458, 0.0, 0.0, -0.018513042479753494, -0.17349961400032043, -0.8420976400375366, 1.9087610244750977, -1.062925100326538, -0.001742814783938229], "max": [0.4668232202529907, 0.4979773461818695, 0.2859896421432495, -1.3968743085861206, 0.0059166657738387585, 0.27921777963638306, -0.01984439231455326, -0.1697539985179901, 0.5490390062332153, 0.23643599450588226, -1.2971378564834595, -1.2223615646362305, -0.9202879667282104, 0.5266181826591492, 0.18929840624332428, -0.13229595124721527, -0.7907912135124207, 0.06588618457317352, 0.048747044056653976, 0.1380031853914261, -0.29205000400543213, -0.37615999579429626, 0.13190999627113342, 1.477873682975769, -1.3027198314666748, 1.0791553258895874, 1001.0, 1002.0, -0.01849612407386303, -0.1728661060333252, -0.8415302634239197, 1.9093132019042969, -1.0595108270645142, 0.002223133109509945], "mean": [0.12486978620290756, 0.22800545394420624, 0.06916232407093048, -1.8092347383499146, -0.22749407589435577, 0.04654768854379654, -0.09244761615991592, -0.24761952459812164, 0.39823752641677856, 0.17920488119125366, -1.4068881273269653, -1.3372279405593872, -1.1212340593338013, 0.027191737666726112, 0.07293079793453217, -0.160465806722641, -1.5171313285827637, 0.02163851261138916, -0.05478445440530777, 0.07300227880477905, -0.3048847019672394, -0.4412572979927063, 0.11820145696401596, 1.423097014427185, -1.3379006385803223, 1.0588899850845337, 650.2528686523438, 723.4805297851562, -0.018504386767745018, -0.17305304110050201, -0.8417248725891113, 1.909226894378662, -1.061435341835022, 0.0004965821863152087], "std": [0.2623980641365051, 0.08968188613653183, 0.10612326860427856, 0.15145419538021088, 0.11838196218013763, 0.11794411391019821, 0.08176402747631073, 0.04641856253147125, 0.06232621148228645, 0.04640030115842819, 0.13193626701831818, 0.06714248657226562, 0.10256700217723846, 0.17024081945419312, 0.07338737696409225, 0.04535236954689026, 0.23314353823661804, 0.0397915281355381, 0.029273621737957, 0.053669657558202744, 0.01143570989370346, 0.04740364849567413, 0.018887348473072052, 0.0412261039018631, 0.012395720928907394, 0.024342099204659462, 464.3634948730469, 434.584228515625, 1.6988758488878375e-06, 5.627241625916213e-05, 7.817332516424358e-05, 0.00011076345981564373, 0.0006132792332209647, 0.0003896515117958188], "count": [874]}, "action": {"min": [-0.4669628143310547, 0.04986405745148659, -0.16580627858638763, -2.1081135272979736, -0.5432337522506714, -0.09716247767210007, -0.28934067487716675, -0.28327101469039917, 0.31337499618530273, 0.07985199987888336, -1.6586097478866577, -1.5406030416488647, -1.2707759141921997, -0.17331120371818542, -0.09766862541437149, -0.2626197040081024, -1.7714568376541138, -0.0743335708975792, -0.16177457571029663, -0.026232298463582993, -0.3400909900665283, -0.5682830214500427, 0.07345099747180939, 1.3090275526046753, -1.3820639848709106, 0.9632911086082458, 0.0, 0.0, -0.018513042479753494, -0.17349961400032043, -0.8420976400375366, 1.9087610244750977, -1.062925100326538, -0.001742814783938229], "max": [0.4668232202529907, 0.4979773461818695, 0.2859896421432495, -1.3968743085861206, 0.0059166657738387585, 0.27921777963638306, -0.01984439231455326, -0.1697539985179901, 0.5490390062332153, 0.23643599450588226, -1.2971378564834595, -1.2223615646362305, -0.9202879667282104, 0.5266181826591492, 0.18929840624332428, -0.13229595124721527, -0.7907912135124207, 0.06588618457317352, 0.048747044056653976, 0.1380031853914261, -0.29205000400543213, -0.37615999579429626, 0.13190999627113342, 1.477873682975769, -1.3027198314666748, 1.0791553258895874, 1001.0, 1002.0, -0.01849612407386303, -0.1728661060333252, -0.8415302634239197, 1.9093132019042969, -1.0595108270645142, 0.002223133109509945], "mean": [0.12484452873468399, 0.2279188334941864, 0.06906431913375854, -1.809230923652649, -0.22734792530536652, 0.04651520028710365, -0.09256768226623535, -0.24760356545448303, 0.398244708776474, 0.1792168915271759, -1.4069920778274536, -1.3371224403381348, -1.1212140321731567, 0.027373284101486206, 0.07280880212783813, -0.16031929850578308, -1.5169074535369873, 0.021604564040899277, -0.054769404232501984, 0.07315728813409805, -0.30489659309387207, -0.44132182002067566, 0.11822617053985596, 1.4230471849441528, -1.3379123210906982, 1.0588972568511963, 650.2528686523438, 723.4805297851562, -0.018504386767745018, -0.17305296659469604, -0.8417248129844666, 1.9092270135879517, -1.0614345073699951, 0.000496811349876225], "std": [0.26238569617271423, 0.08970578014850616, 0.10618757456541061, 0.1514531672000885, 0.11842808872461319, 0.1179664134979248, 0.0817343220114708, 0.04640871286392212, 0.06232289969921112, 0.04640749841928482, 0.1318856179714203, 0.06724363565444946, 0.10255637019872665, 0.1701115071773529, 0.07328235357999802, 0.045229021459817886, 0.23299047350883484, 0.039766427129507065, 0.029272211715579033, 0.053578365594148636, 0.011427845805883408, 0.04735332354903221, 0.018890367820858955, 0.041189927607774734, 0.012392491102218628, 0.024345261976122856, 464.3634948730469, 434.584228515625, 1.7010079318424687e-06, 5.628741200780496e-05, 7.816265861038119e-05, 0.00011070011532865465, 0.000613219162914902, 0.0003896381240338087], "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": [202], "max": [202], "mean": [202.0], "std": [0.0], "count": [874]}, "index": {"min": [174384], "max": [175257], "mean": [174820.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6887871853546911, 0.7221567506818805], "std": [0.4629896312509106, 0.4337381940367754], "count": [874]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6887871853546911, 0.7221567506818805], "std": [0.4629896312509105, 0.4337381940367754], "count": [874]}, "eef_direction_state": {"mean": [4.907322654462242, 5.112128146453089], "std": [2.099769284212867, 2.0494491757742765], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_state": {"mean": [0.3501144164759725, 0.1945080091533181], "std": [0.6549101538099213, 0.4698381317785391], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_state": {"mean": [0.5263157894736842, 0.3295194508009153], "std": [0.7859570801614779, 0.6655105902474502], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_direction_action": {"mean": [4.907322654462242, 5.112128146453089], "std": [2.0997692842128663, 2.0494491757742765], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_action": {"mean": [0.3501144164759725, 0.1945080091533181], "std": [0.6549101538099212, 0.46983813177853906], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_action": {"mean": [0.5263157894736842, 0.3295194508009153], "std": [0.7859570801614779, 0.6655105902474502], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_sim_pose_state": {"mean": [0.4179917036650508, 0.25228878987749903, 1.1897654101584583, -0.0410048263254796, -0.015174501796687093, 1.3528566986692283, 0.4606337072993306, -0.19429033505118878, 1.1358934187156189, 0.011424948108989832, -0.05270512509984263, -1.3282193587114297], "std": [0.06488891661091675, 0.03774069882326517, 0.045255209940229336, 0.03381441453915128, 0.07306211446144675, 0.12817883355203144, 0.046892891037871365, 0.02028435007952709, 0.007710886011550321, 0.03640165100289053, 0.010853422177856157, 0.022025658850453825], "min": [0.3337625384321399, 0.16946169672518094, 1.1548800398565588, -0.1304732583793785, -0.1646179412613371, 1.0622397311336647, 0.39637171154361334, -0.20798022317184656, 1.1120054089824158, -0.08840458277704932, -0.0891220411504301, -1.38072448407556], "max": [0.5720309608516728, 0.32477308930078685, 1.2688331605922907, -0.01431478610448611, 0.11604111716201282, 1.447537329630927, 0.5866875464960095, -0.14476745309598676, 1.1474222174840936, 0.04797840855563462, -0.03191820151720415, -1.2623769162989027], "count": [874]}, "eef_sim_pose_action": {"mean": [0.41799942251111233, 0.2523016092702235, 1.1897735064846169, -0.041073908090886846, -0.01527471867564448, 1.352854977960549, 0.46069732779365696, -0.1943120215408264, 1.1358845589218176, 0.011398530945567514, -0.05268130664762655, -1.328244189451057], "std": [0.06488521375675649, 0.037746750094676255, 0.045249943532368275, 0.03382788863893262, 0.07305628904405768, 0.1281775952094742, 0.046843355945836766, 0.020288507216826124, 0.0077054529829665, 0.03638357718899841, 0.010843490119035846, 0.02201100979665087], "min": [0.3337625384321399, 0.16946169672518094, 1.1548800398565588, -0.1304732583793785, -0.1646179412613371, 1.0622397311336647, 0.39637171154361334, -0.20798022317184656, 1.1120054089824158, -0.08840458277704932, -0.0891220411504301, -1.38072448407556], "max": [0.5720309608516728, 0.32477308930078685, 1.2688331605922907, -0.01431478610448611, 0.11604111716201282, 1.447537329630927, 0.5866875464960095, -0.14476745309598676, 1.1474222174840936, 0.04797840855563462, -0.03191820151720415, -1.2623769162989027], "count": [874]}, "gripper_mode_state": {"mean": [0.3112128146453089, 0.2757437070938215], "std": [0.4629896312509106, 0.44688825794819387], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_state": {"mean": [1.9897025171624714, 1.8993135011441649], "std": [0.13060028040969843, 0.3989970092463357], "min": [0, 0], "max": [2, 2], "count": [874]}, "gripper_mode_action": {"mean": [0.3112128146453089, 0.2757437070938215], "std": [0.4629896312509105, 0.44688825794819387], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_action": {"mean": [1.9897025171624714, 1.8993135011441649], "std": [0.13060028040969845, 0.39899700924633574], "min": [0, 0], "max": [2, 2], "count": [874]}}} +{"episode_index": 203, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46908251504715814]], [[0.460600137285927]], [[0.4502344292938695]]], "std": [[[0.1532942572462505]], [[0.15645803480567477]], [[0.16023147863031562]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4636533129602052]], [[0.45635308208198894]], [[0.449981859384049]]], "std": [[[0.1467802223519854]], [[0.14931848436540207]], [[0.1548887037680212]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4652506618681228]], [[0.4692421196326632]], [[0.45950545136303467]]], "std": [[[0.16168317449493397]], [[0.16067503098016073]], [[0.16756011906369098]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4895948371701001]], [[0.48092916589103996]], [[0.4671288147906842]]], "std": [[[0.15006892567354463]], [[0.14138028313783285]], [[0.14912622327634265]]], "count": [158]}, "observation.state": {"min": [-0.4192979037761688, 0.009512044489383698, -0.12719960510730743, -2.125462055206299, -0.2678556740283966, -0.053267449140548706, -0.23410101234912872, -0.28327301144599915, 0.32231301069259644, 0.09246800094842911, -1.6676722764968872, -1.3475068807601929, -1.2491363286972046, -0.17331120371818542, -0.08400270342826843, -0.26258477568626404, -1.771422028541565, 0.0025307273026555777, -0.0636521577835083, -0.026197392493486404, -0.32686901092529297, -0.5672690272331238, 0.0734499990940094, 1.2020373344421387, -1.5005711317062378, 0.8775449991226196, 0.0, 0.0, -0.01851492188870907, -0.17339621484279633, -0.8420920372009277, 1.9090359210968018, -1.064698338508606, -0.001440005493350327], "max": [0.4286179542541504, 0.3712315261363983, 0.246562659740448, -1.4420084953308105, 0.2434210628271103, 0.2726902365684509, -0.019809486344456673, -0.17231200635433197, 0.5430499911308289, 0.22284400463104248, -1.2940644025802612, -1.0678645372390747, -0.9021043181419373, 0.49389326572418213, 0.1892635077238083, -0.11733848601579666, -0.9162279963493347, 0.07319910824298859, 0.2045351266860962, 0.1618269383907318, -0.2920700013637543, -0.3761659860610962, 0.12099999934434891, 1.4755313396453857, -1.3284252882003784, 1.0921900272369385, 1001.0, 1002.0, -0.01849236525595188, -0.17293941974639893, -0.8410176634788513, 1.9093798398971558, -1.0589158535003662, 0.00347613706253469], "mean": [0.1387338936328888, 0.19356907904148102, 0.06187589839100838, -1.815590262413025, -0.1288081258535385, 0.052232526242733, -0.0642387717962265, -0.2516055703163147, 0.39673200249671936, 0.17922332882881165, -1.3858767747879028, -1.2572648525238037, -1.1058170795440674, 0.08936624228954315, 0.0809393897652626, -0.1812555193901062, -1.4867814779281616, 0.05726196989417076, 0.046181850135326385, 0.10521053522825241, -0.3028509318828583, -0.45684921741485596, 0.1094394102692604, 1.3911021947860718, -1.4180227518081665, 0.9890869855880737, 678.8529663085938, 667.5169067382812, -0.018502019345760345, -0.17303912341594696, -0.8418262600898743, 1.909285068511963, -1.0614537000656128, 0.0006123487837612629], "std": [0.24851694703102112, 0.08954323083162308, 0.08495249599218369, 0.15149086713790894, 0.1865137666463852, 0.10861819237470627, 0.05896218121051788, 0.04515751451253891, 0.06211879104375839, 0.04369580000638962, 0.12845726311206818, 0.09715806692838669, 0.11260022222995758, 0.1796853393316269, 0.07861581444740295, 0.03652343526482582, 0.22938120365142822, 0.021809322759509087, 0.05394456163048744, 0.07054217159748077, 0.009197760373353958, 0.05149785801768303, 0.015288174152374268, 0.0726458877325058, 0.04056937247514725, 0.04384072870016098, 454.056396484375, 458.6524658203125, 1.2258370816198294e-06, 4.567523137666285e-05, 0.00014021834067534655, 5.6415065046167e-05, 0.0007192812045104802, 0.0005546184838749468], "count": [857]}, "action": {"min": [-0.4192979037761688, 0.009512044489383698, -0.12719960510730743, -2.125462055206299, -0.2678556740283966, -0.053267449140548706, -0.23410101234912872, -0.28327301144599915, 0.32231301069259644, 0.09246800094842911, -1.6676722764968872, -1.3475068807601929, -1.2491363286972046, -0.17331120371818542, -0.08400270342826843, -0.26258477568626404, -1.771422028541565, 0.0025307273026555777, -0.0636521577835083, -0.026197392493486404, -0.32686901092529297, -0.5672690272331238, 0.0734499990940094, 1.2020373344421387, -1.5005711317062378, 0.8775449991226196, 0.0, 0.0, -0.01851492188870907, -0.17339621484279633, -0.8420920372009277, 1.9090359210968018, -1.064698338508606, -0.001440005493350327], "max": [0.4286179542541504, 0.3712315261363983, 0.246562659740448, -1.4420084953308105, 0.2434210628271103, 0.2726902365684509, -0.019809486344456673, -0.17231200635433197, 0.5430499911308289, 0.22284400463104248, -1.2940644025802612, -1.0678645372390747, -0.9021043181419373, 0.49389326572418213, 0.1892635077238083, -0.11733848601579666, -0.9162279963493347, 0.07319910824298859, 0.2045351266860962, 0.1618269383907318, -0.2920700013637543, -0.3761659860610962, 0.12099999934434891, 1.4755313396453857, -1.3284252882003784, 1.0921900272369385, 1001.0, 1002.0, -0.01849236525595188, -0.17293941974639893, -0.8410176634788513, 1.9093798398971558, -1.0589158535003662, 0.00347613706253469], "mean": [0.13870416581630707, 0.19341374933719635, 0.06175107881426811, -1.8156042098999023, -0.12845513224601746, 0.05229299142956734, -0.06430807709693909, -0.2515941858291626, 0.39674094319343567, 0.1792406439781189, -1.385910153388977, -1.2570151090621948, -1.1056879758834839, 0.08963045477867126, 0.08084103465080261, -0.1811450570821762, -1.4865261316299438, 0.05726683512330055, 0.046340808272361755, 0.10542546957731247, -0.3028601408004761, -0.4569336473941803, 0.10945137590169907, 1.3910342454910278, -1.418144941329956, 0.9889694452285767, 678.8529663085938, 667.5169067382812, -0.018502019345760345, -0.17303910851478577, -0.8418265581130981, 1.9092848300933838, -1.0614532232284546, 0.0006125447689555585], "std": [0.2485034018754959, 0.08957618474960327, 0.08505983650684357, 0.1514946073293686, 0.18656310439109802, 0.1085919514298439, 0.05894488841295242, 0.045150768011808395, 0.06211503595113754, 0.043707720935344696, 0.12843789160251617, 0.097274549305439, 0.11257321387529373, 0.17946520447731018, 0.07853306084871292, 0.03642048314213753, 0.22918570041656494, 0.021811772137880325, 0.05382143333554268, 0.07042214274406433, 0.009190923534333706, 0.05142476037144661, 0.015292396768927574, 0.07259491831064224, 0.04045867174863815, 0.04376806318759918, 454.056396484375, 458.6524963378906, 1.2258371953066671e-06, 4.568344957078807e-05, 0.00014032154285814613, 5.6664153817109764e-05, 0.0007194910431280732, 0.0005546329775825143], "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": [203], "max": [203], "mean": [203.0], "std": [0.0], "count": [857]}, "index": {"min": [175258], "max": [176114], "mean": [175686.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7176196032672112, 0.666289381761117], "std": [0.45015742610093995, 0.457761386466291], "count": [857]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7176196032672112, 0.666289381761117], "std": [0.45015742610093995, 0.457761386466291], "count": [857]}, "eef_direction_state": {"mean": [5.015169194865811, 5.162193698949825], "std": [2.0251634045216385, 1.9854943850703644], "min": [0, 0], "max": [6, 6], "count": [857]}, "eef_velocity_state": {"mean": [0.29871645274212366, 0.1971995332555426], "std": [0.6029184062113582, 0.48988994415685766], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_acc_mag_state": {"mean": [0.4597432905484247, 0.31388564760793464], "std": [0.7537236567003067, 0.6593415979719348], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_direction_action": {"mean": [5.015169194865811, 5.162193698949825], "std": [2.0251634045216385, 1.9854943850703644], "min": [0, 0], "max": [6, 6], "count": [857]}, "eef_velocity_action": {"mean": [0.29871645274212366, 0.1971995332555426], "std": [0.6029184062113582, 0.48988994415685766], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_acc_mag_action": {"mean": [0.4597432905484247, 0.31388564760793464], "std": [0.7537236567003067, 0.6593415979719348], "min": [0, 0], "max": [2, 2], "count": [857]}, "eef_sim_pose_state": {"mean": [0.41472372202330465, 0.24654046717343037, 1.1868970385593554, -0.03161490956723303, -0.06876523646187745, 1.4091584636840506, 0.4781060933983998, -0.1906355309763282, 1.1461785853700088, -0.06113639777779572, -0.02573520491937568, -1.2801839292966217], "std": [0.06294503785293444, 0.037831825328532465, 0.04336459299430118, 0.021798498107577776, 0.13937573246666374, 0.08109154093475444, 0.051344220125135974, 0.019236473031485346, 0.005189528835147354, 0.05955613713087327, 0.0277444832013821, 0.04435033871857799], "min": [0.3408014711441135, 0.16765512829841103, 1.1557656405770245, -0.1259995716233735, -0.3294233001080298, 1.1717117607377066, 0.3963704243641566, -0.205480818289038, 1.132035297588257, -0.18019358233256133, -0.06757785679710704, -1.4023629544014722], "max": [0.5615813417872872, 0.2974136022626806, 1.2654663746341006, -0.01141371772515365, 0.078698902382486, 1.5340795267325082, 0.5863301352313042, -0.1483361868341317, 1.160126947081226, 0.04799523453546983, 0.03578583182529904, -1.219323290504576], "count": [857]}, "eef_sim_pose_action": {"mean": [0.41473177664565775, 0.24654682243492243, 1.186909211113055, -0.031608302287475874, -0.06900188247865094, 1.4092575297476597, 0.47819256424364853, -0.19065391311650295, 1.1461839479217257, -0.061264325283085175, -0.02569481500113401, -1.280118896408654], "std": [0.0629414842042001, 0.03783530251475391, 0.0433576085691228, 0.021803636182675626, 0.1393753711746565, 0.08118808521730807, 0.05126890365585631, 0.019242143088905497, 0.005190171204439507, 0.05943943862756793, 0.027708760579447024, 0.04435575197640981], "min": [0.3408014711441135, 0.16765512829841103, 1.1557656405770245, -0.1259995716233735, -0.3294233001080298, 1.1717117607377066, 0.3963704243641566, -0.205480818289038, 1.132035297588257, -0.18019358233256133, -0.06757785679710704, -1.4023629544014722], "max": [0.5615813417872872, 0.2974136022626806, 1.2654663746341006, -0.01141371772515365, 0.078698902382486, 1.5340795267325082, 0.5863301352313042, -0.1483361868341317, 1.160126947081226, 0.04799523453546983, 0.03578583182529904, -1.219323290504576], "count": [857]}, "gripper_mode_state": {"mean": [0.2823803967327888, 0.3337222870478413], "std": [0.45015742610093995, 0.471541856228473], "min": [0, 0], "max": [1, 1], "count": [857]}, "gripper_activity_state": {"mean": [1.9894982497082847, 1.9043173862310385], "std": [0.1318811222035562, 0.3897071659960056], "min": [0, 0], "max": [2, 2], "count": [857]}, "gripper_mode_action": {"mean": [0.2823803967327888, 0.3337222870478413], "std": [0.45015742610093995, 0.471541856228473], "min": [0, 0], "max": [1, 1], "count": [857]}, "gripper_activity_action": {"mean": [1.9894982497082847, 1.9043173862310385], "std": [0.1318811222035562, 0.3897071659960056], "min": [0, 0], "max": [2, 2], "count": [857]}}} +{"episode_index": 204, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4742697296539098]], [[0.46451777452949056]], [[0.4538332472045043]]], "std": [[[0.15310320415771006]], [[0.1559166210913022]], [[0.1596251884975165]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653481425702811]], [[0.45822721769430663]], [[0.4519737393200252]]], "std": [[[0.14637629896207527]], [[0.14796691590319694]], [[0.1532639221070943]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4661674012225372]], [[0.46966333963304197]], [[0.45897759666115445]]], "std": [[[0.16397366689476697]], [[0.16324578291535125]], [[0.1695853699273884]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5001392924639736]], [[0.48743711980274035]], [[0.4742558186176077]]], "std": [[[0.15610322669820717]], [[0.14510597253116805]], [[0.15337691291838473]]], "count": [166]}, "observation.state": {"min": [-0.4512723386287689, 0.03885103017091751, -0.18270106613636017, -2.1733014583587646, -0.32813936471939087, -0.021013764664530754, -0.23226840794086456, -0.2841149866580963, 0.3104180097579956, 0.08646699786186218, -1.672906517982483, -1.3526549339294434, -1.1854034662246704, -0.17465509474277496, -0.06396631896495819, -0.26258477568626404, -1.7714568376541138, 0.010227629914879799, -0.16467182338237762, -0.0262148454785347, -0.3372670114040375, -0.5663800239562988, 0.07765699923038483, 1.2908525466918945, -1.493668556213379, 0.9424126744270325, 0.0, 0.0, -0.018518682569265366, -0.17337366938591003, -0.8421396017074585, 1.908713459968567, -1.0625392198562622, -0.0007764828624203801], "max": [0.48226937651634216, 0.422299861907959, 0.27693137526512146, -1.430908203125, 0.12466887384653091, 0.2759365737438202, -0.019809486344456673, -0.16611699759960175, 0.5467720031738281, 0.23665599524974823, -1.2932641506195068, -1.1639167070388794, -0.8464259505271912, 0.507594108581543, 0.1892635077238083, -0.12164944410324097, -0.827390730381012, 0.17151349782943726, 0.05314527824521065, 0.19303342700004578, -0.29203200340270996, -0.3761659860610962, 0.11698099970817566, 1.4805550575256348, -1.3268048763275146, 1.130440354347229, 1001.0, 1002.0, -0.018488604575395584, -0.17277023196220398, -0.8415239453315735, 1.909321904182434, -1.060189127922058, 0.002064608968794346], "mean": [0.146673783659935, 0.2173188328742981, 0.05921159312129021, -1.819313406944275, -0.1681736707687378, 0.05991966649889946, -0.07177653163671494, -0.2546711564064026, 0.3944055140018463, 0.18450985848903656, -1.376735806465149, -1.2847481966018677, -1.0976545810699463, 0.038602933287620544, 0.08887714147567749, -0.1842016577720642, -1.5019972324371338, 0.1212775781750679, -0.0702960193157196, 0.11873244494199753, -0.3045787215232849, -0.44131457805633545, 0.1098138689994812, 1.4336981773376465, -1.4443696737289429, 1.0917541980743408, 639.9989013671875, 677.3090209960938, -0.01850302331149578, -0.17303447425365448, -0.8416801691055298, 1.909171462059021, -1.0614891052246094, 0.0005434583290480077], "std": [0.24658654630184174, 0.07502912729978561, 0.0932798758149147, 0.14411552250385284, 0.14034008979797363, 0.11554276198148727, 0.07044269144535065, 0.044417887926101685, 0.05954675376415253, 0.041809964925050735, 0.1285865157842636, 0.058649055659770966, 0.12291448563337326, 0.17763404548168182, 0.0676032304763794, 0.036418598145246506, 0.24143914878368378, 0.05814114212989807, 0.030148690566420555, 0.07338790595531464, 0.012254096567630768, 0.05001302808523178, 0.010251271538436413, 0.04952666535973549, 0.0613582469522953, 0.0388844758272171, 468.21551513671875, 455.7578125, 1.5513444395764964e-06, 4.164276469964534e-05, 0.00010914947051787749, 0.00013422213669400662, 0.0005019116797484457, 0.0003275105555076152], "count": [919]}, "action": {"min": [-0.4512723386287689, 0.03885103017091751, -0.18270106613636017, -2.1733014583587646, -0.32813936471939087, -0.021013764664530754, -0.23226840794086456, -0.2841149866580963, 0.3104180097579956, 0.08646699786186218, -1.672906517982483, -1.3526549339294434, -1.1854034662246704, -0.17465509474277496, -0.06396631896495819, -0.26258477568626404, -1.7714568376541138, 0.010227629914879799, -0.16467182338237762, -0.0262148454785347, -0.3372670114040375, -0.5663800239562988, 0.07765699923038483, 1.2908525466918945, -1.493668556213379, 0.9424126744270325, 0.0, 0.0, -0.018518682569265366, -0.17337366938591003, -0.8421379923820496, 1.908713459968567, -1.0625392198562622, -0.0007764828624203801], "max": [0.48226937651634216, 0.422299861907959, 0.27693137526512146, -1.430908203125, 0.12466887384653091, 0.2759365737438202, -0.019809486344456673, -0.16611699759960175, 0.5467720031738281, 0.23665599524974823, -1.2932641506195068, -1.1639167070388794, -0.8464259505271912, 0.507594108581543, 0.1892635077238083, -0.12164944410324097, -0.827390730381012, 0.17151349782943726, 0.05314527824521065, 0.19303342700004578, -0.29203200340270996, -0.3761659860610962, 0.11698099970817566, 1.4805550575256348, -1.3268048763275146, 1.130440354347229, 1001.0, 1002.0, -0.018488604575395584, -0.17277023196220398, -0.8415239453315735, 1.909321904182434, -1.060189127922058, 0.002064608968794346], "mean": [0.14665649831295013, 0.21721480786800385, 0.05908574163913727, -1.8193343877792358, -0.1679219752550125, 0.060013752430677414, -0.07186679542064667, -0.2546631395816803, 0.39441120624542236, 0.184533953666687, -1.3767451047897339, -1.284581184387207, -1.0975210666656494, 0.03879142552614212, 0.08877980709075928, -0.18410195410251617, -1.501765489578247, 0.12138963490724564, -0.0703059583902359, 0.118944451212883, -0.3045884966850281, -0.44137534499168396, 0.10982060432434082, 1.4336739778518677, -1.4445407390594482, 1.0918110609054565, 639.9989013671875, 677.3090209960938, -0.01850302331149578, -0.17303456366062164, -0.8416796326637268, 1.9091715812683105, -1.0614886283874512, 0.0005433798651210964], "std": [0.24657845497131348, 0.07506255060434341, 0.0933808833360672, 0.14412130415439606, 0.14039340615272522, 0.11551202088594437, 0.07042935490608215, 0.04441341012716293, 0.05954433232545853, 0.04182632640004158, 0.1285810023546219, 0.058769892901182175, 0.12288658320903778, 0.17750023305416107, 0.06752289831638336, 0.0363292433321476, 0.24128195643424988, 0.05813296511769295, 0.030148260295391083, 0.07324973493814468, 0.012247721664607525, 0.049967747181653976, 0.010253229178488255, 0.04951174929738045, 0.06125612184405327, 0.038886018097400665, 468.21551513671875, 455.7578125, 1.5513444395764964e-06, 4.166200233157724e-05, 0.00010809952800627798, 0.0001341966271866113, 0.000501683447510004, 0.00032750118407420814], "count": [919]}, "timestamp": {"min": [0.0], "max": [30.6], "mean": [15.3], "std": [8.843076387773657], "count": [919]}, "frame_index": {"min": [0], "max": [918], "mean": [459.0], "std": [265.29229163320974], "count": [919]}, "episode_index": {"min": [204], "max": [204], "mean": [204.0], "std": [0.0], "count": [919]}, "index": {"min": [176115], "max": [177033], "mean": [176574.0], "std": [265.29229163320974], "count": [919]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [919]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.675734494015234, 0.6760500544120717], "std": [0.4680997624579731, 0.4548617574259005], "count": [919]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.675734494015234, 0.6760500544120717], "std": [0.4680997624579731, 0.4548617574259005], "count": [919]}, "eef_direction_state": {"mean": [5.096844396082699, 5.220892274211099], "std": [1.9359664519561552, 1.9415167635455834], "min": [0, 0], "max": [6, 6], "count": [919]}, "eef_velocity_state": {"mean": [0.3025027203482046, 0.18171926006528835], "std": [0.6378557009694197, 0.4672668237994315], "min": [0, 0], "max": [2, 2], "count": [919]}, "eef_acc_mag_state": {"mean": [0.4211099020674646, 0.32100108813928185], "std": [0.7331943525026465, 0.6599903377461577], "min": [0, 0], "max": [2, 2], "count": [919]}, "eef_direction_action": {"mean": [5.096844396082699, 5.220892274211099], "std": [1.935966451956155, 1.9415167635455834], "min": [0, 0], "max": [6, 6], "count": [919]}, "eef_velocity_action": {"mean": [0.3025027203482046, 0.18171926006528835], "std": [0.6378557009694197, 0.4672668237994315], "min": [0, 0], "max": [2, 2], "count": [919]}, "eef_acc_mag_action": {"mean": [0.4211099020674646, 0.32100108813928185], "std": [0.7331943525026465, 0.6599903377461577], "min": [0, 0], "max": [2, 2], "count": [919]}, "eef_sim_pose_state": {"mean": [0.4126732952401096, 0.25301579826276366, 1.185681853226889, -0.014377215679517049, -0.05309819344887395, 1.395100252272907, 0.4627069930301154, -0.1925248295608207, 1.1341700459104014, 0.028983424971271696, 0.028113422769681665, -1.265738500550888], "std": [0.061339214060032156, 0.0338594026819125, 0.04420435803966718, 0.013087844854894653, 0.11923242317122655, 0.09683842603247954, 0.049603979130287336, 0.01330236553861608, 0.007966960262988336, 0.04585175743948401, 0.04891358896936517, 0.04358545766746726], "min": [0.32969819697376856, 0.17121911110504362, 1.1564472458271526, -0.04394901940714635, -0.3124139200427096, 1.1604178863429406, 0.39637205735996045, -0.20201372679367788, 1.1125144107814136, -0.07981501864128526, -0.06756008452717754, -1.3602212297075362], "max": [0.5675015236077028, 0.31648473367941016, 1.2716991762350676, 0.024062671950193404, 0.032750235203958145, 1.504870062918362, 0.585100204060894, -0.15826437683194597, 1.1474112647627728, 0.063049527901616, 0.06527691763661347, -1.1719881371260308], "count": [919]}, "eef_sim_pose_action": {"mean": [0.41267827046135086, 0.2530326454929503, 1.1856950217357347, -0.014332611130780501, -0.05328022269818677, 1.3951609312853852, 0.46277012330299544, -0.19253897498589154, 1.1341594337377976, 0.028990657792566443, 0.02825452325266038, -1.2656632157141166], "std": [0.06133703333067632, 0.03386898765857954, 0.044197552930208085, 0.01314595885924842, 0.1192289163405399, 0.09688772964585858, 0.04955643101379549, 0.013305201396938022, 0.007959672814577217, 0.04585527856189648, 0.048824415310378455, 0.04357838880640217], "min": [0.32969819697376856, 0.17121911110504362, 1.1564472458271526, -0.04394901940714635, -0.3124139200427096, 1.1604178863429406, 0.39637205735996045, -0.20201372679367788, 1.1125144107814136, -0.07981501864128526, -0.06756008452717754, -1.3602212297075362], "max": [0.5675015236077028, 0.31648473367941016, 1.2716991762350676, 0.024062671950193404, 0.032750235203958145, 1.504870062918362, 0.585100204060894, -0.15826437683194597, 1.1474112647627728, 0.063049527901616, 0.06527691763661347, -1.1719881371260308], "count": [919]}, "gripper_mode_state": {"mean": [0.32426550598476606, 0.32317736670293795], "std": [0.4680997624579731, 0.46768980783623676], "min": [0, 0], "max": [1, 1], "count": [919]}, "gripper_activity_state": {"mean": [1.9902067464635473, 1.9053318824809575], "std": [0.12738202939422744, 0.3857695469972611], "min": [0, 0], "max": [2, 2], "count": [919]}, "gripper_mode_action": {"mean": [0.32426550598476606, 0.32317736670293795], "std": [0.4680997624579731, 0.46768980783623676], "min": [0, 0], "max": [1, 1], "count": [919]}, "gripper_activity_action": {"mean": [1.9902067464635473, 1.9053318824809575], "std": [0.12738202939422744, 0.3857695469972611], "min": [0, 0], "max": [2, 2], "count": [919]}}} +{"episode_index": 205, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.475328039165564]], [[0.4658973771001243]], [[0.4550293466057179]]], "std": [[[0.14716736966062804]], [[0.1510293297903134]], [[0.15538551182793256]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46494950804964114]], [[0.45701517076667064]], [[0.45047313194193833]]], "std": [[[0.14629834167777356]], [[0.14833569422906825]], [[0.15390692733931652]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4689391252155259]], [[0.4709585689081358]], [[0.45989407404065924]]], "std": [[[0.16330004186923494]], [[0.16261433485950508]], [[0.16850683619348528]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.492962027346726]], [[0.48043277221420266]], [[0.4661757287782189]]], "std": [[[0.15106590124639493]], [[0.14210084142605026]], [[0.15060751942764514]]], "count": [163]}, "observation.state": {"min": [-0.4620235562324524, 0.06630505621433258, -0.19427259266376495, -2.1515371799468994, -0.356518417596817, -0.020874137058854103, -0.2742086946964264, -0.28384900093078613, 0.3106209933757782, 0.09556099772453308, -1.702643871307373, -1.3713011741638184, -1.191469669342041, -0.1733635514974594, -0.09155996888875961, -0.26307347416877747, -1.7714568376541138, -0.06469935923814774, -0.14597934484481812, -0.02626720443367958, -0.33328500390052795, -0.5656179785728455, 0.06933599710464478, 1.3135682344436646, -1.4239424467086792, 0.9436432719230652, 0.0, 0.0, -0.018526200205087662, -0.17371580004692078, -0.8422093391418457, 1.908820390701294, -1.062528133392334, -0.002258255146443844], "max": [0.48485249280929565, 0.4793546795845032, 0.2569648325443268, -1.4126521348953247, 0.13686871528625488, 0.29427996277809143, -0.01979203335940838, -0.1693820059299469, 0.5495780110359192, 0.24299700558185577, -1.2971378564834595, -1.1604554653167725, -0.8395861983299255, 0.507594108581543, 0.18931587040424347, -0.14620622992515564, -0.8454723954200745, 0.06590363383293152, 0.045692719519138336, 0.1546885371208191, -0.29131099581718445, -0.3761090040206909, 0.12642399966716766, 1.4777265787124634, -1.3278422355651855, 1.0698325634002686, 1001.0, 1002.0, -0.01847168616950512, -0.17253899574279785, -0.8414122462272644, 1.909173846244812, -1.0593754053115845, 0.003600488416850567], "mean": [0.1203024759888649, 0.22587838768959045, 0.07209847122430801, -1.804139256477356, -0.1762458235025406, 0.06127094104886055, -0.07946333289146423, -0.2503553628921509, 0.40076538920402527, 0.18088187277317047, -1.396169662475586, -1.2921017408370972, -1.0904046297073364, -0.0037842458114027977, 0.07855001837015152, -0.17072007060050964, -1.5615034103393555, 0.016309751197695732, -0.012613430619239807, 0.07847163081169128, -0.30408161878585815, -0.4311997592449188, 0.11322500556707382, 1.4165807962417603, -1.3585357666015625, 1.020999789237976, 633.1943969726562, 702.6156616210938, -0.018504107370972633, -0.17312540113925934, -0.8417342305183411, 1.9091287851333618, -1.0614707469940186, 0.0005062223644927144], "std": [0.2659074366092682, 0.07704320549964905, 0.09230159223079681, 0.15043191611766815, 0.13857124745845795, 0.11765098571777344, 0.08055593818426132, 0.04698575660586357, 0.06457115709781647, 0.04153778776526451, 0.14038148522377014, 0.054029081016778946, 0.1303396224975586, 0.19197775423526764, 0.0749497190117836, 0.039098016917705536, 0.25782498717308044, 0.03377629071474075, 0.04312966763973236, 0.05205782875418663, 0.011126560159027576, 0.05296351760625839, 0.018514590337872505, 0.04053583741188049, 0.01534720603376627, 0.023600568994879723, 470.41119384765625, 445.0968017578125, 2.590544227132341e-06, 7.606124563608319e-05, 0.00012651369615923613, 5.3279400162864476e-05, 0.0006062213215045631, 0.0006068791262805462], "count": [895]}, "action": {"min": [-0.4620235562324524, 0.06630505621433258, -0.19427259266376495, -2.1515371799468994, -0.356518417596817, -0.020874137058854103, -0.2742086946964264, -0.28384900093078613, 0.3106209933757782, 0.09556099772453308, -1.702643871307373, -1.3713011741638184, -1.191469669342041, -0.1733635514974594, -0.09155996888875961, -0.2629513144493103, -1.7714568376541138, -0.06469935923814774, -0.14597934484481812, -0.02626720443367958, -0.33328500390052795, -0.5656179785728455, 0.06933599710464478, 1.3135682344436646, -1.4239424467086792, 0.9436432719230652, 0.0, 0.0, -0.018526200205087662, -0.17371580004692078, -0.8422093391418457, 1.908820390701294, -1.062528133392334, -0.002258255146443844], "max": [0.48485249280929565, 0.4793546795845032, 0.2569648325443268, -1.4126521348953247, 0.13686871528625488, 0.29427996277809143, -0.01979203335940838, -0.1693820059299469, 0.5495780110359192, 0.24299700558185577, -1.2971378564834595, -1.1604554653167725, -0.8395861983299255, 0.507594108581543, 0.18931587040424347, -0.14620622992515564, -0.8454723954200745, 0.06590363383293152, 0.045692719519138336, 0.1546885371208191, -0.29131099581718445, -0.3761090040206909, 0.12642399966716766, 1.4777265787124634, -1.3278422355651855, 1.0698325634002686, 1001.0, 1002.0, -0.01847168616950512, -0.17253899574279785, -0.8414122462272644, 1.909173846244812, -1.0593754053115845, 0.003600488416850567], "mean": [0.12023338675498962, 0.22581692039966583, 0.07201993465423584, -1.8041397333145142, -0.17601299285888672, 0.06134897097945213, -0.07957901805639267, -0.25033649802207947, 0.40078499913215637, 0.180891752243042, -1.3962711095809937, -1.2919597625732422, -1.090250015258789, -0.003689451841637492, 0.07844968885183334, -0.1705923080444336, -1.5613946914672852, 0.01626158133149147, -0.01252733264118433, 0.0786261036992073, -0.30409109592437744, -0.43123745918273926, 0.11324365437030792, 1.4165226221084595, -1.35857093334198, 1.020941972732544, 633.1943969726562, 702.6156616210938, -0.018504105508327484, -0.17312559485435486, -0.8417343497276306, 1.9091286659240723, -1.0614707469940186, 0.0005064535653218627], "std": [0.26587772369384766, 0.07705304026603699, 0.0923568457365036, 0.1504320651292801, 0.1386161893606186, 0.11761967092752457, 0.08054455369710922, 0.046975962817668915, 0.06456349045038223, 0.04154381901025772, 0.14034335315227509, 0.05412686616182327, 0.13030900061130524, 0.19191569089889526, 0.07486138492822647, 0.038982708007097244, 0.25775882601737976, 0.03373611718416214, 0.04310479387640953, 0.05195365101099014, 0.01112001109868288, 0.05293631926178932, 0.018519267439842224, 0.04048755019903183, 0.015317026525735855, 0.023554272949695587, 470.41119384765625, 445.0968017578125, 2.594436864455929e-06, 7.618985546287149e-05, 0.00012648748815990984, 5.325992242433131e-05, 0.0006062213215045631, 0.0006068708607926965], "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": [205], "max": [205], "mean": [205.0], "std": [0.0], "count": [895]}, "index": {"min": [177034], "max": [177928], "mean": [177481.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6715083798882682, 0.7013117318463059], "std": [0.4696646416626468, 0.44421876187297216], "count": [895]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6715083798882682, 0.7013117318463059], "std": [0.4696646416626469, 0.4442187618729722], "count": [895]}, "eef_direction_state": {"mean": [4.966480446927374, 5.10391061452514], "std": [2.138499033326745, 2.0511166907713925], "min": [0, 0], "max": [6, 6], "count": [895]}, "eef_velocity_state": {"mean": [0.3027932960893855, 0.19776536312849163], "std": [0.6279727218569279, 0.4774180215407735], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_acc_mag_state": {"mean": [0.45139664804469276, 0.37094972067039106], "std": [0.7471627930500613, 0.6970365785849434], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_direction_action": {"mean": [4.966480446927374, 5.10391061452514], "std": [2.138499033326745, 2.0511166907713925], "min": [0, 0], "max": [6, 6], "count": [895]}, "eef_velocity_action": {"mean": [0.3027932960893855, 0.19776536312849163], "std": [0.6279727218569279, 0.4774180215407735], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_acc_mag_action": {"mean": [0.45139664804469276, 0.37094972067039106], "std": [0.7471627930500613, 0.6970365785849434], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_sim_pose_state": {"mean": [0.41947940921413945, 0.2514852473250079, 1.1894505776286501, -0.019470550709014687, -0.056363286000954055, 1.376902872511463, 0.45116801901043124, -0.19126614578919574, 1.140217216789923, -0.01961218350286578, -0.05659773368606931, -1.3088576625719979], "std": [0.06639840857941477, 0.03390984625747034, 0.04665925780136362, 0.008880082136878768, 0.12465028636279034, 0.1037967428653592, 0.05264349129473624, 0.020226318791073544, 0.007912251174045997, 0.034606145214655944, 0.009669503227236028, 0.02392143353493257], "min": [0.3303026829444104, 0.17891787881395063, 1.1562240412960705, -0.05252758416594949, -0.3041722857807303, 1.1153953552719793, 0.3963318157798175, -0.20535403990627116, 1.1188018704870002, -0.08817572706969756, -0.06947627485183583, -1.3707475238152425], "max": [0.5709036801972466, 0.3248039998221679, 1.2698561500065813, 0.00885433717492834, 0.05149067453456957, 1.446302027487543, 0.5843793150500063, -0.1435614085845085, 1.147570307110995, 0.048016961037791184, -0.02409469941728859, -1.225401111414207], "count": [895]}, "eef_sim_pose_action": {"mean": [0.41949931711126415, 0.251497009073032, 1.1894706296292554, -0.019461398091025164, -0.05656148446233054, 1.3768879970632004, 0.4512055153762519, -0.19128467605840246, 1.140216382075172, -0.01968745163098986, -0.05658963873626681, -1.3088544860915343], "std": [0.06639028906532414, 0.0339161939449943, 0.04664907464082967, 0.008886261772492306, 0.12465001217850491, 0.10378780195094633, 0.05261638515513213, 0.020231425116104068, 0.007911845377049948, 0.034533303382890054, 0.009663460232241556, 0.02392235346377287], "min": [0.3303026829444104, 0.17891787881395063, 1.1562240412960705, -0.05252758416594949, -0.3041722857807303, 1.1153953552719793, 0.3963318157798175, -0.20535403990627116, 1.1188018704870002, -0.08817572706969756, -0.06947627485183583, -1.3707475238152425], "max": [0.5709036801972466, 0.3248039998221679, 1.2698561500065813, 0.00885433717492834, 0.05149067453456957, 1.446302027487543, 0.5843793150500063, -0.1435614085845085, 1.147570307110995, 0.048016961037791184, -0.02409469941728859, -1.225401111414207], "count": [895]}, "gripper_mode_state": {"mean": [0.32849162011173183, 0.29832402234636873], "std": [0.4696646416626468, 0.4575224585060761], "min": [0, 0], "max": [1, 1], "count": [895]}, "gripper_activity_state": {"mean": [1.9899441340782122, 1.9083798882681564], "std": [0.12906841634139582, 0.37593407070563106], "min": [0, 0], "max": [2, 2], "count": [895]}, "gripper_mode_action": {"mean": [0.32849162011173183, 0.29832402234636873], "std": [0.4696646416626469, 0.4575224585060761], "min": [0, 0], "max": [1, 1], "count": [895]}, "gripper_activity_action": {"mean": [1.9899441340782122, 1.9083798882681564], "std": [0.1290684163413958, 0.37593407070563106], "min": [0, 0], "max": [2, 2], "count": [895]}}} +{"episode_index": 206, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755866507835018]], [[0.4658007398611619]], [[0.45702473181301506]]], "std": [[[0.14584991672998393]], [[0.14929018452092443]], [[0.15508917777542316]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46520741738724475]], [[0.4575844421101774]], [[0.4510922086225795]]], "std": [[[0.14685717517096847]], [[0.14884849107033266]], [[0.15430902336906885]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645938096252994]], [[0.4674985131733853]], [[0.45763693647748954]]], "std": [[[0.16252031657838903]], [[0.1620269287590977]], [[0.16852118859677606]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4958391182559981]], [[0.4866045421791905]], [[0.4734609428916494]]], "std": [[[0.14770059247680759]], [[0.14078551994139787]], [[0.15005072447199688]]], "count": [161]}, "observation.state": {"min": [-0.46270424127578735, 0.0803549587726593, -0.16036084294319153, -2.1523749828338623, -0.40599846839904785, -0.03269001841545105, -0.24806365370750427, -0.2832610011100769, 0.32587501406669617, 0.10112199932336807, -1.6431323289871216, -1.4271047115325928, -1.2286487817764282, -0.17331120371818542, -0.13522811233997345, -0.26256734132766724, -1.771422028541565, -0.04937536269426346, -0.0636521577835083, -0.026197392493486404, -0.33138999342918396, -0.5640940070152283, 0.06883399933576584, 1.1852349042892456, -1.4382518529891968, 0.9323410987854004, 0.0, 0.0, -0.018505524843931198, -0.17379476130008698, -0.8422077298164368, 1.9087918996810913, -1.0625566244125366, -0.003896652953699231], "max": [0.41285765171051025, 0.4535936117172241, 0.2652725875377655, -1.422600507736206, 0.06063273921608925, 0.2742086946964264, -0.019809486344456673, -0.1702830046415329, 0.5491939783096313, 0.23992100358009338, -1.2965112924575806, -1.1595996618270874, -0.9104679226875305, 0.4916243255138397, 0.18929840624332428, -0.10061822831630707, -0.8851786255836487, 0.08880235254764557, 0.12100367993116379, 0.17620843648910522, -0.2920739948749542, -0.3761650025844574, 0.14012299478054047, 1.4756050109863281, -1.328906536102295, 1.0889500379562378, 1001.0, 1002.0, -0.01849236525595188, -0.17317251861095428, -0.8416658043861389, 1.9091182947158813, -1.0599933862686157, 0.0029587983153760433], "mean": [0.11041180789470673, 0.2252483367919922, 0.06694699078798294, -1.7887333631515503, -0.19616977870464325, 0.05634094029664993, -0.07642784714698792, -0.25122058391571045, 0.40409040451049805, 0.18446876108646393, -1.3833030462265015, -1.3029673099517822, -1.1099132299423218, -0.015873759984970093, 0.087720587849617, -0.15367549657821655, -1.5829222202301025, 0.05788391828536987, -0.003942385781556368, 0.0760185495018959, -0.3011203408241272, -0.4290327727794647, 0.1216777116060257, 1.3888752460479736, -1.3750200271606445, 1.054714560508728, 641.0408935546875, 727.0681762695312, -0.018499720841646194, -0.17341656982898712, -0.8418639302253723, 1.9089906215667725, -1.0614581108093262, 0.0005515220109373331], "std": [0.26978713274002075, 0.07046204060316086, 0.09034264832735062, 0.15499478578567505, 0.11903554201126099, 0.11419951170682907, 0.07528625428676605, 0.046650249511003494, 0.06625308096408844, 0.040999334305524826, 0.12586048245429993, 0.052368540316820145, 0.1109209880232811, 0.17992427945137024, 0.08856682479381561, 0.051327887922525406, 0.23141507804393768, 0.0382397323846817, 0.03604897856712341, 0.06473270803689957, 0.009381101466715336, 0.05041651427745819, 0.024599919095635414, 0.0722607746720314, 0.02443051151931286, 0.024499591439962387, 467.3471984863281, 432.3842468261719, 1.0705075510486495e-06, 0.00010879106412176043, 7.883044600021094e-05, 7.247972098411992e-05, 0.0005563198938034475, 0.0006841914728283882], "count": [880]}, "action": {"min": [-0.46270424127578735, 0.0803549587726593, -0.16036084294319153, -2.1523749828338623, -0.40599846839904785, -0.03269001841545105, -0.24806365370750427, -0.2832610011100769, 0.32587501406669617, 0.10112199932336807, -1.6431323289871216, -1.4271047115325928, -1.2286487817764282, -0.17331120371818542, -0.13522811233997345, -0.26256734132766724, -1.771422028541565, -0.04937536269426346, -0.0636521577835083, -0.026197392493486404, -0.33138999342918396, -0.5640940070152283, 0.06883399933576584, 1.1852349042892456, -1.4382518529891968, 0.9323410987854004, 0.0, 0.0, -0.018505524843931198, -0.17379476130008698, -0.8422077298164368, 1.9087918996810913, -1.0625566244125366, -0.003896652953699231], "max": [0.41285765171051025, 0.4535936117172241, 0.2652725875377655, -1.422600507736206, 0.06063273921608925, 0.2742086946964264, -0.019809486344456673, -0.1702830046415329, 0.5491939783096313, 0.23992100358009338, -1.2965112924575806, -1.1595996618270874, -0.9104679226875305, 0.4916243255138397, 0.18929840624332428, -0.10061822831630707, -0.8851786255836487, 0.08880235254764557, 0.12100367993116379, 0.17620843648910522, -0.2920739948749542, -0.3761650025844574, 0.14012299478054047, 1.4756050109863281, -1.328906536102295, 1.0889500379562378, 1001.0, 1002.0, -0.01849236525595188, -0.17317251861095428, -0.8416658043861389, 1.9091182947158813, -1.0599933862686157, 0.0029587983153760433], "mean": [0.11026160418987274, 0.22520840167999268, 0.06681253761053085, -1.788641095161438, -0.19599656760692596, 0.05638933554291725, -0.07656381279230118, -0.25119897723197937, 0.4041334092617035, 0.1845114827156067, -1.3833836317062378, -1.3028022050857544, -1.109821081161499, -0.015768546611070633, 0.0876343846321106, -0.15351901948451996, -1.5828015804290771, 0.05789962410926819, -0.0038724928162992, 0.07618542015552521, -0.3011273741722107, -0.42907533049583435, 0.1217116191983223, 1.388798475265503, -1.3750731945037842, 1.0547101497650146, 641.0408935546875, 727.0681762695312, -0.018499720841646194, -0.17341680824756622, -0.8418638110160828, 1.908990502357483, -1.0614581108093262, 0.0005514108925126493], "std": [0.26973748207092285, 0.07046318054199219, 0.0904674157500267, 0.15498290956020355, 0.1190623939037323, 0.11417588591575623, 0.07529210299253464, 0.04663977771997452, 0.06624104827642441, 0.04103696346282959, 0.12582796812057495, 0.05254674702882767, 0.11089260131120682, 0.17985989153385162, 0.0885043665766716, 0.051205676048994064, 0.23134495317935944, 0.03824600577354431, 0.03599286079406738, 0.06465786695480347, 0.009376643225550652, 0.05038776248693466, 0.02460392937064171, 0.07220392674207687, 0.024382414296269417, 0.02449793368577957, 467.34716796875, 432.3842468261719, 1.0705075510486495e-06, 0.00010868845856748521, 7.905821985332295e-05, 7.240534614538774e-05, 0.0005563225131481886, 0.0006842035800218582], "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": [206], "max": [206], "mean": [206.0], "std": [0.0], "count": [880]}, "index": {"min": [177929], "max": [178808], "mean": [178368.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.678409090909091, 0.725706818183376], "std": [0.467086925829649, 0.4315205651083372], "count": [880]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.678409090909091, 0.725706818183376], "std": [0.467086925829649, 0.4315205651083372], "count": [880]}, "eef_direction_state": {"mean": [5.172727272727273, 5.129545454545455], "std": [1.9014783287512829, 2.006022698305215], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_state": {"mean": [0.2681818181818182, 0.20795454545454545], "std": [0.6036904411702502, 0.5033346959188345], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_state": {"mean": [0.38636363636363635, 0.32727272727272727], "std": [0.717188611267796, 0.6672070812395607], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_direction_action": {"mean": [5.172727272727273, 5.129545454545455], "std": [1.901478328751283, 2.006022698305215], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_action": {"mean": [0.2681818181818182, 0.20795454545454545], "std": [0.6036904411702503, 0.5033346959188345], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_action": {"mean": [0.38636363636363635, 0.32727272727272727], "std": [0.717188611267796, 0.6672070812395607], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_sim_pose_state": {"mean": [0.4226282621256523, 0.2542507750390143, 1.1881565718264233, -0.023381511129645684, -0.036659550636393506, 1.3840902640841928, 0.44866884282399344, -0.19802738817130716, 1.1428081566490047, -0.016312152353702685, -0.022437950773522817, -1.3256040310055601], "std": [0.06825030308511629, 0.03309624068031264, 0.0460373859744538, 0.009359666722544508, 0.10325828855451642, 0.10012952634730495, 0.04999516695094158, 0.02734799850210124, 0.00415785348183132, 0.05241649146970688, 0.026388618852521917, 0.0357100127181354], "min": [0.34563638082047565, 0.1857338015700803, 1.1562362545649154, -0.05415523812032208, -0.24086552577973075, 1.1342146954458872, 0.3963735708619276, -0.2174016610529629, 1.126705063353266, -0.14103206277134517, -0.06765615306509054, -1.4371055214295132], "max": [0.5709402499877305, 0.3155215221439661, 1.2684086985388774, -0.010451592754521677, 0.08192784852957846, 1.474553653866828, 0.5822600376288163, -0.13396825472346416, 1.1523634128488942, 0.04795109249560303, 0.04605855211312049, -1.2414118604385336], "count": [880]}, "eef_sim_pose_action": {"mean": [0.4226710046464865, 0.25429075163191917, 1.1881755659303241, -0.023404314262551212, -0.036831899068037965, 1.3841200522646158, 0.44871075751389267, -0.1980594312152891, 1.1428074545960756, -0.016367595907586237, -0.02238666304176328, -1.3256170733031027], "std": [0.06823756739414297, 0.03312987289353884, 0.04602789951948597, 0.009369943182891203, 0.1032689710526909, 0.10015181226811347, 0.04996677142700682, 0.027353594817594758, 0.004157620916249672, 0.05237444086417083, 0.026344682023054563, 0.03570435533280654], "min": [0.34563638082047565, 0.1857338015700803, 1.1562362545649154, -0.05415523812032208, -0.24086552577973075, 1.1342146954458872, 0.3963735708619276, -0.2174016610529629, 1.126705063353266, -0.14103206277134517, -0.06765615306509054, -1.4371055214295132], "max": [0.5709402499877305, 0.3155215221439661, 1.2684086985388774, -0.010451592754521677, 0.08192784852957846, 1.474553653866828, 0.5822600376288163, -0.13396825472346416, 1.1523634128488942, 0.04795109249560303, 0.04605855211312049, -1.2414118604385336], "count": [880]}, "gripper_mode_state": {"mean": [0.3215909090909091, 0.2784090909090909], "std": [0.467086925829649, 0.44821587322212475], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_state": {"mean": [1.9897727272727272, 1.9113636363636364], "std": [0.1301570491291828, 0.3709422333677643], "min": [0, 0], "max": [2, 2], "count": [880]}, "gripper_mode_action": {"mean": [0.3215909090909091, 0.2784090909090909], "std": [0.467086925829649, 0.44821587322212475], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_action": {"mean": [1.9897727272727272, 1.9113636363636364], "std": [0.1301570491291828, 0.3709422333677643], "min": [0, 0], "max": [2, 2], "count": [880]}}} +{"episode_index": 207, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47243384345608164]], [[0.46214206968356447]], [[0.451316670901084]]], "std": [[[0.1520388027474648]], [[0.15566140847888962]], [[0.15985704828921818]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642573529411765]], [[0.456448637763032]], [[0.44989181188227323]]], "std": [[[0.14648845760236484]], [[0.1482420220552368]], [[0.1537404092160841]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4671478509086562]], [[0.47008284263908817]], [[0.46166337378447314]]], "std": [[[0.16387124657396296]], [[0.16372013947287217]], [[0.17050637323419982]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5032674159094532]], [[0.4907112588175514]], [[0.4755745805435995]]], "std": [[[0.15494055743406715]], [[0.14573120755046348]], [[0.15449272774412431]]], "count": [164]}, "observation.state": {"min": [-0.4421442747116089, 0.009162978269159794, -0.12606513500213623, -2.18054461479187, -0.3753679692745209, -0.02076941914856434, -0.22795745730400085, -0.2834070026874542, 0.3196980059146881, 0.07492200285196304, -1.6387672424316406, -1.4208697080612183, -1.1854034662246704, -0.17467255890369415, -0.09958848357200623, -0.2626371383666992, -1.7714568376541138, -0.08861036598682404, -0.07059857249259949, -0.0262148454785347, -0.3305560052394867, -0.5656740069389343, 0.07290700078010559, 1.2808266878128052, -1.4022281169891357, 0.9461884498596191, 0.0, 0.0, -0.018505524843931198, -0.1737891137599945, -0.8417474031448364, 1.9089622497558594, -1.0623252391815186, -0.002149091800674796], "max": [0.4309043288230896, 0.3988775610923767, 0.24752259254455566, -1.4002777338027954, 0.11946777999401093, 0.21738076210021973, -0.01984439231455326, -0.1788100004196167, 0.5458940267562866, 0.2158219963312149, -1.2971378564834595, -1.1312052011489868, -0.9396526217460632, 0.49691271781921387, 0.18929840624332428, -0.13196434080600739, -0.8816704750061035, 0.09594075381755829, 0.10391690582036972, 0.13955652713775635, -0.28832700848579407, -0.3761639893054962, 0.11651600152254105, 1.4755313396453857, -1.3291609287261963, 1.113023042678833, 1001.0, 1002.0, -0.018494242802262306, -0.17325147986412048, -0.8415200114250183, 1.9093307256698608, -1.0599807500839233, 0.0017731906846165657], "mean": [0.13617029786109924, 0.20346516370773315, 0.07144051790237427, -1.8012217283248901, -0.1739092767238617, 0.03488077595829964, -0.05751075595617294, -0.25473830103874207, 0.39764201641082764, 0.1778733879327774, -1.3828480243682861, -1.2912237644195557, -1.1272014379501343, -0.0011645412305369973, 0.06504397094249725, -0.1757897287607193, -1.566541314125061, 0.02509305253624916, -0.03206760436296463, 0.07094359397888184, -0.29851338267326355, -0.4321447014808655, 0.1085456982254982, 1.425545334815979, -1.3605457544326782, 1.0622512102127075, 657.8152465820312, 726.8672485351562, -0.01849948987364769, -0.17352819442749023, -0.8416712880134583, 1.9091683626174927, -1.0615018606185913, 0.0006335153593681753], "std": [0.25166791677474976, 0.08386455476284027, 0.0860406681895256, 0.15927013754844666, 0.14173737168312073, 0.08674214035272598, 0.05484255775809288, 0.04288109764456749, 0.06217373162508011, 0.046043187379837036, 0.12797510623931885, 0.06588216871023178, 0.08698391169309616, 0.17612309753894806, 0.07222867012023926, 0.038203079253435135, 0.22814369201660156, 0.04342342168092728, 0.029888156801462173, 0.05151185393333435, 0.010934222489595413, 0.04957185685634613, 0.013496111147105694, 0.04998447373509407, 0.017498914152383804, 0.043506041169166565, 462.5203857421875, 433.36651611328125, 1.080299057321099e-06, 5.5028824135661125e-05, 5.055841393186711e-05, 0.00013947537809144706, 0.0005944170407019556, 0.0005042424309067428], "count": [904]}, "action": {"min": [-0.4421442747116089, 0.009162978269159794, -0.12606513500213623, -2.18054461479187, -0.3753679692745209, -0.02076941914856434, -0.22795745730400085, -0.2834070026874542, 0.3196980059146881, 0.07492200285196304, -1.6387672424316406, -1.4208697080612183, -1.1854034662246704, -0.17467255890369415, -0.09958848357200623, -0.2626371383666992, -1.7714568376541138, -0.08861036598682404, -0.07059857249259949, -0.0262148454785347, -0.3305560052394867, -0.5656740069389343, 0.07290700078010559, 1.2808266878128052, -1.4022281169891357, 0.9461884498596191, 0.0, 0.0, -0.018505524843931198, -0.1737891137599945, -0.8417474031448364, 1.9089622497558594, -1.0623252391815186, -0.002149091800674796], "max": [0.4309043288230896, 0.3988775610923767, 0.24752259254455566, -1.4002777338027954, 0.11946777999401093, 0.21738076210021973, -0.01984439231455326, -0.1788100004196167, 0.5458940267562866, 0.2158219963312149, -1.2971378564834595, -1.1312052011489868, -0.9396526217460632, 0.49691271781921387, 0.18929840624332428, -0.13196434080600739, -0.8816704750061035, 0.09594075381755829, 0.10391690582036972, 0.13955652713775635, -0.28832700848579407, -0.3761639893054962, 0.11651600152254105, 1.4755313396453857, -1.3291609287261963, 1.113023042678833, 1001.0, 1002.0, -0.018494242802262306, -0.17325147986412048, -0.8415200114250183, 1.9093307256698608, -1.0599807500839233, 0.0017731906846165657], "mean": [0.1361616849899292, 0.2033434808254242, 0.07133973389863968, -1.8012566566467285, -0.17362858355045319, 0.03490940481424332, -0.05758780613541603, -0.2547217309474945, 0.3976450562477112, 0.17788347601890564, -1.3829212188720703, -1.2910245656967163, -1.1271038055419922, -0.0010356686543673277, 0.06490973383188248, -0.1756725311279297, -1.5663959980010986, 0.025061506778001785, -0.032037198543548584, 0.07108955830335617, -0.2985156774520874, -0.4321916997432709, 0.10855259746313095, 1.425508975982666, -1.3605899810791016, 1.0622713565826416, 657.8152465820312, 726.8672485351562, -0.01849948987364769, -0.17352832853794098, -0.8416712880134583, 1.9091686010360718, -1.0615017414093018, 0.000633280084002763], "std": [0.25166386365890503, 0.08388984203338623, 0.08612814545631409, 0.15928417444229126, 0.1418299525976181, 0.08672810345888138, 0.05483853071928024, 0.04287295043468475, 0.06217222288250923, 0.04604940861463547, 0.12794512510299683, 0.06607040762901306, 0.08696892857551575, 0.1760411411523819, 0.07211043685674667, 0.03809906169772148, 0.22805476188659668, 0.04340418428182602, 0.029870061203837395, 0.051423657685518265, 0.010933080688118935, 0.049538929015398026, 0.013498296029865742, 0.04995940998196602, 0.017470214515924454, 0.043512165546417236, 462.5203857421875, 433.36651611328125, 1.080299057321099e-06, 5.506021625478752e-05, 5.0605900469236076e-05, 0.00013932911679148674, 0.0005943708238191903, 0.0005042396951466799], "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": [207], "max": [207], "mean": [207.0], "std": [0.0], "count": [904]}, "index": {"min": [178809], "max": [179712], "mean": [179260.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6935840707964602, 0.7255099559268725], "std": [0.46100456346317237, 0.4325062432282134], "count": [904]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6935840707964602, 0.7255099559268725], "std": [0.4610045634631724, 0.4325062432282134], "count": [904]}, "eef_direction_state": {"mean": [5.084070796460177, 5.091814159292035], "std": [1.9926886880236043, 2.080083448158753], "min": [0, 0], "max": [6, 6], "count": [904]}, "eef_velocity_state": {"mean": [0.2831858407079646, 0.206858407079646], "std": [0.6182193463112386, 0.5025570432511631], "min": [0, 0], "max": [2, 2], "count": [904]}, "eef_acc_mag_state": {"mean": [0.37831858407079644, 0.32632743362831856], "std": [0.6981447001861376, 0.6657996448808664], "min": [0, 0], "max": [2, 2], "count": [904]}, "eef_direction_action": {"mean": [5.084070796460177, 5.091814159292035], "std": [1.9926886880236043, 2.080083448158753], "min": [0, 0], "max": [6, 6], "count": [904]}, "eef_velocity_action": {"mean": [0.2831858407079646, 0.206858407079646], "std": [0.6182193463112386, 0.5025570432511631], "min": [0, 0], "max": [2, 2], "count": [904]}, "eef_acc_mag_action": {"mean": [0.37831858407079644, 0.32632743362831856], "std": [0.6981447001861376, 0.6657996448808663], "min": [0, 0], "max": [2, 2], "count": [904]}, "eef_sim_pose_state": {"mean": [0.41596108606343823, 0.24649688145806536, 1.1832103900376756, -0.036729072652577896, -0.035535800804373345, 1.3970473463598516, 0.4521168009091159, -0.18613252305252734, 1.1421774651947323, 0.01185285140999315, -0.03735994332668671, -1.3134040703787533], "std": [0.0641115971144861, 0.03807395627917645, 0.04007443074567707, 0.03135776403380266, 0.10092069837895522, 0.08915472724531773, 0.049214795258762475, 0.015915140960018052, 0.0053472088797058845, 0.05458543828521691, 0.021747910263326155, 0.021737679387391455], "min": [0.3399137925781332, 0.15833092009407515, 1.1567318949276657, -0.16113040018032265, -0.2436626666736168, 1.1525376858874266, 0.39637045446409014, -0.19665360016973682, 1.1251819635092055, -0.12056941843930913, -0.09143715560206145, -1.3854416650660992], "max": [0.5669703202710126, 0.299289044485503, 1.2565323494226732, -0.011550843374577902, 0.03273912315272787, 1.4970619577313555, 0.584366695082823, -0.14315815550841238, 1.1556174845045404, 0.04948317210211206, 0.008222404003697559, -1.2765836187469355], "count": [904]}, "eef_sim_pose_action": {"mean": [0.41596361962450307, 0.24650158739561673, 1.1832243546608183, -0.03675238996020948, -0.035730131014291074, 1.3971012823139743, 0.45216371409909284, -0.18613913244419725, 1.142176600540647, 0.01184005123964903, -0.03731258935511543, -1.3134042024488408], "std": [0.06411035950324022, 0.038076443990596016, 0.040067427786879516, 0.03135134580405973, 0.10095820263430302, 0.08919896405786151, 0.04918184723304506, 0.01591744536646072, 0.005346893989066536, 0.05457833320395834, 0.021728866049749444, 0.021737624627283788], "min": [0.3399137925781332, 0.15833092009407515, 1.1567318949276657, -0.16113040018032265, -0.2436626666736168, 1.1525376858874266, 0.39637045446409014, -0.19665360016973682, 1.1251819635092055, -0.12056941843930913, -0.09143715560206145, -1.3854416650660992], "max": [0.5669703202710126, 0.299289044485503, 1.2565323494226732, -0.011550843374577902, 0.03273912315272787, 1.4970619577313555, 0.584366695082823, -0.14315815550841238, 1.1556174845045404, 0.04948317210211206, 0.008222404003697559, -1.2765836187469355], "count": [904]}, "gripper_mode_state": {"mean": [0.3064159292035398, 0.27101769911504425], "std": [0.46100456346317237, 0.4444852144688651], "min": [0, 0], "max": [1, 1], "count": [904]}, "gripper_activity_state": {"mean": [1.9900442477876106, 1.9126106194690264], "std": [0.128428203101452, 0.36750811040664627], "min": [0, 0], "max": [2, 2], "count": [904]}, "gripper_mode_action": {"mean": [0.3064159292035398, 0.27101769911504425], "std": [0.4610045634631724, 0.4444852144688651], "min": [0, 0], "max": [1, 1], "count": [904]}, "gripper_activity_action": {"mean": [1.9900442477876106, 1.9126106194690264], "std": [0.12842820310145203, 0.36750811040664627], "min": [0, 0], "max": [2, 2], "count": [904]}}} +{"episode_index": 208, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47752919971066987]], [[0.46743366091128596]], [[0.4569005687731568]]], "std": [[[0.15124450904807624]], [[0.1533444334761203]], [[0.15724425515924045]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654111727759044]], [[0.4578918875671288]], [[0.45147862287165397]]], "std": [[[0.14631496278323836]], [[0.1476294088628748]], [[0.15284426848617622]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4629943161712668]], [[0.4665571960472087]], [[0.45725071031597353]]], "std": [[[0.1645344816455283]], [[0.16367264326435885]], [[0.17047598149023407]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49811151960784317]], [[0.48932485897756134]], [[0.47477413383081474]]], "std": [[[0.15232412640880102]], [[0.14460248202966908]], [[0.15323910740598412]]], "count": [157]}, "observation.state": {"min": [-0.4691794216632843, 0.07869689166545868, -0.18816395103931427, -2.1432292461395264, -0.3164631128311157, -0.02082177810370922, -0.20729275047779083, -0.283253014087677, 0.31572800874710083, 0.08545500040054321, -1.7112338542938232, -1.3490068912506104, -1.2031413316726685, -0.17331120371818542, -0.10536552965641022, -0.26258477568626404, -1.7714568376541138, -0.08887216448783875, -0.0636696144938469, -0.0262148454785347, -0.3294509947299957, -0.5656920075416565, 0.07074200361967087, 1.2710076570510864, -1.4341484308242798, 0.8701558709144592, 0.0, 0.0, -0.018513042479753494, -0.1739301234483719, -0.8421316742897034, 1.9087903499603271, -1.062406063079834, -0.0004205157747492194], "max": [0.46303585171699524, 0.3413689434528351, 0.28363344073295593, -1.4021974802017212, 0.15039502084255219, 0.23797564208507538, -0.01984439231455326, -0.17389200627803802, 0.5487239956855774, 0.24653500318527222, -1.2398401498794556, -1.139135479927063, -0.8150999546051025, 0.49930378794670105, 0.18929840624332428, -0.13840460777282715, -0.8854579329490662, 0.0711570754647255, 0.1868898570537567, 0.14442598819732666, -0.29205000400543213, -0.3761709928512573, 0.12169799953699112, 1.4755313396453857, -1.3291609287261963, 1.0883922576904297, 1001.0, 1002.0, -0.018490483984351158, -0.173307865858078, -0.8415390253067017, 1.9093029499053955, -1.0595861673355103, 0.002217437606304884], "mean": [0.1622314304113388, 0.2231183499097824, 0.05485445261001587, -1.8191574811935425, -0.18607325851917267, 0.03470178693532944, -0.06751581281423569, -0.25877758860588074, 0.3906475007534027, 0.18918201327323914, -1.3726073503494263, -1.2845314741134644, -1.1182279586791992, 0.040009431540966034, 0.05300644412636757, -0.17055509984493256, -1.5155224800109863, 0.0049361479468643665, -0.028601979836821556, 0.055698461830616, -0.30168139934539795, -0.44447624683380127, 0.10875175893306732, 1.4094706773757935, -1.3399064540863037, 1.053214430809021, 677.7537841796875, 700.2156982421875, -0.018499890342354774, -0.17364227771759033, -0.8417909145355225, 1.9090945720672607, -1.061498761177063, 0.0005411482416093349], "std": [0.23201054334640503, 0.049163371324539185, 0.09805148094892502, 0.13640663027763367, 0.12486384809017181, 0.09218908101320267, 0.06970976293087006, 0.04150954261422157, 0.05535784736275673, 0.04083280637860298, 0.1387743204832077, 0.06091107055544853, 0.11953099071979523, 0.18149523437023163, 0.08408711105585098, 0.044972214847803116, 0.23430997133255005, 0.0451032891869545, 0.045710112899541855, 0.05289490520954132, 0.01037795189768076, 0.0513889379799366, 0.018185796216130257, 0.06297443062067032, 0.018183965235948563, 0.046200256794691086, 454.24481201171875, 445.5960998535156, 1.2138464171584928e-06, 8.373224409297109e-05, 7.206912414403632e-05, 0.00011282068589935079, 0.0005911730695515871, 0.0003473304968792945], "count": [853]}, "action": {"min": [-0.4691794216632843, 0.07869689166545868, -0.18816395103931427, -2.1432292461395264, -0.3164631128311157, -0.02082177810370922, -0.20729275047779083, -0.283253014087677, 0.31572800874710083, 0.08545500040054321, -1.7112338542938232, -1.3490068912506104, -1.2031413316726685, -0.17331120371818542, -0.10536552965641022, -0.26258477568626404, -1.7714568376541138, -0.08887216448783875, -0.0636696144938469, -0.0262148454785347, -0.3294509947299957, -0.5656920075416565, 0.07074200361967087, 1.2710076570510864, -1.4341484308242798, 0.8701558709144592, 0.0, 0.0, -0.018513042479753494, -0.1739301234483719, -0.8421316742897034, 1.9087903499603271, -1.062406063079834, -0.0004205157747492194], "max": [0.46303585171699524, 0.3413689434528351, 0.28363344073295593, -1.4021974802017212, 0.15039502084255219, 0.23797564208507538, -0.01984439231455326, -0.17389200627803802, 0.5487239956855774, 0.24653500318527222, -1.2398401498794556, -1.139135479927063, -0.8150999546051025, 0.49930378794670105, 0.18929840624332428, -0.13840460777282715, -0.8854579329490662, 0.0711570754647255, 0.1868898570537567, 0.14442598819732666, -0.29205000400543213, -0.3761709928512573, 0.12169799953699112, 1.4755313396453857, -1.3291609287261963, 1.0883922576904297, 1001.0, 1002.0, -0.018490483984351158, -0.173307865858078, -0.8415390253067017, 1.9093029499053955, -1.0595861673355103, 0.002217437606304884], "mean": [0.16217058897018433, 0.22302879393100739, 0.05468585342168808, -1.8191031217575073, -0.1858801394701004, 0.03472304716706276, -0.06763189285993576, -0.2587718069553375, 0.390665203332901, 0.1892281323671341, -1.3726277351379395, -1.2843536138534546, -1.118162989616394, 0.040207698941230774, 0.052851513028144836, -0.17041587829589844, -1.5152922868728638, 0.004873535595834255, -0.02857908420264721, 0.055840808898210526, -0.3016885221004486, -0.4445456564426422, 0.10876516997814178, 1.409420371055603, -1.339911699295044, 1.0532310009002686, 677.7537841796875, 700.2156982421875, -0.018499890342354774, -0.1736425906419754, -0.841791033744812, 1.9090948104858398, -1.0614986419677734, 0.0005413006874732673], "std": [0.23199009895324707, 0.04920019581913948, 0.09819687902927399, 0.13640396296977997, 0.12488631159067154, 0.09217836707830429, 0.06971289962530136, 0.041506487876176834, 0.0553525947034359, 0.040869273245334625, 0.13876447081565857, 0.06103167310357094, 0.11951006203889847, 0.18135496973991394, 0.08395765721797943, 0.04487091675400734, 0.23415476083755493, 0.04505574330687523, 0.04569745063781738, 0.05283774435520172, 0.010373433120548725, 0.051336620002985, 0.01819070614874363, 0.06293808668851852, 0.018181445077061653, 0.046207357197999954, 454.24481201171875, 445.5960998535156, 1.2138464171584928e-06, 8.398352656513453e-05, 7.212488708319142e-05, 0.00011298793106107041, 0.0005911753978580236, 0.00034735529334284365], "count": [853]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.200000000000003], "std": [8.207990686587742], "count": [853]}, "frame_index": {"min": [0], "max": [852], "mean": [426.0], "std": [246.23972059763227], "count": [853]}, "episode_index": {"min": [208], "max": [208], "mean": [208.0], "std": [0.0], "count": [853]}, "index": {"min": [179713], "max": [180565], "mean": [180139.0], "std": [246.23972059763227], "count": [853]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [853]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7186400937866354, 0.6989202814336084], "std": [0.449662661768766, 0.4447195786972285], "count": [853]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7186400937866354, 0.6989202814336084], "std": [0.449662661768766, 0.4447195786972285], "count": [853]}, "eef_direction_state": {"mean": [5.05978898007034, 5.186400937866354], "std": [2.0290824455761696, 1.9750383233045992], "min": [0, 0], "max": [6, 6], "count": [853]}, "eef_velocity_state": {"mean": [0.2989449003516999, 0.1910902696365768], "std": [0.6357547603987359, 0.47917020651367326], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_acc_mag_state": {"mean": [0.4056271981242673, 0.32708089097303633], "std": [0.716292549827962, 0.6707281405116682], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_direction_action": {"mean": [5.05978898007034, 5.186400937866354], "std": [2.0290824455761696, 1.9750383233045992], "min": [0, 0], "max": [6, 6], "count": [853]}, "eef_velocity_action": {"mean": [0.2989449003516999, 0.1910902696365768], "std": [0.6357547603987359, 0.47917020651367326], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_acc_mag_action": {"mean": [0.4056271981242673, 0.32708089097303633], "std": [0.716292549827962, 0.6707281405116682], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_sim_pose_state": {"mean": [0.40889336205978416, 0.2568656049774356, 1.1805074914313576, -0.02475615240683723, -0.04127547429356282, 1.403120953338536, 0.46389728527128815, -0.18415069975327816, 1.1404442380315833, -0.0007878603107623408, -0.05089627025456574, -1.3331853513756096], "std": [0.05780749669540921, 0.031248317441590182, 0.04026305531505202, 0.018830565144780594, 0.1233771938390191, 0.0969001550375692, 0.05099223911052203, 0.02043532309304932, 0.004722439975269101, 0.06548497935248174, 0.00924634093157831, 0.026990809289288074], "min": [0.3331164289953799, 0.17284577882711938, 1.1567958264424087, -0.10827967390905402, -0.34935217631461746, 1.1448905695200955, 0.39637685396593897, -0.19817114191529, 1.1280175855208352, -0.19397936038484032, -0.06787784482261738, -1.3955701263020983], "max": [0.5712516594488091, 0.31645077729882487, 1.2639139704351632, 0.010308466671405059, 0.06851390919365419, 1.5163653332489464, 0.5844032249076095, -0.1386705693079558, 1.1559266656634652, 0.04801209399431983, -0.029368994780334168, -1.2530594167290068], "count": [853]}, "eef_sim_pose_action": {"mean": [0.40891027844874667, 0.2569029532030828, 1.180512409124278, -0.024763371696058814, -0.04142659135203007, 1.403201085900862, 0.4639656918212749, -0.18416038575043467, 1.140439317983977, -0.000806746687920861, -0.05087183502898535, -1.3332169855899354], "std": [0.05780217591310341, 0.031276524765384145, 0.04026041772275309, 0.01882896953535381, 0.12336555507924762, 0.09696374686997548, 0.05094074372698876, 0.02043943693354028, 0.004720387557295608, 0.06547324768937136, 0.009229979158540659, 0.02697280398363666], "min": [0.3331164289953799, 0.17284577882711938, 1.1567958264424087, -0.10827967390905402, -0.34935217631461746, 1.1448905695200955, 0.39637685396593897, -0.19817114191529, 1.1280175855208352, -0.19397936038484032, -0.06787784482261738, -1.3955701263020983], "max": [0.5712516594488091, 0.31645077729882487, 1.2639139704351632, 0.010308466671405059, 0.06851390919365419, 1.5163653332489464, 0.5844032249076095, -0.1386705693079558, 1.1559266656634652, 0.04801209399431983, -0.029368994780334168, -1.2530594167290068], "count": [853]}, "gripper_mode_state": {"mean": [0.2813599062133646, 0.30246189917936694], "std": [0.449662661768766, 0.4593241760719594], "min": [0, 0], "max": [1, 1], "count": [853]}, "gripper_activity_state": {"mean": [1.989449003516999, 1.9026963657678782], "std": [0.13218801235948377, 0.3917732530181929], "min": [0, 0], "max": [2, 2], "count": [853]}, "gripper_mode_action": {"mean": [0.2813599062133646, 0.30246189917936694], "std": [0.449662661768766, 0.4593241760719594], "min": [0, 0], "max": [1, 1], "count": [853]}, "gripper_activity_action": {"mean": [1.989449003516999, 1.9026963657678782], "std": [0.13218801235948377, 0.3917732530181929], "min": [0, 0], "max": [2, 2], "count": [853]}}} +{"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.47364783130132393]], [[0.46554780328263784]], [[0.4552347978988604]]], "std": [[[0.14863845674580284]], [[0.15108678102977216]], [[0.15555981056815366]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4643882303188369]], [[0.4573854258316575]], [[0.45081242144293615]]], "std": [[[0.14793004822578032]], [[0.14921611817817734]], [[0.15433759249678758]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46406346232403217]], [[0.4664356958061002]], [[0.4559992196664991]]], "std": [[[0.16197797888095664]], [[0.1607995966572085]], [[0.1676825786256303]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4902471680178482]], [[0.47909364656653264]], [[0.46417570465686275]]], "std": [[[0.15777458714809842]], [[0.14681707310490397]], [[0.15364420934806755]]], "count": [156]}, "observation.state": {"min": [-0.4760211110115051, 0.12208577990531921, -0.1765924096107483, -2.125793695449829, -0.37058576941490173, -0.020804325118660927, -0.2836509346961975, -0.2834149897098541, 0.3226020038127899, 0.10808499902486801, -1.7172781229019165, -1.3986632823944092, -1.1889314651489258, -0.1733984649181366, -0.09512043744325638, -0.26258477568626404, -1.771404504776001, -0.04347614943981171, -0.10135127604007721, -0.0262148454785347, -0.33217599987983704, -0.5659019947052002, 0.07211100310087204, 1.268049955368042, -1.4472471475601196, 0.9312660098075867, 0.0, 0.0, -0.018509283661842346, -0.17400529980659485, -0.8420801758766174, 1.9091436862945557, -1.0624314546585083, -0.0009986063232645392], "max": [0.43273693323135376, 0.48633599281311035, 0.24556781351566315, -1.431588888168335, 0.0492531917989254, 0.2999173700809479, -0.019809486344456673, -0.1691969931125641, 0.5498579740524292, 0.2431900054216385, -1.2938531637191772, -1.119025707244873, -0.8208956718444824, 0.5011189579963684, 0.18929840624332428, -0.12707743048667908, -0.8635016083717346, 0.06590363383293152, 0.08489280939102173, 0.16112880408763885, -0.2904050052165985, -0.37616899609565735, 0.11783699691295624, 1.481621503829956, -1.3291609287261963, 1.0664958953857422, 1001.0, 1002.0, -0.01848672330379486, -0.17354848980903625, -0.8417053818702698, 1.909285545349121, -1.0595885515213013, 0.0013688120525330305], "mean": [0.13908277451992035, 0.24149441719055176, 0.06314398348331451, -1.8194385766983032, -0.1887407898902893, 0.05955110117793083, -0.0825982466340065, -0.25273674726486206, 0.3958040773868561, 0.18833792209625244, -1.3900264501571655, -1.2919697761535645, -1.088217854499817, -0.005021636839956045, 0.10102702677249908, -0.19206178188323975, -1.579372763633728, 0.026409277692437172, 0.019324658438563347, 0.09517037868499756, -0.30090928077697754, -0.42723628878593445, 0.1052279844880104, 1.4352158308029175, -1.3925840854644775, 0.9719071984291077, 661.7130737304688, 642.2583618164062, -0.01849992573261261, -0.17381253838539124, -0.8418546319007874, 1.909262776374817, -1.0614920854568481, 0.0005663390038534999], "std": [0.2461419403553009, 0.06347784399986267, 0.08708428591489792, 0.13262812793254852, 0.113271564245224, 0.11471250653266907, 0.08814994990825653, 0.04451771453022957, 0.05856122076511383, 0.03304897993803024, 0.1405409574508667, 0.0570819228887558, 0.13655932247638702, 0.22689446806907654, 0.09686152637004852, 0.0351627953350544, 0.30610358715057373, 0.033411040902137756, 0.05347450077533722, 0.06764531880617142, 0.014149418100714684, 0.06416118144989014, 0.01647288165986538, 0.07527666538953781, 0.028926022350788116, 0.04992571473121643, 460.08935546875, 466.61474609375, 1.0038053233074606e-06, 5.712688289349899e-05, 6.74591792630963e-05, 3.7963509385008365e-05, 0.0005729544209316373, 0.0003156524326186627], "count": [840]}, "action": {"min": [-0.4760211110115051, 0.12208577990531921, -0.1765924096107483, -2.125793695449829, -0.37058576941490173, -0.020804325118660927, -0.2836509346961975, -0.2834149897098541, 0.3226020038127899, 0.10808499902486801, -1.7172781229019165, -1.3986632823944092, -1.1889314651489258, -0.1733984649181366, -0.09512043744325638, -0.26258477568626404, -1.771404504776001, -0.04347614943981171, -0.10135127604007721, -0.0262148454785347, -0.33217599987983704, -0.5659019947052002, 0.07211100310087204, 1.268049955368042, -1.4472471475601196, 0.9312660098075867, 0.0, 0.0, -0.018509283661842346, -0.17400529980659485, -0.8420801758766174, 1.9091436862945557, -1.0624314546585083, -0.0009986063232645392], "max": [0.43273693323135376, 0.48633599281311035, 0.24556781351566315, -1.431588888168335, 0.0492531917989254, 0.2999173700809479, -0.019809486344456673, -0.1691969931125641, 0.5498579740524292, 0.2431900054216385, -1.2938531637191772, -1.119025707244873, -0.8208956718444824, 0.5011189579963684, 0.18929840624332428, -0.12707743048667908, -0.8635016083717346, 0.06590363383293152, 0.08489280939102173, 0.16112880408763885, -0.2904050052165985, -0.37616899609565735, 0.11783699691295624, 1.481621503829956, -1.3291609287261963, 1.0664958953857422, 1001.0, 1002.0, -0.01848672330379486, -0.17354848980903625, -0.8417053818702698, 1.909285545349121, -1.0595885515213013, 0.0013688120525330305], "mean": [0.13902343809604645, 0.24142710864543915, 0.06304088979959488, -1.819491982460022, -0.18843460083007812, 0.059674061834812164, -0.08272358775138855, -0.25270363688468933, 0.39582061767578125, 0.18835318088531494, -1.3901454210281372, -1.2917593717575073, -1.0880157947540283, -0.004971857648342848, 0.10098531097173691, -0.19196799397468567, -1.5793521404266357, 0.026377759873867035, 0.019466213881969452, 0.0953797996044159, -0.3009106516838074, -0.42725521326065063, 0.10523726046085358, 1.4352238178253174, -1.392676830291748, 0.9717499613761902, 661.7130737304688, 642.2583618164062, -0.01849992573261261, -0.1738123893737793, -0.8418545722961426, 1.9092626571655273, -1.0614920854568481, 0.0005663999472744763], "std": [0.24611738324165344, 0.06350830942392349, 0.08716031908988953, 0.13264912366867065, 0.1134428083896637, 0.11468175053596497, 0.0881354957818985, 0.04450538009405136, 0.05855495110154152, 0.03305814787745476, 0.140504390001297, 0.05730779469013214, 0.13654211163520813, 0.22686158120632172, 0.09683147072792053, 0.03507961332798004, 0.3060896396636963, 0.033386219292879105, 0.05341223627328873, 0.06754203885793686, 0.014148615300655365, 0.0641484335064888, 0.016477594152092934, 0.07528170943260193, 0.02884867787361145, 0.049837876111269, 460.08935546875, 466.61474609375, 1.0038053233074606e-06, 5.722468995372765e-05, 6.752624904038385e-05, 3.8077618228271604e-05, 0.0005729626282118261, 0.000315669720293954], "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": [209], "max": [209], "mean": [209.0], "std": [0.0], "count": [840]}, "index": {"min": [180566], "max": [181405], "mean": [180985.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7011904761904761, 0.641076190747498], "std": [0.45773616012966634, 0.46570624952556766], "count": [840]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7011904761904761, 0.641076190747498], "std": [0.4577361601296664, 0.46570624952556766], "count": [840]}, "eef_direction_state": {"mean": [4.8880952380952385, 5.0130952380952385], "std": [2.1716465533862697, 2.132195367729685], "min": [0, 0], "max": [6, 6], "count": [840]}, "eef_velocity_state": {"mean": [0.32261904761904764, 0.20833333333333334], "std": [0.6339316454206704, 0.4737661502042558], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_acc_mag_state": {"mean": [0.44642857142857145, 0.3678571428571429], "std": [0.7524478195120496, 0.6963614131232947], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_direction_action": {"mean": [4.8880952380952385, 5.0130952380952385], "std": [2.1716465533862697, 2.1321953677296857], "min": [0, 0], "max": [6, 6], "count": [840]}, "eef_velocity_action": {"mean": [0.32261904761904764, 0.20833333333333334], "std": [0.6339316454206704, 0.4737661502042558], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_acc_mag_action": {"mean": [0.44642857142857145, 0.3678571428571429], "std": [0.7524478195120496, 0.6963614131232946], "min": [0, 0], "max": [2, 2], "count": [840]}, "eef_sim_pose_state": {"mean": [0.41463339385419484, 0.2584705288228421, 1.187688102504959, -0.014531610388505097, -0.05579888571668766, 1.3797027801160546, 0.44888544531100677, -0.18808833490275645, 1.146209067249565, -0.04414706318286604, -0.06164874150653046, -1.263300420952672], "std": [0.061128078810760975, 0.0250439465804736, 0.04493537741889234, 0.00834535771393416, 0.12258002301712634, 0.11429778461475322, 0.06306157968703259, 0.02203489679002867, 0.010537548352169206, 0.04874013283798625, 0.027748208622034212, 0.05743915266281063], "min": [0.34100658399149214, 0.1953756699562287, 1.1566368772152538, -0.03077644754833353, -0.2678783770576063, 1.0809481942954955, 0.3963719717724635, -0.20570071749303756, 1.1218636240900628, -0.13568112456443038, -0.08217402150839526, -1.377238975021617], "max": [0.572231986466411, 0.3189885382013357, 1.2727384448052685, 0.020580292685175694, 0.03900983907767985, 1.4532481040864718, 0.5845555126892721, -0.14767377208952054, 1.154723134423999, 0.048017633500352375, 0.01898172588167668, -1.2098317543443662], "count": [840]}, "eef_sim_pose_action": {"mean": [0.414649838142412, 0.25848571292446404, 1.1877228559485626, -0.014516762325997518, -0.05607010130727367, 1.379705193263003, 0.4489077275181484, -0.18810824514319657, 1.1462200648853464, -0.044255619576211255, -0.06166495085967178, -1.2631948576904954], "std": [0.061121560960407245, 0.025051480138456275, 0.044922773874472924, 0.00835109318465211, 0.12263605464560565, 0.11429920402078478, 0.06304633168061452, 0.022042996724853894, 0.010540577562253593, 0.04863662852916271, 0.027755605503189385, 0.05744508318966184], "min": [0.34100658399149214, 0.1953756699562287, 1.1566368772152538, -0.03077644754833353, -0.2678783770576063, 1.0809481942954955, 0.3963719717724635, -0.20570071749303756, 1.1218636240900628, -0.13568112456443038, -0.08217402150839526, -1.377238975021617], "max": [0.572231986466411, 0.3189885382013357, 1.2727384448052685, 0.020580292685175694, 0.03900983907767985, 1.4532481040864718, 0.5845555126892721, -0.14767377208952054, 1.154723134423999, 0.048017633500352375, 0.01898172588167668, -1.2098317543443662], "count": [840]}, "gripper_mode_state": {"mean": [0.2988095238095238, 0.3630952380952381], "std": [0.45773616012966634, 0.480891969331783], "min": [0, 0], "max": [1, 1], "count": [840]}, "gripper_activity_state": {"mean": [1.9892857142857143, 1.894047619047619], "std": [0.13320040142122502, 0.4046901196848325], "min": [0, 0], "max": [2, 2], "count": [840]}, "gripper_mode_action": {"mean": [0.2988095238095238, 0.3630952380952381], "std": [0.4577361601296664, 0.480891969331783], "min": [0, 0], "max": [1, 1], "count": [840]}, "gripper_activity_action": {"mean": [1.9892857142857143, 1.894047619047619], "std": [0.13320040142122502, 0.4046901196848325], "min": [0, 0], "max": [2, 2], "count": [840]}}} +{"episode_index": 210, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47522607948021556]], [[0.46626207549461224]], [[0.45559636244700585]]], "std": [[[0.15403227921071563]], [[0.15691177707821674]], [[0.1609596898373467]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4660501526342519]], [[0.45856539259848084]], [[0.45189370252605543]]], "std": [[[0.14449822184212852]], [[0.1460693746900998]], [[0.15158690559067564]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4635447842143614]], [[0.46849726196785024]], [[0.45762634279500086]]], "std": [[[0.16180347857816085]], [[0.16144517818389859]], [[0.16771753776598894]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5006916070482247]], [[0.4888167146926338]], [[0.47519504062886414]]], "std": [[[0.1530799693383133]], [[0.14328712107798267]], [[0.1515973557378437]]], "count": [148]}, "observation.state": {"min": [-0.4496317207813263, 0.00029670598451048136, -0.09037315100431442, -2.1242401599884033, -0.3012263774871826, -0.021013764664530754, -0.2617470324039459, -0.28324800729751587, 0.3346160054206848, 0.06579499691724777, -1.7571483850479126, -1.3649605512619019, -1.1921037435531616, -0.17352063953876495, -0.08806931227445602, -0.26258477568626404, -1.7714568376541138, -0.008569566532969475, -0.13760174810886383, -0.026197392493486404, -0.3345949947834015, -0.569176971912384, 0.07554399967193604, 1.2801889181137085, -1.4804503917694092, 0.960098385810852, 0.0, 0.0, -0.01851116307079792, -0.17421022057533264, -0.8421071171760559, 1.9091436862945557, -1.0627578496932983, -0.0014162743464112282], "max": [0.3769736886024475, 0.4248480200767517, 0.3044203221797943, -1.3799097537994385, 0.3271619975566864, 0.23603832721710205, -0.019809486344456673, -0.17703300714492798, 0.5470809936523438, 0.21850800514221191, -1.2900575399398804, -0.985368549823761, -0.7950964570045471, 0.5197765231132507, 0.1892635077238083, -0.12505283951759338, -0.8206887245178223, 0.15271630883216858, 0.10245082527399063, 0.18359118700027466, -0.2920440137386322, -0.3761630058288574, 0.12938599288463593, 1.4755313396453857, -1.3291609287261963, 1.113801121711731, 1001.0, 1002.0, -0.018467925488948822, -0.17357857525348663, -0.8415358662605286, 1.9093148708343506, -1.059628963470459, 0.0011419423390179873], "mean": [0.13213689625263214, 0.2047499567270279, 0.07938642054796219, -1.8045530319213867, -0.12287253141403198, 0.04661969095468521, -0.06610507518053055, -0.25447914004325867, 0.3980276584625244, 0.17469826340675354, -1.4038153886795044, -1.253443717956543, -1.0826784372329712, 0.03205082565546036, 0.08820336312055588, -0.16985267400741577, -1.5101364850997925, 0.10191861540079117, -0.05512724816799164, 0.10358437895774841, -0.3056165874004364, -0.44107380509376526, 0.11627289652824402, 1.4141651391983032, -1.4165587425231934, 1.0841073989868164, 657.7035522460938, 700.9529418945312, -0.018498631194233894, -0.17375190556049347, -0.8417391777038574, 1.9091933965682983, -1.0614382028579712, 0.000627337081823498], "std": [0.24724234640598297, 0.08815933763980865, 0.09561832994222641, 0.15406551957130432, 0.20694170892238617, 0.09124664217233658, 0.06423209607601166, 0.04272511601448059, 0.06033516302704811, 0.0486602745950222, 0.1594487428665161, 0.11257926374673843, 0.14338679611682892, 0.1734156757593155, 0.07558100670576096, 0.043265461921691895, 0.2310083657503128, 0.059807173907756805, 0.03897428885102272, 0.07245124876499176, 0.010660258121788502, 0.049001626670360565, 0.017373325303196907, 0.05243860185146332, 0.046591270714998245, 0.03792715445160866, 460.3089904785156, 443.42193603515625, 2.125278570019873e-06, 7.268349145306274e-05, 6.0884729464305565e-05, 4.8342535592382774e-05, 0.0006409510970115662, 0.00027891655918210745], "count": [786]}, "action": {"min": [-0.4496317207813263, 0.00029670598451048136, -0.09037315100431442, -2.1242401599884033, -0.3012263774871826, -0.021013764664530754, -0.2617470324039459, -0.28324800729751587, 0.3346160054206848, 0.06579499691724777, -1.7571483850479126, -1.3649605512619019, -1.1921037435531616, -0.17352063953876495, -0.08806931227445602, -0.26258477568626404, -1.7714568376541138, -0.008569566532969475, -0.13760174810886383, -0.026197392493486404, -0.3345949947834015, -0.569176971912384, 0.07554399967193604, 1.2801889181137085, -1.4804503917694092, 0.960098385810852, 0.0, 0.0, -0.01851116307079792, -0.17421022057533264, -0.8421071171760559, 1.9091436862945557, -1.0627578496932983, -0.0014162743464112282], "max": [0.3769736886024475, 0.4248480200767517, 0.3044203221797943, -1.3799097537994385, 0.3271619975566864, 0.23603832721710205, -0.019809486344456673, -0.17703300714492798, 0.5470809936523438, 0.21850800514221191, -1.2900575399398804, -0.985368549823761, -0.7950964570045471, 0.5197765231132507, 0.1892635077238083, -0.12505283951759338, -0.8206887245178223, 0.15271630883216858, 0.10245082527399063, 0.18359118700027466, -0.2920440137386322, -0.3761630058288574, 0.12938599288463593, 1.4755313396453857, -1.3291609287261963, 1.113801121711731, 1001.0, 1002.0, -0.018467925488948822, -0.17357857525348663, -0.8415358662605286, 1.9093148708343506, -1.059628963470459, 0.0011419423390179873], "mean": [0.13207946717739105, 0.2046266496181488, 0.07935162633657455, -1.804564356803894, -0.12254704535007477, 0.046739447861909866, -0.06622464954853058, -0.2544700801372528, 0.39804282784461975, 0.17467811703681946, -1.4039151668548584, -1.2533255815505981, -1.0824615955352783, 0.03226150944828987, 0.08809684216976166, -0.16970522701740265, -1.5098665952682495, 0.10202497988939285, -0.055130355060100555, 0.10381582379341125, -0.3056323528289795, -0.4411451816558838, 0.11629771441221237, 1.4141074419021606, -1.4167075157165527, 1.084165334701538, 657.7035522460938, 700.9529418945312, -0.018498629331588745, -0.1737518310546875, -0.8417389988899231, 1.909193515777588, -1.0614384412765503, 0.0006271824240684509], "std": [0.24721667170524597, 0.08817638456821442, 0.09563685208559036, 0.154069185256958, 0.2069365680217743, 0.0912199467420578, 0.06423350423574448, 0.0427197627723217, 0.06032880023121834, 0.04865231737494469, 0.1594063937664032, 0.11255916953086853, 0.1433614194393158, 0.17326617240905762, 0.0754973515868187, 0.043146658688783646, 0.2308269739151001, 0.05981716141104698, 0.038975030183792114, 0.07232692092657089, 0.010649377480149269, 0.048947904258966446, 0.01737784594297409, 0.05239605903625488, 0.04649863392114639, 0.037935081869363785, 460.3089904785156, 443.42193603515625, 2.126899744325783e-06, 7.277276017703116e-05, 6.089958333177492e-05, 4.848305252380669e-05, 0.0006409473717212677, 0.00027892374782823026], "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": [210], "max": [210], "mean": [210.0], "std": [0.0], "count": [786]}, "index": {"min": [181406], "max": [182191], "mean": [181798.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7010178117048346, 0.6996933843741435], "std": [0.4578120131422944, 0.4425675365019866], "count": [786]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7010178117048346, 0.6996933843741435], "std": [0.4578120131422944, 0.4425675365019866], "count": [786]}, "eef_direction_state": {"mean": [4.997455470737913, 5.068702290076335], "std": [2.039681070383873, 2.0799203829496484], "min": [0, 0], "max": [6, 6], "count": [786]}, "eef_velocity_state": {"mean": [0.3231552162849873, 0.22900763358778625], "std": [0.6459095950019129, 0.5227382225412678], "min": [0, 0], "max": [2, 2], "count": [786]}, "eef_acc_mag_state": {"mean": [0.4732824427480916, 0.34478371501272265], "std": [0.7632951627436297, 0.6801096428141543], "min": [0, 0], "max": [2, 2], "count": [786]}, "eef_direction_action": {"mean": [4.997455470737913, 5.068702290076335], "std": [2.039681070383873, 2.0799203829496484], "min": [0, 0], "max": [6, 6], "count": [786]}, "eef_velocity_action": {"mean": [0.3231552162849873, 0.22900763358778625], "std": [0.6459095950019129, 0.5227382225412678], "min": [0, 0], "max": [2, 2], "count": [786]}, "eef_acc_mag_action": {"mean": [0.4732824427480916, 0.34478371501272265], "std": [0.7632951627436297, 0.6801096428141543], "min": [0, 0], "max": [2, 2], "count": [786]}, "eef_sim_pose_state": {"mean": [0.41636649377818163, 0.24405603653398864, 1.184621833922739, -0.027003367262007433, -0.08691014165464814, 1.3928386861874407, 0.4616070508002209, -0.1961855323462726, 1.1348295443906535, 0.014055214091042849, 0.01208706924866966, -1.2922366317474283], "std": [0.06182285788175571, 0.04172083729872292, 0.04049822010727224, 0.026035004837554165, 0.1773332840574219, 0.08339139926906404, 0.04853798289418641, 0.02054074605671333, 0.007327043460338235, 0.047390444637090766, 0.04017952110022863, 0.0355239843500363], "min": [0.35471457628899705, 0.14581340998239706, 1.1567269953599966, -0.09539277472572505, -0.4567152376597463, 1.1445292906629594, 0.3963787369826561, -0.21262806924228475, 1.1172315897171032, -0.12302238613168393, -0.06758099643030291, -1.3759379230695798], "max": [0.5672637706313136, 0.29714168347028125, 1.2553198120343665, 0.02923199179517111, 0.04043870283702833, 1.4466239625622226, 0.5877165231394863, -0.15218564532560877, 1.1510028714879674, 0.04793199805261761, 0.0431211268968843, -1.2227104014452015], "count": [786]}, "eef_sim_pose_action": {"mean": [0.41638238193562566, 0.24404069328349418, 1.184637288099228, -0.026947247610225804, -0.08712613711284478, 1.3927926466491587, 0.4616794947296385, -0.19621420326167324, 1.13481518666657, 0.01404322243512125, 0.012224702469794737, -1.2921953214451671], "std": [0.06181601568954371, 0.04171552063023641, 0.04048992547323828, 0.026102770663651853, 0.17729087607804897, 0.0833721038420024, 0.0484830516696185, 0.02054601208098465, 0.00731912474031608, 0.04738307633773314, 0.04009175176930467, 0.035528770270853965], "min": [0.35471457628899705, 0.14581340998239706, 1.1567269953599966, -0.09539277472572505, -0.4567152376597463, 1.1445292906629594, 0.3963787369826561, -0.21262806924228475, 1.1172315897171032, -0.12302238613168393, -0.06758099643030291, -1.3759379230695798], "max": [0.5672637706313136, 0.29714168347028125, 1.2553198120343665, 0.02923199179517111, 0.04043870283702833, 1.4466239625622226, 0.5877165231394863, -0.15218564532560877, 1.1510028714879674, 0.04793199805261761, 0.0431211268968843, -1.2227104014452015], "count": [786]}, "gripper_mode_state": {"mean": [0.2989821882951654, 0.29770992366412213], "std": [0.4578120131422944, 0.4572512712021999], "min": [0, 0], "max": [1, 1], "count": [786]}, "gripper_activity_state": {"mean": [1.9885496183206106, 1.89058524173028], "std": [0.1376693801287895, 0.4138049269196941], "min": [0, 0], "max": [2, 2], "count": [786]}, "gripper_mode_action": {"mean": [0.2989821882951654, 0.29770992366412213], "std": [0.4578120131422944, 0.4572512712021999], "min": [0, 0], "max": [1, 1], "count": [786]}, "gripper_activity_action": {"mean": [1.9885496183206106, 1.89058524173028], "std": [0.1376693801287895, 0.4138049269196941], "min": [0, 0], "max": [2, 2], "count": [786]}}} +{"episode_index": 211, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4701348938422329]], [[0.4602503969355038]], [[0.450090132620134]]], "std": [[[0.1498741339750684]], [[0.1523799899961544]], [[0.15650869036459503]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4659897413367863]], [[0.4584760399967115]], [[0.45169649335100914]]], "std": [[[0.1455163882291914]], [[0.14679816598184509]], [[0.15215644796644534]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46819491845480327]], [[0.47211266545402225]], [[0.4621794585234513]]], "std": [[[0.16440363575336397]], [[0.1641883913939821]], [[0.17077116406090181]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49570076072881986]], [[0.48319452151929954]], [[0.4701155865910306]]], "std": [[[0.15693329883594914]], [[0.1458000158492453]], [[0.15401245019599263]]], "count": [159]}, "observation.state": {"min": [-0.44973644614219666, 0.05075417459011078, -0.14219197630882263, -2.1038198471069336, -0.3349461257457733, -0.05907939374446869, -0.2595304548740387, -0.283253014087677, 0.33450400829315186, 0.08379799872636795, -1.7040083408355713, -1.3615217208862305, -1.1854034662246704, -0.17414894700050354, -0.09150761365890503, -0.26258477568626404, -1.7714743614196777, -0.10032153129577637, -0.1273392289876938, -0.026232298463582993, -0.3359839916229248, -0.5666159987449646, 0.07456299662590027, 1.2982176542282104, -1.4562097787857056, 0.9646654725074768, 0.0, 0.0, -0.018499882891774178, -0.1740654557943344, -0.8421087265014648, 1.9088964462280273, -1.062540054321289, -4.4614538637688383e-05], "max": [0.3810403048992157, 0.41428878903388977, 0.2685188949108124, -1.3846744298934937, 0.21706660091876984, 0.1831548660993576, -0.019809486344456673, -0.17555299401283264, 0.5478640198707581, 0.23313599824905396, -1.2971378564834595, -0.994096040725708, -0.8665873408317566, 0.5069658160209656, 0.18931587040424347, -0.12836897373199463, -0.8377929329872131, 0.09454448521137238, 0.07618361711502075, 0.20317377150058746, -0.29183000326156616, -0.3761639893054962, 0.12926800549030304, 1.523695945739746, -1.2897926568984985, 1.0680242776870728, 1001.0, 1002.0, -0.01848672330379486, -0.17329846322536469, -0.8415445685386658, 1.9092942476272583, -1.0598539113998413, 0.002601881977170706], "mean": [0.151235893368721, 0.22122201323509216, 0.0663677304983139, -1.808066725730896, -0.1469118744134903, 0.018622761592268944, -0.06431102752685547, -0.2581155300140381, 0.3938541114330292, 0.18398316204547882, -1.4028395414352417, -1.2531771659851074, -1.100329041481018, 0.011957473121583462, 0.10231376439332962, -0.18034473061561584, -1.5470536947250366, 0.023144016042351723, -0.028138287365436554, 0.09604518860578537, -0.30194735527038574, -0.4334137737751007, 0.11211635172367096, 1.4575318098068237, -1.3626312017440796, 0.9972401261329651, 685.2295532226562, 667.4210205078125, -0.018496718257665634, -0.1735391765832901, -0.8417092561721802, 1.9091867208480835, -1.0614442825317383, 0.0005047214217483997], "std": [0.22602923214435577, 0.06669086217880249, 0.0871109887957573, 0.13735675811767578, 0.1722130924463272, 0.07132827490568161, 0.06388632208108902, 0.04109689220786095, 0.055115263909101486, 0.04082198068499565, 0.15640270709991455, 0.10403992980718613, 0.12055458873510361, 0.21153828501701355, 0.09463704377412796, 0.03364452347159386, 0.286653608083725, 0.06337114423513412, 0.03649964556097984, 0.07638578861951828, 0.013640460558235645, 0.059452272951602936, 0.017555508762598038, 0.07052584737539291, 0.03613883629441261, 0.032326340675354004, 451.85577392578125, 458.4821472167969, 1.2862205949204508e-06, 0.00011013446055585518, 9.307103755418211e-05, 8.892505138646811e-05, 0.000626365770585835, 0.00024399952962994576], "count": [867]}, "action": {"min": [-0.44973644614219666, 0.05075417459011078, -0.14219197630882263, -2.1038198471069336, -0.3349461257457733, -0.05907939374446869, -0.2595304548740387, -0.283253014087677, 0.33450400829315186, 0.08379799872636795, -1.7040083408355713, -1.3615217208862305, -1.1854034662246704, -0.17414894700050354, -0.09150761365890503, -0.26258477568626404, -1.7714743614196777, -0.10032153129577637, -0.1273392289876938, -0.026232298463582993, -0.3359839916229248, -0.5666159987449646, 0.07456299662590027, 1.2982176542282104, -1.4562097787857056, 0.9646654725074768, 0.0, 0.0, -0.018499882891774178, -0.1740654557943344, -0.8421087265014648, 1.9088964462280273, -1.062540054321289, -4.4614538637688383e-05], "max": [0.3810403048992157, 0.41428878903388977, 0.2685188949108124, -1.3846744298934937, 0.21706660091876984, 0.1831548660993576, -0.019809486344456673, -0.17555299401283264, 0.5478640198707581, 0.23313599824905396, -1.2971378564834595, -0.994096040725708, -0.8665873408317566, 0.5069658160209656, 0.18931587040424347, -0.12836897373199463, -0.8377929329872131, 0.09454448521137238, 0.07618361711502075, 0.20317377150058746, -0.29183000326156616, -0.3761639893054962, 0.12926800549030304, 1.523695945739746, -1.2897926568984985, 1.0680242776870728, 1001.0, 1002.0, -0.01848672330379486, -0.17329846322536469, -0.8415445685386658, 1.9092942476272583, -1.0598539113998413, 0.002601881977170706], "mean": [0.15112954378128052, 0.22113458812236786, 0.06628701090812683, -1.8079875707626343, -0.1466083973646164, 0.018626244738698006, -0.06442885845899582, -0.2581084668636322, 0.393884539604187, 0.18399356305599213, -1.4029746055603027, -1.2529748678207397, -1.1001654863357544, 0.012047580443322659, 0.10227209329605103, -0.1802394688129425, -1.5469646453857422, 0.02313348837196827, -0.02807912416756153, 0.09625332802534103, -0.3019509017467499, -0.43344590067863464, 0.11213354766368866, 1.4575653076171875, -1.362697958946228, 0.9971427321434021, 685.2295532226562, 667.4210205078125, -0.018496718257665634, -0.17353889346122742, -0.841709315776825, 1.9091864824295044, -1.06144380569458, 0.0005047137383371592], "std": [0.22599701583385468, 0.06671454757452011, 0.08716587722301483, 0.137352854013443, 0.17225606739521027, 0.071326345205307, 0.06389844417572021, 0.041093114763498306, 0.05510752648115158, 0.040827684104442596, 0.15636242926120758, 0.10408336669206619, 0.12053516507148743, 0.21147575974464417, 0.09460669010877609, 0.03352973237633705, 0.28659379482269287, 0.06336487829685211, 0.036483462899923325, 0.07629849016666412, 0.013638277538120747, 0.05942891538143158, 0.01756046898663044, 0.07054061442613602, 0.036131393164396286, 0.03224708512425423, 451.8558044433594, 458.4821472167969, 1.2862205949204508e-06, 0.00011017247015843168, 9.306699212174863e-05, 8.884257113095373e-05, 0.0006265304400585592, 0.00024399792891927063], "count": [867]}, "timestamp": {"min": [0.0], "max": [28.866666666666667], "mean": [14.433333333333334], "std": [8.3427058404777], "count": [867]}, "frame_index": {"min": [0], "max": [866], "mean": [433.0], "std": [250.28117521433103], "count": [867]}, "episode_index": {"min": [211], "max": [211], "mean": [211.0], "std": [0.0], "count": [867]}, "index": {"min": [182192], "max": [183058], "mean": [182625.0], "std": [250.28117521433103], "count": [867]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [867]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7243367935409458, 0.6662491350386383], "std": [0.4468478522537248, 0.45763077262912216], "count": [867]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7243367935409458, 0.6662491350386383], "std": [0.4468478522537248, 0.45763077262912216], "count": [867]}, "eef_direction_state": {"mean": [5.134948096885813, 5.038062283737024], "std": [1.9034392089029009, 2.109938022736366], "min": [0, 0], "max": [6, 6], "count": [867]}, "eef_velocity_state": {"mean": [0.2918108419838524, 0.21337946943483277], "std": [0.6105302939924052, 0.49626610201338445], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_acc_mag_state": {"mean": [0.40484429065743943, 0.4232987312572088], "std": [0.7179520839868667, 0.7359991644319501], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_direction_action": {"mean": [5.134948096885813, 5.038062283737024], "std": [1.9034392089029009, 2.109938022736366], "min": [0, 0], "max": [6, 6], "count": [867]}, "eef_velocity_action": {"mean": [0.2918108419838524, 0.21337946943483277], "std": [0.6105302939924052, 0.49626610201338445], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_acc_mag_action": {"mean": [0.40484429065743943, 0.4232987312572088], "std": [0.7179520839868667, 0.7359991644319501], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_sim_pose_state": {"mean": [0.4121880037929019, 0.2526873633079152, 1.1797215278362738, -0.03814214956850618, -0.07769975334455549, 1.400253383911168, 0.45468720933987955, -0.19373472350082507, 1.1413642100126145, -0.01110756866637034, -0.07595043294856567, -1.275510635304644], "std": [0.057008154342744415, 0.033547841379840626, 0.038033492426849565, 0.03224165645271366, 0.15942783495594537, 0.0799813097201602, 0.058257073763470196, 0.024064044136325395, 0.008962691892622898, 0.04617360196268141, 0.014066404449579557, 0.06069053801223985], "min": [0.3544476077213, 0.16763407965587818, 1.156801216776739, -0.126951276017227, -0.39845693724156495, 1.1560781166779601, 0.39636836142223786, -0.21344994293842176, 1.1164676199850183, -0.09965594751868523, -0.1074287485735892, -1.4012286417319908], "max": [0.5691240658101144, 0.31709846252171914, 1.2553653314637767, -0.014809772834685209, 0.03278561538479563, 1.447857517808664, 0.5845482657600444, -0.144984095214248, 1.1471994262870329, 0.05582177925059251, -0.027224457649080103, -1.1939588460130626], "count": [867]}, "eef_sim_pose_action": {"mean": [0.41221858919520615, 0.25269856341138985, 1.1797264285645492, -0.03816138929186175, -0.07794769408481012, 1.4002538535511369, 0.45472207772591017, -0.19376107231031373, 1.1413666231174648, -0.011159443726026636, -0.07596304432903266, -1.275423936307426], "std": [0.05699987020976745, 0.033553424631476286, 0.038030812410352534, 0.03223432312004062, 0.15942312224239227, 0.07998157943089214, 0.05823120761964605, 0.024071026561265585, 0.008963818315402555, 0.04613255110691121, 0.014063753425422309, 0.06070292079342956], "min": [0.3544476077213, 0.16763407965587818, 1.156801216776739, -0.126951276017227, -0.39845693724156495, 1.1560781166779601, 0.39636836142223786, -0.21344994293842176, 1.1164676199850183, -0.09965594751868523, -0.1074287485735892, -1.4012286417319908], "max": [0.5691240658101144, 0.31709846252171914, 1.2553653314637767, -0.014809772834685209, 0.03278561538479563, 1.447857517808664, 0.5845482657600444, -0.144984095214248, 1.1471994262870329, 0.05582177925059251, -0.027224457649080103, -1.1939588460130626], "count": [867]}, "gripper_mode_state": {"mean": [0.27566320645905423, 0.3356401384083045], "std": [0.4468478522537248, 0.47221376080919014], "min": [0, 0], "max": [1, 1], "count": [867]}, "gripper_activity_state": {"mean": [1.9896193771626298, 1.9008073817762399], "std": [0.13112315101381616, 0.3923569609588513], "min": [0, 0], "max": [2, 2], "count": [867]}, "gripper_mode_action": {"mean": [0.27566320645905423, 0.3356401384083045], "std": [0.4468478522537248, 0.47221376080919014], "min": [0, 0], "max": [1, 1], "count": [867]}, "gripper_activity_action": {"mean": [1.9896193771626298, 1.9008073817762399], "std": [0.13112315101381616, 0.3923569609588513], "min": [0, 0], "max": [2, 2], "count": [867]}}} +{"episode_index": 212, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47010900855440213]], [[0.46180418188517236]], [[0.4513111436840531]]], "std": [[[0.1513066120143234]], [[0.15408114972439632]], [[0.1583108646477483]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.464418701140587]], [[0.4569431215024136]], [[0.450298173245333]]], "std": [[[0.14792938772704337]], [[0.14923957384057732]], [[0.1545043555787513]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46163091118800464]], [[0.4657392963176556]], [[0.4552422385620915]]], "std": [[[0.16091661793987472]], [[0.16054162038359016]], [[0.16702888128292193]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4981357397261737]], [[0.4872899405677304]], [[0.47271385337904226]]], "std": [[[0.1532502635084455]], [[0.14425746022866706]], [[0.15238379843535588]]], "count": [153]}, "observation.state": {"min": [-0.4362625181674957, 0.03855432569980621, -0.13035863637924194, -2.060919761657715, -0.32679545879364014, -0.06031858175992966, -0.254556268453598, -0.28326699137687683, 0.33861300349235535, 0.0955049991607666, -1.7633488178253174, -1.3410555124282837, -1.1854034662246704, -0.1747947335243225, -0.07415904104709625, -0.26258477568626404, -1.771422028541565, -0.035587262362241745, -0.15653857588768005, -0.026197392493486404, -0.3308430016040802, -0.5676159858703613, 0.08021599799394608, 1.29552161693573, -1.4652682542800903, 0.9557337760925293, 0.0, 0.0, -0.01850176230072975, -0.17408615350723267, -0.8418947458267212, 1.9090906381607056, -1.0625646114349365, -0.002056065946817398], "max": [0.37025415897369385, 0.38259363174438477, 0.2454107403755188, -1.394378423690796, 0.08857545256614685, 0.18675023317337036, -0.019809486344456673, -0.18077999353408813, 0.5474560260772705, 0.23690800368785858, -1.2972227334976196, -1.2046452760696411, -0.8995590806007385, 0.5077337026596069, 0.18929840624332428, -0.1440420299768448, -0.8659451603889465, 0.11695452034473419, 0.07878416031599045, 0.18332937359809875, -0.28930699825286865, -0.3761569857597351, 0.12307099997997284, 1.5216169357299805, -1.328906536102295, 1.1654253005981445, 1001.0, 1002.0, -0.01848672330379486, -0.17329658567905426, -0.8415873646736145, 1.9091626405715942, -1.0592637062072754, 0.0022259808611124754], "mean": [0.1265651136636734, 0.21098686754703522, 0.06790328770875931, -1.7878456115722656, -0.17276282608509064, 0.022224951535463333, -0.06759460270404816, -0.2553078830242157, 0.40067258477211, 0.18137624859809875, -1.395471215248108, -1.2842620611190796, -1.1249043941497803, -0.002294209087267518, 0.08868204802274704, -0.17835204303264618, -1.5523909330368042, 0.0689515694975853, -0.10298778116703033, 0.09129451215267181, -0.2976042628288269, -0.4304591119289398, 0.11345688253641129, 1.469939112663269, -1.3669325113296509, 1.1056804656982422, 623.253662109375, 720.3422241210938, -0.01849549077451229, -0.1735522598028183, -0.8416926264762878, 1.9091441631317139, -1.0614910125732422, 0.0006017613341100514], "std": [0.24865072965621948, 0.075706347823143, 0.07587076723575592, 0.15234163403511047, 0.12698018550872803, 0.0774911567568779, 0.06627707183361053, 0.0418882742524147, 0.06256424635648727, 0.040211450308561325, 0.13739369809627533, 0.048527948558330536, 0.0869634598493576, 0.1731736958026886, 0.06766631454229355, 0.04207510128617287, 0.22028560936450958, 0.0404541939496994, 0.06722909212112427, 0.06451205909252167, 0.010839852504432201, 0.0490141287446022, 0.013825011439621449, 0.06572357565164566, 0.024332283064723015, 0.06888509541749954, 471.51025390625, 434.94525146484375, 1.1581022363316151e-06, 0.00011291472765151411, 5.196083293412812e-05, 1.2639308806683403e-05, 0.000637059798464179, 0.00045764108654111624], "count": [824]}, "action": {"min": [-0.4362625181674957, 0.03855432569980621, -0.13035863637924194, -2.060919761657715, -0.32679545879364014, -0.06031858175992966, -0.254556268453598, -0.28326699137687683, 0.33861300349235535, 0.0955049991607666, -1.7633488178253174, -1.3410555124282837, -1.1854034662246704, -0.1747947335243225, -0.07415904104709625, -0.26258477568626404, -1.771422028541565, -0.035587262362241745, -0.15653857588768005, -0.026197392493486404, -0.3308430016040802, -0.5676159858703613, 0.08021599799394608, 1.29552161693573, -1.4652682542800903, 0.9557337760925293, 0.0, 0.0, -0.01850176230072975, -0.17408615350723267, -0.8418947458267212, 1.9090906381607056, -1.0625646114349365, -0.002056065946817398], "max": [0.37025415897369385, 0.38259363174438477, 0.2454107403755188, -1.394378423690796, 0.08857545256614685, 0.18675023317337036, -0.019809486344456673, -0.18077999353408813, 0.5474560260772705, 0.23690800368785858, -1.2972227334976196, -1.2046452760696411, -0.8995590806007385, 0.5077337026596069, 0.18929840624332428, -0.1440420299768448, -0.8659451603889465, 0.11695452034473419, 0.07878416031599045, 0.18332937359809875, -0.28930699825286865, -0.3761569857597351, 0.12307099997997284, 1.5216169357299805, -1.328906536102295, 1.1654253005981445, 1001.0, 1002.0, -0.01848672330379486, -0.17329658567905426, -0.8415873646736145, 1.9091626405715942, -1.0592637062072754, 0.0022259808611124754], "mean": [0.1264929324388504, 0.21091096103191376, 0.06784229725599289, -1.7877917289733887, -0.17254668474197388, 0.022177694365382195, -0.06773221492767334, -0.25529712438583374, 0.40069225430488586, 0.18137583136558533, -1.3956456184387207, -1.2841325998306274, -1.1248072385787964, -0.0021397359669208527, 0.08856366574764252, -0.17821869254112244, -1.5521818399429321, 0.06898538023233414, -0.1030968502163887, 0.09148937463760376, -0.2976059317588806, -0.43051257729530334, 0.11347298324108124, 1.469981074333191, -1.3669795989990234, 1.1057924032211304, 623.253662109375, 720.3422241210938, -0.01849549077451229, -0.17355264723300934, -0.8416925072669983, 1.9091441631317139, -1.0614912509918213, 0.0006018834537826478], "std": [0.24861924350261688, 0.07570762932300568, 0.07591161131858826, 0.152327761054039, 0.12699365615844727, 0.07752911746501923, 0.06629550457000732, 0.04188222438097, 0.06255612522363663, 0.04021124169230461, 0.13735981285572052, 0.04857757315039635, 0.08694127947092056, 0.1730775535106659, 0.06757546961307526, 0.04198218882083893, 0.22015875577926636, 0.0404631569981575, 0.06723794341087341, 0.06439942121505737, 0.01083911769092083, 0.04897894710302353, 0.01382833905518055, 0.06573809683322906, 0.02429637499153614, 0.0688968077301979, 471.5102233886719, 434.94525146484375, 1.1581022363316151e-06, 0.00011294498108327389, 5.1992548833368346e-05, 1.262265595869394e-05, 0.0006370192859321833, 0.00045763523667119443], "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": [212], "max": [212], "mean": [212.0], "std": [0.0], "count": [824]}, "index": {"min": [183059], "max": [183882], "mean": [183470.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6638349514563107, 0.7190024275061431], "std": [0.47239613533697167, 0.4340795081799108], "count": [824]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6638349514563107, 0.7190024275061431], "std": [0.4723961353369717, 0.4340795081799108], "count": [824]}, "eef_direction_state": {"mean": [5.239077669902913, 5.127427184466019], "std": [1.7803886135691307, 2.0525913486853704], "min": [0, 0], "max": [6, 6], "count": [824]}, "eef_velocity_state": {"mean": [0.27305825242718446, 0.19781553398058252], "std": [0.6129289593647983, 0.49604756755100227], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_acc_mag_state": {"mean": [0.41504854368932037, 0.316747572815534], "std": [0.7340979191668261, 0.6594430603719809], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_direction_action": {"mean": [5.239077669902913, 5.127427184466019], "std": [1.7803886135691307, 2.0525913486853704], "min": [0, 0], "max": [6, 6], "count": [824]}, "eef_velocity_action": {"mean": [0.27305825242718446, 0.19781553398058252], "std": [0.6129289593647984, 0.49604756755100227], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_acc_mag_action": {"mean": [0.41504854368932037, 0.316747572815534], "std": [0.7340979191668261, 0.659443060371981], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_sim_pose_state": {"mean": [0.41927744915816556, 0.2504199283029464, 1.1819013586366933, -0.043005543308915616, -0.04426347590305143, 1.3933056466331426, 0.451476587556632, -0.19313235573146129, 1.136964029502491, 0.06518046152985364, -0.02300359474617878, -1.2939001298954693], "std": [0.06431581768365968, 0.03326819182122485, 0.03865980585606015, 0.03586144080955111, 0.10400526460033706, 0.08258589687728726, 0.048790366215326515, 0.015895651959234203, 0.005729452316581279, 0.0822055767648514, 0.024450666142280135, 0.022502949826637426], "min": [0.3575046250803756, 0.17620623580728903, 1.1567897615074185, -0.14185081248820774, -0.26900709349442087, 1.1343834652627738, 0.3963718692097139, -0.20613259884955368, 1.1243126916920116, -0.11923454978643255, -0.06764735558842316, -1.3602982594949922], "max": [0.5682415826421898, 0.31197796184700644, 1.252913411031901, -0.017123074200265043, 0.03274600783476167, 1.4460047844221444, 0.5867968311403131, -0.15379015563866638, 1.1500634203347269, 0.1275149954346907, 0.00655344320534712, -1.2250635879668823], "count": [824]}, "eef_sim_pose_action": {"mean": [0.419298386201774, 0.25042606097934317, 1.181904763858777, -0.04307090055775253, -0.04443786621740148, 1.3932576557581846, 0.4515316280568138, -0.19315072031183514, 1.1369520269295734, 0.06527106703249105, -0.022929263274987146, -1.2938742523123685], "std": [0.06430697735990709, 0.03327125828480081, 0.038657718158269384, 0.03586394501060567, 0.1039965725485355, 0.08256678808047448, 0.04875375699660388, 0.015899266544149714, 0.005724004385721638, 0.08222759379800253, 0.024408008941963835, 0.02250320013839609], "min": [0.3575046250803756, 0.17620623580728903, 1.1567897615074185, -0.14185081248820774, -0.26900709349442087, 1.1343834652627738, 0.3963718692097139, -0.20613259884955368, 1.1243126916920116, -0.11923454978643255, -0.06764735558842316, -1.3602982594949922], "max": [0.5682415826421898, 0.31197796184700644, 1.252913411031901, -0.017123074200265043, 0.03274600783476167, 1.4460047844221444, 0.5867968311403131, -0.15379015563866638, 1.1500634203347269, 0.1275149954346907, 0.00655344320534712, -1.2250635879668823], "count": [824]}, "gripper_mode_state": {"mean": [0.33616504854368934, 0.2815533980582524], "std": [0.47239613533697167, 0.44975669211264113], "min": [0, 0], "max": [1, 1], "count": [824]}, "gripper_activity_state": {"mean": [1.9890776699029127, 1.8895631067961165], "std": [0.13447894333462018, 0.4106445364764005], "min": [0, 0], "max": [2, 2], "count": [824]}, "gripper_mode_action": {"mean": [0.33616504854368934, 0.2815533980582524], "std": [0.4723961353369717, 0.44975669211264113], "min": [0, 0], "max": [1, 1], "count": [824]}, "gripper_activity_action": {"mean": [1.9890776699029127, 1.8895631067961165], "std": [0.13447894333462018, 0.4106445364764005], "min": [0, 0], "max": [2, 2], "count": [824]}}} +{"episode_index": 213, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4702541458360386]], [[0.46285483892784485]], [[0.45118103980002594]]], "std": [[[0.1509189399985784]], [[0.15313644357038658]], [[0.15757637204313882]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46501689986148986]], [[0.45780529179110935]], [[0.451105423267541]]], "std": [[[0.14696268279651828]], [[0.14812583890274925]], [[0.15333869906001554]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46363416818162145]], [[0.46730967028091586]], [[0.45780874101848246]]], "std": [[[0.16080086205228367]], [[0.15980255026179982]], [[0.166462522388416]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4992868120482189]], [[0.4861581707462234]], [[0.47114947598796697]]], "std": [[[0.157704092278903]], [[0.14615557546007954]], [[0.15355049065214393]]], "count": [151]}, "observation.state": {"min": [-0.48111745715141296, 0.07529350370168686, -0.1474628746509552, -2.1313610076904297, -0.35990434885025024, -0.020839231088757515, -0.25223496556282043, -0.2832629978656769, 0.3253740072250366, 0.0676959976553917, -1.7827606201171875, -1.3874115943908691, -1.2306548357009888, -0.1742187738418579, -0.05621705576777458, -0.2626197040081024, -1.7714743614196777, 0.03670427203178406, -0.12054989486932755, -0.02626720443367958, -0.3334589898586273, -0.5681099891662598, 0.0736600011587143, 1.3234745264053345, -1.5401854515075684, 0.9383684992790222, 0.0, 0.0, -0.018509283661842346, -0.174174502491951, -0.8420991897583008, 1.9086825847625732, -1.0623117685317993, -0.0020427764393389225], "max": [0.416540265083313, 0.3957533836364746, 0.3194127082824707, -1.3783040046691895, 0.1425585001707077, 0.20401154458522797, -0.013037608936429024, -0.1639080047607422, 0.5507450103759766, 0.231221005320549, -1.2886431217193604, -1.1446443796157837, -0.8430972099304199, 0.5188689231872559, 0.18929840624332428, -0.15687018632888794, -0.836571216583252, 0.12112585455179214, 0.10711085796356201, 0.16882570087909698, -0.292044997215271, -0.3761560022830963, 0.12666399776935577, 1.4764049053192139, -1.328906536102295, 1.0675534009933472, 1001.0, 1002.0, -0.01848108507692814, -0.1732289046049118, -0.841171383857727, 1.9095549583435059, -1.0594245195388794, 0.0020826447289437056], "mean": [0.13619664311408997, 0.22081029415130615, 0.06632491201162338, -1.8052785396575928, -0.1828911304473877, 0.030020778998732567, -0.07698078453540802, -0.25363507866859436, 0.39637094736099243, 0.18308953940868378, -1.401503562927246, -1.286203145980835, -1.1145551204681396, 0.005506338085979223, 0.10649584978818893, -0.18281298875808716, -1.5581079721450806, 0.09030807763338089, -0.022931592538952827, 0.10849139094352722, -0.30140790343284607, -0.43235862255096436, 0.11469247937202454, 1.4299956560134888, -1.4169753789901733, 1.040140986442566, 552.49072265625, 666.5647583007812, -0.018495768308639526, -0.17368118464946747, -0.8416783213615417, 1.9091953039169312, -1.0614559650421143, 0.00047403349890373647], "std": [0.24821388721466064, 0.06068937107920647, 0.10632269829511642, 0.14745032787322998, 0.12640883028507233, 0.0743909627199173, 0.07652298361063004, 0.04542447254061699, 0.058335475623607635, 0.047340262681245804, 0.1705690324306488, 0.05561797693371773, 0.11795693635940552, 0.19541248679161072, 0.06385146826505661, 0.037453580647706985, 0.25717759132385254, 0.02270686626434326, 0.03790154680609703, 0.058436423540115356, 0.011798554100096226, 0.054001789540052414, 0.016244063153862953, 0.03787925839424133, 0.04250456392765045, 0.03229903802275658, 484.44573974609375, 458.24169921875, 1.4223157904780237e-06, 9.400899580214173e-05, 8.924970461521298e-05, 0.00011749217810574919, 0.000623948173597455, 0.0004453583969734609], "count": [811]}, "action": {"min": [-0.48111745715141296, 0.07529350370168686, -0.1474628746509552, -2.1313610076904297, -0.35990434885025024, -0.020839231088757515, -0.25223496556282043, -0.2832629978656769, 0.3253740072250366, 0.0676959976553917, -1.7827606201171875, -1.3874115943908691, -1.2306548357009888, -0.1742187738418579, -0.05621705576777458, -0.2626197040081024, -1.7714743614196777, 0.03670427203178406, -0.12054989486932755, -0.02626720443367958, -0.3334589898586273, -0.5681099891662598, 0.0736600011587143, 1.3234745264053345, -1.5401854515075684, 0.9383684992790222, 0.0, 0.0, -0.018509283661842346, -0.174174502491951, -0.8420991897583008, 1.9086825847625732, -1.0623117685317993, -0.0020427764393389225], "max": [0.416540265083313, 0.3957533836364746, 0.3194127082824707, -1.3783040046691895, 0.1425585001707077, 0.20401154458522797, -0.013037608936429024, -0.1639080047607422, 0.5507450103759766, 0.231221005320549, -1.2886431217193604, -1.1446443796157837, -0.8430972099304199, 0.5188689231872559, 0.18929840624332428, -0.15687018632888794, -0.836571216583252, 0.12112585455179214, 0.10711085796356201, 0.16882570087909698, -0.292044997215271, -0.3761560022830963, 0.12666399776935577, 1.4764049053192139, -1.328906536102295, 1.0675534009933472, 1001.0, 1002.0, -0.01848108507692814, -0.1732289046049118, -0.841171383857727, 1.9095549583435059, -1.0594245195388794, 0.0020826447289437056], "mean": [0.13608480989933014, 0.22072738409042358, 0.06619435548782349, -1.8051985502243042, -0.18273323774337769, 0.03007950820028782, -0.07710769027471542, -0.2536269426345825, 0.3964035212993622, 0.18312174081802368, -1.4015283584594727, -1.2860928773880005, -1.1144866943359375, 0.005628725979477167, 0.10641636699438095, -0.18268360197544098, -1.5579743385314941, 0.09035985916852951, -0.022870993241667747, 0.10869308561086655, -0.30141347646713257, -0.4324032664299011, 0.11471334844827652, 1.429953932762146, -1.4170894622802734, 1.0401289463043213, 552.49072265625, 666.5647583007812, -0.018495768308639526, -0.17368106544017792, -0.8416783213615417, 1.9091955423355103, -1.0614559650421143, 0.0004744220641441643], "std": [0.24817579984664917, 0.06070767715573311, 0.10641706734895706, 0.1474439650774002, 0.12639987468719482, 0.07436966896057129, 0.07651323825120926, 0.045419733971357346, 0.05832623317837715, 0.047361820936203, 0.1705554574728012, 0.05564242601394653, 0.1179320365190506, 0.19533120095729828, 0.063788503408432, 0.03735889494419098, 0.2570938169956207, 0.022698670625686646, 0.03787611797451973, 0.05825294926762581, 0.011795233003795147, 0.05397016182541847, 0.016248490661382675, 0.03784670680761337, 0.042393654584884644, 0.032291628420352936, 484.4457702636719, 458.24169921875, 1.422315676791186e-06, 9.403308649780229e-05, 8.925126167014241e-05, 0.00011751279089367017, 0.0006239471840672195, 0.0004454121517483145], "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": [213], "max": [213], "mean": [213.0], "std": [0.0], "count": [811]}, "index": {"min": [183883], "max": [184693], "mean": [184288.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.594327990135635, 0.6653427867949211], "std": [0.49102161895070734, 0.45734857569186055], "count": [811]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.594327990135635, 0.6653427867949211], "std": [0.49102161895070734, 0.45734857569186055], "count": [811]}, "eef_direction_state": {"mean": [5.040690505548706, 5.002466091245376], "std": [2.021358583222943, 2.156627461378798], "min": [0, 0], "max": [6, 6], "count": [811]}, "eef_velocity_state": {"mean": [0.31689272503082616, 0.22441430332922319], "std": [0.6393956857789218, 0.5174591685483771], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_acc_mag_state": {"mean": [0.4315659679408138, 0.33045622688039455], "std": [0.7323356813719384, 0.6694290877837324], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_direction_action": {"mean": [5.040690505548706, 5.002466091245376], "std": [2.021358583222943, 2.156627461378798], "min": [0, 0], "max": [6, 6], "count": [811]}, "eef_velocity_action": {"mean": [0.31689272503082616, 0.22441430332922319], "std": [0.6393956857789218, 0.5174591685483773], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_acc_mag_action": {"mean": [0.4315659679408138, 0.33045622688039455], "std": [0.7323356813719384, 0.6694290877837324], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_sim_pose_state": {"mean": [0.41538147311868456, 0.25310031855495174, 1.1840263520667027, -0.03853082070188927, -0.049068864780459444, 1.3850649322560995, 0.453485695082318, -0.1969551666669565, 1.1411617101755447, -0.0046255147706315706, -0.012256093464665701, -1.2720228315888094], "std": [0.06145098201678803, 0.036091988806025876, 0.041923469450606134, 0.034610839838803524, 0.12721032238355431, 0.11368847894723588, 0.05412119060548754, 0.016674959399594663, 0.007567109317013968, 0.04407096072187654, 0.024880930021013152, 0.02105417027888427], "min": [0.3433151078152864, 0.16642678088941687, 1.1567885604499304, -0.1343433407772155, -0.34688998650751235, 1.1288977376822107, 0.39636691226560594, -0.21013015334651333, 1.1193609936088909, -0.10190360222772887, -0.06766937322061062, -1.3122911517338327], "max": [0.574425126279253, 0.30665255869305447, 1.265949796750795, -0.012412069117387903, 0.03278988312974285, 1.4840504094171272, 0.5880549942637687, -0.1584948131191337, 1.153628072086848, 0.047964083214226405, 0.042319138156793334, -1.1926002332889762], "count": [811]}, "eef_sim_pose_action": {"mean": [0.41541354678405545, 0.2531285785795782, 1.1840351310935526, -0.038525001191561985, -0.04918111948757952, 1.3851009810586628, 0.4535316190207948, -0.1969808361212867, 1.1411611197514386, -0.00466881397958172, -0.012179139883348702, -1.271975628740787], "std": [0.06144111989421076, 0.03610984352295645, 0.04191853050812419, 0.03461473144626113, 0.1271782016227359, 0.11371236217356412, 0.054088498346791664, 0.016678252081241646, 0.007566868105922704, 0.04403673166148125, 0.02480583707852553, 0.021024626149206135], "min": [0.3433151078152864, 0.16642678088941687, 1.1567885604499304, -0.1343433407772155, -0.34688998650751235, 1.1288977376822107, 0.39636691226560594, -0.21013015334651333, 1.1193609936088909, -0.10190360222772887, -0.06766937322061062, -1.3122911517338327], "max": [0.574425126279253, 0.30665255869305447, 1.265949796750795, -0.012412069117387903, 0.03276033646182919, 1.4840504094171272, 0.5880549942637687, -0.1584948131191337, 1.153628072086848, 0.047964083214226405, 0.042319138156793334, -1.1926002332889762], "count": [811]}, "gripper_mode_state": {"mean": [0.40567200986436497, 0.33415536374845867], "std": [0.49102161895070734, 0.4716943466129269], "min": [0, 0], "max": [1, 1], "count": [811]}, "gripper_activity_state": {"mean": [1.9889025893958077, 1.9001233045622687], "std": [0.1355453127858079, 0.3924534539610332], "min": [0, 0], "max": [2, 2], "count": [811]}, "gripper_mode_action": {"mean": [0.40567200986436497, 0.33415536374845867], "std": [0.49102161895070734, 0.4716943466129269], "min": [0, 0], "max": [1, 1], "count": [811]}, "gripper_activity_action": {"mean": [1.9889025893958077, 1.9001233045622687], "std": [0.1355453127858079, 0.3924534539610332], "min": [0, 0], "max": [2, 2], "count": [811]}}} +{"episode_index": 214, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4782010615319187]], [[0.4684367753379891]], [[0.4576575888060704]]], "std": [[[0.1482577670140966]], [[0.15166160331630646]], [[0.15556260055961635]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46540009317083]], [[0.45761645934058554]], [[0.45067286546467905]]], "std": [[[0.1468996935950403]], [[0.14820320243888108]], [[0.15348072008765]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4647909364088101]], [[0.4667785863774734]], [[0.4556955160488853]]], "std": [[[0.16026906538775945]], [[0.15917187902072932]], [[0.16537339714487698]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4902872179693795]], [[0.48018512736144686]], [[0.4657273340272182]]], "std": [[[0.15197788367692888]], [[0.1423210822839095]], [[0.1495822672709738]]], "count": [146]}, "observation.state": {"min": [-0.4501902461051941, 0.04850270226597786, -0.10161306709051132, -2.1294238567352295, -0.27921777963638306, -0.03750712424516678, -0.2488490492105484, -0.28330299258232117, 0.3262139856815338, 0.08702100068330765, -1.6813207864761353, -1.362047553062439, -1.1854034662246704, -0.17346827685832977, -0.0434936061501503, -0.2626371383666992, -1.7714568376541138, -0.0012217304902151227, -0.10693632066249847, -0.026232298463582993, -0.33256301283836365, -0.5670710206031799, 0.08490400016307831, 1.3365488052368164, -1.4403083324432373, 0.8718366026878357, 0.0, 0.0, -0.018499882891774178, -0.17390002310276031, -0.8419629335403442, 1.9090811014175415, -1.0624655485153198, -0.0014352592406794429], "max": [0.41055381298065186, 0.3972718417644501, 0.26377159357070923, -1.407590627670288, 0.10815805196762085, 0.2304009199142456, -0.01979203335940838, -0.17010299861431122, 0.5472559928894043, 0.2166910022497177, -1.2971378564834595, -1.1950657367706299, -0.8983442783355713, 0.5124111771583557, 0.18931587040424347, -0.14437364041805267, -0.8549495339393616, 0.06588618457317352, 0.09808750450611115, 0.1578475683927536, -0.29134601354599, -0.37615999579429626, 0.1313450038433075, 1.4756050109863281, -1.328906536102295, 1.0664958953857422, 1001.0, 1002.0, -0.018488604575395584, -0.17331726849079132, -0.8417243957519531, 1.9091428518295288, -1.0596257448196411, 0.002714842325076461], "mean": [0.1435447484254837, 0.2164473533630371, 0.07305561006069183, -1.814870834350586, -0.17376825213432312, 0.03856625035405159, -0.07633456587791443, -0.2537956237792969, 0.39472195506095886, 0.17784366011619568, -1.402336835861206, -1.296332836151123, -1.1066712141036987, -0.022342877462506294, 0.10468222200870514, -0.17501069605350494, -1.5937778949737549, 0.040067173540592194, 0.015344792045652866, 0.09693586826324463, -0.30216512084007263, -0.4250771403312683, 0.11749618500471115, 1.4166830778121948, -1.3819738626480103, 0.9953471422195435, 584.0804443359375, 673.3502197265625, -0.018495462834835052, -0.17367655038833618, -0.8418246507644653, 1.909130573272705, -1.061488151550293, 0.0005606585182249546], "std": [0.24537043273448944, 0.07198699563741684, 0.08321224898099899, 0.15108199417591095, 0.12580789625644684, 0.09580923616886139, 0.07278786599636078, 0.04327453300356865, 0.059994008392095566, 0.04219912737607956, 0.14324048161506653, 0.04133487492799759, 0.11077826470136642, 0.21078871190547943, 0.061998654156923294, 0.04047324135899544, 0.27619028091430664, 0.01501801609992981, 0.05172787234187126, 0.05134302005171776, 0.011985530145466328, 0.057818517088890076, 0.016368098556995392, 0.033204711973667145, 0.027608245611190796, 0.03670446202158928, 479.0578308105469, 454.5838317871094, 1.0520360547161545e-06, 7.508896669605747e-05, 6.223824311746284e-05, 9.154119652521331e-06, 0.0006621325155720115, 0.000530434655956924], "count": [771]}, "action": {"min": [-0.4501902461051941, 0.04850270226597786, -0.10161306709051132, -2.1294238567352295, -0.27921777963638306, -0.03750712424516678, -0.2488490492105484, -0.28330299258232117, 0.3262139856815338, 0.08702100068330765, -1.6813207864761353, -1.362047553062439, -1.1854034662246704, -0.17346827685832977, -0.0434936061501503, -0.2626371383666992, -1.7714568376541138, -0.0012217304902151227, -0.10693632066249847, -0.026232298463582993, -0.33256301283836365, -0.5670710206031799, 0.08490400016307831, 1.3365488052368164, -1.4403083324432373, 0.8718366026878357, 0.0, 0.0, -0.018499882891774178, -0.17390002310276031, -0.8419629335403442, 1.9090811014175415, -1.0624655485153198, -0.0014352592406794429], "max": [0.41055381298065186, 0.3972718417644501, 0.26377159357070923, -1.407590627670288, 0.10815805196762085, 0.2304009199142456, -0.01979203335940838, -0.17010299861431122, 0.5472559928894043, 0.2166910022497177, -1.2971378564834595, -1.1950657367706299, -0.8983442783355713, 0.5124111771583557, 0.18931587040424347, -0.14437364041805267, -0.8549495339393616, 0.06588618457317352, 0.09808750450611115, 0.1578475683927536, -0.29134601354599, -0.37615999579429626, 0.1313450038433075, 1.4756050109863281, -1.328906536102295, 1.0664958953857422, 1001.0, 1002.0, -0.018488604575395584, -0.17331726849079132, -0.8417243957519531, 1.9091428518295288, -1.0596257448196411, 0.002714842325076461], "mean": [0.14353342354297638, 0.21635040640830994, 0.0729970708489418, -1.8148936033248901, -0.17358314990997314, 0.038548752665519714, -0.07648761570453644, -0.2537786066532135, 0.39472389221191406, 0.17783159017562866, -1.402496099472046, -1.2962685823440552, -1.1065949201583862, -0.02228635922074318, 0.10459809750318527, -0.1748603731393814, -1.593727707862854, 0.04003444314002991, 0.015488380566239357, 0.09712572395801544, -0.30217164754867554, -0.42510470747947693, 0.11752282828092575, 1.4166100025177002, -1.382036566734314, 0.9952525496482849, 584.0804443359375, 673.3502197265625, -0.018495459109544754, -0.17367684841156006, -0.8418248891830444, 1.909130573272705, -1.0614877939224243, 0.0005606191116385162], "std": [0.24536500871181488, 0.07200419902801514, 0.08324979990720749, 0.1510884016752243, 0.12579505145549774, 0.09582126140594482, 0.07279296219348907, 0.043265536427497864, 0.05999311804771423, 0.042193587869405746, 0.14319181442260742, 0.041338346898555756, 0.1107449159026146, 0.21075427532196045, 0.06192788854241371, 0.04036257043480873, 0.2761617600917816, 0.014989570714533329, 0.05166202038526535, 0.05115867778658867, 0.011981417424976826, 0.05780026689171791, 0.016372080892324448, 0.03313688188791275, 0.027544699609279633, 0.0366189181804657, 479.0578308105469, 454.5838317871094, 1.0522350066821673e-06, 7.528447167715058e-05, 6.216102337930351e-05, 9.165972187474836e-06, 0.0006622758810408413, 0.0005304260412231088], "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": [214], "max": [214], "mean": [214.0], "std": [0.0], "count": [771]}, "index": {"min": [184694], "max": [185464], "mean": [185079.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6316472114137484, 0.6721076523515501], "std": [0.4823577632079562, 0.4536847640253915], "count": [771]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6316472114137484, 0.6721076523515501], "std": [0.4823577632079562, 0.45368476402539143], "count": [771]}, "eef_direction_state": {"mean": [5.005188067444877, 4.920881971465629], "std": [2.05058570853033, 2.2154316113842207], "min": [0, 0], "max": [6, 6], "count": [771]}, "eef_velocity_state": {"mean": [0.33722438391699094, 0.23865110246433205], "std": [0.6624265225450918, 0.522003768226092], "min": [0, 0], "max": [2, 2], "count": [771]}, "eef_acc_mag_state": {"mean": [0.45395590142671854, 0.437094682230869], "std": [0.7529582251669062, 0.7413129342738215], "min": [0, 0], "max": [2, 2], "count": [771]}, "eef_direction_action": {"mean": [5.005188067444877, 4.920881971465629], "std": [2.05058570853033, 2.2154316113842207], "min": [0, 0], "max": [6, 6], "count": [771]}, "eef_velocity_action": {"mean": [0.33722438391699094, 0.23865110246433205], "std": [0.6624265225450917, 0.522003768226092], "min": [0, 0], "max": [2, 2], "count": [771]}, "eef_acc_mag_action": {"mean": [0.45395590142671854, 0.437094682230869], "std": [0.7529582251669062, 0.7413129342738215], "min": [0, 0], "max": [2, 2], "count": [771]}, "eef_sim_pose_state": {"mean": [0.4135545806471019, 0.24872430992578953, 1.1845732430265512, -0.03287210072706503, -0.04725496690371914, 1.3761605926254916, 0.4457770061698786, -0.19779328373109015, 1.144318284946452, -0.03890979255977028, -0.053222765506270704, -1.2874258393833007], "std": [0.06188068714335386, 0.03358299560579401, 0.041585467251522554, 0.021977469123089188, 0.11081380920399077, 0.09966615562917945, 0.058119177528830175, 0.016391476111453314, 0.008786021384163872, 0.0428335787031827, 0.013349667937766055, 0.01606487240398232], "min": [0.34647468813810545, 0.1717473256101616, 1.1566303080995746, -0.10219773915065777, -0.2764169634420024, 1.1310425074046333, 0.396349383131829, -0.21077772714412066, 1.1209985024735007, -0.14969903339972224, -0.06780991391432245, -1.3108183385139778], "max": [0.5688887588661494, 0.29914483305056955, 1.2651157829656086, -0.01707468872367235, 0.03276975074149524, 1.4459777283562, 0.5876560757787198, -0.16361539566389152, 1.1530816037371854, 0.04799518935407421, -0.00901646311433879, -1.2137129265989373], "count": [771]}, "eef_sim_pose_action": {"mean": [0.41355817290812136, 0.24872115791603364, 1.1845835855375049, -0.03293039007950113, -0.0473746992047531, 1.3760872111510634, 0.4458049563158676, -0.19782160187204012, 1.1443247863636437, -0.03902331626628127, -0.05321042130215159, -1.2874039699741484], "std": [0.061879022745776134, 0.0335816278553475, 0.041579555940796376, 0.02199666572326435, 0.11077723683967004, 0.09963560184166924, 0.05810060451416567, 0.016394562254411202, 0.00878800600707468, 0.04271920745209034, 0.013340706620272496, 0.016053722795935192], "min": [0.34647468813810545, 0.1717473256101616, 1.1566303080995746, -0.10219773915065777, -0.2764169634420024, 1.1310425074046333, 0.396349383131829, -0.21077772714412066, 1.1209985024735007, -0.14969903339972224, -0.06780991391432245, -1.3108183385139778], "max": [0.5688887588661494, 0.29914483305056955, 1.2651157829656086, -0.01707468872367235, 0.03276975074149524, 1.4459777283562, 0.5876560757787198, -0.16361539566389152, 1.1530816037371854, 0.04799518935407421, -0.00901646311433879, -1.2137129265989373], "count": [771]}, "gripper_mode_state": {"mean": [0.36835278858625164, 0.32555123216601817], "std": [0.4823577632079562, 0.46858043856013365], "min": [0, 0], "max": [1, 1], "count": [771]}, "gripper_activity_state": {"mean": [1.9883268482490273, 1.894941634241245], "std": [0.1389927712022704, 0.4018282995587205], "min": [0, 0], "max": [2, 2], "count": [771]}, "gripper_mode_action": {"mean": [0.36835278858625164, 0.32555123216601817], "std": [0.4823577632079562, 0.46858043856013365], "min": [0, 0], "max": [1, 1], "count": [771]}, "gripper_activity_action": {"mean": [1.9883268482490273, 1.894941634241245], "std": [0.1389927712022704, 0.4018282995587205], "min": [0, 0], "max": [2, 2], "count": [771]}}} +{"episode_index": 215, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4760611809985038]], [[0.4665746404736593]], [[0.4561327626683203]]], "std": [[[0.15822800622699637]], [[0.16259929079390767]], [[0.1664934395600846]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4630127163064021]], [[0.45559453500275615]], [[0.44876965213796366]]], "std": [[[0.1474641595431756]], [[0.14987765024903085]], [[0.15524345506138662]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.463516724988188]], [[0.4680576201866289]], [[0.4570958060181904]]], "std": [[[0.15728408388630097]], [[0.15646397522088307]], [[0.16267276767999095]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4884411334061737]], [[0.48134692323214423]], [[0.4675638854437357]]], "std": [[[0.1528008613860192]], [[0.14609444000986987]], [[0.15430101778779923]]], "count": [166]}, "observation.state": {"min": [-0.4580442011356354, -0.052290067076683044, -0.110025554895401, -2.175971746444702, -0.39477601647377014, -0.02082177810370922, -0.25961771607398987, -0.2832910120487213, 0.3331330120563507, 0.051621001213788986, -1.6306463479995728, -1.4329805374145508, -1.1967411041259766, -0.1733635514974594, -0.06197664514183998, -0.2626371383666992, -1.7714743614196777, -0.025132741779088974, -0.11931070685386658, -0.0262148454785347, -0.33697500824928284, -0.566573977470398, 0.07481499761343002, 1.3015323877334595, -1.474359154701233, 0.8996064066886902, 0.0, 0.0, -0.018499882891774178, -0.17423465847969055, -0.8420968055725098, 1.908832311630249, -1.062684178352356, -0.0006312482873909175], "max": [0.37831756472587585, 0.3510729670524597, 0.30717796087265015, -1.4012376070022583, 0.20638518035411835, 0.28850293159484863, -0.019739674404263496, -0.16951100528240204, 0.5456140041351318, 0.21770800650119781, -1.2889224290847778, -1.1520793437957764, -0.8748073577880859, 0.5087984204292297, 0.18931587040424347, -0.1422966867685318, -0.8418770432472229, 0.0659559965133667, 0.07140142470598221, 0.15973253548145294, -0.29204100370407104, -0.3761340081691742, 0.12597499787807465, 1.4763309955596924, -1.3291609287261963, 1.0785223245620728, 1001.0, 1002.0, -0.018490483984351158, -0.17325900495052338, -0.8417981266975403, 1.9091269969940186, -1.0599379539489746, 0.002950255060568452], "mean": [0.0918082520365715, 0.17989026010036469, 0.08579010516405106, -1.7788866758346558, -0.1533050239086151, 0.06615382432937622, -0.059937965124845505, -0.2475176304578781, 0.40790772438049316, 0.166241854429245, -1.3885396718978882, -1.2961797714233398, -1.1148895025253296, 0.009476188570261002, 0.07987511157989502, -0.17897458374500275, -1.5551669597625732, 0.030453883111476898, -0.014087163843214512, 0.07081540673971176, -0.3018740117549896, -0.435038298368454, 0.11287926137447357, 1.4136370420455933, -1.3615496158599854, 1.0378466844558716, 585.083984375, 673.5343627929688, -0.018495788797736168, -0.17379532754421234, -0.8418277502059937, 1.9090476036071777, -1.0614780187606812, 0.0005452877376228571], "std": [0.27849817276000977, 0.10736726969480515, 0.10066327452659607, 0.17612262070178986, 0.1727413684129715, 0.1151740774512291, 0.05683557689189911, 0.0474250465631485, 0.06790859252214432, 0.06036616489291191, 0.12793061137199402, 0.05716169998049736, 0.10892730951309204, 0.18091700971126556, 0.0648258700966835, 0.043564148247241974, 0.24047553539276123, 0.021874060854315758, 0.03839338198304176, 0.04778221622109413, 0.0114345857873559, 0.050234805792570114, 0.015899568796157837, 0.037152670323848724, 0.02718222327530384, 0.037205278873443604, 481.71832275390625, 457.5814208984375, 8.857849138621532e-07, 8.124751911964267e-05, 2.8967602702323347e-05, 6.133520946605131e-05, 0.0005938228568993509, 0.00043326831655576825], "count": [917]}, "action": {"min": [-0.4580442011356354, -0.052290067076683044, -0.110025554895401, -2.175971746444702, -0.39477601647377014, -0.02082177810370922, -0.25961771607398987, -0.2832910120487213, 0.3331330120563507, 0.051621001213788986, -1.6306463479995728, -1.4329805374145508, -1.1967411041259766, -0.17332863807678223, -0.06197664514183998, -0.2626371383666992, -1.7714743614196777, -0.025132741779088974, -0.11931070685386658, -0.0262148454785347, -0.33697500824928284, -0.566573977470398, 0.07481499761343002, 1.3015323877334595, -1.474359154701233, 0.8996064066886902, 0.0, 0.0, -0.018499882891774178, -0.17423465847969055, -0.8420968055725098, 1.908832311630249, -1.062684178352356, -0.0006312482873909175], "max": [0.37831756472587585, 0.3510729670524597, 0.30717796087265015, -1.4012376070022583, 0.20638518035411835, 0.28850293159484863, -0.019739674404263496, -0.16951100528240204, 0.5456140041351318, 0.21770800650119781, -1.2889224290847778, -1.1520793437957764, -0.8748073577880859, 0.5087984204292297, 0.18931587040424347, -0.1422966867685318, -0.8418770432472229, 0.0659559965133667, 0.07140142470598221, 0.15973253548145294, -0.29204100370407104, -0.376147985458374, 0.12597499787807465, 1.4763309955596924, -1.3291609287261963, 1.0785223245620728, 1001.0, 1002.0, -0.018490483984351158, -0.17325900495052338, -0.8417981266975403, 1.9091269969940186, -1.0599379539489746, 0.002950255060568452], "mean": [0.09170743823051453, 0.17981597781181335, 0.08570435643196106, -1.778889775276184, -0.15321078896522522, 0.06624137610197067, -0.06005983427166939, -0.24748441576957703, 0.4079352915287018, 0.166250541806221, -1.3886075019836426, -1.2961387634277344, -1.114867091178894, 0.009619202464818954, 0.0797552615404129, -0.17885032296180725, -1.5550135374069214, 0.030416235327720642, -0.01400939654558897, 0.07094462960958481, -0.30188050866127014, -0.435090571641922, 0.11289535462856293, 1.4135600328445435, -1.3615782260894775, 1.037831425666809, 585.083984375, 673.5343627929688, -0.018495790660381317, -0.17379526793956757, -0.8418277502059937, 1.9090476036071777, -1.0614769458770752, 0.000545637565664947], "std": [0.27845215797424316, 0.10734865814447403, 0.10073375701904297, 0.17612376809120178, 0.17271022498607635, 0.11513862758874893, 0.0568697527050972, 0.04741065204143524, 0.06789694726467133, 0.06037186086177826, 0.12789876759052277, 0.05715906620025635, 0.10891517251729965, 0.18082478642463684, 0.06472542881965637, 0.043487802147865295, 0.2403828203678131, 0.021842602640390396, 0.03836560621857643, 0.047681163996458054, 0.011430804617702961, 0.05019843950867653, 0.015903756022453308, 0.03709566965699196, 0.02716279961168766, 0.03719640150666237, 481.71832275390625, 457.5813903808594, 8.84634573594667e-07, 8.12405050965026e-05, 2.895334728236776e-05, 6.131132977316156e-05, 0.0005936757661402225, 0.0004332588578108698], "count": [917]}, "timestamp": {"min": [0.0], "max": [30.533333333333335], "mean": [15.266666666666666], "std": [8.823831367382311], "count": [917]}, "frame_index": {"min": [0], "max": [916], "mean": [458.0], "std": [264.7149410214694], "count": [917]}, "episode_index": {"min": [215], "max": [215], "mean": [215.0], "std": [0.0], "count": [917]}, "index": {"min": [185465], "max": [186381], "mean": [185923.0], "std": [264.7149410214694], "count": [917]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [917]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.623773173391494, 0.6722878951217772], "std": [0.48443802653033, 0.4566879435064329], "count": [917]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.623773173391494, 0.6722878951217772], "std": [0.48443802653033, 0.4566879435064329], "count": [917]}, "eef_direction_state": {"mean": [5.390403489640131, 5.091603053435114], "std": [1.627944208311502, 2.087587386037252], "min": [0, 0], "max": [6, 6], "count": [917]}, "eef_velocity_state": {"mean": [0.24318429661941113, 0.19629225736095965], "std": [0.5987718271931404, 0.47930724463554414], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_acc_mag_state": {"mean": [0.35768811341330425, 0.33042529989094876], "std": [0.6947994217208228, 0.667749956575925], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_direction_action": {"mean": [5.390403489640131, 5.091603053435114], "std": [1.627944208311502, 2.087587386037252], "min": [0, 0], "max": [6, 6], "count": [917]}, "eef_velocity_action": {"mean": [0.24318429661941113, 0.19629225736095965], "std": [0.5987718271931404, 0.47930724463554414], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_acc_mag_action": {"mean": [0.35768811341330425, 0.33042529989094876], "std": [0.6947994217208228, 0.667749956575925], "min": [0, 0], "max": [2, 2], "count": [917]}, "eef_sim_pose_state": {"mean": [0.42632897440574435, 0.23592464736621302, 1.1910086127077169, -0.030730986519801114, -0.039931185210539746, 1.3865521652578572, 0.4549264817243025, -0.19046913146619052, 1.1414086916102701, -0.010817802855407033, -0.045245404032569284, -1.3134776352755526], "std": [0.06974496580425109, 0.05208516809222128, 0.045728543766188394, 0.020198311778899324, 0.11485422291529868, 0.08584473489229438, 0.05043908329984014, 0.014556220092558093, 0.00739003116623792, 0.04122287176827145, 0.013089391135223193, 0.024727012377777375], "min": [0.3522306689224344, 0.13341058374501735, 1.1567801172915506, -0.09191005176428213, -0.3070333060927337, 1.1728821760405668, 0.39635142519602024, -0.2015526262138099, 1.1166270637304205, -0.11903496444060979, -0.07114778641036179, -1.3596537588541566], "max": [0.5671002275816792, 0.2924590378579322, 1.2637413448389905, -0.013036097728823859, 0.06493165360197128, 1.4460118486396933, 0.5857319009821299, -0.1574220737163359, 1.1491143731084785, 0.048092548271837954, -0.010731331796028254, -1.202107210205153], "count": [917]}, "eef_sim_pose_action": {"mean": [0.42635701053693364, 0.23593581780666278, 1.1910379148439243, -0.0307651368181039, -0.03998502222849944, 1.38653173366729, 0.4549778745853407, -0.19048224072126801, 1.1414088155657578, -0.010875698473189485, -0.04521587465530635, -1.3135012086992148], "std": [0.06973291161540564, 0.05209239373141276, 0.04571522297374624, 0.020202331894344283, 0.11483195545279874, 0.08583290647588827, 0.05040337099654212, 0.014560031581366378, 0.007390083349929592, 0.04117823649047771, 0.013069616640458196, 0.024728093744143483], "min": [0.3522306689224344, 0.13341058374501735, 1.1567801172915506, -0.09191005176428213, -0.3070333060927337, 1.1728821760405668, 0.3963649559903363, -0.2015526262138099, 1.1166270637304205, -0.11903496444060979, -0.07114778641036179, -1.3596537588541566], "max": [0.5671002275816792, 0.2924590378579322, 1.2637413448389905, -0.013036097728823859, 0.06493165360197128, 1.4460118486396933, 0.5857319009821299, -0.1574220737163359, 1.1491143731084785, 0.048092548271837954, -0.010731331796028254, -1.202107210205153], "count": [917]}, "gripper_mode_state": {"mean": [0.376226826608506, 0.3293347873500545], "std": [0.48443802653033, 0.46997168552067325], "min": [0, 0], "max": [1, 1], "count": [917]}, "gripper_activity_state": {"mean": [1.990185387131952, 1.90185387131952], "std": [0.12752004347420703, 0.3923572588332878], "min": [0, 0], "max": [2, 2], "count": [917]}, "gripper_mode_action": {"mean": [0.376226826608506, 0.3293347873500545], "std": [0.48443802653033, 0.46997168552067325], "min": [0, 0], "max": [1, 1], "count": [917]}, "gripper_activity_action": {"mean": [1.990185387131952, 1.90185387131952], "std": [0.12752004347420703, 0.3923572588332878], "min": [0, 0], "max": [2, 2], "count": [917]}}} +{"episode_index": 216, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47536722968172773]], [[0.4665087433524134]], [[0.4560549491535745]]], "std": [[[0.14622431537129077]], [[0.14989865726544366]], [[0.15407656018596452]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4666909569987415]], [[0.4587346407766005]], [[0.4519097399829497]]], "std": [[[0.14524380879705437]], [[0.14663758206409255]], [[0.1519084963837193]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46218926084926726]], [[0.46551050420168066]], [[0.45478236511996106]]], "std": [[[0.16207178148767237]], [[0.16182012689487738]], [[0.16786860141130364]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4871164164941339]], [[0.4804493261072545]], [[0.4667183820992165]]], "std": [[[0.1468523257239679]], [[0.1390560204217852]], [[0.14634844549184545]]], "count": [161]}, "observation.state": {"min": [-0.47478190064430237, 0.09717992693185806, -0.09377654641866684, -2.118515729904175, -0.2878047823905945, -0.04740314558148384, -0.30920252203941345, -0.28325900435447693, 0.3360460102558136, 0.08839400112628937, -1.785679578781128, -1.3375704288482666, -1.1854034662246704, -0.1733810007572174, -0.08779006451368332, -0.2626197040081024, -1.7714743614196777, -0.055431660264730453, -0.0636696144938469, -0.0262148454785347, -0.3282969892024994, -0.5663650035858154, 0.07360199838876724, 1.2759501934051514, -1.4691201448440552, 0.8505865335464478, 0.0, 0.0, -0.018505524843931198, -0.1741594523191452, -0.8419795632362366, 1.9089630842208862, -1.0625622272491455, -0.002142447279766202], "max": [0.3683342933654785, 0.4006752371788025, 0.2732487618923187, -1.3867862224578857, 0.1316501945257187, 0.1875007152557373, -0.01984439231455326, -0.1722629964351654, 0.5500550270080566, 0.21602900326251984, -1.2971378564834595, -1.141170620918274, -0.8066608309745789, 0.5008396506309509, 0.18931587040424347, -0.1347917765378952, -0.8929104208946228, 0.06590363383293152, 0.20354029536247253, 0.1794373095035553, -0.291797012090683, -0.37617000937461853, 0.13618400692939758, 1.4755313396453857, -1.3289989233016968, 1.0664958953857422, 1001.0, 1002.0, -0.018488604575395584, -0.17343570291996002, -0.8416998386383057, 1.9090145826339722, -1.0597937107086182, 0.0035046145785599947], "mean": [0.13518691062927246, 0.23557813465595245, 0.0817481130361557, -1.7987949848175049, -0.1788027286529541, 0.021771389991044998, -0.08011527359485626, -0.2565242350101471, 0.39660292863845825, 0.18008765578269958, -1.4181232452392578, -1.2892005443572998, -1.0915595293045044, -0.017759867012500763, 0.10044610500335693, -0.17084428668022156, -1.62843656539917, -0.00036537391133606434, 0.12404483556747437, 0.08609826117753983, -0.29997995495796204, -0.4265354871749878, 0.11853142082691193, 1.3673648834228516, -1.3693408966064453, 0.9280657768249512, 632.1795654296875, 699.0715942382812, -0.01849600113928318, -0.17378143966197968, -0.8417864441871643, 1.9089999198913574, -1.0614451169967651, 0.0005654695560224354], "std": [0.25033217668533325, 0.057143472135066986, 0.08653127402067184, 0.14945147931575775, 0.12591201066970825, 0.07757222652435303, 0.0862198993563652, 0.043697159737348557, 0.060179684311151505, 0.04019603133201599, 0.1723998337984085, 0.05340716615319252, 0.13493579626083374, 0.18559283018112183, 0.07281102985143661, 0.04730471596121788, 0.24697142839431763, 0.0333302766084671, 0.10386300086975098, 0.05749708414077759, 0.009734092280268669, 0.051998965442180634, 0.021469874307513237, 0.05434834957122803, 0.02443065494298935, 0.0662614181637764, 470.0143737792969, 446.1853332519531, 1.012832854030421e-06, 7.368050864897668e-05, 4.134446498937905e-05, 8.769593478064053e-06, 0.0005328361294232309, 0.0005958540132269263], "count": [880]}, "action": {"min": [-0.47478190064430237, 0.09717992693185806, -0.09377654641866684, -2.118515729904175, -0.2878047823905945, -0.04740314558148384, -0.30920252203941345, -0.28325900435447693, 0.3360460102558136, 0.08839400112628937, -1.785679578781128, -1.3375704288482666, -1.1854034662246704, -0.1733810007572174, -0.08779006451368332, -0.2626197040081024, -1.7714743614196777, -0.055431660264730453, -0.0636696144938469, -0.0262148454785347, -0.3282969892024994, -0.5663650035858154, 0.07360199838876724, 1.2759501934051514, -1.4691201448440552, 0.8505865335464478, 0.0, 0.0, -0.018505524843931198, -0.1741594523191452, -0.8419795632362366, 1.9089630842208862, -1.0625622272491455, -0.002142447279766202], "max": [0.3683342933654785, 0.4006752371788025, 0.2732487618923187, -1.3867862224578857, 0.1316501945257187, 0.1875007152557373, -0.01984439231455326, -0.1722629964351654, 0.5500550270080566, 0.21602900326251984, -1.2971378564834595, -1.141170620918274, -0.8066608309745789, 0.5008396506309509, 0.18931587040424347, -0.1347917765378952, -0.8929104208946228, 0.06590363383293152, 0.20354029536247253, 0.1794373095035553, -0.291797012090683, -0.37617000937461853, 0.13618400692939758, 1.4755313396453857, -1.3289989233016968, 1.0664958953857422, 1001.0, 1002.0, -0.018488604575395584, -0.17343570291996002, -0.8416998386383057, 1.9090145826339722, -1.0597937107086182, 0.0035046145785599947], "mean": [0.13509705662727356, 0.23560099303722382, 0.08176776021718979, -1.798733115196228, -0.17853723466396332, 0.0217475276440382, -0.08025766164064407, -0.2565193474292755, 0.39662444591522217, 0.1800731122493744, -1.4183951616287231, -1.2890594005584717, -1.0912834405899048, -0.017665280029177666, 0.10036773979663849, -0.17070282995700836, -1.6284006834030151, -0.00044786036596633494, 0.12434473633766174, 0.08626820892095566, -0.29998546838760376, -0.42657235264778137, 0.1185600608587265, 1.3672174215316772, -1.369388461112976, 0.9278624057769775, 632.1795654296875, 699.0715942382812, -0.01849599927663803, -0.1737814098596573, -0.8417863845825195, 1.909000039100647, -1.0614444017410278, 0.0005655331187881529], "std": [0.2502996623516083, 0.05714965984225273, 0.08652423322200775, 0.14944198727607727, 0.12599964439868927, 0.07758857309818268, 0.08622381091117859, 0.0436943955719471, 0.06017235666513443, 0.040190503001213074, 0.17239739000797272, 0.053492605686187744, 0.13499346375465393, 0.1855342984199524, 0.0727529302239418, 0.047216057777404785, 0.24695245921611786, 0.03325585648417473, 0.10370137542486191, 0.057385846972465515, 0.009730979800224304, 0.051974792033433914, 0.02147488482296467, 0.054229985922575, 0.02439328469336033, 0.06611066311597824, 470.0143737792969, 446.1853332519531, 1.014286681311205e-06, 7.372789696091786e-05, 4.132923641009256e-05, 8.834118489176035e-06, 0.0005326912505552173, 0.0005958671681582928], "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": [216], "max": [216], "mean": [216.0], "std": [0.0], "count": [880]}, "index": {"min": [186382], "max": [187261], "mean": [186821.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6670454545454545, 0.6977681816767224], "std": [0.4712704277967204, 0.4453032172380829], "count": [880]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6670454545454545, 0.6977681816767224], "std": [0.4712704277967204, 0.4453032172380829], "count": [880]}, "eef_direction_state": {"mean": [5.230681818181818, 4.975], "std": [1.8396428726142329, 2.1698999767479625], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_state": {"mean": [0.26477272727272727, 0.21704545454545454], "std": [0.6023702751191404, 0.4856395948805077], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_state": {"mean": [0.38522727272727275, 0.3704545454545455], "std": [0.7138308579780335, 0.6951388172204198], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_direction_action": {"mean": [5.230681818181818, 4.975], "std": [1.839642872614233, 2.1698999767479625], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_action": {"mean": [0.26477272727272727, 0.21704545454545454], "std": [0.6023702751191404, 0.4856395948805077], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_action": {"mean": [0.38522727272727275, 0.3704545454545455], "std": [0.7138308579780335, 0.6951388172204197], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_sim_pose_state": {"mean": [0.41594221520170005, 0.25215322189192924, 1.1819026348983863, -0.03269994533093683, -0.06292025591319134, 1.365965528601028, 0.447336034312695, -0.19622028222093912, 1.154639884592116, -0.11053294269267176, -0.08187941940523233, -1.3012458725108298], "std": [0.06301054503598656, 0.0300445195156669, 0.04131313341536676, 0.025290117897506875, 0.13826232328753177, 0.11670487845864641, 0.05189822137995057, 0.02164727560444136, 0.01037089018154617, 0.07249645950935249, 0.018103274949061686, 0.023809977320884468], "min": [0.356853975381963, 0.17765349744451042, 1.156794314340388, -0.1085134033219387, -0.3475369029491917, 1.07259070169022, 0.3963682873219055, -0.21269698258530864, 1.1300400580038406, -0.16474848625549365, -0.09746277015755189, -1.3634014784552528], "max": [0.5736867580639544, 0.2989955830128105, 1.2639670646537235, -0.017492131057088467, 0.03275483329988993, 1.4460265702493915, 0.5856454336014781, -0.14556770025482102, 1.1632715886927996, 0.047979489573454104, -0.027950846610725888, -1.1843724946481633], "count": [880]}, "eef_sim_pose_action": {"mean": [0.41596722291764865, 0.25215656336790326, 1.1819067542234576, -0.03270744192597087, -0.06321924441043242, 1.3658132851900944, 0.4473737516938692, -0.19624701554502172, 1.1546600254696626, -0.110758109058708, -0.08191087595910543, -1.3012401003243257], "std": [0.06300202959126192, 0.03004605988932226, 0.04131081108813162, 0.025286603816927555, 0.13833975643230859, 0.11668799789131763, 0.051873231674302495, 0.02165250978321291, 0.010368424574529982, 0.07231145418698737, 0.018102335005861503, 0.023809838470031947], "min": [0.356853975381963, 0.17765349744451042, 1.156794314340388, -0.1085134033219387, -0.3475369029491917, 1.07259070169022, 0.3963682873219055, -0.21269698258530864, 1.1300400580038406, -0.16474848625549365, -0.09746277015755189, -1.3634014784552528], "max": [0.5736867580639544, 0.2989955830128105, 1.2639670646537235, -0.017492131057088467, 0.03275483329988993, 1.4460265702493915, 0.5856454336014781, -0.14556770025482102, 1.1632715886927996, 0.047979489573454104, -0.027950846610725888, -1.1843724946481633], "count": [880]}, "gripper_mode_state": {"mean": [0.33295454545454545, 0.30227272727272725], "std": [0.47127042779672024, 0.4592427741618077], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_state": {"mean": [1.9897727272727272, 1.8988636363636364], "std": [0.13015704912918286, 0.4016993216839188], "min": [0, 0], "max": [2, 2], "count": [880]}, "gripper_mode_action": {"mean": [0.33295454545454545, 0.30227272727272725], "std": [0.47127042779672024, 0.45924277416180764], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_action": {"mean": [1.9897727272727272, 1.8988636363636364], "std": [0.13015704912918286, 0.4016993216839188], "min": [0, 0], "max": [2, 2], "count": [880]}}} +{"episode_index": 217, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47495863842933006]], [[0.4633401896956699]], [[0.45249423126021243]]], "std": [[[0.14381698972170992]], [[0.14752304643482128]], [[0.15185898973932666]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4659366242851307]], [[0.45733255080678104]], [[0.450238569750817]]], "std": [[[0.14625767342453536]], [[0.1472439121556587]], [[0.15229423102853773]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46662226051879085]], [[0.47085686912785946]], [[0.4606938738255719]]], "std": [[[0.16498139754566196]], [[0.16487172697349575]], [[0.1708250608707609]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4981930300245098]], [[0.4873569521037581]], [[0.47301433695874184]]], "std": [[[0.15420196047836357]], [[0.1432602167278253]], [[0.15059097970045482]]], "count": [160]}, "observation.state": {"min": [-0.4686034619808197, 0.07276277989149094, -0.1367814540863037, -2.0995960235595703, -0.4329289197921753, -0.08342674374580383, -0.22706733644008636, -0.2832689881324768, 0.3403570055961609, 0.08389999717473984, -1.6956912279129028, -1.436550498008728, -1.2055538892745972, -0.17592918872833252, -0.10416124761104584, -0.26258477568626404, -1.771526575088501, -0.004590216092765331, -0.18783234059810638, -0.0262148454785347, -0.33796000480651855, -0.5685709714889526, 0.06617499887943268, 1.2869596481323242, -1.4543896913528442, 0.9709185361862183, 0.0, 0.0, -0.018505524843931198, -0.1741594523191452, -0.8420286774635315, 1.9089876413345337, -1.0625027418136597, -0.0019905678927898407], "max": [0.35381314158439636, 0.4124387502670288, 0.30283206701278687, -1.4010980129241943, 0.08716174215078354, 0.25853562355041504, -0.01984439231455326, -0.16889600455760956, 0.5506880283355713, 0.2326280027627945, -1.288004994392395, -1.2072077989578247, -0.843525767326355, 0.5289918184280396, 0.18929840624332428, -0.125593900680542, -0.783478319644928, 0.08229227364063263, 0.10461503267288208, 0.14648547768592834, -0.2919670045375824, -0.37616899609565735, 0.12282200157642365, 1.4755313396453857, -1.3262277841567993, 1.0842258930206299, 1001.0, 1002.0, -0.01848672330379486, -0.17330598831176758, -0.8416301012039185, 1.909327507019043, -1.0592470169067383, 0.003857733914628625], "mean": [0.14612525701522827, 0.23279786109924316, 0.06912107020616531, -1.8052178621292114, -0.2054634541273117, 0.03042093850672245, -0.07727354019880295, -0.25799456238746643, 0.3943164050579071, 0.18443386256694794, -1.3904705047607422, -1.309970498085022, -1.113392949104309, -0.04097167029976845, 0.0932617262005806, -0.17413076758384705, -1.612872838973999, 0.05200944468379021, 0.01563655585050583, 0.08938948810100555, -0.3016086518764496, -0.41940897703170776, 0.11218230426311493, 1.402511715888977, -1.4032526016235352, 1.01833975315094, 625.5286254882812, 709.0274658203125, -0.01849556341767311, -0.17375387251377106, -0.8417559266090393, 1.9091919660568237, -1.0614625215530396, 0.0005368340644054115], "std": [0.2410385012626648, 0.059011057019233704, 0.08861702680587769, 0.1382005214691162, 0.11319711804389954, 0.1041179671883583, 0.0791550949215889, 0.042077671736478806, 0.05758841708302498, 0.039143674075603485, 0.13789692521095276, 0.04526352137327194, 0.11598436534404755, 0.19918814301490784, 0.0805969089269638, 0.0368967279791832, 0.27585485577583313, 0.020694071426987648, 0.06998315453529358, 0.05614147707819939, 0.012806477025151253, 0.055208273231983185, 0.015963368117809296, 0.048362575471401215, 0.03353653848171234, 0.03633284196257591, 471.6570129394531, 441.61785888671875, 1.4890736110828584e-06, 8.522065763827413e-05, 6.50241709081456e-05, 0.00013292786024976522, 0.0006362683488987386, 0.0007165080751292408], "count": [874]}, "action": {"min": [-0.4686034619808197, 0.07276277989149094, -0.1367814540863037, -2.0995960235595703, -0.4329289197921753, -0.08342674374580383, -0.22706733644008636, -0.2832689881324768, 0.3403570055961609, 0.08389999717473984, -1.6956912279129028, -1.436550498008728, -1.2055538892745972, -0.17592918872833252, -0.10416124761104584, -0.26258477568626404, -1.771526575088501, -0.004590216092765331, -0.18783234059810638, -0.0262148454785347, -0.33796000480651855, -0.5685709714889526, 0.06617499887943268, 1.2869596481323242, -1.4543896913528442, 0.9709185361862183, 0.0, 0.0, -0.018505524843931198, -0.1741594523191452, -0.8420286774635315, 1.9089876413345337, -1.0625027418136597, -0.0019905678927898407], "max": [0.35381314158439636, 0.4124387502670288, 0.30283206701278687, -1.4010980129241943, 0.08716174215078354, 0.25853562355041504, -0.01984439231455326, -0.16889600455760956, 0.5506880283355713, 0.2326280027627945, -1.288004994392395, -1.2072077989578247, -0.843525767326355, 0.5289918184280396, 0.18929840624332428, -0.125593900680542, -0.783478319644928, 0.08229227364063263, 0.10461503267288208, 0.14648547768592834, -0.2919670045375824, -0.37616899609565735, 0.12282200157642365, 1.4755313396453857, -1.3262277841567993, 1.0842258930206299, 1001.0, 1002.0, -0.01848672330379486, -0.17330598831176758, -0.8416301012039185, 1.909327507019043, -1.0592470169067383, 0.003857733914628625], "mean": [0.14604778587818146, 0.2327823042869568, 0.06906937062740326, -1.805145025253296, -0.20534107089042664, 0.03035447932779789, -0.07745973020792007, -0.25798559188842773, 0.3943363428115845, 0.18443772196769714, -1.3906798362731934, -1.309915542602539, -1.1132864952087402, -0.04092579334974289, 0.09318485110998154, -0.17401479184627533, -1.6128382682800293, 0.05200427025556564, 0.01577857881784439, 0.08956341445446014, -0.3016138970851898, -0.41943034529685974, 0.11219681054353714, 1.4024419784545898, -1.4033538103103638, 1.018254280090332, 625.5286254882812, 709.0263061523438, -0.01849556155502796, -0.17375406622886658, -0.8417558670043945, 1.909192442893982, -1.0614620447158813, 0.0005365245160646737], "std": [0.24101117253303528, 0.059010669589042664, 0.08864598721265793, 0.13819396495819092, 0.11320260167121887, 0.10416918247938156, 0.07921121269464493, 0.04207310080528259, 0.05758192390203476, 0.0391455702483654, 0.1378941684961319, 0.04528200626373291, 0.11596173793077469, 0.19916224479675293, 0.08053736388683319, 0.036777667701244354, 0.2758367359638214, 0.020691152662038803, 0.06994791328907013, 0.05601873621344566, 0.012803534045815468, 0.05519517511129379, 0.015966912731528282, 0.04830266907811165, 0.03344718739390373, 0.03630924969911575, 471.65704345703125, 441.616943359375, 1.4894328614900587e-06, 8.52721423143521e-05, 6.504941120510921e-05, 0.00013281794963404536, 0.0006364475702866912, 0.0007165001006796956], "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": [217], "max": [217], "mean": [217.0], "std": [0.0], "count": [874]}, "index": {"min": [187262], "max": [188135], "mean": [187698.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6636155606407322, 0.7077242560659107], "std": [0.4724721667106119, 0.4407498844058985], "count": [874]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6636155606407322, 0.7077242560659107], "std": [0.4724721667106119, 0.4407498844058985], "count": [874]}, "eef_direction_state": {"mean": [5.225400457665904, 5.0125858123569795], "std": [1.8559682041040235, 2.138473320373614], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_state": {"mean": [0.2654462242562929, 0.2208237986270023], "std": [0.5959593884199907, 0.5066841627746256], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_state": {"mean": [0.38558352402745993, 0.36727688787185353], "std": [0.7039105807728443, 0.6974160538488272], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_direction_action": {"mean": [5.225400457665904, 5.0125858123569795], "std": [1.8559682041040235, 2.138473320373614], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_action": {"mean": [0.2654462242562929, 0.2208237986270023], "std": [0.5959593884199907, 0.5066841627746256], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_action": {"mean": [0.38558352402745993, 0.36727688787185353], "std": [0.7039105807728442, 0.6974160538488273], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_sim_pose_state": {"mean": [0.4131957250970403, 0.2550905577908604, 1.1808701859121633, -0.02820523716125766, -0.0321025749725858, 1.3763814309376021, 0.43999266622991323, -0.19235817210724543, 1.144347544648577, -0.03401049204840005, -0.024647635823567896, -1.290271032838003], "std": [0.060047819101138634, 0.030819320936768903, 0.04161487466607577, 0.0199459845865874, 0.10723963641374931, 0.10553358769603531, 0.0545116652921323, 0.019296922128016706, 0.011569796496536278, 0.034663078265899316, 0.02789509785532048, 0.035628653986913165], "min": [0.3602455350944082, 0.1768289348850366, 1.1566593778900602, -0.09236454218279255, -0.26522472006238407, 1.1011159883002513, 0.39627867562708496, -0.20540292208794855, 1.111385419636263, -0.08648904193671514, -0.06758226388631772, -1.370943758650279], "max": [0.5727068458745603, 0.31373552520039344, 1.26970090950736, -0.0165161514315475, 0.09363943899181293, 1.4499606917314685, 0.5870302734922823, -0.14411622317413872, 1.1552302152639138, 0.04794343067402551, 0.042304824305721356, -1.2483733481840518], "count": [874]}, "eef_sim_pose_action": {"mean": [0.41321856358899217, 0.2551084363736865, 1.1808715760527642, -0.028271806537569524, -0.03224508705718101, 1.3762647558224643, 0.4400152376281383, -0.19237684193302454, 1.1443545721970345, -0.03411803496959205, -0.024605926167426264, -1.2902283486587094], "std": [0.06004031937142877, 0.03082933678047223, 0.04161409136068941, 0.020007202707054115, 0.10723629024418517, 0.10551298956883051, 0.0544976896688307, 0.0193012874487445, 0.011571751877474303, 0.03455442959839621, 0.027858143646512522, 0.035634087454359135], "min": [0.3602455350944082, 0.1768289348850366, 1.1566593778900602, -0.09236454218279255, -0.26522472006238407, 1.1011159883002513, 0.39627867562708496, -0.20540292208794855, 1.111385419636263, -0.08648904193671514, -0.06758226388631772, -1.370943758650279], "max": [0.5727068458745603, 0.31373552520039344, 1.26970090950736, -0.0165161514315475, 0.09363943899181293, 1.4499606917314685, 0.5870302734922823, -0.14411622317413872, 1.1552302152639138, 0.04794343067402551, 0.042304824305721356, -1.2483733481840518], "count": [874]}, "gripper_mode_state": {"mean": [0.33638443935926776, 0.2940503432494279], "std": [0.4724721667106119, 0.4556146824722927], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_state": {"mean": [1.9897025171624714, 1.9016018306636155], "std": [0.13060028040969826, 0.39669365408481144], "min": [0, 0], "max": [2, 2], "count": [874]}, "gripper_mode_action": {"mean": [0.33638443935926776, 0.2940503432494279], "std": [0.4724721667106119, 0.4556146824722927], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_action": {"mean": [1.9897025171624714, 1.9016018306636155], "std": [0.13060028040969826, 0.3966936540848115], "min": [0, 0], "max": [2, 2], "count": [874]}}} +{"episode_index": 218, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.471420336833293]], [[0.4614363262022916]], [[0.4506949790204147]]], "std": [[[0.14716576764996334]], [[0.15118060465238645]], [[0.15524406953298547]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46501324840635844]], [[0.4572891286916001]], [[0.45052295524691355]]], "std": [[[0.14670423573166652]], [[0.1477360779475059]], [[0.15269537859809773]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682272931291858]], [[0.47190965035705645]], [[0.4636837667937545]]], "std": [[[0.1621555948106757]], [[0.16175410179818145]], [[0.16872858808921914]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48996240695352217]], [[0.4782254649802308]], [[0.46531852028362786]]], "std": [[[0.15584653793760203]], [[0.14402195612249843]], [[0.15084478502468568]]], "count": [162]}, "observation.state": {"min": [-0.5003858804702759, 0.11878710985183716, -0.1914975345134735, -2.1075198650360107, -0.5538627505302429, -0.028867745772004128, -0.27769935131073, -0.28325000405311584, 0.33927300572395325, 0.09452100098133087, -1.6905211210250854, -1.5174561738967896, -1.3071269989013672, -0.17407913506031036, -0.05900958180427551, -0.26258477568626404, -1.771404504776001, 0.020053833723068237, -0.14739304780960083, -0.026197392493486404, -0.33767300844192505, -0.5669500231742859, 0.08351100236177444, 1.2912724018096924, -1.502946138381958, 0.9255234599113464, 0.0, 0.0, -0.018503643572330475, -0.17425908148288727, -0.8419700264930725, 1.9090667963027954, -1.0636056661605835, -0.002515500644221902], "max": [0.3589269816875458, 0.510927677154541, 0.31065115332603455, -1.3951988220214844, 0.018535397946834564, 0.2993065118789673, -0.01984439231455326, -0.16264699399471283, 0.5537890195846558, 0.24693900346755981, -1.2305402755737305, -1.2388672828674316, -0.8192622661590576, 0.5090078115463257, 0.1892635077238083, -0.12723450362682343, -0.8319112062454224, 0.12323769927024841, 0.14161601662635803, 0.16235052049160004, -0.2912279963493347, -0.37616899609565735, 0.11806099861860275, 1.4755313396453857, -1.3291609287261963, 1.0683109760284424, 1001.0, 1002.0, -0.01848672330379486, -0.17350901663303375, -0.8416174650192261, 1.9093742370605469, -1.0593048334121704, 0.0019298162078484893], "mean": [0.13704748451709747, 0.24876129627227783, 0.06737593561410904, -1.8140896558761597, -0.23048092424869537, 0.050644855946302414, -0.08446871489286423, -0.2520970404148102, 0.39548325538635254, 0.18703249096870422, -1.3912456035614014, -1.3231545686721802, -1.1070520877838135, 0.009853151626884937, 0.11002408713102341, -0.19065852463245392, -1.5820605754852295, 0.08832144737243652, 0.05569882690906525, 0.11027510464191437, -0.2996842861175537, -0.4318942427635193, 0.10981310158967972, 1.4003077745437622, -1.4478739500045776, 0.9888136982917786, 686.460693359375, 635.6179809570312, -0.018495574593544006, -0.173795685172081, -0.8417679071426392, 1.909176230430603, -1.0614655017852783, 0.0006162653444334865], "std": [0.25574439764022827, 0.06603357940912247, 0.10298504680395126, 0.1434275060892105, 0.10435976833105087, 0.11554814875125885, 0.09021233022212982, 0.04634227603673935, 0.05972333997488022, 0.039246365427970886, 0.14354974031448364, 0.05225912109017372, 0.13198356330394745, 0.192178875207901, 0.07382667064666748, 0.03510008007287979, 0.27209392189979553, 0.03637906163930893, 0.10035595297813416, 0.07068292051553726, 0.01396565604954958, 0.054264117032289505, 0.011457366868853569, 0.043964989483356476, 0.06559160351753235, 0.04998168721795082, 451.3771057128906, 469.3436584472656, 1.017144995785202e-06, 7.320514851016924e-05, 6.800547271268442e-05, 7.188707240857184e-05, 0.0007405556389130652, 0.0004348534275777638], "count": [890]}, "action": {"min": [-0.5003858804702759, 0.11878710985183716, -0.1914975345134735, -2.1075198650360107, -0.5538627505302429, -0.028867745772004128, -0.27769935131073, -0.28325000405311584, 0.33927300572395325, 0.09452100098133087, -1.6905211210250854, -1.5174561738967896, -1.3071269989013672, -0.17407913506031036, -0.05900958180427551, -0.26258477568626404, -1.771404504776001, 0.020053833723068237, -0.14739304780960083, -0.026197392493486404, -0.33767300844192505, -0.5669500231742859, 0.08351100236177444, 1.2912724018096924, -1.502946138381958, 0.9255234599113464, 0.0, 0.0, -0.018503643572330475, -0.17425908148288727, -0.8419700264930725, 1.9090667963027954, -1.0636056661605835, -0.002515500644221902], "max": [0.3589269816875458, 0.510927677154541, 0.31065115332603455, -1.3951988220214844, 0.018535397946834564, 0.2993065118789673, -0.01984439231455326, -0.16264699399471283, 0.5537890195846558, 0.24693900346755981, -1.2305402755737305, -1.2388672828674316, -0.8192622661590576, 0.5090078115463257, 0.1892635077238083, -0.12723450362682343, -0.8319112062454224, 0.12323769927024841, 0.14161601662635803, 0.16235052049160004, -0.2912279963493347, -0.37616899609565735, 0.11806099861860275, 1.4755313396453857, -1.3291609287261963, 1.0683109760284424, 1001.0, 1002.0, -0.01848672330379486, -0.17350901663303375, -0.8416174650192261, 1.9093742370605469, -1.0593048334121704, 0.0019298162078484893], "mean": [0.13699708878993988, 0.24879832565784454, 0.06727227568626404, -1.8141266107559204, -0.23039908707141876, 0.050667937844991684, -0.0846482515335083, -0.25205543637275696, 0.39549651741981506, 0.1870572417974472, -1.3914469480514526, -1.3230667114257812, -1.1069397926330566, 0.009981974959373474, 0.10996682941913605, -0.1905607283115387, -1.5819847583770752, 0.088381826877594, 0.055925507098436356, 0.11048611253499985, -0.2996850907802582, -0.4319361448287964, 0.10982237756252289, 1.400219202041626, -1.4480630159378052, 0.9886817336082458, 686.460693359375, 635.6179809570312, -0.018495574593544006, -0.1737956404685974, -0.8417678475379944, 1.909176230430603, -1.0614656209945679, 0.000616519246250391], "std": [0.2557234764099121, 0.06603845208883286, 0.1030568853020668, 0.14344078302383423, 0.10436997562646866, 0.11553596705198288, 0.09024253487586975, 0.046330925077199936, 0.05971825495362282, 0.039262574166059494, 0.14354339241981506, 0.05233161896467209, 0.13196004927158356, 0.19209398329257965, 0.07378410547971725, 0.03502089902758598, 0.27205076813697815, 0.03638632968068123, 0.10031412541866302, 0.0705556720495224, 0.013965204358100891, 0.05423540249466896, 0.011460637673735619, 0.04389288276433945, 0.06549206376075745, 0.049931399524211884, 451.3771057128906, 469.34368896484375, 1.017144995785202e-06, 7.317918789340183e-05, 6.806566671002656e-05, 7.184688001871109e-05, 0.0007405251380987465, 0.0004347827925812453], "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": [218], "max": [218], "mean": [218.0], "std": [0.0], "count": [890]}, "index": {"min": [188136], "max": [189025], "mean": [188580.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7247191011235955, 0.6344539328619545], "std": [0.4466557125910347, 0.46843339753956553], "count": [890]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7247191011235955, 0.6344539328619545], "std": [0.44665571259103476, 0.46843339753956553], "count": [890]}, "eef_direction_state": {"mean": [5.128089887640449, 5.096629213483146], "std": [1.9224860288818966, 2.0640556476146417], "min": [0, 0], "max": [6, 6], "count": [890]}, "eef_velocity_state": {"mean": [0.302247191011236, 0.20337078651685395], "std": [0.6374946623420311, 0.4928589921193199], "min": [0, 0], "max": [2, 2], "count": [890]}, "eef_acc_mag_state": {"mean": [0.3943820224719101, 0.3561797752808989], "std": [0.7130973034384539, 0.6853941794062639], "min": [0, 0], "max": [2, 2], "count": [890]}, "eef_direction_action": {"mean": [5.128089887640449, 5.096629213483146], "std": [1.9224860288818966, 2.0640556476146417], "min": [0, 0], "max": [6, 6], "count": [890]}, "eef_velocity_action": {"mean": [0.302247191011236, 0.20337078651685395], "std": [0.6374946623420311, 0.4928589921193199], "min": [0, 0], "max": [2, 2], "count": [890]}, "eef_acc_mag_action": {"mean": [0.3943820224719101, 0.3561797752808989], "std": [0.7130973034384539, 0.6853941794062639], "min": [0, 0], "max": [2, 2], "count": [890]}, "eef_sim_pose_state": {"mean": [0.41478674612833005, 0.2586801581517677, 1.1873446738159146, -0.02269563255303446, -0.02635282291352049, 1.3657542968482954, 0.4538750283667214, -0.1936438027396739, 1.1488683421770034, -0.05671185571338683, -0.007319989941336147, -1.2572615394740534], "std": [0.06286975079883997, 0.030404742469619234, 0.046300791876851204, 0.020207616224041422, 0.10451207353525437, 0.12677753615409354, 0.05371842220436697, 0.015413183005762578, 0.014041342623953705, 0.0542872095881168, 0.030147911770896842, 0.044268068252717944], "min": [0.3592917638877824, 0.18683189436674444, 1.1567798362769084, -0.08379715588610648, -0.26012193880354406, 1.0625741775180884, 0.3963721026545084, -0.20593410946183952, 1.1140609340390775, -0.1621467974646198, -0.06758306856985086, -1.3562639063152808], "max": [0.5782520124378132, 0.33087416991016044, 1.2765717500917952, 0.01744320899265306, 0.17370873775263207, 1.4787941842709098, 0.5858943785509757, -0.1625207239980316, 1.1605502445474882, 0.04793138903641814, 0.040732108916852194, -1.2179176569172352], "count": [890]}, "eef_sim_pose_action": {"mean": [0.41480240085424347, 0.25871649929474677, 1.187379052959597, -0.022759007509504554, -0.026516498207024005, 1.3656608531264984, 0.4539204855004308, -0.1936631232056507, 1.1488849045143328, -0.05686414355803122, -0.007235052274854215, -1.2571656164889975], "std": [0.06286369374426286, 0.030431050128426115, 0.04628946838373087, 0.020279724871748592, 0.10453359769906947, 0.12674908042584257, 0.053686879302745176, 0.01541775805708719, 0.014044887915307275, 0.05418345566862416, 0.030084547909667844, 0.04425840768472985], "min": [0.3592917638877824, 0.18683189436674444, 1.1567798362769084, -0.08379715588610648, -0.26012193880354406, 1.0625741775180884, 0.3963721026545084, -0.20593410946183952, 1.1140609340390775, -0.1621467974646198, -0.06758306856985086, -1.3562639063152808], "max": [0.5782520124378132, 0.33087416991016044, 1.2765717500917952, 0.01744320899265306, 0.17370873775263207, 1.4787941842709098, 0.5858943785509757, -0.1625207239980316, 1.1605502445474882, 0.04793138903641814, 0.040732108916852194, -1.2179176569172352], "count": [890]}, "gripper_mode_state": {"mean": [0.2752808988764045, 0.3651685393258427], "std": [0.4466557125910347, 0.48147739013630353], "min": [0, 0], "max": [1, 1], "count": [890]}, "gripper_activity_state": {"mean": [1.989887640449438, 1.90561797752809], "std": [0.12942825336297253, 0.38522124113374695], "min": [0, 0], "max": [2, 2], "count": [890]}, "gripper_mode_action": {"mean": [0.2752808988764045, 0.3651685393258427], "std": [0.44665571259103476, 0.48147739013630353], "min": [0, 0], "max": [1, 1], "count": [890]}, "gripper_activity_action": {"mean": [1.989887640449438, 1.90561797752809], "std": [0.12942825336297253, 0.38522124113374695], "min": [0, 0], "max": [2, 2], "count": [890]}}} +{"episode_index": 219, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47756292326167415]], [[0.46825964273761717]], [[0.45787255025001966]]], "std": [[[0.14801987829645313]], [[0.15190718607441997]], [[0.1559901914058667]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46639310797110006]], [[0.458479289707851]], [[0.45146309625757935]]], "std": [[[0.14494975521389425]], [[0.1463689708582612]], [[0.15185174209487765]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653215841306402]], [[0.46692109737971493]], [[0.45814160317741554]]], "std": [[[0.16040094745947353]], [[0.15913248913359054]], [[0.1659960095125149]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4894434010552012]], [[0.4815390741889125]], [[0.4680989632549807]]], "std": [[[0.1484607627215014]], [[0.13990481497252133]], [[0.14750079766575372]]], "count": [166]}, "observation.state": {"min": [-0.4688652455806732, 0.051626838743686676, -0.21041688323020935, -2.1286733150482178, -0.3463082015514374, -0.03122394159436226, -0.3488214910030365, -0.283253014087677, 0.3192810118198395, 0.07800699770450592, -1.8024803400039673, -1.3260735273361206, -1.1955327987670898, -0.17331120371818542, -0.08604472875595093, -0.26258477568626404, -1.7714568376541138, 0.01966986060142517, -0.09423033148050308, -0.026197392493486404, -0.3310239911079407, -0.5677379965782166, 0.07070799916982651, 1.2688781023025513, -1.4830025434494019, 0.9313821792602539, 0.0, 0.0, -0.018537482246756554, -0.17420834302902222, -0.8419613242149353, 1.9087308645248413, -1.0624147653579712, -0.0015634073643013835], "max": [0.4461236298084259, 0.5211204290390015, 0.28782224655151367, -1.3792814016342163, 0.14353588223457336, 0.22661355137825012, -0.01984439231455326, -0.16867400705814362, 0.551147997379303, 0.24647200107574463, -1.2963049411773682, -1.1172364950180054, -0.824669361114502, 0.5117828845977783, 0.1892635077238083, -0.1353677362203598, -0.8561712503433228, 0.06592108309268951, 0.14845770597457886, 0.15714943408966064, -0.2870889902114868, -0.3761630058288574, 0.1413940042257309, 1.4765925407409668, -1.3291609287261963, 1.0664958953857422, 1001.0, 1002.0, -0.01845664717257023, -0.17252959311008453, -0.8414573669433594, 1.9089463949203491, -1.060120940208435, 0.0027793908957391977], "mean": [0.12096282094717026, 0.23306462168693542, 0.0794321596622467, -1.7983695268630981, -0.16555540263652802, 0.03382265567779541, -0.08004729449748993, -0.2517762780189514, 0.4002387225627899, 0.17990447580814362, -1.4223171472549438, -1.2719184160232544, -1.0853360891342163, 0.008501202799379826, 0.11955156177282333, -0.17253093421459198, -1.593763828277588, 0.05873504653573036, 0.06623450666666031, 0.09935037791728973, -0.2967202067375183, -0.43375563621520996, 0.12140533328056335, 1.3978891372680664, -1.3933377265930176, 0.978527307510376, 662.6002197265625, 717.502197265625, -0.018499547615647316, -0.1736353635787964, -0.8417611718177795, 1.9088996648788452, -1.0614919662475586, 0.0005346272955648601], "std": [0.2546498477458954, 0.07912112772464752, 0.10281232744455338, 0.14261849224567413, 0.14551898837089539, 0.09006574749946594, 0.08750906586647034, 0.04582403227686882, 0.060519441962242126, 0.04338790848851204, 0.17491589486598969, 0.07002429664134979, 0.14171482622623444, 0.1857597976922989, 0.07876965403556824, 0.050409913063049316, 0.25315093994140625, 0.011401805095374584, 0.0872700959444046, 0.06672408431768417, 0.012232259847223759, 0.05183669552206993, 0.02470739744603634, 0.053514812141656876, 0.04060075059533119, 0.04997793957591057, 461.4717712402344, 438.25927734375, 8.058724233706016e-06, 0.00043787425966002047, 5.528200199478306e-05, 3.9357364585157484e-05, 0.0004036648606415838, 0.00040022144094109535], "count": [918]}, "action": {"min": [-0.4688652455806732, 0.051626838743686676, -0.21041688323020935, -2.1286733150482178, -0.3463082015514374, -0.03122394159436226, -0.3488214910030365, -0.283253014087677, 0.3192810118198395, 0.07800699770450592, -1.8024803400039673, -1.3260735273361206, -1.1955327987670898, -0.17331120371818542, -0.08604472875595093, -0.26258477568626404, -1.7714568376541138, 0.01966986060142517, -0.09423033148050308, -0.026197392493486404, -0.3310239911079407, -0.5677379965782166, 0.07070799916982651, 1.2688781023025513, -1.4830025434494019, 0.9313821792602539, 0.0, 0.0, -0.018537482246756554, -0.17420834302902222, -0.8419613242149353, 1.9087308645248413, -1.0624147653579712, -0.0015634073643013835], "max": [0.4461236298084259, 0.5211204290390015, 0.28782224655151367, -1.3792814016342163, 0.14353588223457336, 0.22661355137825012, -0.01984439231455326, -0.16867400705814362, 0.551147997379303, 0.24647200107574463, -1.2963049411773682, -1.1172364950180054, -0.824669361114502, 0.5117828845977783, 0.1892635077238083, -0.1353677362203598, -0.8561712503433228, 0.06592108309268951, 0.14845770597457886, 0.15714943408966064, -0.2870889902114868, -0.3761630058288574, 0.1413940042257309, 1.4765925407409668, -1.3291609287261963, 1.0664958953857422, 1001.0, 1002.0, -0.01845664717257023, -0.17252959311008453, -0.8414573669433594, 1.9089463949203491, -1.060120940208435, 0.0027793908957391977], "mean": [0.12074913084506989, 0.2329758107662201, 0.07943569123744965, -1.7982518672943115, -0.1652294248342514, 0.033851683139801025, -0.08014573156833649, -0.25175079703330994, 0.40029722452163696, 0.17988355457782745, -1.4225209951400757, -1.271720290184021, -1.08516526222229, 0.008644266985356808, 0.1195058599114418, -0.17239350080490112, -1.5936732292175293, 0.05873333662748337, 0.06644926965236664, 0.09953653812408447, -0.29671916365623474, -0.4338064193725586, 0.12143917381763458, 1.397797703742981, -1.3934082984924316, 0.9783939719200134, 662.6002197265625, 717.502197265625, -0.01849956437945366, -0.17363405227661133, -0.8417611718177795, 1.9088995456695557, -1.0614923238754272, 0.0005346831167116761], "std": [0.25461065769195557, 0.0791579857468605, 0.10281108319759369, 0.14262111485004425, 0.14565594494342804, 0.09005235880613327, 0.08749210089445114, 0.04581306874752045, 0.06051290035247803, 0.043381981551647186, 0.17487899959087372, 0.07014808058738708, 0.14168962836265564, 0.185670405626297, 0.07874248176813126, 0.0503363311290741, 0.25310227274894714, 0.011400888673961163, 0.08719217032194138, 0.06661202013492584, 0.012232720851898193, 0.051802992820739746, 0.02471260353922844, 0.0534537211060524, 0.04054541513323784, 0.04990634694695473, 461.4717712402344, 438.25927734375, 8.063148925430141e-06, 0.0004392883274704218, 5.5286771384999156e-05, 3.937180736102164e-05, 0.00040365339373238385, 0.00040023314068093896], "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": [219], "max": [219], "mean": [219.0], "std": [0.0], "count": [918]}, "index": {"min": [189026], "max": [189943], "mean": [189484.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6982570806100218, 0.7161786494155725], "std": [0.45901430259632475, 0.4373977174264999], "count": [918]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6982570806100218, 0.7161786494155725], "std": [0.45901430259632475, 0.4373977174264999], "count": [918]}, "eef_direction_state": {"mean": [5.174291938997821, 5.214596949891067], "std": [1.8406311345826898, 1.9382415724326496], "min": [0, 0], "max": [6, 6], "count": [918]}, "eef_velocity_state": {"mean": [0.289760348583878, 0.18627450980392157], "std": [0.6217935153108851, 0.4818571765448002], "min": [0, 0], "max": [2, 2], "count": [918]}, "eef_acc_mag_state": {"mean": [0.4117647058823529, 0.3093681917211329], "std": [0.7278710271870809, 0.6502382951424234], "min": [0, 0], "max": [2, 2], "count": [918]}, "eef_direction_action": {"mean": [5.174291938997821, 5.214596949891067], "std": [1.8406311345826898, 1.9382415724326496], "min": [0, 0], "max": [6, 6], "count": [918]}, "eef_velocity_action": {"mean": [0.289760348583878, 0.18627450980392157], "std": [0.6217935153108851, 0.4818571765448002], "min": [0, 0], "max": [2, 2], "count": [918]}, "eef_acc_mag_action": {"mean": [0.4117647058823529, 0.3093681917211329], "std": [0.7278710271870809, 0.6502382951424234], "min": [0, 0], "max": [2, 2], "count": [918]}, "eef_sim_pose_state": {"mean": [0.4193771298104858, 0.2515080854983647, 1.1864656656950456, -0.03422108664817195, -0.07754138181916882, 1.372107381572231, 0.45464372926976654, -0.20168521896768457, 1.1524030336947966, -0.0618866317009143, -0.04881667844028862, -1.2864941946880295], "std": [0.06294211355696644, 0.03536675244828654, 0.04397184712216718, 0.02518059850616336, 0.15064366789832, 0.11461214417722913, 0.05192328599937893, 0.025396740670858182, 0.011906979575631353, 0.057378224662568596, 0.03436385128453164, 0.021676514575104], "min": [0.341356632841839, 0.16462072317562984, 1.1567056056259772, -0.11946390534335094, -0.33588495143959674, 1.0744111582138762, 0.39637212378526293, -0.22199727760008117, 1.1235256448104591, -0.1327580970581902, -0.076051689201863, -1.3478752987121811], "max": [0.5731575922379724, 0.33685778641576714, 1.265044882169214, -0.017468541012701344, 0.033792864282522705, 1.4472414237702815, 0.5871946678144644, -0.14925535073419752, 1.1646604144633068, 0.04798067881854573, 0.05528363775856726, -1.2214392230270157], "count": [918]}, "eef_sim_pose_action": {"mean": [0.4194368649933367, 0.25149382034129397, 1.1864854814900616, -0.034272682066799655, -0.0778050203694878, 1.372063728589684, 0.4546954154121568, -0.20172098936631536, 1.1524211071927062, -0.06203531224169574, -0.04881256654331676, -1.2864663513494417], "std": [0.06293406398266961, 0.03536413807144509, 0.043962579045959356, 0.025195042406420076, 0.15066236859765686, 0.11459166147383652, 0.05188886932685999, 0.02540154981589847, 0.011907568241408154, 0.057270292261667376, 0.0343618433687829, 0.021669952005619737], "min": [0.341356632841839, 0.16462072317562984, 1.1567056056259772, -0.11946390534335094, -0.33588495143959674, 1.0744111582138762, 0.39637212378526293, -0.22199727760008117, 1.1235256448104591, -0.1327580970581902, -0.076051689201863, -1.3478752987121811], "max": [0.5731575922379724, 0.33685778641576714, 1.265044882169214, -0.017468541012701344, 0.033792864282522705, 1.4472414237702815, 0.5871946678144644, -0.14925535073419752, 1.1646604144633068, 0.04798067881854573, 0.05528363775856726, -1.2214392230270157], "count": [918]}, "gripper_mode_state": {"mean": [0.3017429193899782, 0.2821350762527233], "std": [0.45901430259632475, 0.4500387483324015], "min": [0, 0], "max": [1, 1], "count": [918]}, "gripper_activity_state": {"mean": [1.9901960784313726, 1.9095860566448801], "std": [0.1274509803921569, 0.3755832685488853], "min": [0, 0], "max": [2, 2], "count": [918]}, "gripper_mode_action": {"mean": [0.3017429193899782, 0.2821350762527233], "std": [0.45901430259632475, 0.4500387483324015], "min": [0, 0], "max": [1, 1], "count": [918]}, "gripper_activity_action": {"mean": [1.9901960784313726, 1.9095860566448801], "std": [0.12745098039215694, 0.3755832685488853], "min": [0, 0], "max": [2, 2], "count": [918]}}} +{"episode_index": 220, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4727127510071114]], [[0.462144438278456]], [[0.4516070929419986]]], "std": [[[0.1467992636203585]], [[0.1499357288023869]], [[0.1541582446847208]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46534278399514944]], [[0.45691735391745797]], [[0.4498196063016402]]], "std": [[[0.14722065882362917]], [[0.14896396509528406]], [[0.15425642775328718]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704037257984955]], [[0.47242114728490975]], [[0.46382520964360585]]], "std": [[[0.16123148858185327]], [[0.16036652045403396]], [[0.1672328727640335]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4926496061474905]], [[0.48527894931557525]], [[0.47008805930653186]]], "std": [[[0.14878300335376674]], [[0.14095859490924537]], [[0.148464147345615]]], "count": [159]}, "observation.state": {"min": [-0.4698426425457001, -0.0037873643450438976, -0.18442894518375397, -2.1740169525146484, -0.432073712348938, -0.02076941914856434, -0.251187801361084, -0.28380200266838074, 0.31699898838996887, 0.07435599714517593, -1.6477530002593994, -1.4312779903411865, -1.1854034662246704, -0.17442820966243744, -0.08747590333223343, -0.2626197040081024, -1.771422028541565, -0.08215264230966568, -0.0636521577835083, -0.0262148454785347, -0.3333440124988556, -0.5660560131072998, 0.06636600196361542, 1.2706902027130127, -1.437191367149353, 0.8924500346183777, 0.0, 0.0, -0.01852056197822094, -0.17327214777469635, -0.8421602249145508, 1.9085906744003296, -1.0626168251037598, -0.003204653039574623], "max": [0.4530176520347595, 0.47422340512275696, 0.26890286803245544, -1.4326186180114746, 0.09365437179803848, 0.3845658600330353, -0.019809486344456673, -0.16362600028514862, 0.5483819842338562, 0.23700399696826935, -1.2825781106948853, -1.2713844776153564, -0.8604551553726196, 0.5027595162391663, 0.1892635077238083, -0.13156291842460632, -0.8782496452331543, 0.07129669934511185, 0.13269738852977753, 0.15540412068367004, -0.2826650142669678, -0.3761659860610962, 0.13987700641155243, 1.4762437343597412, -1.3291609287261963, 1.0696600675582886, 1001.0, 1002.0, -0.018509283661842346, -0.17230965197086334, -0.8414835333824158, 1.9094170331954956, -1.0590204000473022, 0.0033384966664016247], "mean": [0.13717757165431976, 0.22208181023597717, 0.06708204746246338, -1.8177844285964966, -0.2003263682126999, 0.0770241990685463, -0.0773867517709732, -0.2522580027580261, 0.3958395719528198, 0.17953456938266754, -1.3738019466400146, -1.3259611129760742, -1.0999666452407837, -0.031788021326065063, 0.11023694276809692, -0.166733518242836, -1.6270896196365356, 0.021414615213871002, 0.040566153824329376, 0.08313869684934616, -0.2957747280597687, -0.4232766032218933, 0.12131945788860321, 1.4134953022003174, -1.352647304534912, 0.9870423078536987, 642.5521850585938, 694.6044311523438, -0.018513349816203117, -0.1728411316871643, -0.8417829871177673, 1.9090031385421753, -1.0615590810775757, 0.000585124536883086], "std": [0.2581181824207306, 0.09299769997596741, 0.08920798450708389, 0.14847582578659058, 0.12169691920280457, 0.14141425490379333, 0.07771582156419754, 0.04736779257655144, 0.061838213354349136, 0.04629617929458618, 0.11393938213586807, 0.034559909254312515, 0.11776856333017349, 0.1947142332792282, 0.07857691496610641, 0.0489472970366478, 0.2567761540412903, 0.029707446694374084, 0.05928497388958931, 0.05791572481393814, 0.011954115703701973, 0.0540587455034256, 0.02372113987803459, 0.05174076557159424, 0.027631036937236786, 0.042039334774017334, 467.0585021972656, 447.9485168457031, 2.1091832422825973e-06, 0.0002609425282571465, 7.956189074320719e-05, 0.00016591443272773176, 0.0005658114096149802, 0.0006185229285620153], "count": [862]}, "action": {"min": [-0.4698426425457001, -0.0037873643450438976, -0.18442894518375397, -2.1740169525146484, -0.432073712348938, -0.02076941914856434, -0.251187801361084, -0.28380200266838074, 0.31699898838996887, 0.07435599714517593, -1.6477530002593994, -1.4312779903411865, -1.1854034662246704, -0.17442820966243744, -0.08747590333223343, -0.2626197040081024, -1.771422028541565, -0.08215264230966568, -0.0636521577835083, -0.0262148454785347, -0.3333440124988556, -0.5660560131072998, 0.06636600196361542, 1.2706902027130127, -1.437191367149353, 0.8924500346183777, 0.0, 0.0, -0.01852056197822094, -0.17327214777469635, -0.8421602249145508, 1.9085906744003296, -1.0626168251037598, -0.003204653039574623], "max": [0.4530176520347595, 0.47422340512275696, 0.26890286803245544, -1.4326186180114746, 0.09365437179803848, 0.3845658600330353, -0.019809486344456673, -0.16362600028514862, 0.5483819842338562, 0.23700399696826935, -1.2825781106948853, -1.2713844776153564, -0.8604551553726196, 0.5027595162391663, 0.1892635077238083, -0.13156291842460632, -0.8782496452331543, 0.07129669934511185, 0.13269738852977753, 0.15540412068367004, -0.2826650142669678, -0.3761659860610962, 0.13987700641155243, 1.4762437343597412, -1.3291609287261963, 1.0696600675582886, 1001.0, 1002.0, -0.018509283661842346, -0.17230965197086334, -0.8414835333824158, 1.9094170331954956, -1.0590204000473022, 0.0033384966664016247], "mean": [0.13714970648288727, 0.2220873087644577, 0.06700723618268967, -1.8177965879440308, -0.2002946436405182, 0.07712647318840027, -0.07756495475769043, -0.2522481679916382, 0.39584678411483765, 0.17954528331756592, -1.373872995376587, -1.326019525527954, -1.0998289585113525, -0.03172061964869499, 0.11017687618732452, -0.1665821224451065, -1.627058744430542, 0.02136004902422428, 0.040731411427259445, 0.08330874145030975, -0.29577258229255676, -0.4233073890209198, 0.12135419249534607, 1.4134310483932495, -1.3526602983474731, 0.9869261980056763, 642.5521850585938, 694.6044311523438, -0.018513357266783714, -0.1728418618440628, -0.8417830467224121, 1.9090032577514648, -1.0615590810775757, 0.0005853085312992334], "std": [0.25810566544532776, 0.0929989367723465, 0.08925585448741913, 0.14847873151302338, 0.12168657779693604, 0.14137546718120575, 0.07775988429784775, 0.04736224561929703, 0.06183512881398201, 0.0463024377822876, 0.11391066759824753, 0.0345902293920517, 0.11773896962404251, 0.1946754902601242, 0.07853645086288452, 0.04885230213403702, 0.25676047801971436, 0.029669061303138733, 0.05919304117560387, 0.05780978128314018, 0.011954951100051403, 0.05403949320316315, 0.02372598834335804, 0.05169776454567909, 0.027622519060969353, 0.041957788169384, 467.0584716796875, 447.94854736328125, 2.1048992948635714e-06, 0.00026102070114575326, 7.957340858411044e-05, 0.00016582889657001942, 0.0005658083246089518, 0.0006185478414408863], "count": [862]}, "timestamp": {"min": [0.0], "max": [28.7], "mean": [14.349999999999996], "std": [8.294593285856623], "count": [862]}, "frame_index": {"min": [0], "max": [861], "mean": [430.5], "std": [248.8377985756987], "count": [862]}, "episode_index": {"min": [220], "max": [220], "mean": [220.0], "std": [0.0], "count": [862]}, "index": {"min": [189944], "max": [190805], "mean": [190374.5], "std": [248.8377985756987], "count": [862]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [862]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6809744779582366, 0.6932993044173497], "std": [0.46609895765571535, 0.44705102403685854], "count": [862]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6809744779582366, 0.6932993044173497], "std": [0.46609895765571535, 0.44705102403685854], "count": [862]}, "eef_direction_state": {"mean": [5.1183294663573085, 5.073085846867749], "std": [1.9152369848551984, 2.051086405480361], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_state": {"mean": [0.3062645011600928, 0.228538283062645], "std": [0.6346036376407609, 0.5298272255232218], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_state": {"mean": [0.43387470997679817, 0.3665893271461717], "std": [0.736621479947499, 0.7031234364225406], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_direction_action": {"mean": [5.1183294663573085, 5.073085846867749], "std": [1.9152369848551984, 2.051086405480361], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_action": {"mean": [0.3062645011600928, 0.228538283062645], "std": [0.6346036376407609, 0.5298272255232218], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_action": {"mean": [0.43387470997679817, 0.3665893271461717], "std": [0.736621479947499, 0.7031234364225406], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_sim_pose_state": {"mean": [0.4145907171275494, 0.25036734941701355, 1.188914230088661, -0.007719263146073082, -0.024662460558242966, 1.372954516425878, 0.4434324600154862, -0.1996488825522168, 1.1511405847521676, -0.04263169935360101, -0.0761065388238786, -1.3039479591027783], "std": [0.06349042397783683, 0.039361823341823185, 0.04823726062892502, 0.0144366507835652, 0.08941928458161195, 0.10246743418775174, 0.053984386466872224, 0.024634242995881454, 0.009771988969290216, 0.049475490792241575, 0.029510036913737863, 0.022834628766897416], "min": [0.33825211237686026, 0.15695081772275796, 1.1567894681968363, -0.01865939725529031, -0.22316238852948578, 1.132995813570849, 0.39637233019136675, -0.2185012936288097, 1.124713223040197, -0.1433787802246803, -0.1086606025713126, -1.3725193687547934], "max": [0.569589340248638, 0.32127501982183543, 1.2795698576201082, 0.03111653048931584, 0.04359192255558941, 1.4460236018534671, 0.5853815673280672, -0.143912766184333, 1.1662480474877155, 0.048069368405172064, 0.0003557385858838913, -1.2093255386664683], "count": [862]}, "eef_sim_pose_action": {"mean": [0.41460018743147475, 0.25039073076463303, 1.1889299115058052, -0.00766890839365703, -0.02471585675889933, 1.3728426862720895, 0.4434630863414155, -0.19968300348078144, 1.1511557149817857, -0.04274541711174796, -0.07613951211757766, -1.303944233777439], "std": [0.06348639488934474, 0.03937622019990714, 0.04822901333318988, 0.014478277175979201, 0.08939878440837391, 0.10244037707192673, 0.05396517579934489, 0.024639397695431282, 0.009771805619906303, 0.04937990465537466, 0.02951629382178207, 0.022834831085546993], "min": [0.33825211237686026, 0.15695081772275796, 1.1567894681968363, -0.01865939725529031, -0.22316238852948578, 1.132995813570849, 0.39637233019136675, -0.2185012936288097, 1.124713223040197, -0.1433787802246803, -0.1086606025713126, -1.3725193687547934], "max": [0.569589340248638, 0.32127501982183543, 1.2795698576201082, 0.03111653048931584, 0.04359192255558941, 1.4460236018534671, 0.5853815673280672, -0.143912766184333, 1.1662480474877155, 0.048069368405172064, 0.0003557385858838913, -1.2093255386664683], "count": [862]}, "gripper_mode_state": {"mean": [0.3190255220417633, 0.3039443155452436], "std": [0.46609895765571535, 0.4599588770672684], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_state": {"mean": [1.9895591647331787, 1.9071925754060324], "std": [0.1315004983652155, 0.38319605704538523], "min": [0, 0], "max": [2, 2], "count": [862]}, "gripper_mode_action": {"mean": [0.3190255220417633, 0.3039443155452436], "std": [0.46609895765571535, 0.4599588770672684], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_action": {"mean": [1.9895591647331787, 1.9071925754060324], "std": [0.1315004983652155, 0.38319605704538523], "min": [0, 0], "max": [2, 2], "count": [862]}}} +{"episode_index": 221, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4754092604433078]], [[0.46474478088336785]], [[0.45379176942516136]]], "std": [[[0.14844930186237362]], [[0.15120605738519133]], [[0.15552917579732334]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4640568558945317]], [[0.4556744813867576]], [[0.4487533631206106]]], "std": [[[0.146505991379408]], [[0.14789272687082383]], [[0.15312715716321298]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4686206816059757]], [[0.4708492938842203]], [[0.4622509273636991]]], "std": [[[0.1606633890316669]], [[0.15976154100388532]], [[0.16641608562641785]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4943017027463159]], [[0.48358368727925954]], [[0.46780773505054196]]], "std": [[[0.15651384160951765]], [[0.14536105166447988]], [[0.15233910836849393]]], "count": [161]}, "observation.state": {"min": [-0.4787438213825226, 0.0812276229262352, -0.19477874040603638, -2.090311050415039, -0.5147150158882141, -0.02082177810370922, -0.29452431201934814, -0.2832469940185547, 0.34272000193595886, 0.09379500150680542, -1.6770663261413574, -1.473899483680725, -1.2007153034210205, -0.17460273206233978, -0.08393288403749466, -0.2626197040081024, -1.7714568376541138, 0.007016223855316639, -0.15660838782787323, -0.0262148454785347, -0.33585500717163086, -0.5654090046882629, 0.07088100165128708, 1.303130030632019, -1.4815456867218018, 0.92204350233078, 0.0, 0.0, -0.01853560097515583, -0.17393386363983154, -0.8420897126197815, 1.9085969924926758, -1.0640534162521362, -0.0018738106591627002], "max": [0.34691911935806274, 0.5271592736244202, 0.2761808931827545, -1.399317741394043, 0.028413960710167885, 0.26508060097694397, -0.01984439231455326, -0.1636819988489151, 0.552262008190155, 0.2524619996547699, -1.2964532375335693, -1.256852626800537, -0.8746086359024048, 0.5106135606765747, 0.1892635077238083, -0.1408829689025879, -0.8263784646987915, 0.10177014768123627, 0.08894198387861252, 0.17350317537784576, -0.2899560034275055, -0.37616100907325745, 0.11328600347042084, 1.4780060052871704, -1.3291609287261963, 1.073743224143982, 1001.0, 1002.0, -0.01849236525595188, -0.1728736311197281, -0.8410453796386719, 1.9094067811965942, -1.0589728355407715, 0.002433865563943982], "mean": [0.12490492314100266, 0.2483563870191574, 0.06257612258195877, -1.8047525882720947, -0.23112834990024567, 0.05215438827872276, -0.08935130387544632, -0.24979203939437866, 0.3994889557361603, 0.18782131373882294, -1.3958510160446167, -1.3240524530410767, -1.109948754310608, 0.020140452310442924, 0.09059915691614151, -0.1907901167869568, -1.533880352973938, 0.07739360630512238, -0.030234839767217636, 0.11121242493391037, -0.30452820658683777, -0.43550530076026917, 0.10603243857622147, 1.4362671375274658, -1.4263628721237183, 1.0342905521392822, 617.6024780273438, 641.4088134765625, -0.018514549359679222, -0.17328695952892303, -0.8418372869491577, 1.908997893333435, -1.0614979267120361, 0.0005739977932535112], "std": [0.2561207413673401, 0.08059801161289215, 0.09590142220258713, 0.14637723565101624, 0.1018882691860199, 0.10625740140676498, 0.09042184054851532, 0.04691321402788162, 0.0614926852285862, 0.03982146084308624, 0.13586927950382233, 0.036964185535907745, 0.10967830568552017, 0.18735317885875702, 0.07194948196411133, 0.02871059440076351, 0.25352221727371216, 0.03252974897623062, 0.03978458046913147, 0.05864911526441574, 0.011484386399388313, 0.05240297690033913, 0.01256903912872076, 0.04819542169570923, 0.042611729353666306, 0.02498605102300644, 474.00067138671875, 467.32501220703125, 1.6740748378651915e-06, 0.000120893819257617, 0.00010712500079534948, 0.00012277343194000423, 0.0007134411134757102, 0.0004989249864593148], "count": [883]}, "action": {"min": [-0.4787438213825226, 0.0812276229262352, -0.19477874040603638, -2.090311050415039, -0.5147150158882141, -0.02082177810370922, -0.29452431201934814, -0.2832469940185547, 0.34272000193595886, 0.09379500150680542, -1.6770663261413574, -1.473899483680725, -1.2007153034210205, -0.17460273206233978, -0.08393288403749466, -0.2626197040081024, -1.7714568376541138, 0.007016223855316639, -0.15660838782787323, -0.0262148454785347, -0.33585500717163086, -0.5654090046882629, 0.07088100165128708, 1.303130030632019, -1.4815456867218018, 0.92204350233078, 0.0, 0.0, -0.01853560097515583, -0.17393386363983154, -0.8420897126197815, 1.9085969924926758, -1.0640534162521362, -0.0018738106591627002], "max": [0.34691911935806274, 0.5271592736244202, 0.2761808931827545, -1.399317741394043, 0.028413960710167885, 0.26508060097694397, -0.01984439231455326, -0.1636819988489151, 0.552262008190155, 0.2524619996547699, -1.2964532375335693, -1.256852626800537, -0.8746086359024048, 0.5106135606765747, 0.1892635077238083, -0.1408829689025879, -0.8263784646987915, 0.10177014768123627, 0.08894198387861252, 0.17350317537784576, -0.2899560034275055, -0.37616100907325745, 0.11328600347042084, 1.4780060052871704, -1.3291609287261963, 1.073743224143982, 1001.0, 1002.0, -0.01849236525595188, -0.1728736311197281, -0.8410453796386719, 1.9094067811965942, -1.0589728355407715, 0.002433865563943982], "mean": [0.12482474744319916, 0.2484348714351654, 0.062478095293045044, -1.8047624826431274, -0.23112338781356812, 0.05221592262387276, -0.08956418931484222, -0.24975231289863586, 0.3995102047920227, 0.18785028159618378, -1.3960403203964233, -1.32404363155365, -1.1098161935806274, 0.020276224240660667, 0.09051315486431122, -0.1906997114419937, -1.5337233543395996, 0.07743416726589203, -0.03018256276845932, 0.11140797287225723, -0.3045385181903839, -0.4355503022670746, 0.10603635013103485, 1.4362462759017944, -1.4264988899230957, 1.034255862236023, 617.6024780273438, 641.4088134765625, -0.018514547497034073, -0.1732873171567917, -0.8418372869491577, 1.9089981317520142, -1.0614972114562988, 0.0005739031475968659], "std": [0.2560877799987793, 0.08062455803155899, 0.09596643596887589, 0.14638036489486694, 0.10188733786344528, 0.10623087733983994, 0.09047946333885193, 0.046899765729904175, 0.06148456037044525, 0.03984089195728302, 0.135848268866539, 0.03696634992957115, 0.10965876281261444, 0.18725641071796417, 0.07187706232070923, 0.02860979177057743, 0.25341764092445374, 0.03253760561347008, 0.039771053940057755, 0.05847819149494171, 0.011477300897240639, 0.052369002252817154, 0.012570707127451897, 0.04818244278430939, 0.04249284788966179, 0.0249627735465765, 474.00067138671875, 467.32501220703125, 1.6749206679378403e-06, 0.00012103573681088164, 0.00010712761286413297, 0.00012288152356632054, 0.0007136663771234453, 0.0004989004810340703], "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": [221], "max": [221], "mean": [221.0], "std": [0.0], "count": [883]}, "index": {"min": [190806], "max": [191688], "mean": [191247.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6579841449603624, 0.6402231029246429], "std": [0.4743848753292468, 0.46640666943156694], "count": [883]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6579841449603624, 0.6402231029246429], "std": [0.4743848753292468, 0.46640666943156694], "count": [883]}, "eef_direction_state": {"mean": [5.112117780294451, 5.104190260475651], "std": [1.9231852176457895, 2.0565103913786498], "min": [0, 0], "max": [6, 6], "count": [883]}, "eef_velocity_state": {"mean": [0.3001132502831257, 0.21177802944507362], "std": [0.6291071066311225, 0.5029893745050443], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_acc_mag_state": {"mean": [0.43035107587768967, 0.3669309173272933], "std": [0.7391852139234029, 0.6954913714602838], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_direction_action": {"mean": [5.112117780294451, 5.104190260475651], "std": [1.9231852176457895, 2.0565103913786498], "min": [0, 0], "max": [6, 6], "count": [883]}, "eef_velocity_action": {"mean": [0.3001132502831257, 0.21177802944507362], "std": [0.6291071066311225, 0.5029893745050443], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_acc_mag_action": {"mean": [0.43035107587768967, 0.3669309173272933], "std": [0.7391852139234029, 0.6954913714602838], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_sim_pose_state": {"mean": [0.4186924247086192, 0.25979364538222627, 1.1891256424546164, -0.027415684297099095, -0.026331140661547174, 1.3644116772318622, 0.4570182860713416, -0.18946832737240346, 1.1381579569743998, -0.005453050869181914, -0.010802326775767408, -1.2610746688015257], "std": [0.06401585394296344, 0.033734235877801805, 0.04577436380409658, 0.016961617643622976, 0.0892223878500547, 0.11438464758955676, 0.0517874879975088, 0.015664390726747003, 0.008181103792572473, 0.03613849841290112, 0.02650781238554696, 0.03952761387890892], "min": [0.36419685926686907, 0.18208219380265092, 1.156806683145863, -0.09740828352616493, -0.22651813086562966, 1.0931304571750284, 0.39637080043516143, -0.20083402807407535, 1.1147506796490603, -0.0914354442530374, -0.0675784128830772, -1.3430543408949378], "max": [0.5748088198353849, 0.3398045528222008, 1.2718204003746445, -0.017156071156342767, 0.07444936541804315, 1.4459822289882913, 0.5847661465290593, -0.15045107642718727, 1.157748186882101, 0.04794308102297895, 0.04073532088563736, -1.188347246449792], "count": [883]}, "eef_sim_pose_action": {"mean": [0.418716883194059, 0.25983876283058116, 1.1891619586870528, -0.02744589500723483, -0.026453450750741764, 1.3642719087040351, 0.45706564867130395, -0.1894803339493704, 1.1381530751812496, -0.00550044823095592, -0.010726661521015595, -1.2609972152290447], "std": [0.06400653121011511, 0.033767165239219896, 0.04576143470033795, 0.01696789409268071, 0.08921545135645656, 0.1143604377234287, 0.05175113227502861, 0.01566785604826265, 0.008178595664369993, 0.036095955985360355, 0.026441053887500492, 0.03950969659331299], "min": [0.36419685926686907, 0.18208219380265092, 1.156806683145863, -0.09740828352616493, -0.22651813086562966, 1.0931304571750284, 0.39637080043516143, -0.20083402807407535, 1.1147506796490603, -0.0914354442530374, -0.0675784128830772, -1.3430543408949378], "max": [0.5748088198353849, 0.3398045528222008, 1.2718204003746445, -0.017156071156342767, 0.07444936541804315, 1.4459822289882913, 0.5847661465290593, -0.15045107642718727, 1.157748186882101, 0.04794308102297895, 0.04073532088563736, -1.188347246449792], "count": [883]}, "gripper_mode_state": {"mean": [0.3420158550396376, 0.362400906002265], "std": [0.4743848753292468, 0.4806937583649243], "min": [0, 0], "max": [1, 1], "count": [883]}, "gripper_activity_state": {"mean": [1.9898074745186862, 1.9026047565118913], "std": [0.12993711899672458, 0.39191143673910644], "min": [0, 0], "max": [2, 2], "count": [883]}, "gripper_mode_action": {"mean": [0.3420158550396376, 0.362400906002265], "std": [0.4743848753292468, 0.4806937583649243], "min": [0, 0], "max": [1, 1], "count": [883]}, "gripper_activity_action": {"mean": [1.9898074745186862, 1.9026047565118913], "std": [0.12993711899672458, 0.39191143673910644], "min": [0, 0], "max": [2, 2], "count": [883]}}} +{"episode_index": 222, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47547192274148925]], [[0.46687277206383576]], [[0.45637481955972575]]], "std": [[[0.1472866140569094]], [[0.15210495427472648]], [[0.15621746631672817]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654012001784354]], [[0.45789075093227477]], [[0.45096053495529087]]], "std": [[[0.14632955935107952]], [[0.14748521490746444]], [[0.1527060188601578]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4636369729640323]], [[0.46690392933758373]], [[0.4576501626468583]]], "std": [[[0.15891551380955998]], [[0.15812240121060062]], [[0.16489795287735423]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48826685612895465]], [[0.48300594701070615]], [[0.4694553335137736]]], "std": [[[0.14843491892873306]], [[0.14173140023074948]], [[0.14976438107047166]]], "count": [163]}, "observation.state": {"min": [-0.4645019471645355, 0.0659559965133667, -0.1609717160463333, -2.0784077644348145, -0.40795326232910156, -0.05895722284913063, -0.31059879064559937, -0.2832610011100769, 0.33905500173568726, 0.08633500337600708, -1.767469882965088, -1.3997915983200073, -1.1854034662246704, -0.17390459775924683, -0.07192501425743103, -0.2626197040081024, -1.7714568376541138, -0.044017206877470016, -0.145193949341774, -0.0262148454785347, -0.3341839909553528, -0.5665069818496704, 0.07727599889039993, 1.3385014533996582, -1.4344433546066284, 0.9204562306404114, 0.0, 0.0, -0.01852056197822094, -0.17367257177829742, -0.8419906497001648, 1.9088038206100464, -1.0626018047332764, -0.0034286747686564922], "max": [0.3637091815471649, 0.49036771059036255, 0.2778913080692291, -1.3536598682403564, 0.10416124761104584, 0.16715016961097717, -0.01984439231455326, -0.17997999489307404, 0.5518969893455505, 0.24013400077819824, -1.2972227334976196, -1.1586527824401855, -0.862190842628479, 0.5141216516494751, 0.18929840624332428, -0.1342332661151886, -0.8311432003974915, 0.06592108309268951, 0.0884358286857605, 0.13948671519756317, -0.29204198718070984, -0.3761669993400574, 0.13313299417495728, 1.4755313396453857, -1.3138110637664795, 1.0664958953857422, 1001.0, 1002.0, -0.018507402390241623, -0.1732044667005539, -0.8415231704711914, 1.9088664054870605, -1.0590029954910278, 0.0034267765004187822], "mean": [0.13166746497154236, 0.23767709732055664, 0.07195010036230087, -1.7929874658584595, -0.18426811695098877, 0.017076415941119194, -0.08251995593309402, -0.2548503577709198, 0.3984071910381317, 0.18320661783218384, -1.419503927230835, -1.2859227657318115, -1.0974920988082886, 0.0007422864437103271, 0.08713958412408829, -0.17129424214363098, -1.5713374614715576, 0.015709182247519493, 0.009511111304163933, 0.07027830928564072, -0.3010634481906891, -0.43266627192497253, 0.11672510206699371, 1.4068467617034912, -1.3494001626968384, 1.0130870342254639, 660.9955444335938, 658.2769165039062, -0.018513206392526627, -0.17343370616436005, -0.8417509198188782, 1.9088118076324463, -1.061486840248108, 0.0005378623027354479], "std": [0.25315061211586, 0.07807928323745728, 0.09192786365747452, 0.16199031472206116, 0.13003672659397125, 0.06477383524179459, 0.08843568712472916, 0.041328832507133484, 0.0623713918030262, 0.04227903112769127, 0.17003044486045837, 0.06098713353276253, 0.12072574347257614, 0.19541911780834198, 0.07375963032245636, 0.048797398805618286, 0.2671385705471039, 0.03008783422410488, 0.06412690132856369, 0.0513853020966053, 0.013066020794212818, 0.05403927341103554, 0.019564488902688026, 0.03917558863759041, 0.022180186584591866, 0.03248119726777077, 461.0772399902344, 462.20050048828125, 1.0597858590699616e-06, 6.635687168454751e-05, 0.00014615492545999587, 1.81032173713902e-05, 0.000666100240778178, 0.0007490560528822243], "count": [892]}, "action": {"min": [-0.4645019471645355, 0.0659559965133667, -0.1609717160463333, -2.0784077644348145, -0.40795326232910156, -0.05895722284913063, -0.31059879064559937, -0.2832610011100769, 0.33905500173568726, 0.08633500337600708, -1.767469882965088, -1.3997915983200073, -1.1854034662246704, -0.17390459775924683, -0.07192501425743103, -0.2626197040081024, -1.7714568376541138, -0.044017206877470016, -0.145193949341774, -0.0262148454785347, -0.3341839909553528, -0.5665069818496704, 0.07727599889039993, 1.3385014533996582, -1.4344433546066284, 0.9204562306404114, 0.0, 0.0, -0.01852056197822094, -0.17367257177829742, -0.8419898748397827, 1.9088038206100464, -1.0626018047332764, -0.0034286747686564922], "max": [0.3637091815471649, 0.49036771059036255, 0.2778913080692291, -1.3536598682403564, 0.10416124761104584, 0.16715016961097717, -0.01984439231455326, -0.17997999489307404, 0.5518969893455505, 0.24013400077819824, -1.2972227334976196, -1.1586527824401855, -0.862190842628479, 0.5141216516494751, 0.18929840624332428, -0.1342332661151886, -0.8311432003974915, 0.06592108309268951, 0.0884358286857605, 0.13948671519756317, -0.29204198718070984, -0.3761669993400574, 0.13313299417495728, 1.4755313396453857, -1.3138110637664795, 1.0664958953857422, 1001.0, 1002.0, -0.018507402390241623, -0.1732044667005539, -0.8415231704711914, 1.9088664054870605, -1.0590029954910278, 0.0034267765004187822], "mean": [0.13164183497428894, 0.23773613572120667, 0.07187404483556747, -1.7930107116699219, -0.18407396972179413, 0.017035717144608498, -0.08270332217216492, -0.2548205554485321, 0.3984132707118988, 0.18322360515594482, -1.4197908639907837, -1.2857557535171509, -1.0972702503204346, 0.0008573796949349344, 0.08703643083572388, -0.1711517870426178, -1.5712356567382812, 0.01565130427479744, 0.009648158214986324, 0.07042469084262848, -0.30106714367866516, -0.4327113628387451, 0.11675053089857101, 1.406759262084961, -1.349418044090271, 1.0130187273025513, 660.9955444335938, 658.2769165039062, -0.018513206392526627, -0.17343352735042572, -0.8417505621910095, 1.9088118076324463, -1.0614861249923706, 0.0005379304056987166], "std": [0.25313812494277954, 0.07810162007808685, 0.09198052436113358, 0.1619998663663864, 0.13006198406219482, 0.06480900198221207, 0.088475301861763, 0.04131793975830078, 0.062368571758270264, 0.042289528995752335, 0.1700398027896881, 0.06110044941306114, 0.12074729055166245, 0.19534553587436676, 0.07368095219135284, 0.04871609807014465, 0.2670802175998688, 0.030041009187698364, 0.06410092860460281, 0.051295917481184006, 0.013063960708677769, 0.05400889366865158, 0.019570080563426018, 0.03910902142524719, 0.022170262411236763, 0.03243294358253479, 461.0772399902344, 462.20050048828125, 1.0597858590699616e-06, 6.64102190057747e-05, 0.00014594076492358, 1.81241975951707e-05, 0.000667008978780359, 0.0007490543066523969], "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": [222], "max": [222], "mean": [222.0], "std": [0.0], "count": [892]}, "index": {"min": [191689], "max": [192580], "mean": [192134.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6984304932735426, 0.6570560537777724], "std": [0.45893936346669845, 0.4612937685364023], "count": [892]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6984304932735426, 0.6570560537777724], "std": [0.45893936346669845, 0.4612937685364023], "count": [892]}, "eef_direction_state": {"mean": [5.0874439461883405, 5.141255605381166], "std": [1.9469360118663244, 2.0251229807426885], "min": [0, 0], "max": [6, 6], "count": [892]}, "eef_velocity_state": {"mean": [0.2836322869955157, 0.1961883408071749], "std": [0.6112189462158013, 0.49284913458428004], "min": [0, 0], "max": [2, 2], "count": [892]}, "eef_acc_mag_state": {"mean": [0.42152466367713004, 0.36995515695067266], "std": [0.7362390234264399, 0.6958515754307437], "min": [0, 0], "max": [2, 2], "count": [892]}, "eef_direction_action": {"mean": [5.0874439461883405, 5.141255605381166], "std": [1.9469360118663244, 2.025122980742688], "min": [0, 0], "max": [6, 6], "count": [892]}, "eef_velocity_action": {"mean": [0.2836322869955157, 0.1961883408071749], "std": [0.6112189462158012, 0.49284913458428004], "min": [0, 0], "max": [2, 2], "count": [892]}, "eef_acc_mag_action": {"mean": [0.42152466367713004, 0.36995515695067266], "std": [0.7362390234264399, 0.6958515754307437], "min": [0, 0], "max": [2, 2], "count": [892]}, "eef_sim_pose_state": {"mean": [0.4177323596248095, 0.25493698081228433, 1.1828287574866019, -0.03843427407461587, -0.062453400623463017, 1.3701817180886806, 0.4523382594944984, -0.19371669478682887, 1.1443678338500658, -0.02945216150738412, -0.06397080556429387, -1.3175644993118534], "std": [0.06488643882721953, 0.03505332774504392, 0.03831042923450802, 0.0291505557470626, 0.13330829588886903, 0.11029796380438942, 0.054032557086031906, 0.019237297947253967, 0.010518569649301887, 0.043514529340309346, 0.011981554168304423, 0.01614527051816712], "min": [0.36027002926136126, 0.1735529698698431, 1.156791214484472, -0.1001033488808406, -0.2955636888637414, 1.081203853304164, 0.39637223620299805, -0.2092014356370629, 1.1169109215611155, -0.12626454051733715, -0.0778921332891167, -1.3532649120533047], "max": [0.5747250632290047, 0.3309432676473839, 1.2522032574707664, -0.0174152904972823, 0.03275068335273512, 1.4459875021037771, 0.5860827190414025, -0.15315883975824923, 1.1514057385044916, 0.047997624979693065, -0.021187311557080202, -1.2354722516199717], "count": [892]}, "eef_sim_pose_action": {"mean": [0.41774185347034404, 0.254970228441952, 1.1828520827436861, -0.038491713993491904, -0.06274450390637575, 1.3700547577541822, 0.4523824533744273, -0.1937390799338244, 1.1443753052617125, -0.029550213571306726, -0.06397195849790482, -1.3175857437025222], "std": [0.0648820498962088, 0.03507646787289244, 0.03830091710217841, 0.02915995891168179, 0.13338371698810708, 0.11027595547452572, 0.05400290532937092, 0.019243056810259774, 0.010521046396624408, 0.0434384108478757, 0.011981946584874044, 0.016140367167518144], "min": [0.36027002926136126, 0.1735529698698431, 1.156791214484472, -0.1001033488808406, -0.2955636888637414, 1.081203853304164, 0.39637223620299805, -0.2092014356370629, 1.1169109215611155, -0.12626454051733715, -0.0778921332891167, -1.3532649120533047], "max": [0.5747250632290047, 0.3309432676473839, 1.2522032574707664, -0.0174152904972823, 0.03275068335273512, 1.4459875021037771, 0.5860827190414025, -0.15315883975824923, 1.1514057385044916, 0.047997624979693065, -0.021187311557080202, -1.2354722516199717], "count": [892]}, "gripper_mode_state": {"mean": [0.3015695067264574, 0.34080717488789236], "std": [0.45893936346669845, 0.47398063719188266], "min": [0, 0], "max": [1, 1], "count": [892]}, "gripper_activity_state": {"mean": [1.9899103139013452, 1.897982062780269], "std": [0.1292839577526477, 0.4013938267618909], "min": [0, 0], "max": [2, 2], "count": [892]}, "gripper_mode_action": {"mean": [0.3015695067264574, 0.34080717488789236], "std": [0.45893936346669845, 0.47398063719188266], "min": [0, 0], "max": [1, 1], "count": [892]}, "gripper_activity_action": {"mean": [1.9899103139013452, 1.897982062780269], "std": [0.1292839577526477, 0.4013938267618909], "min": [0, 0], "max": [2, 2], "count": [892]}}} +{"episode_index": 223, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4773901832972453]], [[0.46819929878904526]], [[0.4578829694454469]]], "std": [[[0.1503618738240392]], [[0.15293269045179908]], [[0.1571188630587746]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46396473645695496]], [[0.4560050410501624]], [[0.44903088285416415]]], "std": [[[0.14736656195319078]], [[0.1486442259324367]], [[0.15372733592152873]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4634067650066161]], [[0.46650661238421753]], [[0.45736157223625645]]], "std": [[[0.15849850173757543]], [[0.15762363466215826]], [[0.16432206081498174]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49162632824090785]], [[0.48140362609767834]], [[0.4677962002285577]]], "std": [[[0.15502444644953697]], [[0.1444283802440365]], [[0.15166459181720954]]], "count": [163]}, "observation.state": {"min": [-0.4688827097415924, 0.06260495632886887, -0.15629422664642334, -2.1005911827087402, -0.4473802447319031, -0.043022364377975464, -0.3018023371696472, -0.2832759916782379, 0.3319309949874878, 0.08250799775123596, -1.723466396331787, -1.4414279460906982, -1.1854034662246704, -0.17332863807678223, -0.0783478245139122, -0.2626197040081024, -1.7714568376541138, -0.045291293412446976, -0.08915141224861145, -0.02626720443367958, -0.3338199853897095, -0.5654770135879517, 0.076603002846241, 1.2912065982818604, -1.4334495067596436, 0.9201223254203796, 0.0, 0.0, -0.018522441387176514, -0.1735766977071762, -0.8420349955558777, 1.908649206161499, -1.062635898590088, -0.0010489163687452674], "max": [0.38987162709236145, 0.49590039253234863, 0.29311060905456543, -1.358476996421814, 0.07932521402835846, 0.20090484619140625, -0.019809486344456673, -0.17506200075149536, 0.551734983921051, 0.23551400005817413, -1.2971378564834595, -1.2141531705856323, -0.881169319152832, 0.5016425251960754, 0.18929840624332428, -0.14205235242843628, -0.8640601634979248, 0.06588618457317352, 0.07297222316265106, 0.14528121054172516, -0.2920590043067932, -0.37616199254989624, 0.12082000076770782, 1.4755313396453857, -1.3277719020843506, 1.0664958953857422, 1001.0, 1002.0, -0.018505524843931198, -0.17325147986412048, -0.8417173027992249, 1.9089725017547607, -1.059340476989746, 0.001794074079953134], "mean": [0.13335579633712769, 0.23741748929023743, 0.07562260329723358, -1.7976948022842407, -0.20241770148277283, 0.023121079429984093, -0.08251272141933441, -0.2544443607330322, 0.3974839448928833, 0.18127311766147614, -1.4130862951278687, -1.3064526319503784, -1.1059082746505737, -0.006722068879753351, 0.09698116034269333, -0.1924254596233368, -1.5805693864822388, 0.022520825266838074, 0.015398364514112473, 0.08651664853096008, -0.30220383405685425, -0.42808839678764343, 0.10768819600343704, 1.4292187690734863, -1.380033016204834, 0.9845874905586243, 690.9876708984375, 665.704345703125, -0.01851300336420536, -0.17340846359729767, -0.8418128490447998, 1.9088332653045654, -1.0614941120147705, 0.0005414860788732767], "std": [0.25615543127059937, 0.07459735125303268, 0.0912298858165741, 0.1621774286031723, 0.11539193987846375, 0.07561434060335159, 0.08830282092094421, 0.0422506257891655, 0.06246379390358925, 0.0418451689183712, 0.16331209242343903, 0.04447057843208313, 0.11436698585748672, 0.19938839972019196, 0.07829170674085617, 0.03456588089466095, 0.26422107219696045, 0.030634978786110878, 0.05060315132141113, 0.06169577315449715, 0.011394708417356014, 0.05627153441309929, 0.013990094885230064, 0.05085480213165283, 0.027868522331118584, 0.042848486453294754, 449.6003112792969, 459.9207763671875, 8.181581847566122e-07, 7.58809910621494e-05, 7.456236198777333e-05, 4.8271009291056544e-05, 0.0007640852709300816, 0.0003495326673146337], "count": [893]}, "action": {"min": [-0.4688827097415924, 0.06260495632886887, -0.15629422664642334, -2.1005911827087402, -0.4473802447319031, -0.043022364377975464, -0.3018023371696472, -0.2832759916782379, 0.3319309949874878, 0.08250799775123596, -1.723466396331787, -1.4414279460906982, -1.1854034662246704, -0.17332863807678223, -0.0783478245139122, -0.2626197040081024, -1.7714568376541138, -0.045291293412446976, -0.08915141224861145, -0.02626720443367958, -0.3338199853897095, -0.5654770135879517, 0.076603002846241, 1.2912065982818604, -1.4334495067596436, 0.9201223254203796, 0.0, 0.0, -0.018522441387176514, -0.1735766977071762, -0.8420349955558777, 1.908649206161499, -1.062635898590088, -0.0010489163687452674], "max": [0.38987162709236145, 0.49590039253234863, 0.29311060905456543, -1.358476996421814, 0.07932521402835846, 0.20090484619140625, -0.019809486344456673, -0.17506200075149536, 0.551734983921051, 0.23551400005817413, -1.2971378564834595, -1.2141531705856323, -0.881169319152832, 0.5016425251960754, 0.18929840624332428, -0.14205235242843628, -0.8640601634979248, 0.06588618457317352, 0.07297222316265106, 0.14528121054172516, -0.2920590043067932, -0.37616199254989624, 0.12082000076770782, 1.4755313396453857, -1.3277719020843506, 1.0664958953857422, 1001.0, 1002.0, -0.018505524843931198, -0.17325147986412048, -0.8417173027992249, 1.9089725017547607, -1.059340476989746, 0.001794074079953134], "mean": [0.13329066336154938, 0.23745958507061005, 0.0755966454744339, -1.7977213859558105, -0.2022717446088791, 0.023096177726984024, -0.08269856125116348, -0.25440534949302673, 0.39749765396118164, 0.18126676976680756, -1.4133914709091187, -1.3063623905181885, -1.1057355403900146, -0.0066300337202847, 0.09690508246421814, -0.19232967495918274, -1.580488920211792, 0.022478178143501282, 0.015530464239418507, 0.08669422566890717, -0.30221065878868103, -0.4281214773654938, 0.10769617557525635, 1.4291877746582031, -1.3801075220108032, 0.984466016292572, 690.9876708984375, 665.704345703125, -0.01851300336420536, -0.17340856790542603, -0.8418129086494446, 1.908833622932434, -1.06149423122406, 0.0005416763597168028], "std": [0.2561291754245758, 0.07460999488830566, 0.09124261140823364, 0.16218794882297516, 0.11540915071964264, 0.07563246786594391, 0.08834543824195862, 0.042240068316459656, 0.06245838478207588, 0.041842516511678696, 0.1633494645357132, 0.0445268414914608, 0.11436431109905243, 0.19933012127876282, 0.07823501527309418, 0.034489717334508896, 0.2641737163066864, 0.030601028352975845, 0.05055047944188118, 0.061599250882864, 0.01139049232006073, 0.05624965578317642, 0.013993261381983757, 0.05083522945642471, 0.027821369469165802, 0.04276958107948303, 449.6003112792969, 459.9207763671875, 8.181581847566122e-07, 7.58506212150678e-05, 7.450771954609081e-05, 4.836510925088078e-05, 0.0007638894021511078, 0.0003495801647659391], "count": [893]}, "timestamp": {"min": [0.0], "max": [29.733333333333334], "mean": [14.866666666666664], "std": [8.592891118696766], "count": [893]}, "frame_index": {"min": [0], "max": [892], "mean": [446.0], "std": [257.78673356090303], "count": [893]}, "episode_index": {"min": [223], "max": [223], "mean": [223.0], "std": [0.0], "count": [893]}, "index": {"min": [192581], "max": [193473], "mean": [193027.0], "std": [257.78673356090303], "count": [893]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [893]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7301231802911534, 0.6644546473200651], "std": [0.4438956204927984, 0.4590112840603977], "count": [893]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7301231802911534, 0.6644546473200651], "std": [0.4438956204927984, 0.45901128406039765], "count": [893]}, "eef_direction_state": {"mean": [5.192609182530795, 5.1063829787234045], "std": [1.8920684394071297, 2.05601665809013], "min": [0, 0], "max": [6, 6], "count": [893]}, "eef_velocity_state": {"mean": [0.2721164613661814, 0.1937290033594625], "std": [0.6141990112386341, 0.47263868476549226], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_acc_mag_state": {"mean": [0.3975363941769317, 0.335946248600224], "std": [0.7222853025681232, 0.6686183757459445], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_direction_action": {"mean": [5.192609182530795, 5.1063829787234045], "std": [1.8920684394071297, 2.05601665809013], "min": [0, 0], "max": [6, 6], "count": [893]}, "eef_velocity_action": {"mean": [0.2721164613661814, 0.1937290033594625], "std": [0.6141990112386341, 0.47263868476549226], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_acc_mag_action": {"mean": [0.3975363941769317, 0.335946248600224], "std": [0.7222853025681232, 0.6686183757459445], "min": [0, 0], "max": [2, 2], "count": [893]}, "eef_sim_pose_state": {"mean": [0.4169403696536074, 0.25355424771045465, 1.183463577202759, -0.036875739681972906, -0.043845042399867966, 1.3637947646576891, 0.4491489750145258, -0.18897919816325376, 1.1442345490660575, -0.03822986515026073, -0.06267003672398101, -1.2777405615576114], "std": [0.0651142398520328, 0.033623087428227075, 0.03977128916727258, 0.02782179885867549, 0.11380541779302908, 0.11753241726693017, 0.05579217504666371, 0.017353359778854844, 0.00775078060617505, 0.048237182417577136, 0.014168307341280164, 0.03572569667823584], "min": [0.3538737400604865, 0.17082720406846896, 1.1567881088136303, -0.10404046736278394, -0.25554703045325433, 1.0996058732988363, 0.39636841390172733, -0.2034706581868658, 1.121270309291325, -0.12539231356756986, -0.07108889466516466, -1.3612173447788298], "max": [0.5748333741744, 0.32661281550584786, 1.2593448641603506, -0.0174182422773963, 0.048488420448131064, 1.445981751284873, 0.5846222376127105, -0.15099825081488272, 1.1515522542085108, 0.047986840898561645, -0.01254283735491768, -1.22915740097777], "count": [893]}, "eef_sim_pose_action": {"mean": [0.41695899338773545, 0.253568678294416, 1.1834929395412044, -0.036961012298133276, -0.04406679070451332, 1.363626416737777, 0.4491838528821192, -0.18899313143132118, 1.1442398212924827, -0.03833594968097277, -0.06267220923854654, -1.277679027789107], "std": [0.06510704958520501, 0.03363055542289066, 0.03976126964439183, 0.027878722720707114, 0.11384889394016608, 0.11752237874198534, 0.05576890043788227, 0.017358129936363636, 0.00775255545709882, 0.048151736730265945, 0.014169198917815332, 0.03572709235436071], "min": [0.3538737400604865, 0.17082720406846896, 1.1567881088136303, -0.10404046736278394, -0.25554703045325433, 1.0996058732988363, 0.39636841390172733, -0.2034706581868658, 1.121270309291325, -0.12539231356756986, -0.07108889466516466, -1.3612173447788298], "max": [0.5748333741744, 0.32661281550584786, 1.2593448641603506, -0.0174182422773963, 0.048488420448131064, 1.445981751284873, 0.5846222376127105, -0.15099825081488272, 1.1515522542085108, 0.047986840898561645, -0.01254283735491768, -1.22915740097777], "count": [893]}, "gripper_mode_state": {"mean": [0.2698768197088466, 0.3370660694288914], "std": [0.4438956204927984, 0.4727076625872011], "min": [0, 0], "max": [1, 1], "count": [893]}, "gripper_activity_state": {"mean": [1.9899216125419932, 1.9104143337066068], "std": [0.12921199068297576, 0.37388602244383035], "min": [0, 0], "max": [2, 2], "count": [893]}, "gripper_mode_action": {"mean": [0.2698768197088466, 0.3370660694288914], "std": [0.4438956204927984, 0.4727076625872011], "min": [0, 0], "max": [1, 1], "count": [893]}, "gripper_activity_action": {"mean": [1.9899216125419932, 1.9104143337066068], "std": [0.12921199068297576, 0.3738860224438303], "min": [0, 0], "max": [2, 2], "count": [893]}}} +{"episode_index": 224, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4700721258269568]], [[0.46149579173641003]], [[0.4512683238183485]]], "std": [[[0.14621896624986858]], [[0.1498205680036564]], [[0.15392194682462865]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653233463354854]], [[0.4572192182767416]], [[0.45035694892794514]]], "std": [[[0.14568900595959175]], [[0.14656039043533362]], [[0.15140373712998176]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4619951989179818]], [[0.46534238128686434]], [[0.4562811229674797]]], "std": [[[0.16120095867945383]], [[0.1603994091533647]], [[0.16681147797221677]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.488495318478001]], [[0.4789804345010362]], [[0.46452928099593493]]], "std": [[[0.15046960162848835]], [[0.14064710929857716]], [[0.14759750614199912]]], "count": [164]}, "observation.state": {"min": [-0.4571366310119629, 0.055745817720890045, -0.1477770209312439, -2.0427334308624268, -0.4899313449859619, -0.06033603101968765, -0.2669830024242401, -0.2832469940185547, 0.3466230034828186, 0.0864029973745346, -1.690096139907837, -1.5182286500930786, -1.1854034662246704, -0.17496925592422485, -0.09988519549369812, -0.26258477568626404, -1.7714568376541138, -0.023003438487648964, -0.0843866690993309, -0.026232298463582993, -0.3336459994316101, -0.5638279914855957, 0.06457199901342392, 1.276759386062622, -1.4841638803482056, 0.9058659076690674, 0.0, 0.0, -0.018518682569265366, -0.17382672429084778, -0.8420841693878174, 1.9086484909057617, -1.0626659393310547, -0.0023902002722024918], "max": [0.3374768793582916, 0.4263141453266144, 0.27642524242401123, -1.3535552024841309, -0.055431660264730453, 0.2212030291557312, -0.01984439231455326, -0.18278099596500397, 0.5515530109405518, 0.2422270029783249, -1.2971378564834595, -1.3183525800704956, -0.9525875449180603, 0.4998099207878113, 0.18929840624332428, -0.14421655237674713, -0.8638681173324585, 0.06590363383293152, 0.18470819294452667, 0.1547059863805771, -0.2889379858970642, -0.3761669993400574, 0.12364999949932098, 1.4755313396453857, -1.3291609287261963, 1.0706844329833984, 1001.0, 1002.0, -0.018507402390241623, -0.17326651513576508, -0.8417299389839172, 1.909066081047058, -1.0599387884140015, 0.0028838079888373613], "mean": [0.1365106999874115, 0.2395140528678894, 0.07395244389772415, -1.7881956100463867, -0.2494279146194458, 0.016067536547780037, -0.0872100442647934, -0.2592099606990814, 0.3971574306488037, 0.1829824447631836, -1.3945306539535522, -1.3533903360366821, -1.1348096132278442, -0.015930084511637688, 0.09315598011016846, -0.17868603765964508, -1.6276158094406128, 0.02940027043223381, 0.1018969714641571, 0.08558117598295212, -0.29648512601852417, -0.4263104498386383, 0.11191850155591965, 1.3766930103302002, -1.3980640172958374, 0.965575098991394, 663.6488647460938, 668.4022216796875, -0.018512969836592674, -0.17349942028522491, -0.8418095707893372, 1.9089125394821167, -1.0614640712738037, 0.0005448588053695858], "std": [0.23325352370738983, 0.06919338554143906, 0.08228703588247299, 0.14940272271633148, 0.0751427710056305, 0.07524055987596512, 0.09169015288352966, 0.03812341019511223, 0.05717082321643829, 0.039547573775053024, 0.13329952955245972, 0.05367434024810791, 0.0731058344244957, 0.18475109338760376, 0.07584843784570694, 0.03982086107134819, 0.2568999230861664, 0.023992715403437614, 0.10583577305078506, 0.058708395808935165, 0.012377557344734669, 0.051871269941329956, 0.01735745556652546, 0.0513930544257164, 0.035939816385507584, 0.05585584416985512, 460.1343078613281, 458.7465515136719, 6.616543259951868e-07, 5.7831868616631255e-05, 4.486371108214371e-05, 8.113331568893045e-05, 0.0006987466476857662, 0.0005971933715045452], "count": [900]}, "action": {"min": [-0.4571366310119629, 0.055745817720890045, -0.1477770209312439, -2.0427334308624268, -0.4899313449859619, -0.06033603101968765, -0.2669830024242401, -0.28324300050735474, 0.3466230034828186, 0.0864029973745346, -1.690096139907837, -1.5182286500930786, -1.1854034662246704, -0.17496925592422485, -0.09988519549369812, -0.26258477568626404, -1.7714568376541138, -0.023003438487648964, -0.0843866690993309, -0.026232298463582993, -0.3336459994316101, -0.5638279914855957, 0.06457199901342392, 1.276759386062622, -1.4841638803482056, 0.9058659076690674, 0.0, 0.0, -0.018518682569265366, -0.17382672429084778, -0.8420841693878174, 1.9086484909057617, -1.0626659393310547, -0.0023902002722024918], "max": [0.3374768793582916, 0.4263141453266144, 0.27642524242401123, -1.3535552024841309, -0.055431660264730453, 0.2212030291557312, -0.01984439231455326, -0.18278099596500397, 0.5515530109405518, 0.2422270029783249, -1.2971378564834595, -1.3183525800704956, -0.9525875449180603, 0.4998099207878113, 0.18929840624332428, -0.14421655237674713, -0.8638681173324585, 0.06590363383293152, 0.18470819294452667, 0.1547059863805771, -0.2889379858970642, -0.3761669993400574, 0.12364999949932098, 1.4755313396453857, -1.3291609287261963, 1.0706844329833984, 1001.0, 1002.0, -0.018507402390241623, -0.17326651513576508, -0.8417299389839172, 1.909066081047058, -1.0599387884140015, 0.0028838079888373613], "mean": [0.1363365203142166, 0.23956497013568878, 0.0739804059267044, -1.7880613803863525, -0.24945583939552307, 0.016024600714445114, -0.08744332194328308, -0.2591949701309204, 0.397199809551239, 0.18296946585178375, -1.3947811126708984, -1.353493571281433, -1.1347042322158813, -0.015829822048544884, 0.09306837618350983, -0.1785680204629898, -1.6275839805603027, 0.02936205081641674, 0.10217056423425674, 0.08574973046779633, -0.29648342728614807, -0.42634710669517517, 0.11193326115608215, 1.3765692710876465, -1.3981599807739258, 0.9654205441474915, 663.6488647460938, 668.4022216796875, -0.018512969836592674, -0.1734994500875473, -0.8418095111846924, 1.9089126586914062, -1.0614657402038574, 0.000544659502338618], "std": [0.2332155853509903, 0.06921124458312988, 0.08228054642677307, 0.14940200746059418, 0.0751490443944931, 0.0752725750207901, 0.09178567677736282, 0.03811660781502724, 0.0571623295545578, 0.03954330459237099, 0.13332821428775787, 0.053697049617767334, 0.07310234010219574, 0.18469104170799255, 0.07578273862600327, 0.039729468524456024, 0.25688356161117554, 0.023961881175637245, 0.10572567582130432, 0.05860506743192673, 0.012378280982375145, 0.05184749886393547, 0.017361218109726906, 0.05128859728574753, 0.035871341824531555, 0.05576928332448006, 460.1343078613281, 458.74652099609375, 6.616543259951868e-07, 5.7806173572316766e-05, 4.48974096798338e-05, 8.126227476168424e-05, 0.0006985337822698057, 0.0005971676437184215], "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": [224], "max": [224], "mean": [224.0], "std": [0.0], "count": [900]}, "index": {"min": [193474], "max": [194373], "mean": [193923.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7, 0.6671522221590082], "std": [0.45825756949558555, 0.4578423797569564], "count": [900]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7, 0.6671522221590082], "std": [0.45825756949558555, 0.4578423797569564], "count": [900]}, "eef_direction_state": {"mean": [5.234444444444445, 5.092222222222222], "std": [1.8127732659051108, 2.064338892170691], "min": [0, 0], "max": [6, 6], "count": [900]}, "eef_velocity_state": {"mean": [0.26555555555555554, 0.21333333333333335], "std": [0.5921075561286925, 0.5132034467711477], "min": [0, 0], "max": [2, 2], "count": [900]}, "eef_acc_mag_state": {"mean": [0.38222222222222224, 0.3333333333333333], "std": [0.7137658778584608, 0.6716480559869855], "min": [0, 0], "max": [2, 2], "count": [900]}, "eef_direction_action": {"mean": [5.234444444444445, 5.092222222222222], "std": [1.8127732659051108, 2.0643388921706913], "min": [0, 0], "max": [6, 6], "count": [900]}, "eef_velocity_action": {"mean": [0.26555555555555554, 0.21333333333333335], "std": [0.5921075561286925, 0.5132034467711477], "min": [0, 0], "max": [2, 2], "count": [900]}, "eef_acc_mag_action": {"mean": [0.38222222222222224, 0.3333333333333333], "std": [0.7137658778584608, 0.6716480559869854], "min": [0, 0], "max": [2, 2], "count": [900]}, "eef_sim_pose_state": {"mean": [0.4168252241167411, 0.2558490966889632, 1.1782806015604228, -0.04009818766110202, 0.0037528860363674936, 1.3549087387687129, 0.4472035862017346, -0.19133682234505445, 1.1550747621729125, -0.083296752913817, -0.046428370267080764, -1.2925243455563493], "std": [0.06005420848389405, 0.03149129517555842, 0.03543642687453671, 0.031043781408733675, 0.04808730728583119, 0.12486825632451218, 0.05154306072641032, 0.019109999174467148, 0.013457421681629486, 0.06325354612182382, 0.01769826759408521, 0.027213823560876114], "min": [0.36601867904999824, 0.1752379390137938, 1.1568103443511162, -0.11835551777674036, -0.10965837990635507, 1.079869882140387, 0.39637224869083293, -0.2042072789116946, 1.1218678524056527, -0.12722122367762367, -0.06757218807895193, -1.3603561505563093], "max": [0.5744710456467028, 0.32331790228148666, 1.249754059733571, -0.01646913489015589, 0.06259286930246288, 1.445973264022073, 0.5832099383489797, -0.14075770678047117, 1.165620140101365, 0.048015615556882496, 0.012526569448901181, -1.19973709451634], "count": [900]}, "eef_sim_pose_action": {"mean": [0.4168742151295262, 0.2558625114189304, 1.1782874085113393, -0.04016957638164922, 0.003697723273828467, 1.3546725057371236, 0.4472415814812339, -0.1913535072965583, 1.1550975157993042, -0.08348071112828763, -0.04640888917966023, -1.292494952607047], "std": [0.06004499124500881, 0.03149755290044606, 0.03543289157855199, 0.031065779106436195, 0.04808251090687667, 0.12489706189517225, 0.05151818134838342, 0.019114248481002724, 0.013456831527056136, 0.0631123893013501, 0.01768472723961419, 0.02721530286770867], "min": [0.36601867904999824, 0.1752379390137938, 1.1568103443511162, -0.11835551777674036, -0.10965837990635507, 1.079869882140387, 0.39637224869083293, -0.2042072789116946, 1.1218678524056527, -0.12722122367762367, -0.06757218807895193, -1.3603561505563093], "max": [0.5744710456467028, 0.32331790228148666, 1.249754059733571, -0.01646913489015589, 0.06259286930246288, 1.445973264022073, 0.5832099383489797, -0.14075770678047117, 1.165620140101365, 0.048015615556882496, 0.012526569448901181, -1.19973709451634], "count": [900]}, "gripper_mode_state": {"mean": [0.3, 0.33111111111111113], "std": [0.45825756949558555, 0.4706129441588602], "min": [0, 0], "max": [1, 1], "count": [900]}, "gripper_activity_state": {"mean": [1.99, 1.9055555555555554], "std": [0.12871156384205232, 0.3843786070793294], "min": [0, 0], "max": [2, 2], "count": [900]}, "gripper_mode_action": {"mean": [0.3, 0.33111111111111113], "std": [0.45825756949558555, 0.4706129441588602], "min": [0, 0], "max": [1, 1], "count": [900]}, "gripper_activity_action": {"mean": [1.99, 1.9055555555555554], "std": [0.12871156384205232, 0.3843786070793294], "min": [0, 0], "max": [2, 2], "count": [900]}}} +{"episode_index": 225, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47156318525931085]], [[0.46259043247476506]], [[0.45252348372781065]]], "std": [[[0.14599373910086244]], [[0.14930116638184737]], [[0.15355564143431719]]], "count": [169]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46537602003325984]], [[0.4573984752678192]], [[0.4502918721236029]]], "std": [[[0.1461020907672729]], [[0.14774560426705596]], [[0.15298396742199608]]], "count": [169]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46819646879955135]], [[0.4728647791217079]], [[0.4633932663302007]]], "std": [[[0.16054512520830877]], [[0.1603825730154197]], [[0.1669877614966431]]], "count": [169]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4891364089028116]], [[0.4831210503925436]], [[0.47039305845612406]]], "std": [[[0.14512499569831366]], [[0.13912665726347795]], [[0.14730028198470496]]], "count": [169]}, "observation.state": {"min": [-0.4729144275188446, 0.07065092772245407, -0.16376425325870514, -2.07100772857666, -0.4066442549228668, -0.02082177810370922, -0.3069859743118286, -0.28365400433540344, 0.335097998380661, 0.08814600110054016, -1.7072166204452515, -1.4474050998687744, -1.1854034662246704, -0.1748121678829193, -0.10602875053882599, -0.26258477568626404, -1.7716838121414185, -0.017872171476483345, -0.12362167239189148, -0.026232298463582993, -0.32972100377082825, -0.5639849901199341, 0.0674860030412674, 1.2890126705169678, -1.4445159435272217, 0.9647131562232971, 0.0, 0.0, -0.018526200205087662, -0.17395831644535065, -0.8418591022491455, 1.9087680578231812, -1.0626105070114136, -0.0015567627269774675], "max": [0.38547343015670776, 0.4848175644874573, 0.28063151240348816, -1.371060848236084, 0.057508599013090134, 0.21336650848388672, -0.019739674404263496, -0.175028994679451, 0.5522670149803162, 0.24436700344085693, -1.2971378564834595, -1.2358317375183105, -0.8659228682518005, 0.494294673204422, 0.18931587040424347, -0.11470303684473038, -0.8771326541900635, 0.07471754401922226, 0.14507177472114563, 0.12393582612276077, -0.2903740108013153, -0.3761639893054962, 0.14327099919319153, 1.4755313396453857, -1.3291609287261963, 1.1056699752807617, 1001.0, 1002.0, -0.01850176230072975, -0.17316125333309174, -0.8415619730949402, 1.9093711376190186, -1.0592620372772217, 0.003336598165333271], "mean": [0.11933518201112747, 0.24457339942455292, 0.07218712568283081, -1.7869352102279663, -0.21101325750350952, 0.03230307996273041, -0.09171531349420547, -0.2532901167869568, 0.4012550711631775, 0.18439260125160217, -1.4123221635818481, -1.311753749847412, -1.097900629043579, 0.0024154712446033955, 0.08532398194074631, -0.1553584784269333, -1.585058569908142, 0.023237023502588272, 0.059532515704631805, 0.07032689452171326, -0.2996191680431366, -0.4338631331920624, 0.12173441052436829, 1.3657609224319458, -1.3607209920883179, 1.0021363496780396, 603.9553833007812, 694.8065795898438, -0.018513448536396027, -0.17352768778800964, -0.8416890501976013, 1.909075379371643, -1.0614452362060547, 0.0004967923741787672], "std": [0.2622222304344177, 0.07971317321062088, 0.09719256311655045, 0.16008982062339783, 0.10554002970457077, 0.08137921243906021, 0.0972384661436081, 0.04291064292192459, 0.06363097578287125, 0.04405173286795616, 0.1581273376941681, 0.03751101344823837, 0.11766290664672852, 0.19580990076065063, 0.08317539840936661, 0.05584632232785225, 0.27050286531448364, 0.02436491847038269, 0.09919419139623642, 0.052062470465898514, 0.011704937554895878, 0.054259467869997025, 0.026462718844413757, 0.056666165590286255, 0.025750814005732536, 0.045008741319179535, 477.8299865722656, 448.98553466796875, 1.279992716263223e-06, 6.821134593337774e-05, 8.108882320811972e-05, 0.000153671731823124, 0.0006491840467788279, 0.0006409651250578463], "count": [941]}, "action": {"min": [-0.4729144275188446, 0.07065092772245407, -0.16376425325870514, -2.07100772857666, -0.4066442549228668, -0.02082177810370922, -0.3069859743118286, -0.28365400433540344, 0.335097998380661, 0.08814600110054016, -1.7072166204452515, -1.4474050998687744, -1.1854034662246704, -0.1748121678829193, -0.10602875053882599, -0.26258477568626404, -1.77164888381958, -0.017872171476483345, -0.12362167239189148, -0.026232298463582993, -0.32972100377082825, -0.5639849901199341, 0.0674860030412674, 1.2890126705169678, -1.4445159435272217, 0.9647131562232971, 0.0, 0.0, -0.018526200205087662, -0.17395831644535065, -0.8418591022491455, 1.9087680578231812, -1.0626105070114136, -0.0015567627269774675], "max": [0.38547343015670776, 0.4848175644874573, 0.28063151240348816, -1.371060848236084, 0.057508599013090134, 0.21336650848388672, -0.019774580374360085, -0.175028994679451, 0.5522670149803162, 0.24436700344085693, -1.2971378564834595, -1.2358317375183105, -0.8659228682518005, 0.494294673204422, 0.18931587040424347, -0.11470303684473038, -0.8771326541900635, 0.07471754401922226, 0.14507177472114563, 0.12393582612276077, -0.2903740108013153, -0.3761639893054962, 0.14327099919319153, 1.4755313396453857, -1.3291609287261963, 1.1056699752807617, 1001.0, 1002.0, -0.01850176230072975, -0.17316125333309174, -0.8415619730949402, 1.9093711376190186, -1.0592620372772217, 0.003336598165333271], "mean": [0.11921820789575577, 0.24465824663639069, 0.07210022956132889, -1.786877155303955, -0.21098120510578156, 0.03231164440512657, -0.091915562748909, -0.2532587945461273, 0.4012872874736786, 0.18442830443382263, -1.4125237464904785, -1.3116954565048218, -1.0977669954299927, 0.0025260658003389835, 0.08523538708686829, -0.15520206093788147, -1.584986925125122, 0.0231850016862154, 0.059751614928245544, 0.07046940922737122, -0.2996219992637634, -0.43390706181526184, 0.12176975607872009, 1.3656185865402222, -1.3607463836669922, 1.0020296573638916, 603.9553833007812, 694.8065795898438, -0.018513448536396027, -0.1735277771949768, -0.8416888117790222, 1.9090756177902222, -1.0614449977874756, 0.0004971303278580308], "std": [0.26218146085739136, 0.07975174486637115, 0.09725593775510788, 0.1600770354270935, 0.10553167760372162, 0.08137402683496475, 0.0972839891910553, 0.042899541556835175, 0.0636211708188057, 0.04407944902777672, 0.15810097754001617, 0.037542592734098434, 0.11763565242290497, 0.19573959708213806, 0.08310914784669876, 0.055752240121364594, 0.2704610228538513, 0.02432570606470108, 0.0991494357585907, 0.0519813634455204, 0.011703414842486382, 0.05422944575548172, 0.0264687892049551, 0.056558143347501755, 0.025731701403856277, 0.04497460275888443, 477.8299865722656, 448.98553466796875, 1.279992716263223e-06, 6.818445399403572e-05, 8.108902693493292e-05, 0.00015378440730273724, 0.0006492836982943118, 0.0006410024361684918], "count": [941]}, "timestamp": {"min": [0.0], "max": [31.333333333333332], "mean": [15.66666666666667], "std": [9.054771608875008], "count": [941]}, "frame_index": {"min": [0], "max": [940], "mean": [470.0], "std": [271.6431482662502], "count": [941]}, "episode_index": {"min": [225], "max": [225], "mean": [225.0], "std": [0.0], "count": [941]}, "index": {"min": [194374], "max": [195314], "mean": [194844.0], "std": [271.6431482662502], "count": [941]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [941]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6376195536663124, 0.6935037195382642], "std": [0.4806879012921839, 0.44809351634205197], "count": [941]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6376195536663124, 0.6935037195382642], "std": [0.4806879012921839, 0.44809351634205197], "count": [941]}, "eef_direction_state": {"mean": [5.12221041445271, 5.198724760892667], "std": [1.9327002585536364, 1.9520932032811913], "min": [0, 0], "max": [6, 6], "count": [941]}, "eef_velocity_state": {"mean": [0.28055260361317746, 0.18809776833156217], "std": [0.6150210701540172, 0.4831998979145732], "min": [0, 0], "max": [2, 2], "count": [941]}, "eef_acc_mag_state": {"mean": [0.37300743889479276, 0.32624867162592985], "std": [0.700746822613336, 0.6655654135180457], "min": [0, 0], "max": [2, 2], "count": [941]}, "eef_direction_action": {"mean": [5.12221041445271, 5.198724760892667], "std": [1.9327002585536364, 1.9520932032811913], "min": [0, 0], "max": [6, 6], "count": [941]}, "eef_velocity_action": {"mean": [0.28055260361317746, 0.18809776833156217], "std": [0.6150210701540172, 0.4831998979145732], "min": [0, 0], "max": [2, 2], "count": [941]}, "eef_acc_mag_action": {"mean": [0.37300743889479276, 0.32624867162592985], "std": [0.700746822613336, 0.6655654135180457], "min": [0, 0], "max": [2, 2], "count": [941]}, "eef_sim_pose_state": {"mean": [0.42082671235730507, 0.25708815134387913, 1.1852743432742225, -0.03049340493332307, -0.04429323125092586, 1.3588249654843574, 0.45338534255461327, -0.19693570731489202, 1.149524178978667, -0.0619774536758871, -0.05239386068705807, -1.3315637210714129], "std": [0.06655915409006015, 0.0366348968225126, 0.04099261431122509, 0.020906884882489218, 0.10521467248075479, 0.12354249258038986, 0.05403053087031409, 0.02593747837061658, 0.012203197903675198, 0.05830512652630878, 0.029371233192676177, 0.018178144057093754], "min": [0.35537868334874345, 0.17608964509972122, 1.1567864242053412, -0.08139900218861773, -0.23855078294185494, 1.0718567453846237, 0.39636668594327606, -0.21711040044736932, 1.122998324644021, -0.11017126331959892, -0.06983241914856664, -1.365558073622065], "max": [0.5752632704210277, 0.3295282926070899, 1.2611149024364183, 0.01248063089087692, 0.032786809148326324, 1.446092417641704, 0.5825990393726791, -0.13993042498082583, 1.1590627512464018, 0.05307858222643358, 0.027373642972834178, -1.2741626655710936], "count": [941]}, "eef_sim_pose_action": {"mean": [0.42086172048108833, 0.2571379033935209, 1.18530054560077, -0.0305382943439491, -0.0444498798167415, 1.3587074858186583, 0.4534283965491528, -0.19696564951930093, 1.1495391752536266, -0.06213347455695751, -0.052396346682343546, -1.3316007522902065], "std": [0.06654817446914175, 0.03667674807546981, 0.04098230415405619, 0.020924364189707008, 0.10520980258249614, 0.12351200975737368, 0.0540012180421852, 0.025944222519431695, 0.012205780034385123, 0.05820640132483558, 0.029372601630599453, 0.018158202043741273], "min": [0.35537868334874345, 0.17608964509972122, 1.1567864242053412, -0.08139900218861773, -0.23855078294185494, 1.0718567453846237, 0.39636668594327606, -0.21711040044736932, 1.122998324644021, -0.11017126331959892, -0.06983241914856664, -1.365558073622065], "max": [0.5752632704210277, 0.3295282926070899, 1.2611149024364183, 0.01248063089087692, 0.032786809148326324, 1.4460731776497944, 0.5825990393726791, -0.13993042498082583, 1.1590627512464018, 0.05307858222643358, 0.027373642972834178, -1.2741626655710936], "count": [941]}, "gripper_mode_state": {"mean": [0.36238044633368754, 0.3071200850159405], "std": [0.4806879012921839, 0.46129961889833304], "min": [0, 0], "max": [1, 1], "count": [941]}, "gripper_activity_state": {"mean": [1.9904357066950054, 1.9117959617428268], "std": [0.12589286371845643, 0.3740791951371913], "min": [0, 0], "max": [2, 2], "count": [941]}, "gripper_mode_action": {"mean": [0.36238044633368754, 0.3071200850159405], "std": [0.4806879012921839, 0.46129961889833304], "min": [0, 0], "max": [1, 1], "count": [941]}, "gripper_activity_action": {"mean": [1.9904357066950054, 1.9117959617428268], "std": [0.12589286371845645, 0.3740791951371913], "min": [0, 0], "max": [2, 2], "count": [941]}}} +{"episode_index": 226, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46880799868024137]], [[0.465068497831825]], [[0.45583585370579854]]], "std": [[[0.1544253450077181]], [[0.15693462815436202]], [[0.16068422816894307]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4668372926093515]], [[0.4632798490656947]], [[0.4570993236236802]]], "std": [[[0.14772393855465854]], [[0.14904550812803735]], [[0.15315377545722142]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4778258900515334]], [[0.4841523221468075]], [[0.4739994252241495]]], "std": [[[0.15584440873889815]], [[0.15771537193109605]], [[0.16664717912291585]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47621026321853527]], [[0.4782190786303838]], [[0.4689338981586224]]], "std": [[[0.14715584788642666]], [[0.14480739011644095]], [[0.15356639143243292]]], "count": [156]}, "observation.state": {"min": [-0.4614824950695038, 0.027576202526688576, -0.0059166657738387585, -1.935151219367981, -0.3380703032016754, -0.03333578631281853, -0.19231782853603363, -0.2833020091056824, 0.3658730089664459, 0.08220800012350082, -1.6549248695373535, -1.4899673461914062, -1.225406527519226, -0.1779886782169342, -0.0944572240114212, -0.26258477568626404, -1.7714743614196777, -0.031468287110328674, -0.07323401421308517, -0.026232298463582993, -0.32991600036621094, -0.5656459927558899, 0.05908399820327759, 1.3116002082824707, -1.4260129928588867, 0.9118043184280396, 0.0, 0.0, -0.018526200205087662, -0.17420081794261932, -0.8420841693878174, 1.9091895818710327, -1.0638576745986938, -0.0024708861019462347], "max": [0.2689726948738098, 0.27527332305908203, 0.2670004665851593, -1.3514084815979004, -0.002460914198309183, 0.19455185532569885, -0.019809486344456673, -0.17771799862384796, 0.5525580048561096, 0.2105419933795929, -1.2967265844345093, -1.2761282920837402, -1.0003509521484375, 0.5113291144371033, 0.1892635077238083, -0.12376129627227783, -0.8688946962356567, 0.06592108309268951, 0.1318945288658142, 0.11342895030975342, -0.28574299812316895, -0.37615999579429626, 0.13243399560451508, 1.4755313396453857, -1.3062182664871216, 1.0883969068527222, 1001.0, 1002.0, -0.018494242802262306, -0.17305973172187805, -0.8410279154777527, 1.9095097780227661, -1.058226466178894, 0.006269766949117184], "mean": [0.1631637066602707, 0.21916563808918, 0.060340516269207, -1.7959703207015991, -0.23627564311027527, 0.009276410564780235, -0.05563889816403389, -0.26635318994522095, 0.39223694801330566, 0.18827837705612183, -1.347962737083435, -1.3312716484069824, -1.1679115295410156, 0.035793788731098175, 0.06614859402179718, -0.17008139193058014, -1.544123649597168, 0.003912175539880991, 0.01587834767997265, 0.058726679533720016, -0.2972903251647949, -0.4433761239051819, 0.11334038525819778, 1.3977199792861938, -1.3386576175689697, 1.0271226167678833, 731.5663452148438, 598.2476196289062, -0.018513375893235207, -0.1736220270395279, -0.8417633771896362, 1.9092576503753662, -1.061408281326294, 0.0005821743397973478], "std": [0.20610713958740234, 0.051801081746816635, 0.0630665123462677, 0.12259792536497116, 0.06276977807283401, 0.06408761441707611, 0.058291103690862656, 0.03448010981082916, 0.051249608397483826, 0.03455681726336479, 0.10106425732374191, 0.03602933511137962, 0.049931272864341736, 0.18932566046714783, 0.07724745571613312, 0.0523546002805233, 0.24877813458442688, 0.03168008476495743, 0.0522892028093338, 0.045716166496276855, 0.012788325548171997, 0.052838873118162155, 0.02190581150352955, 0.04759852960705757, 0.036096394062042236, 0.04288753494620323, 429.29351806640625, 477.3534240722656, 1.429692702004104e-06, 9.542670886730775e-05, 0.0001445128582417965, 4.911666110274382e-05, 0.0007419180474244058, 0.0008830497390590608], "count": [844]}, "action": {"min": [-0.4614824950695038, 0.027576202526688576, -0.0059166657738387585, -1.935151219367981, -0.3380703032016754, -0.03333578631281853, -0.19231782853603363, -0.2833020091056824, 0.3658730089664459, 0.08220800012350082, -1.6549248695373535, -1.4899673461914062, -1.225406527519226, -0.1779886782169342, -0.0944572240114212, -0.26258477568626404, -1.7714743614196777, -0.031468287110328674, -0.07323401421308517, -0.026232298463582993, -0.32991600036621094, -0.5656459927558899, 0.05908399820327759, 1.3116002082824707, -1.4260129928588867, 0.9118043184280396, 0.0, 0.0, -0.018526200205087662, -0.17420081794261932, -0.8420841693878174, 1.9091895818710327, -1.0638576745986938, -0.0024708861019462347], "max": [0.2689726948738098, 0.27527332305908203, 0.2670004665851593, -1.3514084815979004, -0.002460914198309183, 0.19455185532569885, -0.019809486344456673, -0.17771799862384796, 0.5525580048561096, 0.2105419933795929, -1.2967265844345093, -1.2761282920837402, -1.0003509521484375, 0.5113291144371033, 0.1892635077238083, -0.12376129627227783, -0.8688946962356567, 0.06592108309268951, 0.1318945288658142, 0.11342895030975342, -0.28574299812316895, -0.37615999579429626, 0.13243399560451508, 1.4755313396453857, -1.3062182664871216, 1.0883969068527222, 1001.0, 1002.0, -0.018494242802262306, -0.17305973172187805, -0.8410279154777527, 1.9095097780227661, -1.058226466178894, 0.006269766949117184], "mean": [0.1629856824874878, 0.2191031575202942, 0.060284972190856934, -1.7958118915557861, -0.23627540469169617, 0.009267953224480152, -0.05577441304922104, -0.2663463354110718, 0.3922872245311737, 0.18828795850276947, -1.3480137586593628, -1.3312995433807373, -1.1679575443267822, 0.03599455952644348, 0.0659998431801796, -0.16992104053497314, -1.5439430475234985, 0.003826875239610672, 0.01600891537964344, 0.05886254087090492, -0.2972881495952606, -0.44344836473464966, 0.11336503177881241, 1.3976202011108398, -1.3386433124542236, 1.027092695236206, 731.5663452148438, 598.2476196289062, -0.018513375893235207, -0.17362213134765625, -0.8417639136314392, 1.9092575311660767, -1.0614080429077148, 0.0005821889499202371], "std": [0.20608335733413696, 0.05180651694536209, 0.06310312449932098, 0.12261535227298737, 0.06276971101760864, 0.06409207731485367, 0.05834059789776802, 0.03447731211781502, 0.051245301961898804, 0.03456168994307518, 0.10104944556951523, 0.03602883964776993, 0.0499645359814167, 0.18919359147548676, 0.07713086903095245, 0.052278436720371246, 0.24866928160190582, 0.031610000878572464, 0.05222785100340843, 0.04563397169113159, 0.012789364904165268, 0.05278859660029411, 0.02191341668367386, 0.047523513436317444, 0.03610255569219589, 0.042868874967098236, 429.29351806640625, 477.3534240722656, 1.4296925883172662e-06, 9.540155588183552e-05, 0.0001448959083063528, 4.915407771477476e-05, 0.0007420614128932357, 0.0008830485166981816], "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": [226], "max": [226], "mean": [226.0], "std": [0.0], "count": [844]}, "index": {"min": [195315], "max": [196158], "mean": [195736.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.773696682464455, 0.5971682463238519], "std": [0.41843772058449813, 0.4764432775054266], "count": [844]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.773696682464455, 0.5971682463238519], "std": [0.41843772058449813, 0.47644327750542664], "count": [844]}, "eef_direction_state": {"mean": [5.295023696682464, 4.9656398104265405], "std": [1.8042666321825036, 2.1759139155521994], "min": [0, 0], "max": [6, 6], "count": [844]}, "eef_velocity_state": {"mean": [0.24407582938388625, 0.23222748815165878], "std": [0.597903504660221, 0.5134256896284707], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_acc_mag_state": {"mean": [0.30450236966824645, 0.36492890995260663], "std": [0.6555838277502379, 0.7000354558848985], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_direction_action": {"mean": [5.295023696682464, 4.9656398104265405], "std": [1.8042666321825038, 2.1759139155521994], "min": [0, 0], "max": [6, 6], "count": [844]}, "eef_velocity_action": {"mean": [0.24407582938388625, 0.23222748815165878], "std": [0.597903504660221, 0.5134256896284707], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_acc_mag_action": {"mean": [0.30450236966824645, 0.36492890995260663], "std": [0.6555838277502379, 0.7000354558848985], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_sim_pose_state": {"mean": [0.4101986139011928, 0.25580991931739083, 1.1716060846712082, -0.03568648002265715, 0.01900452027346165, 1.4039450834872595, 0.46274794790507906, -0.18860892710152133, 1.1475243998946918, -0.024045054162959698, -0.06151600991170412, -1.333473401080378], "std": [0.05322291752937235, 0.026575176908047816, 0.031256736636436966, 0.030908538803364624, 0.049948219547024164, 0.08082830765389774, 0.053129822987341584, 0.02017100075165748, 0.008421591915162785, 0.05613689169692035, 0.014233012106799831, 0.024712346634001247], "min": [0.3829830239854033, 0.16829798086355163, 1.1562803236122994, -0.11923855940459249, -0.16121913972079827, 1.1820078941260217, 0.39624212412946536, -0.20481542274288292, 1.126304315101296, -0.13773057616117668, -0.09065341525486481, -1.3601944410010858], "max": [0.5745769838981085, 0.2763594109252685, 1.2518743651656004, -0.017313513961026872, 0.08949128823336205, 1.4467040951702987, 0.5859907748741325, -0.13637412318665107, 1.1626266555968061, 0.049650213760210504, -0.021361067705773618, -1.2547928438308233], "count": [844]}, "eef_sim_pose_action": {"mean": [0.41024971122372694, 0.25582355567015796, 1.171606658236695, -0.035741767591207785, 0.0190344412957213, 1.4039052182286036, 0.4628182464334287, -0.1886264544716065, 1.1475352343463274, -0.02412105709510479, -0.061516180350621764, -1.3335329480671523], "std": [0.05321795873354337, 0.02658259413956541, 0.031256469467303816, 0.030917819874249134, 0.04996393453219064, 0.08081590221596834, 0.05308118379130242, 0.02017750478508778, 0.008423583796907266, 0.056082812864940754, 0.014233084515257803, 0.02470275670186464], "min": [0.3829830239854033, 0.16829798086355163, 1.1562803236122994, -0.11923855940459249, -0.16121913972079827, 1.1820078941260217, 0.39624212412946536, -0.20481542274288292, 1.126304315101296, -0.13773057616117668, -0.09065341525486481, -1.3601944410010858], "max": [0.5745769838981085, 0.2763594109252685, 1.2518743651656004, -0.017313513961026872, 0.08949128823336205, 1.4467040951702987, 0.5859907748741325, -0.13637412318665107, 1.1626266555968061, 0.049650213760210504, -0.021361067705773618, -1.2547928438308233], "count": [844]}, "gripper_mode_state": {"mean": [0.22630331753554503, 0.40165876777251186], "std": [0.41843772058449813, 0.49023361986300085], "min": [0, 0], "max": [1, 1], "count": [844]}, "gripper_activity_state": {"mean": [1.9893364928909953, 1.8957345971563981], "std": [0.1328864231758742, 0.40556648777583765], "min": [0, 0], "max": [2, 2], "count": [844]}, "gripper_mode_action": {"mean": [0.22630331753554503, 0.40165876777251186], "std": [0.41843772058449813, 0.49023361986300085], "min": [0, 0], "max": [1, 1], "count": [844]}, "gripper_activity_action": {"mean": [1.9893364928909953, 1.8957345971563981], "std": [0.1328864231758742, 0.40556648777583765], "min": [0, 0], "max": [2, 2], "count": [844]}}} +{"episode_index": 227, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704564479638009]], [[0.4602728627241495]], [[0.4507320444737724]]], "std": [[[0.1452346260974992]], [[0.1480769607433017]], [[0.15260172043812245]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4667160489462879]], [[0.4580393911303838]], [[0.45063310447042065]]], "std": [[[0.14376718594649174]], [[0.14524304590094295]], [[0.1505380281064114]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4680880729428523]], [[0.4713584440987934]], [[0.4613713051994302]]], "std": [[[0.16142135697721302]], [[0.16132306676469252]], [[0.16790720086723251]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48844135977040387]], [[0.4798515598814312]], [[0.46698834344100887]]], "std": [[[0.14676786817283333]], [[0.1390113370101347]], [[0.14668386919492235]]], "count": [156]}, "observation.state": {"min": [-0.4376063942909241, 0.021903881803154945, -0.1595929116010666, -2.042698383331299, -0.2592337429523468, -0.1033933013677597, -0.24907593429088593, -0.28333601355552673, 0.3368760049343109, 0.08675400167703629, -1.7483173608779907, -1.3189290761947632, -1.1915837526321411, -0.17331120371818542, -0.07791150361299515, -0.2626197040081024, -1.7714743614196777, -0.0172787606716156, -0.06370452046394348, -0.026232298463582993, -0.3273169994354248, -0.5665439963340759, 0.06611300259828568, 1.2818125486373901, -1.5193568468093872, 0.8474299311637878, 0.0, 0.0, -0.01851492188870907, -0.173860564827919, -0.8420770168304443, 1.908783197402954, -1.0620677471160889, -0.0006274512852542102], "max": [0.38095301389694214, 0.3499385118484497, 0.2647664546966553, -1.3558415174484253, 0.22069689631462097, 0.13847441971302032, -0.019809486344456673, -0.17878299951553345, 0.54898601770401, 0.25123998522758484, -1.275796890258789, -1.052021861076355, -0.8977245092391968, 0.5015727281570435, 0.18931587040424347, -0.14133675396442413, -0.8979195356369019, 0.0659559965133667, 0.18306758999824524, 0.16146041452884674, -0.29205000400543213, -0.3761659860610962, 0.1299699991941452, 1.4755313396453857, -1.3291609287261963, 1.0674772262573242, 1001.0, 1002.0, -0.018507402390241623, -0.17331163585186005, -0.841949462890625, 1.9094043970108032, -1.0601272583007812, 0.0017333223950117826], "mean": [0.1432189643383026, 0.21649231016635895, 0.0620829202234745, -1.7943464517593384, -0.1545323133468628, 0.003301003249362111, -0.06550254672765732, -0.2570909559726715, 0.39662203192710876, 0.18452571332454681, -1.407821536064148, -1.2545901536941528, -1.1162605285644531, 0.01838499866425991, 0.07803217321634293, -0.17319010198116302, -1.5637339353561401, 0.020639682188630104, 0.0662885531783104, 0.07236358523368835, -0.3035564720630646, -0.4377838969230652, 0.11408527940511703, 1.3672397136688232, -1.3763892650604248, 0.9850644469261169, 646.0130615234375, 671.3230590820312, -0.018512912094593048, -0.17363698780536652, -0.8420114517211914, 1.9090121984481812, -1.0614427328109741, 0.0005074036307632923], "std": [0.23867346346378326, 0.07062971591949463, 0.08634453266859055, 0.15824586153030396, 0.16019032895565033, 0.058143649250268936, 0.06836025416851044, 0.03866979107260704, 0.06011609360575676, 0.042454976588487625, 0.15834754705429077, 0.09667202085256577, 0.10154364258050919, 0.1872953623533249, 0.07112660259008408, 0.043937209993600845, 0.2439594864845276, 0.02149157226085663, 0.07010288536548615, 0.04678433761000633, 0.009251518175005913, 0.05187615379691124, 0.020474188029766083, 0.050656285136938095, 0.038013480603694916, 0.04295918717980385, 465.492919921875, 457.07373046875, 4.2722382431747974e-07, 2.6039017029688694e-05, 4.7857898607617244e-05, 0.00016544728714507073, 0.00036045597516931593, 0.0003673920582514256], "count": [842]}, "action": {"min": [-0.4376063942909241, 0.021903881803154945, -0.1595929116010666, -2.042698383331299, -0.2592337429523468, -0.1033933013677597, -0.24907593429088593, -0.28333601355552673, 0.3368760049343109, 0.08675400167703629, -1.7483173608779907, -1.3189290761947632, -1.1915837526321411, -0.17331120371818542, -0.07791150361299515, -0.2626197040081024, -1.7714743614196777, -0.0172787606716156, -0.06370452046394348, -0.026232298463582993, -0.3273169994354248, -0.5665439963340759, 0.06611300259828568, 1.2818125486373901, -1.5193568468093872, 0.8474299311637878, 0.0, 0.0, -0.01851492188870907, -0.173860564827919, -0.8420770168304443, 1.9087855815887451, -1.0620677471160889, -0.0006274512852542102], "max": [0.38095301389694214, 0.3499385118484497, 0.2647664546966553, -1.3558415174484253, 0.22069689631462097, 0.13847441971302032, -0.019809486344456673, -0.17878299951553345, 0.54898601770401, 0.25123998522758484, -1.275796890258789, -1.052021861076355, -0.8977245092391968, 0.5015727281570435, 0.18931587040424347, -0.14133675396442413, -0.8979195356369019, 0.0659559965133667, 0.18306758999824524, 0.16146041452884674, -0.29205000400543213, -0.3761659860610962, 0.1299699991941452, 1.4755313396453857, -1.3291609287261963, 1.0674772262573242, 1001.0, 1002.0, -0.018507402390241623, -0.17331163585186005, -0.841949462890625, 1.9094043970108032, -1.0601272583007812, 0.0017333223950117826], "mean": [0.14313362538814545, 0.21643629670143127, 0.061983462423086166, -1.7942956686019897, -0.15424844622612, 0.003211229806765914, -0.06562212854623795, -0.2570658028125763, 0.3966456651687622, 0.18454575538635254, -1.4080450534820557, -1.254321575164795, -1.116152048110962, 0.018533935770392418, 0.07791348546743393, -0.17304839193820953, -1.563599944114685, 0.020577888935804367, 0.0664922297000885, 0.07250902056694031, -0.30356737971305847, -0.4378388226032257, 0.11410827934741974, 1.3670965433120728, -1.3764337301254272, 0.9849551320075989, 646.0130615234375, 671.3230590820312, -0.018512912094593048, -0.17363698780536652, -0.8420113921165466, 1.9090125560760498, -1.0614429712295532, 0.0005077520036138594], "std": [0.23864245414733887, 0.07062894105911255, 0.08641557395458221, 0.15823514759540558, 0.16022607684135437, 0.058238837867975235, 0.06836838275194168, 0.03865966945886612, 0.06010821461677551, 0.042467132210731506, 0.15832385420799255, 0.09680718183517456, 0.10151935368776321, 0.18719303607940674, 0.07102359086275101, 0.043841056525707245, 0.2438776046037674, 0.021436166018247604, 0.06997397541999817, 0.04666801169514656, 0.00924338772892952, 0.05183544009923935, 0.02048005536198616, 0.050519563257694244, 0.037980105727910995, 0.0428687259554863, 465.492919921875, 457.07373046875, 4.2722382431747974e-07, 2.6035750124719925e-05, 4.782366886502132e-05, 0.00016524249804206192, 0.00036052908399142325, 0.00036747902049683034], "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": [227], "max": [227], "mean": [227.0], "std": [0.0], "count": [842]}, "index": {"min": [196159], "max": [197000], "mean": [196579.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6876484560570071, 0.6700997623037591], "std": [0.4634523243435316, 0.45619108491518473], "count": [842]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6876484560570071, 0.6700997623037591], "std": [0.4634523243435316, 0.45619108491518473], "count": [842]}, "eef_direction_state": {"mean": [5.155581947743468, 5.074821852731591], "std": [1.8902860711895009, 2.0849780051124465], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_state": {"mean": [0.2980997624703088, 0.21021377672209027], "std": [0.6393443787999014, 0.4991586288168528], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_acc_mag_state": {"mean": [0.42399049881235157, 0.35391923990498814], "std": [0.7388404858747825, 0.6914235946957752], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_direction_action": {"mean": [5.155581947743468, 5.074821852731591], "std": [1.8902860711895009, 2.0849780051124465], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_action": {"mean": [0.2980997624703088, 0.21021377672209027], "std": [0.6393443787999014, 0.49915862881685286], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_acc_mag_action": {"mean": [0.42399049881235157, 0.35391923990498814], "std": [0.7388404858747825, 0.6914235946957751], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_sim_pose_state": {"mean": [0.415093635199738, 0.25318827594597126, 1.1792697950493847, -0.051026645234611805, -0.06958733743100216, 1.4020253126728082, 0.4578385719549225, -0.1909112150773813, 1.1469433472854047, -0.07380738186238099, -0.04993887381127026, -1.3167820474456273], "std": [0.061859533785000455, 0.03613685878682103, 0.03438497800990868, 0.04597339286352115, 0.14525989771657272, 0.07771695241374804, 0.052232545668457524, 0.01915322885179053, 0.006315926740291185, 0.05596890392427079, 0.021728760614134864, 0.02568501463489606], "min": [0.35412326291958385, 0.1650552580224826, 1.1565796333304232, -0.1348089679338076, -0.34749691077352995, 1.2015452823052661, 0.3963716533962155, -0.20524746228169458, 1.129265129652241, -0.16641088155205375, -0.06757171226202074, -1.3394052322646477], "max": [0.5693699270523064, 0.3179112505105778, 1.2495467906409912, -0.01371648482020571, 0.03277002577000965, 1.484697110792749, 0.5864001269880507, -0.1493637345146245, 1.1569758687231866, 0.04795732576037781, 0.013078992713631443, -1.1790290978737743], "count": [842]}, "eef_sim_pose_action": {"mean": [0.4151185050337007, 0.2532106356559043, 1.1792814690820947, -0.051147774935182785, -0.06986258798383836, 1.4020327750275978, 0.45789284535687247, -0.19093012393864928, 1.1469506935093117, -0.07396680094056303, -0.049929459286449866, -1.3168082746942098], "std": [0.06185103459884595, 0.03614969346780084, 0.0343790193464373, 0.04601913336005942, 0.14528551472156082, 0.07772146249561458, 0.05219237531352898, 0.019158911062710348, 0.006316668961751848, 0.055813070620876, 0.021722857062893126, 0.02568358492836658], "min": [0.35412326291958385, 0.1650552580224826, 1.1565796333304232, -0.1348089679338076, -0.34749691077352995, 1.2015452823052661, 0.3963725638735958, -0.20524746228169458, 1.129265129652241, -0.16641088155205375, -0.06757171226202074, -1.3394052322646477], "max": [0.5693699270523064, 0.3179112505105778, 1.2495467906409912, -0.01371648482020571, 0.03277002577000965, 1.484697110792749, 0.5864001269880507, -0.1493637345146245, 1.1569758687231866, 0.04795732576037781, 0.013078992713631443, -1.1790290978737743], "count": [842]}, "gripper_mode_state": {"mean": [0.31235154394299286, 0.33016627078384797], "std": [0.4634523243435316, 0.47027279787430565], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_state": {"mean": [1.989311163895487, 1.9038004750593824], "std": [0.1330431344473888, 0.3856201447756359], "min": [0, 0], "max": [2, 2], "count": [842]}, "gripper_mode_action": {"mean": [0.31235154394299286, 0.33016627078384797], "std": [0.4634523243435316, 0.4702727978743056], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_action": {"mean": [1.989311163895487, 1.9038004750593824], "std": [0.1330431344473888, 0.3856201447756359], "min": [0, 0], "max": [2, 2], "count": [842]}}} +{"episode_index": 228, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47414437168096407]], [[0.46507822584763076]], [[0.45495750740400326]]], "std": [[[0.15004833718808885]], [[0.1525984320271991]], [[0.1569355261076989]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46495397646037584]], [[0.4567667062397876]], [[0.4495015420751634]]], "std": [[[0.14672455072755716]], [[0.14813380284048241]], [[0.15325461414117242]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638832069546569]], [[0.4663248723447712]], [[0.4560616600285948]]], "std": [[[0.16040729436742102]], [[0.15967501331864914]], [[0.16630110323837605]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.493919429125817]], [[0.4836845026552287]], [[0.4701509229473039]]], "std": [[[0.1504266522645682]], [[0.14174616072594806]], [[0.15030306642175023]]], "count": [160]}, "observation.state": {"min": [-0.47253042459487915, 0.048258356750011444, -0.1506044566631317, -2.085895299911499, -0.41004765033721924, -0.02082177810370922, -0.34461528062820435, -0.28328201174736023, 0.33134400844573975, 0.0842989981174469, -1.719844937324524, -1.4453274011611938, -1.1855138540267944, -0.17435838282108307, -0.09457939118146896, -0.2626197040081024, -1.7714743614196777, 0.0003490658418741077, -0.0938812643289566, -0.02626720443367958, -0.3336150050163269, -0.5651779770851135, 0.07217500358819962, 1.2660506963729858, -1.4857678413391113, 0.9477835893630981, 0.0, 0.0, -0.018522441387176514, -0.17416509985923767, -0.8420809507369995, 1.9089257717132568, -1.0624045133590698, -0.0014884170377627015], "max": [0.3995756506919861, 0.5122890472412109, 0.2842792272567749, -1.381218671798706, 0.1448972374200821, 0.3193778097629547, -0.01979203335940838, -0.17627300322055817, 0.5523949861526489, 0.24046100676059723, -1.2918866872787476, -1.1646567583084106, -0.7460007071495056, 0.5024628043174744, 0.18929840624332428, -0.13432054221630096, -0.8577072024345398, 0.0659734457731247, 0.06794566661119461, 0.14753268659114838, -0.2916859984397888, -0.37615299224853516, 0.11702299863100052, 1.4755313396453857, -1.3264029026031494, 1.0937209129333496, 1001.0, 1002.0, -0.018503643572330475, -0.17343194782733917, -0.8413393497467041, 1.9089607000350952, -1.0597620010375977, 0.002936016535386443], "mean": [0.14517126977443695, 0.24518732726573944, 0.07423599809408188, -1.809149146080017, -0.20179817080497742, 0.04041494429111481, -0.08211492002010345, -0.257606565952301, 0.39412984251976013, 0.183529332280159, -1.3974308967590332, -1.3093559741973877, -1.0897966623306274, 0.011112425476312637, 0.06187640130519867, -0.1796688586473465, -1.5472959280014038, 0.04465040937066078, -0.019153913483023643, 0.06626088917255402, -0.30095747113227844, -0.43465656042099, 0.10545828938484192, 1.4000847339630127, -1.3876177072525024, 1.062170386314392, 687.822998046875, 600.2643432617188, -0.01851293444633484, -0.1736283004283905, -0.8418872356414795, 1.9089385271072388, -1.061535120010376, 0.000514135870616883], "std": [0.2396877110004425, 0.07992540299892426, 0.08940162509679794, 0.13858847320079803, 0.1267869770526886, 0.09690853953361511, 0.0972689688205719, 0.041070129722356796, 0.05731683596968651, 0.04071523994207382, 0.1571933925151825, 0.052598390728235245, 0.14482396841049194, 0.20862331986427307, 0.08246573060750961, 0.04200054705142975, 0.27744734287261963, 0.023145858198404312, 0.035608917474746704, 0.05093000829219818, 0.013409296981990337, 0.05794829502701759, 0.01578363962471485, 0.06174082309007645, 0.03462102636694908, 0.033747147768735886, 450.4264221191406, 478.53057861328125, 8.33144213174819e-07, 8.747648826101795e-05, 0.00011994106898782775, 8.347017683263402e-06, 0.0005756651517003775, 0.00046064628986641765], "count": [870]}, "action": {"min": [-0.47253042459487915, 0.048258356750011444, -0.1506044566631317, -2.085895299911499, -0.41004765033721924, -0.02082177810370922, -0.34461528062820435, -0.28328201174736023, 0.33134400844573975, 0.0842989981174469, -1.719844937324524, -1.4453274011611938, -1.1855138540267944, -0.17435838282108307, -0.09457939118146896, -0.2626197040081024, -1.7714743614196777, 0.0003490658418741077, -0.0938812643289566, -0.02626720443367958, -0.3336150050163269, -0.5651779770851135, 0.07217500358819962, 1.2660506963729858, -1.4857678413391113, 0.9477835893630981, 0.0, 0.0, -0.018522441387176514, -0.17416509985923767, -0.8420809507369995, 1.9089257717132568, -1.0624045133590698, -0.0014884170377627015], "max": [0.3995756506919861, 0.5122890472412109, 0.2842792272567749, -1.381218671798706, 0.1448972374200821, 0.3193778097629547, -0.01979203335940838, -0.17627300322055817, 0.5523949861526489, 0.24046100676059723, -1.2918866872787476, -1.1646567583084106, -0.7460007071495056, 0.5024628043174744, 0.18929840624332428, -0.13432054221630096, -0.8577072024345398, 0.0659734457731247, 0.06794566661119461, 0.14753268659114838, -0.2916859984397888, -0.37615299224853516, 0.11702299863100052, 1.4755313396453857, -1.3264029026031494, 1.0937209129333496, 1001.0, 1002.0, -0.018503643572330475, -0.17343194782733917, -0.8413393497467041, 1.9089607000350952, -1.0597620010375977, 0.002936016535386443], "mean": [0.14503374695777893, 0.24526472389698029, 0.07422681152820587, -1.8091082572937012, -0.2016795426607132, 0.040489714592695236, -0.08232702314853668, -0.2575805187225342, 0.3941640257835388, 0.1835293471813202, -1.3976776599884033, -1.3093287944793701, -1.089532494544983, 0.011224825866520405, 0.06173872575163841, -0.17954643070697784, -1.5471738576889038, 0.04464060068130493, -0.019092587754130363, 0.0664096251130104, -0.30095991492271423, -0.4346993863582611, 0.10546591132879257, 1.4000180959701538, -1.3876919746398926, 1.062194585800171, 687.822998046875, 600.2643432617188, -0.01851293444633484, -0.17362836003303528, -0.8418868780136108, 1.9089386463165283, -1.0615346431732178, 0.0005141697474755347], "std": [0.2396530956029892, 0.07995381206274033, 0.08940532803535461, 0.13858172297477722, 0.12678636610507965, 0.0968865230679512, 0.09733392298221588, 0.04106106236577034, 0.057309310883283615, 0.04071524366736412, 0.15720567107200623, 0.052599743008613586, 0.14485855400562286, 0.20855070650577545, 0.08235291391611099, 0.04191380366683006, 0.2773727476596832, 0.023138565942645073, 0.035577867180109024, 0.05084865912795067, 0.013407896272838116, 0.05791885033249855, 0.01578730158507824, 0.06169064715504646, 0.03456477075815201, 0.03375760465860367, 450.4264221191406, 478.53057861328125, 8.33144213174819e-07, 8.749499102123082e-05, 0.00012008988414891064, 8.295090992760379e-06, 0.0005757675389759243, 0.00046064896741881967], "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": [197001], "max": [197870], "mean": [197435.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7218390804597701, 0.5991666664412224], "std": [0.448093095662904, 0.47760848528050703], "count": [870]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7218390804597701, 0.5991666664412224], "std": [0.448093095662904, 0.47760848528050703], "count": [870]}, "eef_direction_state": {"mean": [5.0344827586206895, 5.0873563218390805], "std": [2.001426364141841, 2.0925046641731453], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_state": {"mean": [0.3252873563218391, 0.19770114942528735], "std": [0.6512090242682544, 0.4818491707287816], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_state": {"mean": [0.42528735632183906, 0.36091954022988504], "std": [0.738625376061488, 0.6937083957642454], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_direction_action": {"mean": [5.0344827586206895, 5.0873563218390805], "std": [2.001426364141841, 2.0925046641731453], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_action": {"mean": [0.3252873563218391, 0.19770114942528735], "std": [0.6512090242682544, 0.4818491707287816], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_action": {"mean": [0.42528735632183906, 0.36091954022988504], "std": [0.738625376061488, 0.6937083957642454], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_sim_pose_state": {"mean": [0.4134843725397567, 0.25528715675947616, 1.1826071192892331, -0.01649506628269804, -0.04525900595432466, 1.3649812948215552, 0.45458813233967327, -0.18322238444775782, 1.1418218859469422, -0.006392369725251665, -0.01316116835222301, -1.3131719863797668], "std": [0.05989006743922686, 0.03323606805647371, 0.040897492905038496, 0.01878812240777272, 0.1263638137792306, 0.12612628753106975, 0.057761491750312845, 0.017083010159546108, 0.007592528426339398, 0.05516073332206482, 0.029270425666870298, 0.023486098986179187], "min": [0.3525598048027986, 0.16836341933623572, 1.156784389170452, -0.06276439364934439, -0.3037223101456623, 1.0511473020900424, 0.3963617115564557, -0.19525441838369828, 1.1207468359882538, -0.12307548092782772, -0.06755949214310597, -1.3640930707594459], "max": [0.573920948578671, 0.32952206776411197, 1.2647661446100131, 0.05946868723041826, 0.07391299016453545, 1.4459999665170533, 0.5842693874944128, -0.14659011317577741, 1.1496581938064538, 0.049134536515487826, 0.03269877591306258, -1.2110181365958113], "count": [870]}, "eef_sim_pose_action": {"mean": [0.4135233981187505, 0.2553098295478604, 1.1826353071160862, -0.016476395125018056, -0.04547230630857093, 1.3647796025695476, 0.454630670536086, -0.18322942208672457, 1.1418232633053707, -0.006425331889711254, -0.013085129108478626, -1.3131738744992343], "std": [0.05988157632253805, 0.03324907021516656, 0.04088820895663258, 0.018794948063822304, 0.12638838687749315, 0.12613698341397786, 0.0577322153504432, 0.01708652385903654, 0.007593122479449672, 0.0551367935862623, 0.029215080937047274, 0.02348545324581655], "min": [0.3525598048027986, 0.16836341933623572, 1.156784389170452, -0.06276439364934439, -0.3037223101456623, 1.0511473020900424, 0.3963617115564557, -0.19525441838369828, 1.1207468359882538, -0.12307548092782772, -0.06755949214310597, -1.3640930707594459], "max": [0.573920948578671, 0.32952206776411197, 1.2647661446100131, 0.05946868723041826, 0.07391299016453545, 1.4459999665170533, 0.5842693874944128, -0.14659011317577741, 1.1496581938064538, 0.049134536515487826, 0.03269877591306258, -1.2110181365958113], "count": [870]}, "gripper_mode_state": {"mean": [0.27816091954022987, 0.4011494252873563], "std": [0.448093095662904, 0.4901311700748955], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_state": {"mean": [1.9896551724137932, 1.9057471264367816], "std": [0.13089829583518806, 0.38397686766983213], "min": [0, 0], "max": [2, 2], "count": [870]}, "gripper_mode_action": {"mean": [0.27816091954022987, 0.4011494252873563], "std": [0.448093095662904, 0.4901311700748955], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_action": {"mean": [1.9896551724137932, 1.9057471264367816], "std": [0.13089829583518803, 0.38397686766983213], "min": [0, 0], "max": [2, 2], "count": [870]}}} +{"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.477222398798229]], [[0.4683214829749104]], [[0.4582052933270082]]], "std": [[[0.14938752412469528]], [[0.15164900905813]], [[0.15557057052509773]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46454790612481556]], [[0.45663992462576425]], [[0.44954195788530465]]], "std": [[[0.14680415799201385]], [[0.14808071460744324]], [[0.15311816330491543]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46820901987138946]], [[0.4720748576850095]], [[0.46180068653805606]]], "std": [[[0.15844082350979585]], [[0.15753130168015567]], [[0.16378438000445983]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4912250566624499]], [[0.4858211667193759]], [[0.4719428961100569]]], "std": [[[0.14583147072142164]], [[0.13935477524050247]], [[0.14728765991961115]]], "count": [155]}, "observation.state": {"min": [-0.47223371267318726, 0.0792030468583107, -0.18069393932819366, -2.0471839904785156, -0.49261918663978577, -0.07738789916038513, -0.3134087920188904, -0.28325799107551575, 0.33632099628448486, 0.09262800216674805, -1.7849922180175781, -1.4534289836883545, -1.1953635215759277, -0.17378242313861847, -0.1005135104060173, -0.26258477568626404, -1.771422028541565, 0.019809486344456673, -0.0636521577835083, -0.0262148454785347, -0.3294430077075958, -0.5646370053291321, 0.06727100163698196, 1.2467223405838013, -1.5460407733917236, 0.9757012128829956, 0.0, 0.0, -0.018518682569265366, -0.17430797219276428, -0.8421356678009033, 1.9089170694351196, -1.062476634979248, -0.0022772401571273804], "max": [0.3830299377441406, 0.47829002141952515, 0.25214770436286926, -1.3690189123153687, -0.02321287989616394, 0.20957913994789124, -0.01984439231455326, -0.17280100286006927, 0.5522980093955994, 0.25377100706100464, -1.2963385581970215, -1.290413498878479, -0.8967735171318054, 0.49588295817375183, 0.18929840624332428, -0.11512192338705063, -0.8868192434310913, 0.0815068781375885, 0.14322172105312347, 0.14725343883037567, -0.2858099937438965, -0.3761709928512573, 0.1398410052061081, 1.4755313396453857, -1.3291609287261963, 1.0670675039291382, 1001.0, 1002.0, -0.01851116307079792, -0.17344698309898376, -0.8417695760726929, 1.9089518785476685, -1.0595457553863525, 0.0033479889389127493], "mean": [0.11529111117124557, 0.24193096160888672, 0.07391539216041565, -1.7850421667099, -0.23254700005054474, 0.01786075532436371, -0.09650737047195435, -0.25126340985298157, 0.4020687937736511, 0.18287697434425354, -1.4209784269332886, -1.3297045230865479, -1.1247389316558838, 0.014203226193785667, 0.07720556110143661, -0.15595059096813202, -1.5839576721191406, 0.06682021915912628, 0.060706306248903275, 0.06729026883840561, -0.29538673162460327, -0.4379924237728119, 0.12015856802463531, 1.3493841886520386, -1.39319908618927, 1.046789526939392, 689.6670532226562, 693.8496704101562, -0.018513301387429237, -0.17368879914283752, -0.8419210314750671, 1.9089354276657104, -1.061442494392395, 0.0005500277038663626], "std": [0.2556906044483185, 0.07283824682235718, 0.08895266056060791, 0.1550610214471817, 0.08940225839614868, 0.07505395263433456, 0.09690988808870316, 0.043311070650815964, 0.06223396584391594, 0.03966826945543289, 0.1623975783586502, 0.031863681972026825, 0.09274594485759735, 0.17602849006652832, 0.07617564499378204, 0.05583015829324722, 0.23589418828487396, 0.019055867567658424, 0.06991798430681229, 0.04608553647994995, 0.01189056783914566, 0.04928149655461311, 0.02545558288693428, 0.06279648840427399, 0.0428944006562233, 0.022198602557182312, 448.732421875, 447.92449951171875, 8.235609811890754e-07, 4.496212204685435e-05, 7.512623415095732e-05, 6.301874691416742e-06, 0.0005995866376906633, 0.0006706919521093369], "count": [838]}, "action": {"min": [-0.47223371267318726, 0.0792030468583107, -0.18069393932819366, -2.0471839904785156, -0.49261918663978577, -0.07738789916038513, -0.3134087920188904, -0.28325799107551575, 0.33632099628448486, 0.09262800216674805, -1.7849922180175781, -1.4534289836883545, -1.1953635215759277, -0.17378242313861847, -0.1005135104060173, -0.26258477568626404, -1.771422028541565, 0.019809486344456673, -0.0636521577835083, -0.0262148454785347, -0.3294430077075958, -0.5646370053291321, 0.06727100163698196, 1.2467223405838013, -1.5460407733917236, 0.9757012128829956, 0.0, 0.0, -0.018518682569265366, -0.17430797219276428, -0.8421356678009033, 1.9089170694351196, -1.062476634979248, -0.0022772401571273804], "max": [0.3830299377441406, 0.47829002141952515, 0.25214770436286926, -1.3690189123153687, -0.02321287989616394, 0.20957913994789124, -0.01984439231455326, -0.17280100286006927, 0.5522980093955994, 0.25377100706100464, -1.2963385581970215, -1.290413498878479, -0.8967735171318054, 0.49588295817375183, 0.18929840624332428, -0.11512192338705063, -0.8868192434310913, 0.0815068781375885, 0.14322172105312347, 0.14725343883037567, -0.2858099937438965, -0.3761709928512573, 0.1398410052061081, 1.4755313396453857, -1.3291609287261963, 1.0670675039291382, 1001.0, 1002.0, -0.01851116307079792, -0.17344698309898376, -0.8417695760726929, 1.9089518785476685, -1.0595457553863525, 0.0033479889389127493], "mean": [0.1151418387889862, 0.24192911386489868, 0.07388856261968613, -1.784959316253662, -0.2325465828180313, 0.017794523388147354, -0.0966978445649147, -0.25123006105422974, 0.4021071195602417, 0.1828746199607849, -1.421208143234253, -1.3297199010849, -1.1247472763061523, 0.01437122281640768, 0.07708338648080826, -0.15577514469623566, -1.583831548690796, 0.06683586537837982, 0.06090955808758736, 0.0674324557185173, -0.2953839898109436, -0.4380553662776947, 0.12019437551498413, 1.3492059707641602, -1.3932690620422363, 1.0467761754989624, 689.6670532226562, 693.8496704101562, -0.018513301387429237, -0.17368876934051514, -0.8419209122657776, 1.9089354276657104, -1.0614420175552368, 0.0005502791609615088], "std": [0.25563934445381165, 0.07283828407526016, 0.08896559476852417, 0.1550453007221222, 0.08940210193395615, 0.07511252164840698, 0.09691597521305084, 0.0432971827685833, 0.062222037464380264, 0.039667170494794846, 0.16235828399658203, 0.031861562281847, 0.09275158494710922, 0.175916388630867, 0.07607795298099518, 0.05572598800063133, 0.2358221709728241, 0.019060513004660606, 0.06980365514755249, 0.045980531722307205, 0.011891604401171207, 0.049236129969358444, 0.02546193264424801, 0.06265043467283249, 0.042837999761104584, 0.022189911454916, 448.732421875, 447.9245300292969, 8.235610380324943e-07, 4.497815825743601e-05, 7.522998203057796e-05, 6.301660960161826e-06, 0.0005998876295052469, 0.0006707262946292758], "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": [229], "max": [229], "mean": [229.0], "std": [0.0], "count": [838]}, "index": {"min": [197871], "max": [198708], "mean": [198289.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7326968973747017, 0.6925811456929812], "std": [0.4425518658329085, 0.4470504128013645], "count": [838]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7326968973747017, 0.6925811456929812], "std": [0.4425518658329085, 0.4470504128013645], "count": [838]}, "eef_direction_state": {"mean": [5.1252983293556085, 4.971360381861575], "std": [1.839581926736673, 2.1747390728091465], "min": [0, 0], "max": [6, 6], "count": [838]}, "eef_velocity_state": {"mean": [0.32935560859188545, 0.22315035799522673], "std": [0.6509565680556564, 0.49492759174235357], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_acc_mag_state": {"mean": [0.44749403341288785, 0.3412887828162291], "std": [0.7450630969661681, 0.675510421453514], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_direction_action": {"mean": [5.1252983293556085, 4.971360381861575], "std": [1.839581926736673, 2.1747390728091465], "min": [0, 0], "max": [6, 6], "count": [838]}, "eef_velocity_action": {"mean": [0.32935560859188545, 0.22315035799522673], "std": [0.6509565680556564, 0.49492759174235357], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_acc_mag_action": {"mean": [0.44749403341288785, 0.3412887828162291], "std": [0.745063096966168, 0.675510421453514], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_sim_pose_state": {"mean": [0.4221316261074066, 0.256411330759642, 1.1850463937914317, -0.05091854897530459, -0.022606063889827794, 1.3507212782220925, 0.4573438574125621, -0.19538819927307624, 1.1520085984484647, -0.04639092873641512, -0.004412226944881449, -1.336009080478211], "std": [0.0653964734898499, 0.03162904073880968, 0.039871796063704196, 0.04737950808782451, 0.08307334182210853, 0.1249656817091328, 0.049364272746707974, 0.023571936994675084, 0.009869537180834928, 0.04926747124121113, 0.03337200775340862, 0.028473907474165984], "min": [0.35650598630313096, 0.18149697268332068, 1.1567948959498118, -0.17535079943508086, -0.19537100780388528, 1.0718798344382567, 0.3963719594680942, -0.21276955529535807, 1.1266905889218355, -0.13167608318553303, -0.06760395787951046, -1.3691324078647724], "max": [0.5758647746436555, 0.34025574921693563, 1.262300276496431, -0.013782448849393836, 0.07138356094646015, 1.4460726073724366, 0.5838439901166129, -0.14283732621175588, 1.163816784300508, 0.047942381524403, 0.08330200689100176, -1.2196041541351124], "count": [838]}, "eef_sim_pose_action": {"mean": [0.42217421817357165, 0.2564252948922422, 1.185063655037609, -0.05105958926240026, -0.02265151256743687, 1.3505755099419563, 0.45740505350560007, -0.19541683311090077, 1.1520253395927664, -0.046513088956283324, -0.004329921225651209, -1.3360696802918413], "std": [0.06538292358052032, 0.03163518652089332, 0.03986269982039892, 0.0474560580709439, 0.08305344896362706, 0.12492587159195333, 0.0493204423314132, 0.023578365937621828, 0.00986867134714585, 0.04916039965483275, 0.03330122152457486, 0.028460597533284827], "min": [0.35650598630313096, 0.18149697268332068, 1.1567948959498118, -0.17535079943508086, -0.19537100780388528, 1.0718798344382567, 0.3963719594680942, -0.21276955529535807, 1.1266905889218355, -0.13167608318553303, -0.06760395787951046, -1.3691324078647724], "max": [0.5758647746436555, 0.34025574921693563, 1.262300276496431, -0.013782448849393836, 0.07138356094646015, 1.4460726073724366, 0.5838439901166129, -0.14283732621175588, 1.163816784300508, 0.047942381524403, 0.08330200689100176, -1.2196041541351124], "count": [838]}, "gripper_mode_state": {"mean": [0.26730310262529833, 0.30906921241050117], "std": [0.4425518658329085, 0.46210976439635837], "min": [0, 0], "max": [1, 1], "count": [838]}, "gripper_activity_state": {"mean": [1.9892601431980907, 1.909307875894988], "std": [0.1333582273892015, 0.3770052172743077], "min": [0, 0], "max": [2, 2], "count": [838]}, "gripper_mode_action": {"mean": [0.26730310262529833, 0.30906921241050117], "std": [0.4425518658329085, 0.46210976439635837], "min": [0, 0], "max": [1, 1], "count": [838]}, "gripper_activity_action": {"mean": [1.9892601431980907, 1.909307875894988], "std": [0.1333582273892015, 0.3770052172743077], "min": [0, 0], "max": [2, 2], "count": [838]}}} +{"episode_index": 230, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4786062091503268]], [[0.4700878192326313]], [[0.460189420186799]]], "std": [[[0.14898990883585037]], [[0.15218705433611873]], [[0.1563703851328913]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4607823052832244]], [[0.4554725033789236]], [[0.4483501636508513]]], "std": [[[0.14704657075936198]], [[0.14925206074751793]], [[0.15451860391955707]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46284601942628906]], [[0.4667814429012346]], [[0.4564666394335512]]], "std": [[[0.15852319803421414]], [[0.15799791731549137]], [[0.16428965108429316]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4965002685487775]], [[0.4877557643427742]], [[0.4728194734426692]]], "std": [[[0.1477151899810496]], [[0.14144566925311294]], [[0.15019163237862304]]], "count": [162]}, "observation.state": {"min": [-0.4847477376461029, 0.07953465729951859, -0.21504202485084534, -2.1103649139404297, -0.40542253851890564, -0.02082177810370922, -0.35932838916778564, -0.2861349880695343, 0.3187429904937744, 0.08870299905538559, -1.7599847316741943, -1.4570235013961792, -1.1854034662246704, -0.17332863807678223, -0.1454731971025467, -0.2626197040081024, -1.7714568376541138, -0.07942993938922882, -0.07147122919559479, -0.037664204835891724, -0.32904601097106934, -0.5632579922676086, 0.05793200060725212, 1.2323466539382935, -1.4155526161193848, 0.9403867125511169, 0.0, 0.0, -0.018522441387176514, -0.17400529980659485, -0.8420516848564148, 1.9085359573364258, -1.0627262592315674, -0.0030888449400663376], "max": [0.4541521370410919, 0.4956560432910919, 0.28124237060546875, -1.3783040046691895, 0.0067544239573180676, 0.2848900854587555, -0.01984439231455326, -0.1705539971590042, 0.5536500215530396, 0.25217801332473755, -1.2732319831848145, -1.2854095697402954, -0.8244884610176086, 0.4939281642436981, 0.1892635077238083, -0.11983431130647659, -0.8769930601119995, 0.06592108309268951, 0.11416198313236237, 0.12267918884754181, -0.2861190140247345, -0.37617000937461853, 0.12801200151443481, 1.4755313396453857, -1.303200125694275, 1.0763555765151978, 1001.0, 1002.0, -0.018503643572330475, -0.17351090908050537, -0.8417544960975647, 1.909224510192871, -1.0589665174484253, 0.00329008512198925], "mean": [0.11466360092163086, 0.24373698234558105, 0.07634835690259933, -1.789719581604004, -0.2209690660238266, 0.044667936861515045, -0.093333899974823, -0.2518087327480316, 0.4018138349056244, 0.18202951550483704, -1.4076762199401855, -1.327290654182434, -1.0969617366790771, -0.00966530479490757, 0.05168470740318298, -0.1593431681394577, -1.573133111000061, -0.0098956860601902, -0.02080666273832321, 0.04584365338087082, -0.29885149002075195, -0.43090519309043884, 0.1119319498538971, 1.4014829397201538, -1.3224440813064575, 1.0582528114318848, 663.0338745117188, 694.5277099609375, -0.018513740971684456, -0.17368224263191223, -0.8418538570404053, 1.9089572429656982, -1.0614936351776123, 0.0005535657983273268], "std": [0.27170148491859436, 0.07884851098060608, 0.09802870452404022, 0.1599409580230713, 0.08735870569944382, 0.09838029742240906, 0.10030322521924973, 0.04562797024846077, 0.06515329331159592, 0.04207838699221611, 0.15402202308177948, 0.027927782386541367, 0.12097626179456711, 0.18919384479522705, 0.09100035578012466, 0.04806862771511078, 0.24685607850551605, 0.04127122089266777, 0.04043395072221756, 0.05024395510554314, 0.01125284656882286, 0.0525694340467453, 0.02271617017686367, 0.07249040901660919, 0.02519986778497696, 0.027349606156349182, 460.4074401855469, 448.1175537109375, 1.1578561043279478e-06, 4.9944763304665685e-05, 4.601748878485523e-05, 0.00011315088340779766, 0.000739932176657021, 0.0006312835612334311], "count": [885]}, "action": {"min": [-0.4847477376461029, 0.07953465729951859, -0.21504202485084534, -2.1103649139404297, -0.40542253851890564, -0.02082177810370922, -0.35932838916778564, -0.2861349880695343, 0.3187429904937744, 0.08870299905538559, -1.7599847316741943, -1.4570235013961792, -1.1854034662246704, -0.17332863807678223, -0.1454731971025467, -0.2626197040081024, -1.7714568376541138, -0.07942993938922882, -0.07147122919559479, -0.037664204835891724, -0.32904601097106934, -0.5632579922676086, 0.05793200060725212, 1.2323466539382935, -1.4155526161193848, 0.9403867125511169, 0.0, 0.0, -0.018522441387176514, -0.17400529980659485, -0.8420516848564148, 1.9085359573364258, -1.0627262592315674, -0.0030888449400663376], "max": [0.4541521370410919, 0.4956560432910919, 0.28124237060546875, -1.3783040046691895, 0.0067544239573180676, 0.2848900854587555, -0.01984439231455326, -0.1705539971590042, 0.5536500215530396, 0.25217801332473755, -1.2732319831848145, -1.2854095697402954, -0.8244884610176086, 0.4939281642436981, 0.1892635077238083, -0.11983431130647659, -0.8769930601119995, 0.06592108309268951, 0.11416198313236237, 0.12267918884754181, -0.2861190140247345, -0.37617000937461853, 0.12801200151443481, 1.4755313396453857, -1.303200125694275, 1.0763555765151978, 1001.0, 1002.0, -0.018503643572330475, -0.17351090908050537, -0.8417544960975647, 1.909224510192871, -1.0589665174484253, 0.00329008512198925], "mean": [0.11453510075807571, 0.24376387894153595, 0.0763373002409935, -1.789666771888733, -0.22090980410575867, 0.0446978323161602, -0.09349850565195084, -0.25178492069244385, 0.4018469452857971, 0.18202601373195648, -1.4078642129898071, -1.3272944688796997, -1.0968387126922607, -0.009564864449203014, 0.05154652148485184, -0.15919679403305054, -1.5730164051055908, -0.009980855509638786, -0.02076778933405876, 0.04596635699272156, -0.2988538444042206, -0.43094688653945923, 0.11195234954357147, 1.4014285802841187, -1.3224159479141235, 1.0582623481750488, 663.0338745117188, 694.5277099609375, -0.018513739109039307, -0.1736823171377182, -0.841853678226471, 1.9089574813842773, -1.0614943504333496, 0.0005535926320590079], "std": [0.2716568112373352, 0.07885158061981201, 0.09803313761949539, 0.15992897748947144, 0.08735408633947372, 0.09836457669734955, 0.10030218213796616, 0.045617032796144485, 0.06514285504817963, 0.042076848447322845, 0.15398867428302765, 0.027926847338676453, 0.12094246596097946, 0.18913087248802185, 0.09088416397571564, 0.047951143234968185, 0.24678680300712585, 0.04119265079498291, 0.04040936380624771, 0.050200480967760086, 0.011251665651798248, 0.052540600299835205, 0.02272224985063076, 0.0724530816078186, 0.02520623989403248, 0.02735358104109764, 460.4074401855469, 448.1175537109375, 1.1576119050005218e-06, 4.995620111003518e-05, 4.605377034749836e-05, 0.00011345830716891214, 0.00073916808469221, 0.0006312886835075915], "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": [230], "max": [230], "mean": [230.0], "std": [0.0], "count": [885]}, "index": {"min": [198709], "max": [199593], "mean": [199151.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6994350282485876, 0.6932271187735648], "std": [0.45850372900063335, 0.44722293814442815], "count": [885]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6994350282485876, 0.6932271187735648], "std": [0.4585037290006334, 0.44722293814442815], "count": [885]}, "eef_direction_state": {"mean": [5.134463276836158, 5.068926553672316], "std": [1.9230974515019894, 2.0837806471810185], "min": [0, 0], "max": [6, 6], "count": [885]}, "eef_velocity_state": {"mean": [0.30621468926553674, 0.20564971751412428], "std": [0.6483493332018768, 0.4807853173402644], "min": [0, 0], "max": [2, 2], "count": [885]}, "eef_acc_mag_state": {"mean": [0.44519774011299434, 0.3672316384180791], "std": [0.7414995421902432, 0.696763881666968], "min": [0, 0], "max": [2, 2], "count": [885]}, "eef_direction_action": {"mean": [5.134463276836158, 5.068926553672316], "std": [1.9230974515019894, 2.0837806471810185], "min": [0, 0], "max": [6, 6], "count": [885]}, "eef_velocity_action": {"mean": [0.30621468926553674, 0.20564971751412428], "std": [0.6483493332018767, 0.4807853173402644], "min": [0, 0], "max": [2, 2], "count": [885]}, "eef_acc_mag_action": {"mean": [0.44519774011299434, 0.3672316384180791], "std": [0.7414995421902432, 0.696763881666968], "min": [0, 0], "max": [2, 2], "count": [885]}, "eef_sim_pose_state": {"mean": [0.4215757337191781, 0.2553612598314326, 1.1874528734783463, -0.025102520309314334, -0.033533394997564754, 1.351563902222521, 0.449908480625818, -0.1856022298329168, 1.1431941761204991, 0.00013167218112657294, -0.05771058841158502, -1.3499806562149421], "std": [0.06830006466230706, 0.03375831274594749, 0.044653902577268756, 0.020235234973936995, 0.09168628595343137, 0.13222905629907167, 0.05215734275756608, 0.024883912790297582, 0.005471557891466685, 0.05950172630744619, 0.018378482749943376, 0.0328810584039813], "min": [0.3407566001723172, 0.17800288774149556, 1.1566104214400923, -0.10611618037145143, -0.20908991275630573, 1.0100612548223873, 0.3963808715305593, -0.20182270536995983, 1.126364985845599, -0.1285346011020061, -0.07378679551888423, -1.426463553701736], "max": [0.5771770054332552, 0.34315193434771313, 1.2712036707337984, 0.03328061337091626, 0.05813527355733017, 1.4487082627947239, 0.5812285147076355, -0.1242849079134528, 1.1584056164022212, 0.04798913040679886, -0.010075497397238564, -1.2547055843901904], "count": [885]}, "eef_sim_pose_action": {"mean": [0.4216122184116795, 0.2553744641373339, 1.187472728874309, -0.025137145487170772, -0.0336429447795382, 1.3514193331793718, 0.44994859619292443, -0.18561672805530663, 1.1431943398321434, 0.00010988939653334463, -0.05771002257310944, -1.3500321319096882], "std": [0.06828833727411134, 0.03376418089192285, 0.044644179257589164, 0.020248432397986172, 0.09166497012528126, 0.13219582166105534, 0.05212982059878912, 0.024889452765469337, 0.005471599787350787, 0.059487739694739146, 0.018378187453699225, 0.032845252797086805], "min": [0.3407566001723172, 0.17800288774149556, 1.1566104214400923, -0.10611618037145143, -0.20908991275630573, 1.0100612548223873, 0.3963808715305593, -0.20182270536995983, 1.126364985845599, -0.1285346011020061, -0.07378679551888423, -1.426463553701736], "max": [0.5771770054332552, 0.34315193434771313, 1.2712036707337984, 0.03328061337091626, 0.05813527355733017, 1.4487082627947239, 0.5812285147076355, -0.1242849079134528, 1.1584056164022212, 0.04798913040679886, -0.010075497397238564, -1.2547055843901904], "count": [885]}, "gripper_mode_state": {"mean": [0.30056497175141245, 0.30621468926553674], "std": [0.45850372900063335, 0.4609200075322699], "min": [0, 0], "max": [1, 1], "count": [885]}, "gripper_activity_state": {"mean": [1.9898305084745762, 1.9062146892655367], "std": [0.12979111673950322, 0.3879772537001884], "min": [0, 0], "max": [2, 2], "count": [885]}, "gripper_mode_action": {"mean": [0.30056497175141245, 0.30621468926553674], "std": [0.4585037290006334, 0.4609200075322699], "min": [0, 0], "max": [1, 1], "count": [885]}, "gripper_activity_action": {"mean": [1.9898305084745762, 1.9062146892655367], "std": [0.12979111673950322, 0.38797725370018826], "min": [0, 0], "max": [2, 2], "count": [885]}}} +{"episode_index": 231, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47207509211738385]], [[0.4631238170044304]], [[0.45280584205158575]]], "std": [[[0.14923605938756368]], [[0.15096020712411146]], [[0.15531598268266109]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4597035478900732]], [[0.45665822394394]], [[0.44971878426986006]]], "std": [[[0.1466293220286875]], [[0.148803171828005]], [[0.1539402312693206]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46875393417993594]], [[0.47272623727902796]], [[0.4633731302364346]]], "std": [[[0.16082116066954383]], [[0.16010848709365744]], [[0.16669834974163816]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49040630071939295]], [[0.4811158540597447]], [[0.46558853138570866]]], "std": [[[0.15230762400068035]], [[0.14283477455236812]], [[0.14994848266266844]]], "count": [149]}, "observation.state": {"min": [-0.4727398753166199, 0.04141665995121002, -0.16549213230609894, -2.073887348175049, -0.422195166349411, -0.02082177810370922, -0.361248254776001, -0.28327199816703796, 0.33341699838638306, 0.0843769982457161, -1.738282561302185, -1.4663517475128174, -1.2114062309265137, -0.173939511179924, -0.08684758096933365, -0.2626197040081024, -1.771422028541565, -0.04187044873833656, -0.08543386310338974, -0.0262148454785347, -0.33081498742103577, -0.5638030171394348, 0.0700559988617897, 1.3071587085723877, -1.4820687770843506, 0.9406436681747437, 0.0, 0.0, -0.018526200205087662, -0.1739620715379715, -0.8421403765678406, 1.9089796543121338, -1.0625146627426147, -0.001720032887533307], "max": [0.39077919721603394, 0.48830822110176086, 0.28619909286499023, -1.3593846559524536, 0.030525807291269302, 0.25305527448654175, -0.019809486344456673, -0.17609399557113647, 0.5552099943161011, 0.24503299593925476, -1.27567458152771, -1.2670618295669556, -0.8222790360450745, 0.4931427538394928, 0.18929840624332428, -0.14995868504047394, -0.8880235552787781, 0.06588618457317352, 0.10892599821090698, 0.13814280927181244, -0.2904129922389984, -0.37616801261901855, 0.11814899742603302, 1.4756050109863281, -1.3265011310577393, 1.0689629316329956, 1001.0, 1002.0, -0.01849236525595188, -0.17329095304012299, -0.8409154415130615, 1.9092934131622314, -1.0588072538375854, 0.004656998440623283], "mean": [0.138628751039505, 0.2374320924282074, 0.07146864384412766, -1.7995057106018066, -0.22398540377616882, 0.028818782418966293, -0.08364421129226685, -0.2561361491680145, 0.3962772786617279, 0.1826082020998001, -1.3977771997451782, -1.3293362855911255, -1.1167588233947754, -0.011009692214429379, 0.07313144952058792, -0.18437325954437256, -1.576959490776062, 0.0043073901906609535, 0.003940821159631014, 0.06749451160430908, -0.30147698521614075, -0.42804500460624695, 0.10608530789613724, 1.4152604341506958, -1.361459732055664, 1.0097815990447998, 699.6025390625, 646.2645874023438, -0.018512820824980736, -0.17365044355392456, -0.8419064879417419, 1.9091986417770386, -1.0614396333694458, 0.000537369167432189], "std": [0.24680940806865692, 0.07649208605289459, 0.08765227347612381, 0.15082508325576782, 0.09171349555253983, 0.08164552599191666, 0.09577524662017822, 0.04166562110185623, 0.05977638438344002, 0.04150146245956421, 0.15148022770881653, 0.034660324454307556, 0.10484935343265533, 0.21422041952610016, 0.0798182487487793, 0.03636374697089195, 0.27999675273895264, 0.031101178377866745, 0.045194245874881744, 0.04799956828355789, 0.012104704976081848, 0.059859029948711395, 0.015932444483041763, 0.050204116851091385, 0.025742696598172188, 0.028652185574173927, 444.55987548828125, 464.3359375, 1.5362332987933769e-06, 8.319256448885426e-05, 0.00015906427870504558, 4.377966251922771e-05, 0.0006663093809038401, 0.0007224133587442338], "count": [790]}, "action": {"min": [-0.4727398753166199, 0.04141665995121002, -0.16549213230609894, -2.073887348175049, -0.422195166349411, -0.02082177810370922, -0.361248254776001, -0.28327199816703796, 0.33341699838638306, 0.0843769982457161, -1.738282561302185, -1.4663517475128174, -1.2114062309265137, -0.173939511179924, -0.08684758096933365, -0.2626197040081024, -1.771422028541565, -0.04187044873833656, -0.08543386310338974, -0.0262148454785347, -0.33081498742103577, -0.5638030171394348, 0.0700559988617897, 1.3071587085723877, -1.4820687770843506, 0.9406436681747437, 0.0, 0.0, -0.018526200205087662, -0.1739620715379715, -0.8421403765678406, 1.9089796543121338, -1.0625146627426147, -0.001720032887533307], "max": [0.39077919721603394, 0.48830822110176086, 0.28619909286499023, -1.3593846559524536, 0.030525807291269302, 0.25305527448654175, -0.019809486344456673, -0.17609399557113647, 0.5552099943161011, 0.24503299593925476, -1.27567458152771, -1.2670618295669556, -0.8222790360450745, 0.4931427538394928, 0.18929840624332428, -0.14995868504047394, -0.8880235552787781, 0.06588618457317352, 0.10892599821090698, 0.13814280927181244, -0.2904129922389984, -0.37616801261901855, 0.11814899742603302, 1.4756050109863281, -1.3265011310577393, 1.0689629316329956, 1001.0, 1002.0, -0.01849236525595188, -0.17329095304012299, -0.8409154415130615, 1.9092934131622314, -1.0588072538375854, 0.004656998440623283], "mean": [0.13848669826984406, 0.2374659925699234, 0.07147987186908722, -1.7994521856307983, -0.22392697632312775, 0.028834866359829903, -0.0838533267378807, -0.25610819458961487, 0.396311491727829, 0.18259181082248688, -1.3980326652526855, -1.3293750286102295, -1.1166088581085205, -0.01094635110348463, 0.07300947606563568, -0.18424980342388153, -1.5768979787826538, 0.0042219385504722595, 0.004059458151459694, 0.06765467673540115, -0.30148202180862427, -0.4280734360218048, 0.10609500855207443, 1.4152073860168457, -1.3614954948425293, 1.0097002983093262, 699.6025390625, 646.2645874023438, -0.018512820824980736, -0.1736501306295395, -0.841906726360321, 1.9091988801956177, -1.0614392757415771, 0.0005376359331421554], "std": [0.24676883220672607, 0.07649952173233032, 0.0876491442322731, 0.1508149951696396, 0.09170924872159958, 0.08163698017597198, 0.09581627696752548, 0.04165485501289368, 0.059767190366983414, 0.04149638116359711, 0.15148058533668518, 0.034665703773498535, 0.10483687371015549, 0.21417731046676636, 0.07971407473087311, 0.03626326099038124, 0.27996018528938293, 0.031024567782878876, 0.04513978958129883, 0.047897763550281525, 0.012101619504392147, 0.05983971059322357, 0.0159369595348835, 0.050163477659225464, 0.02571769431233406, 0.02858470194041729, 444.5599060058594, 464.3359375, 1.5362332987933769e-06, 8.33726953715086e-05, 0.0001591818145243451, 4.3815787648782134e-05, 0.000666528067085892, 0.0007224346627481282], "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": [231], "max": [231], "mean": [231.0], "std": [0.0], "count": [790]}, "index": {"min": [199594], "max": [200383], "mean": [199988.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7379746835443038, 0.6450658228790647], "std": [0.4397363414501788, 0.4634201809868485], "count": [790]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7379746835443038, 0.6450658228790647], "std": [0.4397363414501788, 0.46342018098684845], "count": [790]}, "eef_direction_state": {"mean": [5.177215189873418, 4.953164556962025], "std": [1.8436307990792433, 2.1993287493243434], "min": [0, 0], "max": [6, 6], "count": [790]}, "eef_velocity_state": {"mean": [0.3139240506329114, 0.23291139240506328], "std": [0.6619369692000278, 0.5218568403010059], "min": [0, 0], "max": [2, 2], "count": [790]}, "eef_acc_mag_state": {"mean": [0.41645569620253164, 0.4177215189873418], "std": [0.7239012415591265, 0.7361823339210428], "min": [0, 0], "max": [2, 2], "count": [790]}, "eef_direction_action": {"mean": [5.177215189873418, 4.953164556962025], "std": [1.8436307990792433, 2.1993287493243434], "min": [0, 0], "max": [6, 6], "count": [790]}, "eef_velocity_action": {"mean": [0.3139240506329114, 0.23291139240506328], "std": [0.6619369692000279, 0.5218568403010059], "min": [0, 0], "max": [2, 2], "count": [790]}, "eef_acc_mag_action": {"mean": [0.41645569620253164, 0.4177215189873418], "std": [0.7239012415591265, 0.7361823339210428], "min": [0, 0], "max": [2, 2], "count": [790]}, "eef_sim_pose_state": {"mean": [0.41571821288142874, 0.25482365739800283, 1.1822087728819353, -0.0320166311993573, -0.020009608559887006, 1.362739340295498, 0.44818834922079687, -0.1845216942212231, 1.1437730014610192, -0.0279303968318428, -0.05962775523610354, -1.3048881517576587], "std": [0.0627283930153503, 0.03336025292412387, 0.039583738932225124, 0.023782442510971825, 0.08390438591057185, 0.12615762345051826, 0.059576878224144855, 0.017764431354578468, 0.008090151394184383, 0.04638333871062306, 0.017995476915652772, 0.021079677635661292], "min": [0.35265146745004283, 0.17188646158412166, 1.1567876886195338, -0.10052845206064043, -0.18495351778065916, 1.0073274845360947, 0.39636851479657015, -0.19772297928715252, 1.1240674197359344, -0.11781926888265681, -0.0719616171381845, -1.3498512023211133], "max": [0.5768470192273721, 0.3307046464836064, 1.262800871864028, -0.0032352516202187598, 0.0909417415890661, 1.445991173162192, 0.5830013882169391, -0.14452628198353185, 1.156599625931856, 0.049486926406039355, 0.00981393189091273, -1.234571322812984], "count": [790]}, "eef_sim_pose_action": {"mean": [0.41575786725293473, 0.2548314808446969, 1.1822306573823138, -0.032069923073125645, -0.020127999218679374, 1.362527725402981, 0.4482168607630871, -0.18453209978820082, 1.143778148469509, -0.0280194380752609, -0.05963140892508088, -1.3048758113903052], "std": [0.06271791826284794, 0.03336325062642431, 0.03957446772766945, 0.023797149428229525, 0.08389594364594882, 0.12615827597833348, 0.05955746531359429, 0.017769280381730142, 0.008091908098801127, 0.046305252851563214, 0.017997384322518923, 0.021082897695291685], "min": [0.35265146745004283, 0.17188646158412166, 1.1567876886195338, -0.10052845206064043, -0.18495351778065916, 1.0073274845360947, 0.39636851479657015, -0.19772297928715252, 1.1240674197359344, -0.11781926888265681, -0.0719616171381845, -1.3498512023211133], "max": [0.5768470192273721, 0.3307046464836064, 1.262800871864028, -0.0032352516202187598, 0.0909417415890661, 1.445991173162192, 0.5830013882169391, -0.14452628198353185, 1.156599625931856, 0.049486926406039355, 0.00981393189091273, -1.234571322812984], "count": [790]}, "gripper_mode_state": {"mean": [0.2620253164556962, 0.3531645569620253], "std": [0.4397363414501788, 0.47795329548800075], "min": [0, 0], "max": [1, 1], "count": [790]}, "gripper_activity_state": {"mean": [1.9886075949367088, 1.8987341772151898], "std": [0.13732281266790952, 0.39281318099196866], "min": [0, 0], "max": [2, 2], "count": [790]}, "gripper_mode_action": {"mean": [0.2620253164556962, 0.3531645569620253], "std": [0.4397363414501788, 0.47795329548800075], "min": [0, 0], "max": [1, 1], "count": [790]}, "gripper_activity_action": {"mean": [1.9886075949367088, 1.8987341772151898], "std": [0.13732281266790952, 0.39281318099196866], "min": [0, 0], "max": [2, 2], "count": [790]}}} +{"episode_index": 232, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46643832530589757]], [[0.4569957665963672]], [[0.4461764682132543]]], "std": [[[0.15204101372094356]], [[0.15404646803671188]], [[0.1575499151682173]]], "count": [172]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4619864519208846]], [[0.45534781715496275]], [[0.44872126035491716]]], "std": [[[0.1454207894203182]], [[0.14764933723548654]], [[0.1528688378401555]]], "count": [172]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4703889767631859]], [[0.4726930253932969]], [[0.46282489977580177]]], "std": [[[0.1707514664885725]], [[0.16875014446257686]], [[0.17515019930695452]]], "count": [172]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48897830098609213]], [[0.4794142893106855]], [[0.46510711758055934]]], "std": [[[0.143378676433212]], [[0.13803487837033432]], [[0.14692416136657654]]], "count": [172]}, "observation.state": {"min": [-0.5250474214553833, 0.03309144452214241, -0.013456488959491253, -1.8835593461990356, -0.25385814905166626, -0.02422516979277134, -0.23726005852222443, -0.29113200306892395, 0.3666520118713379, 0.04417400062084198, -1.702261209487915, -1.5557395219802856, -1.27420973777771, -0.19425514340400696, -0.09433504939079285, -0.17870426177978516, -1.7830458879470825, 0.059463370591402054, -0.11109020560979843, 0.04473278671503067, -0.330951988697052, -0.5661249756813049, 0.07032199949026108, 1.2293442487716675, -1.5357164144515991, 1.0584379434585571, 0.0, 0.0, -0.018518682569265366, -0.1737966388463974, -0.8418440818786621, 1.9092062711715698, -1.0627245903015137, -0.00034267763840034604], "max": [0.2655169367790222, 0.2410474270582199, 0.3214024007320404, -1.2683830261230469, -0.10590657591819763, 0.13055062294006348, -0.01979203335940838, -0.17754299938678741, 0.5565109848976135, 0.20729799568653107, -1.2972227334976196, -1.1919220685958862, -1.0097107887268066, 0.5013632774353027, 0.11013027280569077, -0.09838420897722244, -0.8711461424827576, 0.16257740557193756, 0.12768828868865967, 0.10103710740804672, -0.2741850018501282, -0.3769969940185547, 0.1270650029182434, 1.4572538137435913, -1.3921831846237183, 1.2659177780151367, 1001.0, 1002.0, -0.018505524843931198, -0.17332665622234344, -0.8413956165313721, 1.9093211889266968, -1.0594990253448486, 0.0019098820630460978], "mean": [0.07450607419013977, 0.18007944524288177, 0.08325763046741486, -1.7204989194869995, -0.21306753158569336, 0.012072298675775528, -0.0710243433713913, -0.26260441541671753, 0.4150243103504181, 0.1725931167602539, -1.3710429668426514, -1.3459141254425049, -1.1650785207748413, 0.058562926948070526, -0.013322331011295319, -0.13534189760684967, -1.4645832777023315, 0.09111389517784119, -0.0774112194776535, 0.0661546066403389, -0.3048469126224518, -0.4526383578777313, 0.10564227402210236, 1.3306500911712646, -1.417236089706421, 1.1994043588638306, 566.2298583984375, 139.91744995117188, -0.01851305179297924, -0.17362168431282043, -0.8416944742202759, 1.9092581272125244, -1.0614498853683472, 0.0006132308626547456], "std": [0.2421191781759262, 0.06810049712657928, 0.08823154866695404, 0.18311026692390442, 0.04692048951983452, 0.0460217259824276, 0.06605800241231918, 0.0389598123729229, 0.05931929871439934, 0.04859282448887825, 0.13248926401138306, 0.07065047323703766, 0.0561436302959919, 0.1604980230331421, 0.053367942571640015, 0.01982753723859787, 0.20662960410118103, 0.01834382489323616, 0.049954239279031754, 0.011627700179815292, 0.011996899731457233, 0.04385414719581604, 0.01325172372162342, 0.05603255704045296, 0.040456097573041916, 0.061878520995378494, 484.741943359375, 330.07171630859375, 7.521592237935693e-07, 7.917948096292093e-05, 6.785678851883858e-05, 3.2554027711739764e-05, 0.0006069543305784464, 0.00023300881730392575], "count": [957]}, "action": {"min": [-0.5250474214553833, 0.03309144452214241, -0.013456488959491253, -1.8835593461990356, -0.25385814905166626, -0.02422516979277134, -0.23726005852222443, -0.29113200306892395, 0.3666520118713379, 0.04417400062084198, -1.702261209487915, -1.5557395219802856, -1.27420973777771, -0.19425514340400696, -0.09433504939079285, -0.17870426177978516, -1.7830458879470825, 0.059463370591402054, -0.11109020560979843, 0.04473278671503067, -0.330951988697052, -0.5661249756813049, 0.07032199949026108, 1.2293442487716675, -1.5357164144515991, 1.0584379434585571, 0.0, 0.0, -0.018518682569265366, -0.1737966388463974, -0.8418440818786621, 1.9092062711715698, -1.0627245903015137, -0.00034267763840034604], "max": [0.2655169367790222, 0.2410474270582199, 0.3214024007320404, -1.2683830261230469, -0.10590657591819763, 0.13055062294006348, -0.01979203335940838, -0.17754299938678741, 0.5565109848976135, 0.20729799568653107, -1.2972227334976196, -1.1919220685958862, -1.0097107887268066, 0.5013632774353027, 0.11013027280569077, -0.09838420897722244, -0.8711461424827576, 0.16257740557193756, 0.12768828868865967, 0.10103710740804672, -0.2741850018501282, -0.3769969940185547, 0.1270650029182434, 1.4572538137435913, -1.3921831846237183, 1.2659177780151367, 1001.0, 1002.0, -0.018505524843931198, -0.17332665622234344, -0.8413956165313721, 1.9093211889266968, -1.0594990253448486, 0.0019098820630460978], "mean": [0.07412711530923843, 0.17994078993797302, 0.08328860253095627, -1.7201275825500488, -0.2129620462656021, 0.01209812331944704, -0.07110071927309036, -0.26261213421821594, 0.41513171792030334, 0.17256246507167816, -1.3710594177246094, -1.3459442853927612, -1.1650604009628296, 0.0588049590587616, -0.013466720469295979, -0.13529129326343536, -1.464271903038025, 0.09108800441026688, -0.07742960005998611, 0.06612679362297058, -0.30486994981765747, -0.45271340012550354, 0.10563299059867859, 1.3305143117904663, -1.4172323942184448, 1.1994895935058594, 566.2298583984375, 139.91744995117188, -0.01851305179297924, -0.17362186312675476, -0.8416944742202759, 1.909258246421814, -1.0614503622055054, 0.0006132546113803983], "std": [0.24210380017757416, 0.06811149418354034, 0.0882224515080452, 0.18320928514003754, 0.04694242775440216, 0.0460100881755352, 0.06604111939668655, 0.03896459564566612, 0.05932467058300972, 0.04858364164829254, 0.1324809491634369, 0.07064521312713623, 0.05614027380943298, 0.16029080748558044, 0.05322091653943062, 0.019794581457972527, 0.2063768208026886, 0.018338683992624283, 0.049960844218730927, 0.01161077432334423, 0.011978446505963802, 0.04378607124090195, 0.013246201910078526, 0.05588291585445404, 0.040457334369421005, 0.06187577173113823, 484.741943359375, 330.07171630859375, 7.521592237935693e-07, 7.913912122603506e-05, 6.786174344597384e-05, 3.259029836044647e-05, 0.0006070639938116074, 0.0002330081188119948], "count": [957]}, "timestamp": {"min": [0.0], "max": [31.866666666666667], "mean": [15.933333333333334], "std": [9.208731766141348], "count": [957]}, "frame_index": {"min": [0], "max": [956], "mean": [478.0], "std": [276.26195298424045], "count": [957]}, "episode_index": {"min": [232], "max": [232], "mean": [232.0], "std": [0.0], "count": [957]}, "index": {"min": [200384], "max": [201340], "mean": [200862.0], "std": [276.26195298424045], "count": [957]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [957]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5987460815047022, 0.13971055383076783], "std": [0.4901522328700153, 0.3295327124759565], "count": [957]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5987460815047022, 0.13971055383076783], "std": [0.4901522328700153, 0.3295327124759565], "count": [957]}, "eef_direction_state": {"mean": [5.084639498432602, 5.217345872518286], "std": [1.9609948322490751, 1.931099507199088], "min": [0, 0], "max": [6, 6], "count": [957]}, "eef_velocity_state": {"mean": [0.2476489028213166, 0.2006269592476489], "std": [0.5114235362892321, 0.5207096915639912], "min": [0, 0], "max": [2, 2], "count": [957]}, "eef_acc_mag_state": {"mean": [0.4096133751306165, 0.29780564263322884], "std": [0.7238521392430387, 0.6417431458578403], "min": [0, 0], "max": [2, 2], "count": [957]}, "eef_direction_action": {"mean": [5.084639498432602, 5.217345872518286], "std": [1.9609948322490751, 1.931099507199088], "min": [0, 0], "max": [6, 6], "count": [957]}, "eef_velocity_action": {"mean": [0.2476489028213166, 0.2006269592476489], "std": [0.5114235362892321, 0.5207096915639912], "min": [0, 0], "max": [2, 2], "count": [957]}, "eef_acc_mag_action": {"mean": [0.4096133751306165, 0.29780564263322884], "std": [0.7238521392430387, 0.6417431458578403], "min": [0, 0], "max": [2, 2], "count": [957]}, "eef_sim_pose_state": {"mean": [0.4342141356126832, 0.24243257674157406, 1.174079876271816, -0.04675114723415735, 0.020521045249585607, 1.3808503202950346, 0.4711983416197232, -0.17688129954474313, 1.1330636511858205, 0.03622625880863067, 0.09409809995546234, -1.3673395741989836], "std": [0.06305491367028507, 0.03516343965297001, 0.03315792419438694, 0.053757593083964446, 0.02591216610110806, 0.12707654239112184, 0.043716249715508186, 0.013072520570967954, 0.009397505372408577, 0.05938913560278862, 0.027716405686161297, 0.0364126216703601], "min": [0.38350083678156033, 0.14572279231768057, 1.1495048003492068, -0.17940331268856535, -0.05601381823129148, 1.0220937942096402, 0.39765398118143136, -0.19785662476409976, 1.1239529707997769, -0.11342155183185598, 0.026436743540756424, -1.4209071109165696], "max": [0.5865844470011474, 0.2661801313044179, 1.249629665945026, -0.0028289035019896103, 0.058096177983054, 1.4965487887116462, 0.5850635295063352, -0.14740303540567928, 1.1709146400970794, 0.08723729216962117, 0.14144354072522436, -1.292213174530552], "count": [957]}, "eef_sim_pose_action": {"mean": [0.434322066428333, 0.24240563829373635, 1.1740728168595813, -0.04674551973188192, 0.020525964434546032, 1.3808174508526612, 0.4712705110370303, -0.17686047676394748, 1.133043737059743, 0.036199453652726095, 0.09417691681974016, -1.3674397230857895], "std": [0.06305642638092158, 0.035156379515612665, 0.033162319311880836, 0.0537609296095146, 0.025914914935564512, 0.12706377779059805, 0.0436517526903495, 0.0130556533297598, 0.009386353569225094, 0.059371914704478786, 0.02763121204240183, 0.036341662463375175], "min": [0.38350083678156033, 0.14572279231768057, 1.1495048003492068, -0.17940331268856535, -0.05601381823129148, 1.0220937942096402, 0.39765398118143136, -0.19785662476409976, 1.1239529707997769, -0.11342155183185598, 0.026436743540756424, -1.4209071109165696], "max": [0.5865844470011474, 0.2661801313044179, 1.249629665945026, -0.0028289035019896103, 0.058096177983054, 1.4965487887116462, 0.5850635295063352, -0.14740303540567928, 1.1709146400970794, 0.08723729216962117, 0.14144354072522436, -1.292213174530552], "count": [957]}, "gripper_mode_state": {"mean": [0.4012539184952978, 0.8599791013584117], "std": [0.4901522328700153, 0.34700871254940124], "min": [0, 0], "max": [1, 1], "count": [957]}, "gripper_activity_state": {"mean": [1.9905956112852665, 1.9080459770114941], "std": [0.12484205486984254, 0.3823537699691553], "min": [0, 0], "max": [2, 2], "count": [957]}, "gripper_mode_action": {"mean": [0.4012539184952978, 0.8599791013584117], "std": [0.4901522328700153, 0.3470087125494013], "min": [0, 0], "max": [1, 1], "count": [957]}, "gripper_activity_action": {"mean": [1.9905956112852665, 1.9080459770114941], "std": [0.12484205486984253, 0.3823537699691553], "min": [0, 0], "max": [2, 2], "count": [957]}}} +{"episode_index": 233, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4681439261642157]], [[0.4578340367136438]], [[0.4472382276348039]]], "std": [[[0.15154715722090015]], [[0.15310829318983393]], [[0.1566647717125678]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4594044615502451]], [[0.4523534620098039]], [[0.4450290913500817]]], "std": [[[0.14436463673493496]], [[0.14618052913504062]], [[0.15214519218144634]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46828181295955884]], [[0.4723824665543301]], [[0.4629316904105392]]], "std": [[[0.1683077752166607]], [[0.1676533684080621]], [[0.17390886553460727]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4914924466401144]], [[0.48430653339460783]], [[0.47254754646650327]]], "std": [[[0.1463221200503376]], [[0.14196895337270854]], [[0.1519002374761843]]], "count": [160]}, "observation.state": {"min": [-0.5131617188453674, 0.0316777266561985, 0.002775073517113924, -1.9049395322799683, -0.4559149146080017, -0.07297222316265106, -0.23689353466033936, -0.3017739951610565, 0.3666439950466156, 0.062102001160383224, -1.6403611898422241, -1.6071799993515015, -1.3456734418869019, -0.173956960439682, -0.09644689410924911, -0.26258477568626404, -1.7714568376541138, 0.010227629914879799, -0.17935003340244293, -0.026232298463582993, -0.3345719873905182, -0.5683320164680481, 0.06982800364494324, 1.2570114135742188, -1.4695873260498047, 1.0080732107162476, 0.0, 0.0, -0.018531842157244682, -0.17446400225162506, -0.8424280285835266, 1.9092649221420288, -1.0620242357254028, -0.0011134650558233261], "max": [0.2655692994594574, 0.29935887455940247, 0.27323129773139954, -1.22124183177948, -0.17908823490142822, 0.11084585636854172, -0.019425515085458755, -0.18923400342464447, 0.5605419874191284, 0.21392400562763214, -1.2966423034667969, -1.217728614807129, -1.0771245956420898, 0.5129348039627075, 0.18931587040424347, -0.09628982096910477, -0.8396953344345093, 0.0832522064447403, 0.09311331808567047, 0.06860889494419098, -0.29117798805236816, -0.3761720061302185, 0.11180199682712555, 1.4755313396453857, -1.30318284034729, 1.2973500490188599, 1001.0, 1002.0, -0.018509283661842346, -0.1731894463300705, -0.8407664895057678, 1.9096245765686035, -1.0591377019882202, 0.0026483950205147266], "mean": [0.12657326459884644, 0.22449922561645508, 0.07207232713699341, -1.7451037168502808, -0.2763654291629791, -0.020059434697031975, -0.08465225249528885, -0.2688824236392975, 0.4016065299510956, 0.1871345490217209, -1.3667182922363281, -1.3722692728042603, -1.1845563650131226, 0.14394649863243103, -0.03496573120355606, -0.14039212465286255, -1.3518978357315063, 0.026159420609474182, -0.12330468744039536, -0.005937336944043636, -0.307364284992218, -0.4753594398498535, 0.09865870326757431, 1.3265182971954346, -1.3364466428756714, 1.205969214439392, 670.8746948242188, 736.4402465820312, -0.01851421594619751, -0.1737574189901352, -0.8419026136398315, 1.909304141998291, -1.0614548921585083, 0.0005643108743242919], "std": [0.21522314846515656, 0.058085545897483826, 0.06546605378389359, 0.17567753791809082, 0.04980098828673363, 0.031312309205532074, 0.08820869028568268, 0.03345853090286255, 0.05359479412436485, 0.03939569368958473, 0.10656584799289703, 0.09731905162334442, 0.05043794587254524, 0.1706741452217102, 0.10995060205459595, 0.06332392245531082, 0.22874905169010162, 0.023215049877762794, 0.06756903976202011, 0.029290806502103806, 0.009594092145562172, 0.051221899688243866, 0.00903968047350645, 0.0714741125702858, 0.046662211418151855, 0.11009250581264496, 457.1471862792969, 427.7053527832031, 1.1384646541046095e-06, 0.00011880539386766031, 0.0001726423652144149, 3.987845775554888e-05, 0.00047546016867272556, 0.0003780755214393139], "count": [870]}, "action": {"min": [-0.5131617188453674, 0.0316777266561985, 0.002775073517113924, -1.9049395322799683, -0.4559149146080017, -0.07297222316265106, -0.23689353466033936, -0.3017739951610565, 0.3666439950466156, 0.062102001160383224, -1.6403611898422241, -1.6071799993515015, -1.3456734418869019, -0.173956960439682, -0.09644689410924911, -0.26258477568626404, -1.7714568376541138, 0.010227629914879799, -0.17935003340244293, -0.026232298463582993, -0.3345719873905182, -0.5683320164680481, 0.06982800364494324, 1.2570114135742188, -1.4695873260498047, 1.0080732107162476, 0.0, 0.0, -0.018531842157244682, -0.17446400225162506, -0.8424280285835266, 1.9092649221420288, -1.0620242357254028, -0.0011134650558233261], "max": [0.2655692994594574, 0.29935887455940247, 0.27323129773139954, -1.22124183177948, -0.17908823490142822, 0.11084585636854172, -0.019460421055555344, -0.18923400342464447, 0.5605419874191284, 0.21392400562763214, -1.2966423034667969, -1.217728614807129, -1.0771245956420898, 0.5129348039627075, 0.18931587040424347, -0.09628982096910477, -0.8396953344345093, 0.0832522064447403, 0.09311331808567047, 0.06860889494419098, -0.29117798805236816, -0.3761720061302185, 0.11180199682712555, 1.4755313396453857, -1.30318284034729, 1.2973500490188599, 1001.0, 1002.0, -0.018509283661842346, -0.1731894463300705, -0.8407664895057678, 1.9096245765686035, -1.0591377019882202, 0.0026483950205147266], "mean": [0.1262088119983673, 0.22454044222831726, 0.07211873680353165, -1.7446874380111694, -0.2764078676700592, -0.020112497732043266, -0.0848710834980011, -0.2689037322998047, 0.40170520544052124, 0.18714597821235657, -1.3668501377105713, -1.3723652362823486, -1.1844487190246582, 0.144364133477211, -0.03529403731226921, -0.14020471274852753, -1.351337194442749, 0.02609562687575817, -0.12342531234025955, -0.005927445832639933, -0.30738335847854614, -0.4754929542541504, 0.09864732623100281, 1.3263063430786133, -1.3364262580871582, 1.206222653388977, 670.8746948242188, 736.4402465820312, -0.018514219671487808, -0.17375771701335907, -0.8419025540351868, 1.909304141998291, -1.061454176902771, 0.0005642737378366292], "std": [0.215256005525589, 0.058109935373067856, 0.06545914709568024, 0.17585913836956024, 0.049797650426626205, 0.03135338053107262, 0.08828268200159073, 0.0334734171628952, 0.05360933393239975, 0.03940138965845108, 0.1065509170293808, 0.09730652719736099, 0.050534769892692566, 0.17034177482128143, 0.10970641672611237, 0.06320338696241379, 0.22831766307353973, 0.023182090371847153, 0.06755611300468445, 0.029285483062267303, 0.009580121375620365, 0.05111440643668175, 0.009031986817717552, 0.07130550593137741, 0.04666958749294281, 0.11002473533153534, 457.1471862792969, 427.7053527832031, 1.1376572501831106e-06, 0.00011900936806341633, 0.00017263162590097636, 3.9874033973319456e-05, 0.0004752480599563569, 0.0003780924016609788], "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": [233], "max": [233], "mean": [233.0], "std": [0.0], "count": [870]}, "index": {"min": [201341], "max": [202210], "mean": [201775.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7080459770114943, 0.7350540228616232], "std": [0.4546612711121665, 0.4268424543161209], "count": [870]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7080459770114943, 0.7350540228616232], "std": [0.4546612711121665, 0.4268424543161209], "count": [870]}, "eef_direction_state": {"mean": [5.096551724137931, 5.247126436781609], "std": [1.992482900652744, 1.9368975714798327], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_state": {"mean": [0.25862068965517243, 0.1735632183908046], "std": [0.564068089991495, 0.46829594977764105], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_state": {"mean": [0.3931034482758621, 0.271264367816092], "std": [0.7140290575638912, 0.621438458494373], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_direction_action": {"mean": [5.096551724137931, 5.247126436781609], "std": [1.992482900652744, 1.9368975714798327], "min": [0, 0], "max": [6, 6], "count": [870]}, "eef_velocity_action": {"mean": [0.25862068965517243, 0.1735632183908046], "std": [0.5640680899914952, 0.46829594977764105], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_acc_mag_action": {"mean": [0.3931034482758621, 0.271264367816092], "std": [0.7140290575638912, 0.621438458494373], "min": [0, 0], "max": [2, 2], "count": [870]}, "eef_sim_pose_state": {"mean": [0.42092367952863585, 0.25764810940457855, 1.166871344659232, -0.0557887317198249, 0.04618930616165962, 1.369915196227378, 0.49325407679234234, -0.16396540845353372, 1.1294163327202145, 0.04603039469735724, 0.050660247707502847, -1.4191919245603053], "std": [0.057390533456241274, 0.03046805674016412, 0.02554133781877303, 0.0744821540010085, 0.03666188781390452, 0.12047080929417647, 0.05031059738783347, 0.012514631845328666, 0.008937162761927913, 0.05751893576731244, 0.05937613261359928, 0.07444290319789142], "min": [0.38348602909624296, 0.15914511455109223, 1.1377095823842625, -0.23415139281451225, 0.0041710740164182525, 1.068758332300121, 0.3963824704943565, -0.19047539750073222, 1.117794804087637, -0.09387267217344009, -0.06761611852830907, -1.4771085510149333], "max": [0.5896099247176572, 0.2929996846280028, 1.230443481246723, 0.00889603698760455, 0.15404580522395506, 1.4603770409050014, 0.5868321168234275, -0.14759586920349926, 1.1547378915791389, 0.08904278539780286, 0.10381415628037804, -1.2831178575321602], "count": [870]}, "eef_sim_pose_action": {"mean": [0.42102589904140525, 0.2576778020489479, 1.1668501229525203, -0.05578815933617862, 0.046159694140178884, 1.3697530822964072, 0.4933836111424458, -0.16393090224487972, 1.129393215819931, 0.04606619362440091, 0.05083791801120079, -1.4193858527047614], "std": [0.05740299131800232, 0.030487325081461698, 0.02555729251170625, 0.07448244418285703, 0.03668306961138882, 0.1204627322254195, 0.05020599711062646, 0.012487708909699859, 0.008924099339380369, 0.05752981184282086, 0.05925338180945281, 0.07436322370822832], "min": [0.38348602909624296, 0.15914511455109223, 1.1377095823842625, -0.23415139281451225, 0.0041710740164182525, 1.068758332300121, 0.3963824704943565, -0.19047539750073222, 1.117794804087637, -0.09387267217344009, -0.06761611852830907, -1.4771085510149333], "max": [0.5896099247176572, 0.2929996846280028, 1.230443481246723, 0.00889603698760455, 0.15404580522395506, 1.4603770409050014, 0.5868321168234275, -0.14759586920349926, 1.1547378915791389, 0.08904278539780286, 0.10381415628037804, -1.2831178575321602], "count": [870]}, "gripper_mode_state": {"mean": [0.29195402298850576, 0.26436781609195403], "std": [0.4546612711121665, 0.4409960021437005], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_state": {"mean": [1.9896551724137932, 1.8977011494252873], "std": [0.130898295835188, 0.4038541364922386], "min": [0, 0], "max": [2, 2], "count": [870]}, "gripper_mode_action": {"mean": [0.29195402298850576, 0.26436781609195403], "std": [0.4546612711121665, 0.4409960021437005], "min": [0, 0], "max": [1, 1], "count": [870]}, "gripper_activity_action": {"mean": [1.9896551724137932, 1.8977011494252873], "std": [0.130898295835188, 0.4038541364922386], "min": [0, 0], "max": [2, 2], "count": [870]}}} +{"episode_index": 234, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46554884137837726]], [[0.4567511474334957]], [[0.4463645794304983]]], "std": [[[0.15543042955097308]], [[0.15840373051226472]], [[0.16226138887666228]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45925499562882477]], [[0.4527434653532326]], [[0.445384279640731]]], "std": [[[0.14468905225651488]], [[0.14717367522877084]], [[0.15316217601692275]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46698173993588943]], [[0.4707452918800216]], [[0.46158668977145]]], "std": [[[0.16908457613701977]], [[0.16805858164958604]], [[0.17505780288221043]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4934714975958536]], [[0.48751561784480246]], [[0.47434691389825573]]], "std": [[[0.1440851129375308]], [[0.13954321274310963]], [[0.14918420395112206]]], "count": [157]}, "observation.state": {"min": [-0.44971898198127747, -0.09306095540523529, 8.726646046852693e-05, -1.891483187675476, -0.25389304757118225, -0.07414159178733826, -0.12746138870716095, -0.30013999342918396, 0.36663898825645447, 0.04319699853658676, -1.5787233114242554, -1.3418487310409546, -1.3640804290771484, -0.17327629029750824, -0.06281439960002899, -0.2626197040081024, -1.7714568376541138, 0.06576400250196457, -0.18544122576713562, -0.0262148454785347, -0.33309999108314514, -0.5711010098457336, 0.0759269967675209, 1.293469786643982, -1.5570143461227417, 1.0283337831497192, 0.0, 0.0, -0.018524322658777237, -0.17416320741176605, -0.8423590660095215, 1.9089455604553223, -1.0624369382858276, -0.0017504087882116437], "max": [0.2655692994594574, 0.2410474270582199, 0.22347195446491241, -1.3115451335906982, 0.07686429470777512, 0.12695525586605072, -0.01979203335940838, -0.1846809983253479, 0.5484859943389893, 0.2018589973449707, -1.23270845413208, -1.2305898666381836, -1.1315609216690063, 0.5339311361312866, 0.1892460584640503, -0.10669197887182236, -0.8106006979942322, 0.14533355832099915, 0.036128316074609756, 0.15159930288791656, -0.29078999161720276, -0.3761720061302185, 0.12325400114059448, 1.476127028465271, -1.3291609287261963, 1.3234753608703613, 1001.0, 1002.0, -0.018503643572330475, -0.17310108244419098, -0.8408433198928833, 1.9097522497177124, -1.0574681758880615, 0.003639407455921173], "mean": [0.10913047194480896, 0.1536366194486618, 0.059940021485090256, -1.734761118888855, -0.17714394629001617, -0.011160865426063538, -0.036035194993019104, -0.2660542130470276, 0.4078674018383026, 0.17601071298122406, -1.3400483131408691, -1.3016605377197266, -1.2018640041351318, 0.14456509053707123, -0.009032304398715496, -0.14741301536560059, -1.3511987924575806, 0.08558086305856705, -0.13644544780254364, 0.030931102111935616, -0.30702316761016846, -0.4752388298511505, 0.10489889979362488, 1.3393663167953491, -1.3753079175949097, 1.2219593524932861, 634.6473999023438, 707.680419921875, -0.01851457729935646, -0.1738249510526657, -0.8418077230453491, 1.9092204570770264, -1.0614460706710815, 0.0005505333538167179], "std": [0.22682516276836395, 0.11371500045061111, 0.06314457207918167, 0.17559155821800232, 0.10358601808547974, 0.03418613597750664, 0.02716464176774025, 0.03740093111991882, 0.058838486671447754, 0.0482114776968956, 0.10522907972335815, 0.02834772691130638, 0.04268805310130119, 0.17425498366355896, 0.09347614645957947, 0.055581968277692795, 0.23044291138648987, 0.01620960794389248, 0.06211216747760773, 0.04731738194823265, 0.010088559240102768, 0.05053561180830002, 0.009891735389828682, 0.06219806522130966, 0.05809926986694336, 0.1215660497546196, 468.6441650390625, 441.4672546386719, 1.1321698138999636e-06, 0.00015745559358038008, 0.0001591204636497423, 0.00016293622320517898, 0.0006828396581113338, 0.0005735137965530157], "count": [848]}, "action": {"min": [-0.44971898198127747, -0.09306095540523529, 8.726646046852693e-05, -1.891483187675476, -0.25389304757118225, -0.07414159178733826, -0.12746138870716095, -0.30013999342918396, 0.36663898825645447, 0.04319699853658676, -1.5787233114242554, -1.3418487310409546, -1.3640804290771484, -0.17327629029750824, -0.06281439960002899, -0.2626197040081024, -1.7714568376541138, 0.06576400250196457, -0.18544122576713562, -0.0262148454785347, -0.33309999108314514, -0.5711010098457336, 0.0759269967675209, 1.293469786643982, -1.5570143461227417, 1.0283337831497192, 0.0, 0.0, -0.018524322658777237, -0.17416320741176605, -0.8423590660095215, 1.9089455604553223, -1.0624369382858276, -0.0017504087882116437], "max": [0.2655692994594574, 0.2410474270582199, 0.22347195446491241, -1.3115451335906982, 0.07686429470777512, 0.12695525586605072, -0.01979203335940838, -0.1846809983253479, 0.5484859943389893, 0.2018589973449707, -1.23270845413208, -1.2305898666381836, -1.1315609216690063, 0.5339311361312866, 0.1892460584640503, -0.10669197887182236, -0.8106006979942322, 0.14533355832099915, 0.036128316074609756, 0.15159930288791656, -0.29078999161720276, -0.3761720061302185, 0.12325400114059448, 1.476127028465271, -1.3291609287261963, 1.3234753608703613, 1001.0, 1002.0, -0.018503643572330475, -0.17310108244419098, -0.8408433198928833, 1.9097522497177124, -1.0574681758880615, 0.003639407455921173], "mean": [0.10877660661935806, 0.1534048467874527, 0.0598922073841095, -1.7343817949295044, -0.17693591117858887, -0.011163376271724701, -0.036057259887456894, -0.26607394218444824, 0.40796950459480286, 0.17599394917488098, -1.3399726152420044, -1.301585078239441, -1.2019134759902954, 0.14495617151260376, -0.009327058680355549, -0.1472340226173401, -1.350673794746399, 0.08559958636760712, -0.1365838199853897, 0.030981486663222313, -0.3070399761199951, -0.4753651022911072, 0.1048964262008667, 1.3391698598861694, -1.3753323554992676, 1.2222537994384766, 634.6473999023438, 707.680419921875, -0.01851457729935646, -0.17382483184337616, -0.8418076038360596, 1.9092204570770264, -1.061445951461792, 0.0005508759059011936], "std": [0.22681519389152527, 0.11373710632324219, 0.06317327171564102, 0.17569127678871155, 0.10360895842313766, 0.03418691083788872, 0.027159148827195168, 0.037414420396089554, 0.058841951191425323, 0.04820497706532478, 0.10528279095888138, 0.02838711440563202, 0.042692337185144424, 0.17391298711299896, 0.0932442843914032, 0.05545524135231972, 0.22999097406864166, 0.01619599014520645, 0.06208103895187378, 0.04727921634912491, 0.010075539350509644, 0.050421569496393204, 0.009890779852867126, 0.06203297898173332, 0.058084163814783096, 0.12148868292570114, 468.6441650390625, 441.4672546386719, 1.1321698138999636e-06, 0.0001573852205183357, 0.00015909806825220585, 0.00016294811211992055, 0.0006826894241385162, 0.0005735483719035983], "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": [234], "max": [234], "mean": [234.0], "std": [0.0], "count": [848]}, "index": {"min": [202211], "max": [203058], "mean": [202634.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6757075471698113, 0.7063726416310155], "std": [0.4681098779854681, 0.44059601075489874], "count": [848]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6757075471698113, 0.7063726416310155], "std": [0.4681098779854681, 0.44059601075489874], "count": [848]}, "eef_direction_state": {"mean": [5.286556603773585, 5.26061320754717], "std": [1.7154152452911104, 1.8611610297589944], "min": [0, 0], "max": [6, 6], "count": [848]}, "eef_velocity_state": {"mean": [0.23113207547169812, 0.18514150943396226], "std": [0.5393677653787369, 0.49039450693081593], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_acc_mag_state": {"mean": [0.3632075471698113, 0.28537735849056606], "std": [0.6954468458586464, 0.6322118622207711], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_direction_action": {"mean": [5.286556603773585, 5.26061320754717], "std": [1.7154152452911104, 1.8611610297589944], "min": [0, 0], "max": [6, 6], "count": [848]}, "eef_velocity_action": {"mean": [0.23113207547169812, 0.18514150943396226], "std": [0.5393677653787368, 0.490394506930816], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_acc_mag_action": {"mean": [0.3632075471698113, 0.28537735849056606], "std": [0.6954468458586464, 0.6322118622207711], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_sim_pose_state": {"mean": [0.42564207279136046, 0.24000352437167186, 1.1695489755948512, -0.056548206254717716, 0.020779856096873713, 1.4340052570959236, 0.49363127838000925, -0.17321409452349337, 1.1282385218950495, 0.05987781056026013, 0.08002405511884685, -1.3894651064478434], "std": [0.06019763091476496, 0.042321523816447326, 0.030149180784405635, 0.07196827509325009, 0.032263501654607715, 0.06598640440859983, 0.050350503682272084, 0.01032668954041311, 0.008381029921253082, 0.06545225396142948, 0.0692072277693956, 0.06771711488425945], "min": [0.3834864722190945, 0.12245374041810973, 1.139987476399524, -0.2528585861836615, -0.09476939366740522, 1.2852450552609138, 0.3963825037889865, -0.2022255945308933, 1.1182886730820536, -0.0921271284816998, -0.06759970569958673, -1.4453291264237995], "max": [0.5701463091723675, 0.26457163668851225, 1.2403180166317431, -0.014470120107448525, 0.062376792963867445, 1.5345323194150957, 0.5917129574966657, -0.15693785459724172, 1.146197098869601, 0.10713837682442706, 0.13952611659230718, -1.2495642561625293], "count": [848]}, "eef_sim_pose_action": {"mean": [0.42574320042045716, 0.23997509735377673, 1.1695295294144978, -0.0565456607588493, 0.020779445894863215, 1.43410770727956, 0.49375411370434147, -0.1731913102463817, 1.1282144780970338, 0.059941740675535385, 0.0802474884819666, -1.3896271247225596], "std": [0.060198790300983275, 0.042313153693084575, 0.030162709942673695, 0.07196969238848887, 0.032263352255905306, 0.06607203858210925, 0.050240068490537096, 0.01031377228609709, 0.008363600555417756, 0.0654670044057003, 0.0690360557775041, 0.06767768575339482], "min": [0.3834864722190945, 0.12245374041810973, 1.139987476399524, -0.2528585861836615, -0.09476939366740522, 1.2852450552609138, 0.3963825037889865, -0.2022255945308933, 1.1182886730820536, -0.0921271284816998, -0.06759970569958673, -1.4453291264237995], "max": [0.5701463091723675, 0.26457163668851225, 1.2403180166317431, -0.014470120107448525, 0.062376792963867445, 1.5345323194150957, 0.5917129574966657, -0.15693785459724172, 1.146197098869601, 0.10713837682442706, 0.13952611659230718, -1.2495642561625293], "count": [848]}, "gripper_mode_state": {"mean": [0.3242924528301887, 0.2971698113207547], "std": [0.4681098779854681, 0.45701194137609474], "min": [0, 0], "max": [1, 1], "count": [848]}, "gripper_activity_state": {"mean": [1.9893867924528301, 1.9021226415094339], "std": [0.13257465470761648, 0.392855084012583], "min": [0, 0], "max": [2, 2], "count": [848]}, "gripper_mode_action": {"mean": [0.3242924528301887, 0.2971698113207547], "std": [0.4681098779854681, 0.4570119413760948], "min": [0, 0], "max": [1, 1], "count": [848]}, "gripper_activity_action": {"mean": [1.9893867924528301, 1.9021226415094339], "std": [0.13257465470761648, 0.392855084012583], "min": [0, 0], "max": [2, 2], "count": [848]}}} +{"episode_index": 235, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4672380842741137]], [[0.458377958506635]], [[0.446951892701525]]], "std": [[[0.15340741179363154]], [[0.15609014288765907]], [[0.15989278222118722]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46001690186175476]], [[0.4531460400574371]], [[0.44587299341453757]]], "std": [[[0.14449896463351025]], [[0.14637162545542437]], [[0.15194864827934737]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4660604377104377]], [[0.4681955300554565]], [[0.4583634370667459]]], "std": [[[0.17070646029857378]], [[0.16936182165146807]], [[0.17530601036756033]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49479401366607245]], [[0.48755980144583083]], [[0.4743866706278471]]], "std": [[[0.14513474138722077]], [[0.14085782543709435]], [[0.15057390422769093]]], "count": [165]}, "observation.state": {"min": [-0.5003160834312439, -0.02630211040377617, 0.02396337129175663, -1.8507122993469238, -0.25389304757118225, -0.1520879864692688, -0.20785126090049744, -0.3062950074672699, 0.3666509985923767, 0.03548299893736839, -1.7210853099822998, -1.4756808280944824, -1.3810083866119385, -0.17331120371818542, -0.08703956753015518, -0.26258477568626404, -1.7714568376541138, 0.02834414690732956, -0.15104079246520996, -0.026197392493486404, -0.32968398928642273, -0.5676069855690002, 0.07788600027561188, 1.2758755683898926, -1.4798874855041504, 1.0155295133590698, 0.0, 0.0, -0.018518682569265366, -0.17402973771095276, -0.8422656059265137, 1.9083338975906372, -1.0621850490570068, -0.004171933978796005], "max": [0.2655344009399414, 0.2410474270582199, 0.2846457362174988, -1.2361468076705933, -0.08215264230966568, 0.04115486517548561, -0.019809486344456673, -0.18208500742912292, 0.5538120269775391, 0.2019049972295761, -1.2971378564834595, -1.1659986972808838, -1.1114325523376465, 0.5098281502723694, 0.18929840624332428, -0.10520844161510468, -0.864007830619812, 0.12402309477329254, 0.12477359175682068, 0.09070476144552231, -0.2903459966182709, -0.3761709928512573, 0.11537999659776688, 1.4764049053192139, -1.3291609287261963, 1.2960516214370728, 1001.0, 1002.0, -0.018507402390241623, -0.17338307201862335, -0.8415414094924927, 1.9093307256698608, -1.0598825216293335, 0.0033299534115940332], "mean": [0.10755547881126404, 0.18332888185977936, 0.07897337526082993, -1.7219864130020142, -0.22228966653347015, -0.028556425124406815, -0.06246468424797058, -0.26951390504837036, 0.4070556163787842, 0.17436426877975464, -1.367475986480713, -1.3423266410827637, -1.1876057386398315, 0.07763608545064926, -0.02319805510342121, -0.14738912880420685, -1.4308207035064697, 0.04305391386151314, -0.10894512385129929, 0.003495583776384592, -0.30728816986083984, -0.4567556083202362, 0.10110758244991302, 1.3244658708572388, -1.353358268737793, 1.2081096172332764, 687.17236328125, 746.8563232421875, -0.01851475238800049, -0.173699289560318, -0.8417752981185913, 1.9091572761535645, -1.0614839792251587, 0.0004879976622760296], "std": [0.23880420625209808, 0.08262255042791367, 0.0740613117814064, 0.19809314608573914, 0.04993225261569023, 0.024965230375528336, 0.0618702657520771, 0.0348936952650547, 0.05992281809449196, 0.04884845018386841, 0.1364063322544098, 0.05326837673783302, 0.03739151731133461, 0.1659856140613556, 0.10907649993896484, 0.06112385168671608, 0.21721641719341278, 0.021290957927703857, 0.06121278554201126, 0.03143198415637016, 0.009430360980331898, 0.04865918308496475, 0.008647656068205833, 0.07485616207122803, 0.04672498255968094, 0.11281388252973557, 450.779296875, 422.22418212890625, 5.178063133826072e-07, 0.00011989061022177339, 0.00012413234799169004, 0.00022373114188667387, 0.0005567736807279289, 0.0006871275836601853], "count": [905]}, "action": {"min": [-0.5003160834312439, -0.02630211040377617, 0.02396337129175663, -1.8507122993469238, -0.25389304757118225, -0.1520879864692688, -0.20785126090049744, -0.3062950074672699, 0.3666509985923767, 0.03548299893736839, -1.7210853099822998, -1.4756808280944824, -1.3810083866119385, -0.17331120371818542, -0.08703956753015518, -0.26258477568626404, -1.7714568376541138, 0.02834414690732956, -0.15104079246520996, -0.026197392493486404, -0.32968398928642273, -0.5676069855690002, 0.07788600027561188, 1.2758755683898926, -1.4798874855041504, 1.0155295133590698, 0.0, 0.0, -0.018518682569265366, -0.17402973771095276, -0.8422656059265137, 1.9083338975906372, -1.0621850490570068, -0.004171933978796005], "max": [0.2655344009399414, 0.2410474270582199, 0.2846457362174988, -1.2361468076705933, -0.08215264230966568, 0.04115486517548561, -0.019809486344456673, -0.18208500742912292, 0.5538120269775391, 0.2019049972295761, -1.2971378564834595, -1.1659986972808838, -1.1114325523376465, 0.5098281502723694, 0.18929840624332428, -0.10520844161510468, -0.864007830619812, 0.12402309477329254, 0.12477359175682068, 0.09070476144552231, -0.2903459966182709, -0.3761709928512573, 0.11537999659776688, 1.4764049053192139, -1.3291609287261963, 1.2960516214370728, 1001.0, 1002.0, -0.018507402390241623, -0.17338307201862335, -0.8415414094924927, 1.9093307256698608, -1.0598825216293335, 0.0033299534115940332], "mean": [0.10715005546808243, 0.1831655502319336, 0.07901163399219513, -1.7215319871902466, -0.22221451997756958, -0.028589267283678055, -0.06257227808237076, -0.26953843235969543, 0.407169371843338, 0.1743241399526596, -1.3674900531768799, -1.3424122333526611, -1.1876180171966553, 0.07792725414037704, -0.023503275588154793, -0.1472167670726776, -1.4304096698760986, 0.0430125892162323, -0.10903976112604141, 0.003519054502248764, -0.30730730295181274, -0.4568532407283783, 0.10109950602054596, 1.3242557048797607, -1.3533629179000854, 1.208359956741333, 687.17236328125, 746.8563232421875, -0.01851475238800049, -0.17369899153709412, -0.8417749404907227, 1.9091577529907227, -1.0614856481552124, 0.00048802595119923353], "std": [0.23884734511375427, 0.08265451341867447, 0.07405121624469757, 0.1982726752758026, 0.04993588477373123, 0.024974456056952477, 0.061880823224782944, 0.03491111099720001, 0.05994369089603424, 0.04884076490998268, 0.13639973104000092, 0.05329272896051407, 0.03739234805107117, 0.1657768189907074, 0.1088685467839241, 0.06101856008172035, 0.21692316234111786, 0.021283023059368134, 0.06120896339416504, 0.03141779825091362, 0.009417002089321613, 0.04858589172363281, 0.00864303670823574, 0.07469804584980011, 0.04672291874885559, 0.11274977773427963, 450.779296875, 422.22418212890625, 5.178063133826072e-07, 0.00011982954310951754, 0.00012422629515640438, 0.00022360490402206779, 0.0005551671492867172, 0.0006871235673315823], "count": [905]}, "timestamp": {"min": [0.0], "max": [30.133333333333333], "mean": [15.066666666666668], "std": [8.708361243974412], "count": [905]}, "frame_index": {"min": [0], "max": [904], "mean": [452.0], "std": [261.25083731923235], "count": [905]}, "episode_index": {"min": [235], "max": [235], "mean": [235.0], "std": [0.0], "count": [905]}, "index": {"min": [203059], "max": [203963], "mean": [203511.0], "std": [261.25083731923235], "count": [905]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [905]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7259668508287292, 0.7454872929835846], "std": [0.44602576419591367, 0.4213943627048292], "count": [905]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7259668508287292, 0.7454872929835846], "std": [0.44602576419591367, 0.4213943627048292], "count": [905]}, "eef_direction_state": {"mean": [5.265193370165746, 5.32817679558011], "std": [1.7871096424702602, 1.8326479021853435], "min": [0, 0], "max": [6, 6], "count": [905]}, "eef_velocity_state": {"mean": [0.2419889502762431, 0.16353591160220995], "std": [0.5601937509040411, 0.47454157591710805], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_acc_mag_state": {"mean": [0.3878453038674033, 0.25193370165745854], "std": [0.7136137110196907, 0.6025352661759625], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_direction_action": {"mean": [5.265193370165746, 5.32817679558011], "std": [1.7871096424702602, 1.8326479021853435], "min": [0, 0], "max": [6, 6], "count": [905]}, "eef_velocity_action": {"mean": [0.2419889502762431, 0.16353591160220995], "std": [0.5601937509040411, 0.47454157591710805], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_acc_mag_action": {"mean": [0.3878453038674033, 0.25193370165745854], "std": [0.7136137110196907, 0.6025352661759625], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_sim_pose_state": {"mean": [0.426010246201457, 0.2431671585838058, 1.1658396388203016, -0.0587312281352184, 0.03021828477006304, 1.3898813976912954, 0.4747670858103707, -0.16739816112957806, 1.1297639899393292, 0.044026275801071484, 0.0626799920931613, -1.4100732345670584], "std": [0.0633502823339151, 0.03779829358034316, 0.026829068840555477, 0.07770140290856002, 0.03429898464569038, 0.10444126933328314, 0.04827073886090108, 0.011622397324813962, 0.009278842209390434, 0.059239679403597714, 0.06699124064978271, 0.07063916580515386], "min": [0.3834960747334627, 0.13179934360129852, 1.133391623901001, -0.3001356554992908, -0.06429241899806826, 1.1222912674454912, 0.3963721931923115, -0.19091729091346366, 1.12358090785696, -0.10960361049730483, -0.06760344152441333, -1.4651550792936496], "max": [0.5829264698218365, 0.26455728328495953, 1.2349372555529414, -0.017450988308364113, 0.08974294999227417, 1.472867011008314, 0.5872819965167898, -0.15297675057197704, 1.1591761316335734, 0.0782427286795484, 0.11197791201350138, -1.3042790787940586], "count": [905]}, "eef_sim_pose_action": {"mean": [0.42612496184425486, 0.2431334990655204, 1.165814565630889, -0.05873620821290195, 0.030274482668026167, 1.389822887174747, 0.4748610075174171, -0.16736889751259681, 1.1297412698044296, 0.044057816397816384, 0.06287092978580419, -1.4102491046484027], "std": [0.06336721248156248, 0.03779279509814666, 0.02684809788603696, 0.07769890401638241, 0.03434455986906363, 0.10442465995939622, 0.04820078731298972, 0.011602023976015207, 0.00926789038934009, 0.05924933592713744, 0.06686604147695581, 0.07057378680774153], "min": [0.3834960747334627, 0.13179934360129852, 1.133391623901001, -0.3001356554992908, -0.06429241899806826, 1.1222912674454912, 0.3963721931923115, -0.19091729091346366, 1.12358090785696, -0.10960361049730483, -0.06760344152441333, -1.4651550792936496], "max": [0.5829264698218365, 0.26455728328495953, 1.2349372555529414, -0.017450988308364113, 0.08974294999227417, 1.472867011008314, 0.5872819965167898, -0.15297675057197704, 1.1591761316335734, 0.0782427286795484, 0.11197791201350138, -1.3042790787940586], "count": [905]}, "gripper_mode_state": {"mean": [0.2740331491712707, 0.25303867403314917], "std": [0.44602576419591367, 0.43475292233254714], "min": [0, 0], "max": [1, 1], "count": [905]}, "gripper_activity_state": {"mean": [1.9900552486187846, 1.8972375690607735], "std": [0.1283576548372749, 0.4036341731950991], "min": [0, 0], "max": [2, 2], "count": [905]}, "gripper_mode_action": {"mean": [0.2740331491712707, 0.25303867403314917], "std": [0.44602576419591367, 0.43475292233254714], "min": [0, 0], "max": [1, 1], "count": [905]}, "gripper_activity_action": {"mean": [1.9900552486187846, 1.8972375690607735], "std": [0.1283576548372749, 0.4036341731950991], "min": [0, 0], "max": [2, 2], "count": [905]}}} +{"episode_index": 236, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687980569085384]], [[0.4584899814225053]], [[0.4481388251425836]]], "std": [[[0.15307891645876837]], [[0.1550958252891878]], [[0.1589012928912718]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4589620735502269]], [[0.45183638144748345]], [[0.4444597045293701]]], "std": [[[0.14654966331318664]], [[0.14800879701848654]], [[0.15341898760170125]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.468810690385496]], [[0.47165591175429833]], [[0.46096801886890637]]], "std": [[[0.1678990494673192]], [[0.16688607186018672]], [[0.17302994948266126]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4926550752466592]], [[0.48434293690937097]], [[0.4714534847112943]]], "std": [[[0.14421109426180392]], [[0.13846554601264563]], [[0.14749216259141168]]], "count": [157]}, "observation.state": {"min": [-0.4893379807472229, -0.0025307273026555777, -0.01820378378033638, -1.9154465198516846, -0.2578025758266449, -0.1941329687833786, -0.17833775281906128, -0.28326401114463806, 0.36440399289131165, 0.05534999817609787, -1.636307954788208, -1.4265060424804688, -1.4283722639083862, -0.17331120371818542, -0.09717992693185806, -0.2626197040081024, -1.771422028541565, 0.02776818722486496, -0.22879521548748016, -0.026162484660744667, -0.33387699723243713, -0.5701850056648254, 0.06551399827003479, 1.2957216501235962, -1.4905441999435425, 1.0221964120864868, 0.0, 0.0, -0.018524322658777237, -0.1740805059671402, -0.8421118855476379, 1.909105658531189, -1.0625083446502686, -0.0015425239689648151], "max": [0.2699326276779175, 0.2410648763179779, 0.25509732961654663, -1.2860982418060303, -0.12091641128063202, 0.09576621651649475, -0.019809486344456673, -0.17887599766254425, 0.5545729994773865, 0.20582999289035797, -1.2968827486038208, -1.184934377670288, -1.1340194940567017, 0.5237907767295837, 0.1892635077238083, -0.11091567575931549, -0.8339532613754272, 0.09464920312166214, 0.031031953170895576, 0.11047933995723724, -0.29205799102783203, -0.3761709928512573, 0.11200299859046936, 1.475596308708191, -1.2985059022903442, 1.3809032440185547, 1001.0, 1002.0, -0.018507402390241623, -0.17316874861717224, -0.8410319089889526, 1.9095326662063599, -1.0585371255874634, 0.003653645981103182], "mean": [0.12752175331115723, 0.18720033764839172, 0.06712713092565536, -1.760549783706665, -0.21841628849506378, -0.017730021849274635, -0.05818859860301018, -0.26367297768592834, 0.4021475613117218, 0.1795492172241211, -1.367058515548706, -1.3267453908920288, -1.197313904762268, 0.0738031268119812, -0.037370048463344574, -0.14954347908496857, -1.4336870908737183, 0.04291056841611862, -0.16557280719280243, 0.008728694170713425, -0.29974043369293213, -0.45503586530685425, 0.09771327674388885, 1.3602879047393799, -1.336827039718628, 1.2625470161437988, 594.791015625, 722.5419311523438, -0.018514862284064293, -0.17370249330997467, -0.8418186902999878, 1.909266710281372, -1.0614888668060303, 0.0005104593001306057], "std": [0.21518473327159882, 0.07417809218168259, 0.06146562471985817, 0.15198247134685516, 0.05123647302389145, 0.03942705690860748, 0.051916491240262985, 0.03371385484933853, 0.05458070710301399, 0.03949660062789917, 0.10945726931095123, 0.03692716360092163, 0.04740525782108307, 0.16250792145729065, 0.10211530327796936, 0.052689313888549805, 0.2136336714029312, 0.016109688207507133, 0.08160992711782455, 0.03594856709241867, 0.011400752700865269, 0.04614020511507988, 0.008824139833450317, 0.05079607665538788, 0.05186038091778755, 0.14981068670749664, 478.42889404296875, 434.2703857421875, 1.0926735285465838e-06, 0.00013002542254980654, 8.399858052143827e-05, 7.26505386410281e-05, 0.0007051537977531552, 0.0005766747635789216], "count": [847]}, "action": {"min": [-0.4893379807472229, -0.0025307273026555777, -0.01820378378033638, -1.9154465198516846, -0.2578025758266449, -0.1941329687833786, -0.17833775281906128, -0.28326401114463806, 0.36440399289131165, 0.05534999817609787, -1.636307954788208, -1.4265060424804688, -1.4283722639083862, -0.17331120371818542, -0.09717992693185806, -0.2626197040081024, -1.771422028541565, 0.02776818722486496, -0.22879521548748016, -0.026162484660744667, -0.33387699723243713, -0.5701850056648254, 0.06551399827003479, 1.2957216501235962, -1.4905441999435425, 1.0221964120864868, 0.0, 0.0, -0.018524322658777237, -0.1740805059671402, -0.8421118855476379, 1.909105658531189, -1.0625083446502686, -0.0015425239689648151], "max": [0.2699326276779175, 0.2410648763179779, 0.25509732961654663, -1.2860982418060303, -0.12091641128063202, 0.09576621651649475, -0.019809486344456673, -0.17887599766254425, 0.5545729994773865, 0.20582999289035797, -1.2968827486038208, -1.184934377670288, -1.1340194940567017, 0.5237907767295837, 0.1892635077238083, -0.11091567575931549, -0.8339532613754272, 0.09464920312166214, 0.031031953170895576, 0.11047933995723724, -0.29205799102783203, -0.3761709928512573, 0.11200299859046936, 1.475596308708191, -1.2985059022903442, 1.3809032440185547, 1001.0, 1002.0, -0.018507402390241623, -0.17316874861717224, -0.8410319089889526, 1.9095326662063599, -1.0585371255874634, 0.003653645981103182], "mean": [0.1271563470363617, 0.1870296448469162, 0.06715661287307739, -1.7602462768554688, -0.21827703714370728, -0.017734576016664505, -0.058278873562812805, -0.26365628838539124, 0.4022500216960907, 0.17950697243213654, -1.367154836654663, -1.3267428874969482, -1.1973507404327393, 0.07407880574464798, -0.037704795598983765, -0.1493707299232483, -1.433297038078308, 0.0428725928068161, -0.1657617688179016, 0.008753937669098377, -0.29974421858787537, -0.45512863993644714, 0.0976998582482338, 1.36012864112854, -1.3368011713027954, 1.2629079818725586, 594.791015625, 722.5419311523438, -0.018514862284064293, -0.17370286583900452, -0.841818630695343, 1.909266710281372, -1.0614888668060303, 0.0005100995767861605], "std": [0.21521314978599548, 0.07422053813934326, 0.061459627002477646, 0.15206164121627808, 0.051300469785928726, 0.03942757472395897, 0.051916319876909256, 0.033707644790410995, 0.05459544062614441, 0.039491936564445496, 0.10943132638931274, 0.036927707493305206, 0.04740753024816513, 0.16228646039962769, 0.10183650255203247, 0.052558332681655884, 0.2133169174194336, 0.016093552112579346, 0.08155903220176697, 0.035931795835494995, 0.011398756876587868, 0.04606020450592041, 0.00881454162299633, 0.050645750015974045, 0.05186910927295685, 0.14970706403255463, 478.42889404296875, 434.2703857421875, 1.0926735285465838e-06, 0.00013013975694775581, 8.400549995712936e-05, 7.266569446073845e-05, 0.0007051290012896061, 0.0005766184767708182], "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": [236], "max": [236], "mean": [236.0], "std": [0.0], "count": [847]}, "index": {"min": [203964], "max": [204810], "mean": [204387.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6340023612750886, 0.7211900832903392], "std": [0.4817087991439422, 0.4334015135028208], "count": [847]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6340023612750886, 0.7211900832903392], "std": [0.4817087991439422, 0.43340151350282086], "count": [847]}, "eef_direction_state": {"mean": [5.203069657615112, 5.181818181818182], "std": [1.9084946560812412, 1.9863762667136964], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_state": {"mean": [0.23022432113341204, 0.1936245572609209], "std": [0.5412241332672746, 0.498220650454994], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_state": {"mean": [0.3412042502951594, 0.3187721369539551], "std": [0.6806413841510145, 0.6626585244145491], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_direction_action": {"mean": [5.203069657615112, 5.181818181818182], "std": [1.908494656081241, 1.9863762667136964], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_action": {"mean": [0.23022432113341204, 0.1936245572609209], "std": [0.5412241332672746, 0.498220650454994], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_action": {"mean": [0.3412042502951594, 0.3187721369539551], "std": [0.6806413841510145, 0.6626585244145491], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_sim_pose_state": {"mean": [0.4206304656050332, 0.24704074033095938, 1.1707837214144978, -0.06661261465276251, 0.026442091018052123, 1.4011584758738802, 0.4737683765773718, -0.16354144724290584, 1.130680649969705, 0.10261915422141177, 0.07472391786694894, -1.4053696185392301], "std": [0.05702004185203227, 0.030824558920276707, 0.026738429932465738, 0.07285991861417176, 0.018289942700348834, 0.08338874149056338, 0.04605536405947184, 0.012239647705753136, 0.0068003111487816535, 0.09053294966317575, 0.06953389533043294, 0.06785710816095446], "min": [0.3827664148559844, 0.14743808455310506, 1.1567816120212306, -0.3004228951393261, -0.029914075553561625, 1.177018002962037, 0.3963739766397731, -0.19036747006462656, 1.1190699377697917, -0.09454122935855547, -0.06761459835696249, -1.4606038289026833], "max": [0.580911872349109, 0.26676871473746905, 1.242454285678924, -0.017451777584837735, 0.0781729971415015, 1.4685047283810393, 0.5898754350176023, -0.14785709268853178, 1.14452324120035, 0.1691544196290672, 0.12767193851901215, -1.2696809592719105], "count": [847]}, "eef_sim_pose_action": {"mean": [0.4207341726624055, 0.24700382665966583, 1.1707911140775658, -0.06669396722133834, 0.02643708333204724, 1.4011085579283358, 0.4738585248374612, -0.16350477178950334, 1.1306613619025825, 0.10275629753455738, 0.07494635780774635, -1.405547928335901], "std": [0.057032309141337265, 0.030822305695188186, 0.026735431277213898, 0.0728435591703162, 0.018288833480720836, 0.0833746086282095, 0.045978449444308137, 0.012210733644758257, 0.0067842737504230834, 0.09053792965556971, 0.06937975442311686, 0.06778979867489444], "min": [0.3827664148559844, 0.14743808455310506, 1.1567816120212306, -0.3004228951393261, -0.029914075553561625, 1.177018002962037, 0.3963739766397731, -0.19036747006462656, 1.1190699377697917, -0.09454122935855547, -0.06761459835696249, -1.4606038289026833], "max": [0.580911872349109, 0.26676871473746905, 1.242454285678924, -0.017451777584837735, 0.0781729971415015, 1.4685047283810393, 0.5898754350176023, -0.14785709268853178, 1.14452324120035, 0.1691544196290672, 0.12767193851901215, -1.2696809592719105], "count": [847]}, "gripper_mode_state": {"mean": [0.3659976387249115, 0.27863046044864226], "std": [0.4817087991439422, 0.44832524684521896], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_state": {"mean": [1.989374262101535, 1.9126328217237307], "std": [0.1326523910761572, 0.3693301457523602], "min": [0, 0], "max": [2, 2], "count": [847]}, "gripper_mode_action": {"mean": [0.3659976387249115, 0.27863046044864226], "std": [0.4817087991439422, 0.44832524684521896], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_action": {"mean": [1.989374262101535, 1.9126328217237307], "std": [0.1326523910761572, 0.3693301457523602], "min": [0, 0], "max": [2, 2], "count": [847]}}} +{"episode_index": 237, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4717783139297385]], [[0.4631392284517974]], [[0.45319341426674836]]], "std": [[[0.153754204095573]], [[0.1557914234697917]], [[0.15903295867683082]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46172231413398696]], [[0.4552712265114379]], [[0.448085751123366]]], "std": [[[0.14263827101299184]], [[0.14398659138630904]], [[0.14948434943528147]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4669779654309641]], [[0.4712138876123366]], [[0.4615679189644608]]], "std": [[[0.17550888567979825]], [[0.174039970386978]], [[0.18032887652844184]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.487056547436683]], [[0.4833293198529412]], [[0.46964634778390524]]], "std": [[[0.14163404581029143]], [[0.13655396056736652]], [[0.14486278713957565]]], "count": [160]}, "observation.state": {"min": [-0.4737696349620819, -0.08574803173542023, 0.025586526840925217, -1.948956847190857, -0.25385814905166626, -0.0895877480506897, -0.15512485802173615, -0.28394100069999695, 0.36664700508117676, 0.0291300006210804, -1.6194740533828735, -1.445517897605896, -1.3350142240524292, -0.17327629029750824, -0.03879867121577263, -0.26258477568626404, -1.7714568376541138, 0.06581636518239975, -0.1342158168554306, -0.026197392493486404, -0.32662999629974365, -0.5728179812431335, 0.08594799786806107, 1.2370816469192505, -1.571593999862671, 0.9634798169136047, 0.0, 0.0, -0.018526200205087662, -0.17412936687469482, -0.8424058556556702, 1.9089003801345825, -1.062976598739624, -0.0002895198995247483], "max": [0.2655692994594574, 0.2410474270582199, 0.27206191420555115, -1.2645260095596313, -0.04979424178600311, 0.15105824172496796, -0.01979203335940838, -0.1830260008573532, 0.5515480041503906, 0.20185700058937073, -1.292277455329895, -1.228239893913269, -1.1250382661819458, 0.5322381854057312, 0.18929840624332428, -0.09875072538852692, -0.8678475022315979, 0.18153169751167297, 0.15714943408966064, 0.16402603685855865, -0.2855199873447418, -0.37616199254989624, 0.11991900205612183, 1.4755313396453857, -1.3291609287261963, 1.2828689813613892, 1001.0, 1002.0, -0.018509283661842346, -0.17352405190467834, -0.8413139581680298, 1.9092823266983032, -1.0598729848861694, 0.0012435116805136204], "mean": [0.11450216174125671, 0.16554218530654907, 0.06767547875642776, -1.7375743389129639, -0.19550999999046326, -0.00483598792925477, -0.04230741038918495, -0.26953819394111633, 0.40661895275115967, 0.1754712164402008, -1.3385225534439087, -1.3247522115707397, -1.191192388534546, 0.10943827778100967, 0.016596898436546326, -0.14542798697948456, -1.3922457695007324, 0.12135802954435349, -0.08689459413290024, 0.038552943617105484, -0.31433039903640747, -0.4657853841781616, 0.11412625759840012, 1.2971818447113037, -1.4091169834136963, 1.1959526538848877, 737.02294921875, 753.7327880859375, -0.018515029922127724, -0.17376062273979187, -0.8418519496917725, 1.9090690612792969, -1.0615019798278809, 0.0006685836124233902], "std": [0.21190671622753143, 0.09947479516267776, 0.05990278348326683, 0.17063599824905396, 0.07474757730960846, 0.036207858473062515, 0.033704448491334915, 0.03093845583498478, 0.05531376600265503, 0.04457884281873703, 0.09405406564474106, 0.03533889353275299, 0.028806056827306747, 0.16545429825782776, 0.08917800337076187, 0.0654693990945816, 0.21540220081806183, 0.02832227386534214, 0.06640584021806717, 0.050549887120723724, 0.012085065245628357, 0.04907079413533211, 0.008385098539292812, 0.08994613587856293, 0.06029262766242027, 0.1205243319272995, 426.5716552734375, 417.3266906738281, 9.933662568073487e-07, 0.00011575646203709766, 0.00014936717343516648, 0.00013663766731042415, 0.0007839478203095496, 0.0001734070247039199], "count": [872]}, "action": {"min": [-0.4737696349620819, -0.08574803173542023, 0.025586526840925217, -1.948956847190857, -0.25385814905166626, -0.0895877480506897, -0.15512485802173615, -0.28394100069999695, 0.3666520118713379, 0.0291300006210804, -1.6194740533828735, -1.445517897605896, -1.3350142240524292, -0.17327629029750824, -0.03879867121577263, -0.26258477568626404, -1.7714568376541138, 0.06581636518239975, -0.1342158168554306, -0.026197392493486404, -0.32662999629974365, -0.5728179812431335, 0.08594799786806107, 1.2370816469192505, -1.571593999862671, 0.9634798169136047, 0.0, 0.0, -0.018526200205087662, -0.17412936687469482, -0.8424058556556702, 1.9089003801345825, -1.062976598739624, -0.0002895198995247483], "max": [0.2655344009399414, 0.2410474270582199, 0.27206191420555115, -1.2645260095596313, -0.04979424178600311, 0.15105824172496796, -0.01979203335940838, -0.1830260008573532, 0.5515480041503906, 0.20185700058937073, -1.292277455329895, -1.228239893913269, -1.1250382661819458, 0.5322381854057312, 0.18929840624332428, -0.09875072538852692, -0.8678475022315979, 0.18153169751167297, 0.15714943408966064, 0.16402603685855865, -0.2855199873447418, -0.37616199254989624, 0.11991900205612183, 1.4755313396453857, -1.3291609287261963, 1.2828689813613892, 1001.0, 1002.0, -0.018509283661842346, -0.17352405190467834, -0.8413139581680298, 1.9092823266983032, -1.0598729848861694, 0.0012435116805136204], "mean": [0.11410651355981827, 0.16532625257968903, 0.06769367307424545, -1.737206220626831, -0.19532883167266846, -0.004807767458260059, -0.04234754666686058, -0.2695384621620178, 0.4067320227622986, 0.17542710900306702, -1.3385218381881714, -1.324737548828125, -1.1912171840667725, 0.10980130732059479, 0.016335422173142433, -0.14524111151695251, -1.3917371034622192, 0.12143048644065857, -0.08696690946817398, 0.03861907124519348, -0.3143633008003235, -0.46590399742126465, 0.11413699388504028, 1.2969136238098145, -1.409199595451355, 1.1962006092071533, 737.02294921875, 753.7327880859375, -0.018515029922127724, -0.17376026511192322, -0.8418517708778381, 1.9090688228607178, -1.0615040063858032, 0.0006685107364319265], "std": [0.21194633841514587, 0.09951514005661011, 0.059897441416978836, 0.17074111104011536, 0.07479744404554367, 0.03620513528585434, 0.03369855880737305, 0.03093859553337097, 0.05533269792795181, 0.04457173869013786, 0.09405443072319031, 0.035344094038009644, 0.02880972996354103, 0.16518031060695648, 0.08900632709264755, 0.06536763906478882, 0.2150300294160843, 0.02826087549328804, 0.06641510128974915, 0.05050243064761162, 0.012063414789736271, 0.048978786915540695, 0.008385472930967808, 0.08976274728775024, 0.060232680290937424, 0.12048012018203735, 426.5716552734375, 417.3266906738281, 9.933662568073487e-07, 0.00011581576109165326, 0.00014946861483622342, 0.0001364908239338547, 0.0007821701001375914, 0.00017338196630589664], "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": [237], "max": [237], "mean": [237.0], "std": [0.0], "count": [872]}, "index": {"min": [204811], "max": [205682], "mean": [205246.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7775229357798165, 0.7523405963828395], "std": [0.41590987018361203, 0.4164997163491204], "count": [872]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7775229357798165, 0.7523405963828395], "std": [0.41590987018361203, 0.4164997163491204], "count": [872]}, "eef_direction_state": {"mean": [5.418577981651376, 5.264908256880734], "std": [1.6042586089174882, 1.912598918908705], "min": [0, 0], "max": [6, 6], "count": [872]}, "eef_velocity_state": {"mean": [0.2190366972477064, 0.1926605504587156], "std": [0.5718591830676673, 0.5176174106969107], "min": [0, 0], "max": [2, 2], "count": [872]}, "eef_acc_mag_state": {"mean": [0.30045871559633025, 0.24655963302752293], "std": [0.6472239737129677, 0.5962321284793868], "min": [0, 0], "max": [2, 2], "count": [872]}, "eef_direction_action": {"mean": [5.418577981651376, 5.264908256880734], "std": [1.6042586089174882, 1.912598918908705], "min": [0, 0], "max": [6, 6], "count": [872]}, "eef_velocity_action": {"mean": [0.2190366972477064, 0.1926605504587156], "std": [0.5718591830676673, 0.5176174106969107], "min": [0, 0], "max": [2, 2], "count": [872]}, "eef_acc_mag_action": {"mean": [0.30045871559633025, 0.24655963302752293], "std": [0.6472239737129677, 0.5962321284793868], "min": [0, 0], "max": [2, 2], "count": [872]}, "eef_sim_pose_state": {"mean": [0.4245008517431642, 0.24107027865964176, 1.167299504686727, -0.045969287788443385, 0.029149490701005497, 1.4185864010632392, 0.48408154283008686, -0.1828775456177608, 1.1261965994377614, 0.013693218255133222, 0.09804067146395272, -1.3904645824175377], "std": [0.05675331571719622, 0.03770169026319268, 0.025172865492956612, 0.05709031384300303, 0.010679889665088045, 0.07560585000159602, 0.04887362791404862, 0.004907844784623337, 0.012725655137014416, 0.05519263098018092, 0.08418272313376095, 0.07848252470194894], "min": [0.3834879792622667, 0.11571924796378609, 1.1545555680326303, -0.24668199955976156, -0.006184823177878496, 1.1708624675346377, 0.39638082089135424, -0.2027603740144764, 1.1164149649979864, -0.1402388803728989, -0.06757417583105618, -1.4487957694755846], "max": [0.575327647830701, 0.26455904346927106, 1.2377189270523685, -0.017410925372757124, 0.038000789574577976, 1.4633033716284451, 0.5950163543568708, -0.17127359085511817, 1.161940192400314, 0.05224852301939309, 0.15882412246308797, -1.2450659534670263], "count": [872]}, "eef_sim_pose_action": {"mean": [0.42461380538898413, 0.24102438927850284, 1.167297296708393, -0.04598588832929957, 0.02915451206868643, 1.418601342140384, 0.48419621071046726, -0.18286882151528466, 1.1261654550319666, 0.013677352641093323, 0.09829176624835823, -1.390628561929358], "std": [0.056769590576186184, 0.037697452352823894, 0.025173871361779572, 0.0570841115772922, 0.010682566685320168, 0.0756125368325063, 0.04878498711787226, 0.004904209417130394, 0.012714038194898544, 0.05518476889646882, 0.08401490407836497, 0.0784519502455592], "min": [0.3834970616233559, 0.11571924796378609, 1.1545555680326303, -0.24668199955976156, -0.006184823177878496, 1.1708624675346377, 0.39638082089135424, -0.2027603740144764, 1.1164149649979864, -0.1402388803728989, -0.06757417583105618, -1.4487957694755846], "max": [0.575327647830701, 0.26455904346927106, 1.2377189270523685, -0.017444167159265667, 0.038000789574577976, 1.4633033716284451, 0.5950163543568708, -0.17127359085511817, 1.161940192400314, 0.05224852301939309, 0.15882412246308797, -1.2450659534670263], "count": [872]}, "gripper_mode_state": {"mean": [0.22247706422018348, 0.24885321100917432], "std": [0.41590987018361203, 0.43234857508681995], "min": [0, 0], "max": [1, 1], "count": [872]}, "gripper_activity_state": {"mean": [1.989678899082569, 1.900229357798165], "std": [0.13074903341224925, 0.3982760356913446], "min": [0, 0], "max": [2, 2], "count": [872]}, "gripper_mode_action": {"mean": [0.22247706422018348, 0.24885321100917432], "std": [0.41590987018361203, 0.43234857508681995], "min": [0, 0], "max": [1, 1], "count": [872]}, "gripper_activity_action": {"mean": [1.989678899082569, 1.900229357798165], "std": [0.13074903341224925, 0.3982760356913446], "min": [0, 0], "max": [2, 2], "count": [872]}}} +{"episode_index": 238, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46823337418300653]], [[0.4592069707990723]], [[0.44915917799915667]]], "std": [[[0.15131164596849667]], [[0.15386513403231483]], [[0.15750599380226674]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4601114550390048]], [[0.4530948344929369]], [[0.44575152856841666]]], "std": [[[0.1438395161086079]], [[0.14559916318046096]], [[0.15141784588168486]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653527764600464]], [[0.47017037871600253]], [[0.4610385923993253]]], "std": [[[0.1693708449613872]], [[0.16852755268134775]], [[0.17492166427653819]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4882190267235927]], [[0.48648393158338604]], [[0.47238905492304445]]], "std": [[[0.14099735172883915]], [[0.13760469852153603]], [[0.1461124305144608]]], "count": [155]}, "observation.state": {"min": [-0.4867723286151886, -0.0924675390124321, 0.008866272866725922, -1.9124270677566528, -0.25385814905166626, -0.11246901005506516, -0.1601688712835312, -0.28327399492263794, 0.3663890063762665, 0.022075999528169632, -1.6665675640106201, -1.3623844385147095, -1.3371511697769165, -0.17332863807678223, -0.042725659906864166, -0.26258477568626404, -1.7714568376541138, 0.01736602559685707, -0.1503426730632782, -0.03565707802772522, -0.32698899507522583, -0.574895977973938, 0.0792820006608963, 1.2916643619537354, -1.57426917552948, 0.9695239663124084, 0.0, 0.0, -0.01852056197822094, -0.174112468957901, -0.8423012495040894, 1.90865957736969, -1.0628023147583008, -0.0023360932245850563], "max": [0.26686084270477295, 0.2410474270582199, 0.2633178234100342, -1.2117820978164673, -0.00472984230145812, 0.06206390634179115, -0.01984439231455326, -0.1887509971857071, 0.5532249808311462, 0.2018660008907318, -1.2858717441558838, -1.215578556060791, -1.1611500978469849, 0.5434606075286865, 0.18929840624332428, -0.08578293025493622, -0.8442331552505493, 0.16723744571208954, 0.10498154908418655, 0.16742944717407227, -0.2827340066432953, -0.37615999579429626, 0.12753599882125854, 1.477590560913086, -1.255712628364563, 1.279086709022522, 1001.0, 1002.0, -0.018509283661842346, -0.1734582632780075, -0.8414455056190491, 1.9090359210968018, -1.0597445964813232, 0.004347544629126787], "mean": [0.13561247289180756, 0.17251498997211456, 0.06266780942678452, -1.7596678733825684, -0.19671912491321564, -0.02021297812461853, -0.04335783049464226, -0.26651129126548767, 0.40033456683158875, 0.1779046654701233, -1.3533129692077637, -1.311357855796814, -1.199898600578308, 0.13385522365570068, 0.011160392314195633, -0.14226149022579193, -1.3888428211212158, 0.046199288219213486, -0.10343015938997269, 0.003771694377064705, -0.3017086684703827, -0.4732581079006195, 0.11625000089406967, 1.3408644199371338, -1.3167718648910522, 1.1890201568603516, 694.8359375, 737.66943359375, -0.018514977768063545, -0.17371463775634766, -0.8418150544166565, 1.9089139699935913, -1.0615087747573853, 0.0005570992361754179], "std": [0.2090107500553131, 0.10142349451780319, 0.06452950835227966, 0.16376881301403046, 0.08193374425172806, 0.025473423302173615, 0.03648779168725014, 0.031200993806123734, 0.05310756713151932, 0.04746834933757782, 0.12023316323757172, 0.023320667445659637, 0.03237545117735863, 0.1770845651626587, 0.0906604751944542, 0.07158037275075912, 0.22529201209545135, 0.040946852415800095, 0.06213817372918129, 0.057494912296533585, 0.009102287702262402, 0.052824467420578, 0.014887628145515919, 0.06884991377592087, 0.09528382867574692, 0.11358025670051575, 446.962890625, 426.66497802734375, 8.770086310505576e-07, 0.00011639828881016001, 0.00015924760373309255, 9.157518070423976e-05, 0.0008080446859821677, 0.0005814265459775925], "count": [835]}, "action": {"min": [-0.4867723286151886, -0.0924675390124321, 0.008866272866725922, -1.9124270677566528, -0.25385814905166626, -0.11246901005506516, -0.1601688712835312, -0.28327399492263794, 0.3663890063762665, 0.022075999528169632, -1.6665675640106201, -1.3623844385147095, -1.3371511697769165, -0.17332863807678223, -0.042725659906864166, -0.26258477568626404, -1.7714568376541138, 0.01736602559685707, -0.1503426730632782, -0.03565707802772522, -0.32698899507522583, -0.574895977973938, 0.0792820006608963, 1.2916643619537354, -1.57426917552948, 0.9695239663124084, 0.0, 0.0, -0.01852056197822094, -0.174112468957901, -0.8423012495040894, 1.90865957736969, -1.0628023147583008, -0.0023360932245850563], "max": [0.26686084270477295, 0.2410474270582199, 0.2633178234100342, -1.2117820978164673, -0.00472984230145812, 0.06206390634179115, -0.01984439231455326, -0.1887509971857071, 0.5532249808311462, 0.2018660008907318, -1.2858717441558838, -1.215578556060791, -1.1611500978469849, 0.5434606075286865, 0.18929840624332428, -0.08578293025493622, -0.8442331552505493, 0.16723744571208954, 0.10498154908418655, 0.16742944717407227, -0.2827340066432953, -0.37615999579429626, 0.12753599882125854, 1.477590560913086, -1.255712628364563, 1.279086709022522, 1001.0, 1002.0, -0.018509283661842346, -0.1734582632780075, -0.8414455056190491, 1.9090359210968018, -1.0597445964813232, 0.004347544629126787], "mean": [0.13527809083461761, 0.17228861153125763, 0.06264753639698029, -1.7593837976455688, -0.19653072953224182, -0.020186012610793114, -0.0434030219912529, -0.2665027379989624, 0.40043050050735474, 0.17787300050258636, -1.353306531906128, -1.3113110065460205, -1.1999635696411133, 0.1342701017856598, 0.010883275419473648, -0.14205503463745117, -1.3883206844329834, 0.04614359140396118, -0.10352818667888641, 0.003779615508392453, -0.3017195463180542, -0.47339412569999695, 0.1162695661187172, 1.3406574726104736, -1.3166898488998413, 1.1892677545547485, 694.8359375, 737.66943359375, -0.018514977768063545, -0.1737149953842163, -0.8418147563934326, 1.9089137315750122, -1.0615105628967285, 0.0005572867812588811], "std": [0.20902614295482635, 0.10148148238658905, 0.06453866511583328, 0.16381871700286865, 0.08198293298482895, 0.025484781712293625, 0.03648205101490021, 0.031197380274534225, 0.05311904847621918, 0.04746120050549507, 0.12023618072271347, 0.023344745859503746, 0.0323992595076561, 0.1767699122428894, 0.09046924114227295, 0.07148173451423645, 0.22490863502025604, 0.04095163568854332, 0.06214017793536186, 0.057491108775138855, 0.009096167981624603, 0.05272029712796211, 0.014889772981405258, 0.06870472431182861, 0.0953030064702034, 0.1135382205247879, 446.962890625, 426.66497802734375, 8.770085742071387e-07, 0.0001164242930826731, 0.0001592924672877416, 9.150047844741493e-05, 0.0008072169148363173, 0.0005814394680783153], "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": [238], "max": [238], "mean": [238.0], "std": [0.0], "count": [835]}, "index": {"min": [205683], "max": [206517], "mean": [206100.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7365269461077845, 0.7363173653890273], "std": [0.4405167462934025, 0.42582626270948704], "count": [835]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7365269461077845, 0.7363173653890273], "std": [0.44051674629340254, 0.42582626270948704], "count": [835]}, "eef_direction_state": {"mean": [5.3748502994011975, 5.311377245508982], "std": [1.6000268920971341, 1.8536392158982131], "min": [0, 0], "max": [6, 6], "count": [835]}, "eef_velocity_state": {"mean": [0.25149700598802394, 0.17005988023952096], "std": [0.5905296807809501, 0.48430640200716774], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_acc_mag_state": {"mean": [0.33532934131736525, 0.25389221556886227], "std": [0.6711396906372551, 0.6015696537083344], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_direction_action": {"mean": [5.3748502994011975, 5.311377245508982], "std": [1.6000268920971341, 1.853639215898213], "min": [0, 0], "max": [6, 6], "count": [835]}, "eef_velocity_action": {"mean": [0.25149700598802394, 0.17005988023952096], "std": [0.5905296807809501, 0.48430640200716774], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_acc_mag_action": {"mean": [0.33532934131736525, 0.25389221556886227], "std": [0.6711396906372551, 0.6015696537083344], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_sim_pose_state": {"mean": [0.4184645291786087, 0.24348381204985461, 1.1685471912648135, -0.061590740960408466, 0.021916089110339754, 1.4199082986399916, 0.4915722569532682, -0.18172832445048703, 1.1347931493167815, 0.048474276318139546, 0.027845715625538902, -1.4196022240113415], "std": [0.055307039793823606, 0.0399177258534028, 0.022964458488899893, 0.07555713522442838, 0.02926957224987188, 0.07676888346727977, 0.05245432476165209, 0.006025151831182043, 0.006991866603250902, 0.06572886522580476, 0.04967773594410329, 0.10142555587223566], "min": [0.3833799881423682, 0.1108170396293684, 1.1567900420409791, -0.25981716783191755, -0.05764408262070675, 1.204538588236098, 0.39636813737525567, -0.18872048850654102, 1.1282146439688914, -0.13027940227537782, -0.06756994921863191, -1.5053560685736005], "max": [0.5790106863959162, 0.26483559829039016, 1.2287304729574386, -0.017408534039298984, 0.0732094636834495, 1.4857607119374066, 0.5965151813727543, -0.16335313240738578, 1.1641405415375996, 0.08988907186446504, 0.1178384820857552, -1.2408237604246806], "count": [835]}, "eef_sim_pose_action": {"mean": [0.41856008231269926, 0.24344677344724583, 1.1685506608221665, -0.061634852499566274, 0.021926143764725518, 1.419953305250481, 0.49170398660674347, -0.18172115942212594, 1.1347771158812383, 0.0485195352254488, 0.027982655624297584, -1.4198309506055418], "std": [0.05531547674373427, 0.03991253010722883, 0.022962903849209192, 0.07554214293144662, 0.029274710745468297, 0.0767951321291471, 0.05235310280555378, 0.006020401750915878, 0.006984946870450886, 0.06574144730604281, 0.049572271823767125, 0.10138071918518853], "min": [0.3833799881423682, 0.1108170396293684, 1.1567900420409791, -0.25981716783191755, -0.05764408262070675, 1.204538588236098, 0.39636813737525567, -0.18872048850654102, 1.1282146439688914, -0.13027940227537782, -0.06756994921863191, -1.5053560685736005], "max": [0.5790106863959162, 0.26483559829039016, 1.2287304729574386, -0.017408534039298984, 0.0732094636834495, 1.4857607119374066, 0.5965151813727543, -0.16335313240738578, 1.1641405415375996, 0.08988907186446504, 0.1178384820857552, -1.2408237604246806], "count": [835]}, "gripper_mode_state": {"mean": [0.2634730538922156, 0.2622754491017964], "std": [0.4405167462934025, 0.4398716152472777], "min": [0, 0], "max": [1, 1], "count": [835]}, "gripper_activity_state": {"mean": [1.9892215568862275, 1.8982035928143712], "std": [0.1335960217234433, 0.3981202920389723], "min": [0, 0], "max": [2, 2], "count": [835]}, "gripper_mode_action": {"mean": [0.2634730538922156, 0.2622754491017964], "std": [0.44051674629340254, 0.4398716152472777], "min": [0, 0], "max": [1, 1], "count": [835]}, "gripper_activity_action": {"mean": [1.9892215568862275, 1.8982035928143712], "std": [0.1335960217234433, 0.3981202920389723], "min": [0, 0], "max": [2, 2], "count": [835]}}} +{"episode_index": 239, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4674583399219903]], [[0.4583579050706304]], [[0.44880589025932954]]], "std": [[[0.15291017752484182]], [[0.15580598885609748]], [[0.15944418027983634]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4600999156651908]], [[0.4525812341872233]], [[0.44499088788741303]]], "std": [[[0.1432216904379065]], [[0.1453183448232103]], [[0.15145498846349784]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46355121758380774]], [[0.4678790388467215]], [[0.45829367225384776]]], "std": [[[0.16932509963712591]], [[0.16856749179436706]], [[0.17488442230503431]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4869352400906599]], [[0.48263918406072104]], [[0.4704224936748893]]], "std": [[[0.14193879625311992]], [[0.13773838208604716]], [[0.14678483151775296]]], "count": [155]}, "observation.state": {"min": [-0.47111672163009644, -0.1462934911251068, 0.018273597583174706, -1.8648842573165894, -0.25389304757118225, -0.17184510827064514, -0.15592771768569946, -0.28327399492263794, 0.3666509985923767, 0.01320900022983551, -1.7024381160736084, -1.3243001699447632, -1.2991278171539307, -0.17331120371818542, -0.05506513640284538, -0.26258477568626404, -1.7714568376541138, 0.04106759652495384, -0.20636773109436035, -0.0262148454785347, -0.33194100856781006, -0.5722389817237854, 0.08308400213718414, 1.316781759262085, -1.5057955980300903, 0.9619451761245728, 0.0, 0.0, -0.018522441387176514, -0.17404291033744812, -0.842176079750061, 1.9088988304138184, -1.0622555017471313, -0.0013374870177358389], "max": [0.2655344009399414, 0.2410474270582199, 0.26275932788848877, -1.1890230178833008, 0.13041099905967712, 0.10555750876665115, 0.006946410518139601, -0.198184996843338, 0.5514690279960632, 0.20288600027561188, -1.260567545890808, -1.1991139650344849, -1.1201984882354736, 0.5374915599822998, 0.18929840624332428, -0.0855385884642601, -0.8270766139030457, 0.13864895701408386, 0.04591961205005646, 0.16578881442546844, -0.29046401381492615, -0.3761579990386963, 0.12223099917173386, 1.4755313396453857, -1.2697569131851196, 1.3245580196380615, 1001.0, 1002.0, -0.018509283661842346, -0.17352592945098877, -0.8413702249526978, 1.90916109085083, -1.0597041845321655, 0.001776987686753273], "mean": [0.13417477905750275, 0.15772758424282074, 0.06709273904561996, -1.7522178888320923, -0.1698472499847412, -0.02035132236778736, -0.03304227069020271, -0.26816272735595703, 0.4009304344654083, 0.172305628657341, -1.3519471883773804, -1.2993919849395752, -1.1911885738372803, 0.15125024318695068, 0.006373366806656122, -0.14243459701538086, -1.3524484634399414, 0.05517612770199776, -0.14840975403785706, 0.011609600856900215, -0.3029477894306183, -0.47729021310806274, 0.11372768133878708, 1.3585116863250732, -1.3186532258987427, 1.2146650552749634, 693.068359375, 750.6378784179688, -0.01851477473974228, -0.1737094521522522, -0.8419241309165955, 1.9089813232421875, -1.061523675918579, 0.0006664929096587002], "std": [0.21147097647190094, 0.12504027783870697, 0.06457989662885666, 0.17314240336418152, 0.12452913820743561, 0.057048697024583817, 0.0318157821893692, 0.02725222148001194, 0.054281141608953476, 0.053571462631225586, 0.12673574686050415, 0.03151516616344452, 0.02740509621798992, 0.18388532102108002, 0.09482832998037338, 0.07074626535177231, 0.24127571284770966, 0.02167130634188652, 0.0699877142906189, 0.05431096628308296, 0.01028360053896904, 0.05470403656363487, 0.010686217807233334, 0.06123600900173187, 0.07180557399988174, 0.13213013112545013, 449.8153991699219, 421.8072509765625, 6.271050665418443e-07, 8.916535443859175e-05, 0.0001611861225683242, 9.654724271968007e-05, 0.0006072619580663741, 0.0003357244422659278], "count": [834]}, "action": {"min": [-0.47111672163009644, -0.1462934911251068, 0.018273597583174706, -1.8648842573165894, -0.25389304757118225, -0.17184510827064514, -0.15592771768569946, -0.28327399492263794, 0.3666509985923767, 0.01320900022983551, -1.7024381160736084, -1.3243001699447632, -1.2991278171539307, -0.17331120371818542, -0.05506513640284538, -0.26258477568626404, -1.7714568376541138, 0.04106759652495384, -0.20636773109436035, -0.0262148454785347, -0.33194100856781006, -0.5722389817237854, 0.08308400213718414, 1.316781759262085, -1.5057955980300903, 0.9619451761245728, 0.0, 0.0, -0.018522441387176514, -0.17404291033744812, -0.842176079750061, 1.9088988304138184, -1.0622555017471313, -0.0013374870177358389], "max": [0.2655344009399414, 0.2410474270582199, 0.26275932788848877, -1.1890230178833008, 0.13041099905967712, 0.10555750876665115, 0.006946410518139601, -0.198184996843338, 0.5514690279960632, 0.20288600027561188, -1.260567545890808, -1.1991139650344849, -1.1201984882354736, 0.5374915599822998, 0.18929840624332428, -0.0855385884642601, -0.8270766139030457, 0.13864895701408386, 0.04591961205005646, 0.16578881442546844, -0.29046401381492615, -0.3761579990386963, 0.12223099917173386, 1.4755313396453857, -1.2697569131851196, 1.3245580196380615, 1001.0, 1002.0, -0.018509283661842346, -0.17352592945098877, -0.8413702249526978, 1.90916109085083, -1.0597041845321655, 0.001776987686753273], "mean": [0.1338213086128235, 0.15744657814502716, 0.0670943334698677, -1.7519396543502808, -0.16958869993686676, -0.020253028720617294, -0.03305942937731743, -0.2681521475315094, 0.40103164315223694, 0.1722518354654312, -1.3519086837768555, -1.2993494272232056, -1.1912117004394531, 0.15170502662658691, 0.0060830386355519295, -0.14222879707813263, -1.351859211921692, 0.05514707788825035, -0.14857226610183716, 0.011632370762526989, -0.3029592037200928, -0.4774359166622162, 0.11374063044786453, 1.3583239316940308, -1.3185888528823853, 1.2149611711502075, 693.068359375, 750.6378784179688, -0.01851477473974228, -0.1737091988325119, -0.8419236540794373, 1.9089815616607666, -1.0615233182907104, 0.0006664064712822437], "std": [0.21149776875972748, 0.1251160204410553, 0.06457935273647308, 0.1731725037097931, 0.12457830458879471, 0.057118628174066544, 0.03181256726384163, 0.02724805846810341, 0.05429588258266449, 0.05356436222791672, 0.12675711512565613, 0.031512726098299026, 0.02740776538848877, 0.18355095386505127, 0.09463830292224884, 0.07064606994390488, 0.24085070192813873, 0.021673068404197693, 0.06994827091693878, 0.054299578070640564, 0.010276802815496922, 0.054596252739429474, 0.010687891393899918, 0.06111712381243706, 0.07182019203901291, 0.1320747286081314, 449.8153991699219, 421.8072509765625, 6.271050665418443e-07, 8.90169758349657e-05, 0.00016132766904775053, 9.672996384324506e-05, 0.0006069993251003325, 0.0003357199893798679], "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": [239], "max": [239], "mean": [239.0], "std": [0.0], "count": [834]}, "index": {"min": [206518], "max": [207351], "mean": [206934.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7326139088729017, 0.7492458034782477], "std": [0.44259549184200875, 0.4209773723463536], "count": [834]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7326139088729017, 0.7492458034782477], "std": [0.44259549184200875, 0.4209773723463536], "count": [834]}, "eef_direction_state": {"mean": [5.300959232613909, 5.308153477218226], "std": [1.6719792664392619, 1.8704455657234402], "min": [0, 0], "max": [6, 6], "count": [834]}, "eef_velocity_state": {"mean": [0.23501199040767387, 0.1642685851318945], "std": [0.5517985090415268, 0.4728798497741871], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_acc_mag_state": {"mean": [0.3237410071942446, 0.2577937649880096], "std": [0.6629903986138427, 0.6092554922438028], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_direction_action": {"mean": [5.300959232613909, 5.308153477218226], "std": [1.6719792664392619, 1.8704455657234402], "min": [0, 0], "max": [6, 6], "count": [834]}, "eef_velocity_action": {"mean": [0.23501199040767387, 0.1642685851318945], "std": [0.5517985090415268, 0.4728798497741871], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_acc_mag_action": {"mean": [0.3237410071942446, 0.2577937649880096], "std": [0.6629903986138427, 0.6092554922438029], "min": [0, 0], "max": [2, 2], "count": [834]}, "eef_sim_pose_state": {"mean": [0.41890132717402867, 0.23743633449777501, 1.16741409533103, -0.057108460134309924, 0.01073065923017795, 1.4267309634633527, 0.49577493037715675, -0.17977880451119893, 1.130677309539465, 0.07395678870778392, 0.03884876047566344, -1.4109709087493656], "std": [0.05595071657291662, 0.048140238452631615, 0.018859895867479607, 0.08403053474210685, 0.046922872819755955, 0.05978713724338781, 0.05425827044136939, 0.004873985401077306, 0.007903893971946898, 0.06804389393258523, 0.055859112705575385, 0.09398028525527505], "min": [0.3834960820448867, 0.09348127223299663, 1.1567875137322257, -0.3021526074398204, -0.12469578192349573, 1.2430347721221955, 0.3963702947973701, -0.18892444564825614, 1.120136615320935, -0.1049783826218923, -0.06761982002991562, -1.4881574569607685], "max": [0.5744120585350198, 0.2666903664352068, 1.2199724093021793, -0.002178016652959691, 0.04334423487101002, 1.4959190403419584, 0.5936273445897724, -0.17017697679592322, 1.1518646645662123, 0.12458158425003363, 0.07842752683006471, -1.2217758458153494], "count": [834]}, "eef_sim_pose_action": {"mean": [0.4190019191137917, 0.23737643458721946, 1.1674250024804038, -0.05710566181137377, 0.010727105438752617, 1.4267843887543248, 0.49591687173184634, -0.17976613987277648, 1.1306563602673774, 0.07404065563715914, 0.03902005219363315, -1.411183250025884], "std": [0.05596240677246058, 0.048137559812774754, 0.01885639394313151, 0.08403189173301717, 0.046921325827362, 0.05982412680970171, 0.054152849850667255, 0.004864448121977071, 0.007890346192395587, 0.06805487277595808, 0.05575149895258922, 0.09393935503535251], "min": [0.3834960820448867, 0.09348127223299663, 1.1567875137322257, -0.3021526074398204, -0.12469578192349573, 1.2430347721221955, 0.3963702947973701, -0.18892444564825614, 1.120136615320935, -0.1049783826218923, -0.06761982002991562, -1.4881574569607685], "max": [0.5744120585350198, 0.2666903664352068, 1.2199724093021793, -0.002178016652959691, 0.04334423487101002, 1.4959190403419584, 0.5936273445897724, -0.17017697679592322, 1.1518646645662123, 0.12458158425003363, 0.07842752683006471, -1.2217758458153494], "count": [834]}, "gripper_mode_state": {"mean": [0.2673860911270983, 0.24820143884892087], "std": [0.44259549184200875, 0.4319693097920734], "min": [0, 0], "max": [1, 1], "count": [834]}, "gripper_activity_state": {"mean": [1.9892086330935252, 1.9124700239808154], "std": [0.13367556961195734, 0.37070532252962685], "min": [0, 0], "max": [2, 2], "count": [834]}, "gripper_mode_action": {"mean": [0.2673860911270983, 0.24820143884892087], "std": [0.44259549184200875, 0.4319693097920734], "min": [0, 0], "max": [1, 1], "count": [834]}, "gripper_activity_action": {"mean": [1.9892086330935252, 1.9124700239808154], "std": [0.13367556961195734, 0.37070532252962685], "min": [0, 0], "max": [2, 2], "count": [834]}}} +{"episode_index": 240, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46611965782689885]], [[0.45663489906832294]], [[0.4464654262067146]]], "std": [[[0.1527459138069442]], [[0.15562248961570863]], [[0.15934281453052043]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4617938499675232]], [[0.4540274352494621]], [[0.44635969152153615]]], "std": [[[0.14572952317546575]], [[0.14789800187060237]], [[0.15363305099682098]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47063882292047254]], [[0.47484820794259736]], [[0.46568878384687207]]], "std": [[[0.16541047590710697]], [[0.16521222971601063]], [[0.17151228218221934]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48918357107335686]], [[0.48030595897779405]], [[0.46698526747655583]]], "std": [[[0.1437843169479275]], [[0.13767224506410408]], [[0.14666090696372908]]], "count": [161]}, "observation.state": {"min": [-0.5027071833610535, -0.044139377772808075, -0.011257373727858067, -1.9611915349960327, -0.25389304757118225, -0.07560765743255615, -0.1566782146692276, -0.283268004655838, 0.3666459918022156, 0.028957000002264977, -1.6720554828643799, -1.4343457221984863, -1.3442840576171875, -0.17331120371818542, -0.07072073966264725, -0.26254987716674805, -1.7714743614196777, 0.06576400250196457, -0.24008747935295105, -0.026232298463582993, -0.32710498571395874, -0.5713890194892883, 0.06539800018072128, 1.3142929077148438, -1.521313190460205, 0.9183511137962341, 0.0, 0.0, -0.018522441387176514, -0.17421585321426392, -0.8424034714698792, 1.9090763330459595, -1.0622817277908325, -0.00451176380738616], "max": [0.2655692994594574, 0.2410474270582199, 0.2802824378013611, -1.2406672239303589, -0.08279842138290405, 0.06955137103796005, 3.490658491500653e-05, -0.18231700360774994, 0.5543709993362427, 0.20444700121879578, -1.2954164743423462, -1.1351336240768433, -1.1157758235931396, 0.5359207987785339, 0.18929840624332428, -0.09686577320098877, -0.8662766814231873, 0.1558579057455063, 0.08374089747667313, 0.17346827685832977, -0.29203200340270996, -0.3761740028858185, 0.11947199702262878, 1.4756050109863281, -1.3212196826934814, 1.3565757274627686, 1001.0, 1002.0, -0.018507402390241623, -0.17320071160793304, -0.8409804105758667, 1.9094479084014893, -1.0593523979187012, 0.007828427478671074], "mean": [0.1576017141342163, 0.17941775918006897, 0.06724775582551956, -1.7870370149612427, -0.20580698549747467, -0.022631071507930756, -0.04548393562436104, -0.2640130817890167, 0.3933400809764862, 0.1772599220275879, -1.3627787828445435, -1.3159712553024292, -1.2018277645111084, 0.1586318463087082, -0.004444032907485962, -0.15323840081691742, -1.3368357419967651, 0.07827173918485641, -0.15233786404132843, 0.03557917848229408, -0.3044208586215973, -0.4780387580394745, 0.10415691882371902, 1.3627345561981201, -1.3625634908676147, 1.2171176671981812, 697.2286987304688, 676.3071899414062, -0.018514828756451607, -0.17377527058124542, -0.8416597843170166, 1.9092339277267456, -1.0615257024765015, 0.0005855580093339086], "std": [0.20305654406547546, 0.08939407020807266, 0.06813690811395645, 0.14907294511795044, 0.06606507301330566, 0.02696007676422596, 0.04310288280248642, 0.03332368656992912, 0.049532853066921234, 0.046873170882463455, 0.11398931592702866, 0.04888013005256653, 0.04762358218431473, 0.189823716878891, 0.09859203547239304, 0.06469253450632095, 0.24234430491924286, 0.014198468066751957, 0.09615273773670197, 0.0562899187207222, 0.008761540986597538, 0.054676614701747894, 0.010456573218107224, 0.05534577742218971, 0.06344661861658096, 0.16426795721054077, 446.822998046875, 455.94671630859375, 9.677286243459093e-07, 8.006782445590943e-05, 0.00020935048814862967, 9.559003956383094e-05, 0.0007287799380719662, 0.0011845193803310394], "count": [879]}, "action": {"min": [-0.5027071833610535, -0.044139377772808075, -0.011257373727858067, -1.9611915349960327, -0.25389304757118225, -0.07560765743255615, -0.1566782146692276, -0.283268004655838, 0.3666459918022156, 0.028957000002264977, -1.6720554828643799, -1.4343457221984863, -1.3442840576171875, -0.17331120371818542, -0.07072073966264725, -0.26254987716674805, -1.7714743614196777, 0.06576400250196457, -0.24008747935295105, -0.026232298463582993, -0.32710498571395874, -0.5713890194892883, 0.06539800018072128, 1.3142929077148438, -1.521313190460205, 0.9183511137962341, 0.0, 0.0, -0.018522441387176514, -0.17421585321426392, -0.8424034714698792, 1.9090763330459595, -1.0622817277908325, -0.00451176380738616], "max": [0.2655692994594574, 0.2410474270582199, 0.2802824378013611, -1.2406672239303589, -0.08279842138290405, 0.06955137103796005, 3.490658491500653e-05, -0.18231700360774994, 0.5543709993362427, 0.20444700121879578, -1.2954164743423462, -1.1351336240768433, -1.1157758235931396, 0.5359207987785339, 0.18929840624332428, -0.09686577320098877, -0.8662766814231873, 0.1558579057455063, 0.08374089747667313, 0.17346827685832977, -0.29203200340270996, -0.3761740028858185, 0.11947199702262878, 1.4756050109863281, -1.3212196826934814, 1.3565757274627686, 1001.0, 1002.0, -0.018507402390241623, -0.17320071160793304, -0.8409804105758667, 1.9094479084014893, -1.0593523979187012, 0.007828427478671074], "mean": [0.1573951095342636, 0.17922142148017883, 0.06726330518722534, -1.7868845462799072, -0.20565366744995117, -0.022675925865769386, -0.04554056376218796, -0.2639944851398468, 0.3933970034122467, 0.17721550166606903, -1.3628617525100708, -1.3159418106079102, -1.2019259929656982, 0.15904271602630615, -0.004737433977425098, -0.15305763483047485, -1.3362817764282227, 0.07828331738710403, -0.15252339839935303, 0.03563102334737778, -0.3044341504573822, -0.4781692624092102, 0.10415398329496384, 1.3625712394714355, -1.3625648021697998, 1.2174347639083862, 697.2286987304688, 676.3071899414062, -0.018514828756451607, -0.17377546429634094, -0.8416591882705688, 1.9092342853546143, -1.061525583267212, 0.0005858948570676148], "std": [0.20303882658481598, 0.08944815397262573, 0.06813269108533859, 0.1490781307220459, 0.06610981374979019, 0.02698967047035694, 0.043101996183395386, 0.03331751748919487, 0.049530938267707825, 0.046868354082107544, 0.11396783590316772, 0.048886120319366455, 0.04767681285738945, 0.18949513137340546, 0.09839870035648346, 0.06460880488157272, 0.2419065535068512, 0.014192457310855389, 0.09613878279924393, 0.056254059076309204, 0.008751635439693928, 0.05457013472914696, 0.010455367155373096, 0.055226296186447144, 0.06344598531723022, 0.16424493491649628, 446.822998046875, 455.94671630859375, 9.677285106590716e-07, 7.999782246770337e-05, 0.00020868600404355675, 9.553210838930681e-05, 0.0007287695771083236, 0.0011845011031255126], "count": [879]}, "timestamp": {"min": [0.0], "max": [29.266666666666666], "mean": [14.633333333333335], "std": [8.458175970074207], "count": [879]}, "frame_index": {"min": [0], "max": [878], "mean": [439.0], "std": [253.7452791022262], "count": [879]}, "episode_index": {"min": [240], "max": [240], "mean": [240.0], "std": [0.0], "count": [879]}, "index": {"min": [207352], "max": [208230], "mean": [207791.0], "std": [253.7452791022262], "count": [879]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [879]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7360637087599545, 0.6750398180685911], "std": [0.4407651590206479, 0.4550390420017968], "count": [879]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7360637087599545, 0.6750398180685911], "std": [0.4407651590206479, 0.4550390420017968], "count": [879]}, "eef_direction_state": {"mean": [5.266211604095563, 5.29806598407281], "std": [1.7865973291867305, 1.838133145598393], "min": [0, 0], "max": [6, 6], "count": [879]}, "eef_velocity_state": {"mean": [0.2354948805460751, 0.17633674630261661], "std": [0.5503670920218757, 0.4789871332929299], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_acc_mag_state": {"mean": [0.3321956769055745, 0.2525597269624573], "std": [0.6720478461821776, 0.6051840331746061], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_direction_action": {"mean": [5.266211604095563, 5.29806598407281], "std": [1.7865973291867305, 1.8381331455983927], "min": [0, 0], "max": [6, 6], "count": [879]}, "eef_velocity_action": {"mean": [0.2354948805460751, 0.17633674630261661], "std": [0.5503670920218757, 0.4789871332929299], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_acc_mag_action": {"mean": [0.3321956769055745, 0.2525597269624573], "std": [0.6720478461821776, 0.6051840331746061], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_sim_pose_state": {"mean": [0.4117852396025415, 0.24362807376480186, 1.1702370935554913, -0.06841551282133855, 0.023979129445254, 1.4113049052678264, 0.49712340989352616, -0.17322239250853652, 1.1293959138287353, 0.07260763464411861, 0.06610418608762163, -1.3793954831016642], "std": [0.05265705493334966, 0.03783376527270982, 0.02588984199628179, 0.07385567702290669, 0.02340857164647432, 0.08777563234950175, 0.054881171666016484, 0.010076635015069358, 0.008839099660838604, 0.0948684599475817, 0.07427199123437656, 0.08257025020638221], "min": [0.383486846190178, 0.12454805148362055, 1.156790521268943, -0.26765073215222235, -0.03748211089514797, 1.1448511927550724, 0.39637693723805184, -0.19907308419699488, 1.122046283076998, -0.1369956237998099, -0.06766267888274569, -1.4505639848290253], "max": [0.5824179906937376, 0.2645822084549206, 1.2372108929260717, -0.01742820572874304, 0.051114420300891306, 1.5088126511042186, 0.5944774259753788, -0.15431765750814225, 1.1445365068742652, 0.14575580250029263, 0.12394553215783355, -1.1954791395164062], "count": [879]}, "eef_sim_pose_action": {"mean": [0.41184316969289014, 0.2435844721669126, 1.170242398702603, -0.06853227157994904, 0.023995752718616283, 1.4112906231277094, 0.49725103319709735, -0.1731991087271842, 1.129371189743577, 0.0727082965836507, 0.06631843977661851, -1.3795539722536803], "std": [0.052653925697296815, 0.03783170954469125, 0.025887568725071582, 0.0738562603037701, 0.023419908529593685, 0.08777101852454142, 0.05477710825873377, 0.01006447765402201, 0.008827128276383824, 0.09488927629204434, 0.07415765300809754, 0.08255974721430266], "min": [0.383486846190178, 0.12454805148362055, 1.156790521268943, -0.26765073215222235, -0.03748211089514797, 1.1448511927550724, 0.39637693723805184, -0.19907308419699488, 1.122046283076998, -0.1369956237998099, -0.06766267888274569, -1.4505639848290253], "max": [0.5824179906937376, 0.2645822084549206, 1.2372108929260717, -0.01742820572874304, 0.051114420300891306, 1.5088126511042186, 0.5944774259753788, -0.15431765750814225, 1.1445365068742652, 0.14575580250029263, 0.12394553215783355, -1.1954791395164062], "count": [879]}, "gripper_mode_state": {"mean": [0.26393629124004553, 0.3253697383390216], "std": [0.4407651590206479, 0.4685128298266901], "min": [0, 0], "max": [1, 1], "count": [879]}, "gripper_activity_state": {"mean": [1.9897610921501707, 1.9044368600682593], "std": [0.13023060770197212, 0.3874784976906785], "min": [0, 0], "max": [2, 2], "count": [879]}, "gripper_mode_action": {"mean": [0.26393629124004553, 0.3253697383390216], "std": [0.4407651590206479, 0.4685128298266901], "min": [0, 0], "max": [1, 1], "count": [879]}, "gripper_activity_action": {"mean": [1.9897610921501707, 1.9044368600682593], "std": [0.13023060770197212, 0.38747849769067844], "min": [0, 0], "max": [2, 2], "count": [879]}}} +{"episode_index": 241, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642918822621641]], [[0.45448706805252964]], [[0.4448470999253611]]], "std": [[[0.1532510011966163]], [[0.1560932859020439]], [[0.15977296545172212]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4590938886871621]], [[0.4506405380053256]], [[0.44280659823085616]]], "std": [[[0.1442498917483485]], [[0.14591305562280638]], [[0.1520127910199325]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4647854345699185]], [[0.4686269416202695]], [[0.45930333025699993]]], "std": [[[0.1702452641025307]], [[0.1696845635267692]], [[0.17573537548912335]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4960752050048414]], [[0.4884481650427661]], [[0.47418832455821835]]], "std": [[[0.14812675732607436]], [[0.14180086458183547]], [[0.15084985280445806]]], "count": [162]}, "observation.state": {"min": [-0.49179887771606445, -0.06876597553491592, 0.004188789986073971, -1.9882965087890625, -0.3199537694454193, -0.07407177239656448, -0.1883559226989746, -0.2859649956226349, 0.36603599786758423, 0.02875800058245659, -1.6469405889511108, -1.5530987977981567, -1.3344160318374634, -0.17331120371818542, -0.05265658348798752, -0.2627418637275696, -1.7714743614196777, 0.06578145921230316, -0.2802300751209259, -0.026424285024404526, -0.33678901195526123, -0.570015013217926, 0.0782030001282692, 1.3270307779312134, -1.5393856763839722, 1.033111333847046, 0.0, 0.0, -0.01852056197822094, -0.1740334928035736, -0.8420809507369995, 1.909042239189148, -1.0625423192977905, -0.0020218929275870323], "max": [0.2655692994594574, 0.2410474270582199, 0.3044203221797943, -1.2308411598205566, -0.13531537353992462, 0.13980087637901306, -0.01984439231455326, -0.18891899287700653, 0.5551699995994568, 0.2040729969739914, -1.2882312536239624, -1.2460026741027832, -1.1695936918258667, 0.5303008556365967, 0.18929840624332428, -0.1152091845870018, -0.8115955591201782, 0.13011428713798523, 0.04797910153865814, 0.17736035585403442, -0.2896350026130676, -0.3761650025844574, 0.11295200139284134, 1.4755313396453857, -1.3291609287261963, 1.3476780652999878, 1001.0, 1002.0, -0.018507402390241623, -0.17358233034610748, -0.8418496251106262, 1.9091469049453735, -1.0597176551818848, 0.0024158298037946224], "mean": [0.13648608326911926, 0.18470999598503113, 0.07151985168457031, -1.765587329864502, -0.23404619097709656, -0.0077758352272212505, -0.04975390061736107, -0.26616185903549194, 0.39923495054244995, 0.1762036234140396, -1.3477894067764282, -1.3503061532974243, -1.200046420097351, 0.14769822359085083, -0.005267469212412834, -0.15184150636196136, -1.3318464756011963, 0.09303715825080872, -0.20419038832187653, 0.06418956816196442, -0.30581992864608765, -0.4742337465286255, 0.10172705352306366, 1.403005838394165, -1.374403715133667, 1.2468901872634888, 691.5022583007812, 773.6119995117188, -0.018514879047870636, -0.17384305596351624, -0.8420169353485107, 1.909083604812622, -1.061507225036621, 0.0005626135971397161], "std": [0.21105611324310303, 0.08916648477315903, 0.06865831464529037, 0.16698288917541504, 0.040777236223220825, 0.03295382484793663, 0.04737066105008125, 0.03386478126049042, 0.053115908056497574, 0.047470081597566605, 0.10638037323951721, 0.06347526609897614, 0.030874917283654213, 0.1629861295223236, 0.08791830390691757, 0.05358423665165901, 0.22464768588542938, 0.013727766461670399, 0.09233320504426956, 0.043885719031095505, 0.010173276998102665, 0.04729345440864563, 0.007573430426418781, 0.035917654633522034, 0.04896567389369011, 0.12432096898555756, 448.969482421875, 404.9691162109375, 5.616879548142606e-07, 3.4147371479775757e-05, 5.311093627824448e-05, 3.0295605029095896e-05, 0.0005539935664273798, 0.00046149303670972586], "count": [884]}, "action": {"min": [-0.49179887771606445, -0.06876597553491592, 0.004188789986073971, -1.9882965087890625, -0.3199537694454193, -0.07407177239656448, -0.1883559226989746, -0.2859649956226349, 0.36603599786758423, 0.02875800058245659, -1.6469405889511108, -1.5530987977981567, -1.3344160318374634, -0.17331120371818542, -0.05265658348798752, -0.2627418637275696, -1.7714743614196777, 0.06578145921230316, -0.2802300751209259, -0.026424285024404526, -0.33678901195526123, -0.570015013217926, 0.0782030001282692, 1.3270307779312134, -1.5393856763839722, 1.033111333847046, 0.0, 0.0, -0.01852056197822094, -0.1740334928035736, -0.8420809507369995, 1.909042239189148, -1.0625423192977905, -0.0020218929275870323], "max": [0.2655692994594574, 0.2410474270582199, 0.3044203221797943, -1.2308411598205566, -0.13531537353992462, 0.13980087637901306, -0.01984439231455326, -0.18891899287700653, 0.5551699995994568, 0.2040729969739914, -1.2882312536239624, -1.2460026741027832, -1.1695936918258667, 0.5303008556365967, 0.18929840624332428, -0.1152091845870018, -0.8115955591201782, 0.13011428713798523, 0.04797910153865814, 0.17736035585403442, -0.2896350026130676, -0.3761650025844574, 0.11295200139284134, 1.4755313396453857, -1.3291609287261963, 1.3476780652999878, 1001.0, 1002.0, -0.018507402390241623, -0.17358233034610748, -0.8418496251106262, 1.9091469049453735, -1.0597176551818848, 0.0024158298037946224], "mean": [0.13611358404159546, 0.1845112144947052, 0.07154729217290878, -1.765238881111145, -0.23393850028514862, -0.00775291258469224, -0.049813155084848404, -0.2661632001399994, 0.39934080839157104, 0.17615792155265808, -1.3477823734283447, -1.3503565788269043, -1.2000981569290161, 0.14809872210025787, -0.00553812924772501, -0.1516788750886917, -1.3312885761260986, 0.0930718183517456, -0.2044164389371872, 0.06430031359195709, -0.30583539605140686, -0.47435861825942993, 0.10171981155872345, 1.4029150009155273, -1.3744385242462158, 1.2471897602081299, 691.5022583007812, 773.6119995117188, -0.018514879047870636, -0.17384305596351624, -0.8420167565345764, 1.9090837240219116, -1.0615073442459106, 0.0005629990482702851], "std": [0.21111872792243958, 0.08923656493425369, 0.06865134090185165, 0.16712906956672668, 0.040850404649972916, 0.03295188397169113, 0.04736601933836937, 0.03386548161506653, 0.05314416438341141, 0.04746480658650398, 0.10638386756181717, 0.06346792727708817, 0.030887307599186897, 0.16263115406036377, 0.08768631517887115, 0.05346507579088211, 0.22416657209396362, 0.013697447255253792, 0.0922335833311081, 0.04377998411655426, 0.010162794962525368, 0.04717995226383209, 0.007568856701254845, 0.035837460309267044, 0.048944637179374695, 0.12420160323381424, 448.969482421875, 404.9691162109375, 5.616879548142606e-07, 3.414762977627106e-05, 5.321600110619329e-05, 3.0365945349331014e-05, 0.0005539949634112418, 0.00046145092346705496], "count": [884]}, "timestamp": {"min": [0.0], "max": [29.433333333333334], "mean": [14.716666666666667], "std": [8.50628852346571], "count": [884]}, "frame_index": {"min": [0], "max": [883], "mean": [441.5], "std": [255.18865570397128], "count": [884]}, "episode_index": {"min": [241], "max": [241], "mean": [241.0], "std": [0.0], "count": [884]}, "index": {"min": [208231], "max": [209114], "mean": [208672.5], "std": [255.18865570397128], "count": [884]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [884]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7296380090497737, 0.7721515839321041], "std": [0.44414680545924823, 0.4041467042149958], "count": [884]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7296380090497737, 0.7721515839321041], "std": [0.44414680545924823, 0.4041467042149958], "count": [884]}, "eef_direction_state": {"mean": [5.256787330316742, 5.3088235294117645], "std": [1.7671939039443623, 1.8589064002948985], "min": [0, 0], "max": [6, 6], "count": [884]}, "eef_velocity_state": {"mean": [0.26018099547511314, 0.16176470588235295], "std": [0.5846435769227383, 0.46099887498367725], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_acc_mag_state": {"mean": [0.3382352941176471, 0.24773755656108598], "std": [0.6725614970105817, 0.598589476175181], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_direction_action": {"mean": [5.256787330316742, 5.3088235294117645], "std": [1.7671939039443623, 1.8589064002948985], "min": [0, 0], "max": [6, 6], "count": [884]}, "eef_velocity_action": {"mean": [0.26018099547511314, 0.16176470588235295], "std": [0.5846435769227383, 0.46099887498367725], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_acc_mag_action": {"mean": [0.3382352941176471, 0.24773755656108598], "std": [0.6725614970105818, 0.598589476175181], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_sim_pose_state": {"mean": [0.4177221143036744, 0.24371341903251476, 1.1696894897942818, -0.05490724427256027, 0.04612997111227878, 1.3986868404293535, 0.49380578829358995, -0.17324316688211544, 1.1231711523282037, 0.11490536959318601, 0.07502412549161619, -1.3548282275555008], "std": [0.05560014529040651, 0.038415925868696715, 0.026394378159071787, 0.06833287901696077, 0.021379770710572052, 0.09863082977738745, 0.04730456638049688, 0.007531540852585532, 0.011276401150275013, 0.07754432076772823, 0.0660533975349117, 0.04443718130941298], "min": [0.3834864187871157, 0.12006092815468881, 1.1518465438926755, -0.24640062365338278, 0.02594680921472592, 1.0963832277975034, 0.39637107001826843, -0.19276744900508355, 1.11291149582411, -0.07325646534969421, -0.06759915884673773, -1.3909464015101396], "max": [0.5808556629452836, 0.26529939931600466, 1.2308088919185414, -0.01744622068907742, 0.09734597456219651, 1.4589885141760213, 0.5902265918934874, -0.1610405322120221, 1.1537419190972795, 0.18234725994635648, 0.11601245837985918, -1.2329775854510683], "count": [884]}, "eef_sim_pose_action": {"mean": [0.41782821923475866, 0.2436691898012697, 1.1696856742274946, -0.05492917789503965, 0.046191349219188146, 1.3986702936449174, 0.49392935233320306, -0.17322288943456207, 1.1231407656763968, 0.11503682524189447, 0.07522723554545344, -1.354918302733859], "std": [0.05562423774292104, 0.03841441699504484, 0.026396483491001148, 0.06832398082176014, 0.021418855209716998, 0.09862412694814661, 0.047192423683727086, 0.0075141184175973, 0.011255074339530564, 0.07752907638323886, 0.06589050289260218, 0.044415601638706746], "min": [0.3834864187871157, 0.12006092815468881, 1.1518465438926755, -0.24640062365338278, 0.02594680921472592, 1.0963832277975034, 0.39637107001826843, -0.19276744900508355, 1.11291149582411, -0.07325646534969421, -0.06759915884673773, -1.3909464015101396], "max": [0.5808556629452836, 0.26529939931600466, 1.2308088919185414, -0.01744622068907742, 0.09734597456219651, 1.4589885141760213, 0.5902265918934874, -0.1610405322120221, 1.1537419190972795, 0.18234725994635648, 0.11601245837985918, -1.2329775854510683], "count": [884]}, "gripper_mode_state": {"mean": [0.2703619909502262, 0.22963800904977374], "std": [0.4441468054592483, 0.42060004023944897], "min": [0, 0], "max": [1, 1], "count": [884]}, "gripper_activity_state": {"mean": [1.989819004524887, 1.9004524886877827], "std": [0.12986405631656112, 0.396876690511279], "min": [0, 0], "max": [2, 2], "count": [884]}, "gripper_mode_action": {"mean": [0.2703619909502262, 0.22963800904977374], "std": [0.44414680545924823, 0.4206000402394489], "min": [0, 0], "max": [1, 1], "count": [884]}, "gripper_activity_action": {"mean": [1.989819004524887, 1.9004524886877827], "std": [0.12986405631656112, 0.396876690511279], "min": [0, 0], "max": [2, 2], "count": [884]}}} +{"episode_index": 242, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4692141654697973]], [[0.4600110476249948]], [[0.45144688631822155]]], "std": [[[0.15615334243851042]], [[0.15741290098093438]], [[0.16182791611104028]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45963448779193206]], [[0.4523218173681362]], [[0.4447705861537821]]], "std": [[[0.1436931227214506]], [[0.14581620109703536]], [[0.1518238975325913]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4677952403625994]], [[0.47180448878065023]], [[0.4618293563444486]]], "std": [[[0.17201594285661892]], [[0.17061840180734708]], [[0.17656799460597578]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.489937697743641]], [[0.4860225453769619]], [[0.4727204906644186]]], "std": [[[0.14205397675174122]], [[0.13804261125897174]], [[0.147374298961142]]], "count": [157]}, "observation.state": {"min": [-0.48055896162986755, -0.10623818635940552, -0.0060388389974832535, -1.9760966300964355, -0.25420719385147095, -0.2137504667043686, -0.15592771768569946, -0.2842789888381958, 0.3540689945220947, 0.023169999942183495, -1.7068533897399902, -1.3691751956939697, -1.3798803091049194, -0.17332863807678223, -0.05483824387192726, -0.2632130980491638, -1.7714568376541138, 0.06571164727210999, -0.1613033264875412, -0.026232298463582993, -0.32803601026535034, -0.5703809857368469, 0.08178900182247162, 1.2688119411468506, -1.5320795774459839, 0.9636545777320862, 0.0, 0.0, -0.018522441387176514, -0.1740729808807373, -0.8421412110328674, 1.9090667963027954, -1.0633742809295654, -0.0012558518210425973], "max": [0.28525662422180176, 0.2410474270582199, 0.2719571888446808, -1.2075759172439575, 0.04150392860174179, -0.01794198527932167, -0.01979203335940838, -0.1900710016489029, 0.5536959767341614, 0.20639300346374512, -1.2968677282333374, -1.1498034000396729, -1.1537160873413086, 0.5237733125686646, 0.1892635077238083, -0.08716174215078354, -0.8573755621910095, 0.11573278158903122, 0.0711570754647255, 0.1391201913356781, -0.2862600088119507, -0.376120001077652, 0.11961399763822556, 1.4763309955596924, -1.3272285461425781, 1.283511757850647, 1001.0, 1002.0, -0.01850176230072975, -0.17334358394145966, -0.8415263295173645, 1.9091302156448364, -1.0596352815628052, 0.0019573443569242954], "mean": [0.11554450541734695, 0.163442000746727, 0.07342254370450974, -1.7272051572799683, -0.18510392308235168, -0.045727767050266266, -0.04580562189221382, -0.2682807445526123, 0.40564197301864624, 0.17160320281982422, -1.3731600046157837, -1.3081847429275513, -1.2023274898529053, 0.18615511059761047, -0.0014665392227470875, -0.1380181908607483, -1.3017337322235107, 0.07157298922538757, -0.11399921774864197, 0.024273276329040527, -0.311434268951416, -0.4873175621032715, 0.11200737208127975, 1.3182382583618164, -1.360011100769043, 1.1860027313232422, 698.5235595703125, 710.8882446289062, -0.018514767289161682, -0.1736839860677719, -0.8417205214500427, 1.9091140031814575, -1.061498761177063, 0.0005580164142884314], "std": [0.22227755188941956, 0.1076124981045723, 0.0671599730849266, 0.19471396505832672, 0.0932711660861969, 0.04061494395136833, 0.037099748849868774, 0.030760889872908592, 0.05759628117084503, 0.05199757590889931, 0.12614473700523376, 0.03236502408981323, 0.039367761462926865, 0.18389283120632172, 0.09042909741401672, 0.06625274568796158, 0.24028421938419342, 0.01016034372150898, 0.05881683528423309, 0.052064936608076096, 0.010231530293822289, 0.05412375181913376, 0.010849405080080032, 0.07636112719774246, 0.0571230985224247, 0.12099693715572357, 445.9011535644531, 440.342529296875, 8.5773490354768e-07, 8.176211849786341e-05, 0.00011467550211818889, 2.3857610358390957e-05, 0.0008286114316433668, 0.000389349355828017], "count": [850]}, "action": {"min": [-0.48055896162986755, -0.10623818635940552, -0.0060388389974832535, -1.9760966300964355, -0.25420719385147095, -0.2137504667043686, -0.15592771768569946, -0.2842789888381958, 0.3540689945220947, 0.023169999942183495, -1.7068533897399902, -1.3691751956939697, -1.3798803091049194, -0.17332863807678223, -0.05483824387192726, -0.2632130980491638, -1.7714568376541138, 0.06571164727210999, -0.1613033264875412, -0.026232298463582993, -0.32803601026535034, -0.5703809857368469, 0.08178900182247162, 1.2688119411468506, -1.5320795774459839, 0.9636545777320862, 0.0, 0.0, -0.018522441387176514, -0.1740729808807373, -0.8421412110328674, 1.9090667963027954, -1.0633742809295654, -0.0012558518210425973], "max": [0.28525662422180176, 0.2410474270582199, 0.2719571888446808, -1.2075759172439575, 0.04150392860174179, -0.01794198527932167, -0.01979203335940838, -0.1900710016489029, 0.5536959767341614, 0.20639300346374512, -1.2968677282333374, -1.1498034000396729, -1.1537160873413086, 0.5237733125686646, 0.1892635077238083, -0.08716174215078354, -0.8573755621910095, 0.11573278158903122, 0.0711570754647255, 0.1391201913356781, -0.2862600088119507, -0.376120001077652, 0.11961399763822556, 1.4763309955596924, -1.3272285461425781, 1.283511757850647, 1001.0, 1002.0, -0.01850176230072975, -0.17334358394145966, -0.8415263295173645, 1.9091302156448364, -1.0596352815628052, 0.0019573443569242954], "mean": [0.1151231899857521, 0.1632322371006012, 0.07345990091562271, -1.726792335510254, -0.184910386800766, -0.045776721090078354, -0.04586907476186752, -0.2682800889015198, 0.4057612419128418, 0.17155222594738007, -1.3732376098632812, -1.308152198791504, -1.2023590803146362, 0.1866232305765152, -0.0017527507152408361, -0.13781507313251495, -1.301110863685608, 0.07157488912343979, -0.11410776525735855, 0.024310339242219925, -0.31145989894866943, -0.4874664545059204, 0.11201780289411545, 1.3179954290390015, -1.3600136041641235, 1.186250925064087, 698.5235595703125, 710.8882446289062, -0.018514767289161682, -0.17368380725383759, -0.8417199850082397, 1.9091143608093262, -1.0614986419677734, 0.0005578053533099592], "std": [0.2223321795463562, 0.1076347604393959, 0.06715130060911179, 0.19482682645320892, 0.0932982787489891, 0.040610190480947495, 0.0371013805270195, 0.030760589987039566, 0.05762031674385071, 0.051989179104566574, 0.12611861526966095, 0.032368578016757965, 0.039364997297525406, 0.18348246812820435, 0.09020976722240448, 0.06613276898860931, 0.23975242674350739, 0.010159371420741081, 0.058808837085962296, 0.05204010754823685, 0.010210422798991203, 0.0539916455745697, 0.010851261205971241, 0.07618618756532669, 0.05712108314037323, 0.12096711248159409, 445.9011535644531, 440.342529296875, 8.577348467042611e-07, 8.159434946719557e-05, 0.00011382273805793375, 2.4063609089353122e-05, 0.0008285831427201629, 0.0003892734821420163], "count": [850]}, "timestamp": {"min": [0.0], "max": [28.3], "mean": [14.15], "std": [8.179123153220983], "count": [850]}, "frame_index": {"min": [0], "max": [849], "mean": [424.5], "std": [245.3736945966295], "count": [850]}, "episode_index": {"min": [242], "max": [242], "mean": [242.0], "std": [0.0], "count": [850]}, "index": {"min": [209115], "max": [209964], "mean": [209539.5], "std": [245.3736945966295], "count": [850]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [850]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.74, 0.7095647061484701], "std": [0.43863424398922546, 0.43946524552637917], "count": [850]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.74, 0.7095647061484701], "std": [0.43863424398922546, 0.43946524552637917], "count": [850]}, "eef_direction_state": {"mean": [5.232941176470589, 5.4], "std": [1.8220472154593952, 1.7184123999990992], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_state": {"mean": [0.2388235294117647, 0.14470588235294118], "std": [0.5662246732727538, 0.4354864439986279], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_state": {"mean": [0.33294117647058824, 0.27176470588235296], "std": [0.6797730132043864, 0.6214048154276479], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_direction_action": {"mean": [5.232941176470589, 5.4], "std": [1.8220472154593952, 1.7184123999990992], "min": [0, 0], "max": [6, 6], "count": [850]}, "eef_velocity_action": {"mean": [0.2388235294117647, 0.14470588235294118], "std": [0.5662246732727538, 0.4354864439986279], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_acc_mag_action": {"mean": [0.33294117647058824, 0.27176470588235296], "std": [0.6797730132043864, 0.6214048154276479], "min": [0, 0], "max": [2, 2], "count": [850]}, "eef_sim_pose_state": {"mean": [0.4241845628980883, 0.23823601824063187, 1.1651738198245407, -0.07553423088913791, 0.01633329794538717, 1.4101780184064447, 0.5054224964093531, -0.17895701886861995, 1.1276953108197498, 0.0257329708287162, 0.057202181848401965, -1.40558192010871], "std": [0.05960827681224583, 0.0445420804768123, 0.02117582143810826, 0.09241514934962888, 0.02758388123877843, 0.07214036198654776, 0.05375235370113386, 0.006660878679654541, 0.009294341539954178, 0.058187279310117725, 0.06254112583219339, 0.0872890528905286], "min": [0.37683746911863397, 0.10856792536862907, 1.1488844318928793, -0.32683106978943177, -0.0753140186669139, 1.2037853012072446, 0.3963224299263699, -0.19573359316575753, 1.1217374971590341, -0.10988209580695474, -0.06756793769678948, -1.4756429225988368], "max": [0.578396220543218, 0.26500939953003355, 1.2228084022885009, -0.017437048727354743, 0.03790540360812389, 1.4843022004039415, 0.591410883077422, -0.16419429182702686, 1.1533470326813768, 0.06152227232141405, 0.10014309707596913, -1.2678402308973364], "count": [850]}, "eef_sim_pose_action": {"mean": [0.42430447237281815, 0.23818734342984255, 1.165166143314391, -0.07560650604469803, 0.01631185261734217, 1.4101568441081254, 0.5055671433262503, -0.17894413760051886, 1.1276686207341287, 0.02574248889447446, 0.057398093338027555, -1.4057797157948142], "std": [0.059628867618151254, 0.04453590698099094, 0.021180010128311857, 0.09239417532852333, 0.027578001332234304, 0.07213249239241065, 0.05362384684227533, 0.006652983929698327, 0.00927868642346801, 0.058191499911306496, 0.062410737485756033, 0.08724855508772116], "min": [0.37683746911863397, 0.10856792536862907, 1.1488844318928793, -0.32683106978943177, -0.0753140186669139, 1.2037853012072446, 0.3963224299263699, -0.19573359316575753, 1.1217374971590341, -0.10988209580695474, -0.06756793769678948, -1.4756429225988368], "max": [0.578396220543218, 0.26500939953003355, 1.2228084022885009, -0.017437048727354743, 0.03790540360812389, 1.4843022004039415, 0.591410883077422, -0.16419429182702686, 1.1533470326813768, 0.06152227232141405, 0.10014309707596913, -1.2678402308973364], "count": [850]}, "gripper_mode_state": {"mean": [0.26, 0.2917647058823529], "std": [0.43863424398922546, 0.45457459485076357], "min": [0, 0], "max": [1, 1], "count": [850]}, "gripper_activity_state": {"mean": [1.9894117647058824, 1.8964705882352941], "std": [0.1324195910614656, 0.40422680262258714], "min": [0, 0], "max": [2, 2], "count": [850]}, "gripper_mode_action": {"mean": [0.26, 0.2917647058823529], "std": [0.43863424398922546, 0.45457459485076357], "min": [0, 0], "max": [1, 1], "count": [850]}, "gripper_activity_action": {"mean": [1.9894117647058824, 1.8964705882352941], "std": [0.1324195910614656, 0.40422680262258714], "min": [0, 0], "max": [2, 2], "count": [850]}}} +{"episode_index": 243, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47365875862103535]], [[0.46308355763061876]], [[0.4526257981976021]]], "std": [[[0.15176406871236298]], [[0.15469095717584364]], [[0.15852723948852962]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46356064923413126]], [[0.4550296611231404]], [[0.44726870062953605]]], "std": [[[0.14522146579290535]], [[0.14770549070006156]], [[0.15348122569678638]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4654315830626729]], [[0.46949450408997956]], [[0.4599773422150046]]], "std": [[[0.1685973576249495]], [[0.16778702338147405]], [[0.1738802572784989]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4904608031095874]], [[0.48408005157584505]], [[0.4704133548357993]]], "std": [[[0.14239554951896918]], [[0.13804898808617483]], [[0.14719269517900208]]], "count": [163]}, "observation.state": {"min": [-0.47504371404647827, -0.009826203808188438, -0.016091935336589813, -1.8939963579177856, -0.29831165075302124, -0.1828755885362625, -0.1860520988702774, -0.283268004655838, 0.36664798855781555, 0.05900900065898895, -1.6200133562088013, -1.5891296863555908, -1.4032615423202515, -0.17331120371818542, -0.05382595583796501, -0.26258477568626404, -1.7714917659759521, 0.05483824387192726, -0.06372196972370148, -0.03321361541748047, -0.3287949860095978, -0.5729259848594666, 0.06977400183677673, 1.246993064880371, -1.575334906578064, 0.965775191783905, 0.0, 0.0, -0.018522441387176514, -0.1737402379512787, -0.8420072793960571, 1.9090787172317505, -1.0623197555541992, -0.001553914975374937], "max": [0.2655692994594574, 0.24101251363754272, 0.27349308133125305, -1.2896935939788818, -0.14013248682022095, 0.08574803173542023, -0.019809486344456673, -0.1814029961824417, 0.5533339977264404, 0.20739099383354187, -1.2972227334976196, -1.2232378721237183, -1.1708146333694458, 0.5322555899620056, 0.1892635077238083, -0.10698868334293365, -0.8645662665367126, 0.13863149285316467, 0.14437364041805267, 0.16952383518218994, -0.2879819869995117, -0.37616899609565735, 0.11509399861097336, 1.4756050109863281, -1.3248465061187744, 1.2684683799743652, 1001.0, 1002.0, -0.018505524843931198, -0.17332665622234344, -0.8418060541152954, 1.9091278314590454, -1.0596526861190796, 0.0031287132296711206], "mean": [0.11648929864168167, 0.18472205102443695, 0.07142943888902664, -1.7491607666015625, -0.22941984236240387, -0.011126238852739334, -0.056083984673023224, -0.2639112174510956, 0.4050852060317993, 0.17732854187488556, -1.3585278987884521, -1.3422905206680298, -1.1994750499725342, 0.12040625512599945, -9.282815153710544e-05, -0.14869041740894318, -1.4311902523040771, 0.06574037671089172, -0.046692367643117905, -0.0002657095028553158, -0.29666319489479065, -0.4704616069793701, 0.1099545955657959, 1.3085905313491821, -1.3555532693862915, 1.188097357749939, 675.0703735351562, 768.393310546875, -0.018514789640903473, -0.17359009385108948, -0.8419432044029236, 1.909111499786377, -1.0614678859710693, 0.0006172262947075069], "std": [0.22604957222938538, 0.07909227162599564, 0.06676357239484787, 0.16532939672470093, 0.04402496665716171, 0.03982864320278168, 0.050945475697517395, 0.03475037217140198, 0.05782291293144226, 0.04414697736501694, 0.10659638792276382, 0.06248611584305763, 0.0422464944422245, 0.1642174869775772, 0.09240621328353882, 0.06028585880994797, 0.20394116640090942, 0.019326161593198776, 0.03524273633956909, 0.04923168197274208, 0.009325709193944931, 0.04924448952078819, 0.009752299636602402, 0.08124001324176788, 0.06142810732126236, 0.10552781820297241, 456.1238098144531, 408.63909912109375, 7.461841278200154e-07, 5.183191387914121e-05, 5.50558470422402e-05, 1.515019903308712e-05, 0.0007574938936159015, 0.0005293708527460694], "count": [895]}, "action": {"min": [-0.47504371404647827, -0.009826203808188438, -0.016091935336589813, -1.8939963579177856, -0.29831165075302124, -0.1828755885362625, -0.1860520988702774, -0.283268004655838, 0.36664798855781555, 0.05900900065898895, -1.6200133562088013, -1.5891296863555908, -1.4032615423202515, -0.17331120371818542, -0.05382595583796501, -0.26258477568626404, -1.7714917659759521, 0.05483824387192726, -0.06372196972370148, -0.03321361541748047, -0.3287949860095978, -0.5729259848594666, 0.06977400183677673, 1.246993064880371, -1.575334906578064, 0.965775191783905, 0.0, 0.0, -0.018522441387176514, -0.1737402379512787, -0.8420072793960571, 1.9090787172317505, -1.0623197555541992, -0.001553914975374937], "max": [0.2655692994594574, 0.24101251363754272, 0.27349308133125305, -1.2896935939788818, -0.14013248682022095, 0.08574803173542023, -0.019809486344456673, -0.1814029961824417, 0.5533339977264404, 0.20739099383354187, -1.2972227334976196, -1.2232378721237183, -1.1708146333694458, 0.5322555899620056, 0.1892635077238083, -0.10698868334293365, -0.8645662665367126, 0.13863149285316467, 0.14437364041805267, 0.16952383518218994, -0.2879819869995117, -0.37616899609565735, 0.11509399861097336, 1.4756050109863281, -1.3248465061187744, 1.2684683799743652, 1001.0, 1002.0, -0.018505524843931198, -0.17332665622234344, -0.8418060541152954, 1.9091278314590454, -1.0596526861190796, 0.0031287132296711206], "mean": [0.11611814796924591, 0.1845700442790985, 0.07145783305168152, -1.748841643333435, -0.22929708659648895, -0.0110927764326334, -0.056154265999794006, -0.26390233635902405, 0.4051901698112488, 0.17729416489601135, -1.3585723638534546, -1.3422971963882446, -1.1994839906692505, 0.120770663022995, -0.000362061575287953, -0.14851896464824677, -1.4307748079299927, 0.06572946906089783, -0.04668443277478218, -0.00025785056641325355, -0.296664834022522, -0.4705825448036194, 0.10996010899543762, 1.3083524703979492, -1.3555541038513184, 1.188315510749817, 675.0703735351562, 768.393310546875, -0.018514789640903473, -0.17358994483947754, -0.841943085193634, 1.9091116189956665, -1.0614683628082275, 0.0006176080787554383], "std": [0.22607743740081787, 0.0791146382689476, 0.0667564794421196, 0.16541160643100739, 0.0441097691655159, 0.03983309492468834, 0.05093894526362419, 0.0347464457154274, 0.05783835053443909, 0.044139862060546875, 0.10657917708158493, 0.06248394399881363, 0.04224417731165886, 0.16392695903778076, 0.0922045111656189, 0.060179609805345535, 0.20362532138824463, 0.019328895956277847, 0.03523947671055794, 0.04922795295715332, 0.00932503305375576, 0.04914558306336403, 0.009753558784723282, 0.08106445521116257, 0.06142793595790863, 0.10547643899917603, 456.123779296875, 408.63909912109375, 7.461841278200154e-07, 5.17442385898903e-05, 5.515996235772036e-05, 1.5206093848973978e-05, 0.0007577450596727431, 0.0005293419817462564], "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": [243], "max": [243], "mean": [243.0], "std": [0.0], "count": [895]}, "index": {"min": [209965], "max": [210859], "mean": [210412.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7139664804469273, 0.766991061316647], "std": [0.45190523923180226, 0.40783483611325744], "count": [895]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7139664804469273, 0.766991061316647], "std": [0.4519052392318022, 0.40783483611325744], "count": [895]}, "eef_direction_state": {"mean": [5.35754189944134, 5.283798882681564], "std": [1.6278259800816581, 1.8896705644723606], "min": [0, 0], "max": [6, 6], "count": [895]}, "eef_velocity_state": {"mean": [0.2223463687150838, 0.17318435754189945], "std": [0.5356070775122624, 0.48226238781915065], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_acc_mag_state": {"mean": [0.33743016759776534, 0.21899441340782122], "std": [0.6686065634912254, 0.562394218455383], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_direction_action": {"mean": [5.35754189944134, 5.283798882681564], "std": [1.6278259800816581, 1.8896705644723604], "min": [0, 0], "max": [6, 6], "count": [895]}, "eef_velocity_action": {"mean": [0.2223463687150838, 0.17318435754189945], "std": [0.5356070775122624, 0.48226238781915065], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_acc_mag_action": {"mean": [0.33743016759776534, 0.21899441340782122], "std": [0.6686065634912254, 0.562394218455383], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_sim_pose_state": {"mean": [0.42357922043264395, 0.24511031621303128, 1.1710478702386735, -0.061651670659288574, 0.03839732383256841, 1.3969332221896766, 0.4883829200869075, -0.1759302559419077, 1.1429170800353796, 0.02168870284233573, 0.05745100711191248, -1.4153013008409694], "std": [0.06005656793536626, 0.03480153869987896, 0.026921180696222253, 0.07780727932811288, 0.018787631647412706, 0.09434468266144916, 0.048749953045891366, 0.007000318144340433, 0.004358359108124292, 0.0517466617449578, 0.05999011609379769, 0.08578577740240331], "min": [0.3834891883876344, 0.14899368012327477, 1.1567878699246572, -0.33242478883999405, 0.028533858765700915, 1.1051994651833081, 0.3963718263699719, -0.1922419693872471, 1.1270884142309319, -0.12060148142936644, -0.06762436149013551, -1.4873582367043012], "max": [0.5787562516213774, 0.27025458102413674, 1.240563311859831, -0.017440060931294243, 0.13305461762402393, 1.4477102318599702, 0.5942989505731353, -0.15937719891046337, 1.1597711071741947, 0.048087642761696414, 0.095285759219079, -1.204299248439479], "count": [895]}, "eef_sim_pose_action": {"mean": [0.4236847757227837, 0.24507909606107023, 1.171053145473137, -0.061683281115850794, 0.03839560217594953, 1.3969039621934667, 0.48849971527762803, -0.17591347568866017, 1.1429162478441732, 0.02168161817224051, 0.05762826739797312, -1.415491946826279], "std": [0.0600690699130524, 0.034796613684073094, 0.026918854808713314, 0.077795091155338, 0.018788230325904345, 0.09433353453736372, 0.04865453614259916, 0.0069876823297107355, 0.004358124007231633, 0.0517434925695175, 0.05985472178283209, 0.08572860785651963], "min": [0.3834891883876344, 0.14899368012327477, 1.1567878699246572, -0.33242478883999405, 0.028533858765700915, 1.1051994651833081, 0.3963718263699719, -0.1922419693872471, 1.1270884142309319, -0.12060148142936644, -0.06762436149013551, -1.4873582367043012], "max": [0.5787562516213774, 0.27025458102413674, 1.240563311859831, -0.017440060931294243, 0.13305461762402393, 1.4477102318599702, 0.5942989505731353, -0.15937719891046337, 1.1597711071741947, 0.048087642761696414, 0.095285759219079, -1.204299248439479], "count": [895]}, "gripper_mode_state": {"mean": [0.2860335195530726, 0.2335195530726257], "std": [0.45190523923180226, 0.4230699367780484], "min": [0, 0], "max": [1, 1], "count": [895]}, "gripper_activity_state": {"mean": [1.9899441340782122, 1.9027932960893854], "std": [0.1290684163413958, 0.3905918968683202], "min": [0, 0], "max": [2, 2], "count": [895]}, "gripper_mode_action": {"mean": [0.2860335195530726, 0.2335195530726257], "std": [0.4519052392318022, 0.4230699367780484], "min": [0, 0], "max": [1, 1], "count": [895]}, "gripper_activity_action": {"mean": [1.9899441340782122, 1.9027932960893854], "std": [0.1290684163413958, 0.3905918968683202], "min": [0, 0], "max": [2, 2], "count": [895]}}} +{"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.47007890710632083]], [[0.46051169036455164]], [[0.4498001740551293]]], "std": [[[0.15431108658871376]], [[0.1562015881809715]], [[0.1595574377388652]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4623701716193724]], [[0.455159257906061]], [[0.4472130881338043]]], "std": [[[0.14542247420678459]], [[0.1474476898818556]], [[0.15295711125092715]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4701009862278244]], [[0.47458631967279663]], [[0.46511015076320383]]], "std": [[[0.16993343808815825]], [[0.16898685121458282]], [[0.17481919884238492]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4894171944139975]], [[0.4849171208338408]], [[0.47219175623147813]]], "std": [[[0.1419872211564049]], [[0.13782629253070464]], [[0.14662081946121852]]], "count": [161]}, "observation.state": {"min": [-0.4991118013858795, -0.013229596428573132, -0.00251327408477664, -1.8887953758239746, -0.2542944550514221, -0.23966862261295319, -0.2332981526851654, -0.29203999042510986, 0.3635849952697754, 0.05024399980902672, -1.7399768829345703, -1.3667186498641968, -1.4386945962905884, -0.17331120371818542, -0.05504768714308739, -0.26258477568626404, -1.7714568376541138, 0.04485496133565903, -0.2030690610408783, -0.026232298463582993, -0.33618301153182983, -0.5725290179252625, 0.08347799628973007, 1.3030019998550415, -1.4678560495376587, 0.9694620966911316, 0.0, 0.0, -0.018522441387176514, -0.1739620715379715, -0.8424462676048279, 1.9088751077651978, -1.0624464750289917, -0.004670287948101759], "max": [0.2726902365684509, 0.2410474270582199, 0.2583436369895935, -1.229427456855774, -0.02687807008624077, 0.02485348843038082, -0.019687313586473465, -0.1845880001783371, 0.5561490058898926, 0.20286700129508972, -1.2971378564834595, -1.2282572984695435, -1.1081081628799438, 0.5423436164855957, 0.1892635077238083, -0.07681193947792053, -0.7876670956611633, 0.0938812643289566, 0.02998475730419159, 0.15463615953922272, -0.2902190089225769, -0.3761650025844574, 0.12409500032663345, 1.4756050109863281, -1.2787741422653198, 1.3210904598236084, 1001.0, 1002.0, -0.018509283661842346, -0.1732289046049118, -0.8411420583724976, 1.9090865850448608, -1.059462547302246, 0.003507462330162525], "mean": [0.12075638771057129, 0.18115971982479095, 0.0721999853849411, -1.734216570854187, -0.19252195954322815, -0.04296830669045448, -0.05334320664405823, -0.2677844166755676, 0.40387704968452454, 0.17657533288002014, -1.3807159662246704, -1.3041975498199463, -1.1858824491500854, 0.1475207656621933, 0.009036773815751076, -0.13700006902217865, -1.3553415536880493, 0.054560404270887375, -0.1487244814634323, 0.018028153106570244, -0.30345264077186584, -0.4762164056301117, 0.11556249111890793, 1.3600436449050903, -1.320250153541565, 1.2123122215270996, 698.3895874023438, 703.172119140625, -0.0185148473829031, -0.17363224923610687, -0.8419053554534912, 1.9089646339416504, -1.0615187883377075, 0.0006043741013854742], "std": [0.23821210861206055, 0.08716414868831635, 0.06897806376218796, 0.19145473837852478, 0.09471846371889114, 0.05123314633965492, 0.05424653738737106, 0.03346620872616768, 0.06024954095482826, 0.04649660363793373, 0.14913591742515564, 0.03225553035736084, 0.05093613266944885, 0.18830223381519318, 0.09906551241874695, 0.0765950009226799, 0.25023791193962097, 0.012767761014401913, 0.06437047570943832, 0.04949471727013588, 0.011568603105843067, 0.0563172809779644, 0.010970558039844036, 0.06544005125761032, 0.058857787400484085, 0.13099965453147888, 446.0180969238281, 444.7597351074219, 6.534000931424089e-07, 7.343264587689191e-05, 0.0002485036675352603, 7.995889609446749e-05, 0.0006165310041978955, 0.0007084962562657893], "count": [883]}, "action": {"min": [-0.4991118013858795, -0.013229596428573132, -0.00251327408477664, -1.8887953758239746, -0.2542944550514221, -0.23966862261295319, -0.2332981526851654, -0.29203999042510986, 0.3635849952697754, 0.05024399980902672, -1.7399768829345703, -1.3667186498641968, -1.4386945962905884, -0.17331120371818542, -0.05504768714308739, -0.26258477568626404, -1.7714568376541138, 0.04485496133565903, -0.2030690610408783, -0.026232298463582993, -0.33618301153182983, -0.5725290179252625, 0.08347799628973007, 1.3030019998550415, -1.4678560495376587, 0.9694620966911316, 0.0, 0.0, -0.018522441387176514, -0.1739620715379715, -0.8424462676048279, 1.9088751077651978, -1.0624464750289917, -0.004670287948101759], "max": [0.2726902365684509, 0.2410474270582199, 0.2583436369895935, -1.229427456855774, -0.02687807008624077, 0.02485348843038082, -0.019687313586473465, -0.1845880001783371, 0.5561490058898926, 0.20286700129508972, -1.2971378564834595, -1.2282572984695435, -1.1081081628799438, 0.5423436164855957, 0.1892635077238083, -0.07681193947792053, -0.7876670956611633, 0.0938812643289566, 0.02998475730419159, 0.15463615953922272, -0.2902190089225769, -0.3761650025844574, 0.12409500032663345, 1.4756050109863281, -1.2787741422653198, 1.3210904598236084, 1001.0, 1002.0, -0.018509283661842346, -0.1732289046049118, -0.8411420583724976, 1.9090865850448608, -1.059462547302246, 0.003507462330162525], "mean": [0.1204320639371872, 0.18098042905330658, 0.07221591472625732, -1.7338919639587402, -0.19227047264575958, -0.04298502951860428, -0.05339588224887848, -0.2677934467792511, 0.40396925806999207, 0.17654035985469818, -1.3807824850082397, -1.3041069507598877, -1.1858328580856323, 0.14795464277267456, 0.008760962635278702, -0.13679318130016327, -1.3547805547714233, 0.054536860436201096, -0.14887315034866333, 0.018064185976982117, -0.30346375703811646, -0.4763556122779846, 0.11557768285274506, 1.3598626852035522, -1.3201982975006104, 1.2125929594039917, 698.3895874023438, 703.172119140625, -0.0185148473829031, -0.1736324429512024, -0.8419053554534912, 1.9089643955230713, -1.0615185499191284, 0.0006043246248736978], "std": [0.23820993304252625, 0.08720385283231735, 0.06897269189357758, 0.19150257110595703, 0.09484995901584625, 0.051228269934654236, 0.05423669144511223, 0.03347143530845642, 0.060254864394664764, 0.046489231288433075, 0.1491115838289261, 0.032326530665159225, 0.05095847696065903, 0.18800383806228638, 0.0989021584391594, 0.07650255411863327, 0.24986036121845245, 0.012766166590154171, 0.06432508677244186, 0.049474090337753296, 0.011562434956431389, 0.05622169375419617, 0.010971706360578537, 0.06534355133771896, 0.05886995047330856, 0.13095010817050934, 446.0180969238281, 444.7597351074219, 6.534000931424089e-07, 7.346451457124203e-05, 0.00024850500631146133, 7.987180288182572e-05, 0.0006165027152746916, 0.000708499806933105], "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": [244], "max": [244], "mean": [244.0], "std": [0.0], "count": [883]}, "index": {"min": [210860], "max": [211742], "mean": [211301.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7406568516421291, 0.7018731598914226], "std": [0.4382742061286483, 0.443888684204845], "count": [883]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7406568516421291, 0.7018731598914226], "std": [0.4382742061286483, 0.443888684204845], "count": [883]}, "eef_direction_state": {"mean": [5.268403171007927, 5.366930917327293], "std": [1.8619965320782068, 1.7715233230873264], "min": [0, 0], "max": [6, 6], "count": [883]}, "eef_velocity_state": {"mean": [0.21064552661381652, 0.16421291053227632], "std": [0.5287005502712389, 0.4773334861994935], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_acc_mag_state": {"mean": [0.29331823329558326, 0.2582106455266138], "std": [0.6358758840769759, 0.6049325120018934], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_direction_action": {"mean": [5.268403171007927, 5.366930917327293], "std": [1.8619965320782068, 1.7715233230873264], "min": [0, 0], "max": [6, 6], "count": [883]}, "eef_velocity_action": {"mean": [0.21064552661381652, 0.16421291053227632], "std": [0.5287005502712389, 0.4773334861994935], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_acc_mag_action": {"mean": [0.29331823329558326, 0.2582106455266138], "std": [0.6358758840769759, 0.6049325120018934], "min": [0, 0], "max": [2, 2], "count": [883]}, "eef_sim_pose_state": {"mean": [0.4227113346229622, 0.24391074239254035, 1.1662832769841933, -0.07041419147264329, 0.0024482373315624834, 1.4049421118132688, 0.494628224708464, -0.18184690086304356, 1.1302992226267043, 0.07292853885883549, 0.037231431703793554, -1.408796630597675], "std": [0.06358359113738675, 0.03699125128775926, 0.02358999359860402, 0.09819210153120601, 0.04954119000276664, 0.08883287625065552, 0.05569821007357078, 0.004808810110237161, 0.00909418338372059, 0.06153333627441237, 0.061206488201554075, 0.09038310781743597], "min": [0.38173641308298395, 0.14359715267861264, 1.1451282544102401, -0.35948111117605314, -0.11552328363273356, 1.1729742334958164, 0.39637193517881625, -0.1923999178056133, 1.1137072611575858, -0.07747218699914316, -0.06761875508473292, -1.4823136664477978], "max": [0.5849516166155371, 0.26457992502404004, 1.229948182826859, -0.017436205733883714, 0.07041626499841303, 1.4583562877097802, 0.5929909987099564, -0.1682194128049405, 1.1507291805235524, 0.12180426088837149, 0.09077273698072408, -1.2422865482786993], "count": [883]}, "eef_sim_pose_action": {"mean": [0.42280360984416004, 0.2438756563759654, 1.1662713294375284, -0.0704397437599837, 0.002349305896272242, 1.4049460831394467, 0.4947638541253993, -0.18183816215668086, 1.130279568522137, 0.07300351584319478, 0.03739917494910914, -1.4089947707825499], "std": [0.06358575241879914, 0.03698637137855199, 0.02359746475269756, 0.0981812611034748, 0.049567867272221094, 0.08883478338361556, 0.05560456926027911, 0.004803371396760913, 0.009082267622563471, 0.06154301411032698, 0.061122144726874376, 0.09034576976480808], "min": [0.38173641308298395, 0.14359715267861264, 1.1451282544102401, -0.35948111117605314, -0.11552328363273356, 1.1729742334958164, 0.39637193517881625, -0.1923999178056133, 1.1137072611575858, -0.07747218699914316, -0.06761875508473292, -1.4823136664477978], "max": [0.5849516166155371, 0.26457992502404004, 1.229948182826859, -0.017436205733883714, 0.07041626499841303, 1.4583562877097802, 0.5929909987099564, -0.1682194128049405, 1.1507291805235524, 0.12180426088837149, 0.09077273698072408, -1.2422865482786993], "count": [883]}, "gripper_mode_state": {"mean": [0.25934314835787087, 0.2955832389580974], "std": [0.4382742061286483, 0.456304490231184], "min": [0, 0], "max": [1, 1], "count": [883]}, "gripper_activity_state": {"mean": [1.9898074745186862, 1.9082672706681767], "std": [0.1299371189967245, 0.3800960254844072], "min": [0, 0], "max": [2, 2], "count": [883]}, "gripper_mode_action": {"mean": [0.25934314835787087, 0.2955832389580974], "std": [0.4382742061286483, 0.456304490231184], "min": [0, 0], "max": [1, 1], "count": [883]}, "gripper_activity_action": {"mean": [1.9898074745186862, 1.9082672706681767], "std": [0.1299371189967245, 0.3800960254844072], "min": [0, 0], "max": [2, 2], "count": [883]}}} +{"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.4699946727372384]], [[0.46002191274716636]], [[0.4498913605526599]]], "std": [[[0.15385663285206178]], [[0.15590070536245026]], [[0.15963570012232084]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4613273687639613]], [[0.4538997735170018]], [[0.44567502662985026]]], "std": [[[0.14311236139485178]], [[0.14473762982389557]], [[0.14987175228566843]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46648189557996195]], [[0.4704834765657318]], [[0.460901058471912]]], "std": [[[0.1707181664125178]], [[0.16970206573065397]], [[0.17547121186208617]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4928805896831306]], [[0.4856506305845123]], [[0.4729265093695706]]], "std": [[[0.14452655085951688]], [[0.13908084531746764]], [[0.14850174719593714]]], "count": [158]}, "observation.state": {"min": [-0.4650953412055969, -0.07724827527999878, -0.012287117540836334, -1.9121652841567993, -0.25385814905166626, -0.17584191262722015, -0.17057102918624878, -0.29299500584602356, 0.36664798855781555, 0.04186899960041046, -1.645553708076477, -1.3810893297195435, -1.411067247390747, -0.17331120371818542, -0.01966986060142517, -0.26256734132766724, -1.771422028541565, 0.06576400250196457, -0.13864895701408386, -0.026197392493486404, -0.3350380063056946, -0.572268009185791, 0.07556500285863876, 1.3113157749176025, -1.5940451622009277, 0.994709849357605, 0.0, 0.0, -0.018526200205087662, -0.17401282489299774, -0.842006504535675, 1.908881425857544, -1.0622278451919556, -0.0018016680842265487], "max": [0.26572638750076294, 0.2410474270582199, 0.24790658056735992, -1.2348029613494873, -0.030054569244384766, 0.03750712424516678, -0.019809486344456673, -0.19297899305820465, 0.552486002445221, 0.20232300460338593, -1.2972227334976196, -1.1914077997207642, -1.1844942569732666, 0.5400049090385437, 0.18929840624332428, -0.11698941886425018, -0.8261865377426147, 0.1794198453426361, 0.07216937094926834, 0.18610446155071259, -0.28773900866508484, -0.3761650025844574, 0.11914800107479095, 1.479201316833496, -1.3269977569580078, 1.2636865377426147, 1001.0, 1002.0, -0.01850176230072975, -0.17331726849079132, -0.8412656784057617, 1.90892493724823, -1.0598634481430054, 0.0018776076612994075], "mean": [0.11013706773519516, 0.1672881543636322, 0.06560786068439484, -1.7220604419708252, -0.19326794147491455, -0.03848961740732193, -0.045638103038072586, -0.26862001419067383, 0.4075637757778168, 0.17645657062530518, -1.3601875305175781, -1.3086612224578857, -1.2033132314682007, 0.09368431568145752, 0.02429082989692688, -0.15874642133712769, -1.4281437397003174, 0.08097540587186813, -0.10791713744401932, 0.03035024367272854, -0.30417898297309875, -0.46126851439476013, 0.11213789135217667, 1.3583859205245972, -1.3608040809631348, 1.1894172430038452, 700.6401977539062, 759.4591064453125, -0.01851489581167698, -0.17374011874198914, -0.8418608903884888, 1.9089030027389526, -1.061491847038269, 0.000629674585070461], "std": [0.23137536644935608, 0.10250497609376907, 0.06324152648448944, 0.19714020192623138, 0.08525574207305908, 0.031880032271146774, 0.03899353742599487, 0.03260768577456474, 0.060066744685173035, 0.047858379781246185, 0.11417043954133987, 0.03440215811133385, 0.04388291388750076, 0.16204705834388733, 0.08036923408508301, 0.054848700761795044, 0.21327149868011475, 0.030498260632157326, 0.04246785119175911, 0.05465574935078621, 0.009792489930987358, 0.04703725501894951, 0.009765323251485825, 0.05674927681684494, 0.07228270918130875, 0.0975237786769867, 444.5262451171875, 413.60986328125, 1.3511157703760546e-06, 5.593481182586402e-05, 0.00013206503354012966, 1.1435692613304127e-05, 0.0005056086229160428, 0.0004401789919938892], "count": [856]}, "action": {"min": [-0.4650953412055969, -0.07724827527999878, -0.012287117540836334, -1.9121652841567993, -0.25385814905166626, -0.17584191262722015, -0.17057102918624878, -0.29299500584602356, 0.36664798855781555, 0.04186899960041046, -1.645553708076477, -1.3810893297195435, -1.411067247390747, -0.17331120371818542, -0.01966986060142517, -0.26256734132766724, -1.771422028541565, 0.06576400250196457, -0.13864895701408386, -0.026197392493486404, -0.3350380063056946, -0.572268009185791, 0.07556500285863876, 1.3113157749176025, -1.5940451622009277, 0.994709849357605, 0.0, 0.0, -0.018526200205087662, -0.17401282489299774, -0.842006504535675, 1.908881425857544, -1.0622278451919556, -0.0018016680842265487], "max": [0.26572638750076294, 0.2410474270582199, 0.24790658056735992, -1.2348029613494873, -0.030054569244384766, 0.03750712424516678, -0.019809486344456673, -0.19297899305820465, 0.552486002445221, 0.20232300460338593, -1.2972227334976196, -1.1914077997207642, -1.1844942569732666, 0.5400049090385437, 0.18929840624332428, -0.11698941886425018, -0.8261865377426147, 0.1794198453426361, 0.07216937094926834, 0.18610446155071259, -0.28773900866508484, -0.3761650025844574, 0.11914800107479095, 1.479201316833496, -1.3269977569580078, 1.2636865377426147, 1001.0, 1002.0, -0.01850176230072975, -0.17331726849079132, -0.8412656784057617, 1.90892493724823, -1.0598634481430054, 0.0018776076612994075], "mean": [0.10973690450191498, 0.16708263754844666, 0.06561120599508286, -1.7216438055038452, -0.19305355846881866, -0.038531966507434845, -0.04568040743470192, -0.2686308026313782, 0.4076783061027527, 0.1764240860939026, -1.3602135181427002, -1.3085862398147583, -1.2033356428146362, 0.09401842206716537, 0.024047808721661568, -0.1585831195116043, -1.4277124404907227, 0.08097925782203674, -0.10799936205148697, 0.030401786789298058, -0.3041926920413971, -0.4613793194293976, 0.11214684695005417, 1.3582147359848022, -1.3608065843582153, 1.1896395683288574, 700.6401977539062, 759.4591064453125, -0.01851489581167698, -0.1737402081489563, -0.8418607115745544, 1.9089030027389526, -1.0614924430847168, 0.0006294340128079057], "std": [0.2314027100801468, 0.10253342986106873, 0.06324046105146408, 0.19724805653095245, 0.08533397316932678, 0.031880464404821396, 0.03898525610566139, 0.03261403366923332, 0.06008203327655792, 0.04785061255097389, 0.11415863037109375, 0.034449782222509384, 0.04387829452753067, 0.16179159283638, 0.08018447458744049, 0.05474717542529106, 0.212950199842453, 0.030496755614876747, 0.04245030879974365, 0.054623082280159, 0.009783751331269741, 0.04694839194417, 0.009766590781509876, 0.05661652982234955, 0.07228107005357742, 0.09745974838733673, 444.5262756347656, 413.60986328125, 1.3511156566892168e-06, 5.5965800129342824e-05, 0.00013199183740653098, 1.1429262485762592e-05, 0.0005061806878075004, 0.0004401805636007339], "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": [245], "max": [245], "mean": [245.0], "std": [0.0], "count": [856]}, "index": {"min": [211743], "max": [212598], "mean": [212170.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7406542056074766, 0.7580338783712327], "std": [0.4382756590588092, 0.41277353424447805], "count": [856]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7406542056074766, 0.7580338783712327], "std": [0.4382756590588092, 0.41277353424447805], "count": [856]}, "eef_direction_state": {"mean": [5.375, 5.33411214953271], "std": [1.6906231915187175, 1.8203303866041223], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_state": {"mean": [0.2091121495327103, 0.1658878504672897], "std": [0.5464081153716326, 0.4790517371450976], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_state": {"mean": [0.29789719626168226, 0.24649532710280375], "std": [0.6476378853594708, 0.6008069787203578], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_direction_action": {"mean": [5.375, 5.33411214953271], "std": [1.6906231915187175, 1.8203303866041223], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_action": {"mean": [0.2091121495327103, 0.1658878504672897], "std": [0.5464081153716327, 0.4790517371450976], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_action": {"mean": [0.29789719626168226, 0.24649532710280375], "std": [0.6476378853594708, 0.6008069787203578], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_sim_pose_state": {"mean": [0.4258740258261977, 0.24209989066483492, 1.1656145475322521, -0.0687831390431707, 0.020133877757197185, 1.417678303291632, 0.479792116698495, -0.18169559110519065, 1.1317799746620938, 0.05330242615406663, 0.04864136999384194, -1.3822715028985462], "std": [0.06220627531567787, 0.0406158870190331, 0.023924407982589012, 0.08562063785242836, 0.01980472032235459, 0.07513136150430338, 0.04700542840154818, 0.004999551439216667, 0.007306445066070179, 0.052435272830178355, 0.05472172290993407, 0.0736326665018698], "min": [0.3834988791203127, 0.12655533177007347, 1.1431198145169224, -0.2991828471043836, -0.02507208495837454, 1.2062534052338845, 0.39637365639693456, -0.19731324868290412, 1.1177498181498096, -0.10947113158269606, -0.06763534236636981, -1.4340803722999969], "max": [0.5768583039479606, 0.26456997626948003, 1.2243505797748113, -0.017465358968382416, 0.04719740993122046, 1.4773031535150265, 0.5945827903769306, -0.16637229624312921, 1.1532942794503382, 0.08730752892672533, 0.10895456155035732, -1.1944505666090925], "count": [856]}, "eef_sim_pose_action": {"mean": [0.4259882744331616, 0.2420635608545025, 1.1655990436986028, -0.06882440111589296, 0.020094663487429516, 1.4177123964719311, 0.47989953430945514, -0.18168654146695545, 1.1317619098963059, 0.05334062903627408, 0.04880479878344286, -1.3824212415091524], "std": [0.06221815565785001, 0.0406097208470827, 0.0239344104071668, 0.08560442366397358, 0.019813022517922347, 0.07515074389229258, 0.04691969607035284, 0.004993862605041472, 0.007294067705936076, 0.05244326935537688, 0.054583154189527014, 0.07360427467353702], "min": [0.3834988791203127, 0.12655533177007347, 1.1431198145169224, -0.2991828471043836, -0.02507208495837454, 1.2062534052338845, 0.39637365639693456, -0.19731324868290412, 1.1177498181498096, -0.10947113158269606, -0.06763534236636981, -1.4340803722999969], "max": [0.5768583039479606, 0.26456997626948003, 1.2243505797748113, -0.017465358968382416, 0.04719740993122046, 1.4773031535150265, 0.5945827903769306, -0.16637229624312921, 1.1532942794503382, 0.08730752892672533, 0.10895456155035732, -1.1944505666090925], "count": [856]}, "gripper_mode_state": {"mean": [0.25934579439252337, 0.23948598130841123], "std": [0.4382756590588092, 0.4267697811058857], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_state": {"mean": [1.9894859813084111, 1.894859813084112], "std": [0.13195764432928547, 0.40519030831833386], "min": [0, 0], "max": [2, 2], "count": [856]}, "gripper_mode_action": {"mean": [0.25934579439252337, 0.23948598130841123], "std": [0.4382756590588092, 0.4267697811058857], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_action": {"mean": [1.9894859813084111, 1.894859813084112], "std": [0.13195764432928547, 0.40519030831833386], "min": [0, 0], "max": [2, 2], "count": [856]}}} +{"episode_index": 246, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.472953478902043]], [[0.46320836801701815]], [[0.45099862678299835]]], "std": [[[0.15352271034789405]], [[0.156902364876935]], [[0.16064671384295096]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46341281677765445]], [[0.4558290055802195]], [[0.4481243320179225]]], "std": [[[0.14512872437311478]], [[0.14730787228905445]], [[0.15308158268792352]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4711242343897727]], [[0.47064979755004727]], [[0.4619589563550787]]], "std": [[[0.16881339066874]], [[0.16737522899498858]], [[0.1741092439484373]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48757782376577463]], [[0.48044666676943315]], [[0.46581220197722695]]], "std": [[[0.14844705930993732]], [[0.14196484832477035]], [[0.15061484750411624]]], "count": [159]}, "observation.state": {"min": [-0.4980471432209015, -0.06295403093099594, -0.03234095126390457, -1.8616728782653809, -0.25385814905166626, -0.2535090744495392, -0.26885053515434265, -0.2964690029621124, 0.3648679852485657, 0.03297799825668335, -1.7801120281219482, -1.5212315320968628, -1.454199194908142, -0.17331120371818542, 1.7453292457503267e-05, -0.26258477568626404, -1.771386981010437, 0.01864011585712433, -0.14475759863853455, -0.026284659281373024, -0.3320319950580597, -0.5717800259590149, 0.085207000374794, 1.3915214538574219, -1.4934654235839844, 0.9210979342460632, 0.0, 0.0, -0.01852056197822094, -0.17402786016464233, -0.8416792750358582, 1.9088116884231567, -1.0624433755874634, -0.0014646858908236027], "max": [0.2655344009399414, 0.2410474270582199, 0.3038094639778137, -1.1437840461730957, -0.04138175770640373, -0.020717058330774307, -0.019809486344456673, -0.1993889957666397, 0.5568730235099792, 0.20828600227832794, -1.2971378564834595, -1.2059602737426758, -1.1684786081314087, 0.5380849838256836, 0.18929840624332428, -0.1425759345293045, -0.8226609230041504, 0.10864674299955368, -0.00015707963029854, 0.1765400469303131, -0.2916249930858612, -0.3761669993400574, 0.11798100173473358, 1.4756050109863281, -1.3124152421951294, 1.163468837738037, 1001.0, 1002.0, -0.018509283661842346, -0.17342817783355713, -0.8415263295173645, 1.9089694023132324, -1.0601003170013428, 0.0018871001666411757], "mean": [0.08837657421827316, 0.16544178128242493, 0.07721483707427979, -1.691166639328003, -0.20712271332740784, -0.07748023420572281, -0.07077056169509888, -0.26765838265419006, 0.41166767477989197, 0.17060457170009613, -1.4009387493133545, -1.322635531425476, -1.2152262926101685, 0.07809294015169144, 0.045318443328142166, -0.1710808426141739, -1.4593420028686523, 0.03412653133273125, -0.0835941880941391, 0.06389594823122025, -0.3025754988193512, -0.4559824466705322, 0.11137714236974716, 1.4191396236419678, -1.3433774709701538, 1.1058437824249268, 496.3091125488281, 696.0484619140625, -0.01851416938006878, -0.17369545996189117, -0.841657280921936, 1.908842921257019, -1.0614579916000366, 0.0005389880388975143], "std": [0.24772976338863373, 0.09707599878311157, 0.08291172981262207, 0.22703199088573456, 0.06809025257825851, 0.07398515194654465, 0.06697338074445724, 0.03133440762758255, 0.06275953352451324, 0.0555768720805645, 0.16433508694171906, 0.046080268919467926, 0.060607921332120895, 0.16346973180770874, 0.057381223887205124, 0.04274463653564453, 0.21362140774726868, 0.021308526396751404, 0.021912353113293648, 0.050251320004463196, 0.010186484083533287, 0.04489830508828163, 0.0077990517020225525, 0.025356339290738106, 0.04545154795050621, 0.07842440903186798, 487.419677734375, 447.25006103515625, 9.637370794735034e-07, 0.0001123785405070521, 2.2909925974090584e-05, 5.766361937276088e-05, 0.00048038328532129526, 0.00036310829455032945], "count": [867]}, "action": {"min": [-0.4980471432209015, -0.06295403093099594, -0.03234095126390457, -1.8616728782653809, -0.25385814905166626, -0.2535090744495392, -0.26885053515434265, -0.2964690029621124, 0.3648679852485657, 0.03297799825668335, -1.7801120281219482, -1.5212315320968628, -1.454199194908142, -0.17331120371818542, 1.7453292457503267e-05, -0.26258477568626404, -1.771386981010437, 0.01864011585712433, -0.14475759863853455, -0.026284659281373024, -0.3320319950580597, -0.5717800259590149, 0.085207000374794, 1.3915214538574219, -1.4934654235839844, 0.9210979342460632, 0.0, 0.0, -0.01852056197822094, -0.17402786016464233, -0.8416792750358582, 1.9088116884231567, -1.0624433755874634, -0.0014646858908236027], "max": [0.2655344009399414, 0.2410474270582199, 0.3038094639778137, -1.1437840461730957, -0.04138175770640373, -0.020717058330774307, -0.019809486344456673, -0.1993889957666397, 0.5568730235099792, 0.20828600227832794, -1.2971378564834595, -1.2059602737426758, -1.1684786081314087, 0.5380849838256836, 0.18929840624332428, -0.1425759345293045, -0.8226609230041504, 0.10864674299955368, -0.00015707963029854, 0.1765400469303131, -0.2916249930858612, -0.3761669993400574, 0.11798100173473358, 1.4756050109863281, -1.3124152421951294, 1.163468837738037, 1001.0, 1002.0, -0.018509283661842346, -0.17342817783355713, -0.8415263295173645, 1.9089694023132324, -1.0601003170013428, 0.0018871001666411757], "mean": [0.08795839548110962, 0.16526250541210175, 0.07721608877182007, -1.6907026767730713, -0.2069803923368454, -0.0775846540927887, -0.07085786014795303, -0.26767241954803467, 0.411786288022995, 0.17057879269123077, -1.4009941816329956, -1.3226020336151123, -1.2152878046035767, 0.07835139334201813, 0.04512345418334007, -0.17094388604164124, -1.4590247869491577, 0.03407435119152069, -0.08362656086683273, 0.06399042159318924, -0.3025839924812317, -0.45606985688209534, 0.11138396710157394, 1.4190593957901, -1.3433657884597778, 1.1059461832046509, 496.3091125488281, 696.0484619140625, -0.018514171242713928, -0.17369544506072998, -0.841657280921936, 1.9088430404663086, -1.0614588260650635, 0.0005389892030507326], "std": [0.24773676693439484, 0.09707991033792496, 0.08291144669055939, 0.22711990773677826, 0.06812141835689545, 0.07396888732910156, 0.06695631891489029, 0.031344104558229446, 0.0627715215086937, 0.05556759238243103, 0.16430813074111938, 0.04609348252415657, 0.060604020953178406, 0.16324858367443085, 0.05717865005135536, 0.04264187067747116, 0.21336250007152557, 0.021286075934767723, 0.021903686225414276, 0.05015876889228821, 0.010180823504924774, 0.0448165163397789, 0.007800188381224871, 0.02529027685523033, 0.04545611888170242, 0.07842938601970673, 487.419677734375, 447.25006103515625, 9.630990689402097e-07, 0.00011236014688620344, 2.2907715901965275e-05, 5.775934550911188e-05, 0.00048094464000314474, 0.00036310829455032945], "count": [867]}, "timestamp": {"min": [0.0], "max": [28.866666666666667], "mean": [14.433333333333334], "std": [8.3427058404777], "count": [867]}, "frame_index": {"min": [0], "max": [866], "mean": [433.0], "std": [250.28117521433103], "count": [867]}, "episode_index": {"min": [246], "max": [246], "mean": [246.0], "std": [0.0], "count": [867]}, "index": {"min": [212599], "max": [213465], "mean": [213032.0], "std": [250.28117521433103], "count": [867]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [867]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5351787773933102, 0.6947554787069037], "std": [0.4987609182976448, 0.44636938097433293], "count": [867]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5351787773933102, 0.6947554787069037], "std": [0.49876091829764485, 0.44636938097433293], "count": [867]}, "eef_direction_state": {"mean": [5.179930795847751, 5.209919261822376], "std": [1.850194290071295, 1.9697231622849403], "min": [0, 0], "max": [6, 6], "count": [867]}, "eef_velocity_state": {"mean": [0.23990772779700115, 0.1914648212226067], "std": [0.5434937521387619, 0.5039827989927477], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_acc_mag_state": {"mean": [0.3875432525951557, 0.28143021914648214], "std": [0.7122146261730006, 0.6329395605784046], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_direction_action": {"mean": [5.179930795847751, 5.209919261822376], "std": [1.850194290071295, 1.9697231622849403], "min": [0, 0], "max": [6, 6], "count": [867]}, "eef_velocity_action": {"mean": [0.23990772779700115, 0.1914648212226067], "std": [0.5434937521387619, 0.5039827989927477], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_acc_mag_action": {"mean": [0.3875432525951557, 0.28143021914648214], "std": [0.7122146261730006, 0.6329395605784046], "min": [0, 0], "max": [2, 2], "count": [867]}, "eef_sim_pose_state": {"mean": [0.4315453096743647, 0.23939867167009435, 1.1632472014654422, -0.0987216574903798, 0.023439921662740962, 1.3867897952211292, 0.47542109035237967, -0.18619701770125627, 1.1350870007831633, 0.038299664776697565, -0.02244996897125906, -1.3385310518027937], "std": [0.06643303306718115, 0.044164090512661895, 0.020361856735072962, 0.11473841622161181, 0.029092923633782488, 0.11383425875830272, 0.04566226634009073, 0.0032149732378952975, 0.005536596391358147, 0.049637136962764575, 0.02216132013520999, 0.05430169430196078], "min": [0.3834977044623599, 0.12560089783153677, 1.136115946657787, -0.3584117352600928, -0.06386720822221403, 1.0503784404991723, 0.39637210291724145, -0.20110207869751714, 1.1203231390378687, -0.09288222186157358, -0.0676249986982711, -1.37926726207238], "max": [0.585579813316539, 0.26554894141429886, 1.2098296511935407, -0.017483334570721376, 0.08240216630042996, 1.4839306328915227, 0.5937044550493014, -0.17484615055718458, 1.147806043607007, 0.07186830891977691, 0.029335079589685176, -1.206445574618178], "count": [867]}, "eef_sim_pose_action": {"mean": [0.4316643212519956, 0.23937271812137081, 1.16322429731769, -0.09879901292327825, 0.023440549028396873, 1.3867882160417173, 0.47550644442449586, -0.18619463655969978, 1.1350763449795778, 0.03831845207221674, -0.022383855124773797, -1.3386103017970339], "std": [0.06643931007041019, 0.04415592759809476, 0.020380235702218624, 0.11470629642416753, 0.029093129398341386, 0.11383344783349429, 0.04558353970890644, 0.003213880490450339, 0.005527397544431007, 0.049643817790866254, 0.022112226779589777, 0.05430205266104508], "min": [0.3834977044623599, 0.12560089783153677, 1.136115946657787, -0.3584117352600928, -0.06386720822221403, 1.0503784404991723, 0.39637210291724145, -0.20110207869751714, 1.1203231390378687, -0.09288222186157358, -0.0676249986982711, -1.37926726207238], "max": [0.585579813316539, 0.26554894141429886, 1.2098296511935407, -0.017483334570721376, 0.08240216630042996, 1.4839306328915227, 0.5937044550493014, -0.17484615055718458, 1.147806043607007, 0.07186830891977691, 0.029335079589685176, -1.206445574618178], "count": [867]}, "gripper_mode_state": {"mean": [0.46482122260668973, 0.3079584775086505], "std": [0.4987609182976448, 0.4616492755753072], "min": [0, 0], "max": [1, 1], "count": [867]}, "gripper_activity_state": {"mean": [1.9896193771626298, 1.8996539792387543], "std": [0.13112315101381636, 0.39935053415234695], "min": [0, 0], "max": [2, 2], "count": [867]}, "gripper_mode_action": {"mean": [0.46482122260668973, 0.3079584775086505], "std": [0.49876091829764485, 0.46164927557530727], "min": [0, 0], "max": [1, 1], "count": [867]}, "gripper_activity_action": {"mean": [1.9896193771626298, 1.8996539792387543], "std": [0.13112315101381636, 0.39935053415234695], "min": [0, 0], "max": [2, 2], "count": [867]}}} +{"episode_index": 247, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46677873872942754]], [[0.45794755369517287]], [[0.44750409604102687]]], "std": [[[0.15518417327673517]], [[0.1589503649564835]], [[0.16259041581764835]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4643102409638554]], [[0.45666535750846526]], [[0.4485652241318214]]], "std": [[[0.14738076237918935]], [[0.15070444455981377]], [[0.15645106856449548]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4756695347566738]], [[0.47583886403456965]], [[0.4679603266005197]]], "std": [[[0.16264273495384654]], [[0.16142385598214262]], [[0.16814477947895123]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4928666947200567]], [[0.484037372529333]], [[0.4709537758878652]]], "std": [[[0.14621937471735866]], [[0.1412811496417511]], [[0.15120251981052438]]], "count": [166]}, "observation.state": {"min": [-0.5603903532028198, -0.015289084054529667, -0.01563815027475357, -1.8495079278945923, -0.26448720693588257, -0.1918640434741974, -0.22502529621124268, -0.28567999601364136, 0.3666520118713379, 0.017886999994516373, -1.7614036798477173, -1.540856957435608, -1.3995797634124756, -0.17331120371818542, -0.03364994749426842, -0.26258477568626404, -1.7714743614196777, 0.032759830355644226, -0.09337511658668518, -0.0262148454785347, -0.33384400606155396, -0.5708270072937012, 0.07903700321912766, 1.3147011995315552, -1.542180061340332, 0.930295467376709, 0.0, 0.0, -0.018518682569265366, -0.17410117387771606, -0.8424097895622253, 1.9086976051330566, -1.0623443126678467, -0.0014324114890769124], "max": [0.2655692994594574, 0.2410474270582199, 0.3320488929748535, -1.1775213479995728, -0.1327846497297287, 0.007609635125845671, -0.019477875903248787, -0.1744070053100586, 0.5608819723129272, 0.2037380039691925, -1.2767856121063232, -1.2809631824493408, -1.0573480129241943, 0.534559428691864, 0.18931587040424347, -0.12688542902469635, -0.831666886806488, 0.2016204297542572, 0.06763150542974472, 0.15650367736816406, -0.28865501284599304, -0.37616899609565735, 0.1141429990530014, 1.4756050109863281, -1.3077828884124756, 1.2415415048599243, 1001.0, 1002.0, -0.018507402390241623, -0.17344322800636292, -0.8411000370979309, 1.9093037843704224, -1.0602390766143799, 0.0016716213431209326], "mean": [0.09461899846792221, 0.1621004343032837, 0.0852326825261116, -1.727669358253479, -0.22890806198120117, -0.04309369623661041, -0.07089997082948685, -0.25884729623794556, 0.40805453062057495, 0.16596288979053497, -1.3940147161483765, -1.3492451906204224, -1.2185838222503662, 0.11040391772985458, 0.013880493119359016, -0.16575157642364502, -1.4266647100448608, 0.05403468757867813, -0.07058385014533997, 0.020309502258896828, -0.30083513259887695, -0.4661083221435547, 0.10721572488546371, 1.352482795715332, -1.3527553081512451, 1.1580173969268799, 586.7249145507812, 730.0404052734375, -0.018514297902584076, -0.1737435758113861, -0.8419764637947083, 1.9090611934661865, -1.0614378452301025, 0.0006169021362438798], "std": [0.2590663731098175, 0.09609051793813705, 0.10184578597545624, 0.1879800707101822, 0.04004114121198654, 0.04080953449010849, 0.0738723948597908, 0.03939589858055115, 0.06061738356947899, 0.060613248497247696, 0.167451873421669, 0.07251060009002686, 0.08230520784854889, 0.17051374912261963, 0.080148845911026, 0.04916052520275116, 0.2202771008014679, 0.030169155448675156, 0.03015044517815113, 0.05856865644454956, 0.011141822673380375, 0.0485367476940155, 0.007452613674104214, 0.0559794157743454, 0.06379669159650803, 0.10472315549850464, 481.16680908203125, 431.7614440917969, 9.154046551884676e-07, 3.4637876524357125e-05, 0.00015123389312066138, 0.00013454286090563983, 0.0005482722772285342, 0.0004394481366034597], "count": [916]}, "action": {"min": [-0.5603903532028198, -0.015289084054529667, -0.01563815027475357, -1.8495079278945923, -0.26448720693588257, -0.1918640434741974, -0.22502529621124268, -0.28567999601364136, 0.3666520118713379, 0.017886999994516373, -1.7614036798477173, -1.540856957435608, -1.3995797634124756, -0.17331120371818542, -0.03364994749426842, -0.26258477568626404, -1.7714743614196777, 0.032759830355644226, -0.09337511658668518, -0.0262148454785347, -0.33384400606155396, -0.5708270072937012, 0.07903700321912766, 1.3147011995315552, -1.542180061340332, 0.930295467376709, 0.0, 0.0, -0.018518682569265366, -0.17410117387771606, -0.8424097895622253, 1.9086976051330566, -1.0623443126678467, -0.0014324114890769124], "max": [0.2655692994594574, 0.2410474270582199, 0.3320488929748535, -1.1775213479995728, -0.1327846497297287, 0.007609635125845671, -0.019477875903248787, -0.1744070053100586, 0.5608819723129272, 0.2037380039691925, -1.2767856121063232, -1.2809631824493408, -1.0573480129241943, 0.534559428691864, 0.18931587040424347, -0.12688542902469635, -0.831666886806488, 0.2016204297542572, 0.06763150542974472, 0.15650367736816406, -0.28865501284599304, -0.37616899609565735, 0.1141429990530014, 1.4756050109863281, -1.3077828884124756, 1.2415415048599243, 1001.0, 1002.0, -0.018507402390241623, -0.17344322800636292, -0.8411000370979309, 1.9093037843704224, -1.0602390766143799, 0.0016716213431209326], "mean": [0.09441526979207993, 0.1618761122226715, 0.08520561456680298, -1.7274607419967651, -0.22878803312778473, -0.043166160583496094, -0.07093485444784164, -0.25884920358657837, 0.40811243653297424, 0.16593410074710846, -1.3939948081970215, -1.3492180109024048, -1.218741774559021, 0.11071474850177765, 0.013639768585562706, -0.16560931503772736, -1.4262933731079102, 0.05400387942790985, -0.07060674577951431, 0.020333681255578995, -0.3008406162261963, -0.4662119746208191, 0.10721667110919952, 1.3523128032684326, -1.3527445793151855, 1.1581982374191284, 586.7249145507812, 730.0404052734375, -0.018514297902584076, -0.17374354600906372, -0.8419764041900635, 1.9090616703033447, -1.0614376068115234, 0.0006173798465169966], "std": [0.25900518894195557, 0.09614609181880951, 0.10186048597097397, 0.1879507601261139, 0.040129564702510834, 0.04082760214805603, 0.07385561615228653, 0.039397116750478745, 0.060603123158216476, 0.06060246378183365, 0.16746461391448975, 0.07252665609121323, 0.08238054066896439, 0.1702534407377243, 0.0799524262547493, 0.04906868189573288, 0.2199823558330536, 0.030171509832143784, 0.030153023079037666, 0.05855371430516243, 0.011138685047626495, 0.04844574257731438, 0.0074529810808598995, 0.05584373697638512, 0.06380145251750946, 0.10470619797706604, 481.16680908203125, 431.7614440917969, 9.154046551884676e-07, 3.4629971196409315e-05, 0.00015122962940949947, 0.00013465105439536273, 0.000548016803804785, 0.00043931210529990494], "count": [916]}, "timestamp": {"min": [0.0], "max": [30.5], "mean": [15.25], "std": [8.814208857167941], "count": [916]}, "frame_index": {"min": [0], "max": [915], "mean": [457.5], "std": [264.4262657150382], "count": [916]}, "episode_index": {"min": [247], "max": [247], "mean": [247.0], "std": [0.0], "count": [916]}, "index": {"min": [213466], "max": [214381], "mean": [213923.5], "std": [264.4262657150382], "count": [916]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [916]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6266375545851528, 0.7286692134025364], "std": [0.48369714674442055, 0.4308939483535623], "count": [916]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6266375545851528, 0.7286692134025364], "std": [0.48369714674442055, 0.4308939483535623], "count": [916]}, "eef_direction_state": {"mean": [5.031659388646288, 5.315502183406114], "std": [2.019577185020336, 1.8478772989579313], "min": [0, 0], "max": [6, 6], "count": [916]}, "eef_velocity_state": {"mean": [0.2740174672489083, 0.1703056768558952], "std": [0.5667474192702444, 0.48270561427759284], "min": [0, 0], "max": [2, 2], "count": [916]}, "eef_acc_mag_state": {"mean": [0.4705240174672489, 0.26200873362445415], "std": [0.7593695302580297, 0.6084538210295592], "min": [0, 0], "max": [2, 2], "count": [916]}, "eef_direction_action": {"mean": [5.031659388646288, 5.315502183406114], "std": [2.019577185020336, 1.8478772989579315], "min": [0, 0], "max": [6, 6], "count": [916]}, "eef_velocity_action": {"mean": [0.2740174672489083, 0.1703056768558952], "std": [0.5667474192702445, 0.48270561427759284], "min": [0, 0], "max": [2, 2], "count": [916]}, "eef_acc_mag_action": {"mean": [0.4705240174672489, 0.26200873362445415], "std": [0.7593695302580297, 0.6084538210295592], "min": [0, 0], "max": [2, 2], "count": [916]}, "eef_sim_pose_state": {"mean": [0.42830623172617815, 0.23565116565819386, 1.1725210216833304, -0.09407174921412016, 0.0429683412137595, 1.3743168016362197, 0.48463357203407925, -0.17674632167513912, 1.1377571837016733, 0.030368072951432793, 0.02895194402339787, -1.383606279938278], "std": [0.06635056579935954, 0.046124308435033366, 0.030355623841016345, 0.09797457145131276, 0.040215645036677634, 0.14722592696060385, 0.048766974834387786, 0.006520943788719276, 0.00540442239810764, 0.05769513833831495, 0.04475795349435634, 0.07910059390138147], "min": [0.38349016564808475, 0.12274773561087324, 1.1450243864113971, -0.32537893608051877, -0.07105683300804633, 1.03119263605921, 0.39637334570449034, -0.1967225016072602, 1.1213842240789158, -0.12126918140971443, -0.06768417560429496, -1.4514458204934488], "max": [0.5943833002233676, 0.26614050225167907, 1.2433026538852923, -0.017206715238315518, 0.15925570575831327, 1.5060302200746487, 0.5930225737390177, -0.16326804973310718, 1.15019919721871, 0.06567158513416327, 0.10965933562447727, -1.2406081459790046], "count": [916]}, "eef_sim_pose_action": {"mean": [0.4283640318685157, 0.23561464391226022, 1.172508856722452, -0.09416218399622946, 0.04304719019580027, 1.3743733600226424, 0.4847337458470958, -0.1767297662988545, 1.1377501991672694, 0.03038086511003221, 0.029084613741390864, -1.3837552737267298], "std": [0.0663345721386459, 0.04611467816555673, 0.030364115206662632, 0.09794180612716118, 0.04026709345447355, 0.14726351830633355, 0.04867978174875896, 0.006509790704181897, 0.0053998253083511125, 0.057700329640044956, 0.044651601008858864, 0.07907976442575372], "min": [0.38349016564808475, 0.12274773561087324, 1.1450243864113971, -0.32537893608051877, -0.07105683300804633, 1.03119263605921, 0.39637334570449034, -0.1967225016072602, 1.1213842240789158, -0.12126918140971443, -0.06768417560429496, -1.4514458204934488], "max": [0.5943833002233676, 0.26614050225167907, 1.2433026538852923, -0.017206715238315518, 0.15925570575831327, 1.5060302200746487, 0.5930225737390177, -0.16326804973310718, 1.15019919721871, 0.06567158513416327, 0.10965933562447727, -1.2406081459790046], "count": [916]}, "gripper_mode_state": {"mean": [0.37336244541484714, 0.26965065502183405], "std": [0.48369714674442055, 0.44377829968140936], "min": [0, 0], "max": [1, 1], "count": [916]}, "gripper_activity_state": {"mean": [1.990174672489083, 1.9006550218340612], "std": [0.12758921894435943, 0.39917984557382136], "min": [0, 0], "max": [2, 2], "count": [916]}, "gripper_mode_action": {"mean": [0.37336244541484714, 0.26965065502183405], "std": [0.48369714674442055, 0.44377829968140936], "min": [0, 0], "max": [1, 1], "count": [916]}, "gripper_activity_action": {"mean": [1.990174672489083, 1.9006550218340612], "std": [0.12758921894435943, 0.39917984557382136], "min": [0, 0], "max": [2, 2], "count": [916]}}} +{"episode_index": 248, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46972389393655556]], [[0.45998587954289993]], [[0.449835890991216]]], "std": [[[0.15594006002939173]], [[0.15742978550733175]], [[0.16089648878130336]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47098301876483073]], [[0.4650507693788768]], [[0.4565389620019983]]], "std": [[[0.1471819097912753]], [[0.14906251540860427]], [[0.15427137858224604]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46932998339994175]], [[0.4690154760417967]], [[0.46020474532700556]]], "std": [[[0.1740782996368025]], [[0.17171393060038043]], [[0.17863642398930993]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49073307340452105]], [[0.485371176522626]], [[0.4710958380167354]]], "std": [[[0.14879613959001733]], [[0.14353031175227648]], [[0.15221378335646618]]], "count": [157]}, "observation.state": {"min": [-0.4673991799354553, -0.10430087149143219, -0.03246312588453293, -1.8818663358688354, -0.25385814905166626, -0.15369369089603424, -0.18275341391563416, -0.29124799370765686, 0.3666589856147766, 0.028139999136328697, -1.6445329189300537, -1.459579586982727, -1.4206516742706299, -0.17332863807678223, -0.04977678880095482, -0.2626371383666992, -1.771422028541565, -0.040020398795604706, -0.15201817452907562, -0.026197392493486404, -0.3334839940071106, -0.5672900080680847, 0.07892300188541412, 1.3338228464126587, -1.4544590711593628, 0.996762752532959, 0.0, 0.0, -0.018518682569265366, -0.17387183010578156, -0.8419620990753174, 1.9092649221420288, -1.0622270107269287, -0.0011296021984890103], "max": [0.2655169367790222, 0.2410474270582199, 0.27117180824279785, -1.2012752294540405, -0.01740093156695366, -0.011431906372308731, -0.019809486344456673, -0.19865599274635315, 0.5511339902877808, 0.20924900472164154, -1.2972227334976196, -1.221187710762024, -1.161718726158142, 0.5124635696411133, 0.1892635077238083, -0.1293463408946991, -0.8397476673126221, 0.07419394701719284, 0.00830776710063219, 0.12206833064556122, -0.28422001004219055, -0.3761630058288574, 0.10991799831390381, 1.4817970991134644, -1.2649949789047241, 1.2116585969924927, 1001.0, 1002.0, -0.018509283661842346, -0.1734657734632492, -0.8415326476097107, 1.9092903137207031, -1.0597232580184937, 0.001720032887533307], "mean": [0.10444363951683044, 0.16132882237434387, 0.06333152204751968, -1.7129193544387817, -0.19133694469928741, -0.039850760251283646, -0.0463453009724617, -0.2707490921020508, 0.4094991981983185, 0.17667895555496216, -1.35447096824646, -1.3099205493927002, -1.2075047492980957, 0.039525508880615234, -0.0005165094626136124, -0.1611240804195404, -1.495937705039978, -0.011633810587227345, -0.08366716653108597, 0.0077607338316738605, -0.30099430680274963, -0.44610393047332764, 0.10431678593158722, 1.3767577409744263, -1.3063863515853882, 1.1478604078292847, 690.0386962890625, 701.6283569335938, -0.018514147028326988, -0.17376117408275604, -0.841753363609314, 1.9092916250228882, -1.0614280700683594, 0.0005732469144277275], "std": [0.2175276130437851, 0.10273858904838562, 0.06516154110431671, 0.19251689314842224, 0.08430852741003036, 0.03143386170268059, 0.041154950857162476, 0.02999611757695675, 0.056750744581222534, 0.04831710830330849, 0.11051056534051895, 0.04572676867246628, 0.04606140777468681, 0.1648351401090622, 0.08346528559923172, 0.046437401324510574, 0.21978703141212463, 0.040319643914699554, 0.02637421526014805, 0.036685019731521606, 0.011924993246793747, 0.04611809551715851, 0.008424577303230762, 0.04437600448727608, 0.05254742503166199, 0.07705322653055191, 449.16461181640625, 444.3686218261719, 9.365135724692664e-07, 2.3717870135442354e-05, 0.0001427993702236563, 1.7965645383810624e-05, 0.00041277011041529477, 0.0003453835961408913], "count": [853]}, "action": {"min": [-0.4673991799354553, -0.10430087149143219, -0.03246312588453293, -1.8818663358688354, -0.25385814905166626, -0.15369369089603424, -0.18275341391563416, -0.29124799370765686, 0.3666589856147766, 0.028139999136328697, -1.6445329189300537, -1.459579586982727, -1.4206516742706299, -0.17332863807678223, -0.04977678880095482, -0.2626371383666992, -1.771422028541565, -0.040020398795604706, -0.15201817452907562, -0.026197392493486404, -0.3334839940071106, -0.5672900080680847, 0.07892300188541412, 1.3338228464126587, -1.4544590711593628, 0.996762752532959, 0.0, 0.0, -0.018518682569265366, -0.17387183010578156, -0.8419620990753174, 1.9092649221420288, -1.0622270107269287, -0.0011296021984890103], "max": [0.2655169367790222, 0.2410474270582199, 0.27117180824279785, -1.2012752294540405, -0.01740093156695366, -0.011431906372308731, -0.019809486344456673, -0.19865599274635315, 0.5511339902877808, 0.20924900472164154, -1.2972227334976196, -1.221187710762024, -1.161718726158142, 0.5124635696411133, 0.1892635077238083, -0.1293463408946991, -0.8397476673126221, 0.07419394701719284, 0.00830776710063219, 0.12206833064556122, -0.28422001004219055, -0.3761630058288574, 0.10991799831390381, 1.4817970991134644, -1.2649949789047241, 1.2116585969924927, 1001.0, 1002.0, -0.018509283661842346, -0.1734657734632492, -0.8415326476097107, 1.9092903137207031, -1.0597232580184937, 0.001720032887533307], "mean": [0.10405266284942627, 0.16112685203552246, 0.06333035975694656, -1.7125208377838135, -0.19112874567508698, -0.03987986221909523, -0.04638080298900604, -0.2707577645778656, 0.4096113443374634, 0.17664991319179535, -1.3544849157333374, -1.3098431825637817, -1.2075310945510864, 0.03973978012800217, -0.0007860037148930132, -0.16097182035446167, -1.4956599473953247, -0.011756924912333488, -0.08370433002710342, 0.007784530054777861, -0.30100005865097046, -0.4461806118488312, 0.10431460291147232, 1.3766191005706787, -1.306318759918213, 1.1480218172073364, 690.0386962890625, 701.6283569335938, -0.018514148890972137, -0.17376118898391724, -0.8417529463768005, 1.9092916250228882, -1.0614280700683594, 0.0005735652521252632], "std": [0.2175377458333969, 0.10275117307901382, 0.06516187638044357, 0.19258610904216766, 0.08437323570251465, 0.031427714973688126, 0.04114523530006409, 0.030000723898410797, 0.056760478764772415, 0.048309385776519775, 0.1105041354894638, 0.04576726257801056, 0.04605479538440704, 0.16467702388763428, 0.08322231471538544, 0.04631735384464264, 0.2195894867181778, 0.04024364799261093, 0.02636818401515484, 0.03667015954852104, 0.011921864934265614, 0.0460561104118824, 0.008423424325883389, 0.044251490384340286, 0.05255512520670891, 0.07702655345201492, 449.16461181640625, 444.3686218261719, 9.358986403640301e-07, 2.3717557269264944e-05, 0.00014270587416831404, 1.7944706996786408e-05, 0.00041275779949501157, 0.00034541889908723533], "count": [853]}, "timestamp": {"min": [0.0], "max": [28.4], "mean": [14.200000000000003], "std": [8.207990686587742], "count": [853]}, "frame_index": {"min": [0], "max": [852], "mean": [426.0], "std": [246.23972059763227], "count": [853]}, "episode_index": {"min": [248], "max": [248], "mean": [248.0], "std": [0.0], "count": [853]}, "index": {"min": [214382], "max": [215234], "mean": [214808.0], "std": [246.23972059763227], "count": [853]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [853]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.731535756154748, 0.7003270806428067], "std": [0.4431604603547646, 0.4434889301461237], "count": [853]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.731535756154748, 0.7003270806428067], "std": [0.4431604603547646, 0.4434889301461237], "count": [853]}, "eef_direction_state": {"mean": [5.332942555685815, 5.198124267291911], "std": [1.6382890433821866, 1.9679486283992338], "min": [0, 0], "max": [6, 6], "count": [853]}, "eef_velocity_state": {"mean": [0.22743259085580306, 0.1910902696365768], "std": [0.5455544276222244, 0.4936315246426466], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_acc_mag_state": {"mean": [0.3212192262602579, 0.2966002344665885], "std": [0.662145020476245, 0.6459905565531664], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_direction_action": {"mean": [5.332942555685815, 5.198124267291911], "std": [1.6382890433821866, 1.9679486283992338], "min": [0, 0], "max": [6, 6], "count": [853]}, "eef_velocity_action": {"mean": [0.22743259085580306, 0.1910902696365768], "std": [0.5455544276222244, 0.4936315246426466], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_acc_mag_action": {"mean": [0.3212192262602579, 0.2966002344665885], "std": [0.662145020476245, 0.6459905565531664], "min": [0, 0], "max": [2, 2], "count": [853]}, "eef_sim_pose_state": {"mean": [0.42767347292072255, 0.24189325776906043, 1.1635469039978816, -0.06826298425173316, 0.02439673076742648, 1.4209522163640704, 0.4643185760738517, -0.1726738273933391, 1.1359466638034688, 0.04463204513147837, -0.012556417153630862, -1.3962064629025401], "std": [0.05866201179532422, 0.04096165611251915, 0.021058848613632837, 0.08503383738272784, 0.017222558074650268, 0.08218348461603601, 0.04627527543658211, 0.007867981496806615, 0.007119443302802986, 0.0506670494928129, 0.024698002541150926, 0.062492069673365826], "min": [0.3835020417576561, 0.11266071446349925, 1.1440167465764508, -0.3188340373428731, -0.01900530140138379, 1.1664077430305013, 0.3963672172294554, -0.19018988812486687, 1.116557242671022, -0.07846218604733046, -0.06756357062143903, -1.449006943699282], "max": [0.5761206773876554, 0.2702878849364619, 1.2170771969590277, -0.017498155836602525, 0.061476313929962334, 1.4862006222931914, 0.5869964452760518, -0.1569520295990791, 1.1540560160318607, 0.07738958017463637, 0.03228508706206523, -1.2714856155700058], "count": [853]}, "eef_sim_pose_action": {"mean": [0.42778520526062463, 0.24185922102423912, 1.1635339471264916, -0.06830049638472671, 0.02436130804457929, 1.420996784518285, 0.4643917404386348, -0.17265302300882568, 1.1359373685051501, 0.04466248431343395, -0.0124768975053576, -1.39636859719516], "std": [0.05866856503462493, 0.040954898982974955, 0.021066383780903176, 0.08501853118318292, 0.01723663367479206, 0.08220728569542064, 0.04621712262354235, 0.007849028424357496, 0.007113431928029286, 0.05067682014464459, 0.02462991668760887, 0.062432711530372255], "min": [0.3835020417576561, 0.11266071446349925, 1.1440167465764508, -0.3188340373428731, -0.01900530140138379, 1.1664077430305013, 0.3963672172294554, -0.19018988812486687, 1.116557242671022, -0.07846218604733046, -0.06756357062143903, -1.449006943699282], "max": [0.5761206773876554, 0.2702878849364619, 1.2170771969590277, -0.017498155836602525, 0.061476313929962334, 1.4862006222931914, 0.5869964452760518, -0.1569520295990791, 1.1540560160318607, 0.07738958017463637, 0.03228508706206523, -1.2714856155700058], "count": [853]}, "gripper_mode_state": {"mean": [0.268464243845252, 0.2966002344665885], "std": [0.4431604603547646, 0.45675872775564597], "min": [0, 0], "max": [1, 1], "count": [853]}, "gripper_activity_state": {"mean": [1.989449003516999, 1.895662368112544], "std": [0.13218801235948383, 0.4047113378853126], "min": [0, 0], "max": [2, 2], "count": [853]}, "gripper_mode_action": {"mean": [0.268464243845252, 0.2966002344665885], "std": [0.4431604603547646, 0.45675872775564597], "min": [0, 0], "max": [1, 1], "count": [853]}, "gripper_activity_action": {"mean": [1.989449003516999, 1.895662368112544], "std": [0.13218801235948383, 0.4047113378853126], "min": [0, 0], "max": [2, 2], "count": [853]}}} +{"episode_index": 249, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46815426051749814]], [[0.46089265584925954]], [[0.450134303642343]]], "std": [[[0.15403609559791742]], [[0.15584605001110272]], [[0.15929059488409256]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47045445261437907]], [[0.4639818555059155]], [[0.45651852067303716]]], "std": [[[0.14985896162178308]], [[0.1519200930491652]], [[0.15727121043309905]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47437458633242324]], [[0.4738284727393067]], [[0.4653975099797303]]], "std": [[[0.16959283589500737]], [[0.16795353544522212]], [[0.17498333001039346]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4864543944423761]], [[0.4795828614937536]], [[0.46590616726648465]]], "std": [[[0.14592583045106913]], [[0.14009530821039423]], [[0.14837115887740893]]], "count": [158]}, "observation.state": {"min": [-0.4899488389492035, 0.011431906372308731, 0.005288347601890564, -1.9544546604156494, -0.28581511974334717, -0.0938987135887146, -0.17556266486644745, -0.28327101469039917, 0.36664101481437683, 0.056703999638557434, -1.6439241170883179, -1.4552141427993774, -1.3920751810073853, -0.17327629029750824, -0.028867745772004128, -0.26258477568626404, -1.7714568376541138, 0.03232349827885628, -0.24329888820648193, -0.02626720443367958, -0.33246999979019165, -0.5728970170021057, 0.08211600035429001, 1.3825258016586304, -1.5340962409973145, 0.9269465208053589, 0.0, 0.0, -0.018524322658777237, -0.17388688027858734, -0.8418083786964417, 1.9092649221420288, -1.0625535249710083, -0.0038197641260921955], "max": [0.2655867636203766, 0.24101251363754272, 0.2620437443256378, -1.32124924659729, -0.12747885286808014, 0.23485150933265686, -0.019809486344456673, -0.1767670065164566, 0.5536289811134338, 0.20228199660778046, -1.2971378564834595, -1.244979977607727, -1.075425624847412, 0.5499706864356995, 0.18929840624332428, -0.1198168471455574, -0.8134805560112, 0.15419983863830566, 0.0136833805590868, 0.20633281767368317, -0.292043000459671, -0.3761749863624573, 0.11656499654054642, 1.4757189750671387, -1.2648683786392212, 1.316571593284607, 1001.0, 1002.0, -0.018503643572330475, -0.173418790102005, -0.8416245579719543, 1.9093108177185059, -1.0603269338607788, 0.0033878572285175323], "mean": [0.12749631702899933, 0.1859237253665924, 0.06453277170658112, -1.771065592765808, -0.21706454455852509, 0.016745639964938164, -0.053136467933654785, -0.26358214020729065, 0.40224990248680115, 0.18064762651920319, -1.344077467918396, -1.3341026306152344, -1.1826152801513672, 0.09168670326471329, 0.02428499422967434, -0.16474184393882751, -1.40951669216156, 0.056861959397792816, -0.17630310356616974, 0.03578885272145271, -0.30446457862854004, -0.4586341679096222, 0.11071916669607162, 1.411318063735962, -1.32405424118042, 1.20332932472229, 713.2488403320312, 698.8002319335938, -0.0185142382979393, -0.17377586662769318, -0.8417136669158936, 1.9092916250228882, -1.0614548921585083, 0.000572390214074403], "std": [0.2133803814649582, 0.07200255990028381, 0.06289402395486832, 0.13918545842170715, 0.05381069704890251, 0.058769989758729935, 0.047153156250715256, 0.03299669548869133, 0.053550541400909424, 0.03882952407002449, 0.0960054025053978, 0.043423037976026535, 0.04284650459885597, 0.17501817643642426, 0.08155791461467743, 0.05609261244535446, 0.2282395213842392, 0.02666768990457058, 0.08444815874099731, 0.06768835335969925, 0.010326532647013664, 0.04894762858748436, 0.007633702363818884, 0.031041406095027924, 0.07795635610818863, 0.14262917637825012, 438.66522216796875, 445.85577392578125, 1.3836425978297484e-06, 5.202459578868002e-05, 6.25397588009946e-05, 1.340669496130431e-05, 0.0005887307343073189, 0.0007074209279380739], "count": [856]}, "action": {"min": [-0.4899488389492035, 0.011431906372308731, 0.005288347601890564, -1.9544546604156494, -0.28581511974334717, -0.0938987135887146, -0.17556266486644745, -0.28327101469039917, 0.36664101481437683, 0.056703999638557434, -1.6439241170883179, -1.4552141427993774, -1.3920751810073853, -0.17327629029750824, -0.028867745772004128, -0.26258477568626404, -1.7714568376541138, 0.03232349827885628, -0.24329888820648193, -0.02626720443367958, -0.33246999979019165, -0.5728970170021057, 0.08211600035429001, 1.3825258016586304, -1.5340962409973145, 0.9269465208053589, 0.0, 0.0, -0.018524322658777237, -0.17388688027858734, -0.8418083786964417, 1.9092649221420288, -1.0625535249710083, -0.0038197641260921955], "max": [0.2655867636203766, 0.24101251363754272, 0.2620437443256378, -1.32124924659729, -0.12747885286808014, 0.23485150933265686, -0.019809486344456673, -0.1767670065164566, 0.5536289811134338, 0.20228199660778046, -1.2971378564834595, -1.244979977607727, -1.075425624847412, 0.5499706864356995, 0.18929840624332428, -0.1198168471455574, -0.8134805560112, 0.15419983863830566, 0.0136833805590868, 0.20633281767368317, -0.292043000459671, -0.3761749863624573, 0.11656499654054642, 1.4757189750671387, -1.2648683786392212, 1.316571593284607, 1001.0, 1002.0, -0.018503643572330475, -0.173418790102005, -0.8416245579719543, 1.9093108177185059, -1.0603269338607788, 0.0033878572285175323], "mean": [0.12722612917423248, 0.1857694834470749, 0.06453471630811691, -1.7708911895751953, -0.2169206589460373, 0.01684216409921646, -0.05320165306329727, -0.2635634243488312, 0.4023258090019226, 0.18061861395835876, -1.3441040515899658, -1.3340948820114136, -1.1826105117797852, 0.09199396520853043, 0.024032969027757645, -0.1645798534154892, -1.4090811014175415, 0.05683160200715065, -0.17650668323040009, 0.035835012793540955, -0.30447709560394287, -0.45873498916625977, 0.11072543263435364, 1.4112215042114258, -1.3239927291870117, 1.203610897064209, 713.2488403320312, 698.8002319335938, -0.0185142382979393, -0.17377591133117676, -0.841713547706604, 1.9092916250228882, -1.0614538192749023, 0.0005727073876187205], "std": [0.21335192024707794, 0.0720258578658104, 0.0628935694694519, 0.1391809582710266, 0.053876813501119614, 0.058776337653398514, 0.04714573547244072, 0.03299006447196007, 0.05354609712958336, 0.038822952657938004, 0.0959954783320427, 0.04342637211084366, 0.04284657910466194, 0.17478448152542114, 0.08138079196214676, 0.05601043254137039, 0.22790394723415375, 0.02667233906686306, 0.08438577502965927, 0.06765973567962646, 0.010317964479327202, 0.04886646568775177, 0.007635065354406834, 0.030970118939876556, 0.07797212153673172, 0.14259649813175201, 438.66522216796875, 445.85577392578125, 1.3836424841429107e-06, 5.204189437790774e-05, 6.250388105399907e-05, 1.3382886209001299e-05, 0.0005884529673494399, 0.0007073916494846344], "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": [249], "max": [249], "mean": [249.0], "std": [0.0], "count": [856]}, "index": {"min": [215235], "max": [216090], "mean": [215662.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7511682242990654, 0.6974918222855603], "std": [0.4323361228285844, 0.44496381244262373], "count": [856]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7511682242990654, 0.6974918222855603], "std": [0.4323361228285844, 0.44496381244262373], "count": [856]}, "eef_direction_state": {"mean": [5.360981308411215, 5.23714953271028], "std": [1.697117118430338, 1.9439754301346153], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_state": {"mean": [0.22313084112149534, 0.18574766355140188], "std": [0.5661622828696276, 0.4946750579540343], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_state": {"mean": [0.3119158878504673, 0.28154205607476634], "std": [0.6607472917684591, 0.6349887449201113], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_direction_action": {"mean": [5.360981308411215, 5.23714953271028], "std": [1.697117118430338, 1.9439754301346153], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_action": {"mean": [0.22313084112149534, 0.18574766355140188], "std": [0.5661622828696276, 0.4946750579540343], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_action": {"mean": [0.3119158878504673, 0.28154205607476634], "std": [0.6607472917684591, 0.6349887449201113], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_sim_pose_state": {"mean": [0.42036932005318606, 0.24745514507105754, 1.173612710813748, -0.04285882927503355, 0.028912578994459277, 1.4075058744275446, 0.4782193160937464, -0.18097870238374267, 1.126365850200231, 0.0983771706455384, 0.022736400415901463, -1.3728260376992385], "std": [0.055868869127729606, 0.029994707317550218, 0.028303325385931624, 0.05199945368929755, 0.02085579351730711, 0.08607008462968486, 0.04974585778099908, 0.004889968352746255, 0.00923278070208579, 0.0876100474553664, 0.046446850125615786, 0.08620525767738825], "min": [0.38348412783767094, 0.14963413850413215, 1.1567885603302304, -0.2438153544519831, -0.03948541303612774, 1.1536978613867612, 0.39638235530639154, -0.19334502692480737, 1.1186639419866087, -0.08986177585993271, -0.06757710096028458, -1.4447379269306528], "max": [0.5791429645344444, 0.26455658092005485, 1.2525212133122487, -0.013372956565221195, 0.10408606851833335, 1.4621114042594097, 0.5964945336864851, -0.1730347833429905, 1.1455333421988287, 0.16507158592922455, 0.060681317610166596, -1.1933640110133723], "count": [856]}, "eef_sim_pose_action": {"mean": [0.42044544040216564, 0.24742750770294733, 1.1736298519848376, -0.04287237288395393, 0.028898620231540807, 1.4074938888847033, 0.4783178682934146, -0.1809661193183853, 1.1263386328912095, 0.09850649308795459, 0.022876901182914106, -1.3729786926305882], "std": [0.05586296574846834, 0.02998988090448645, 0.028297578185125724, 0.051994349390447336, 0.020857237946503383, 0.08606546419935676, 0.049667146721766406, 0.004883892715878374, 0.009213580195907525, 0.08761717612257035, 0.04635537212521174, 0.08619964097373098], "min": [0.38348412783767094, 0.14963413850413215, 1.1567885603302304, -0.2438153544519831, -0.03948541303612774, 1.1536978613867612, 0.39638235530639154, -0.19334502692480737, 1.1186639419866087, -0.08986177585993271, -0.06757710096028458, -1.4447379269306528], "max": [0.5791429645344444, 0.26455658092005485, 1.2525212133122487, -0.013372956565221195, 0.10408606851833335, 1.4621114042594097, 0.5964945336864851, -0.1730347833429905, 1.1455333421988287, 0.16507158592922455, 0.060681317610166596, -1.1933640110133723], "count": [856]}, "gripper_mode_state": {"mean": [0.2488317757009346, 0.30490654205607476], "std": [0.4323361228285844, 0.4603678340930099], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_state": {"mean": [1.9894859813084111, 1.908878504672897], "std": [0.13195764432928547, 0.378901084674955], "min": [0, 0], "max": [2, 2], "count": [856]}, "gripper_mode_action": {"mean": [0.2488317757009346, 0.30490654205607476], "std": [0.4323361228285844, 0.46036783409300996], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_action": {"mean": [1.9894859813084111, 1.908878504672897], "std": [0.13195764432928547, 0.378901084674955], "min": [0, 0], "max": [2, 2], "count": [856]}}} +{"episode_index": 250, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46442332593414726]], [[0.4572381279031529]], [[0.446837113854976]]], "std": [[[0.15669208553597963]], [[0.16063150885731217]], [[0.16446506207394102]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47271638508652936]], [[0.4661202136514983]], [[0.45849772500719366]]], "std": [[[0.14902421602918423]], [[0.1511892326400985]], [[0.15633669457738064]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46552445071319937]], [[0.46532899144982937]], [[0.4566361270399145]]], "std": [[[0.16409883469236147]], [[0.16335530118417296]], [[0.17014555732585598]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49517053967813546]], [[0.4852081380770337]], [[0.47014929014058454]]], "std": [[[0.154954878009169]], [[0.1467172194463139]], [[0.15485892231755113]]], "count": [159]}, "observation.state": {"min": [-0.4679925739765167, -0.07656759768724442, 0.00815068744122982, -1.8706613779067993, -0.25385814905166626, -0.2335948646068573, -0.17074556648731232, -0.2899459898471832, 0.3666520118713379, 0.025996999815106392, -1.6980866193771362, -1.4489589929580688, -1.4249546527862549, -0.17331120371818542, -0.06951646506786346, -0.26256734132766724, -1.7714743614196777, -0.004398229997605085, -0.1967509686946869, -0.026232298463582993, -0.337116003036499, -0.5717390179634094, 0.08012700080871582, 1.3367382287979126, -1.4308903217315674, 0.9409299492835999, 0.0, 0.0, -0.01852056197822094, -0.1740259975194931, -0.8418202996253967, 1.9092744588851929, -1.0621612071990967, -0.0024604443460702896], "max": [0.2655692994594574, 0.2410474270582199, 0.29195868968963623, -1.2392011880874634, -0.03429571911692619, 0.03193952515721321, -0.01984439231455326, -0.19047099351882935, 0.553026020526886, 0.20317399501800537, -1.219374179840088, -1.230082392692566, -1.17999267578125, 0.5411044359207153, 0.18931587040424347, -0.14121457934379578, -0.7741407752037048, 0.07136651873588562, 0.07770206034183502, 0.10995574295520782, -0.292044997215271, -0.3761650025844574, 0.1097399964928627, 1.4756050109863281, -1.3196117877960205, 1.229612946510315, 1001.0, 1002.0, -0.018509283661842346, -0.17350150644779205, -0.841614305973053, 1.9092981815338135, -1.0594886541366577, 0.0025809986982494593], "mean": [0.12967902421951294, 0.16399376094341278, 0.0684429332613945, -1.750087857246399, -0.20944760739803314, -0.03058926947414875, -0.0485110729932785, -0.26610586047172546, 0.4012033939361572, 0.17336204648017883, -1.356960415840149, -1.3286241292953491, -1.2140960693359375, 0.04583706334233284, 0.009769493713974953, -0.18586228787899017, -1.4505280256271362, 0.016462771221995354, -0.1485908180475235, 0.037635307759046555, -0.3085237443447113, -0.44370707869529724, 0.0936056450009346, 1.424677848815918, -1.3475134372711182, 1.1513015031814575, 668.1018676757812, 703.7002563476562, -0.01851387321949005, -0.1738124042749405, -0.8417773246765137, 1.909293532371521, -1.0614413022994995, 0.0005209102528169751], "std": [0.22087837755680084, 0.10604673624038696, 0.07389028370380402, 0.1692684292793274, 0.06568755209445953, 0.04656510055065155, 0.04442502558231354, 0.03321376442909241, 0.05528740584850311, 0.05270636826753616, 0.13778549432754517, 0.031579915434122086, 0.04963234066963196, 0.19612011313438416, 0.08437973260879517, 0.0371859110891819, 0.26260727643966675, 0.026266099885106087, 0.061659153550863266, 0.035961050540208817, 0.012362741865217686, 0.05377453193068504, 0.00796449650079012, 0.037781912833452225, 0.03494994342327118, 0.08585725724697113, 458.1208190917969, 443.61767578125, 1.1534227724041557e-06, 3.093381383223459e-05, 6.089561793487519e-05, 1.0886098607443273e-05, 0.00042194666457362473, 0.0005899329553358257], "count": [864]}, "action": {"min": [-0.4679925739765167, -0.07656759768724442, 0.00815068744122982, -1.8706613779067993, -0.25385814905166626, -0.2335948646068573, -0.17074556648731232, -0.2899459898471832, 0.3666520118713379, 0.025996999815106392, -1.6980866193771362, -1.4489589929580688, -1.4249546527862549, -0.17331120371818542, -0.06951646506786346, -0.26256734132766724, -1.7714743614196777, -0.004398229997605085, -0.1967509686946869, -0.026232298463582993, -0.337116003036499, -0.5717390179634094, 0.08012700080871582, 1.3367382287979126, -1.4308903217315674, 0.9409299492835999, 0.0, 0.0, -0.01852056197822094, -0.1740259975194931, -0.8418202996253967, 1.9092744588851929, -1.0621612071990967, -0.0024604443460702896], "max": [0.2655692994594574, 0.2410474270582199, 0.29195868968963623, -1.2392011880874634, -0.03429571911692619, 0.03193952515721321, -0.01984439231455326, -0.19047099351882935, 0.553026020526886, 0.20317399501800537, -1.219374179840088, -1.230082392692566, -1.17999267578125, 0.5411044359207153, 0.18931587040424347, -0.14121457934379578, -0.7741407752037048, 0.07136651873588562, 0.07770206034183502, 0.10995574295520782, -0.292044997215271, -0.3761749863624573, 0.1097399964928627, 1.4756050109863281, -1.3196117877960205, 1.229612946510315, 1001.0, 1002.0, -0.018509283661842346, -0.17350150644779205, -0.841614305973053, 1.9092981815338135, -1.0594886541366577, 0.0025809986982494593], "mean": [0.12945695221424103, 0.16378416121006012, 0.06840558350086212, -1.7498856782913208, -0.2093263417482376, -0.030541373416781425, -0.04855462908744812, -0.26611214876174927, 0.40126731991767883, 0.1733398139476776, -1.3568830490112305, -1.3286328315734863, -1.2141693830490112, 0.04602979123592377, 0.009518138132989407, -0.18575455248355865, -1.4502183198928833, 0.016384534537792206, -0.14873257279396057, 0.037708111107349396, -0.30854037404060364, -0.44377169013023376, 0.09358447045087814, 1.4246264696121216, -1.3475135564804077, 1.151476263999939, 668.1018676757812, 703.7002563476562, -0.018513871356844902, -0.17381246387958527, -0.8417771458625793, 1.909293532371521, -1.0614413022994995, 0.0005211014649830759], "std": [0.22083795070648193, 0.10607326775789261, 0.07391174137592316, 0.169254332780838, 0.06570211797952652, 0.04659636318683624, 0.04441550001502037, 0.03321751952171326, 0.05527935177087784, 0.05269840732216835, 0.1378377228975296, 0.03157826513051987, 0.04963560774922371, 0.19598527252674103, 0.08416788280010223, 0.037098295986652374, 0.2623850703239441, 0.02621947042644024, 0.06160423532128334, 0.035895202308893204, 0.012350257486104965, 0.053726885467767715, 0.007945980876684189, 0.0377432219684124, 0.034949831664562225, 0.08583838492631912, 458.1208190917969, 443.6177062988281, 1.153406742560037e-06, 3.096386353718117e-05, 6.1009206547169015e-05, 1.087419605028117e-05, 0.0004219486436340958, 0.0005899119423702359], "count": [864]}, "timestamp": {"min": [0.0], "max": [28.766666666666666], "mean": [14.383333333333335], "std": [8.31383830774976], "count": [864]}, "frame_index": {"min": [0], "max": [863], "mean": [431.5], "std": [249.4151492324928], "count": [864]}, "episode_index": {"min": [250], "max": [250], "mean": [250.0], "std": [0.0], "count": [864]}, "index": {"min": [216091], "max": [216954], "mean": [216522.5], "std": [249.4151492324928], "count": [864]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [864]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7083333333333334, 0.702399305665124], "std": [0.4545296714431566, 0.4427465744406044], "count": [864]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7083333333333334, 0.702399305665124], "std": [0.4545296714431566, 0.4427465744406044], "count": [864]}, "eef_direction_state": {"mean": [5.305555555555555, 5.329861111111111], "std": [1.6496819745890319, 1.8216132906601847], "min": [0, 0], "max": [6, 6], "count": [864]}, "eef_velocity_state": {"mean": [0.2337962962962963, 0.18055555555555555], "std": [0.5322614534240638, 0.5135133763148921], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_acc_mag_state": {"mean": [0.36342592592592593, 0.2951388888888889], "std": [0.6971206150447964, 0.6452637123592672], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_direction_action": {"mean": [5.305555555555555, 5.329861111111111], "std": [1.6496819745890319, 1.8216132906601847], "min": [0, 0], "max": [6, 6], "count": [864]}, "eef_velocity_action": {"mean": [0.2337962962962963, 0.18055555555555555], "std": [0.5322614534240638, 0.5135133763148921], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_acc_mag_action": {"mean": [0.36342592592592593, 0.2951388888888889], "std": [0.6971206150447964, 0.6452637123592672], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_sim_pose_state": {"mean": [0.4198671299314995, 0.2397466833515917, 1.1679578590684654, -0.07070715889543518, 0.038171883230422525, 1.4092765188859853, 0.4631745164237388, -0.1677982754966949, 1.1255455808071937, 0.06985272732298115, 0.001776863192953916, -1.3425995376052815], "std": [0.05822554874217402, 0.043771736149419135, 0.023033660831442027, 0.09804311235517821, 0.02643219562725134, 0.09351981018418672, 0.05382339869649736, 0.01009572303695253, 0.009782883879265703, 0.0693457976661729, 0.03430740871866478, 0.029275776103564164], "min": [0.3834892451982576, 0.1175143129137816, 1.1504755366060218, -0.34291760376670755, -0.01715813314948189, 1.1311437024796789, 0.3963774205108061, -0.1890167330376997, 1.1110782162949764, -0.09012194745724134, -0.06764610369155433, -1.373539499321403], "max": [0.5775764867394226, 0.2645602031889681, 1.2255356454057784, -0.00844623650717391, 0.10479920712907953, 1.4974910705004123, 0.5911142696282796, -0.15751004649823852, 1.145930221875004, 0.1258873284942963, 0.02416130658194393, -1.2601224495705972], "count": [864]}, "eef_sim_pose_action": {"mean": [0.4199303815307278, 0.23971797590498115, 1.1679520307620725, -0.0707029921392154, 0.038237471088709396, 1.40933265820196, 0.4632378172254004, -0.16776839343973024, 1.125519638581669, 0.06993397639228914, 0.0018811963014729069, -1.342669568120863], "std": [0.0582156940468961, 0.04376360033531166, 0.023037115578418952, 0.09804544719409816, 0.026488655738048303, 0.09355631051828135, 0.05377694954945176, 0.010071990027267696, 0.009762229639584168, 0.06936122586100134, 0.03423357288365618, 0.02925662806536671], "min": [0.3834892451982576, 0.1175143129137816, 1.1504755366060218, -0.34291760376670755, -0.01715813314948189, 1.1311437024796789, 0.3963774205108061, -0.1890167330376997, 1.1110782162949764, -0.09012194745724134, -0.06764610369155433, -1.373539499321403], "max": [0.5775764867394226, 0.2645602031889681, 1.2255356454057784, -0.00844623650717391, 0.10479920712907953, 1.4974910705004123, 0.5911142696282796, -0.15751004649823852, 1.145930221875004, 0.1258873284942963, 0.02416130658194393, -1.2601224495705972], "count": [864]}, "gripper_mode_state": {"mean": [0.2916666666666667, 0.2974537037037037], "std": [0.4545296714431566, 0.4571378324495293], "min": [0, 0], "max": [1, 1], "count": [864]}, "gripper_activity_state": {"mean": [1.9895833333333333, 1.8912037037037037], "std": [0.1313491688845679, 0.4135622520039467], "min": [0, 0], "max": [2, 2], "count": [864]}, "gripper_mode_action": {"mean": [0.2916666666666667, 0.2974537037037037], "std": [0.4545296714431566, 0.4571378324495293], "min": [0, 0], "max": [1, 1], "count": [864]}, "gripper_activity_action": {"mean": [1.9895833333333333, 1.8912037037037037], "std": [0.13134916888456794, 0.4135622520039467], "min": [0, 0], "max": [2, 2], "count": [864]}}} +{"episode_index": 251, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46566638883814393]], [[0.45766432225063935]], [[0.4471039852535217]]], "std": [[[0.15854952064166206]], [[0.16222151054791054]], [[0.16606698711206105]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687006074168798]], [[0.46158212306661794]], [[0.4536696212905452]]], "std": [[[0.15136959609315917]], [[0.15473151353212888]], [[0.16048508415299947]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4669843401128567]], [[0.46657771460033287]], [[0.45774418716762066]]], "std": [[[0.16261025368047258]], [[0.16159970445054628]], [[0.168288774962631]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4917458160800552]], [[0.48227044767182237]], [[0.46744790144318593]]], "std": [[[0.15246027743386215]], [[0.14525766677659274]], [[0.15397513777862346]]], "count": [161]}, "observation.state": {"min": [-0.48890161514282227, -0.004886921960860491, -0.028902653604745865, -1.997948169708252, -0.36484360694885254, -0.07527605444192886, -0.18699456751346588, -0.28326499462127686, 0.3639320135116577, 0.05741700157523155, -1.5885275602340698, -1.539957880973816, -1.3662296533584595, -0.17331120371818542, -0.07738789916038513, -0.26258477568626404, -1.7714568376541138, -0.007365289144217968, -0.17441074550151825, -0.0262148454785347, -0.333422988653183, -0.5737289786338806, 0.0707160010933876, 1.2829554080963135, -1.5470410585403442, 0.9661192297935486, 0.0, 0.0, -0.018558159470558167, -0.1744677573442459, -0.841827392578125, 1.909273624420166, -1.0625360012054443, -0.0032967296428978443], "max": [0.27150341868400574, 0.246527761220932, 0.27323129773139954, -1.3463643789291382, -0.11121238023042679, 0.26539477705955505, -0.01984439231455326, -0.16821199655532837, 0.5537130236625671, 0.20564399659633636, -1.2278456687927246, -1.282004952430725, -1.066704273223877, 0.5490107536315918, 0.18931587040424347, -0.15680038928985596, -0.7889062762260437, 0.183730810880661, 0.1422966867685318, 0.16175711154937744, -0.29203400015830994, -0.37616199254989624, 0.12197499722242355, 1.4756050109863281, -1.2964421510696411, 1.2231974601745605, 1001.0, 1002.0, -0.018488604575395584, -0.17251457273960114, -0.8415247201919556, 1.9093362092971802, -1.0592889785766602, 0.005012965761125088], "mean": [0.11751265823841095, 0.19101043045520782, 0.07298669219017029, -1.7775797843933105, -0.23886507749557495, 0.04303396865725517, -0.05267564579844475, -0.2578103840351105, 0.4031619429588318, 0.17660117149353027, -1.3402138948440552, -1.358845591545105, -1.1743766069412231, 0.09553685784339905, 0.020266208797693253, -0.1863677054643631, -1.428701400756836, 0.02997414581477642, -0.12101059406995773, 0.036893028765916824, -0.29977869987487793, -0.4586903154850006, 0.09656482934951782, 1.4255194664001465, -1.3445407152175903, 1.1456643342971802, 665.173095703125, 671.1321411132812, -0.018522540107369423, -0.1738634705543518, -0.841741144657135, 1.9092930555343628, -1.0614283084869385, 0.0005918917013332248], "std": [0.24945317208766937, 0.07866945117712021, 0.0756857767701149, 0.1545076221227646, 0.0453629232943058, 0.09155009686946869, 0.04865369573235512, 0.04161066934466362, 0.06088219955563545, 0.04611656069755554, 0.10358712077140808, 0.059558700770139694, 0.04493182152509689, 0.19051943719387054, 0.08845643699169159, 0.03828665241599083, 0.2538137435913086, 0.04342004656791687, 0.06855766475200653, 0.04487255960702896, 0.012654002755880356, 0.05357811972498894, 0.009898161515593529, 0.0484500378370285, 0.06322899460792542, 0.08692391961812973, 459.1986999511719, 456.76629638671875, 7.18180535841384e-06, 9.290754678659141e-05, 6.37728808214888e-05, 1.5554962374153547e-05, 0.0005935680237598717, 0.0010390004608780146], "count": [878]}, "action": {"min": [-0.48890161514282227, -0.004886921960860491, -0.028902653604745865, -1.997948169708252, -0.36484360694885254, -0.07527605444192886, -0.18699456751346588, -0.28326499462127686, 0.3639320135116577, 0.05741700157523155, -1.5885275602340698, -1.539957880973816, -1.3662296533584595, -0.17331120371818542, -0.07738789916038513, -0.26258477568626404, -1.7714568376541138, -0.007365289144217968, -0.17441074550151825, -0.0262148454785347, -0.333422988653183, -0.5737289786338806, 0.0707160010933876, 1.2829554080963135, -1.5470410585403442, 0.9661192297935486, 0.0, 0.0, -0.018558159470558167, -0.1744677573442459, -0.841827392578125, 1.909273624420166, -1.0625360012054443, -0.0032967296428978443], "max": [0.27150341868400574, 0.246527761220932, 0.27323129773139954, -1.3463643789291382, -0.11121238023042679, 0.26539477705955505, -0.01984439231455326, -0.16821199655532837, 0.5537130236625671, 0.20564399659633636, -1.2278456687927246, -1.282004952430725, -1.066704273223877, 0.5490107536315918, 0.18931587040424347, -0.15680038928985596, -0.7889062762260437, 0.183730810880661, 0.1422966867685318, 0.16175711154937744, -0.29203400015830994, -0.37616199254989624, 0.12197499722242355, 1.4756050109863281, -1.2964421510696411, 1.2231974601745605, 1001.0, 1002.0, -0.018488604575395584, -0.17251457273960114, -0.8415247201919556, 1.9093362092971802, -1.0592889785766602, 0.005012965761125088], "mean": [0.11728578805923462, 0.19084669649600983, 0.07299988716840744, -1.7774815559387207, -0.23881377279758453, 0.04324011132121086, -0.05272144451737404, -0.25779056549072266, 0.4032239615917206, 0.1765616089105606, -1.3401390314102173, -1.358962893486023, -1.174381971359253, 0.09584110230207443, 0.02001853659749031, -0.1862558126449585, -1.4283168315887451, 0.02989773266017437, -0.12112683057785034, 0.03695846349000931, -0.2997811436653137, -0.45878827571868896, 0.09654645621776581, 1.4254800081253052, -1.3445147275924683, 1.1458371877670288, 665.173095703125, 671.1309814453125, -0.018522555008530617, -0.17386341094970703, -0.8417409062385559, 1.9092930555343628, -1.0614280700683594, 0.0005916246445849538], "std": [0.2494090348482132, 0.07871478796005249, 0.07568150758743286, 0.15448962152004242, 0.04537137225270271, 0.09161008149385452, 0.04864172264933586, 0.041602667421102524, 0.06087270379066467, 0.04610977694392204, 0.1036418080329895, 0.05958116054534912, 0.04493342712521553, 0.19030383229255676, 0.088286854326725, 0.03820730373263359, 0.2535500228404999, 0.04341588541865349, 0.06854695826768875, 0.04482265189290047, 0.012652676552534103, 0.05350584164261818, 0.00988870207220316, 0.048423945903778076, 0.0632401779294014, 0.08691568672657013, 459.19873046875, 456.76507568359375, 7.179534350143513e-06, 9.293187758885324e-05, 6.373720680130646e-05, 1.5552981494693086e-05, 0.0005935793160460889, 0.001038994174450636], "count": [878]}, "timestamp": {"min": [0.0], "max": [29.233333333333334], "mean": [14.616666666666664], "std": [8.448553459353594], "count": [878]}, "frame_index": {"min": [0], "max": [877], "mean": [438.5], "std": [253.45660378060776], "count": [878]}, "episode_index": {"min": [251], "max": [251], "mean": [251.0], "std": [0.0], "count": [878]}, "index": {"min": [216955], "max": [217832], "mean": [217393.5], "std": [253.45660378060776], "count": [878]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [878]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7072892938496583, 0.6703849662655375], "std": [0.4550067567139107, 0.45622479250562137], "count": [878]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7072892938496583, 0.6703849662655375], "std": [0.4550067567139107, 0.4562247925056214], "count": [878]}, "eef_direction_state": {"mean": [5.35876993166287, 5.23120728929385], "std": [1.6156930681836035, 1.9025414366858708], "min": [0, 0], "max": [6, 6], "count": [878]}, "eef_velocity_state": {"mean": [0.2357630979498861, 0.19362186788154898], "std": [0.5808220538411196, 0.5040657955707676], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_acc_mag_state": {"mean": [0.32915717539863326, 0.30296127562642367], "std": [0.6680757874343521, 0.6433577747185975], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_direction_action": {"mean": [5.35876993166287, 5.23120728929385], "std": [1.6156930681836035, 1.9025414366858708], "min": [0, 0], "max": [6, 6], "count": [878]}, "eef_velocity_action": {"mean": [0.2357630979498861, 0.19362186788154898], "std": [0.5808220538411196, 0.5040657955707676], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_acc_mag_action": {"mean": [0.32915717539863326, 0.30296127562642367], "std": [0.6680757874343521, 0.6433577747185975], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_sim_pose_state": {"mean": [0.4216264105994591, 0.24503132754575405, 1.1805511630421333, -0.03247770852583764, 0.041000863152606364, 1.393298903083253, 0.47837904842350176, -0.17087558230381236, 1.134533652929217, 0.0677347980216469, -0.0023320495518233337, -1.342887853167164], "std": [0.06367294187169235, 0.036551907956800106, 0.0375661626500589, 0.048450677308483694, 0.03369421384851671, 0.09652448895587656, 0.053702006966373665, 0.012126361321195905, 0.0074066648855654876, 0.0805648873401283, 0.03507358612275437, 0.0370950341938995], "min": [0.382252542023952, 0.14855845484632735, 1.1567882185058782, -0.21719955701255722, -0.013190924895858158, 1.1440323298460626, 0.396371916662534, -0.20373661547078054, 1.1176269933063967, -0.11929558376631766, -0.06761267896890155, -1.3777931960158993], "max": [0.5779136899776379, 0.2720542834171019, 1.2621791080950584, 0.03504647694787033, 0.11717890236206974, 1.4499704871691148, 0.5937085929367673, -0.15002743114193912, 1.155008761830552, 0.1340131938369895, 0.09878130866047097, -1.2595509100453905], "count": [878]}, "eef_sim_pose_action": {"mean": [0.421688929228926, 0.24499500141911623, 1.1805775531542373, -0.0324204733953984, 0.041095983623638664, 1.3932750649105496, 0.4784756213700769, -0.17084776225139153, 1.1345209265746432, 0.06782372281255808, -0.0022469018335577384, -1.3429665557103236], "std": [0.06366243189870424, 0.03654833908324789, 0.037557603938332455, 0.04849802940791192, 0.03378832571507288, 0.09651405974340029, 0.05363066040577198, 0.012113426613171796, 0.007399127348313981, 0.08058600537738123, 0.035005818605231734, 0.03708648514093584], "min": [0.382252542023952, 0.14855845484632735, 1.1567882185058782, -0.21719955701255722, -0.013190924895858158, 1.1440323298460626, 0.396371916662534, -0.20373661547078054, 1.1176269933063967, -0.11929558376631766, -0.06761267896890155, -1.3777931960158993], "max": [0.5779136899776379, 0.2720542834171019, 1.2621791080950584, 0.03504647694787033, 0.11717890236206974, 1.4499704871691148, 0.5937085929367673, -0.15002743114193912, 1.155008761830552, 0.1340131938369895, 0.09878130866047097, -1.2595509100453905], "count": [878]}, "gripper_mode_state": {"mean": [0.29271070615034167, 0.32915717539863326], "std": [0.4550067567139107, 0.46990714963939956], "min": [0, 0], "max": [1, 1], "count": [878]}, "gripper_activity_state": {"mean": [1.989749430523918, 1.9066059225512528], "std": [0.13030429112486155, 0.38529591865311974], "min": [0, 0], "max": [2, 2], "count": [878]}, "gripper_mode_action": {"mean": [0.29271070615034167, 0.32915717539863326], "std": [0.4550067567139107, 0.46990714963939956], "min": [0, 0], "max": [1, 1], "count": [878]}, "gripper_activity_action": {"mean": [1.989749430523918, 1.9066059225512528], "std": [0.13030429112486155, 0.38529591865311974], "min": [0, 0], "max": [2, 2], "count": [878]}}} +{"episode_index": 252, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4710927442707041]], [[0.4621118582981716]], [[0.450586291056507]]], "std": [[[0.14957161738391536]], [[0.15384868854406494]], [[0.15854335034310876]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4692077645404153]], [[0.46448207785223794]], [[0.4570745338483495]]], "std": [[[0.1495175279471873]], [[0.1523238675667195]], [[0.15758347097829767]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47083534737734756]], [[0.46996533207164726]], [[0.46133398098163314]]], "std": [[[0.1677224838223974]], [[0.16674255960091053]], [[0.17340910668828852]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49484526247207744]], [[0.48517972822040206]], [[0.4699374250227517]]], "std": [[[0.1477003566962722]], [[0.1409594065460044]], [[0.14923930113159012]]], "count": [158]}, "observation.state": {"min": [-0.502899169921875, 0.04216715320944786, -0.010733774863183498, -1.9919617176055908, -0.29537951946258545, -0.020874137058854103, -0.21275563538074493, -0.28327101469039917, 0.3666509985923767, 0.06517700105905533, -1.6030826568603516, -1.5102777481079102, -1.3280664682388306, -0.17332863807678223, -0.013823007233440876, -0.26392868161201477, -1.7714743614196777, 0.04092797264456749, -0.13055062294006348, -0.0262148454785347, -0.331167995929718, -0.5759789943695068, 0.08781100064516068, 1.3308855295181274, -1.5217227935791016, 0.9353137612342834, 0.0, 0.0, -0.018543120473623276, -0.17410869896411896, -0.8420516848564148, 1.9092838764190674, -1.0630874633789062, -0.004876274149864912], "max": [0.2655344009399414, 0.25820401310920715, 0.2619040906429291, -1.335700511932373, -0.149190753698349, 0.21849776804447174, -0.019774580374360085, -0.17414599657058716, 0.5551850199699402, 0.204585999250412, -1.241179347038269, -1.3106995820999146, -1.0265072584152222, 0.5606346726417542, 0.18931587040424347, -0.1351233869791031, -0.801734447479248, 0.1534842550754547, 0.0760614424943924, 0.17647023499011993, -0.28951799869537354, -0.376010000705719, 0.12254799902439117, 1.4761825799942017, -1.306626558303833, 1.2581737041473389, 1001.0, 1002.0, -0.01851492188870907, -0.17337742447853088, -0.8417743444442749, 1.90932035446167, -1.0594879388809204, 0.0033052728977054358], "mean": [0.13850082457065582, 0.2050497680902481, 0.0685877576470375, -1.7855485677719116, -0.24851085245609283, 0.03307404741644859, -0.0586717315018177, -0.2631596326828003, 0.39816799759864807, 0.18145325779914856, -1.3384976387023926, -1.3613718748092651, -1.1702876091003418, 0.05274135246872902, 0.03564421087503433, -0.1707392930984497, -1.4955660104751587, 0.06229027733206749, -0.0993511751294136, 0.0332161970436573, -0.2952267527580261, -0.4487999677658081, 0.11066228151321411, 1.3943467140197754, -1.3444364070892334, 1.1765040159225464, 712.7476806640625, 744.9275512695312, -0.018527159467339516, -0.17376630008220673, -0.841845691204071, 1.9092998504638672, -1.0614842176437378, 0.0006258166977204382], "std": [0.2262977957725525, 0.059151358902454376, 0.06954827904701233, 0.14343687891960144, 0.03112940490245819, 0.07566820085048676, 0.05720226466655731, 0.03640810772776604, 0.055463213473558426, 0.04008284956216812, 0.10770529508590698, 0.05965689942240715, 0.051085054874420166, 0.174076110124588, 0.0775751918554306, 0.0491485558450222, 0.22169362008571625, 0.02904876321554184, 0.047785189002752304, 0.05701146274805069, 0.010818848386406898, 0.048713333904743195, 0.00636254670098424, 0.040150634944438934, 0.0673549696803093, 0.11145249009132385, 439.09710693359375, 422.23297119140625, 1.8771046370602562e-06, 4.925092798657715e-05, 4.403826460475102e-05, 5.6775570556055754e-06, 0.000594926648773253, 0.0008375044562853873], "count": [856]}, "action": {"min": [-0.502899169921875, 0.04216715320944786, -0.010733774863183498, -1.9919617176055908, -0.29537951946258545, -0.020874137058854103, -0.21275563538074493, -0.28327101469039917, 0.3666509985923767, 0.06517700105905533, -1.6030826568603516, -1.5102777481079102, -1.3280664682388306, -0.17332863807678223, -0.013823007233440876, -0.26392868161201477, -1.7714743614196777, 0.04092797264456749, -0.13055062294006348, -0.0262148454785347, -0.331167995929718, -0.5759789943695068, 0.08781100064516068, 1.3308855295181274, -1.5217227935791016, 0.9353137612342834, 0.0, 0.0, -0.018543120473623276, -0.17410869896411896, -0.8420516848564148, 1.9092838764190674, -1.0630874633789062, -0.004876274149864912], "max": [0.2655344009399414, 0.25820401310920715, 0.2619040906429291, -1.335700511932373, -0.149190753698349, 0.21849776804447174, -0.019774580374360085, -0.17414599657058716, 0.5551850199699402, 0.204585999250412, -1.241179347038269, -1.3106995820999146, -1.0265072584152222, 0.5606346726417542, 0.18931587040424347, -0.1351233869791031, -0.801734447479248, 0.1534842550754547, 0.0760614424943924, 0.17647023499011993, -0.28951799869537354, -0.376010000705719, 0.12254799902439117, 1.4761825799942017, -1.306626558303833, 1.2581737041473389, 1001.0, 1002.0, -0.01851492188870907, -0.17337742447853088, -0.8417743444442749, 1.90932035446167, -1.0594879388809204, 0.0033052728977054358], "mean": [0.13830861449241638, 0.20494870841503143, 0.06858251988887787, -1.7854540348052979, -0.24852977693080902, 0.03323769196867943, -0.05874183401465416, -0.2631457448005676, 0.398220956325531, 0.18143300712108612, -1.338436245918274, -1.3615024089813232, -1.170300006866455, 0.05299074947834015, 0.03541240468621254, -0.17059087753295898, -1.4952634572982788, 0.06226619705557823, -0.09942971915006638, 0.03326907008886337, -0.2952248454093933, -0.4488859176635742, 0.11066773533821106, 1.39423406124115, -1.3444114923477173, 1.1767282485961914, 712.7476806640625, 744.9287109375, -0.018527159467339516, -0.17376625537872314, -0.8418458104133606, 1.9092998504638672, -1.0614840984344482, 0.000626128283329308], "std": [0.22625982761383057, 0.059163760393857956, 0.0695502907037735, 0.14342164993286133, 0.031137600541114807, 0.07570291310548782, 0.05719148740172386, 0.036402758210897446, 0.05545477569103241, 0.040076933801174164, 0.10774313658475876, 0.059684813022613525, 0.05108988657593727, 0.1739058941602707, 0.07741408795118332, 0.04905861243605614, 0.22149381041526794, 0.02905404381453991, 0.04778101295232773, 0.05697738006711006, 0.010819529183208942, 0.04864984750747681, 0.006363187916576862, 0.04005839303135872, 0.0673639178276062, 0.11142220348119736, 439.09710693359375, 422.2339782714844, 1.8771046370602562e-06, 4.9239893996855244e-05, 4.4043139496352524e-05, 5.677322860719869e-06, 0.0005949308979324996, 0.000837405794300139], "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": [252], "max": [252], "mean": [252.0], "std": [0.0], "count": [856]}, "index": {"min": [217833], "max": [218688], "mean": [218260.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7511682242990654, 0.7436658878436434], "std": [0.4323361228285846, 0.42146691748708454], "count": [856]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7511682242990654, 0.7436658878436434], "std": [0.4323361228285846, 0.42146691748708454], "count": [856]}, "eef_direction_state": {"mean": [5.30607476635514, 5.268691588785047], "std": [1.7713347082399786, 1.9043116764220296], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_state": {"mean": [0.21495327102803738, 0.18341121495327103], "std": [0.5494778725261313, 0.5071963886865278], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_state": {"mean": [0.2955607476635514, 0.24065420560747663], "std": [0.639639876448749, 0.5864765231464558], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_direction_action": {"mean": [5.30607476635514, 5.268691588785047], "std": [1.7713347082399786, 1.9043116764220296], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_action": {"mean": [0.21495327102803738, 0.18341121495327103], "std": [0.5494778725261313, 0.5071963886865278], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_action": {"mean": [0.2955607476635514, 0.24065420560747663], "std": [0.639639876448749, 0.5864765231464558], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_sim_pose_state": {"mean": [0.41662567686495455, 0.2501453538543013, 1.1756135966692474, -0.02821878151452234, 0.04115887126619255, 1.3920607567399172, 0.46797991980261416, -0.1819040340299738, 1.1389775766362544, 0.06850859775898116, 0.023147866923905712, -1.3670482077920305], "std": [0.058290329891864, 0.02996159663468014, 0.03265234202788384, 0.045373168044545734, 0.0393407488485591, 0.09872661601146333, 0.0494639444854663, 0.005003154120734371, 0.004610372779689302, 0.07316305347052346, 0.043874972788569847, 0.06653678401698408], "min": [0.38349562694639555, 0.16053439743997863, 1.156788865527613, -0.22653580160657405, -0.030651463908152765, 1.1478555095870693, 0.39624869173270577, -0.2026345732308273, 1.1248970388376602, -0.12338861092520359, -0.06767961738083672, -1.4170784996421315], "max": [0.5814480342053912, 0.2685589109594672, 1.2590658118748548, 0.022087032406223672, 0.12537432237496193, 1.4482564104025428, 0.598853922817096, -0.17320689570229175, 1.149354223539115, 0.11504757039148783, 0.05793832516024633, -1.2109335933772352], "count": [856]}, "eef_sim_pose_action": {"mean": [0.41667933553543096, 0.2501298855074933, 1.175632600303357, -0.028174366083328756, 0.041262305874886746, 1.3920219959387854, 0.4680632860407428, -0.18189361163987786, 1.1389707066857624, 0.06858666560182845, 0.0232810825949604, -1.3671793636104226], "std": [0.05828096188105741, 0.02995757185256502, 0.0326461526039335, 0.04540197466751651, 0.03943464093714164, 0.09871195102961693, 0.049403296497322016, 0.00499929467656064, 0.004606767075818771, 0.07317574657740003, 0.04377523636844844, 0.06652114285226154], "min": [0.38349562694639555, 0.16053439743997863, 1.156788865527613, -0.22653580160657405, -0.030651463908152765, 1.1478555095870693, 0.39624869173270577, -0.2026345732308273, 1.1248970388376602, -0.12338861092520359, -0.06767961738083672, -1.4170784996421315], "max": [0.5814480342053912, 0.2685589109594672, 1.2590658118748548, 0.022087032406223672, 0.12537432237496193, 1.4482564104025428, 0.598853922817096, -0.17320689570229175, 1.149354223539115, 0.11504757039148783, 0.05793832516024633, -1.2109335933772352], "count": [856]}, "gripper_mode_state": {"mean": [0.2488317757009346, 0.2570093457943925], "std": [0.4323361228285846, 0.4369846015235947], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_state": {"mean": [1.9894859813084111, 1.8936915887850467], "std": [0.13195764432928547, 0.40632547405231], "min": [0, 0], "max": [2, 2], "count": [856]}, "gripper_mode_action": {"mean": [0.2488317757009346, 0.2570093457943925], "std": [0.4323361228285846, 0.4369846015235947], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_action": {"mean": [1.9894859813084111, 1.8936915887850467], "std": [0.13195764432928547, 0.40632547405231], "min": [0, 0], "max": [2, 2], "count": [856]}}} +{"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.47001673314253234]], [[0.4610513564121301]], [[0.4516371559493363]]], "std": [[[0.15442146900289208]], [[0.15798802291047248]], [[0.16250041051526545]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4670783298826777]], [[0.46333394734705474]], [[0.4557562860289043]]], "std": [[[0.14841458934361798]], [[0.1522664806574977]], [[0.15818532612468347]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4712724026204685]], [[0.4703538190638574]], [[0.46164154158040027]]], "std": [[[0.16480693244942993]], [[0.16423184325136414]], [[0.1710607645540887]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49350821179921245]], [[0.48439194373401534]], [[0.4709999226139731]]], "std": [[[0.1480782378912369]], [[0.14248319751709423]], [[0.15196374817094094]]], "count": [161]}, "observation.state": {"min": [-0.5283111929893494, 0.016598081216216087, -0.04574508219957352, -1.9574216604232788, -0.32993704080581665, -0.17788396775722504, -0.302395761013031, -0.28327301144599915, 0.3595010042190552, 0.04220400005578995, -1.7308777570724487, -1.4942268133163452, -1.4078700542449951, -0.17332863807678223, -0.05768313258886337, -0.26333528757095337, -1.7714568376541138, -0.01877974160015583, -0.12170180678367615, -0.03206169977784157, -0.3279210031032562, -0.5761730074882507, 0.0809049978852272, 1.3179571628570557, -1.5193883180618286, 0.9540279507637024, 0.0, 0.0, -0.018548760563135147, -0.17430609464645386, -0.8420159816741943, 1.9092862606048584, -1.0649399757385254, -0.001982973888516426], "max": [0.2905798554420471, 0.2730567753314972, 0.3001791536808014, -1.2741775512695312, -0.15114551782608032, 0.16875587403774261, -0.019774580374360085, -0.1742600053548813, 0.5587499737739563, 0.20712099969387054, -1.2514616250991821, -1.215278148651123, -1.0299170017242432, 0.5512621998786926, 0.18931587040424347, -0.15116296708583832, -0.8211774230003357, 0.14474016427993774, 0.12566369771957397, 0.15392059087753296, -0.28786298632621765, -0.3761099874973297, 0.11131899803876877, 1.4763309955596924, -1.2737886905670166, 1.25589120388031, 1001.0, 1002.0, -0.018507402390241623, -0.17269502580165863, -0.8415112495422363, 1.9093266725540161, -1.0585410594940186, 0.005218002945184708], "mean": [0.14983154833316803, 0.19680775701999664, 0.07301323860883713, -1.791841983795166, -0.23962081968784332, 0.005897232796996832, -0.06148926168680191, -0.26250049471855164, 0.3944780230522156, 0.17742890119552612, -1.3604294061660767, -1.3528788089752197, -1.18229079246521, 0.09733971953392029, 0.002175595611333847, -0.18205079436302185, -1.4439200162887573, 0.023997997865080833, -0.0890098363161087, 0.004136496689170599, -0.29486924409866333, -0.46072790026664734, 0.09767849743366241, 1.379584550857544, -1.3314666748046875, 1.1655579805374146, 673.0079345703125, 716.5908813476562, -0.018531985580921173, -0.17384837567806244, -0.8419141173362732, 1.9093010425567627, -1.0614618062973022, 0.0005908611346967518], "std": [0.21677297353744507, 0.07025942951440811, 0.07855239510536194, 0.14288190007209778, 0.034440334886312485, 0.06919937580823898, 0.0721912533044815, 0.03501741960644722, 0.051908865571022034, 0.04444107413291931, 0.13982036709785461, 0.06015084683895111, 0.05586674064397812, 0.1937500387430191, 0.09419819712638855, 0.04075978696346283, 0.25084182620048523, 0.048931390047073364, 0.046664342284202576, 0.06606890261173248, 0.01308496855199337, 0.05398063734173775, 0.006603281944990158, 0.04659797623753548, 0.07767075300216675, 0.11405739933252335, 456.4958190917969, 436.7229919433594, 3.31634282701998e-06, 8.982475992524996e-05, 9.253974712919444e-05, 5.320592208590824e-06, 0.0007004999206401408, 0.0008629874209873378], "count": [880]}, "action": {"min": [-0.5283111929893494, 0.016598081216216087, -0.04574508219957352, -1.9574216604232788, -0.32993704080581665, -0.17788396775722504, -0.302395761013031, -0.28327301144599915, 0.3595010042190552, 0.04220400005578995, -1.7308777570724487, -1.4942268133163452, -1.4078700542449951, -0.17332863807678223, -0.05768313258886337, -0.2630036771297455, -1.7714568376541138, -0.01877974160015583, -0.12170180678367615, -0.03206169977784157, -0.3279210031032562, -0.5761730074882507, 0.0809049978852272, 1.3179571628570557, -1.5193883180618286, 0.9540279507637024, 0.0, 0.0, -0.018548760563135147, -0.17430609464645386, -0.8420159816741943, 1.9092862606048584, -1.0649399757385254, -0.001982973888516426], "max": [0.2905798554420471, 0.2730567753314972, 0.3001791536808014, -1.2741775512695312, -0.15114551782608032, 0.16875587403774261, -0.019809486344456673, -0.1742600053548813, 0.5587499737739563, 0.20712099969387054, -1.2514616250991821, -1.215278148651123, -1.0299170017242432, 0.5512621998786926, 0.18931587040424347, -0.15116296708583832, -0.8211774230003357, 0.14474016427993774, 0.12566369771957397, 0.15392059087753296, -0.28786298632621765, -0.3761099874973297, 0.11131899803876877, 1.4763309955596924, -1.2737886905670166, 1.25589120388031, 1001.0, 1002.0, -0.018507402390241623, -0.17269502580165863, -0.8415112495422363, 1.9093266725540161, -1.0585410594940186, 0.005218002945184708], "mean": [0.14964167773723602, 0.19663602113723755, 0.07305256277322769, -1.7917542457580566, -0.23954898118972778, 0.0060515739023685455, -0.06152002140879631, -0.2624862790107727, 0.3945293128490448, 0.17737837135791779, -1.3603781461715698, -1.3529847860336304, -1.1823054552078247, 0.09762909263372421, 0.0018964585615321994, -0.18192778527736664, -1.443577766418457, 0.02390863187611103, -0.08907128125429153, 0.004133123438805342, -0.2948647141456604, -0.46082431077957153, 0.09766216576099396, 1.379455327987671, -1.3314141035079956, 1.1657694578170776, 673.0079345703125, 716.588623046875, -0.01853199303150177, -0.17384861409664154, -0.8419138789176941, 1.9093010425567627, -1.0614625215530396, 0.000591041287407279], "std": [0.21674467623233795, 0.07033590972423553, 0.07854568958282471, 0.14287018775939941, 0.0344766266644001, 0.06929106265306473, 0.07217927277088165, 0.03501152619719505, 0.051903702318668365, 0.044438596814870834, 0.13985218107700348, 0.060172777622938156, 0.05586901679635048, 0.19353534281253815, 0.09400726854801178, 0.04067740961909294, 0.2505991458892822, 0.04892658069729805, 0.046666234731674194, 0.06607048213481903, 0.013086625374853611, 0.053905267268419266, 0.006591865327209234, 0.04648717865347862, 0.0776873305439949, 0.11404434591531754, 456.4958190917969, 436.719970703125, 3.31419323629234e-06, 8.983701991382986e-05, 9.265205881092697e-05, 5.318041985447053e-06, 0.0007006658124737442, 0.0008629264775663614], "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": [253], "max": [253], "mean": [253.0], "std": [0.0], "count": [880]}, "index": {"min": [218689], "max": [219568], "mean": [219128.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7102272727272727, 0.7163352272430943], "std": [0.45365680178043544, 0.4365563486630452], "count": [880]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7102272727272727, 0.7163352272430943], "std": [0.45365680178043544, 0.43655634866304516], "count": [880]}, "eef_direction_state": {"mean": [5.138636363636364, 5.443181818181818], "std": [1.9006835982077201, 1.6879112599564103], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_state": {"mean": [0.25795454545454544, 0.14431818181818182], "std": [0.5645234496516635, 0.46303297412167416], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_state": {"mean": [0.3659090909090909, 0.2431818181818182], "std": [0.6975421726638681, 0.5877142654821627], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_direction_action": {"mean": [5.138636363636364, 5.443181818181818], "std": [1.9006835982077201, 1.6879112599564106], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_action": {"mean": [0.25795454545454544, 0.14431818181818182], "std": [0.5645234496516635, 0.46303297412167416], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_action": {"mean": [0.3659090909090909, 0.2431818181818182], "std": [0.6975421726638681, 0.5877142654821625], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_sim_pose_state": {"mean": [0.41348492668725423, 0.2466017344748181, 1.1738352852951213, -0.04992208231626036, 0.03587702581510528, 1.3865948145083349, 0.4795819939277739, -0.16745208772268227, 1.1408859710170864, 0.05473476023586318, 0.013932340764655321, -1.3816275127548983], "std": [0.05550841325417105, 0.03383734690028741, 0.028528483989356333, 0.07790269842010815, 0.035835551866151436, 0.11518353563462233, 0.05456386835225478, 0.012955579635168643, 0.005363129441547737, 0.07941084678304597, 0.038880100260638435, 0.07541580145595267], "min": [0.37695652046629385, 0.14137142326553107, 1.1567857773914696, -0.32315712063781843, -0.033294909655670724, 1.092033188589212, 0.3962955328619927, -0.19099766915318456, 1.1268717170143263, -0.12859186735566808, -0.06761545424787152, -1.4469268945659501], "max": [0.5867869481244197, 0.2763059851851238, 1.2533786929177813, 0.016161799853030234, 0.11605698303378653, 1.4611396862560702, 0.5976839904600749, -0.1579382815449164, 1.1557312828647877, 0.10869814093335484, 0.06938381639658808, -1.2464284012060274], "count": [880]}, "eef_sim_pose_action": {"mean": [0.41353673857415557, 0.24655485899517957, 1.1738536211088584, -0.04988645421339454, 0.03596368525843212, 1.3865651921061246, 0.47967529294543665, -0.16741749473143858, 1.1408830573182553, 0.054800187015340236, 0.014046666930325215, -1.3817829086061075], "std": [0.05550167630479934, 0.03384107033277254, 0.028522727617425928, 0.07792462145044413, 0.03591966345226145, 0.11517161707318908, 0.05449152298059429, 0.012940063566553708, 0.005361886050144566, 0.07942861565764123, 0.03878890242819406, 0.07539578023598548], "min": [0.37695652046629385, 0.14137142326553107, 1.1567857773914696, -0.32315712063781843, -0.033294909655670724, 1.092033188589212, 0.39634158583288953, -0.19099766915318456, 1.1268717170143263, -0.12859186735566808, -0.06761545424787152, -1.4469268945659501], "max": [0.5867869481244197, 0.2763059851851238, 1.2533786929177813, 0.016161799853030234, 0.11605698303378653, 1.4611396862560702, 0.5976839904600749, -0.1579382815449164, 1.1557312828647877, 0.10869814093335484, 0.06938381639658808, -1.2464284012060274], "count": [880]}, "gripper_mode_state": {"mean": [0.2897727272727273, 0.2840909090909091], "std": [0.45365680178043544, 0.4509803371132771], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_state": {"mean": [1.9897727272727272, 1.9011363636363636], "std": [0.13015704912918274, 0.39369875371619434], "min": [0, 0], "max": [2, 2], "count": [880]}, "gripper_mode_action": {"mean": [0.2897727272727273, 0.2840909090909091], "std": [0.45365680178043544, 0.4509803371132771], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_action": {"mean": [1.9897727272727272, 1.9011363636363636], "std": [0.13015704912918274, 0.39369875371619434], "min": [0, 0], "max": [2, 2], "count": [880]}}} +{"episode_index": 254, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4677324453904369]], [[0.45902934965409165]], [[0.44832219283912395]]], "std": [[[0.1570243023712031]], [[0.16192184183748348]], [[0.16633850067906428]]], "count": [171]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46215187000726216]], [[0.45778578885257803]], [[0.4500428133241601]]], "std": [[[0.15018188170963614]], [[0.15561478690970648]], [[0.1623421664201224]]], "count": [171]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4700099341149715]], [[0.4691946403317662]], [[0.4606060013186561]]], "std": [[[0.1635358230480168]], [[0.16273301773029292]], [[0.16897586430504558]]], "count": [171]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49318460707869893]], [[0.4819696279096434]], [[0.46766612797653173]]], "std": [[[0.1497088074978538]], [[0.14397479081329478]], [[0.15377520731679847]]], "count": [171]}, "observation.state": {"min": [-0.5498310923576355, 0.05815437063574791, -0.048607420176267624, -1.968068242073059, -0.3401995897293091, -0.15482816100120544, -0.2785370945930481, -0.28327199816703796, 0.3661789894104004, 0.0488010011613369, -1.720180869102478, -1.5785300731658936, -1.441493272781372, -0.1733635514974594, -0.04581489413976669, -0.2632130980491638, -1.7714568376541138, -0.00617846567183733, -0.13227850198745728, -0.026197392493486404, -0.3265869915485382, -0.5773149728775024, 0.07696399837732315, 1.293745756149292, -1.531202793121338, 0.8837879300117493, 0.0, 0.0, -0.0185412410646677, -0.17407862842082977, -0.8421435952186584, 1.9087879657745361, -1.0624005794525146, -0.0018377393716946244], "max": [0.2681349217891693, 0.25937336683273315, 0.34178784489631653, -1.2264078855514526, -0.19083429872989655, 0.13756684958934784, -0.019809486344456673, -0.17329399287700653, 0.5622000098228455, 0.2108359932899475, -1.2972227334976196, -1.2132983207702637, -0.9576284885406494, 0.559866726398468, 0.18931587040424347, -0.14765486121177673, -0.8353320360183716, 0.18395769596099854, 0.21331414580345154, 0.1653001308441162, -0.2864460051059723, -0.37606799602508545, 0.12127599865198135, 1.4782336950302124, -1.2737632989883423, 1.2337721586227417, 1001.0, 1002.0, -0.018526200205087662, -0.17347519099712372, -0.8414906859397888, 1.9093559980392456, -1.060113787651062, 0.0033422934357076883], "mean": [0.07866229116916656, 0.20200605690479279, 0.10355010628700256, -1.738552212715149, -0.24975945055484772, 0.006826843600720167, -0.0859285444021225, -0.2554691433906555, 0.41082730889320374, 0.16723090410232544, -1.4051785469055176, -1.3748563528060913, -1.1576290130615234, 0.16693070530891418, 0.004301195498555899, -0.1750522404909134, -1.3757164478302002, 0.0283780787140131, -0.08515460044145584, 0.01311199925839901, -0.29329314827919006, -0.4816634953022003, 0.10068316012620926, 1.383980393409729, -1.3258426189422607, 1.1548315286636353, 632.3038940429688, 754.667724609375, -0.018533669412136078, -0.1737244725227356, -0.8417722582817078, 1.9091652631759644, -1.0614932775497437, 0.0005874467315152287], "std": [0.2769802212715149, 0.05413062870502472, 0.10588596016168594, 0.1903458833694458, 0.030750147998332977, 0.050804417580366135, 0.08568158000707626, 0.04205132648348808, 0.06477707624435425, 0.05288154259324074, 0.1547306627035141, 0.08278165012598038, 0.08565381914377213, 0.1703282743692398, 0.0819195881485939, 0.04078402742743492, 0.21019837260246277, 0.040793634951114655, 0.06619787961244583, 0.0592484325170517, 0.010782940313220024, 0.04917779937386513, 0.006414232309907675, 0.03995867073535919, 0.07428789883852005, 0.11534850299358368, 471.2627868652344, 418.381103515625, 8.39396932406089e-07, 0.00012394310033414513, 0.00011084004654549062, 0.00012312534090597183, 0.0006088470108807087, 0.0006173992878757417], "count": [951]}, "action": {"min": [-0.5498310923576355, 0.05815437063574791, -0.048607420176267624, -1.968068242073059, -0.3401995897293091, -0.15482816100120544, -0.2785370945930481, -0.28327199816703796, 0.3661789894104004, 0.0488010011613369, -1.720180869102478, -1.5785300731658936, -1.441493272781372, -0.1733635514974594, -0.04581489413976669, -0.2632130980491638, -1.7714568376541138, -0.00617846567183733, -0.13227850198745728, -0.026197392493486404, -0.3265869915485382, -0.5773149728775024, 0.07696399837732315, 1.293745756149292, -1.531202793121338, 0.8837879300117493, 0.0, 0.0, -0.0185412410646677, -0.17407862842082977, -0.8421435952186584, 1.9087879657745361, -1.0624005794525146, -0.0018377393716946244], "max": [0.2681349217891693, 0.25937336683273315, 0.34178784489631653, -1.2264078855514526, -0.19083429872989655, 0.13756684958934784, -0.019809486344456673, -0.17329399287700653, 0.5622000098228455, 0.2108359932899475, -1.2972227334976196, -1.2132983207702637, -0.9576284885406494, 0.559866726398468, 0.18931587040424347, -0.14765486121177673, -0.8353320360183716, 0.18395769596099854, 0.21331414580345154, 0.1653001308441162, -0.2864460051059723, -0.37606799602508545, 0.12127599865198135, 1.4782336950302124, -1.2737632989883423, 1.2337721586227417, 1001.0, 1002.0, -0.018526200205087662, -0.17347519099712372, -0.8414906859397888, 1.9093559980392456, -1.060113787651062, 0.0033422934357076883], "mean": [0.07842062413692474, 0.20192746818065643, 0.10361620783805847, -1.7383745908737183, -0.249714657664299, 0.006860170513391495, -0.08601707220077515, -0.2554584741592407, 0.4108918309211731, 0.16718986630439758, -1.4052718877792358, -1.3749333620071411, -1.1576073169708252, 0.16730950772762299, 0.004058997146785259, -0.1749330312013626, -1.3752789497375488, 0.02831261232495308, -0.08521447330713272, 0.013127651996910572, -0.2932892441749573, -0.4817844033241272, 0.10067299008369446, 1.3838744163513184, -1.3257956504821777, 1.155000925064087, 632.3038940429688, 754.6697998046875, -0.018533669412136078, -0.17372405529022217, -0.8417720794677734, 1.9091652631759644, -1.0614932775497437, 0.0005873139598406851], "std": [0.276917040348053, 0.054128266870975494, 0.10586731135845184, 0.19032150506973267, 0.030775146558880806, 0.050796691328287125, 0.08565671741962433, 0.04204557463526726, 0.06476357579231262, 0.05286980792880058, 0.15469233691692352, 0.0827634260058403, 0.08564969152212143, 0.16997119784355164, 0.08171232044696808, 0.04069146513938904, 0.20980601012706757, 0.04078315570950508, 0.06620414555072784, 0.05924036353826523, 0.010784018784761429, 0.049059126526117325, 0.006408190354704857, 0.03984983265399933, 0.07429886609315872, 0.1153363287448883, 471.2627868652344, 418.3836975097656, 8.393969892495079e-07, 0.00012386345770210028, 0.0001107397474697791, 0.00012314479681663215, 0.0006087496876716614, 0.0006173942238092422], "count": [951]}, "timestamp": {"min": [0.0], "max": [31.666666666666668], "mean": [15.833333333333334], "std": [9.150996707503547], "count": [951]}, "frame_index": {"min": [0], "max": [950], "mean": [475.0], "std": [274.5299012251064], "count": [951]}, "episode_index": {"min": [254], "max": [254], "mean": [254.0], "std": [0.0], "count": [951]}, "index": {"min": [219569], "max": [220519], "mean": [220044.0], "std": [274.5299012251064], "count": [951]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [951]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.668769716088328, 0.7534290222778179], "std": [0.47065569467655044, 0.4176530325121066], "count": [951]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.668769716088328, 0.7534290222778179], "std": [0.47065569467655044, 0.41765303251210656], "count": [951]}, "eef_direction_state": {"mean": [5.236593059936909, 5.354363827549947], "std": [1.8519795194314361, 1.7977610184355692], "min": [0, 0], "max": [6, 6], "count": [951]}, "eef_velocity_state": {"mean": [0.23554153522607782, 0.14931650893796003], "std": [0.5533937890048121, 0.4408159146284308], "min": [0, 0], "max": [2, 2], "count": [951]}, "eef_acc_mag_state": {"mean": [0.35962145110410093, 0.2502628811777077], "std": [0.6917034731486655, 0.5983129403890008], "min": [0, 0], "max": [2, 2], "count": [951]}, "eef_direction_action": {"mean": [5.236593059936909, 5.354363827549947], "std": [1.8519795194314361, 1.7977610184355692], "min": [0, 0], "max": [6, 6], "count": [951]}, "eef_velocity_action": {"mean": [0.23554153522607782, 0.14931650893796003], "std": [0.553393789004812, 0.4408159146284308], "min": [0, 0], "max": [2, 2], "count": [951]}, "eef_acc_mag_action": {"mean": [0.35962145110410093, 0.2502628811777077], "std": [0.6917034731486655, 0.598312940389001], "min": [0, 0], "max": [2, 2], "count": [951]}, "eef_sim_pose_state": {"mean": [0.4314965717898338, 0.24124807012653582, 1.179833908199412, -0.059672700431777165, 0.02559662563779613, 1.3401549523624112, 0.5004972595736622, -0.17066054939091801, 1.1428765550264983, 0.051269679933736885, 0.0035222895178128022, -1.3799960736276808], "std": [0.07047169964720183, 0.036484088315107084, 0.036283540160859586, 0.06210200238954626, 0.03496274072747902, 0.1557961629670689, 0.049385419640356455, 0.0108678726981082, 0.0037790961480203213, 0.08473689474408384, 0.029708081051962272, 0.07220685518261302], "min": [0.38312100921903547, 0.15403629335595573, 1.156684069574021, -0.2578912021273678, -0.056929987304618956, 0.985742241523748, 0.39631171562408724, -0.20530256235790315, 1.1338355908937174, -0.17435958360606763, -0.06759317367762985, -1.4342983740710809], "max": [0.5940847727170208, 0.26727668526131343, 1.2555319301937855, -0.017422565975233728, 0.14478892354561057, 1.490270158240472, 0.6003602214012868, -0.16323221241257277, 1.1634786238347166, 0.10455804423445281, 0.06744422410839412, -1.210847948639406], "count": [951]}, "eef_sim_pose_action": {"mean": [0.43156333383028084, 0.24121907283045696, 1.1798407885048015, -0.05970605502812211, 0.02560916588451459, 1.3400463887368155, 0.5006154177463228, -0.17063508916591294, 1.1428746636507583, 0.05132037524193158, 0.0036108487373722586, -1.3801260135325968], "std": [0.07045627844736818, 0.03647652613004633, 0.03627979843001685, 0.06208796875579328, 0.03496741126157936, 0.1557583978757546, 0.049270297463591635, 0.010854367435177226, 0.003778757365787796, 0.0847490560691528, 0.0296222997054805, 0.07218033118893556], "min": [0.38312100921903547, 0.15403629335595573, 1.156684069574021, -0.2578912021273678, -0.056929987304618956, 0.985742241523748, 0.39631171562408724, -0.20530256235790315, 1.1338355908937174, -0.17435958360606763, -0.06759317367762985, -1.4342983740710809], "max": [0.5940847727170208, 0.26727668526131343, 1.2555319301937855, -0.017422565975233728, 0.14478892354561057, 1.490270158240472, 0.6003602214012868, -0.16323221241257277, 1.1634786238347166, 0.10455804423445281, 0.06744422410839412, -1.210847948639406], "count": [951]}, "gripper_mode_state": {"mean": [0.3312302839116719, 0.24605678233438485], "std": [0.47065569467655044, 0.43071201771211287], "min": [0, 0], "max": [1, 1], "count": [951]}, "gripper_activity_state": {"mean": [1.9905362776025237, 1.914826498422713], "std": [0.1252330172951365, 0.3670167715394093], "min": [0, 0], "max": [2, 2], "count": [951]}, "gripper_mode_action": {"mean": [0.3312302839116719, 0.24605678233438485], "std": [0.47065569467655044, 0.43071201771211287], "min": [0, 0], "max": [1, 1], "count": [951]}, "gripper_activity_action": {"mean": [1.9905362776025237, 1.914826498422713], "std": [0.1252330172951365, 0.3670167715394093], "min": [0, 0], "max": [2, 2], "count": [951]}}} +{"episode_index": 255, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47197179160942504]], [[0.4625293467174556]], [[0.4512980985387786]]], "std": [[[0.15526407944598106]], [[0.15878650553279297]], [[0.1625366889298538]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47064236761583617]], [[0.46406767646018066]], [[0.45603587746138796]]], "std": [[[0.1480452811298239]], [[0.15094125417250387]], [[0.1569904300435558]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4655652020627784]], [[0.465239307532992]], [[0.45651286894800386]]], "std": [[[0.1703567518398631]], [[0.1691619526707149]], [[0.1759816494899704]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49118661275550557]], [[0.4831565739353066]], [[0.4693901781253903]]], "std": [[[0.14775907751828163]], [[0.1418336170659208]], [[0.15082228131159756]]], "count": [157]}, "observation.state": {"min": [-0.466648668050766, -0.08745845407247543, 0.0015184363583102822, -1.8634182214736938, -0.25384068489074707, -0.22392573952674866, -0.16228072345256805, -0.283270001411438, 0.36664700508117676, 0.03202100098133087, -1.7035057544708252, -1.368596076965332, -1.4155750274658203, -0.17332863807678223, -0.017872171476483345, -0.2637890577316284, -1.7714743614196777, 0.008866272866725922, -0.10473720729351044, -0.026459192857146263, -0.3265239894390106, -0.5786380171775818, 0.07982400059700012, 1.3242285251617432, -1.5543352365493774, 0.9297216534614563, 0.0, 0.0, -0.018548760563135147, -0.17383798956871033, -0.8420928716659546, 1.9087958335876465, -1.0625035762786865, -0.0018643182702362537], "max": [0.2655692994594574, 0.2410474270582199, 0.2715732455253601, -1.2532336711883545, 0.06719517707824707, 0.09599310904741287, -0.019809486344456673, -0.18744899332523346, 0.553583025932312, 0.20370300114154816, -1.2972227334976196, -1.1824986934661865, -1.0740807056427002, 0.5657485127449036, 0.18935076892375946, -0.14248867332935333, -0.8193448185920715, 0.1722116321325302, 0.11314969509840012, 0.19895008206367493, -0.28509700298309326, -0.37602698802948, 0.11510699987411499, 1.4760332107543945, -1.2814857959747314, 1.2333638668060303, 1001.0, 1002.0, -0.018522441387176514, -0.1731649935245514, -0.8414669036865234, 1.9089804887771606, -1.05995774269104, 0.0029113360214978456], "mean": [0.11486031115055084, 0.16872528195381165, 0.06565447151660919, -1.74566650390625, -0.16798889636993408, -0.009785863570868969, -0.04645070433616638, -0.2647126317024231, 0.4061616361141205, 0.17649616301059723, -1.3642444610595703, -1.2929601669311523, -1.1776387691497803, 0.07036979496479034, 0.02763088047504425, -0.17488867044448853, -1.4905627965927124, 0.038844410330057144, -0.07930955290794373, 0.017818838357925415, -0.29158133268356323, -0.4542136490345001, 0.10781066864728928, 1.3916923999786377, -1.326297640800476, 1.1636466979980469, 699.5399169921875, 769.3873291015625, -0.01853371039032936, -0.17347820103168488, -0.841734766960144, 1.9088444709777832, -1.061498999595642, 0.0006092258845455945], "std": [0.2197745144367218, 0.101232148706913, 0.06294388324022293, 0.16076503694057465, 0.11516915261745453, 0.06572207808494568, 0.037370406091213226, 0.031719014048576355, 0.056628741323947906, 0.04810144007205963, 0.11937445402145386, 0.03906303644180298, 0.06148898974061012, 0.1700185388326645, 0.07901617884635925, 0.046237580478191376, 0.21317654848098755, 0.045467525720596313, 0.044932734221220016, 0.06062787026166916, 0.011196901090443134, 0.04788495600223541, 0.005813234951347113, 0.04051844775676727, 0.08062281459569931, 0.104459747672081, 445.2018127441406, 407.20111083984375, 1.34030210574565e-06, 4.569595694192685e-05, 0.00017968396423384547, 6.711878086207435e-05, 0.0007117486093193293, 0.0004572636680677533], "count": [852]}, "action": {"min": [-0.466648668050766, -0.08745845407247543, 0.0015184363583102822, -1.8634182214736938, -0.25384068489074707, -0.22392573952674866, -0.16228072345256805, -0.283270001411438, 0.36664700508117676, 0.03202100098133087, -1.7035057544708252, -1.368596076965332, -1.4155750274658203, -0.17332863807678223, -0.017872171476483345, -0.2637890577316284, -1.7714743614196777, 0.008866272866725922, -0.10473720729351044, -0.026459192857146263, -0.3265239894390106, -0.5786380171775818, 0.07982400059700012, 1.3242285251617432, -1.5543352365493774, 0.9297216534614563, 0.0, 0.0, -0.018548760563135147, -0.17383798956871033, -0.8420912623405457, 1.9087958335876465, -1.0625035762786865, -0.0018643182702362537], "max": [0.2655692994594574, 0.2410474270582199, 0.2715732455253601, -1.2532336711883545, 0.06719517707824707, 0.09599310904741287, -0.019809486344456673, -0.18744899332523346, 0.553583025932312, 0.20370300114154816, -1.2972227334976196, -1.1824986934661865, -1.0740807056427002, 0.5657485127449036, 0.18935076892375946, -0.14248867332935333, -0.8193448185920715, 0.1722116321325302, 0.11314969509840012, 0.19895008206367493, -0.28509700298309326, -0.37602698802948, 0.11510699987411499, 1.4760332107543945, -1.2814857959747314, 1.2333638668060303, 1001.0, 1002.0, -0.018522441387176514, -0.1731649935245514, -0.8414669036865234, 1.9089804887771606, -1.05995774269104, 0.0029113360214978456], "mean": [0.11451508104801178, 0.16856235265731812, 0.06565067917108536, -1.7454144954681396, -0.16771547496318817, -0.009653550572693348, -0.04653053730726242, -0.26469966769218445, 0.406259685754776, 0.1764705330133438, -1.3642884492874146, -1.2928693294525146, -1.1775175333023071, 0.07065487653017044, 0.027387861162424088, -0.17474839091300964, -1.4902423620224, 0.03877892717719078, -0.07935692369937897, 0.01784784160554409, -0.29157406091690063, -0.45431020855903625, 0.10781113803386688, 1.391579270362854, -1.3262420892715454, 1.1638433933258057, 699.5399169921875, 769.3873291015625, -0.01853371039032936, -0.1734781265258789, -0.8417342901229858, 1.9088445901870728, -1.0614981651306152, 0.0006093406118452549], "std": [0.21976882219314575, 0.10122747719287872, 0.0629454031586647, 0.16077113151550293, 0.11524154990911484, 0.06581307202577591, 0.03738618642091751, 0.03171369805932045, 0.05663253366947174, 0.04809371754527092, 0.11935678124427795, 0.03909275680780411, 0.06157694384455681, 0.16981586813926697, 0.0788363367319107, 0.04614877328276634, 0.21296149492263794, 0.04546847566962242, 0.044936686754226685, 0.060612622648477554, 0.01119847409427166, 0.047810059040784836, 0.005813368130475283, 0.04041886329650879, 0.08063613623380661, 0.10443152487277985, 445.2018127441406, 407.20111083984375, 1.34030210574565e-06, 4.5623313781106845e-05, 0.00017930824833456427, 6.723142723785713e-05, 0.000711300817783922, 0.00045720417983829975], "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": [255], "max": [255], "mean": [255.0], "std": [0.0], "count": [852]}, "index": {"min": [220520], "max": [221371], "mean": [220945.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7406103286384976, 0.7679647886579061], "std": [0.4382997487479043, 0.40638606357387225], "count": [852]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7406103286384976, 0.7679647886579061], "std": [0.43829974874790434, 0.40638606357387225], "count": [852]}, "eef_direction_state": {"mean": [5.278169014084507, 5.334507042253521], "std": [1.7071631548161827, 1.8282041436326362], "min": [0, 0], "max": [6, 6], "count": [852]}, "eef_velocity_state": {"mean": [0.22652582159624413, 0.17136150234741784], "std": [0.5365518894612321, 0.49762489957552425], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_acc_mag_state": {"mean": [0.36384976525821594, 0.23591549295774647], "std": [0.6930291513778979, 0.5909936189565016], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_direction_action": {"mean": [5.278169014084507, 5.334507042253521], "std": [1.7071631548161827, 1.8282041436326362], "min": [0, 0], "max": [6, 6], "count": [852]}, "eef_velocity_action": {"mean": [0.22652582159624413, 0.17136150234741784], "std": [0.5365518894612321, 0.49762489957552425], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_acc_mag_action": {"mean": [0.36384976525821594, 0.23591549295774647], "std": [0.6930291513778979, 0.5909936189565016], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_sim_pose_state": {"mean": [0.4243579578139037, 0.24222791814981864, 1.1708254195686576, -0.05720051482805777, -0.004046250049098732, 1.418992426552555, 0.4731463288897834, -0.17812803930150467, 1.1434103573417498, 0.061632962606616146, 0.006287847433422574, -1.3776584671212007], "std": [0.05857549576619643, 0.0414808831421457, 0.022895275314902843, 0.09359762688499222, 0.050583493303561405, 0.06164691713382688, 0.04858414988569196, 0.006774397919210415, 0.0035332560268465994, 0.07421679685946907, 0.034827242581667424, 0.0733459987765343], "min": [0.38348836921692037, 0.12061882005500137, 1.1567914592207365, -0.3505643732743133, -0.10102498983626318, 1.1838922623263783, 0.3962533490650431, -0.2008991861825763, 1.1302874134603034, -0.14303940888602085, -0.06765230337792083, -1.4293445008089591], "max": [0.5761422426905966, 0.2659799484971693, 1.2312834450968158, 0.019191458202946654, 0.04172433638346873, 1.4502796685244377, 0.6018558767356063, -0.16947888701613328, 1.1525383353682657, 0.10567015024879911, 0.06398509330357927, -1.1912292684664336], "count": [852]}, "eef_sim_pose_action": {"mean": [0.4244559597497717, 0.24220248896442556, 1.170842201546904, -0.057167026552620695, -0.0041804805022050626, 1.418990880356837, 0.4732398712419986, -0.17811148901319804, 1.143410162911185, 0.06169796590067527, 0.006387718363375632, -1.3778039267790283], "std": [0.058576920419601795, 0.04147383038385429, 0.02289024429158759, 0.0936168561392591, 0.050637655835006366, 0.06164625679650873, 0.04851268407120986, 0.0067666760558797116, 0.003533204781183916, 0.07422821034544612, 0.034738513601000325, 0.07332147138864523], "min": [0.38348836921692037, 0.12061882005500137, 1.1567914592207365, -0.3505643732743133, -0.10102498983626318, 1.1838922623263783, 0.3962533490650431, -0.2008991861825763, 1.1302874134603034, -0.14303940888602085, -0.06765230337792083, -1.4293445008089591], "max": [0.5761422426905966, 0.2659799484971693, 1.2312834450968158, 0.019191458202946654, 0.04172433638346873, 1.4502796685244377, 0.6018558767356063, -0.16947888701613328, 1.1525383353682657, 0.10567015024879911, 0.06398509330357927, -1.1912292684664336], "count": [852]}, "gripper_mode_state": {"mean": [0.25938967136150237, 0.2312206572769953], "std": [0.4382997487479043, 0.4216131697722285], "min": [0, 0], "max": [1, 1], "count": [852]}, "gripper_activity_state": {"mean": [1.9894366197183098, 1.8908450704225352], "std": [0.13226507021826076, 0.4123227910000115], "min": [0, 0], "max": [2, 2], "count": [852]}, "gripper_mode_action": {"mean": [0.25938967136150237, 0.2312206572769953], "std": [0.43829974874790434, 0.4216131697722285], "min": [0, 0], "max": [1, 1], "count": [852]}, "gripper_activity_action": {"mean": [1.9894366197183098, 1.8908450704225352], "std": [0.13226507021826076, 0.4123227910000115], "min": [0, 0], "max": [2, 2], "count": [852]}}} +{"episode_index": 256, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47248384896411394]], [[0.462285559768981]], [[0.4512587852489004]]], "std": [[[0.15243893308973916]], [[0.15596797112807803]], [[0.15995820328335797]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684455928597854]], [[0.4631526827187898]], [[0.4554442954330579]]], "std": [[[0.14864444692678094]], [[0.15174679197074034]], [[0.15757886458012751]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4644934190919554]], [[0.4638753352756197]], [[0.45536328976034857]]], "std": [[[0.16717779181935616]], [[0.16667089139247518]], [[0.1734130715203649]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4933697691865006]], [[0.4816468237452214]], [[0.46642894212192215]]], "std": [[[0.1481602278557489]], [[0.14177619032372366]], [[0.15047725869129694]]], "count": [159]}, "observation.state": {"min": [-0.49841365218162537, 0.003089232835918665, -0.020525071769952774, -1.8973822593688965, -0.26539477705955505, -0.19109611213207245, -0.1854586899280548, -0.28328099846839905, 0.36664700508117676, 0.05497799813747406, -1.618505835533142, -1.4991248846054077, -1.4379253387451172, -0.17331120371818542, -0.0003490658418741077, -0.2632829248905182, -1.7714568376541138, -0.031782444566488266, -0.15751595795154572, -0.02626720443367958, -0.3336150050163269, -0.5787500143051147, 0.08512700349092484, 1.3756122589111328, -1.5428341627120972, 0.9719934463500977, 0.0, 0.0, -0.018567558377981186, -0.17403538525104523, -0.841996967792511, 1.9089630842208862, -1.0626208782196045, -0.004315270110964775], "max": [0.2655344009399414, 0.2410648763179779, 0.2560048997402191, -1.2608083486557007, -0.14983651041984558, 0.1235693097114563, -0.019477875903248787, -0.18702399730682373, 0.5569390058517456, 0.213250994682312, -1.2971378564834595, -1.1410150527954102, -1.1323696374893188, 0.5793794989585876, 0.18931587040424347, -0.1543743759393692, -0.7543662190437317, 0.19277161359786987, 0.011013027280569077, 0.22680553793907166, -0.28077301383018494, -0.37608999013900757, 0.1318030059337616, 1.4763309955596924, -1.242574691772461, 1.1967235803604126, 1001.0, 1002.0, -0.018509283661842346, -0.17324207723140717, -0.8417410850524902, 1.9091325998306274, -1.0594364404678345, 0.003902348456904292], "mean": [0.12391567975282669, 0.18612435460090637, 0.06381696462631226, -1.7524898052215576, -0.22710031270980835, -0.013581853359937668, -0.05989042669534683, -0.2647424042224884, 0.4031949043273926, 0.18067361414432526, -1.3566508293151855, -1.3354837894439697, -1.1969012022018433, 0.06530825793743134, 0.03687456250190735, -0.18216826021671295, -1.495089054107666, 0.009351522661745548, -0.10328412055969238, 0.026353802531957626, -0.28963884711265564, -0.4519212245941162, 0.10705142468214035, 1.4395397901535034, -1.2967737913131714, 1.1456180810928345, 651.8712158203125, 780.8770141601562, -0.018535412847995758, -0.17374145984649658, -0.8419350981712341, 1.9089974164962769, -1.0615394115447998, 0.0005555592942982912], "std": [0.2307938188314438, 0.07603316009044647, 0.06970029324293137, 0.1693771481513977, 0.03749766945838928, 0.03875238075852394, 0.057114165276288986, 0.03285125643014908, 0.05810996890068054, 0.043963830918073654, 0.10842601954936981, 0.06334405392408371, 0.04604364186525345, 0.16599860787391663, 0.0694543868303299, 0.037465110421180725, 0.22274482250213623, 0.06639900803565979, 0.02911013551056385, 0.06730864942073822, 0.014628684148192406, 0.04559662565588951, 0.00590039836242795, 0.02425364777445793, 0.09028737992048264, 0.07484450936317444, 463.29461669921875, 398.26287841796875, 3.0552505450032186e-06, 7.695870590396225e-05, 6.974563439143822e-05, 6.974227289902046e-05, 0.0006927475915290415, 0.0008293989230878651], "count": [862]}, "action": {"min": [-0.49841365218162537, 0.003089232835918665, -0.020525071769952774, -1.8973822593688965, -0.26539477705955505, -0.19109611213207245, -0.1854586899280548, -0.28328099846839905, 0.36664700508117676, 0.05497799813747406, -1.618505835533142, -1.4991248846054077, -1.4379253387451172, -0.17331120371818542, -0.0003490658418741077, -0.2632829248905182, -1.7714568376541138, -0.031782444566488266, -0.15751595795154572, -0.02626720443367958, -0.3336150050163269, -0.5787500143051147, 0.08512700349092484, 1.3756122589111328, -1.5428341627120972, 0.9719934463500977, 0.0, 0.0, -0.018567558377981186, -0.17403538525104523, -0.841996967792511, 1.9089630842208862, -1.0626208782196045, -0.004315270110964775], "max": [0.2655344009399414, 0.2410648763179779, 0.2560048997402191, -1.2608083486557007, -0.14983651041984558, 0.1235693097114563, -0.019477875903248787, -0.18702399730682373, 0.5569390058517456, 0.213250994682312, -1.2971378564834595, -1.1410150527954102, -1.1323696374893188, 0.5793794989585876, 0.18931587040424347, -0.1543743759393692, -0.7543662190437317, 0.19277161359786987, 0.011013027280569077, 0.22680553793907166, -0.28077301383018494, -0.37608999013900757, 0.1318030059337616, 1.4763309955596924, -1.242574691772461, 1.1967235803604126, 1001.0, 1002.0, -0.018509283661842346, -0.17324207723140717, -0.8417410850524902, 1.9091325998306274, -1.0594364404678345, 0.003902348456904292], "mean": [0.12366756796836853, 0.18597561120986938, 0.06379728764295578, -1.7522844076156616, -0.22698485851287842, -0.013557049445807934, -0.05996973067522049, -0.264736145734787, 0.40326541662216187, 0.18065549433231354, -1.3566741943359375, -1.3354741334915161, -1.1969343423843384, 0.06557372212409973, 0.036656010895967484, -0.18204854428768158, -1.494799017906189, 0.00923971924930811, -0.10334531217813492, 0.026390571147203445, -0.2896274924278259, -0.45201021432876587, 0.10704883933067322, 1.4394980669021606, -1.2966783046722412, 1.1457651853561401, 651.8712158203125, 780.8758544921875, -0.018535416573286057, -0.17374157905578613, -0.8419348001480103, 1.9089974164962769, -1.0615395307540894, 0.0005554140079766512], "std": [0.23075586557388306, 0.07605121284723282, 0.06970873475074768, 0.16936646401882172, 0.037568073719739914, 0.03875439241528511, 0.05710607394576073, 0.032848283648490906, 0.05810245871543884, 0.04395833611488342, 0.10841554403305054, 0.06334726512432098, 0.04604566469788551, 0.16579999029636383, 0.06927129626274109, 0.03737039491534233, 0.22254756093025208, 0.06638498604297638, 0.029081886634230614, 0.06728872656822205, 0.014630536548793316, 0.04552295058965683, 0.005899854004383087, 0.02422131784260273, 0.09029525518417358, 0.07481253892183304, 463.29461669921875, 398.2622375488281, 3.0528267416229937e-06, 7.68363315728493e-05, 6.98483781889081e-05, 6.979683530516922e-05, 0.0006927545764483511, 0.0008293756982311606], "count": [862]}, "timestamp": {"min": [0.0], "max": [28.7], "mean": [14.349999999999996], "std": [8.294593285856623], "count": [862]}, "frame_index": {"min": [0], "max": [861], "mean": [430.5], "std": [248.8377985756987], "count": [862]}, "episode_index": {"min": [257], "max": [257], "mean": [257.0], "std": [0.0], "count": [862]}, "index": {"min": [222239], "max": [223100], "mean": [222669.5], "std": [248.8377985756987], "count": [862]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [862]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6937354988399071, 0.7804025523342936], "std": [0.4609409468568101, 0.3980000865574154], "count": [862]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6937354988399071, 0.7804025523342936], "std": [0.46094094685681014, 0.3980000865574154], "count": [862]}, "eef_direction_state": {"mean": [5.229698375870069, 5.421113689095128], "std": [1.7914853140901335, 1.6776598615943403], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_state": {"mean": [0.25986078886310904, 0.1554524361948956], "std": [0.5818116989284833, 0.47338610126399866], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_state": {"mean": [0.3619489559164733, 0.23433874709976799], "std": [0.6989152398364985, 0.5846683604804769], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_direction_action": {"mean": [5.229698375870069, 5.421113689095128], "std": [1.7914853140901335, 1.6776598615943403], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_action": {"mean": [0.25986078886310904, 0.1554524361948956], "std": [0.5818116989284833, 0.47338610126399866], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_action": {"mean": [0.3619489559164733, 0.23433874709976799], "std": [0.6989152398364985, 0.5846683604804769], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_sim_pose_state": {"mean": [0.42166549441513185, 0.24799785343700886, 1.1704759842288637, -0.0599295112019936, 0.033988715209845484, 1.4021290475384585, 0.4712103244760672, -0.1792925782195859, 1.1427779201628234, 0.08432619900309762, -0.03417451508800227, -1.3648672652793101], "std": [0.061176415805165536, 0.03365133452763486, 0.025903334127365334, 0.07141076546867005, 0.005893720800058202, 0.09924537829871123, 0.04633721813222158, 0.008536460737541987, 0.007682317109275375, 0.0639715701303203, 0.03169321539761773, 0.06557237062096542], "min": [0.38349585686944737, 0.14950412835713245, 1.1567865535995538, -0.30059431596144615, 0.014747019587601606, 1.1476117562415173, 0.39631610760802144, -0.2146309832509773, 1.1177418926466793, -0.08243597422005122, -0.06760523287776388, -1.4083456413793103], "max": [0.5842661616078729, 0.27580663746210154, 1.2367436481497553, -0.01740130609871926, 0.05552660383478103, 1.513876321103195, 0.6018906305023064, -0.1705718567186673, 1.1470536753542164, 0.12575560902646754, 0.061420786087407864, -1.2084588084128889], "count": [862]}, "eef_sim_pose_action": {"mean": [0.4217361446308346, 0.24797974371223985, 1.17047803396517, -0.059966408602546, 0.03399563450667712, 1.4021271937616795, 0.47129722743675007, -0.17927688436999903, 1.142779567990133, 0.0844116320419716, -0.03414376756247975, -1.3649856041860777], "std": [0.06116747662553757, 0.03364664918547641, 0.025902337266514343, 0.07139759790984275, 0.005895748658703499, 0.09924457821302904, 0.046266868330640594, 0.008531997574665147, 0.0076828312829121635, 0.06397156388227235, 0.03167391271216343, 0.06555390579144145], "min": [0.38349585686944737, 0.14950412835713245, 1.1567865535995538, -0.30059431596144615, 0.014747019587601606, 1.1476117562415173, 0.39631610760802144, -0.2146309832509773, 1.1177418926466793, -0.08243597422005122, -0.06760523287776388, -1.4083456413793103], "max": [0.5842661616078729, 0.27580663746210154, 1.2367436481497553, -0.01740130609871926, 0.05552660383478103, 1.513876321103195, 0.6018906305023064, -0.1705718567186673, 1.1470536753542164, 0.12575560902646754, 0.061420786087407864, -1.2084588084128889], "count": [862]}, "gripper_mode_state": {"mean": [0.3062645011600928, 0.22041763341067286], "std": [0.4609409468568101, 0.41452828648031514], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_state": {"mean": [1.9895591647331787, 1.9013921113689096], "std": [0.1315004983652155, 0.3951831926606061], "min": [0, 0], "max": [2, 2], "count": [862]}, "gripper_mode_action": {"mean": [0.3062645011600928, 0.22041763341067286], "std": [0.46094094685681014, 0.41452828648031514], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_action": {"mean": [1.9895591647331787, 1.9013921113689096], "std": [0.1315004983652155, 0.39518319266060603], "min": [0, 0], "max": [2, 2], "count": [862]}}} +{"episode_index": 257, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47113174836601307]], [[0.46294853758169935]], [[0.4529120288671024]]], "std": [[[0.14829455415119153]], [[0.15106056453083339]], [[0.15514931666722154]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47079804330065356]], [[0.4654819975490196]], [[0.45783572576252723]]], "std": [[[0.14863947940026684]], [[0.15085412111091603]], [[0.15610578000883044]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46305656045751636]], [[0.4627232407407407]], [[0.4541629901960784]]], "std": [[[0.16408129412731484]], [[0.16350744362279887]], [[0.16994492589174007]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48409559504357297]], [[0.47722443763616557]], [[0.46516422385620915]]], "std": [[[0.14027447663675505]], [[0.1354116647682286]], [[0.14478666662823128]]], "count": [150]}, "observation.state": {"min": [-0.5123937726020813, 0.014206980355083942, -0.021450096741318703, -1.9231435060501099, -0.32155945897102356, -0.11374311149120331, -0.21423916518688202, -0.2832759916782379, 0.36507898569107056, 0.06100400164723396, -1.6828895807266235, -1.4726195335388184, -1.4387426376342773, -0.17331120371818542, -0.050562188029289246, -0.2630211114883423, -1.772067666053772, -0.01078613381832838, -0.11091567575931549, -0.026232298463582993, -0.32948699593544006, -0.5749490261077881, 0.0826990008354187, 1.2898781299591064, -1.5036158561706543, 0.9798412919044495, 0.0, 0.0, -0.018545001745224, -0.1739470362663269, -0.8420817852020264, 1.9090898036956787, -1.0624099969863892, -0.002398743527010083], "max": [0.2719571888446808, 0.2410648763179779, 0.2598271667957306, -1.2340525388717651, -0.16636477410793304, -0.006684610620141029, -0.019809486344456673, -0.17992399632930756, 0.5603730082511902, 0.20758399367332458, -1.2971378564834595, -1.234539270401001, -1.172807216644287, 0.5407727956771851, 0.1892460584640503, -0.10344566404819489, -0.8221897482872009, 0.11993902921676636, 0.1564164012670517, 0.13224360346794128, -0.2664639949798584, -0.376120001077652, 0.12065199762582779, 1.4762568473815918, -1.2486201524734497, 1.2889461517333984, 1001.0, 1001.0, -0.018526200205087662, -0.1734263002872467, -0.8417854309082031, 1.9091302156448364, -1.0603388547897339, 0.002919879276305437], "mean": [0.1420113891363144, 0.1889508068561554, 0.0638282522559166, -1.7722837924957275, -0.24905213713645935, -0.03144849091768265, -0.06625724583864212, -0.26334670186042786, 0.39801421761512756, 0.18090227246284485, -1.3656907081604004, -1.3475594520568848, -1.2254340648651123, 0.034486085176467896, -0.009187718853354454, -0.1387130320072174, -1.5237711668014526, 0.02084377221763134, -0.08149097114801407, -0.0012282432289794087, -0.29159989953041077, -0.44619983434677124, 0.11361593008041382, 1.344071626663208, -1.3040812015533447, 1.2116827964782715, 673.1332397460938, 737.4420776367188, -0.01853560283780098, -0.17368602752685547, -0.8419260382652283, 1.9090956449508667, -1.0615302324295044, 0.0006811271305195987], "std": [0.19835300743579865, 0.06607166677713394, 0.06105003505945206, 0.1427011340856552, 0.02041644975543022, 0.02013997733592987, 0.0627218633890152, 0.03118995577096939, 0.04939545691013336, 0.036882419139146805, 0.11879505962133408, 0.04798842594027519, 0.060931164771318436, 0.15701888501644135, 0.08285778015851974, 0.057141389697790146, 0.20670780539512634, 0.035259559750556946, 0.04936760663986206, 0.0435299351811409, 0.01218417938798666, 0.043432626873254776, 0.011488061398267746, 0.055798836052417755, 0.07473226636648178, 0.10940512269735336, 454.98876953125, 424.7691955566406, 1.1905987093996373e-06, 5.449932359624654e-05, 7.115879998309538e-05, 1.2158197932876647e-05, 0.000514841522090137, 0.0005529214977286756], "count": [803]}, "action": {"min": [-0.5123937726020813, 0.014206980355083942, -0.021450096741318703, -1.9231435060501099, -0.32155945897102356, -0.11374311149120331, -0.21423916518688202, -0.2832759916782379, 0.36507898569107056, 0.06100400164723396, -1.6828895807266235, -1.4726195335388184, -1.4387426376342773, -0.17331120371818542, -0.050562188029289246, -0.2630036771297455, -1.772067666053772, -0.01078613381832838, -0.11091567575931549, -0.026232298463582993, -0.32948699593544006, -0.5749490261077881, 0.0826990008354187, 1.2898781299591064, -1.5036158561706543, 0.9798412919044495, 0.0, 0.0, -0.018545001745224, -0.1739470362663269, -0.8420817852020264, 1.9090898036956787, -1.0624099969863892, -0.002398743527010083], "max": [0.2719571888446808, 0.2410648763179779, 0.2598271667957306, -1.2340525388717651, -0.16636477410793304, -0.006684610620141029, -0.019809486344456673, -0.17992399632930756, 0.5603730082511902, 0.20758399367332458, -1.2972227334976196, -1.234539270401001, -1.172807216644287, 0.5407727956771851, 0.1892460584640503, -0.10344566404819489, -0.8221897482872009, 0.11993902921676636, 0.1564164012670517, 0.13224360346794128, -0.2664639949798584, -0.3761270046234131, 0.12065199762582779, 1.4762568473815918, -1.2486201524734497, 1.2889461517333984, 1001.0, 1001.0, -0.018526200205087662, -0.1734263002872467, -0.8417854309082031, 1.9091302156448364, -1.0603388547897339, 0.002919879276305437], "mean": [0.1417798101902008, 0.18879719078540802, 0.06383470445871353, -1.772124171257019, -0.24903284013271332, -0.03146383538842201, -0.06635155528783798, -0.26332351565361023, 0.39807790517807007, 0.18086904287338257, -1.365748405456543, -1.3476275205612183, -1.225572109222412, 0.03471666947007179, -0.009485484100878239, -0.13851450383663177, -1.5234988927841187, 0.02075985260307789, -0.08154263347387314, -0.0012202028883621097, -0.2915933430194855, -0.44628438353538513, 0.11362948268651962, 1.3438777923583984, -1.30399489402771, 1.2119553089141846, 673.1332397460938, 737.4420776367188, -0.01853560283780098, -0.17368590831756592, -0.8419257998466492, 1.9090956449508667, -1.0615299940109253, 0.0006809084443375468], "std": [0.19831733405590057, 0.06609377264976501, 0.06104806810617447, 0.14268706738948822, 0.020419107750058174, 0.02013663575053215, 0.06270889937877655, 0.03118208423256874, 0.04938797280192375, 0.036875538527965546, 0.11877314746379852, 0.047986529767513275, 0.06096435710787773, 0.15684936940670013, 0.08257289975881577, 0.05698585510253906, 0.20652389526367188, 0.03523167595267296, 0.04937022179365158, 0.04352593421936035, 0.012185422703623772, 0.043362125754356384, 0.011489522643387318, 0.05560963228344917, 0.07474211603403091, 0.10931504517793655, 454.9888000488281, 424.7691955566406, 1.1905987093996373e-06, 5.4513053328264505e-05, 7.123875548131764e-05, 1.2172928109066561e-05, 0.0005148255149833858, 0.0005528625333681703], "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": [258], "max": [258], "mean": [258.0], "std": [0.0], "count": [803]}, "index": {"min": [223101], "max": [223903], "mean": [223502.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7135740971357409, 0.7373810711764449], "std": [0.4520908150279698, 0.4247299302217456], "count": [803]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7135740971357409, 0.7373810711764449], "std": [0.4520908150279698, 0.4247299302217456], "count": [803]}, "eef_direction_state": {"mean": [5.266500622665006, 5.37359900373599], "std": [1.8326527964716903, 1.7409865008418692], "min": [0, 0], "max": [6, 6], "count": [803]}, "eef_velocity_state": {"mean": [0.23038605230386053, 0.18306351183063513], "std": [0.5672447449313968, 0.5041418287674005], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_acc_mag_state": {"mean": [0.3275217932752179, 0.2714819427148194], "std": [0.6666413356870338, 0.6201443375236027], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_direction_action": {"mean": [5.266500622665006, 5.37359900373599], "std": [1.83265279647169, 1.7409865008418692], "min": [0, 0], "max": [6, 6], "count": [803]}, "eef_velocity_action": {"mean": [0.23038605230386053, 0.18306351183063513], "std": [0.5672447449313968, 0.5041418287674005], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_acc_mag_action": {"mean": [0.3275217932752179, 0.2714819427148194], "std": [0.6666413356870338, 0.6201443375236027], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_sim_pose_state": {"mean": [0.4168386440007026, 0.24866529045716826, 1.1694309177564222, -0.08139624112049967, 0.05350509064034556, 1.3937235526002507, 0.4642612592142322, -0.17780027823357974, 1.1428752857985471, 0.06586162875198814, 0.030840015826012628, -1.4299388719063688], "std": [0.052655108273406304, 0.02748356138118562, 0.022163303201093817, 0.08607779149330518, 0.03585569814450955, 0.09513551553043054, 0.043858502067950327, 0.0063000383381327804, 0.006121513553476416, 0.06868810353323576, 0.04054577560036312, 0.08272294389048797], "min": [0.3819752008344935, 0.15448873943548272, 1.1567935520175439, -0.2905922634771262, -0.010612715868099976, 1.12045714822654, 0.3963485399414444, -0.1913416275903571, 1.1238298843722523, -0.1295734109657387, -0.06760322675765629, -1.4863643466826981], "max": [0.5886591943631733, 0.26457293177177754, 1.2348675332256658, -0.017412505840759596, 0.11596197128727903, 1.4856609815840647, 0.5951743223956473, -0.15969988403433416, 1.1650721895880147, 0.11091204941958366, 0.07827180285193869, -1.276148192205136], "count": [803]}, "eef_sim_pose_action": {"mean": [0.41690375524853907, 0.2486363425956112, 1.1694411355996714, -0.08151049783735022, 0.053607130904951616, 1.3936698189459658, 0.4643416576827083, -0.17778701209379452, 1.1428739148388338, 0.06593066345256152, 0.030984877000239195, -1.4301658120412444], "std": [0.05264615540836635, 0.027479052714920935, 0.022159370398253973, 0.0860539087373372, 0.03591298564700396, 0.09511817314241885, 0.04379309583615356, 0.006288659761042313, 0.006121227127606483, 0.06869812270774392, 0.0404032438289024, 0.08262678126333432], "min": [0.3819752008344935, 0.15448873943548272, 1.1567935520175439, -0.2905922634771262, -0.010612715868099976, 1.12045714822654, 0.3963485399414444, -0.1913416275903571, 1.1238298843722523, -0.1295734109657387, -0.06760322675765629, -1.4863643466826981], "max": [0.5886591943631733, 0.26457293177177754, 1.2348675332256658, -0.017412505840759596, 0.11596197128727903, 1.4856609815840647, 0.5951743223956473, -0.15969988403433416, 1.1650721895880147, 0.11091204941958366, 0.07827180285193869, -1.276148192205136], "count": [803]}, "gripper_mode_state": {"mean": [0.286425902864259, 0.2627646326276463], "std": [0.4520908150279698, 0.44013563871573674], "min": [0, 0], "max": [1, 1], "count": [803]}, "gripper_activity_state": {"mean": [1.9887920298879203, 1.9016189290161893], "std": [0.136214285567874, 0.3917389392228773], "min": [0, 0], "max": [2, 2], "count": [803]}, "gripper_mode_action": {"mean": [0.286425902864259, 0.2627646326276463], "std": [0.4520908150279698, 0.44013563871573674], "min": [0, 0], "max": [1, 1], "count": [803]}, "gripper_activity_action": {"mean": [1.9887920298879203, 1.9016189290161893], "std": [0.136214285567874, 0.3917389392228773], "min": [0, 0], "max": [2, 2], "count": [803]}}} +{"episode_index": 258, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46681762016400763]], [[0.45803030487557345]], [[0.4475602786404417]]], "std": [[[0.1541306229755758]], [[0.1576379923621565]], [[0.16124539140881236]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47040908029878614]], [[0.4629989609974424]], [[0.45502038550927615]]], "std": [[[0.1507725498519614]], [[0.15270236011684307]], [[0.15810368858277574]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4661575211606382]], [[0.4658861486623635]], [[0.4573698506576544]]], "std": [[[0.1638893724257827]], [[0.1633368554980513]], [[0.16985118173538205]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48782377171883246]], [[0.4789817368976576]], [[0.465532932194617]]], "std": [[[0.14776765770412906]], [[0.14145845881968766]], [[0.150130963501044]]], "count": [161]}, "observation.state": {"min": [-0.4867897927761078, -0.0803375095129013, -0.02241002768278122, -1.9211362600326538, -0.34058356285095215, -0.1903805136680603, -0.16632987558841705, -0.28326600790023804, 0.36539098620414734, 0.036302998661994934, -1.6050491333007812, -1.5473004579544067, -1.4406086206436157, -0.17332863807678223, -0.037716563791036606, -0.26391124725341797, -1.7714568376541138, 0.005497787147760391, -0.21062633395195007, -0.02626720443367958, -0.3280610144138336, -0.5768210291862488, 0.08226100355386734, 1.3392468690872192, -1.5190162658691406, 0.951984703540802, 0.0, 0.0, -0.018545001745224, -0.1738680601119995, -0.8419795632362366, 1.909096121788025, -1.0621572732925415, -0.001628905301913619], "max": [0.26923447847366333, 0.2410474270582199, 0.2344675362110138, -1.2714723348617554, -0.12447687983512878, 0.20001474022865295, -0.01979203335940838, -0.18066899478435516, 0.554889976978302, 0.20534099638462067, -1.2971378564834595, -1.3115593194961548, -1.1844942569732666, 0.5558000802993774, 0.18931587040424347, -0.12754866480827332, -0.8191179037094116, 0.1457699090242386, 0.1460142433643341, 0.17879153788089752, -0.2859419882297516, -0.3760260045528412, 0.11107800155878067, 1.4763309955596924, -1.2433266639709473, 1.3120110034942627, 1001.0, 1001.0, -0.018528081476688385, -0.1734657734632492, -0.8417053818702698, 1.9091380834579468, -1.060452938079834, 0.0022905294317752123], "mean": [0.14615529775619507, 0.1852467656135559, 0.060494598001241684, -1.7785950899124146, -0.24987941980361938, -0.019076574593782425, -0.061166271567344666, -0.26172372698783875, 0.3968297243118286, 0.17935138940811157, -1.355891466140747, -1.3547104597091675, -1.2242228984832764, 0.06955309957265854, 0.020490063354372978, -0.16951991617679596, -1.4708632230758667, 0.032640740275382996, -0.15046235918998718, 0.010365677066147327, -0.2917224168777466, -0.45352208614349365, 0.10744006186723709, 1.4196029901504517, -1.2983068227767944, 1.2111362218856812, 719.7144775390625, 785.5711059570312, -0.018535692244768143, -0.17364974319934845, -0.841870903968811, 1.9091215133666992, -1.06150221824646, 0.0005209600203670561], "std": [0.20472106337547302, 0.09335390478372574, 0.06164034083485603, 0.1497582197189331, 0.03647530823945999, 0.04641370102763176, 0.05160423368215561, 0.031854890286922455, 0.05125393718481064, 0.048011332750320435, 0.08694031834602356, 0.05843139812350273, 0.06633871793746948, 0.16227366030216217, 0.09051097184419632, 0.053001318126916885, 0.20666536688804626, 0.03700230270624161, 0.07939569652080536, 0.05178437754511833, 0.010151537135243416, 0.04733739793300629, 0.005136062856763601, 0.033344145864248276, 0.07722361385822296, 0.12772129476070404, 435.9506530761719, 395.22216796875, 1.3474331126417383e-06, 8.562763105146587e-05, 7.17354123480618e-05, 1.5422157957800664e-05, 0.00033792026806622744, 0.00046470624511130154], "count": [879]}, "action": {"min": [-0.4867897927761078, -0.0803375095129013, -0.02241002768278122, -1.9211362600326538, -0.34058356285095215, -0.1903805136680603, -0.16632987558841705, -0.28326600790023804, 0.36539098620414734, 0.036302998661994934, -1.6050491333007812, -1.5473004579544067, -1.4406086206436157, -0.17332863807678223, -0.037716563791036606, -0.26391124725341797, -1.7714568376541138, 0.005497787147760391, -0.21062633395195007, -0.02626720443367958, -0.3280610144138336, -0.5768210291862488, 0.08226100355386734, 1.3392468690872192, -1.5190162658691406, 0.951984703540802, 0.0, 0.0, -0.018545001745224, -0.1738680601119995, -0.8419795632362366, 1.909096121788025, -1.0621572732925415, -0.001628905301913619], "max": [0.26923447847366333, 0.2410474270582199, 0.2344675362110138, -1.2714723348617554, -0.12447687983512878, 0.20001474022865295, -0.01979203335940838, -0.18066899478435516, 0.554889976978302, 0.20534099638462067, -1.2971378564834595, -1.3115593194961548, -1.1844942569732666, 0.5558000802993774, 0.18931587040424347, -0.12754866480827332, -0.8191179037094116, 0.1457699090242386, 0.1460142433643341, 0.17879153788089752, -0.2859419882297516, -0.3760260045528412, 0.11107800155878067, 1.4763309955596924, -1.2433266639709473, 1.3120110034942627, 1001.0, 1001.0, -0.018528081476688385, -0.1734657734632492, -0.8417053818702698, 1.9091380834579468, -1.060452938079834, 0.0022905294317752123], "mean": [0.14596642553806305, 0.18516822159290314, 0.06047428399324417, -1.778502106666565, -0.24988919496536255, -0.019060885533690453, -0.06128674000501633, -0.2616903781890869, 0.3968808054924011, 0.179338738322258, -1.3559856414794922, -1.354764461517334, -1.2243061065673828, 0.06985601782798767, 0.020236168056726456, -0.16937214136123657, -1.4704861640930176, 0.03257531300187111, -0.1506209820508957, 0.01039204467087984, -0.29171672463417053, -0.4536219835281372, 0.1074400469660759, 1.419529914855957, -1.2982186079025269, 1.211402177810669, 719.7144775390625, 785.572265625, -0.018535692244768143, -0.1736498922109604, -0.8418706655502319, 1.9091217517852783, -1.0615025758743286, 0.0005213066469877958], "std": [0.20468750596046448, 0.09333579987287521, 0.06164943054318428, 0.149739608168602, 0.03647758439183235, 0.04641546308994293, 0.05163130164146423, 0.031847771257162094, 0.05124615505337715, 0.0480068176984787, 0.08692149072885513, 0.05842021852731705, 0.066335029900074, 0.16206912696361542, 0.09034984558820724, 0.052918922156095505, 0.2064189314842224, 0.036994535475969315, 0.07936060428619385, 0.05177121236920357, 0.010152582079172134, 0.047266606241464615, 0.005136059131473303, 0.03329196199774742, 0.07722990214824677, 0.12766101956367493, 435.9506530761719, 395.2232360839844, 1.3474331126417383e-06, 8.572471415391192e-05, 7.173041376518086e-05, 1.559758311486803e-05, 0.00033814122434705496, 0.0004647273453883827], "count": [879]}, "timestamp": {"min": [0.0], "max": [29.266666666666666], "mean": [14.633333333333335], "std": [8.458175970074207], "count": [879]}, "frame_index": {"min": [0], "max": [878], "mean": [439.0], "std": [253.7452791022262], "count": [879]}, "episode_index": {"min": [259], "max": [259], "mean": [259.0], "std": [0.0], "count": [879]}, "index": {"min": [223904], "max": [224782], "mean": [224343.0], "std": [253.7452791022262], "count": [879]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [879]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7554038680318543, 0.7854766777978279], "std": [0.4298474894591876, 0.39517302177046126], "count": [879]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7554038680318543, 0.7854766777978279], "std": [0.4298474894591876, 0.39517302177046126], "count": [879]}, "eef_direction_state": {"mean": [5.302616609783845, 5.468714448236632], "std": [1.7236572429023194, 1.6540671586521651], "min": [0, 0], "max": [6, 6], "count": [879]}, "eef_velocity_state": {"mean": [0.22866894197952217, 0.1422070534698521], "std": [0.5614031894637455, 0.46641971157426393], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_acc_mag_state": {"mean": [0.31513083048919227, 0.1945392491467577], "std": [0.662422863437785, 0.543587908138831], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_direction_action": {"mean": [5.302616609783845, 5.468714448236632], "std": [1.7236572429023194, 1.6540671586521651], "min": [0, 0], "max": [6, 6], "count": [879]}, "eef_velocity_action": {"mean": [0.22866894197952217, 0.1422070534698521], "std": [0.5614031894637455, 0.466419711574264], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_acc_mag_action": {"mean": [0.31513083048919227, 0.1945392491467577], "std": [0.6624228634377851, 0.543587908138831], "min": [0, 0], "max": [2, 2], "count": [879]}, "eef_sim_pose_state": {"mean": [0.4153655411371542, 0.24687867240755293, 1.1718365994976006, -0.07488978588677692, 0.05933777454030295, 1.3940994291650604, 0.47266918843644257, -0.1764367730935813, 1.137568648326483, 0.1122747962394097, 0.008783857607770885, -1.386681436916235], "std": [0.05378165099066638, 0.040872492309758514, 0.02404296279352621, 0.08437709545317738, 0.039403753237745365, 0.08081799818803258, 0.04742578808897874, 0.007172721774985974, 0.005348198411394539, 0.08874096637365941, 0.03920807230072077, 0.07408915870049404], "min": [0.38296624715963684, 0.125388444566694, 1.1567797549382162, -0.3344205206215596, 0.03257183834623478, 1.1847187612886616, 0.3962602260344635, -0.19367709883652204, 1.1270884153641902, -0.11936646839294374, -0.06759455154653393, -1.4464854154367408], "max": [0.5798352161036467, 0.2692139205542417, 1.2469064911791903, -0.01744440453762164, 0.20119057441250332, 1.4478530192690813, 0.5990377456010164, -0.17009549088787743, 1.160959283694646, 0.17700946702956988, 0.04033144229528829, -1.2088053236227927], "count": [879]}, "eef_sim_pose_action": {"mean": [0.4154185155399292, 0.24687336265015633, 1.1718581252920501, -0.07499330638986354, 0.05939142529273376, 1.3940240004509117, 0.47276723240699625, -0.1764183267367653, 1.137558613152504, 0.11241263808956868, 0.008894404118109914, -1.3868341734610397], "std": [0.05377320646007408, 0.04087049732264525, 0.024038031433480586, 0.0843627021193255, 0.03939963161425018, 0.0808004485854627, 0.047356765843119396, 0.007163281398937706, 0.005343687201947623, 0.08873366292362099, 0.03913155464744649, 0.0740550653943554], "min": [0.38296624715963684, 0.125388444566694, 1.1567797549382162, -0.3344205206215596, 0.03257183834623478, 1.1847187612886616, 0.3962602260344635, -0.19367709883652204, 1.1270884153641902, -0.11936646839294374, -0.06759455154653393, -1.4464854154367408], "max": [0.5798352161036467, 0.2692139205542417, 1.2469064911791903, -0.01744440453762164, 0.20119057441250332, 1.4478530192690813, 0.5990377456010164, -0.17009549088787743, 1.160959283694646, 0.17700946702956988, 0.04033144229528829, -1.2088053236227927], "count": [879]}, "gripper_mode_state": {"mean": [0.2445961319681456, 0.21387940841865757], "std": [0.4298474894591876, 0.4100426893301924], "min": [0, 0], "max": [1, 1], "count": [879]}, "gripper_activity_state": {"mean": [1.9897610921501707, 1.9032992036405005], "std": [0.13023060770197203, 0.3915786321455165], "min": [0, 0], "max": [2, 2], "count": [879]}, "gripper_mode_action": {"mean": [0.2445961319681456, 0.21387940841865757], "std": [0.4298474894591876, 0.4100426893301924], "min": [0, 0], "max": [1, 1], "count": [879]}, "gripper_activity_action": {"mean": [1.9897610921501707, 1.9032992036405005], "std": [0.13023060770197203, 0.3915786321455165], "min": [0, 0], "max": [2, 2], "count": [879]}}} +{"episode_index": 259, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46675409517973854]], [[0.4591082044015523]], [[0.4487758667790033]]], "std": [[[0.15676249823943447]], [[0.16058293607664295]], [[0.16413629144919603]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47080537683823526]], [[0.4624614928002451]], [[0.4546954529207516]]], "std": [[[0.1507820614550472]], [[0.1532979875367605]], [[0.15877747659993513]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4663663449754902]], [[0.466397740502451]], [[0.457673650684232]]], "std": [[[0.1614176827649953]], [[0.16071474490352095]], [[0.1672859725775721]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48630150760825164]], [[0.4762796977124183]], [[0.46141784109477124]]], "std": [[[0.1488187938387448]], [[0.14190813551213532]], [[0.15050785348179468]]], "count": [160]}, "observation.state": {"min": [-0.49993208050727844, -0.0262148454785347, -0.043022364377975464, -1.8492461442947388, -0.34149113297462463, -0.3124837279319763, -0.28354620933532715, -0.28326699137687683, 0.36664798855781555, 0.04438000172376633, -1.6602312326431274, -1.57010817527771, -1.4828026294708252, -0.17332863807678223, -0.05281366407871246, -0.2626371383666992, -1.7714568376541138, 0.04110250249505043, -0.22507765889167786, -0.026232298463582993, -0.3291740119457245, -0.572920024394989, 0.07548599690198898, 1.2628077268600464, -1.5631672143936157, 0.9715555310249329, 0.0, 0.0, -0.018545001745224, -0.1739150732755661, -0.8419700264930725, 1.909104824066162, -1.062677025794983, -0.002819259185343981], "max": [0.2655867636203766, 0.2410474270582199, 0.271293967962265, -1.2436168193817139, -0.17723818123340607, 0.013875368051230907, -0.019809486344456673, -0.1844639927148819, 0.5566200017929077, 0.2111169993877411, -1.2915879487991333, -1.1761988401412964, -1.1622267961502075, 0.533424973487854, 0.18931587040424347, -0.10988593101501465, -0.8511098027229309, 0.16257740557193756, 0.0953298807144165, 0.1679355800151825, -0.27095499634742737, -0.37615999579429626, 0.11881700158119202, 1.4837595224380493, -1.2907729148864746, 1.3570696115493774, 1001.0, 1001.0, -0.01852996088564396, -0.17313867807388306, -0.8415398001670837, 1.9091532230377197, -1.0592659711837769, 0.00800308957695961], "mean": [0.12426486611366272, 0.18080897629261017, 0.06884012371301651, -1.744120478630066, -0.2502457797527313, -0.04286929965019226, -0.07393590360879898, -0.26414287090301514, 0.40201058983802795, 0.17635029554367065, -1.3734824657440186, -1.3558183908462524, -1.2233282327651978, 0.10195118933916092, 0.00705708609893918, -0.1612226963043213, -1.4303066730499268, 0.07576820999383926, -0.1142820417881012, 0.06762158125638962, -0.296293705701828, -0.46230626106262207, 0.10123138129711151, 1.399399995803833, -1.3869426250457764, 1.1903654336929321, 626.9873657226562, 665.3348388671875, -0.018536053597927094, -0.173715278506279, -0.8418763875961304, 1.9091293811798096, -1.0615264177322388, 0.0005626684869639575], "std": [0.23606254160404205, 0.08185337483882904, 0.0763268992304802, 0.174340158700943, 0.023607390001416206, 0.05713929608464241, 0.06904228031635284, 0.034083202481269836, 0.05827762559056282, 0.04924381896853447, 0.12066233903169632, 0.0744175836443901, 0.06488154828548431, 0.17855940759181976, 0.08733070641756058, 0.0511978343129158, 0.22803689539432526, 0.025440620258450508, 0.06972696632146835, 0.04937780648469925, 0.011584107764065266, 0.050737183541059494, 0.006952889263629913, 0.05236067995429039, 0.06186205893754959, 0.11370264738798141, 471.0748596191406, 457.9662170410156, 1.1528409231686965e-06, 4.3643449316732585e-05, 0.00011813970195362344, 1.6751673683756962e-05, 0.0007212030468508601, 0.0010401387698948383], "count": [869]}, "action": {"min": [-0.49993208050727844, -0.0262148454785347, -0.043022364377975464, -1.8492461442947388, -0.34149113297462463, -0.3124837279319763, -0.28354620933532715, -0.28326699137687683, 0.36664798855781555, 0.04438000172376633, -1.6602312326431274, -1.57010817527771, -1.4828026294708252, -0.17332863807678223, -0.05281366407871246, -0.26256734132766724, -1.7714568376541138, 0.04110250249505043, -0.22507765889167786, -0.026232298463582993, -0.3291740119457245, -0.572920024394989, 0.07548599690198898, 1.2628077268600464, -1.5631672143936157, 0.9715555310249329, 0.0, 0.0, -0.018545001745224, -0.1739150732755661, -0.8419700264930725, 1.909104824066162, -1.062677025794983, -0.002819259185343981], "max": [0.2655867636203766, 0.2410474270582199, 0.271293967962265, -1.2436168193817139, -0.17723818123340607, 0.013875368051230907, -0.019809486344456673, -0.1844639927148819, 0.5566200017929077, 0.2111169993877411, -1.2915879487991333, -1.1761988401412964, -1.1622267961502075, 0.533424973487854, 0.18931587040424347, -0.10988593101501465, -0.8511098027229309, 0.16257740557193756, 0.0953298807144165, 0.1679355800151825, -0.27095499634742737, -0.37615999579429626, 0.11881700158119202, 1.4837595224380493, -1.2907729148864746, 1.3570696115493774, 1001.0, 1001.0, -0.01852996088564396, -0.17313867807388306, -0.8415398001670837, 1.9091532230377197, -1.0592659711837769, 0.00800308957695961], "mean": [0.12408000975847244, 0.18068404495716095, 0.06883271038532257, -1.7439508438110352, -0.25024017691612244, -0.04292454943060875, -0.07405895739793777, -0.26413676142692566, 0.4020612835884094, 0.1763271987438202, -1.373546838760376, -1.3558913469314575, -1.2234381437301636, 0.1022757813334465, 0.006790888030081987, -0.16106632351875305, -1.4299001693725586, 0.07576815038919449, -0.11438906937837601, 0.06774180382490158, -0.2962956130504608, -0.4624122083187103, 0.10122139006853104, 1.3993110656738281, -1.3869942426681519, 1.1905956268310547, 626.9873657226562, 665.333740234375, -0.018536053597927094, -0.17371518909931183, -0.8418760299682617, 1.9091297388076782, -1.0615278482437134, 0.0005628825747407973], "std": [0.23601481318473816, 0.08184438943862915, 0.07632982730865479, 0.1743093729019165, 0.023607123643159866, 0.05714114010334015, 0.06904100626707077, 0.03408025950193405, 0.05826597288250923, 0.04923655092716217, 0.1206367090344429, 0.07441242039203644, 0.06489670276641846, 0.17831501364707947, 0.08712690323591232, 0.05109528452157974, 0.22774147987365723, 0.02544066682457924, 0.06972053647041321, 0.049276452511548996, 0.011583561077713966, 0.050653308629989624, 0.006946940440684557, 0.05229658633470535, 0.06183188408613205, 0.11365529149770737, 471.0748596191406, 457.9649658203125, 1.1528408094818587e-06, 4.360475577414036e-05, 0.00011829441064037383, 1.7010705050779507e-05, 0.0007205490837804973, 0.0010401173494756222], "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": [260], "max": [260], "mean": [260.0], "std": [0.0], "count": [869]}, "index": {"min": [224783], "max": [225651], "mean": [225217.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6651323360184119, 0.6653049483501982], "std": [0.471944182717724, 0.4579443614852176], "count": [869]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6651323360184119, 0.6653049483501982], "std": [0.471944182717724, 0.4579443614852176], "count": [869]}, "eef_direction_state": {"mean": [5.347525891829689, 5.222094361334868], "std": [1.7604029708764073, 1.933335386635728], "min": [0, 0], "max": [6, 6], "count": [869]}, "eef_velocity_state": {"mean": [0.19907940161104717, 0.18757192174913695], "std": [0.536964214746782, 0.4826396740362747], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_acc_mag_state": {"mean": [0.3302646720368239, 0.32796317606444186], "std": [0.6718180673958043, 0.6746524441467154], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_direction_action": {"mean": [5.347525891829689, 5.222094361334868], "std": [1.7604029708764073, 1.933335386635728], "min": [0, 0], "max": [6, 6], "count": [869]}, "eef_velocity_action": {"mean": [0.19907940161104717, 0.18757192174913695], "std": [0.536964214746782, 0.4826396740362747], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_acc_mag_action": {"mean": [0.3302646720368239, 0.32796317606444186], "std": [0.6718180673958042, 0.6746524441467154], "min": [0, 0], "max": [2, 2], "count": [869]}, "eef_sim_pose_state": {"mean": [0.42130355435092326, 0.24512643947214793, 1.168313668752622, -0.08504799657825955, 0.055111749926036444, 1.3828888818902951, 0.48203121098266166, -0.1751659714630464, 1.1371386306820974, 0.07560473460944425, 0.054137444573905014, -1.3402726237102975], "std": [0.06196232893682316, 0.038626710224491496, 0.026329527322066212, 0.09465228520702706, 0.032205835588152765, 0.10848522174759825, 0.05111395969428247, 0.007991447656559148, 0.005754023671915231, 0.09006788884865803, 0.05658106567160691, 0.037316833328207816], "min": [0.3834844244068051, 0.13870022101124907, 1.1502096841446203, -0.37739354193814023, 0.023761507305933405, 1.0996382869486858, 0.3963667432542502, -0.19663467128255938, 1.1286070186596435, -0.13660188204191515, -0.0676067814554715, -1.4012014201397616], "max": [0.5843205117925556, 0.27047480126040424, 1.2352293381027575, -0.01739308880102497, 0.12176143217990432, 1.4755746822648663, 0.5942059905426007, -0.15924615813305595, 1.1558530648521572, 0.22648026946798483, 0.10917299841763883, -1.2556287063415734], "count": [869]}, "eef_sim_pose_action": {"mean": [0.4213558268670271, 0.24510924937146533, 1.1683085472333594, -0.08514738906692813, 0.0551993923589548, 1.3828232663397932, 0.48213571234402813, -0.17514634692764197, 1.137126763545563, 0.07569239748534483, 0.054311900963467476, -1.340342204247832], "std": [0.0619495783670456, 0.03862138516011435, 0.02633219587473614, 0.094626782413736, 0.03224805227427402, 0.10846427451019662, 0.05103149666655588, 0.007979138755392728, 0.005749474987886532, 0.09007790805423242, 0.05643928761678454, 0.03730598429893817], "min": [0.3834844244068051, 0.13870022101124907, 1.1502096841446203, -0.37739354193814023, 0.023761507305933405, 1.0996382869486858, 0.3963667432542502, -0.19663467128255938, 1.1286070186596435, -0.13660188204191515, -0.0676067814554715, -1.4012014201397616], "max": [0.5843205117925556, 0.27047480126040424, 1.2352293381027575, -0.01739308880102497, 0.12176143217990432, 1.4755746822648663, 0.5942059905426007, -0.15924615813305595, 1.1558530648521572, 0.22648026946798483, 0.10917299841763883, -1.2556287063415734], "count": [869]}, "gripper_mode_state": {"mean": [0.334867663981588, 0.33256616800920596], "std": [0.471944182717724, 0.4711325842105199], "min": [0, 0], "max": [1, 1], "count": [869]}, "gripper_activity_state": {"mean": [1.9896432681242808, 1.899884925201381], "std": [0.1309731189890497, 0.3989196983957446], "min": [0, 0], "max": [2, 2], "count": [869]}, "gripper_mode_action": {"mean": [0.334867663981588, 0.33256616800920596], "std": [0.471944182717724, 0.4711325842105199], "min": [0, 0], "max": [1, 1], "count": [869]}, "gripper_activity_action": {"mean": [1.9896432681242808, 1.899884925201381], "std": [0.1309731189890497, 0.3989196983957446], "min": [0, 0], "max": [2, 2], "count": [869]}}} +{"episode_index": 260, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696899600293704]], [[0.46317752414784474]], [[0.45329214626251346]]], "std": [[[0.15178644559516166]], [[0.15436521107242784]], [[0.15803919858228332]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47211907938280795]], [[0.4674721834408869]], [[0.4601992546227352]]], "std": [[[0.14827656944051054]], [[0.15035284404369317]], [[0.15555333562509127]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4685568896334905]], [[0.46831326916315047]], [[0.459523244239679]]], "std": [[[0.16581496497831802]], [[0.16470832276486733]], [[0.17141004712532645]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4877537992781501]], [[0.4841687427608174]], [[0.47060564294283114]]], "std": [[[0.1454963895282147]], [[0.14124489472548565]], [[0.1493932783051655]]], "count": [158]}, "observation.state": {"min": [-0.5008920431137085, -0.05066690966486931, -0.03539527952671051, -1.9077844619750977, -0.34571483731269836, -0.15170402824878693, -0.21441370248794556, -0.2832629978656769, 0.3666459918022156, 0.038773998618125916, -1.609862208366394, -1.5818177461624146, -1.424497127532959, -0.17331120371818542, -0.04368559271097183, -0.26258477568626404, -1.771422028541565, -0.03804817795753479, -0.1811651736497879, -0.03529055789113045, -0.3372560143470764, -0.5757060050964355, 0.06588300317525864, 1.3018215894699097, -1.4639973640441895, 0.980013906955719, 0.0, 0.0, -0.01855439879000187, -0.17408615350723267, -0.8420104384422302, 1.9091159105300903, -1.0631026029586792, -0.0019630398601293564], "max": [0.26633724570274353, 0.2410474270582199, 0.2718175947666168, -1.2642117738723755, -0.15809191763401031, 0.1195201501250267, -0.01984439231455326, -0.18081800639629364, 0.5571510195732117, 0.208515003323555, -1.294336199760437, -1.266026496887207, -1.1435554027557373, 0.5574756264686584, 0.1892635077238083, -0.08559094369411469, -0.7775441408157349, 0.09279915690422058, 0.11897909641265869, 0.1425585001707077, -0.2911979854106903, -0.3761639893054962, 0.12861500680446625, 1.4755313396453857, -1.2248303890228271, 1.241217851638794, 1001.0, 1001.0, -0.01852056197822094, -0.17311988770961761, -0.8417299389839172, 1.9091436862945557, -1.0593246221542358, 0.0033109684009104967], "mean": [0.16788998246192932, 0.2004162073135376, 0.06507159024477005, -1.792177438735962, -0.24271923303604126, -0.0072057731449604034, -0.04796679690480232, -0.26825791597366333, 0.3911530077457428, 0.18260151147842407, -1.3409686088562012, -1.346144199371338, -1.1954419612884521, 0.08718358725309372, 0.024998655542731285, -0.15425120294094086, -1.4415397644042969, 0.006867305841296911, -0.09340563416481018, 0.0021510582882910967, -0.30183297395706177, -0.45856422185897827, 0.11464196443557739, 1.371072769165039, -1.2937159538269043, 1.142258882522583, 653.8703002929688, 723.4883422851562, -0.018535805866122246, -0.17376163601875305, -0.8418979048728943, 1.9091403484344482, -1.061429500579834, 0.0006389081827364862], "std": [0.19207417964935303, 0.0693950429558754, 0.06073977053165436, 0.13036294281482697, 0.03994498401880264, 0.03821415454149246, 0.047672003507614136, 0.03037317655980587, 0.047381918877363205, 0.040019214153289795, 0.0831158235669136, 0.0678466260433197, 0.040501195937395096, 0.20479682087898254, 0.10108612477779388, 0.07648622989654541, 0.2747736871242523, 0.047186195850372314, 0.04529707506299019, 0.05330929532647133, 0.012297136709094048, 0.058426596224308014, 0.016207855194807053, 0.06747248768806458, 0.07905150949954987, 0.09826807677745819, 463.0976257324219, 433.11279296875, 2.2074875687394524e-06, 8.591591904405504e-05, 5.200037048780359e-05, 1.742665517667774e-05, 0.000654308358207345, 0.0007048893021419644], "count": [856]}, "action": {"min": [-0.5008920431137085, -0.05066690966486931, -0.03539527952671051, -1.9077844619750977, -0.34571483731269836, -0.15170402824878693, -0.21441370248794556, -0.2832629978656769, 0.3666459918022156, 0.038773998618125916, -1.609862208366394, -1.5818177461624146, -1.424497127532959, -0.17331120371818542, -0.04368559271097183, -0.26258477568626404, -1.771422028541565, -0.03804817795753479, -0.1811651736497879, -0.03529055789113045, -0.3372560143470764, -0.5757060050964355, 0.06588300317525864, 1.3018215894699097, -1.4639973640441895, 0.980013906955719, 0.0, 0.0, -0.01855439879000187, -0.17408615350723267, -0.8420104384422302, 1.9091159105300903, -1.0631026029586792, -0.0019630398601293564], "max": [0.26633724570274353, 0.2410474270582199, 0.2718175947666168, -1.2642117738723755, -0.15809191763401031, 0.1195201501250267, -0.01984439231455326, -0.18081800639629364, 0.5571510195732117, 0.208515003323555, -1.294336199760437, -1.266026496887207, -1.1435554027557373, 0.5574756264686584, 0.1892635077238083, -0.08559094369411469, -0.7775441408157349, 0.09279915690422058, 0.11897909641265869, 0.1425585001707077, -0.2911979854106903, -0.3761639893054962, 0.12861500680446625, 1.4755313396453857, -1.2248303890228271, 1.241217851638794, 1001.0, 1001.0, -0.01852056197822094, -0.17311988770961761, -0.8417299389839172, 1.9091436862945557, -1.0593246221542358, 0.0033109684009104967], "mean": [0.16768698394298553, 0.20028607547283173, 0.0651082694530487, -1.7920459508895874, -0.24261173605918884, -0.00715822447091341, -0.04802664369344711, -0.2682446539402008, 0.39120832085609436, 0.18256178498268127, -1.3410252332687378, -1.34617018699646, -1.1954467296600342, 0.08751241862773895, 0.024727819487452507, -0.15404707193374634, -1.4411344528198242, 0.00674973800778389, -0.09345673769712448, 0.002156951231881976, -0.30184051394462585, -0.4586762487888336, 0.11466225981712341, 1.3708875179290771, -1.2935980558395386, 1.1424500942230225, 653.8703002929688, 723.489501953125, -0.018535805866122246, -0.17376184463500977, -0.8418977856636047, 1.9091403484344482, -1.0614306926727295, 0.0006385721499100327], "std": [0.19206255674362183, 0.06942322850227356, 0.060735367238521576, 0.13036200404167175, 0.040038686245679855, 0.03822268173098564, 0.04766884073615074, 0.03036913275718689, 0.04738094285130501, 0.040016986429691315, 0.08310265094041824, 0.06784055382013321, 0.040500231087207794, 0.2046036273241043, 0.1009565219283104, 0.07643026113510132, 0.2745453417301178, 0.04716438055038452, 0.04528818279504776, 0.05330634489655495, 0.012293144129216671, 0.05836033448576927, 0.016212565824389458, 0.067403145134449, 0.07907366007566452, 0.09828011691570282, 463.09759521484375, 433.1146545410156, 2.2074875687394524e-06, 8.601335866842419e-05, 5.2070045057917014e-05, 1.7413225577911362e-05, 0.0006549981189891696, 0.0007049309788271785], "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": [261], "max": [261], "mean": [261.0], "std": [0.0], "count": [856]}, "index": {"min": [225652], "max": [226507], "mean": [226079.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6904205607476636, 0.7230175232523443], "std": [0.46232024619796414, 0.4328136574791924], "count": [856]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6904205607476636, 0.7230175232523443], "std": [0.4623202461979641, 0.4328136574791924], "count": [856]}, "eef_direction_state": {"mean": [5.406542056074766, 5.345794392523365], "std": [1.6135101937786211, 1.7870395491563804], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_state": {"mean": [0.20210280373831777, 0.17406542056074767], "std": [0.5361207744142122, 0.4942003031619764], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_state": {"mean": [0.26985981308411217, 0.24532710280373832], "std": [0.6196381058462955, 0.5964079669967747], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_direction_action": {"mean": [5.406542056074766, 5.345794392523365], "std": [1.6135101937786211, 1.7870395491563804], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_action": {"mean": [0.20210280373831777, 0.17406542056074767], "std": [0.5361207744142122, 0.4942003031619764], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_action": {"mean": [0.26985981308411217, 0.24532710280373832], "std": [0.6196381058462955, 0.5964079669967747], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_sim_pose_state": {"mean": [0.4093096572930323, 0.2495569330817792, 1.1682602633201817, -0.04866888380887696, 0.04319912585281968, 1.4042149795580647, 0.47686848550414485, -0.1819432961819374, 1.1355843021030687, 0.04052705577488535, -0.020439284232185443, -1.4056662897302445], "std": [0.049972662223537405, 0.03180861805903963, 0.024163404518527498, 0.0626748227329851, 0.02467936745098179, 0.08785116996847507, 0.058264962209329016, 0.008397785695443057, 0.008363009813611169, 0.05071232243343605, 0.029444965148631885, 0.10208147115715212], "min": [0.38348786561170667, 0.12854724962579656, 1.156795259558604, -0.2990632485689604, 0.01827308800895522, 1.1008105596000068, 0.3963719421539001, -0.19065761247113464, 1.1113558603076925, -0.09849778400743514, -0.06756982646253062, -1.5115397751179502], "max": [0.5823848037324999, 0.2708703889886925, 1.2439215534541135, -0.017473252474159318, 0.12762216121805614, 1.4531553285312149, 0.5963306598026761, -0.14849109511047243, 1.1521487972457116, 0.07773231966327965, 0.011057081775199595, -1.2567964456485528], "count": [856]}, "eef_sim_pose_action": {"mean": [0.40936591016580176, 0.24952264003526237, 1.1682696718653447, -0.04870264043204819, 0.04320346386937146, 1.4041656427320284, 0.4769761776663199, -0.1819376313232532, 1.1355733514595276, 0.04055595032118309, -0.020361007327305215, -1.4058933145016628], "std": [0.0499706867226578, 0.03180828589697494, 0.024160515754483584, 0.06266582545881132, 0.02467783532151539, 0.08783963234311185, 0.05820126103121413, 0.008394868425648077, 0.008357468123116761, 0.050723547790655, 0.0294088572496452, 0.10207190757598757], "min": [0.38348786561170667, 0.12854724962579656, 1.156795259558604, -0.2990632485689604, 0.01827308800895522, 1.1008105596000068, 0.3963719421539001, -0.19065761247113464, 1.1113558603076925, -0.09849778400743514, -0.06756982646253062, -1.5115397751179502], "max": [0.5823848037324999, 0.2708703889886925, 1.2439215534541135, -0.017473252474159318, 0.12762216121805614, 1.4531553285312149, 0.5963306598026761, -0.14849109511047243, 1.1521487972457116, 0.07773231966327965, 0.011057081775199595, -1.2567964456485528], "count": [856]}, "gripper_mode_state": {"mean": [0.30957943925233644, 0.2780373831775701], "std": [0.46232024619796414, 0.4480319148602544], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_state": {"mean": [1.9894859813084111, 1.8925233644859814], "std": [0.13195764432928547, 0.41031124146756615], "min": [0, 0], "max": [2, 2], "count": [856]}, "gripper_mode_action": {"mean": [0.30957943925233644, 0.2780373831775701], "std": [0.4623202461979641, 0.4480319148602544], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_action": {"mean": [1.9894859813084111, 1.8925233644859814], "std": [0.13195764432928547, 0.41031124146756615], "min": [0, 0], "max": [2, 2], "count": [856]}}} +{"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.4625544381968474]], [[0.4458504325259516]], [[0.4322715626201461]]], "std": [[[0.17089702412501526]], [[0.17731813884192957]], [[0.182234348437638]]], "count": [170]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4665081915609381]], [[0.46020224072472127]], [[0.4548363057477893]]], "std": [[[0.1485282633330971]], [[0.1503733657890224]], [[0.15413546817523266]]], "count": [170]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4426536019800077]], [[0.4448695814109958]], [[0.43531816729142636]]], "std": [[[0.155069986869796]], [[0.15397458537990721]], [[0.16192863485978096]]], "count": [170]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49795313100730487]], [[0.4871571583044983]], [[0.4722294706362937]]], "std": [[[0.16064686194934652]], [[0.1566817044362436]], [[0.1670927716424193]]], "count": [170]}, "observation.state": {"min": [-0.34063592553138733, 0.22999949753284454, -0.32826152443885803, -2.085057497024536, -0.8059057593345642, -0.033021628856658936, -0.661811351776123, -0.2833069860935211, 0.2937920093536377, 0.057266999036073685, -1.8535641431808472, -2.0065696239471436, -1.287969708442688, -0.20457004010677338, 0.07567747682332993, -0.26258477568626404, -1.7832902669906616, 0.003926990553736687, -0.06780604273080826, -0.026197392493486404, -0.34178200364112854, -0.47930100560188293, 0.1096780002117157, 1.349032998085022, -1.425433874130249, 0.937785804271698, 0.0, 0.0, 0.0007857891614548862, -0.2350844293832779, -0.839928150177002, 1.911283016204834, -1.0704127550125122, -0.0028619752265512943], "max": [0.492025762796402, 0.5445601940155029, 0.4090353846549988, -1.6334012746810913, -0.24448572099208832, 0.27153831720352173, -0.019146261736750603, -0.15993399918079376, 0.48149898648262024, 0.291361004114151, -1.222132682800293, -1.3171164989471436, -0.7956958413124084, 0.15374605357646942, 0.2004859745502472, -0.04246386140584946, -1.3172000646591187, 0.06693337857723236, 0.004782202187925577, 0.14711380004882812, -0.28892698884010315, -0.37396299839019775, 0.18653999269008636, 1.4789447784423828, -1.2356690168380737, 1.0664958953857422, 1001.0, 1002.0, 0.0008064678404480219, -0.22858569025993347, -0.8385502696037292, 1.9129374027252197, -1.066085696220398, 0.006064729765057564], "mean": [0.19154445827007294, 0.29112154245376587, 0.06831272691488266, -1.852501392364502, -0.3426845669746399, 0.01797167770564556, -0.13686327636241913, -0.2559589147567749, 0.37521278858184814, 0.18603326380252838, -1.424952507019043, -1.4367945194244385, -1.1191152334213257, -0.09176960587501526, 0.15591837465763092, -0.09512412548065186, -1.6614980697631836, 0.03535282984375954, -0.014496744610369205, 0.10054979473352432, -0.30100446939468384, -0.4113582968711853, 0.16432757675647736, 1.4123859405517578, -1.2796732187271118, 1.0159871578216553, 625.5147705078125, 630.5137329101562, 0.0007944850949570537, -0.2317289263010025, -0.8394352793693542, 1.912048578262329, -1.0677235126495361, 0.0002328816772205755], "std": [0.1886834353208542, 0.08344768732786179, 0.14589616656303406, 0.0850357934832573, 0.14474986493587494, 0.0729517787694931, 0.16459184885025024, 0.04098657891154289, 0.03531520441174507, 0.05277496948838234, 0.20430082082748413, 0.17858915030956268, 0.12971378862857819, 0.10202138870954514, 0.03693527355790138, 0.07053039968013763, 0.1478765606880188, 0.013730394653975964, 0.02599957585334778, 0.04419131204485893, 0.0191021915525198, 0.02870788238942623, 0.027671121060848236, 0.029486898332834244, 0.05623142421245575, 0.02635207772254944, 472.71051025390625, 471.92193603515625, 2.089164581775549e-06, 0.0022608598228543997, 0.00020144916197750717, 0.00022875177091918886, 0.0004996209754608572, 0.0010855935979634523], "count": [948]}, "action": {"min": [-0.34063592553138733, 0.22999949753284454, -0.32826152443885803, -2.085057497024536, -0.8059057593345642, -0.033021628856658936, -0.661811351776123, -0.2833069860935211, 0.2937920093536377, 0.057266999036073685, -1.8535641431808472, -2.0065696239471436, -1.287969708442688, -0.20457004010677338, 0.07567747682332993, -0.26258477568626404, -1.7832902669906616, 0.003926990553736687, -0.06780604273080826, -0.026197392493486404, -0.34178200364112854, -0.47930100560188293, 0.1096780002117157, 1.349032998085022, -1.425433874130249, 0.937785804271698, 0.0, 0.0, 0.0007857891614548862, -0.2350844293832779, -0.839928150177002, 1.911283016204834, -1.0704127550125122, -0.0028619752265512943], "max": [0.492025762796402, 0.5445601940155029, 0.4090353846549988, -1.6334012746810913, -0.24448572099208832, 0.27153831720352173, -0.019146261736750603, -0.15993399918079376, 0.48149898648262024, 0.291361004114151, -1.222132682800293, -1.3171164989471436, -0.7956958413124084, 0.15374605357646942, 0.2004859745502472, -0.04246386140584946, -1.3172000646591187, 0.06693337857723236, 0.004782202187925577, 0.14711380004882812, -0.28892698884010315, -0.37396299839019775, 0.18653999269008636, 1.4789447784423828, -1.2356690168380737, 1.0664958953857422, 1001.0, 1002.0, 0.0008064678404480219, -0.22858569025993347, -0.8385502696037292, 1.9129374027252197, -1.066085696220398, 0.006064729765057564], "mean": [0.19149546325206757, 0.2911839783191681, 0.06823237985372543, -1.852445363998413, -0.3428221642971039, 0.01796805113554001, -0.1370314359664917, -0.25594988465309143, 0.375227153301239, 0.1860656887292862, -1.4250129461288452, -1.4368910789489746, -1.1191201210021973, -0.09173641353845596, 0.15590207278728485, -0.09489497542381287, -1.661464810371399, 0.035317372530698776, -0.014425382018089294, 0.10069695115089417, -0.3010011911392212, -0.4113837778568268, 0.16440749168395996, 1.4123194217681885, -1.2795747518539429, 1.0159419775009155, 625.5147705078125, 630.5137329101562, 0.0007944811368361115, -0.23172679543495178, -0.8394354581832886, 1.9120488166809082, -1.0677237510681152, 0.00023315506405197084], "std": [0.18867051601409912, 0.08343221247196198, 0.14593149721622467, 0.085055410861969, 0.14472724497318268, 0.07295378297567368, 0.16455377638339996, 0.04098150134086609, 0.035314518958330154, 0.05279407277703285, 0.20427176356315613, 0.1785498857498169, 0.12971629202365875, 0.10199979692697525, 0.03692403435707092, 0.07033836096525192, 0.14785552024841309, 0.013695050030946732, 0.02595740370452404, 0.044001106172800064, 0.019103996455669403, 0.0286873672157526, 0.02762257680296898, 0.029415765777230263, 0.05622655525803566, 0.026302384212613106, 472.71051025390625, 471.92193603515625, 2.0878235318377847e-06, 0.0022620391100645065, 0.00020150639466010034, 0.0002287445095134899, 0.0004996279021725059, 0.001085594529286027], "count": [948]}, "timestamp": {"min": [0.0], "max": [31.566666666666666], "mean": [15.783333333333335], "std": [9.122129178034081], "count": [948]}, "frame_index": {"min": [0], "max": [947], "mean": [473.5], "std": [273.66387534102245], "count": [948]}, "episode_index": {"min": [262], "max": [262], "mean": [262.0], "std": [0.0], "count": [948]}, "index": {"min": [226508], "max": [227455], "mean": [226981.5], "std": [273.66387534102245], "count": [948]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [948]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6603375527426161, 0.6293322786149462], "std": [0.4735946253712215, 0.4709938392359492], "count": [948]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6603375527426161, 0.6293322786149462], "std": [0.47359462537122143, 0.4709938392359491], "count": [948]}, "eef_direction_state": {"mean": [4.69620253164557, 5.314345991561181], "std": [2.1686552856575583, 1.690231581802059], "min": [0, 0], "max": [6, 6], "count": [948]}, "eef_velocity_state": {"mean": [0.3649789029535865, 0.1571729957805907], "std": [0.5843577198109031, 0.36685058241646296], "min": [0, 0], "max": [2, 2], "count": [948]}, "eef_acc_mag_state": {"mean": [0.2795358649789029, 0.11919831223628692], "std": [0.6187327083042532, 0.4303008842282598], "min": [0, 0], "max": [2, 2], "count": [948]}, "eef_direction_action": {"mean": [4.69620253164557, 5.314345991561181], "std": [2.1686552856575583, 1.690231581802059], "min": [0, 0], "max": [6, 6], "count": [948]}, "eef_velocity_action": {"mean": [0.3649789029535865, 0.1571729957805907], "std": [0.5843577198109031, 0.36685058241646296], "min": [0, 0], "max": [2, 2], "count": [948]}, "eef_acc_mag_action": {"mean": [0.2795358649789029, 0.11919831223628692], "std": [0.6187327083042531, 0.4303008842282598], "min": [0, 0], "max": [2, 2], "count": [948]}, "eef_sim_pose_state": {"mean": [0.3992714261141355, 0.26546838359693387, 1.1805596970351573, -0.04880254311967393, 0.040489698129925054, 1.2815022908719778, 0.4300495375573644, -0.2370236579311146, 1.142557159272601, -0.013188443186505704, -0.10912460255640871, -1.3569086305751272], "std": [0.04025165026917368, 0.0384400696460186, 0.036590133000630604, 0.05037185209304118, 0.06643305336042027, 0.2509752590540068, 0.029015473123088227, 0.023761297071508564, 0.015795709018055864, 0.0347257626173727, 0.03182268899820179, 0.038499840619359904], "min": [0.33661207875610333, 0.1729305202232061, 1.156792454601441, -0.22261348801339062, -0.11792450354501183, 0.69202931322412, 0.39379566160271623, -0.2558179152725861, 1.10967929251144, -0.08576667534790461, -0.13483143562102895, -1.3878092488547031], "max": [0.5190847681851734, 0.38117775466032483, 1.2715126182167975, -0.004622911069446456, 0.2692630231474016, 1.446966842225552, 0.4987645599287846, -0.18868252000199542, 1.153357788567842, 0.04794772246558254, -0.04871706876676396, -1.240363800859582], "count": [948]}, "eef_sim_pose_action": {"mean": [0.3992876537730484, 0.2655111594995834, 1.1805654350220052, -0.04883142980090579, 0.04053662820645526, 1.2814075330996992, 0.4300726073180377, -0.23709362590836391, 1.142566467971238, -0.01324113725185992, -0.10919442697753398, -1.3569943307759882], "std": [0.04024839076664881, 0.03846156446474761, 0.03658683486560305, 0.05036175333276449, 0.0664432112543473, 0.25093014068450686, 0.02899738857995831, 0.023716509191120918, 0.015799443602398773, 0.034670966296385164, 0.03180399601781002, 0.0384730298610741], "min": [0.33661207875610333, 0.1729305202232061, 1.156792454601441, -0.22261348801339062, -0.11792450354501183, 0.69202931322412, 0.39379566160271623, -0.2558179152725861, 1.10967929251144, -0.08576667534790461, -0.13483143562102895, -1.3878092488547031], "max": [0.5190847681851734, 0.38117775466032483, 1.2715126182167975, -0.004622911069446456, 0.2692630231474016, 1.446966842225552, 0.4987645599287846, -0.18868252000199542, 1.153357788567842, 0.04794772246558254, -0.04871706876676396, -1.240363800859582], "count": [948]}, "gripper_mode_state": {"mean": [0.339662447257384, 0.370253164556962], "std": [0.4735946253712215, 0.48287240415301413], "min": [0, 0], "max": [1, 1], "count": [948]}, "gripper_activity_state": {"mean": [1.990506329113924, 1.889240506329114], "std": [0.1254298809025717, 0.415128282197096], "min": [0, 0], "max": [2, 2], "count": [948]}, "gripper_mode_action": {"mean": [0.339662447257384, 0.370253164556962], "std": [0.47359462537122143, 0.48287240415301413], "min": [0, 0], "max": [1, 1], "count": [948]}, "gripper_activity_action": {"mean": [1.990506329113924, 1.889240506329114], "std": [0.1254298809025717, 0.415128282197096], "min": [0, 0], "max": [2, 2], "count": [948]}}} +{"episode_index": 262, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4710051636922234]], [[0.4529704598156628]], [[0.44012418422958005]]], "std": [[[0.1756224471938522]], [[0.18147954515335432]], [[0.18626223609825415]]], "count": [167]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4757229536025987]], [[0.4694137631599546]], [[0.4647309009432116]]], "std": [[[0.15093287255211085]], [[0.15329275742648557]], [[0.1574388786975891]]], "count": [167]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4642332736487809]], [[0.4656035857207154]], [[0.45589271334781417]]], "std": [[[0.1573437060386387]], [[0.15634984639885033]], [[0.16400659915471194]]], "count": [167]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5084486957457633]], [[0.4963151906970373]], [[0.48181947012837073]]], "std": [[[0.163913145502771]], [[0.1592666079888283]], [[0.16995229428702216]]], "count": [167]}, "observation.state": {"min": [-0.38095301389694214, 0.2203652709722519, -0.2709972858428955, -2.0483531951904297, -0.7614871859550476, -0.059288837015628815, -0.6376211643218994, -0.2832599878311157, 0.30636298656463623, 0.05933099985122681, -1.959718942642212, -1.8906781673431396, -1.3058894872665405, -0.17332863807678223, 0.0694291964173317, -0.26258477568626404, -1.7714568376541138, -0.02768092043697834, -0.08292058855295181, -0.026197392493486404, -0.3410780131816864, -0.48508599400520325, 0.10967899858951569, 1.3738797903060913, -1.3849823474884033, 0.9201586246490479, 0.0, 0.0, 0.0005075671360827982, -0.2350693941116333, -0.8395914435386658, 1.9120832681655884, -1.0682812929153442, -0.00502910278737545], "max": [0.461988627910614, 0.5992239117622375, 0.40282198786735535, -1.5656651258468628, -0.24575981497764587, 0.21779963374137878, -0.01961749978363514, -0.15569399297237396, 0.48673000931739807, 0.2777090072631836, -1.2961455583572388, -1.3052994012832642, -0.7766094207763672, 0.1840449720621109, 0.18929840624332428, -0.04773475229740143, -1.2823981046676636, 0.06585127115249634, -0.035674527287483215, 0.1535366177558899, -0.2896049916744232, -0.3761560022830963, 0.1856520026922226, 1.4902722835540771, -1.1899113655090332, 1.0691145658493042, 1001.0, 1002.0, 0.001118527608923614, -0.22914589941501617, -0.8389892578125, 1.9121934175491333, -1.0673654079437256, 0.006464362144470215], "mean": [0.17062628269195557, 0.2996671795845032, 0.07895202934741974, -1.8411849737167358, -0.34620943665504456, 0.0026759945321828127, -0.1424601972103119, -0.25184041261672974, 0.3791075348854065, 0.18495182693004608, -1.4507725238800049, -1.4287914037704468, -1.111506700515747, -0.06328769028186798, 0.14518718421459198, -0.09805162250995636, -1.621843695640564, 0.0035989885218441486, -0.049097053706645966, 0.08847454935312271, -0.3022722601890564, -0.41971898078918457, 0.16382449865341187, 1.432218313217163, -1.2401155233383179, 1.0226547718048096, 591.1834716796875, 630.744873046875, 0.0009907825151458383, -0.23156052827835083, -0.8392966985702515, 1.9121503829956055, -1.067738652229309, 0.0002786596887744963], "std": [0.217368945479393, 0.10482210665941238, 0.15489378571510315, 0.09015724807977676, 0.13558702170848846, 0.05699166655540466, 0.1761278361082077, 0.043350715190172195, 0.03891262039542198, 0.05345171317458153, 0.23750099539756775, 0.17575384676456451, 0.15016165375709534, 0.09995567053556442, 0.032386600971221924, 0.06490946561098099, 0.14638395607471466, 0.022828301414847374, 0.016091017052531242, 0.04016975685954094, 0.0193856842815876, 0.028073200955986977, 0.0256747268140316, 0.02170190028846264, 0.059370070695877075, 0.037214916199445724, 480.17242431640625, 471.4728698730469, 0.00013304267486091703, 0.0019369038054719567, 0.000158278489834629, 1.891790634545032e-05, 0.00022547483968082815, 0.0012076463317498565], "count": [921]}, "action": {"min": [-0.38095301389694214, 0.2203652709722519, -0.2709972858428955, -2.0483531951904297, -0.7614871859550476, -0.059288837015628815, -0.6376211643218994, -0.2832599878311157, 0.30636298656463623, 0.05933099985122681, -1.959718942642212, -1.8906781673431396, -1.3058894872665405, -0.17332863807678223, 0.0694291964173317, -0.26258477568626404, -1.7714568376541138, -0.02768092043697834, -0.08292058855295181, -0.026197392493486404, -0.3410780131816864, -0.48508599400520325, 0.10967899858951569, 1.3738797903060913, -1.3849823474884033, 0.9201586246490479, 0.0, 0.0, 0.0005075671360827982, -0.2350693941116333, -0.8395914435386658, 1.9120832681655884, -1.0682812929153442, -0.00502910278737545], "max": [0.461988627910614, 0.5992239117622375, 0.40282198786735535, -1.5656651258468628, -0.24575981497764587, 0.21779963374137878, -0.01961749978363514, -0.15569399297237396, 0.48673000931739807, 0.2777090072631836, -1.2961455583572388, -1.3052994012832642, -0.7766094207763672, 0.1840449720621109, 0.18929840624332428, -0.04773475229740143, -1.2823981046676636, 0.06585127115249634, -0.035674527287483215, 0.1535366177558899, -0.2896049916744232, -0.3761560022830963, 0.1856520026922226, 1.4902722835540771, -1.1899113655090332, 1.0691145658493042, 1001.0, 1002.0, 0.001118527608923614, -0.22914589941501617, -0.8389892578125, 1.9121934175491333, -1.0673654079437256, 0.006464362144470215], "mean": [0.17066939175128937, 0.2996476888656616, 0.07881515473127365, -1.8412092924118042, -0.34627610445022583, 0.0026364445220679045, -0.14257024228572845, -0.2518274784088135, 0.3790971338748932, 0.18499106168746948, -1.4507803916931152, -1.4287813901901245, -1.1115915775299072, -0.06321723014116287, 0.14515568315982819, -0.09782587736845016, -1.6217607259750366, 0.0035277914721518755, -0.04906881973147392, 0.0886070504784584, -0.30227017402648926, -0.41975560784339905, 0.16390354931354523, 1.432173728942871, -1.2399709224700928, 1.0226237773895264, 591.1834716796875, 630.744873046875, 0.0009910948574543, -0.2315545380115509, -0.8392964005470276, 1.9121503829956055, -1.067738652229309, 0.00027843393036164343], "std": [0.21739155054092407, 0.10483463853597641, 0.15498197078704834, 0.09016240388154984, 0.1355566829442978, 0.05702051520347595, 0.17608292400836945, 0.04334314540028572, 0.03891725465655327, 0.05347735062241554, 0.23749595880508423, 0.17576052248477936, 0.15022510290145874, 0.09990056604146957, 0.03235790133476257, 0.06469813734292984, 0.14632144570350647, 0.022736014798283577, 0.016088401898741722, 0.039992403239011765, 0.01938689313828945, 0.02803834155201912, 0.025619959458708763, 0.02165483869612217, 0.05931580066680908, 0.03719031438231468, 480.17242431640625, 471.4728698730469, 0.00013291119830682874, 0.0019347966881468892, 0.00015798189269844443, 1.891942520160228e-05, 0.00022554736642632633, 0.0012076497077941895], "count": [921]}, "timestamp": {"min": [0.0], "max": [30.666666666666668], "mean": [15.333333333333334], "std": [8.862321408115413], "count": [921]}, "frame_index": {"min": [0], "max": [920], "mean": [460.0], "std": [265.86964224346235], "count": [921]}, "episode_index": {"min": [263], "max": [263], "mean": [263.0], "std": [0.0], "count": [921]}, "index": {"min": [227456], "max": [228376], "mean": [227916.0], "std": [265.86964224346235], "count": [921]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [921]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6275787187839305, 0.6295656892306695], "std": [0.4834497600717672, 0.4705478871744661], "count": [921]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6275787187839305, 0.6295656892306695], "std": [0.4834497600717672, 0.47054788717446616], "count": [921]}, "eef_direction_state": {"mean": [4.823018458197612, 5.4353963083604775], "std": [2.0200278453177485, 1.5533949651837824], "min": [0, 0], "max": [6, 6], "count": [921]}, "eef_velocity_state": {"mean": [0.3713355048859935, 0.13897937024972856], "std": [0.6084844001999039, 0.3521465749017261], "min": [0, 0], "max": [2, 2], "count": [921]}, "eef_acc_mag_state": {"mean": [0.24647122692725298, 0.10966340933767643], "std": [0.5904147785545569, 0.4061471143007596], "min": [0, 0], "max": [2, 2], "count": [921]}, "eef_direction_action": {"mean": [4.823018458197612, 5.4353963083604775], "std": [2.0200278453177485, 1.5533949651837824], "min": [0, 0], "max": [6, 6], "count": [921]}, "eef_velocity_action": {"mean": [0.3713355048859935, 0.13897937024972856], "std": [0.6084844001999039, 0.3521465749017261], "min": [0, 0], "max": [2, 2], "count": [921]}, "eef_acc_mag_action": {"mean": [0.24647122692725298, 0.10966340933767643], "std": [0.5904147785545569, 0.4061471143007596], "min": [0, 0], "max": [2, 2], "count": [921]}, "eef_sim_pose_state": {"mean": [0.4045323850317508, 0.26537295598920563, 1.183508174549076, -0.05879911868937103, 0.02640426003477648, 1.2699425640266686, 0.438138465690935, -0.2352161179146393, 1.1386918150510623, 0.009664701728936333, -0.13531474306874813, -1.3709542426785832], "std": [0.04754687875175724, 0.03692627938053275, 0.03808292764363413, 0.05027889700313959, 0.046488952458268715, 0.27862300500201626, 0.028436185319873325, 0.021556073495356293, 0.015440839019220984, 0.03583264569244628, 0.03177662332662461, 0.04434705094269679], "min": [0.3480403135006397, 0.18382846907206593, 1.1567887983592613, -0.1631213303860884, -0.09846073941227229, 0.7029450151634167, 0.396365279516218, -0.25304734919111044, 1.1095458907365194, -0.07650899824993862, -0.15696692850033012, -1.4094418257553079], "max": [0.5325949248566538, 0.3817034236973783, 1.270691372361125, -0.017470719759364095, 0.11005179003439736, 1.4640682244650771, 0.5059177910777901, -0.18868629645485777, 1.1491063735349283, 0.04797950547941232, -0.0510309536266067, -1.249657367913965], "count": [921]}, "eef_sim_pose_action": {"mean": [0.40452196865985296, 0.2654096825139109, 1.1835142473695355, -0.05885884090300403, 0.026444047037163316, 1.26995956096335, 0.43817235681369554, -0.2352835595156791, 1.1386963246899564, 0.009643844817716244, -0.13541105703081135, -1.3710596318156223], "std": [0.04755253370452978, 0.03694226311960614, 0.03807911626896653, 0.05026247955152601, 0.04650995775034874, 0.2786342218083913, 0.02840499339214529, 0.021507509014702785, 0.015443148093184015, 0.03581594321026506, 0.031705307902045086, 0.044303841721175505], "min": [0.3480403135006397, 0.18382846907206593, 1.1567887983592613, -0.1631213303860884, -0.09846073941227229, 0.7029450151634167, 0.396365279516218, -0.25304734919111044, 1.1095458907365194, -0.07650899824993862, -0.15696692850033012, -1.4094418257553079], "max": [0.5325949248566538, 0.3817034236973783, 1.270691372361125, -0.017470719759364095, 0.11005179003439736, 1.4640682244650771, 0.5059177910777901, -0.18868629645485777, 1.1491063735349283, 0.04797950547941232, -0.0510309536266067, -1.249657367913965], "count": [921]}, "gripper_mode_state": {"mean": [0.3724212812160695, 0.3702497285559175], "std": [0.4834497600717672, 0.4828714808934065], "min": [0, 0], "max": [1, 1], "count": [921]}, "gripper_activity_state": {"mean": [1.990228013029316, 1.8870792616720955], "std": [0.12724446244055174, 0.4197308522001974], "min": [0, 0], "max": [2, 2], "count": [921]}, "gripper_mode_action": {"mean": [0.3724212812160695, 0.3702497285559175], "std": [0.4834497600717672, 0.4828714808934065], "min": [0, 0], "max": [1, 1], "count": [921]}, "gripper_activity_action": {"mean": [1.990228013029316, 1.8870792616720955], "std": [0.12724446244055174, 0.4197308522001974], "min": [0, 0], "max": [2, 2], "count": [921]}}} +{"episode_index": 263, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.463355035750318]], [[0.4588769300785191]], [[0.44944926964074217]]], "std": [[[0.17218530248736993]], [[0.17597133013294802]], [[0.17835291287468133]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4720903819581524]], [[0.46614919726279774]], [[0.46033501529806553]]], "std": [[[0.1487270087110419]], [[0.15050953333603456]], [[0.15370309040608565]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4575940543163574]], [[0.45753727738298894]], [[0.4447997420164934]]], "std": [[[0.16369381948668732]], [[0.160228371033158]], [[0.1676463101180105]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4995880858775278]], [[0.49284057798175196]], [[0.4791215675308154]]], "std": [[[0.15411823142049544]], [[0.15313044740024317]], [[0.1633932018554868]]], "count": [149]}, "observation.state": {"min": [-0.2324080467224121, 0.14796900749206543, -0.03277728334069252, -2.1171717643737793, -0.5687329769134521, -0.02082177810370922, -0.2774026393890381, -0.29825401306152344, 0.3310459852218628, 0.08074600249528885, -1.6986136436462402, -1.732581377029419, -1.1889171600341797, -0.1754404902458191, 0.009564404375851154, -0.26258477568626404, -1.771404504776001, -0.021781709045171738, -0.0636521577835083, -0.026197392493486404, -0.3364480137825012, -0.48517000675201416, 0.10570500046014786, 1.2822518348693848, -1.4161796569824219, 0.9759738445281982, 0.0, 0.0, 0.001064011245034635, -0.2349509596824646, -0.8402062654495239, 1.9118003845214844, -1.0683748722076416, -0.0021937063429504633], "max": [0.3507937490940094, 0.5093219876289368, 0.31988394260406494, -1.6998285055160522, -0.16283921897411346, 0.25967007875442505, -0.019809486344456673, -0.17206299304962158, 0.4709720015525818, 0.2032880038022995, -1.2757028341293335, -1.3179535865783691, -0.8964231610298157, 0.1719847470521927, 0.18929840624332428, -0.018308503553271294, -1.3066058158874512, 0.06590363383293152, 0.05333726108074188, 0.13699088990688324, -0.29188400506973267, -0.37616199254989624, 0.19567400217056274, 1.4755313396453857, -1.2830287218093872, 1.0689897537231445, 1001.0, 1002.0, 0.001101608737371862, -0.22926808893680573, -0.8379045128822327, 1.912236213684082, -1.06609046459198, 0.004206106998026371], "mean": [0.1794719099998474, 0.24434086680412292, 0.090494304895401, -1.86405348777771, -0.27926287055015564, 0.05959341675043106, -0.09359396994113922, -0.25605088472366333, 0.3801339864730835, 0.17051373422145844, -1.3921113014221191, -1.4202234745025635, -1.1192044019699097, -0.08970117568969727, 0.12619657814502716, -0.07937466353178024, -1.6344910860061646, 0.051668714731931686, 0.02539917640388012, 0.07966037094593048, -0.31528857350349426, -0.4125046133995056, 0.1675143986940384, 1.3168692588806152, -1.311996340751648, 1.0295734405517578, 733.7421264648438, 677.7054443359375, 0.0010781552409753203, -0.231319859623909, -0.839300811290741, 1.9121382236480713, -1.0676826238632202, 0.00024017281248234212], "std": [0.16630181670188904, 0.08202823251485825, 0.09503941237926483, 0.09161750227212906, 0.09025807678699493, 0.09253080934286118, 0.08211895823478699, 0.04397819936275482, 0.03343318775296211, 0.04187299311161041, 0.1502196043729782, 0.1192982867360115, 0.08668654412031174, 0.09101002663373947, 0.0448499470949173, 0.08412613719701767, 0.11519167572259903, 0.02316773124039173, 0.034539636224508286, 0.04027685523033142, 0.011069675907492638, 0.026545893400907516, 0.03540916368365288, 0.06183146685361862, 0.03834499046206474, 0.021495386958122253, 426.89080810546875, 453.83074951171875, 1.7368721501043183e-06, 0.0014396780170500278, 0.000308098184177652, 6.287872383836657e-05, 0.0003027949423994869, 0.0007223990396596491], "count": [791]}, "action": {"min": [-0.2324080467224121, 0.14796900749206543, -0.03277728334069252, -2.1171717643737793, -0.5687329769134521, -0.02082177810370922, -0.2774026393890381, -0.29825401306152344, 0.3310459852218628, 0.08074600249528885, -1.6986136436462402, -1.732581377029419, -1.1889171600341797, -0.1754404902458191, 0.009564404375851154, -0.26258477568626404, -1.771404504776001, -0.021781709045171738, -0.0636521577835083, -0.026197392493486404, -0.3364480137825012, -0.48517000675201416, 0.10570500046014786, 1.2822518348693848, -1.4161796569824219, 0.9759738445281982, 0.0, 0.0, 0.001064011245034635, -0.2349509596824646, -0.8402062654495239, 1.9118003845214844, -1.0683748722076416, -0.0021937063429504633], "max": [0.3507937490940094, 0.5093219876289368, 0.31988394260406494, -1.6998285055160522, -0.16283921897411346, 0.25967007875442505, -0.019809486344456673, -0.17206299304962158, 0.4709720015525818, 0.2032880038022995, -1.2757028341293335, -1.3179535865783691, -0.8964231610298157, 0.1719847470521927, 0.18929840624332428, -0.018308503553271294, -1.3066058158874512, 0.06590363383293152, 0.05333726108074188, 0.13699088990688324, -0.29188400506973267, -0.37616199254989624, 0.19567400217056274, 1.4755313396453857, -1.2830287218093872, 1.0689897537231445, 1001.0, 1002.0, 0.001101608737371862, -0.22926808893680573, -0.8379045128822327, 1.912236213684082, -1.06609046459198, 0.004206106998026371], "mean": [0.17940562963485718, 0.24422577023506165, 0.09053366631269455, -1.8639988899230957, -0.27922067046165466, 0.05972632020711899, -0.09372343868017197, -0.25606870651245117, 0.380147784948349, 0.17046354711055756, -1.3920845985412598, -1.4204286336898804, -1.1190990209579468, -0.08963949233293533, 0.12613411247730255, -0.0790732130408287, -1.634365200996399, 0.05166322737932205, 0.02553364261984825, 0.07981719076633453, -0.3153166174888611, -0.4125419855117798, 0.16761961579322815, 1.3166298866271973, -1.311942219734192, 1.0295335054397583, 733.7421264648438, 677.7054443359375, 0.0010781575692817569, -0.2313167154788971, -0.8393009305000305, 1.9121383428573608, -1.0676827430725098, 0.00024056040274444968], "std": [0.16627806425094604, 0.08209680020809174, 0.09502587467432022, 0.09163924306631088, 0.090277761220932, 0.09249088168144226, 0.08208338171243668, 0.043992042541503906, 0.03342987224459648, 0.041859220713377, 0.15023811161518097, 0.11926267296075821, 0.08665665984153748, 0.09096986055374146, 0.04479622095823288, 0.0838954821228981, 0.115096315741539, 0.023164885118603706, 0.034399595111608505, 0.04010578617453575, 0.011038987897336483, 0.026515556499361992, 0.03536081314086914, 0.06158270314335823, 0.03835073858499527, 0.02145588956773281, 426.89080810546875, 453.83074951171875, 1.736795525175694e-06, 0.0014372359728440642, 0.00030810124007984996, 6.294036575127393e-05, 0.00030278885969892144, 0.0007224149303510785], "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": [264], "max": [264], "mean": [264.0], "std": [0.0], "count": [791]}, "index": {"min": [228377], "max": [229167], "mean": [228772.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7774968394437421, 0.6764437423220703], "std": [0.41592728222459274, 0.4529282772528703], "count": [791]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7774968394437421, 0.6764437423220703], "std": [0.41592728222459274, 0.4529282772528703], "count": [791]}, "eef_direction_state": {"mean": [5.015170670037927, 5.213653603034134], "std": [1.9245627516480235, 1.872312246738926], "min": [0, 0], "max": [6, 6], "count": [791]}, "eef_velocity_state": {"mean": [0.2970922882427307, 0.16940581542351454], "std": [0.4967445375686033, 0.3850880680353159], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_acc_mag_state": {"mean": [0.225031605562579, 0.11757269279393173], "std": [0.5710508580150897, 0.42080192476559275], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_direction_action": {"mean": [5.015170670037927, 5.213653603034134], "std": [1.9245627516480235, 1.872312246738926], "min": [0, 0], "max": [6, 6], "count": [791]}, "eef_velocity_action": {"mean": [0.2970922882427307, 0.16940581542351454], "std": [0.4967445375686033, 0.3850880680353159], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_acc_mag_action": {"mean": [0.225031605562579, 0.11757269279393173], "std": [0.5710508580150897, 0.42080192476559275], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_sim_pose_state": {"mean": [0.4016388411987612, 0.24770565612061765, 1.1830954647080045, -0.025349914953651194, 0.038973141505700096, 1.3125723088468826, 0.43058159996355516, -0.2351751400964875, 1.1343694813503333, -0.06650156626511142, -0.05982255852276137, -1.3982307483708216], "std": [0.036992262634885635, 0.027978980820717293, 0.039576208757876215, 0.04699237379161576, 0.03935511168117371, 0.17279759556095312, 0.026588453524471548, 0.029757348062920262, 0.00711971831215249, 0.04341351789584755, 0.014739001731881354, 0.050812084116680076], "min": [0.35842567648865137, 0.18161159569563828, 1.1511373201959068, -0.1250116561614215, -0.04407968003171869, 0.9076269308246757, 0.396368529105486, -0.25864775958295294, 1.1178188658537045, -0.10878621815291056, -0.06761524734697644, -1.4385504869165366], "max": [0.49983364721322676, 0.2830199753294792, 1.2587063226825235, 0.0643343786517222, 0.10896417122645663, 1.4461802129402095, 0.5041066614579306, -0.18623431281391087, 1.1446293492004125, 0.048628671125845235, -0.010916922860734868, -1.2847972759618025], "count": [791]}, "eef_sim_pose_action": {"mean": [0.40165572656016424, 0.2476711837538952, 1.1830892806700057, -0.02524794842756202, 0.039056192267529016, 1.3124408998869164, 0.43061526987707677, -0.23526087208187704, 1.1343595434577745, -0.06666009446184723, -0.05982182097867332, -1.3983934679876047], "std": [0.03698703070796384, 0.02797502006967017, 0.03958069723950383, 0.04709657899408085, 0.03941087677927449, 0.17273565331157173, 0.026561959417417937, 0.029720967560360884, 0.007111074863713896, 0.04322433929215176, 0.014738630812984155, 0.05071702871369679], "min": [0.35842567648865137, 0.18161159569563828, 1.1511373201959068, -0.1250116561614215, -0.04407968003171869, 0.9076269308246757, 0.396368529105486, -0.25864775958295294, 1.1178188658537045, -0.10878621815291056, -0.06761524734697644, -1.4385504869165366], "max": [0.49983364721322676, 0.2830199753294792, 1.2587063226825235, 0.0643343786517222, 0.10896417122645663, 1.4461802129402095, 0.5041066614579306, -0.18623431281391087, 1.1446293492004125, 0.048628671125845235, -0.010916922860734868, -1.2847972759618025], "count": [791]}, "gripper_mode_state": {"mean": [0.2225031605562579, 0.32364096080910243], "std": [0.4159272822245928, 0.46786481946783076], "min": [0, 0], "max": [1, 1], "count": [791]}, "gripper_activity_state": {"mean": [1.988621997471555, 1.868520859671302], "std": [0.13723657896446903, 0.4502087862407455], "min": [0, 0], "max": [2, 2], "count": [791]}, "gripper_mode_action": {"mean": [0.2225031605562579, 0.32364096080910243], "std": [0.4159272822245928, 0.46786481946783076], "min": [0, 0], "max": [1, 1], "count": [791]}, "gripper_activity_action": {"mean": [1.988621997471555, 1.868520859671302], "std": [0.13723657896446903, 0.4502087862407455], "min": [0, 0], "max": [2, 2], "count": [791]}}} +{"episode_index": 264, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4616217333354282]], [[0.4462731782616893]], [[0.43490464219875985]]], "std": [[[0.17085214431112977]], [[0.17531946156700953]], [[0.17957570979761864]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.472833381776856]], [[0.46673498774509803]], [[0.46054594671736215]]], "std": [[[0.148086270359664]], [[0.14994191038325094]], [[0.15353742082805463]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46123435536073404]], [[0.46374616379671524]], [[0.4565085574828222]]], "std": [[[0.1601082972821332]], [[0.1572497077015076]], [[0.16545786372863788]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4920860854491369]], [[0.48291403500502766]], [[0.46755820947502935]]], "std": [[[0.15722876579231168]], [[0.1545701302425012]], [[0.16361511980239848]]], "count": [156]}, "observation.state": {"min": [-0.23369958996772766, 0.1624203324317932, -0.18078120052814484, -2.113837957382202, -0.6673615574836731, -0.020874137058854103, -0.38784706592559814, -0.2952660024166107, 0.31693801283836365, 0.07599300146102905, -1.8120163679122925, -1.7889751195907593, -1.236103892326355, -0.183783158659935, 0.01310742273926735, -0.2626371383666992, -1.7728180885314941, 0.013805554248392582, -0.06370452046394348, -0.026232298463582993, -0.341717004776001, -0.48230600357055664, 0.10965800285339355, 1.2591447830200195, -1.4290822744369507, 0.9253566265106201, 0.0, 0.0, 0.0010621313704177737, -0.23525738716125488, -0.8402237296104431, 1.9119335412979126, -1.0690776109695435, -0.0030651139095425606], "max": [0.44312164187431335, 0.4795292317867279, 0.309289813041687, -1.641272783279419, -0.1552819460630417, 0.14184290170669556, -0.01958259381353855, -0.18225699663162231, 0.4729680120944977, 0.23851099610328674, -1.2966423034667969, -1.2977545261383057, -0.9176197052001953, 0.1555786430835724, 0.22455406188964844, -0.01185078639537096, -1.3295918703079224, 0.10409144312143326, 0.048432886600494385, 0.18784977495670319, -0.29205000400543213, -0.3761659860610962, 0.19494499266147614, 1.4755313396453857, -1.2782648801803589, 1.0931379795074463, 1001.0, 1002.0, 0.0011166478507220745, -0.22834883630275726, -0.8381065726280212, 1.912302017211914, -1.0650691986083984, 0.0016127681592479348], "mean": [0.18472647666931152, 0.2510361075401306, 0.07937980443239212, -1.8497276306152344, -0.2711292505264282, 0.012999173253774643, -0.10220853984355927, -0.2568233907222748, 0.3797827363014221, 0.17734193801879883, -1.4205882549285889, -1.3863354921340942, -1.132724404335022, -0.07116109877824783, 0.1742887943983078, -0.10056879371404648, -1.6111619472503662, 0.058013420552015305, -0.009625811129808426, 0.13189031183719635, -0.3149622678756714, -0.41600096225738525, 0.1670062243938446, 1.4013123512268066, -1.3245328664779663, 0.9747938513755798, 631.9550170898438, 663.52783203125, 0.0010854529682546854, -0.23147955536842346, -0.8394054770469666, 1.9122129678726196, -1.0677437782287598, 0.0002422755933366716], "std": [0.17093798518180847, 0.07112651318311691, 0.11023705452680588, 0.08689948916435242, 0.10511040687561035, 0.051568321883678436, 0.10619223117828369, 0.04049190878868103, 0.03471064567565918, 0.04619491472840309, 0.18117129802703857, 0.11607123911380768, 0.08302950114011765, 0.07804805040359497, 0.07276871800422668, 0.06933363527059555, 0.10319886356592178, 0.015750300139188766, 0.02580157108604908, 0.07579381763935089, 0.011144928634166718, 0.024487100541591644, 0.034531570971012115, 0.06475753337144852, 0.0370994508266449, 0.059689074754714966, 469.4173278808594, 459.9609680175781, 4.2234619286318775e-06, 0.0020306208170950413, 0.0002474171342328191, 5.9007001254940405e-05, 0.0004119768273085356, 0.0005019354284740984], "count": [845]}, "action": {"min": [-0.23369958996772766, 0.1624203324317932, -0.18078120052814484, -2.113837957382202, -0.6673615574836731, -0.020874137058854103, -0.38784706592559814, -0.2952660024166107, 0.31693801283836365, 0.07599300146102905, -1.8120163679122925, -1.7889751195907593, -1.236103892326355, -0.183783158659935, 0.01310742273926735, -0.2626371383666992, -1.7728180885314941, 0.013805554248392582, -0.06370452046394348, -0.026232298463582993, -0.341717004776001, -0.48230600357055664, 0.10965800285339355, 1.2591447830200195, -1.4290822744369507, 0.9253566265106201, 0.0, 0.0, 0.0010621313704177737, -0.23525738716125488, -0.8402237296104431, 1.9119335412979126, -1.0690776109695435, -0.0030651139095425606], "max": [0.44312164187431335, 0.4795292317867279, 0.309289813041687, -1.641272783279419, -0.1552819460630417, 0.14184290170669556, -0.01958259381353855, -0.18225699663162231, 0.4729680120944977, 0.23851099610328674, -1.2966423034667969, -1.2977545261383057, -0.9176197052001953, 0.1555786430835724, 0.22455406188964844, -0.01185078639537096, -1.3295918703079224, 0.10409144312143326, 0.048432886600494385, 0.18784977495670319, -0.29205000400543213, -0.3761659860610962, 0.19494499266147614, 1.4755313396453857, -1.2782648801803589, 1.0931379795074463, 1001.0, 1002.0, 0.0011166478507220745, -0.22834883630275726, -0.8381065726280212, 1.912302017211914, -1.0650691986083984, 0.0016127681592479348], "mean": [0.18469935655593872, 0.2509588599205017, 0.07931578159332275, -1.8496718406677246, -0.27105236053466797, 0.013003635220229626, -0.10233834385871887, -0.2568345367908478, 0.37979012727737427, 0.1773443967103958, -1.420617938041687, -1.3863526582717896, -1.1326789855957031, -0.07105758786201477, 0.1743292510509491, -0.10032995790243149, -1.6109870672225952, 0.05801048502326012, -0.009564632549881935, 0.13214321434497833, -0.31498920917510986, -0.41604530811309814, 0.16710422933101654, 1.4012608528137207, -1.3244998455047607, 0.9746291637420654, 631.9550170898438, 663.52783203125, 0.0010854662396013737, -0.2314819097518921, -0.8394055962562561, 1.9122130870819092, -1.0677437782287598, 0.00024227562244050205], "std": [0.17092692852020264, 0.07117278128862381, 0.11027424782514572, 0.08691494166851044, 0.10514657199382782, 0.051565542817115784, 0.10615874826908112, 0.04050043970346451, 0.03470853343605995, 0.04619626700878143, 0.18115292489528656, 0.11606229841709137, 0.08301179111003876, 0.07797134667634964, 0.07278666645288467, 0.06912250071763992, 0.10305178165435791, 0.015749037265777588, 0.025734560564160347, 0.07562251389026642, 0.011117045767605305, 0.02444889396429062, 0.034486282616853714, 0.06471598893404007, 0.037107642740011215, 0.05962786450982094, 469.4173583984375, 459.9609680175781, 4.221069957566215e-06, 0.002029421739280224, 0.00024736823979765177, 5.905274520046078e-05, 0.00041198101826012135, 0.0005019354284740984], "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": [265], "max": [265], "mean": [265.0], "std": [0.0], "count": [845]}, "index": {"min": [229168], "max": [230012], "mean": [229590.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6710059171597633, 0.6622875739643956], "std": [0.46984782248761175, 0.4590501733812333], "count": [845]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6710059171597633, 0.6622875739643956], "std": [0.46984782248761175, 0.4590501733812333], "count": [845]}, "eef_direction_state": {"mean": [4.834319526627219, 5.2023668639053255], "std": [2.0762975507389405, 1.8974898605094803], "min": [0, 0], "max": [6, 6], "count": [845]}, "eef_velocity_state": {"mean": [0.3136094674556213, 0.16331360946745563], "std": [0.5328204412672811, 0.3696515581330192], "min": [0, 0], "max": [2, 1], "count": [845]}, "eef_acc_mag_state": {"mean": [0.23550295857988165, 0.10887573964497041], "std": [0.5737192180113089, 0.41278880075266416], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_direction_action": {"mean": [4.834319526627219, 5.2023668639053255], "std": [2.0762975507389405, 1.8974898605094803], "min": [0, 0], "max": [6, 6], "count": [845]}, "eef_velocity_action": {"mean": [0.3136094674556213, 0.16331360946745563], "std": [0.5328204412672811, 0.3696515581330192], "min": [0, 0], "max": [2, 1], "count": [845]}, "eef_acc_mag_action": {"mean": [0.23550295857988165, 0.10887573964497041], "std": [0.5737192180113089, 0.41278880075266416], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_sim_pose_state": {"mean": [0.401536586408707, 0.25362458600314075, 1.1791132494833108, -0.05355101412985855, 0.015372021436886778, 1.3191240396287254, 0.4356070575124795, -0.2429557075624459, 1.1333024725055914, -0.05460317842701173, -0.09798135963712207, -1.3228644304697676], "std": [0.039262507572736846, 0.031755904776918864, 0.03429046382236732, 0.05602635016707375, 0.056997892994552685, 0.18654046630447815, 0.02401473725174261, 0.035508886562060006, 0.0069208165676129165, 0.041318246000021555, 0.05912788414383754, 0.03671790822529444], "min": [0.34119790867323135, 0.18042249936100083, 1.1466633215612485, -0.19777245700134055, -0.11820416521439259, 0.9168375208729593, 0.39637095046014237, -0.27057077487423103, 1.1131788900370105, -0.11230810659595614, -0.14537213625301937, -1.4652307471147628], "max": [0.504434603275277, 0.3239689389635777, 1.242172813793527, -0.0011366765529166045, 0.1944006174360675, 1.446544822854965, 0.5003848082300845, -0.18866431916565704, 1.1450416606035598, 0.04797228225191952, 0.03266818304302754, -1.302091156570842], "count": [845]}, "eef_sim_pose_action": {"mean": [0.4015445680972168, 0.2536315654955435, 1.1791036593553739, -0.05353738007364145, 0.015350848269978413, 1.319084917695971, 0.4356510829644521, -0.2430522047234758, 1.1332906567755392, -0.054736002042984046, -0.09807195770269829, -1.3228629577892914], "std": [0.039259526313044864, 0.03175895243348973, 0.03429782636943364, 0.056036482350376816, 0.05699479417052015, 0.18651735064428898, 0.023976893094012398, 0.035472076165460276, 0.006910185124676633, 0.04116849732569704, 0.059139752468691895, 0.0367186739758913], "min": [0.34119790867323135, 0.18042249936100083, 1.1466633215612485, -0.19777245700134055, -0.11820416521439259, 0.9168375208729593, 0.39637095046014237, -0.27057077487423103, 1.1131788900370105, -0.11230810659595614, -0.14537213625301937, -1.4652307471147628], "max": [0.504434603275277, 0.3239689389635777, 1.242172813793527, -0.0011366765529166045, 0.1944006174360675, 1.446544822854965, 0.5003848082300845, -0.18866431916565704, 1.1450416606035598, 0.04797228225191952, 0.03266818304302754, -1.302091156570842], "count": [845]}, "gripper_mode_state": {"mean": [0.3289940828402367, 0.33727810650887574], "std": [0.46984782248761175, 0.47278069480326196], "min": [0, 0], "max": [1, 1], "count": [845]}, "gripper_activity_state": {"mean": [1.9893491124260354, 1.8757396449704142], "std": [0.13280827490720404, 0.43778985356435296], "min": [0, 0], "max": [2, 2], "count": [845]}, "gripper_mode_action": {"mean": [0.3289940828402367, 0.33727810650887574], "std": [0.46984782248761175, 0.47278069480326196], "min": [0, 0], "max": [1, 1], "count": [845]}, "gripper_activity_action": {"mean": [1.9893491124260354, 1.8757396449704142], "std": [0.13280827490720404, 0.43778985356435296], "min": [0, 0], "max": [2, 2], "count": [845]}}} +{"episode_index": 265, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4618154742833953]], [[0.44557936717715413]], [[0.4344267028706908]]], "std": [[[0.16932417049127782]], [[0.17429960665915592]], [[0.1784014521199134]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46659635183049253]], [[0.4602569925028835]], [[0.4528331491093169]]], "std": [[[0.14657831996181883]], [[0.14825786390681012]], [[0.15217184157767122]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4599140274573882]], [[0.4639583279935068]], [[0.45652841588705195]]], "std": [[[0.16275195467819933]], [[0.1597966902362481]], [[0.16748064914211813]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49957260962663935]], [[0.49058701781366143]], [[0.47913743378615065]]], "std": [[[0.1595780833309365]], [[0.15514888986062664]], [[0.16481436616576153]]], "count": [153]}, "observation.state": {"min": [-0.21587978303432465, 0.14627604186534882, -0.17381733655929565, -2.1349740028381348, -0.5921029448509216, -0.02082177810370922, -0.34412655234336853, -0.3166710138320923, 0.31975099444389343, 0.07728999853134155, -1.7314625978469849, -1.7037018537521362, -1.185595989227295, -0.1759640872478485, 0.004817108623683453, -0.26258477568626404, -1.7714568376541138, 0.02439970336854458, -0.07098253816366196, -0.0262148454785347, -0.33452799916267395, -0.4807569980621338, 0.10945499688386917, 1.240490198135376, -1.4383254051208496, 0.946421205997467, 0.0, 0.0, 0.0010621313704177737, -0.23516151309013367, -0.8398727178573608, 1.911612629890442, -1.0692377090454102, -0.002343687228858471], "max": [0.424498975276947, 0.5185548067092896, 0.3147526979446411, -1.6664927005767822, -0.2223549485206604, 0.19776326417922974, -0.01961749978363514, -0.1835789978504181, 0.4704760015010834, 0.2329230010509491, -1.2792242765426636, -1.3174469470977783, -0.8977649211883545, 0.14899875223636627, 0.2243620604276657, -0.05993460863828659, -1.3337457180023193, 0.10074040293693542, 0.0636521577835083, 0.19228293001651764, -0.2917430102825165, -0.37615901231765747, 0.19267599284648895, 1.4755313396453857, -1.283837080001831, 1.096697211265564, 1001.0, 1002.0, 0.001124167232774198, -0.22926433384418488, -0.8380835652351379, 1.912966012954712, -1.0650311708450317, 0.0015093004330992699], "mean": [0.18014079332351685, 0.25784170627593994, 0.07954753935337067, -1.837784767150879, -0.2940666675567627, 0.025228308513760567, -0.1003541573882103, -0.26127421855926514, 0.38153940439224243, 0.17882661521434784, -1.3967374563217163, -1.4103034734725952, -1.1305549144744873, -0.08590560406446457, 0.17882943153381348, -0.10083172470331192, -1.606878638267517, 0.06836709380149841, -0.04690825939178467, 0.13571402430534363, -0.31820353865623474, -0.4111603796482086, 0.16745507717132568, 1.4174625873565674, -1.326300859451294, 0.9885106086730957, 660.8400268554688, 709.2112426757812, 0.0010919485939666629, -0.2315850406885147, -0.8393175601959229, 1.9122310876846313, -1.0677319765090942, 0.00022131582954898477], "std": [0.16478098928928375, 0.07682161033153534, 0.10310328751802444, 0.09999306499958038, 0.08939341455698013, 0.06876250356435776, 0.09961759299039841, 0.043943244963884354, 0.03362307325005531, 0.043125420808792114, 0.16094836592674255, 0.11442455649375916, 0.07689913362264633, 0.07910432666540146, 0.07403860241174698, 0.0691707655787468, 0.09858249872922897, 0.014236650429666042, 0.03960520029067993, 0.07764314115047455, 0.011055678129196167, 0.024739114567637444, 0.034492067992687225, 0.07195974886417389, 0.04001998156309128, 0.05102339759469032, 459.93878173828125, 440.7110595703125, 4.488331342145102e-06, 0.002030282747000456, 0.00026023222017101943, 0.00020249048247933388, 0.0004929540446028113, 0.0004151451284997165], "count": [819]}, "action": {"min": [-0.21587978303432465, 0.14627604186534882, -0.17381733655929565, -2.1349740028381348, -0.5921029448509216, -0.02082177810370922, -0.34412655234336853, -0.3166710138320923, 0.31975099444389343, 0.07728999853134155, -1.7314625978469849, -1.7037018537521362, -1.185595989227295, -0.1759640872478485, 0.004817108623683453, -0.26258477568626404, -1.7714568376541138, 0.02439970336854458, -0.07098253816366196, -0.0262148454785347, -0.33452799916267395, -0.4807569980621338, 0.10945499688386917, 1.240490198135376, -1.4383254051208496, 0.946421205997467, 0.0, 0.0, 0.0010621313704177737, -0.23516151309013367, -0.8398727178573608, 1.911612629890442, -1.0692377090454102, -0.002343687228858471], "max": [0.424498975276947, 0.5185548067092896, 0.3147526979446411, -1.6664927005767822, -0.2223549485206604, 0.19776326417922974, -0.01961749978363514, -0.1835789978504181, 0.4704760015010834, 0.2329230010509491, -1.2792242765426636, -1.3174469470977783, -0.8977649211883545, 0.14899875223636627, 0.2243620604276657, -0.05993460863828659, -1.3337457180023193, 0.10074040293693542, 0.0636521577835083, 0.19228293001651764, -0.2917430102825165, -0.37615901231765747, 0.19267599284648895, 1.4755313396453857, -1.283837080001831, 1.096697211265564, 1001.0, 1002.0, 0.001124167232774198, -0.22926433384418488, -0.8380835652351379, 1.912966012954712, -1.0650311708450317, 0.0015093004330992699], "mean": [0.18003006279468536, 0.2578004002571106, 0.07955516129732132, -1.8375986814498901, -0.2941163182258606, 0.02524915337562561, -0.10051731020212173, -0.2613133490085602, 0.3815666735172272, 0.17881320416927338, -1.396718978881836, -1.4104931354522705, -1.1304887533187866, -0.08582625538110733, 0.17887121438980103, -0.10058459639549255, -1.6066863536834717, 0.06837832182645798, -0.04691462963819504, 0.13597652316093445, -0.318238765001297, -0.4111972153186798, 0.16755622625350952, 1.4174318313598633, -1.3262677192687988, 0.9883714914321899, 660.8400268554688, 709.2112426757812, 0.0010919601190835238, -0.23158545792102814, -0.8393177390098572, 1.9122308492660522, -1.0677322149276733, 0.00022144796093925834], "std": [0.16475382447242737, 0.07683969289064407, 0.10310079902410507, 0.1001133844256401, 0.08938238024711609, 0.06875114887952805, 0.09959515184164047, 0.04397701844573021, 0.033620063215494156, 0.04311998188495636, 0.1609608680009842, 0.11440163105726242, 0.07687599956989288, 0.0790490135550499, 0.07405400276184082, 0.06895364820957184, 0.0984148383140564, 0.014238283969461918, 0.039608389139175415, 0.07745881378650665, 0.011018295772373676, 0.02470945380628109, 0.03444402292370796, 0.07194028049707413, 0.04002804681658745, 0.050967827439308167, 459.93878173828125, 440.7110595703125, 4.496177098189946e-06, 0.002030222676694393, 0.00026036796043626964, 0.00020283646881580353, 0.0004929511924274266, 0.00041512204916216433], "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": [266], "max": [266], "mean": [266.0], "std": [0.0], "count": [819]}, "index": {"min": [230013], "max": [230831], "mean": [230422.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6996336996336996, 0.7078827837627365], "std": [0.45841726185928144, 0.43982638195764956], "count": [819]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6996336996336996, 0.7078827837627365], "std": [0.45841726185928144, 0.43982638195764956], "count": [819]}, "eef_direction_state": {"mean": [5.03052503052503, 5.261294261294261], "std": [1.8655140588014554, 1.8136919988708537], "min": [0, 0], "max": [6, 6], "count": [819]}, "eef_velocity_state": {"mean": [0.3199023199023199, 0.15384615384615385], "std": [0.5657993709677803, 0.3608012122941112], "min": [0, 0], "max": [2, 1], "count": [819]}, "eef_acc_mag_state": {"mean": [0.2454212454212454, 0.1282051282051282], "std": [0.5864467720495077, 0.44411559168432674], "min": [0, 0], "max": [2, 2], "count": [819]}, "eef_direction_action": {"mean": [5.03052503052503, 5.261294261294261], "std": [1.8655140588014552, 1.8136919988708537], "min": [0, 0], "max": [6, 6], "count": [819]}, "eef_velocity_action": {"mean": [0.3199023199023199, 0.15384615384615385], "std": [0.5657993709677803, 0.3608012122941112], "min": [0, 0], "max": [2, 1], "count": [819]}, "eef_acc_mag_action": {"mean": [0.2454212454212454, 0.1282051282051282], "std": [0.5864467720495077, 0.44411559168432674], "min": [0, 0], "max": [2, 2], "count": [819]}, "eef_sim_pose_state": {"mean": [0.40296727298963303, 0.25526748215129946, 1.1766774899018633, -0.035761244871504, 0.03625089629559795, 1.3187523742176666, 0.4309066097991258, -0.24438449421593794, 1.1279909480425843, -0.03635187888212895, -0.09388571823306978, -1.3169876129577913], "std": [0.03748154582493796, 0.03089156617906562, 0.03849408367659061, 0.048992535229904106, 0.03610191890463959, 0.17599324993988472, 0.02415514063655102, 0.03621886573616713, 0.006969198827888855, 0.03918021252164329, 0.06257373772678437, 0.03255947193857836], "min": [0.3476342170004977, 0.17920438497991784, 1.1303757462620758, -0.13035715656413205, -0.07052176352447947, 0.8869351423586668, 0.39636700555862275, -0.27141332249504113, 1.1183225722728156, -0.10915394547812562, -0.1438722273541173, -1.4102601222274476], "max": [0.4997314542562906, 0.3277852038750582, 1.2450626076244105, 0.04380817406187709, 0.11066195361043474, 1.4465425957784206, 0.4987197364667809, -0.18787393533202684, 1.1449176004954267, 0.0481332993982323, 0.05770430928508752, -1.293095774425195], "count": [819]}, "eef_sim_pose_action": {"mean": [0.40299707209998514, 0.2552679863190647, 1.1766466443187598, -0.03568872243663205, 0.036340954308135005, 1.3186349200683767, 0.4309431963426858, -0.24448503378667497, 1.1279676049487373, -0.036456230940075086, -0.09396887182841794, -1.3169830302229877], "std": [0.03747576251610684, 0.030891720430363402, 0.038520097680853516, 0.049063240456717956, 0.03618480425733115, 0.17594050822555005, 0.02412551107582533, 0.03617842991538964, 0.006945835842298845, 0.039069352799023224, 0.06258394963184197, 0.032561511730832396], "min": [0.3476342170004977, 0.17920438497991784, 1.1303757462620758, -0.13035715656413205, -0.07052176352447947, 0.8869351423586668, 0.39636700555862275, -0.27141332249504113, 1.1183225722728156, -0.10915394547812562, -0.1438722273541173, -1.4102601222274476], "max": [0.4997314542562906, 0.3277852038750582, 1.2450626076244105, 0.04380817406187709, 0.11066195361043474, 1.4465425957784206, 0.4987197364667809, -0.18787393533202684, 1.1449176004954267, 0.0481332993982323, 0.05770430928508752, -1.293095774425195], "count": [819]}, "gripper_mode_state": {"mean": [0.30036630036630035, 0.29181929181929184], "std": [0.45841726185928144, 0.45459959606381445], "min": [0, 0], "max": [1, 1], "count": [819]}, "gripper_activity_state": {"mean": [1.989010989010989, 1.8717948717948718], "std": [0.134886099923238, 0.44411559168432657], "min": [0, 0], "max": [2, 2], "count": [819]}, "gripper_mode_action": {"mean": [0.30036630036630035, 0.29181929181929184], "std": [0.45841726185928144, 0.45459959606381445], "min": [0, 0], "max": [1, 1], "count": [819]}, "gripper_activity_action": {"mean": [1.989010989010989, 1.8717948717948718], "std": [0.134886099923238, 0.44411559168432657], "min": [0, 0], "max": [2, 2], "count": [819]}}} +{"episode_index": 266, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4617658926588064]], [[0.4455890643021915]], [[0.43483580567303176]]], "std": [[[0.1704928268397749]], [[0.17543456847293207]], [[0.17936129733828549]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696144898863685]], [[0.4637186725725148]], [[0.4558818710218292]]], "std": [[[0.1460775171136303]], [[0.1513442982101281]], [[0.15500763680168478]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46801390624332523]], [[0.4706669430026913]], [[0.4640873916015208]]], "std": [[[0.1646078424684306]], [[0.161795743343562]], [[0.1696446822104227]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4968935478875646]], [[0.4840434368191721]], [[0.4712386328442052]]], "std": [[[0.1670300854133311]], [[0.15913165940744664]], [[0.16813766806673025]]], "count": [153]}, "observation.state": {"min": [-0.24556781351566315, 0.1299223005771637, -0.1287180334329605, -2.0996835231781006, -0.5215741991996765, -0.07824310660362244, -0.35812410712242126, -0.3237319886684418, 0.32110801339149475, 0.07870499789714813, -1.7905287742614746, -1.5885159969329834, -1.185705304145813, -0.17554521560668945, 0.02741912193596363, -0.2626371383666992, -1.7714568376541138, 0.04314453527331352, -0.0636521577835083, -0.026232298463582993, -0.33555498719215393, -0.4809750020503998, 0.10966400057077408, 1.2369147539138794, -1.475752592086792, 0.9080380797386169, 0.0, 0.0, 0.0010922093642875552, -0.23516714572906494, -0.8398885726928711, 1.9118027687072754, -1.068392276763916, -0.001497909426689148], "max": [0.40247291326522827, 0.467713326215744, 0.3004933297634125, -1.612876296043396, -0.17620843648910522, 0.1498016119003296, -0.01961749978363514, -0.18333600461483002, 0.47508499026298523, 0.22802700102329254, -1.2734246253967285, -1.3175163269042969, -0.884979784488678, 0.15310028195381165, 0.23507839441299438, -0.08023278415203094, -1.334915041923523, 0.12353440374135971, 0.06295403093099594, 0.19511035084724426, -0.2918339967727661, -0.3761630058288574, 0.18011200428009033, 1.4852914810180664, -1.3284964561462402, 1.0763176679611206, 1001.0, 1003.0, 0.001107248361222446, -0.22889399528503418, -0.8383086323738098, 1.9124984741210938, -1.0652133226394653, 0.0016156159108504653], "mean": [0.16569481790065765, 0.25120866298675537, 0.0906023308634758, -1.8273969888687134, -0.2669212520122528, 0.00883531291037798, -0.09775356203317642, -0.25976213812828064, 0.3848945200443268, 0.1752554178237915, -1.4216656684875488, -1.3844655752182007, -1.1271790266036987, -0.10031181573867798, 0.1875234842300415, -0.12110523879528046, -1.6595717668533325, 0.08180619031190872, -0.0011794274905696511, 0.132797971367836, -0.30889713764190674, -0.4063325524330139, 0.15759140253067017, 1.420810580253601, -1.3541111946105957, 0.9747335314750671, 614.5546264648438, 700.3628540039062, 0.001100183930248022, -0.23157434165477753, -0.8393683433532715, 1.9119977951049805, -1.0677205324172974, 0.0002244200004497543], "std": [0.17422938346862793, 0.061736468225717545, 0.1011027842760086, 0.09854085743427277, 0.05571049079298973, 0.06131800636649132, 0.10564718395471573, 0.041593436151742935, 0.03572297841310501, 0.044544197618961334, 0.18812717497348785, 0.09304631501436234, 0.08994869887828827, 0.08619222044944763, 0.06790705025196075, 0.06239581108093262, 0.10894977301359177, 0.012579116970300674, 0.03235844522714615, 0.07390183210372925, 0.010845975950360298, 0.026291750371456146, 0.028285332024097443, 0.07459340989589691, 0.04600665345788002, 0.05929633229970932, 473.5853576660156, 444.8688659667969, 1.022910055326065e-06, 0.0020352432038635015, 0.00023837049957364798, 0.00014485603605862707, 0.0004235281085129827, 0.0004643716383725405], "count": [824]}, "action": {"min": [-0.24556781351566315, 0.1299223005771637, -0.1287180334329605, -2.0996835231781006, -0.5215741991996765, -0.07824310660362244, -0.35812410712242126, -0.3237319886684418, 0.32110801339149475, 0.07870499789714813, -1.7905287742614746, -1.5885159969329834, -1.185705304145813, -0.17554521560668945, 0.02741912193596363, -0.2626371383666992, -1.7714568376541138, 0.04314453527331352, -0.0636521577835083, -0.026232298463582993, -0.33555498719215393, -0.4809750020503998, 0.10966400057077408, 1.2369147539138794, -1.475752592086792, 0.9080380797386169, 0.0, 0.0, 0.0010922093642875552, -0.23516714572906494, -0.8398885726928711, 1.9118027687072754, -1.068392276763916, -0.001497909426689148], "max": [0.40247291326522827, 0.467713326215744, 0.3004933297634125, -1.612876296043396, -0.17620843648910522, 0.1498016119003296, -0.01961749978363514, -0.18333600461483002, 0.47508499026298523, 0.22802700102329254, -1.2734246253967285, -1.3175163269042969, -0.884979784488678, 0.15310028195381165, 0.23507839441299438, -0.08023278415203094, -1.334915041923523, 0.12353440374135971, 0.06295403093099594, 0.19511035084724426, -0.2918339967727661, -0.3761630058288574, 0.18011200428009033, 1.4852914810180664, -1.3284964561462402, 1.0763176679611206, 1001.0, 1003.0, 0.001107248361222446, -0.22889399528503418, -0.8383086323738098, 1.9124984741210938, -1.0652133226394653, 0.0016156159108504653], "mean": [0.16552065312862396, 0.2510765790939331, 0.09060104936361313, -1.827111005783081, -0.2668300271034241, 0.00876645464450121, -0.09784065186977386, -0.2598104774951935, 0.38494113087654114, 0.17523811757564545, -1.4216424226760864, -1.384502649307251, -1.1271700859069824, -0.10026240348815918, 0.18757298588752747, -0.12088760733604431, -1.659476399421692, 0.0818251296877861, -0.0011066695442423224, 0.13304929435253143, -0.3089156150817871, -0.4063602089881897, 0.15767545998096466, 1.4207836389541626, -1.354112148284912, 0.9745706915855408, 614.5546264648438, 700.3628540039062, 0.001100183930248022, -0.23156996071338654, -0.8393683433532715, 1.9119982719421387, -1.0677210092544556, 0.00022411243116948754], "std": [0.17420117557048798, 0.06187458336353302, 0.10110342502593994, 0.09881875663995743, 0.055793412029743195, 0.06138303875923157, 0.10561257600784302, 0.041643835604190826, 0.03572424128651619, 0.04453664645552635, 0.18814349174499512, 0.09302626550197601, 0.08994346857070923, 0.08616247773170471, 0.0679231658577919, 0.06221441179513931, 0.10888698697090149, 0.01256681326776743, 0.03228515386581421, 0.07371264696121216, 0.010830314829945564, 0.02627204917371273, 0.028245773166418076, 0.07457678765058517, 0.046006008982658386, 0.05922834202647209, 473.5853576660156, 444.8688659667969, 1.022910055326065e-06, 0.00203138985671103, 0.00023839531058911234, 0.00014510052278637886, 0.0004236143722664565, 0.00046441127778962255], "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": [267], "max": [267], "mean": [267.0], "std": [0.0], "count": [824]}, "index": {"min": [230832], "max": [231655], "mean": [231243.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6553398058252428, 0.6990497576646977], "std": [0.4752573457887587, 0.4439753352250814], "count": [824]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6553398058252428, 0.6990497576646977], "std": [0.4752573457887587, 0.4439753352250814], "count": [824]}, "eef_direction_state": {"mean": [4.933252427184466, 5.178398058252427], "std": [1.9772151407926026, 1.925422499794422], "min": [0, 0], "max": [6, 6], "count": [824]}, "eef_velocity_state": {"mean": [0.32160194174757284, 0.16747572815533981], "std": [0.5416796574160454, 0.376636154796903], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_acc_mag_state": {"mean": [0.2512135922330097, 0.11286407766990292], "std": [0.5983378944474069, 0.4040205115561927], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_direction_action": {"mean": [4.933252427184466, 5.178398058252427], "std": [1.9772151407926026, 1.925422499794422], "min": [0, 0], "max": [6, 6], "count": [824]}, "eef_velocity_action": {"mean": [0.32160194174757284, 0.16747572815533981], "std": [0.5416796574160454, 0.376636154796903], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_acc_mag_action": {"mean": [0.2512135922330097, 0.11286407766990292], "std": [0.5983378944474069, 0.4040205115561927], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_sim_pose_state": {"mean": [0.4066721077927763, 0.2517059552262601, 1.1766952693345636, -0.049016023271959135, 0.011803779592809335, 1.3186071014940686, 0.426809169051167, -0.23697852096078295, 1.138523854566959, -0.04711282330399615, -0.08254658757936278, -1.2942833697294007], "std": [0.04066323148076413, 0.028573214409045616, 0.0360593220785037, 0.05036419863758488, 0.04520228756447045, 0.1864749975586143, 0.02581914369399735, 0.0303015079443463, 0.006780082605781887, 0.043027442520738625, 0.06860032038197728, 0.03311693873628369], "min": [0.3520852352877792, 0.185950717444934, 1.1187732613454204, -0.1736577778282598, -0.15095648823567842, 0.983273813264082, 0.39637038162252763, -0.2608655330903136, 1.1188935123958172, -0.11272734971524168, -0.13993721929487557, -1.3833296112313354], "max": [0.5073000942299928, 0.31994642775818116, 1.2424742556247417, 0.004224639660050045, 0.056911745382092205, 1.4464923523028017, 0.49968782893635205, -0.18867178656480724, 1.1476819577885193, 0.048396973094246065, 0.07203901667503976, -1.2421606096743454], "count": [824]}, "eef_sim_pose_action": {"mean": [0.406718876029317, 0.25168998117716845, 1.1766497414272723, -0.04899135277347899, 0.011827826033581651, 1.3185962279353, 0.4268375574516541, -0.23706506538929273, 1.1385192514145073, -0.047234696990362035, -0.0826189169381352, -1.2942487340923365], "std": [0.040658719740226494, 0.02856971232164499, 0.036108037004399914, 0.05038455619668346, 0.04521862809982794, 0.1864678349839168, 0.025798537237623882, 0.030265263062328997, 0.0067773036680356235, 0.04290014099120525, 0.06861581249153717, 0.03312128018656511], "min": [0.3520852352877792, 0.185950717444934, 1.1187732613454204, -0.1736577778282598, -0.15095648823567842, 0.983273813264082, 0.39637038162252763, -0.2608655330903136, 1.1188935123958172, -0.11272734971524168, -0.13993721929487557, -1.3833296112313354], "max": [0.5073000942299928, 0.31994642775818116, 1.2424742556247417, 0.004224639660050045, 0.056911745382092205, 1.4464923523028017, 0.49968782893635205, -0.18867178656480724, 1.1476819577885193, 0.048396973094246065, 0.07203901667503976, -1.2421606096743454], "count": [824]}, "gripper_mode_state": {"mean": [0.3446601941747573, 0.29975728155339804], "std": [0.4752573457887587, 0.4581515619411434], "min": [0, 0], "max": [1, 1], "count": [824]}, "gripper_activity_state": {"mean": [1.9890776699029127, 1.8737864077669903], "std": [0.13447894333462024, 0.441854249362088], "min": [0, 0], "max": [2, 2], "count": [824]}, "gripper_mode_action": {"mean": [0.3446601941747573, 0.29975728155339804], "std": [0.4752573457887587, 0.4581515619411434], "min": [0, 0], "max": [1, 1], "count": [824]}, "gripper_activity_action": {"mean": [1.9890776699029127, 1.8737864077669903], "std": [0.13447894333462027, 0.441854249362088], "min": [0, 0], "max": [2, 2], "count": [824]}}} +{"episode_index": 267, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4658923624548504]], [[0.44966855865153077]], [[0.4383411646456828]]], "std": [[[0.17319970617212363]], [[0.17755419989921806]], [[0.1815784553890889]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4691973522961816]], [[0.4627949225468696]], [[0.45709268844599243]]], "std": [[[0.14937521489074196]], [[0.1515668414650095]], [[0.15486638353516788]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46361390743249054]], [[0.4614717250386997]], [[0.4547728570046439]]], "std": [[[0.16445831318857598]], [[0.15927996118971507]], [[0.16744248124554684]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5017239744582044]], [[0.48887004428964564]], [[0.4748867200937392]]], "std": [[[0.16317273980943986]], [[0.15720108773453936]], [[0.16585117780756695]]], "count": [152]}, "observation.state": {"min": [-0.263876348733902, 0.1707630157470703, -0.14667747914791107, -2.0442516803741455, -0.6179512143135071, -0.020839231088757515, -0.40252527594566345, -0.29117798805236816, 0.33921098709106445, 0.07536400109529495, -1.760076642036438, -1.7061941623687744, -1.2135568857192993, -0.1929636001586914, 0.03654719516634941, -0.2626197040081024, -1.773149847984314, 0.0391826406121254, -0.0636521577835083, -0.026232298463582993, -0.33705198764801025, -0.4811199903488159, 0.10967300087213516, 1.284153938293457, -1.4217681884765625, 0.9833076000213623, 0.0, 0.0, 0.00107341050170362, -0.23505248129367828, -0.8396896719932556, 1.9111744165420532, -1.0680792331695557, -0.001457091886550188], "max": [0.34259065985679626, 0.5164429545402527, 0.334090918302536, -1.6541532278060913, -0.21851523220539093, 0.21448349952697754, -0.019652407616376877, -0.17331700026988983, 0.47605100274086, 0.24057400226593018, -1.278126835823059, -1.3164725303649902, -0.8716774582862854, 0.15529939532279968, 0.1892635077238083, -0.06794566661119461, -1.3134825229644775, 0.09667378664016724, 0.009128072299063206, 0.16432274878025055, -0.29204699397087097, -0.3739300072193146, 0.18151499330997467, 1.4755313396453857, -1.3280565738677979, 1.0866187810897827, 1001.0, 1002.0, 0.0012200410710647702, -0.22924554347991943, -0.8384639024734497, 1.9129319190979004, -1.0668487548828125, 0.0010498656192794442], "mean": [0.15975530445575714, 0.250187486410141, 0.08884523808956146, -1.8281176090240479, -0.30054593086242676, 0.034981850534677505, -0.08220120519399643, -0.25952136516571045, 0.3869832754135132, 0.17762388288974762, -1.380349040031433, -1.4117282629013062, -1.1429370641708374, -0.08121690899133682, 0.15996260941028595, -0.10691458731889725, -1.609555721282959, 0.08683052659034729, -0.04104114696383476, 0.12412192672491074, -0.3161478638648987, -0.4128674268722534, 0.16108259558677673, 1.3985257148742676, -1.3470561504364014, 1.0256218910217285, 686.0331420898438, 713.2359008789062, 0.0011230679228901863, -0.2316240519285202, -0.8394231200218201, 1.9120908975601196, -1.0677556991577148, 0.0002362555096624419], "std": [0.17581874132156372, 0.0685858353972435, 0.10533067584037781, 0.07264235615730286, 0.10138761252164841, 0.07831429690122604, 0.1005905270576477, 0.040395304560661316, 0.034282978624105453, 0.042520321905612946, 0.1447688490152359, 0.14196932315826416, 0.07731963694095612, 0.08009646832942963, 0.051482800394296646, 0.06356408447027206, 0.10633271187543869, 0.014880300499498844, 0.014879116788506508, 0.06123526394367218, 0.011149010621011257, 0.024460580199956894, 0.028012460097670555, 0.04778517037630081, 0.0309305302798748, 0.0264884103089571, 450.2693786621094, 438.6961364746094, 3.915452543878928e-05, 0.0015781219117343426, 0.00018373948114458472, 0.00021393054339569062, 0.000244203518377617, 0.00031280802795663476], "count": [814]}, "action": {"min": [-0.263876348733902, 0.1707630157470703, -0.14667747914791107, -2.0442516803741455, -0.6179512143135071, -0.020839231088757515, -0.40252527594566345, -0.29117798805236816, 0.33921098709106445, 0.07536400109529495, -1.760076642036438, -1.7061941623687744, -1.2135568857192993, -0.1929636001586914, 0.03654719516634941, -0.2626197040081024, -1.773149847984314, 0.0391826406121254, -0.0636521577835083, -0.026232298463582993, -0.33705198764801025, -0.4811199903488159, 0.10967300087213516, 1.284153938293457, -1.4217681884765625, 0.9833076000213623, 0.0, 0.0, 0.00107341050170362, -0.23505248129367828, -0.8396896719932556, 1.9111744165420532, -1.0680792331695557, -0.001457091886550188], "max": [0.34259065985679626, 0.5164429545402527, 0.334090918302536, -1.6541532278060913, -0.21851523220539093, 0.21448349952697754, -0.019652407616376877, -0.17331700026988983, 0.47605100274086, 0.24057400226593018, -1.278126835823059, -1.3164725303649902, -0.8716774582862854, 0.15529939532279968, 0.1892635077238083, -0.06794566661119461, -1.3134825229644775, 0.09667378664016724, 0.009128072299063206, 0.16432274878025055, -0.29204699397087097, -0.3739300072193146, 0.18151499330997467, 1.4755313396453857, -1.3280565738677979, 1.0866187810897827, 1001.0, 1002.0, 0.0012200410710647702, -0.22924554347991943, -0.8384639024734497, 1.9129319190979004, -1.0668487548828125, 0.0010498656192794442], "mean": [0.15962162613868713, 0.25010815262794495, 0.08887507766485214, -1.828015923500061, -0.3005065321922302, 0.03504879027605057, -0.08224571496248245, -0.2595253586769104, 0.38701942563056946, 0.1775984764099121, -1.3803396224975586, -1.4117944240570068, -1.1429160833358765, -0.08113168179988861, 0.15995904803276062, -0.10667723417282104, -1.609378695487976, 0.08686747401952744, -0.041017819195985794, 0.12434960901737213, -0.3161780834197998, -0.41290703415870667, 0.1611701101064682, 1.3984415531158447, -1.3470581769943237, 1.0255517959594727, 686.0331420898438, 713.2359008789062, 0.0011231787502765656, -0.23162150382995605, -0.8394232392311096, 1.9120906591415405, -1.0677558183670044, 0.00023621937725692987], "std": [0.1757795512676239, 0.0686337947845459, 0.10532078146934509, 0.072670578956604, 0.10141199082136154, 0.07828996330499649, 0.1005706787109375, 0.040397804230451584, 0.034277040511369705, 0.042512036859989166, 0.1447744071483612, 0.14193886518478394, 0.07731058448553085, 0.08003519475460052, 0.05148078128695488, 0.06334280222654343, 0.1061825156211853, 0.014865463599562645, 0.014858593232929707, 0.06101994588971138, 0.011116969399154186, 0.024427242577075958, 0.027962960302829742, 0.04770971089601517, 0.030929366126656532, 0.026455631479620934, 450.2693786621094, 438.6961364746094, 3.921602910850197e-05, 0.0015798341482877731, 0.000183804877451621, 0.0002140478609362617, 0.00024419944384135306, 0.00031280997791327536], "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": [268], "max": [268], "mean": [268.0], "std": [0.0], "count": [814]}, "index": {"min": [231656], "max": [232469], "mean": [232062.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7285012285012284, 0.7118992626950768], "std": [0.4447327158793578, 0.4378142209795297], "count": [814]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7285012285012284, 0.7118992626950768], "std": [0.4447327158793578, 0.4378142209795297], "count": [814]}, "eef_direction_state": {"mean": [5.176904176904177, 5.100737100737101], "std": [1.7050747346579214, 2.0146086730010526], "min": [0, 0], "max": [6, 6], "count": [814]}, "eef_velocity_state": {"mean": [0.2800982800982801, 0.17444717444717445], "std": [0.5317182662513561, 0.37949355432546167], "min": [0, 0], "max": [2, 1], "count": [814]}, "eef_acc_mag_state": {"mean": [0.2076167076167076, 0.13022113022113022], "std": [0.5474003520918106, 0.4491276833119448], "min": [0, 0], "max": [2, 2], "count": [814]}, "eef_direction_action": {"mean": [5.176904176904177, 5.100737100737101], "std": [1.7050747346579214, 2.014608673001052], "min": [0, 0], "max": [6, 6], "count": [814]}, "eef_velocity_action": {"mean": [0.2800982800982801, 0.17444717444717445], "std": [0.5317182662513561, 0.37949355432546167], "min": [0, 0], "max": [2, 1], "count": [814]}, "eef_acc_mag_action": {"mean": [0.2076167076167076, 0.13022113022113022], "std": [0.5474003520918105, 0.4491276833119448], "min": [0, 0], "max": [2, 2], "count": [814]}, "eef_sim_pose_state": {"mean": [0.40818214441119616, 0.25250775958086097, 1.1783749265698376, -0.03653622863289815, 0.04751117198811168, 1.3299977881949125, 0.432257757612554, -0.23703533455321135, 1.128874088315485, -0.025923867080801393, -0.057427195238971246, -1.3278123790546692], "std": [0.03962765371374195, 0.0289493241189397, 0.036019608697347105, 0.04053685576184173, 0.026720928881149877, 0.18813778048196403, 0.02414802381791451, 0.0277339433705748, 0.007665668171366881, 0.03157628511007029, 0.038534595196546166, 0.01643024863930938], "min": [0.3672191239034786, 0.18304273877480995, 1.1525998915923827, -0.13077546985666477, -0.014549161394145749, 0.8804123662129253, 0.3935430037113681, -0.25743631983223253, 1.1131943192942284, -0.07681028945100088, -0.07985320352307101, -1.3734629300409158], "max": [0.5082501206414718, 0.328090409165038, 1.2541378992599677, 0.014656985043109305, 0.15463318617197785, 1.446488637239074, 0.49957826530587535, -0.18866591194008675, 1.1445301002189845, 0.04795255960599887, 0.04236030797856172, -1.2961897685893042], "count": [814]}, "eef_sim_pose_action": {"mean": [0.40821888399083894, 0.2524868234389874, 1.1783741625392539, -0.0365081647299144, 0.04754322630663717, 1.329959434957677, 0.4322962204516361, -0.23711897681255853, 1.1288547161622133, -0.026018359294995172, -0.057440326816603986, -1.3278407700588515], "std": [0.039618616380746235, 0.028946798701065934, 0.036020072421198916, 0.04055789123185416, 0.026718796458951595, 0.18811733998376093, 0.024115781232728017, 0.02769062327565403, 0.007646014218934533, 0.03146997915978274, 0.03853983836959059, 0.016409723780926852], "min": [0.3672191239034786, 0.18304273877480995, 1.1525998915923827, -0.13077546985666477, -0.014549161394145749, 0.8804123662129253, 0.3935430037113681, -0.25743631983223253, 1.1131943192942284, -0.07681028945100088, -0.07985320352307101, -1.3734629300409158], "max": [0.5082501206414718, 0.328090409165038, 1.2541378992599677, 0.014656985043109305, 0.15463318617197785, 1.446488637239074, 0.49957826530587535, -0.18866591194008675, 1.1445301002189845, 0.04795255960599887, 0.04236030797856172, -1.2961897685893042], "count": [814]}, "gripper_mode_state": {"mean": [0.2714987714987715, 0.28869778869778867], "std": [0.4447327158793578, 0.45315712010162407], "min": [0, 0], "max": [1, 1], "count": [814]}, "gripper_activity_state": {"mean": [1.988943488943489, 1.8697788697788698], "std": [0.13529697702009302, 0.446383997764426], "min": [0, 0], "max": [2, 2], "count": [814]}, "gripper_mode_action": {"mean": [0.2714987714987715, 0.28869778869778867], "std": [0.4447327158793578, 0.45315712010162407], "min": [0, 0], "max": [1, 1], "count": [814]}, "gripper_activity_action": {"mean": [1.988943488943489, 1.8697788697788698], "std": [0.13529697702009302, 0.446383997764426], "min": [0, 0], "max": [2, 2], "count": [814]}}} +{"episode_index": 268, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4705186066256568]], [[0.4534720940663847]], [[0.4419254520163185]]], "std": [[[0.1673683094726477]], [[0.17234671514285085]], [[0.17559755261700838]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4720695806100218]], [[0.463885315209962]], [[0.45806328762441795]]], "std": [[[0.15035640540538883]], [[0.15174936117955726]], [[0.1548804001415385]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45366122004357295]], [[0.45215568664829764]], [[0.4446772381883036]]], "std": [[[0.1648661456524672]], [[0.16026382107152742]], [[0.16771707680603606]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5057168797257465]], [[0.49135561909949166]], [[0.4744052047289504]]], "std": [[[0.1698439165940493]], [[0.16005717177722487]], [[0.1675545031681653]]], "count": [153]}, "observation.state": {"min": [-0.25041982531547546, 0.19032815098762512, -0.14364059269428253, -2.064026355743408, -0.643345832824707, -0.020874137058854103, -0.43137556314468384, -0.3030329942703247, 0.32949501276016235, 0.07680000364780426, -1.8065987825393677, -1.7062649726867676, -1.1854034662246704, -0.176801860332489, 0.015184364281594753, -0.26258477568626404, -1.7725563049316406, 0.029827676713466644, -0.06375688314437866, -0.02710496261715889, -0.3393290042877197, -0.48106399178504944, 0.10875999927520752, 1.2825677394866943, -1.419187307357788, 0.9567530155181885, 0.0, 0.0, 0.0011786837130784988, -0.23520661890506744, -0.8396920561790466, 1.9118788242340088, -1.0681941509246826, -0.001543473219498992], "max": [0.3747920095920563, 0.5278050303459167, 0.3355046212673187, -1.6480621099472046, -0.17034414410591125, 0.1708153635263443, -0.019146261736750603, -0.18456900119781494, 0.4741309881210327, 0.22765199840068817, -1.296558141708374, -1.3180227279663086, -0.8584445714950562, 0.15707963705062866, 0.18929840624332428, -0.08616690337657928, -1.2992056608200073, 0.09368927776813507, 0.009721484035253525, 0.1776919662952423, -0.2915560007095337, -0.3761630058288574, 0.16772699356079102, 1.4763396978378296, -1.3280365467071533, 1.089861273765564, 1001.0, 1002.0, 0.0012012423248961568, -0.22925680875778198, -0.8386421799659729, 1.9121530055999756, -1.0670175552368164, 0.0020674567203968763], "mean": [0.16917704045772552, 0.25679075717926025, 0.0806397795677185, -1.8241080045700073, -0.27454984188079834, 0.024746641516685486, -0.09905921667814255, -0.26341068744659424, 0.385157972574234, 0.18078501522541046, -1.399143099784851, -1.3909651041030884, -1.117674469947815, -0.11297875642776489, 0.15852655470371246, -0.12309849262237549, -1.6579598188400269, 0.08069058507680893, -0.04142864793539047, 0.12275370210409164, -0.30957138538360596, -0.4026542007923126, 0.1501343697309494, 1.425952672958374, -1.3564090728759766, 1.024166226387024, 708.783447265625, 729.07421875, 0.0011905510909855366, -0.23163145780563354, -0.8393821120262146, 1.9119826555252075, -1.0677577257156372, 0.00024939619470387697], "std": [0.16330240666866302, 0.07243341207504272, 0.10253618657588959, 0.0841246247291565, 0.10035805404186249, 0.05883131921291351, 0.11115368455648422, 0.039603836834430695, 0.03266647085547447, 0.04144536703824997, 0.16861677169799805, 0.1120930165052414, 0.08999931067228317, 0.08594431728124619, 0.05472569912672043, 0.06028183922171593, 0.11584340780973434, 0.016021305695176125, 0.01529382448643446, 0.06729815900325775, 0.012112164869904518, 0.025703415274620056, 0.023287681862711906, 0.053866345435380936, 0.02253514714539051, 0.028766542673110962, 440.3567199707031, 430.7989807128906, 1.8230098248750437e-06, 0.0017495303181931376, 0.00020971833146177232, 8.931542106438428e-05, 0.00018979441665578634, 0.0004652260977309197], "count": [822]}, "action": {"min": [-0.25041982531547546, 0.19032815098762512, -0.14364059269428253, -2.064026355743408, -0.643345832824707, -0.020874137058854103, -0.43137556314468384, -0.3030329942703247, 0.32949501276016235, 0.07680000364780426, -1.8065987825393677, -1.7062649726867676, -1.1854034662246704, -0.176801860332489, 0.015184364281594753, -0.26258477568626404, -1.772451639175415, 0.029827676713466644, -0.06375688314437866, -0.02710496261715889, -0.3393290042877197, -0.48106399178504944, 0.10875999927520752, 1.2825677394866943, -1.419187307357788, 0.9567530155181885, 0.0, 0.0, 0.0011786837130784988, -0.23520661890506744, -0.8396920561790466, 1.9118788242340088, -1.0681941509246826, -0.001543473219498992], "max": [0.3747920095920563, 0.5278050303459167, 0.3355046212673187, -1.6480621099472046, -0.17034414410591125, 0.1708153635263443, -0.019146261736750603, -0.18456900119781494, 0.4741309881210327, 0.22765199840068817, -1.296558141708374, -1.3180227279663086, -0.8584445714950562, 0.15707963705062866, 0.18929840624332428, -0.08616690337657928, -1.2992056608200073, 0.09368927776813507, 0.009721484035253525, 0.1776919662952423, -0.29159000515937805, -0.3761630058288574, 0.16772699356079102, 1.4763396978378296, -1.3280365467071533, 1.089861273765564, 1001.0, 1002.0, 0.0012012423248961568, -0.22925680875778198, -0.8386421799659729, 1.9121530055999756, -1.0670175552368164, 0.0020674567203968763], "mean": [0.16898204386234283, 0.25673574209213257, 0.0806657150387764, -1.8239179849624634, -0.27445071935653687, 0.024843968451023102, -0.09919082373380661, -0.2634313404560089, 0.3852102756500244, 0.18076416850090027, -1.3991788625717163, -1.3910393714904785, -1.1175075769424438, -0.11294548213481903, 0.15852069854736328, -0.12288691103458405, -1.657863736152649, 0.08072143793106079, -0.04140336066484451, 0.12298649549484253, -0.3095903992652893, -0.40267717838287354, 0.15020345151424408, 1.4259148836135864, -1.3564337491989136, 1.0240932703018188, 708.783447265625, 729.07421875, 0.0011905556311830878, -0.23163121938705444, -0.839381992816925, 1.9119828939437866, -1.0677579641342163, 0.000249467819230631], "std": [0.16328296065330505, 0.07246257364749908, 0.10252918303012848, 0.08424363285303116, 0.10041862726211548, 0.05882197991013527, 0.11112383753061295, 0.03961855545639992, 0.032671257853507996, 0.04143906012177467, 0.16859827935695648, 0.11206518858671188, 0.09000077843666077, 0.08592615276575089, 0.05472273379564285, 0.06009669974446297, 0.11578178405761719, 0.01601710356771946, 0.015274127013981342, 0.06711017340421677, 0.012096123769879341, 0.025688262656331062, 0.023251980543136597, 0.053841762244701385, 0.02251589484512806, 0.028733398765325546, 440.3567199707031, 430.7989807128906, 1.8262355752085568e-06, 0.0017498484812676907, 0.000209608391742222, 8.94295226316899e-05, 0.0001899275666801259, 0.0004651981871575117], "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": [269], "max": [269], "mean": [269.0], "std": [0.0], "count": [822]}, "index": {"min": [232470], "max": [233291], "mean": [232880.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7493917274939172, 0.7277043795369174], "std": [0.43336331900334973, 0.4299285731769356], "count": [822]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7493917274939172, 0.7277043795369174], "std": [0.43336331900334973, 0.42992857317693556], "count": [822]}, "eef_direction_state": {"mean": [5.135036496350365, 5.14720194647202], "std": [1.720780020643718, 1.9579486026213981], "min": [0, 0], "max": [6, 6], "count": [822]}, "eef_velocity_state": {"mean": [0.2895377128953771, 0.17518248175182483], "std": [0.5139063983748703, 0.38012311142456745], "min": [0, 0], "max": [2, 1], "count": [822]}, "eef_acc_mag_state": {"mean": [0.23236009732360097, 0.1192214111922141], "std": [0.5758937002852288, 0.43046444348920254], "min": [0, 0], "max": [2, 2], "count": [822]}, "eef_direction_action": {"mean": [5.135036496350365, 5.14720194647202], "std": [1.720780020643718, 1.957948602621398], "min": [0, 0], "max": [6, 6], "count": [822]}, "eef_velocity_action": {"mean": [0.2895377128953771, 0.17518248175182483], "std": [0.5139063983748703, 0.38012311142456745], "min": [0, 0], "max": [2, 1], "count": [822]}, "eef_acc_mag_action": {"mean": [0.23236009732360097, 0.1192214111922141], "std": [0.5758937002852288, 0.43046444348920254], "min": [0, 0], "max": [2, 2], "count": [822]}, "eef_sim_pose_state": {"mean": [0.40653817732770353, 0.25639564049593494, 1.175139468431481, -0.030697010902983022, 0.01710746631035056, 1.3255518533863255, 0.4226996650315433, -0.22862629839289145, 1.1338546575626915, -0.011995127178570965, -0.05862961008372944, -1.3057428647414728], "std": [0.03735266467871872, 0.029155625845207284, 0.03400827245921086, 0.05284334442509824, 0.03740943548292102, 0.18335239149609478, 0.025179455777952088, 0.024808959648110127, 0.008808407235849304, 0.03132257030852903, 0.03480533328983334, 0.026281955686897916], "min": [0.36121277100816485, 0.1833641627386465, 1.14623512585422, -0.1370102048896838, -0.058063848655240946, 0.8568908222733504, 0.3963718163621081, -0.24712137622956876, 1.1100071467145383, -0.08617657986699434, -0.08796100285298536, -1.3861870865442278], "max": [0.5065876680994866, 0.3309994961513088, 1.2441897064085627, 0.0632101790448838, 0.12884806068559618, 1.4473648922375677, 0.49934147938027307, -0.18708725875520602, 1.144880838022221, 0.049218594736872845, 0.03803845383733506, -1.2437155717711823], "count": [822]}, "eef_sim_pose_action": {"mean": [0.4065927759308877, 0.25638696248847226, 1.175129351364174, -0.03060525476741011, 0.01705817400596687, 1.3254441331872575, 0.42272275491919925, -0.22869641515530564, 1.1338439366488953, -0.012067677980330477, -0.058641022880798845, -1.305728949279023], "std": [0.037351750278968414, 0.029154259601755075, 0.034014954494200236, 0.05293127217769014, 0.037415546599974564, 0.18330762116638163, 0.025164030432313172, 0.024777310333308003, 0.008800339803899168, 0.031249682119819402, 0.034809775263398145, 0.026285266698072296], "min": [0.36121277100816485, 0.1833641627386465, 1.14623512585422, -0.1370102048896838, -0.058063848655240946, 0.8568908222733504, 0.3963718163621081, -0.24712137622956876, 1.1100071467145383, -0.08617657986699434, -0.08796100285298536, -1.3861870865442278], "max": [0.5065876680994866, 0.3309994961513088, 1.2441897064085627, 0.0632101790448838, 0.12884806068559618, 1.4473648922375677, 0.49934147938027307, -0.18708725875520602, 1.1448511927330915, 0.04913471508414835, 0.03803845383733506, -1.2437155717711823], "count": [822]}, "gripper_mode_state": {"mean": [0.25060827250608275, 0.2725060827250608], "std": [0.43336331900334973, 0.44524882661597803], "min": [0, 0], "max": [1, 1], "count": [822]}, "gripper_activity_state": {"mean": [1.989051094890511, 1.8722627737226278], "std": [0.13464136310727487, 0.44337182832462646], "min": [0, 0], "max": [2, 2], "count": [822]}, "gripper_mode_action": {"mean": [0.25060827250608275, 0.2725060827250608], "std": [0.43336331900334973, 0.44524882661597803], "min": [0, 0], "max": [1, 1], "count": [822]}, "gripper_activity_action": {"mean": [1.989051094890511, 1.8722627737226278], "std": [0.13464136310727484, 0.44337182832462646], "min": [0, 0], "max": [2, 2], "count": [822]}}} +{"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.4712812049062049]], [[0.45486983941303794]], [[0.4438378307762499]]], "std": [[[0.16922686552383662]], [[0.17376996303616254]], [[0.1771442243413289]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47072039459723286]], [[0.4638724309799677]], [[0.45801371381886086]]], "std": [[[0.14770422391109483]], [[0.14986606628396146]], [[0.1531957993093636]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4655290695823784]], [[0.4637744938884645]], [[0.45748858065953657]]], "std": [[[0.16622076188569734]], [[0.16147579364773773]], [[0.16921068247023452]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4992731994312877]], [[0.4881590497941601]], [[0.4736595935722774]]], "std": [[[0.1625289224551849]], [[0.15753029045370956]], [[0.1658417552819044]]], "count": [154]}, "observation.state": {"min": [-0.2655344009399414, 0.13934709131717682, -0.16432274878025055, -2.1204004287719727, -0.5706005096435547, -0.029862582683563232, -0.37402406334877014, -0.30059200525283813, 0.3140240013599396, 0.06372299790382385, -1.7693016529083252, -1.6590756177902222, -1.185705304145813, -0.17465509474277496, -0.026546457782387733, -0.2626371383666992, -1.7714743614196777, 0.014102260582149029, -0.0636696144938469, -0.027174776419997215, -0.3409540057182312, -0.48386499285697937, 0.10966899991035461, 1.2398744821548462, -1.404235601425171, 1.0130739212036133, 0.0, 0.0, 0.0011749239638447762, -0.23515963554382324, -0.8402981758117676, 1.9118551015853882, -1.069057822227478, -0.002109223511070013], "max": [0.4470486342906952, 0.4743804931640625, 0.33827972412109375, -1.677017092704773, -0.14241886138916016, 0.34602898359298706, -0.019390607252717018, -0.17566899955272675, 0.47672000527381897, 0.22604399919509888, -1.2419484853744507, -1.310043454170227, -0.9317042827606201, 0.16523031890392303, 0.1892635077238083, -0.04366813972592354, -1.2858539819717407, 0.06592108309268951, 0.006143558770418167, 0.11264354735612869, -0.29203200340270996, -0.3761569857597351, 0.17675800621509552, 1.4755313396453857, -1.2944426536560059, 1.134764552116394, 1001.0, 1002.0, 0.0012219209456816316, -0.22889776527881622, -0.8380043506622314, 1.9126458168029785, -1.0653021335601807, 0.003846342908218503], "mean": [0.1893133968114853, 0.24284550547599792, 0.07411325722932816, -1.8514634370803833, -0.25648289918899536, 0.051974162459373474, -0.07598661631345749, -0.2623724937438965, 0.3796917796134949, 0.1804724633693695, -1.3701577186584473, -1.3772263526916504, -1.1162245273590088, -0.10001634061336517, 0.10638699680566788, -0.09702253341674805, -1.6452618837356567, 0.052298568189144135, -0.021411797031760216, 0.07454053312540054, -0.31011340022087097, -0.40897825360298157, 0.1534866988658905, 1.3516788482666016, -1.3196203708648682, 1.0742061138153076, 691.3478393554688, 703.025390625, 0.0011935050133615732, -0.23163355886936188, -0.8393136858940125, 1.912198543548584, -1.0677385330200195, 0.00019579775107558817], "std": [0.16598477959632874, 0.06360355019569397, 0.10326288640499115, 0.0778455063700676, 0.08137467503547668, 0.11097051203250885, 0.08762162923812866, 0.04182403162121773, 0.03226720541715622, 0.04624675586819649, 0.14626245200634003, 0.10523682832717896, 0.09195074439048767, 0.08694951236248016, 0.057359859347343445, 0.07646822184324265, 0.12220003455877304, 0.010081464424729347, 0.020356420427560806, 0.0490010604262352, 0.012657301500439644, 0.0262066088616848, 0.027576440945267677, 0.06140032410621643, 0.03189243748784065, 0.019231313839554787, 448.29962158203125, 443.7646789550781, 1.9635483567981282e-06, 0.0017568714683875442, 0.00030177852022461593, 0.00011192059173481539, 0.0003932697291020304, 0.0006913685356266797], "count": [828]}, "action": {"min": [-0.2655344009399414, 0.13934709131717682, -0.16432274878025055, -2.1204004287719727, -0.5706005096435547, -0.029862582683563232, -0.37402406334877014, -0.30059200525283813, 0.3140240013599396, 0.06372299790382385, -1.7693016529083252, -1.6590756177902222, -1.185705304145813, -0.17465509474277496, -0.026546457782387733, -0.2626371383666992, -1.7714743614196777, 0.014102260582149029, -0.0636696144938469, -0.027174776419997215, -0.3409540057182312, -0.48386499285697937, 0.10966899991035461, 1.2398744821548462, -1.404235601425171, 1.0130739212036133, 0.0, 0.0, 0.0011749239638447762, -0.23515963554382324, -0.8402981758117676, 1.9118551015853882, -1.069057822227478, -0.002109223511070013], "max": [0.4470486342906952, 0.4743804931640625, 0.33827972412109375, -1.677017092704773, -0.14241886138916016, 0.34602898359298706, -0.019390607252717018, -0.17566899955272675, 0.47672000527381897, 0.22604399919509888, -1.2419484853744507, -1.310043454170227, -0.9317042827606201, 0.16523031890392303, 0.1892635077238083, -0.04366813972592354, -1.2858539819717407, 0.06592108309268951, 0.006143558770418167, 0.11264354735612869, -0.29203200340270996, -0.3761569857597351, 0.17675800621509552, 1.4755313396453857, -1.2944426536560059, 1.134764552116394, 1001.0, 1002.0, 0.0012219209456816316, -0.22889776527881622, -0.8380043506622314, 1.9126458168029785, -1.0653021335601807, 0.003846342908218503], "mean": [0.18922697007656097, 0.24277682602405548, 0.07407823204994202, -1.8513904809951782, -0.256352037191391, 0.052139002829790115, -0.0760684460401535, -0.26239073276519775, 0.37971562147140503, 0.18047159910202026, -1.3701012134552002, -1.377240777015686, -1.1160563230514526, -0.0999661535024643, 0.10630151629447937, -0.09676442295312881, -1.6451551914215088, 0.05228448659181595, -0.02134675160050392, 0.07470071315765381, -0.31013190746307373, -0.4090105891227722, 0.15356512367725372, 1.351521611213684, -1.319582462310791, 1.0742090940475464, 691.3478393554688, 703.025390625, 0.001193507225252688, -0.23163345456123352, -0.8393133282661438, 1.912198543548584, -1.067738652229309, 0.0001953403407242149], "std": [0.1659640222787857, 0.06363615393638611, 0.10327867418527603, 0.07787594199180603, 0.08146588504314423, 0.11096373945474625, 0.08760088682174683, 0.041836440563201904, 0.032264843583106995, 0.046246349811553955, 0.14629967510700226, 0.105229452252388, 0.09195299446582794, 0.0869189128279686, 0.05728915333747864, 0.07626949995756149, 0.1221284493803978, 0.010070616379380226, 0.020307298749685287, 0.048888206481933594, 0.01264211069792509, 0.02618265338242054, 0.027544131502509117, 0.06124864146113396, 0.03189966455101967, 0.019230304285883904, 448.29962158203125, 443.7646789550781, 1.962699798241374e-06, 0.001757000107318163, 0.0003018263669218868, 0.00011189217184437439, 0.00039326929254457355, 0.0006913075922057033], "count": [828]}, "timestamp": {"min": [0.0], "max": [27.566666666666666], "mean": [13.783333333333331], "std": [7.967427904123602], "count": [828]}, "frame_index": {"min": [0], "max": [827], "mean": [413.5], "std": [239.02283712370806], "count": [828]}, "episode_index": {"min": [270], "max": [270], "mean": [270.0], "std": [0.0], "count": [828]}, "index": {"min": [233292], "max": [234119], "mean": [233705.5], "std": [239.02283712370806], "count": [828]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [828]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7318840579710145, 0.7017041063979426], "std": [0.442978310596463, 0.4428719574746272], "count": [828]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7318840579710145, 0.7017041063979426], "std": [0.442978310596463, 0.4428719574746272], "count": [828]}, "eef_direction_state": {"mean": [5.201690821256038, 5.229468599033816], "std": [1.721320423694219, 1.8818998540326939], "min": [0, 0], "max": [6, 6], "count": [828]}, "eef_velocity_state": {"mean": [0.30434782608695654, 0.15217391304347827], "std": [0.617091850899822, 0.3625361667057732], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_acc_mag_state": {"mean": [0.2391304347826087, 0.10990338164251208], "std": [0.5904352094937724, 0.40972300097114245], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_direction_action": {"mean": [5.201690821256038, 5.229468599033816], "std": [1.721320423694219, 1.8818998540326939], "min": [0, 0], "max": [6, 6], "count": [828]}, "eef_velocity_action": {"mean": [0.30434782608695654, 0.15217391304347827], "std": [0.617091850899822, 0.3625361667057732], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_acc_mag_action": {"mean": [0.2391304347826087, 0.10990338164251208], "std": [0.5904352094937724, 0.40972300097114245], "min": [0, 0], "max": [2, 2], "count": [828]}, "eef_sim_pose_state": {"mean": [0.4001027655562101, 0.2534072077689596, 1.1781177754604852, -0.013551961263642952, 0.015530090709735461, 1.350500553350454, 0.4270202649095623, -0.22302924645555347, 1.134104681871756, -0.01884010946815096, -0.03937884058639133, -1.3859182439347457], "std": [0.03606158949759691, 0.03291493301093641, 0.03821408362750283, 0.055303026780250786, 0.026095697004567747, 0.16717311273679478, 0.025712126423149052, 0.02502082790683631, 0.009520887260824305, 0.03186101281627033, 0.036949779403286254, 0.03706805718657838], "min": [0.3416319575576009, 0.16799842016330513, 1.1534717584953507, -0.14938329782677956, -0.047424918863615995, 0.9061159863270385, 0.3963653027193531, -0.24346282924649146, 1.1100812141637462, -0.07875579919693898, -0.06753933173767401, -1.4371510419922795], "max": [0.5065878313653679, 0.32447062981788494, 1.2578506913161698, 0.10497616083849926, 0.06452979404964387, 1.4469232943647625, 0.5016649621852334, -0.18427847344567483, 1.1445391434225434, 0.0480201152816746, 0.0583217184237772, -1.3042847107991822], "count": [828]}, "eef_sim_pose_action": {"mean": [0.40012746168987884, 0.253407909802454, 1.17811577336955, -0.013409967583075182, 0.015461722897799924, 1.350483655540043, 0.42704943160072223, -0.22309400187562622, 1.1340958005566504, -0.018924524030398487, -0.03936327164668167, -1.3860352862945768], "std": [0.036057212756798004, 0.03291517723660204, 0.03821524338220813, 0.05544337032145003, 0.026125059799183545, 0.16716417451217364, 0.025691048421901203, 0.025001268384827722, 0.009514607184431142, 0.03177658062908651, 0.03694064226868839, 0.03696322435619506], "min": [0.3416319575576009, 0.16799842016330513, 1.1534717584953507, -0.14938329782677956, -0.047424918863615995, 0.9061159863270385, 0.3963653027193531, -0.24346282924649146, 1.1100812141637462, -0.07875579919693898, -0.06753933173767401, -1.4371510419922795], "max": [0.5065878313653679, 0.32447062981788494, 1.2578506913161698, 0.10497616083849926, 0.06452979404964387, 1.4469232943647625, 0.5016649621852334, -0.18427847344567483, 1.1445391434225434, 0.0480201152816746, 0.0583217184237772, -1.3042847107991822], "count": [828]}, "gripper_mode_state": {"mean": [0.26811594202898553, 0.29830917874396135], "std": [0.442978310596463, 0.4575159151560322], "min": [0, 0], "max": [1, 1], "count": [828]}, "gripper_activity_state": {"mean": [1.9891304347826086, 1.8719806763285025], "std": [0.13415585928676546, 0.4456308990378934], "min": [0, 0], "max": [2, 2], "count": [828]}, "gripper_mode_action": {"mean": [0.26811594202898553, 0.29830917874396135], "std": [0.442978310596463, 0.4575159151560322], "min": [0, 0], "max": [1, 1], "count": [828]}, "gripper_activity_action": {"mean": [1.9891304347826086, 1.8719806763285025], "std": [0.13415585928676546, 0.4456308990378934], "min": [0, 0], "max": [2, 2], "count": [828]}}} +{"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.46342031337921485]], [[0.4465228866380989]], [[0.4355187976128641]]], "std": [[[0.1690358626740354]], [[0.17343381574616779]], [[0.17730891325728668]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46790157663506904]], [[0.4614705774141886]], [[0.453987167521534]]], "std": [[[0.14513982752046123]], [[0.14877753401010704]], [[0.15207578597878504]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4690692090854002]], [[0.4669200442042159]], [[0.4605758491862529]]], "std": [[[0.16501506871697086]], [[0.16111859469673412]], [[0.16914581301350456]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5020399298792364]], [[0.48911711276674025]], [[0.4766038731441804]]], "std": [[[0.16569406931784897]], [[0.15914549389546762]], [[0.168711113593396]]], "count": [151]}, "observation.state": {"min": [-0.23842942714691162, 0.2218138873577118, -0.08676031976938248, -2.1317451000213623, -0.5450314283370972, -0.020839231088757515, -0.29820695519447327, -0.28325700759887695, 0.3309049904346466, 0.10163500159978867, -1.772642731666565, -1.6903715133666992, -1.2233208417892456, -0.18570303916931152, 0.009250244125723839, -0.2626197040081024, -1.7821208238601685, -0.025883233174681664, -0.1195201501250267, -0.0262148454785347, -0.33717700839042664, -0.4803850054740906, 0.10967399924993515, 1.2789809703826904, -1.3869844675064087, 0.9635465145111084, 0.0, 0.0, 0.0011749239638447762, -0.235187828540802, -0.8402070999145508, 1.9116886854171753, -1.0684850215911865, -0.001308060367591679], "max": [0.37859681248664856, 0.44889867305755615, 0.28871235251426697, -1.6235926151275635, -0.2416408360004425, 0.12316788733005524, -0.019460421055555344, -0.1743279993534088, 0.47755300998687744, 0.2161329984664917, -1.296558141708374, -1.3129267692565918, -1.002838373184204, 0.15083135664463043, 0.18929840624332428, -0.05605997517704964, -1.3154022693634033, 0.07468263804912567, 0.015219270251691341, 0.15482816100120544, -0.292043000459671, -0.37501800060272217, 0.1827249974012375, 1.4756050109863281, -1.2826900482177734, 1.0693671703338623, 1001.0, 1002.0, 0.0012200410710647702, -0.22895415127277374, -0.8379266858100891, 1.9129033088684082, -1.0652378797531128, 0.0031173224560916424], "mean": [0.1774224042892456, 0.26395368576049805, 0.08113203942775726, -1.8404700756072998, -0.31387126445770264, 0.022263988852500916, -0.09376302361488342, -0.25885844230651855, 0.38322678208351135, 0.18143582344055176, -1.3913965225219727, -1.4164310693740845, -1.1486775875091553, -0.08906283974647522, 0.14700458943843842, -0.10383465141057968, -1.60712730884552, 0.05985899269580841, -0.08568809926509857, 0.11140979081392288, -0.31487610936164856, -0.41041427850723267, 0.15952260792255402, 1.4241424798965454, -1.3091530799865723, 1.047971248626709, 677.7438354492188, 709.9418334960938, 0.0011937794042751193, -0.23151254653930664, -0.8391942977905273, 1.9120105504989624, -1.0677502155303955, 0.0002884883724618703], "std": [0.16942068934440613, 0.04709961265325546, 0.09057796001434326, 0.09398950636386871, 0.08278530091047287, 0.05371781066060066, 0.09599605202674866, 0.038463614881038666, 0.03540928661823273, 0.034815482795238495, 0.15008197724819183, 0.1272011250257492, 0.05360174551606178, 0.08220915496349335, 0.05398982763290405, 0.07354840636253357, 0.10861682891845703, 0.023174060508608818, 0.042015813291072845, 0.06623593717813492, 0.012026394717395306, 0.025281818583607674, 0.030135391280055046, 0.05430265888571739, 0.03224305063486099, 0.01763337105512619, 453.297607421875, 440.15618896484375, 2.4498390303051565e-06, 0.001849056570790708, 0.0002727382234297693, 0.00019557439372874796, 0.00038317430880852044, 0.0005759085179306567], "count": [808]}, "action": {"min": [-0.23842942714691162, 0.2218138873577118, -0.08676031976938248, -2.1317451000213623, -0.5450314283370972, -0.020839231088757515, -0.29820695519447327, -0.28325700759887695, 0.3309049904346466, 0.10163500159978867, -1.772642731666565, -1.6903715133666992, -1.2233208417892456, -0.18570303916931152, 0.009250244125723839, -0.2626197040081024, -1.7821208238601685, -0.025883233174681664, -0.1195201501250267, -0.0262148454785347, -0.33717700839042664, -0.4803850054740906, 0.10967399924993515, 1.2789809703826904, -1.3869844675064087, 0.9635465145111084, 0.0, 0.0, 0.0011749239638447762, -0.235187828540802, -0.8402070999145508, 1.9116886854171753, -1.0684850215911865, -0.001308060367591679], "max": [0.37859681248664856, 0.44889867305755615, 0.28871235251426697, -1.6235926151275635, -0.2416408360004425, 0.12316788733005524, -0.019460421055555344, -0.1743279993534088, 0.47755300998687744, 0.2161329984664917, -1.296558141708374, -1.3129267692565918, -1.002838373184204, 0.15083135664463043, 0.18929840624332428, -0.05605997517704964, -1.3154022693634033, 0.07468263804912567, 0.015219270251691341, 0.15482816100120544, -0.292043000459671, -0.37501800060272217, 0.1827249974012375, 1.4756050109863281, -1.2826900482177734, 1.0693671703338623, 1001.0, 1002.0, 0.0012200410710647702, -0.22895415127277374, -0.8379266858100891, 1.9129033088684082, -1.0652378797531128, 0.0031173224560916424], "mean": [0.17728106677532196, 0.26398709416389465, 0.08119536191225052, -1.8404027223587036, -0.31398922204971313, 0.022400373592972755, -0.0939241275191307, -0.25885334610939026, 0.3832590878009796, 0.18140333890914917, -1.3914544582366943, -1.4166910648345947, -1.1485580205917358, -0.0889880508184433, 0.14697977900505066, -0.10358098149299622, -1.6069380044937134, 0.05986605957150459, -0.08575142920017242, 0.11163344234228134, -0.3149046301841736, -0.41045108437538147, 0.15961167216300964, 1.4241037368774414, -1.3091005086898804, 1.047951102256775, 677.7425537109375, 709.9418334960938, 0.0011937794042751193, -0.23151461780071259, -0.8391942977905273, 1.9120104312896729, -1.0677502155303955, 0.00028802079032175243], "std": [0.1693946123123169, 0.047092877328395844, 0.09056851267814636, 0.09400264918804169, 0.08276763558387756, 0.05374820530414581, 0.09598106890916824, 0.03846064954996109, 0.035406067967414856, 0.03480866923928261, 0.15005488693714142, 0.1272163838148117, 0.053629085421562195, 0.08216030895709991, 0.05397504195570946, 0.07335362583398819, 0.1084635853767395, 0.02317681536078453, 0.04202098771929741, 0.06607577204704285, 0.011999504640698433, 0.025253666564822197, 0.030094314366579056, 0.054276496171951294, 0.03224525600671768, 0.01762143336236477, 453.2963562011719, 440.15618896484375, 2.4498390303051565e-06, 0.001847689738497138, 0.0002727351966314018, 0.0001955517363967374, 0.00038317267899401486, 0.0005759099149145186], "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": [271], "max": [271], "mean": [271.0], "std": [0.0], "count": [808]}, "index": {"min": [234120], "max": [234927], "mean": [234523.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7202970297029703, 0.7086138614507549], "std": [0.4488532262377657, 0.4392767760602164], "count": [808]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7202970297029703, 0.7086138614507549], "std": [0.4488532262377657, 0.4392767760602164], "count": [808]}, "eef_direction_state": {"mean": [5.069306930693069, 5.306930693069307], "std": [1.8899548202603296, 1.787567484054243], "min": [0, 0], "max": [6, 6], "count": [808]}, "eef_velocity_state": {"mean": [0.26485148514851486, 0.14232673267326731], "std": [0.49166541360302657, 0.3529094520759888], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_acc_mag_state": {"mean": [0.2141089108910891, 0.09777227722772278], "std": [0.5628331339333795, 0.38741972994704754], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_direction_action": {"mean": [5.069306930693069, 5.306930693069307], "std": [1.8899548202603296, 1.787567484054243], "min": [0, 0], "max": [6, 6], "count": [808]}, "eef_velocity_action": {"mean": [0.26485148514851486, 0.14232673267326731], "std": [0.49166541360302657, 0.3529094520759888], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_acc_mag_action": {"mean": [0.2141089108910891, 0.09777227722772278], "std": [0.5628331339333795, 0.38741972994704754], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_sim_pose_state": {"mean": [0.4045100272070638, 0.2572510776858532, 1.1780533730758787, -0.045209751641959325, 0.048999900900598976, 1.3219246641827986, 0.42952423843128584, -0.2342034597307204, 1.1261860152973753, 0.00866030362435883, -0.07679763162704467, -1.3417415586069064], "std": [0.040690047554117904, 0.02020578211993108, 0.03198604286115523, 0.062389802128225265, 0.026478143138479127, 0.1734613783278289, 0.024835499178949106, 0.02977432725094473, 0.00848069567271402, 0.041586177936131445, 0.029368015957105344, 0.02134110772082036], "min": [0.3548332574780945, 0.207080570746412, 1.1567969438078525, -0.1904532242390075, 0.013551881618465433, 0.9257860931444734, 0.3946370306034959, -0.2571105808459861, 1.1132627935406298, -0.08815152966230311, -0.0951343385178951, -1.3992650219223126], "max": [0.5090765816531013, 0.2984193006866924, 1.2461279334331132, 0.04169808241272088, 0.10924458986656749, 1.4469834863648572, 0.49829790838909166, -0.1886686262913092, 1.1457127233948228, 0.04798943393683852, 0.004931533586344683, -1.3043006355069422], "count": [808]}, "eef_sim_pose_action": {"mean": [0.40454781588815336, 0.257243613540292, 1.1780654697535695, -0.045148365466513414, 0.049090250371548474, 1.3217054855974073, 0.4295595014950385, -0.23428697528315715, 1.1261607938658107, 0.008631862603090816, -0.0768314766159634, -1.3417905639043501], "std": [0.04068469566699454, 0.02020419638107761, 0.03197985531353636, 0.0624413237591378, 0.02654667384981772, 0.17341637551409775, 0.02480863817539842, 0.029741182410788634, 0.008456433656157713, 0.04156718510588353, 0.029373004781992076, 0.021300666747345577], "min": [0.3548332574780945, 0.207080570746412, 1.1567969438078525, -0.1904532242390075, 0.013551881618465433, 0.9257860931444734, 0.3946370306034959, -0.2571105808459861, 1.1132627935406298, -0.08815152966230311, -0.0951343385178951, -1.3992650219223126], "max": [0.5090765816531013, 0.2984193006866924, 1.2461279334331132, 0.04169808241272088, 0.10924458986656749, 1.4469834863648572, 0.49829790838909166, -0.1886686262913092, 1.1457127233948228, 0.04798943393683852, 0.004931533586344683, -1.3043006355069422], "count": [808]}, "gripper_mode_state": {"mean": [0.27970297029702973, 0.29207920792079206], "std": [0.4488532262377657, 0.45471853296423764], "min": [0, 0], "max": [1, 1], "count": [808]}, "gripper_activity_state": {"mean": [1.988861386138614, 1.870049504950495], "std": [0.13579502095765678, 0.4468747332891208], "min": [0, 0], "max": [2, 2], "count": [808]}, "gripper_mode_action": {"mean": [0.27970297029702973, 0.29207920792079206], "std": [0.4488532262377657, 0.45471853296423764], "min": [0, 0], "max": [1, 1], "count": [808]}, "gripper_activity_action": {"mean": [1.988861386138614, 1.870049504950495], "std": [0.13579502095765678, 0.44687473328912075], "min": [0, 0], "max": [2, 2], "count": [808]}}} +{"episode_index": 271, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47348195063378884]], [[0.4551873291740939]], [[0.44243176123984945]]], "std": [[[0.16402347321113822]], [[0.16893842235122492]], [[0.17314714767038938]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46673142949098834]], [[0.4585033905228758]], [[0.4515908979500891]]], "std": [[[0.14886386809773863]], [[0.15021436581867956]], [[0.15317172083021446]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470468653446227]], [[0.4675553104575163]], [[0.46108328753218464]]], "std": [[[0.16292641357108184]], [[0.159785145365654]], [[0.1678425067893375]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5027631325510001]], [[0.48880517552980784]], [[0.47366864849475143]]], "std": [[[0.16271586569641025]], [[0.15712527769342183]], [[0.16590994332679612]]], "count": [165]}, "observation.state": {"min": [-0.25384068489074707, 0.2246238738298416, -0.02892010472714901, -2.0833470821380615, -0.37896332144737244, -0.11381291598081589, -0.34088024497032166, -0.2883149981498718, 0.3230000138282776, 0.09186100214719772, -1.8724850416183472, -1.612570881843567, -1.185705304145813, -0.17561502754688263, 0.00905825849622488, -0.2626197040081024, -1.7714743614196777, 0.012985249981284142, -0.09946630895137787, -0.026232298463582993, -0.33816999197006226, -0.4790149927139282, 0.1096699982881546, 1.2955008745193481, -1.3883757591247559, 1.0440598726272583, 0.0, 0.0, 0.0011880830861628056, -0.23511263728141785, -0.8400715589523315, 1.9109114408493042, -1.070792317390442, -0.002189909340813756], "max": [0.3720867335796356, 0.407796174287796, 0.2897246479988098, -1.5727685689926147, -0.23919737339019775, 0.02295108139514923, -0.019495327025651932, -0.19407199323177338, 0.4808109998703003, 0.20702500641345978, -1.2963474988937378, -1.314271330833435, -0.9558374881744385, 0.14507177472114563, 0.1892635077238083, -0.06408848613500595, -1.324320912361145, 0.0748920738697052, -0.011571533046662807, 0.12266173958778381, -0.29186999797821045, -0.37617000937461853, 0.16773200035095215, 1.4755313396453857, -1.3031152486801147, 1.100361704826355, 1001.0, 1002.0, 0.0012144014472141862, -0.22891655564308167, -0.8381382822990417, 1.9141758680343628, -1.0638766288757324, 0.0026370040141046047], "mean": [0.18985523283481598, 0.27340683341026306, 0.08382834494113922, -1.8448179960250854, -0.2848217785358429, -0.024799922481179237, -0.13166306912899017, -0.2567569613456726, 0.37855061888694763, 0.1776389628648758, -1.4682466983795166, -1.3959075212478638, -1.1257582902908325, -0.09785488247871399, 0.10669472068548203, -0.10070767998695374, -1.6075963973999023, 0.052878543734550476, -0.0820913016796112, 0.09108718484640121, -0.318525493144989, -0.4087293744087219, 0.15248365700244904, 1.3829854726791382, -1.319165587425232, 1.08362877368927, 576.6254272460938, 752.17236328125, 0.0011980209965258837, -0.2314501702785492, -0.839431881904602, 1.9120484590530396, -1.0676902532577515, 0.00023267137294169515], "std": [0.17061525583267212, 0.050679344683885574, 0.08916322141885757, 0.11439280211925507, 0.04346234351396561, 0.0266027320176363, 0.12064619362354279, 0.03586694598197937, 0.03720403090119362, 0.035722263157367706, 0.1993839591741562, 0.08946438133716583, 0.06955541670322418, 0.07364185154438019, 0.04123290628194809, 0.06228339299559593, 0.09579746425151825, 0.01350205484777689, 0.02560431882739067, 0.04571840167045593, 0.010608921758830547, 0.02251715399324894, 0.020789166912436485, 0.04184379801154137, 0.021265020594000816, 0.01238382700830698, 481.922607421875, 419.1623229980469, 2.5540125534462277e-06, 0.001489309943281114, 0.00023234673426486552, 0.0003565762017387897, 0.0006873825332149863, 0.0006223007221706212], "count": [905]}, "action": {"min": [-0.25384068489074707, 0.2246238738298416, -0.02892010472714901, -2.0833470821380615, -0.37896332144737244, -0.11381291598081589, -0.34088024497032166, -0.2883149981498718, 0.3230000138282776, 0.09186100214719772, -1.8724850416183472, -1.612570881843567, -1.185705304145813, -0.17561502754688263, 0.00905825849622488, -0.2626197040081024, -1.7714743614196777, 0.012985249981284142, -0.09946630895137787, -0.026232298463582993, -0.33816999197006226, -0.4790149927139282, 0.1096699982881546, 1.2955008745193481, -1.3883757591247559, 1.0440598726272583, 0.0, 0.0, 0.0011880830861628056, -0.23511263728141785, -0.8400715589523315, 1.9109114408493042, -1.070792317390442, -0.002189909340813756], "max": [0.3720867335796356, 0.407796174287796, 0.2897246479988098, -1.5727685689926147, -0.23919737339019775, 0.02295108139514923, -0.019495327025651932, -0.19407199323177338, 0.4808109998703003, 0.20702500641345978, -1.2963474988937378, -1.314271330833435, -0.9558374881744385, 0.14507177472114563, 0.1892635077238083, -0.06408848613500595, -1.324320912361145, 0.0748920738697052, -0.011571533046662807, 0.12266173958778381, -0.29186999797821045, -0.37617000937461853, 0.16773200035095215, 1.4755313396453857, -1.3031152486801147, 1.100361704826355, 1001.0, 1002.0, 0.0012144014472141862, -0.22891655564308167, -0.8381382822990417, 1.9141758680343628, -1.0638766288757324, 0.0026370040141046047], "mean": [0.18971417844295502, 0.27343741059303284, 0.08390708267688751, -1.8446961641311646, -0.28481537103652954, -0.02480155974626541, -0.13186019659042358, -0.2567614018917084, 0.37858128547668457, 0.1776026487350464, -1.4684476852416992, -1.3960567712783813, -1.1255934238433838, -0.09779556095600128, 0.10660739988088608, -0.10049290210008621, -1.6074267625808716, 0.0528678223490715, -0.08212967962026596, 0.09124346822500229, -0.3185567557811737, -0.4087603688240051, 0.15254539251327515, 1.3828836679458618, -1.3191406726837158, 1.0836554765701294, 576.6265258789062, 752.17236328125, 0.0011980271665379405, -0.2314520627260208, -0.8394318222999573, 1.912048578262329, -1.067690134048462, 0.0002322979853488505], "std": [0.17060549557209015, 0.05066806823015213, 0.08915780484676361, 0.11444657295942307, 0.043467335402965546, 0.026602547615766525, 0.1206091046333313, 0.035870496183633804, 0.03720565140247345, 0.035714343190193176, 0.1993030458688736, 0.08944849669933319, 0.06959246844053268, 0.07360243797302246, 0.04114142432808876, 0.062059711664915085, 0.09564334154129028, 0.013495681807398796, 0.025602564215660095, 0.04555889964103699, 0.010572637431323528, 0.022491609677672386, 0.02074488066136837, 0.041730284690856934, 0.021266555413603783, 0.012372947297990322, 481.9226379394531, 419.1623229980469, 2.550408908064128e-06, 0.0014881171518936753, 0.00023238836729433388, 0.00035656942054629326, 0.0006873924285173416, 0.0006223174277693033], "count": [905]}, "timestamp": {"min": [0.0], "max": [30.133333333333333], "mean": [15.066666666666668], "std": [8.708361243974412], "count": [905]}, "frame_index": {"min": [0], "max": [904], "mean": [452.0], "std": [261.25083731923235], "count": [905]}, "episode_index": {"min": [272], "max": [272], "mean": [272.0], "std": [0.0], "count": [905]}, "index": {"min": [234928], "max": [235832], "mean": [235380.0], "std": [261.25083731923235], "count": [905]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [905]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6143646408839779, 0.7507491713497808], "std": [0.4867450348133805, 0.41831279907152086], "count": [905]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6143646408839779, 0.7507491713497808], "std": [0.4867450348133805, 0.41831279907152086], "count": [905]}, "eef_direction_state": {"mean": [5.008839779005525, 5.314917127071824], "std": [2.0219593587316274, 1.8082831571845914], "min": [0, 0], "max": [6, 6], "count": [905]}, "eef_velocity_state": {"mean": [0.24419889502762432, 0.13149171270718232], "std": [0.4594400197103943, 0.3379373347183093], "min": [0, 0], "max": [2, 1], "count": [905]}, "eef_acc_mag_state": {"mean": [0.2022099447513812, 0.06740331491712707], "std": [0.5462029454155817, 0.3203733971168131], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_direction_action": {"mean": [5.008839779005525, 5.314917127071824], "std": [2.0219593587316274, 1.8082831571845914], "min": [0, 0], "max": [6, 6], "count": [905]}, "eef_velocity_action": {"mean": [0.24419889502762432, 0.13149171270718232], "std": [0.4594400197103943, 0.3379373347183093], "min": [0, 0], "max": [2, 1], "count": [905]}, "eef_acc_mag_action": {"mean": [0.2022099447513812, 0.06740331491712707], "std": [0.5462029454155817, 0.3203733971168131], "min": [0, 0], "max": [2, 2], "count": [905]}, "eef_sim_pose_state": {"mean": [0.401704252087756, 0.257811769975028, 1.1768021256644177, -0.07449659737655057, 0.004105950069734158, 1.2841796432754111, 0.4270706046445206, -0.22393321589071186, 1.1228503899257765, 0.005918033136508572, -0.04216039898910311, -1.3697373001005255], "std": [0.04200611595284541, 0.020846496489896612, 0.027469033582671453, 0.07519776653544959, 0.037594157667798174, 0.1842051842539373, 0.022130037258861285, 0.01890670450704815, 0.00825828592709225, 0.028235375716704394, 0.016355041221408118, 0.025073995049400093], "min": [0.35413063991335664, 0.20091921002347315, 1.1521380823644187, -0.21572883872747578, -0.10480852829155252, 0.9236015251666171, 0.39638095848981314, -0.2372254371875154, 1.111250769128865, -0.0642331966101013, -0.06758094607270992, -1.4040049338625158], "max": [0.5150798277596425, 0.28548650783177587, 1.2266324195560765, -0.014040534727388643, 0.03594489727276917, 1.4468131092737493, 0.4967642316024954, -0.1886686263328401, 1.1446208940260103, 0.04871343325508737, -0.002743477644056025, -1.3042916524810244], "count": [905]}, "eef_sim_pose_action": {"mean": [0.4017416548361151, 0.25780326376067614, 1.1767976206620738, -0.07449701646351883, 0.0040656904083019516, 1.2839299160244129, 0.42709924050134074, -0.22398550136305997, 1.1228235123875383, 0.005879400586429109, -0.042137507915175634, -1.3698194497893192], "std": [0.042004962629854224, 0.020845321743218716, 0.027472645552475715, 0.07519745060312269, 0.03758311583082925, 0.18413893856053926, 0.022107062029309052, 0.018874573123560858, 0.008227330428911933, 0.028201928479501374, 0.016334018001339726, 0.024981156443613758], "min": [0.35413063991335664, 0.20091921002347315, 1.1521380823644187, -0.21572883872747578, -0.10480852829155252, 0.9236015251666171, 0.39638096767727715, -0.2372254371875154, 1.111250769128865, -0.0642331966101013, -0.06758094607270992, -1.4040049338625158], "max": [0.5150798277596425, 0.28548650783177587, 1.2266324195560765, -0.014040534727388643, 0.03594489727276917, 1.4468131092737493, 0.4967642316024954, -0.1886686263328401, 1.1446208940260103, 0.04871343325508737, -0.002743477644056025, -1.3042916524810244], "count": [905]}, "gripper_mode_state": {"mean": [0.3856353591160221, 0.24861878453038674], "std": [0.4867450348133805, 0.4322123141570768], "min": [0, 0], "max": [1, 1], "count": [905]}, "gripper_activity_state": {"mean": [1.9900552486187846, 1.881767955801105], "std": [0.12835765483727501, 0.4287321296254486], "min": [0, 0], "max": [2, 2], "count": [905]}, "gripper_mode_action": {"mean": [0.3856353591160221, 0.24861878453038674], "std": [0.4867450348133805, 0.4322123141570768], "min": [0, 0], "max": [1, 1], "count": [905]}, "gripper_activity_action": {"mean": [1.9900552486187846, 1.881767955801105], "std": [0.12835765483727501, 0.42873212962544865], "min": [0, 0], "max": [2, 2], "count": [905]}}} +{"episode_index": 272, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46806470663418737]], [[0.45221620002806845]], [[0.44064360665022656]]], "std": [[[0.16561683857000323]], [[0.1706821193046569]], [[0.17445596560242346]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4723333032599543]], [[0.46480967310236976]], [[0.4583245356169053]]], "std": [[[0.1523990343381725]], [[0.15408579260483884]], [[0.157260946800014]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47634565339428203]], [[0.47286983865632143]], [[0.4664704103011348]]], "std": [[[0.16791711750105187]], [[0.16419625737159219]], [[0.17207454675853157]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5037938519988772]], [[0.49182944885520674]], [[0.4788126052568266]]], "std": [[[0.1692981749144032]], [[0.16007701038848127]], [[0.1687848057180256]]], "count": [163]}, "observation.state": {"min": [-0.2497391700744629, 0.21210986375808716, -0.16453218460083008, -2.095808744430542, -0.46766096353530884, -0.054332099854946136, -0.345610111951828, -0.2843819856643677, 0.3142400085926056, 0.08544199913740158, -1.807540774345398, -1.5635840892791748, -1.1854034662246704, -0.1742885857820511, 0.04749040678143501, -0.2626197040081024, -1.7714568376541138, 0.03064798191189766, -0.11360348016023636, -0.026232298463582993, -0.33845001459121704, -0.4815160036087036, 0.10968100279569626, 1.3362960815429688, -1.390691876411438, 0.9818750619888306, 0.0, 0.0, 0.0011880830861628056, -0.2351709008216858, -0.8396651148796082, 1.9118083715438843, -1.0688954591751099, -0.0023807077668607235], "max": [0.4582187235355377, 0.526461124420166, 0.29452431201934814, -1.6714494228363037, -0.19835665822029114, 0.22170917689800262, -0.019390607252717018, -0.18018700182437897, 0.4756239950656891, 0.2334360033273697, -1.2966423034667969, -1.3179535865783691, -0.8390644192695618, 0.16364207863807678, 0.20170770585536957, -0.08749335259199142, -1.307443618774414, 0.1287354826927185, -0.011327186599373817, 0.20010200142860413, -0.29183200001716614, -0.3761630058288574, 0.17181099951267242, 1.4792218208312988, -1.3282897472381592, 1.0680242776870728, 1001.0, 1002.0, 0.0012125216890126467, -0.22924554347991943, -0.8384662866592407, 1.9129191637039185, -1.0653694868087769, 0.0034096899908035994], "mean": [0.1759628802537918, 0.281506210565567, 0.0939796194434166, -1.8605140447616577, -0.2712220549583435, 0.042417414486408234, -0.11692100018262863, -0.2540442645549774, 0.38007187843322754, 0.17437776923179626, -1.443082571029663, -1.3967677354812622, -1.0745497941970825, -0.09054946154356003, 0.17524047195911407, -0.12766309082508087, -1.6037604808807373, 0.10204895585775375, -0.08888271450996399, 0.14779004454612732, -0.31809553503990173, -0.4075440764427185, 0.15438106656074524, 1.4516632556915283, -1.367294192314148, 1.0228687524795532, 624.6531982421875, 740.340087890625, 0.0011996006360277534, -0.231619194149971, -0.8393875360488892, 1.912118673324585, -1.0676723718643188, 0.00028469617245718837], "std": [0.18883301317691803, 0.07525696605443954, 0.10542399436235428, 0.08274177461862564, 0.05243348702788353, 0.09075680375099182, 0.11200745403766632, 0.04167134687304497, 0.03846108168363571, 0.04344797134399414, 0.1797296553850174, 0.09090977907180786, 0.13146571815013885, 0.08073502779006958, 0.047451846301555634, 0.0598711222410202, 0.10580769181251526, 0.03622862324118614, 0.03386421874165535, 0.08082012087106705, 0.012141840532422066, 0.024768341332674026, 0.024327045306563377, 0.04387912526726723, 0.016220206394791603, 0.019374320283532143, 472.1510009765625, 425.8891296386719, 1.2676904361796915e-06, 0.0022185933776199818, 0.000223392533371225, 0.00019396506831981242, 0.0003841179423034191, 0.0005639790906570852], "count": [891]}, "action": {"min": [-0.2497391700744629, 0.21210986375808716, -0.16453218460083008, -2.095808744430542, -0.46766096353530884, -0.054332099854946136, -0.345610111951828, -0.2843819856643677, 0.3142400085926056, 0.08544199913740158, -1.807540774345398, -1.5635840892791748, -1.1854034662246704, -0.1742885857820511, 0.04749040678143501, -0.2626197040081024, -1.7714568376541138, 0.03064798191189766, -0.11360348016023636, -0.026232298463582993, -0.33845001459121704, -0.4815160036087036, 0.10968100279569626, 1.3362960815429688, -1.390691876411438, 0.9818750619888306, 0.0, 0.0, 0.0011880830861628056, -0.2351709008216858, -0.8396651148796082, 1.9118083715438843, -1.0688954591751099, -0.0023807077668607235], "max": [0.4582187235355377, 0.526461124420166, 0.29452431201934814, -1.6714494228363037, -0.19835665822029114, 0.22170917689800262, -0.019390607252717018, -0.18018700182437897, 0.4756239950656891, 0.2334360033273697, -1.2966423034667969, -1.3179535865783691, -0.8390644192695618, 0.16364207863807678, 0.20170770585536957, -0.08749335259199142, -1.307443618774414, 0.1287354826927185, -0.011327186599373817, 0.20010200142860413, -0.29183200001716614, -0.3761630058288574, 0.17181099951267242, 1.4792218208312988, -1.3282897472381592, 1.0680242776870728, 1001.0, 1002.0, 0.0012125216890126467, -0.22924554347991943, -0.8384662866592407, 1.9129191637039185, -1.0653694868087769, 0.0034096899908035994], "mean": [0.1759691685438156, 0.28163161873817444, 0.09405317157506943, -1.8605843782424927, -0.2712453603744507, 0.042528677731752396, -0.11713189631700516, -0.25403764843940735, 0.380057156085968, 0.17433875799179077, -1.4432833194732666, -1.3969833850860596, -1.0742429494857788, -0.0904812291264534, 0.17525281012058258, -0.12747247517108917, -1.6035798788070679, 0.1021185964345932, -0.08893761783838272, 0.14804263412952423, -0.31812742352485657, -0.4075736999511719, 0.15445026755332947, 1.4516600370407104, -1.3673428297042847, 1.0228136777877808, 624.6531982421875, 740.340087890625, 0.0011995985405519605, -0.231619730591774, -0.8393876552581787, 1.9121187925338745, -1.067672610282898, 0.0002844373229891062], "std": [0.1888359636068344, 0.07528246194124222, 0.10541053861379623, 0.08275890350341797, 0.05243038758635521, 0.0907401293516159, 0.11200153082609177, 0.04166719317436218, 0.03846873342990875, 0.04343888908624649, 0.1796664595603943, 0.09095250815153122, 0.13152740895748138, 0.08069068193435669, 0.047457046806812286, 0.05971187353134155, 0.10565873980522156, 0.036218609660863876, 0.0338628925383091, 0.08062747865915298, 0.012110733427107334, 0.02474660985171795, 0.02428755909204483, 0.04387744143605232, 0.016171684488654137, 0.01932225376367569, 472.1510009765625, 425.8891296386719, 1.2696401654466172e-06, 0.00221808603964746, 0.00022334285313263535, 0.0001940094807650894, 0.0003841182042378932, 0.0005639655282720923], "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": [273], "max": [273], "mean": [273.0], "std": [0.0], "count": [891]}, "index": {"min": [235833], "max": [236723], "mean": [236278.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6632996632996633, 0.7389416385898795], "std": [0.47258144268074553, 0.42503135022200655], "count": [891]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6632996632996633, 0.7389416385898795], "std": [0.47258144268074553, 0.42503135022200655], "count": [891]}, "eef_direction_state": {"mean": [4.952861952861953, 5.341189674523008], "std": [1.9876216836646758, 1.7651948442940188], "min": [0, 0], "max": [6, 6], "count": [891]}, "eef_velocity_state": {"mean": [0.29292929292929293, 0.1324354657687991], "std": [0.5281582409051042, 0.34552228726678763], "min": [0, 0], "max": [2, 2], "count": [891]}, "eef_acc_mag_state": {"mean": [0.18855218855218855, 0.0920314253647587], "std": [0.5236529212718016, 0.3796942226531097], "min": [0, 0], "max": [2, 2], "count": [891]}, "eef_direction_action": {"mean": [4.952861952861953, 5.341189674523008], "std": [1.9876216836646758, 1.7651948442940188], "min": [0, 0], "max": [6, 6], "count": [891]}, "eef_velocity_action": {"mean": [0.29292929292929293, 0.1324354657687991], "std": [0.5281582409051042, 0.34552228726678763], "min": [0, 0], "max": [2, 2], "count": [891]}, "eef_acc_mag_action": {"mean": [0.18855218855218855, 0.0920314253647587], "std": [0.5236529212718016, 0.3796942226531097], "min": [0, 0], "max": [2, 2], "count": [891]}, "eef_sim_pose_state": {"mean": [0.4028773796802652, 0.2546864195402172, 1.1849805442940013, -0.02660698143872204, -0.008575399517147952, 1.2842297351262915, 0.42829286762817376, -0.23534245571506582, 1.1238008168247755, 0.0013600889283674064, -0.05865300699148391, -1.2837827506664596], "std": [0.04295192043478092, 0.029380935521445745, 0.03833861059207101, 0.04382225584307558, 0.05283839561669854, 0.1901265427037783, 0.024391040882745477, 0.026661849706617644, 0.009066797606073238, 0.03432197562008207, 0.011102181330405976, 0.024625155411251952], "min": [0.33822034536103035, 0.19187885406917005, 1.155857624559467, -0.13239780139069202, -0.12418209506625089, 0.9177865766229394, 0.39637033760709844, -0.25462821308671946, 1.1128351226261337, -0.08215614650226544, -0.06764303564514096, -1.3455792516187421], "max": [0.5062194053835374, 0.32564182450325935, 1.2528708124856407, 0.07466718267380523, 0.03944430110112829, 1.4470482247251626, 0.5009325002252664, -0.1886831477025302, 1.1446623646829448, 0.04867972090046346, -0.026522994484141194, -1.2647016760744645], "count": [891]}, "eef_sim_pose_action": {"mean": [0.4028729410229006, 0.2546835349024145, 1.1849978660704137, -0.026513459427601714, -0.008633647135250423, 1.2838995251869942, 0.42832360134648345, -0.2354159940630628, 1.1237739757198866, 0.0013160647102257955, -0.058648030276022584, -1.2837407109937808], "std": [0.04295412650635338, 0.029380093256064478, 0.03832936907271751, 0.04393032756040776, 0.052821474307325506, 0.19010096170540286, 0.024368058737446914, 0.026623452790785755, 0.009040826253347624, 0.034287458573551595, 0.01109916134648602, 0.024621994546519928], "min": [0.33822034536103035, 0.19187885406917005, 1.155857624559467, -0.13239780139069202, -0.12418209506625089, 0.9177865766229394, 0.39637033760709844, -0.25462821308671946, 1.1128351226261337, -0.08215614650226544, -0.06764303564514096, -1.3455792516187421], "max": [0.5062194053835374, 0.32564182450325935, 1.2528708124856407, 0.07466718267380523, 0.03944430110112829, 1.4470482247251626, 0.5009325002252664, -0.1886831477025302, 1.1446623646829448, 0.04867972090046346, -0.026522994484141194, -1.2647016760744645], "count": [891]}, "gripper_mode_state": {"mean": [0.3367003367003367, 0.26038159371492703], "std": [0.47258144268074553, 0.4388428185232107], "min": [0, 0], "max": [1, 1], "count": [891]}, "gripper_activity_state": {"mean": [1.9898989898989898, 1.8821548821548821], "std": [0.12935604520066316, 0.42722483301177056], "min": [0, 0], "max": [2, 2], "count": [891]}, "gripper_mode_action": {"mean": [0.3367003367003367, 0.26038159371492703], "std": [0.47258144268074553, 0.4388428185232107], "min": [0, 0], "max": [1, 1], "count": [891]}, "gripper_activity_action": {"mean": [1.9898989898989898, 1.8821548821548821], "std": [0.12935604520066316, 0.42722483301177056], "min": [0, 0], "max": [2, 2], "count": [891]}}} +{"episode_index": 273, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46617682866923144]], [[0.44843156257756267]], [[0.4366274820054604]]], "std": [[[0.16530276849881548]], [[0.17089259820587246]], [[0.17487268027326078]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708406358587739]], [[0.46447450902829485]], [[0.457106655135683]]], "std": [[[0.14940308694104537]], [[0.15099943554574283]], [[0.15502694839756212]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46502012363489703]], [[0.4653989978902953]], [[0.4591838015533218]]], "std": [[[0.16788266472113464]], [[0.165006420057466]], [[0.1728213895584618]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5071176082774882]], [[0.49250328994994624]], [[0.47879790787623067]]], "std": [[[0.1697917434633363]], [[0.15551594375059194]], [[0.16350523151179044]]], "count": [158]}, "observation.state": {"min": [-0.2776818871498108, 0.1791754961013794, -0.17203710973262787, -2.0903983116149902, -0.505709171295166, -0.02076941914856434, -0.39643409848213196, -0.2942050099372864, 0.3251659870147705, 0.07065500319004059, -1.774965763092041, -1.6493209600448608, -1.1854034662246704, -0.18383553624153137, 0.07869689166545868, -0.2626197040081024, -1.7714568376541138, 0.04729842394590378, -0.11653563380241394, -0.026232298463582993, -0.3366110026836395, -0.48166799545288086, 0.10967899858951569, 1.3272076845169067, -1.458051323890686, 0.9398237466812134, 0.0, 0.0, 0.001180563704110682, -0.23525363206863403, -0.8399131298065186, 1.91138756275177, -1.0685863494873047, -0.0016782660968601704], "max": [0.4216541051864624, 0.534035861492157, 0.33161255717277527, -1.6777501106262207, -0.25298547744750977, 0.2834938168525696, -0.019198622554540634, -0.17485100030899048, 0.47691699862480164, 0.24313099682331085, -1.291008710861206, -1.3179535865783691, -0.7932698726654053, 0.1670803725719452, 0.28529152274131775, -0.10854202508926392, -1.3168509006500244, 0.19737929105758667, 0.00663225119933486, 0.27173030376434326, -0.29202398657798767, -0.37581199407577515, 0.18312300741672516, 1.5623629093170166, -1.328615427017212, 1.0928434133529663, 1001.0, 1002.0, 0.0012557586887851357, -0.22858944535255432, -0.8385692834854126, 1.9122464656829834, -1.066824197769165, 0.0033641261979937553], "mean": [0.18574203550815582, 0.2644309997558594, 0.08361700177192688, -1.8499608039855957, -0.28649652004241943, 0.04524841532111168, -0.08641914278268814, -0.2616448700428009, 0.3796081840991974, 0.17983505129814148, -1.3836264610290527, -1.3999881744384766, -1.1097559928894043, -0.06438079476356506, 0.2281501740217209, -0.14013642072677612, -1.5877739191055298, 0.15413588285446167, -0.08302606642246246, 0.19354553520679474, -0.31493455171585083, -0.4130748510360718, 0.1607174277305603, 1.4878458976745605, -1.4057329893112183, 0.9838966727256775, 687.7979125976562, 688.0220947265625, 0.0012071982491761446, -0.2315560281276703, -0.8394708633422852, 1.9122008085250854, -1.0677542686462402, 0.0002295497979503125], "std": [0.173582524061203, 0.06766878813505173, 0.10565638542175293, 0.07064256072044373, 0.0577743723988533, 0.101373091340065, 0.10030993074178696, 0.040305931121110916, 0.03288517892360687, 0.04397089406847954, 0.15099400281906128, 0.11780466139316559, 0.11323478072881699, 0.09005562216043472, 0.07718496769666672, 0.051316071301698685, 0.11373709887266159, 0.055524107068777084, 0.043678201735019684, 0.10202562808990479, 0.011760895140469074, 0.027628285810351372, 0.028558431193232536, 0.07422617822885513, 0.03343939781188965, 0.03995770588517189, 450.4215087890625, 450.7322998046875, 6.059751740394859e-06, 0.0019324935274198651, 0.00017587949696462601, 9.178990876534954e-05, 0.00024263035447802395, 0.0005431284080259502], "count": [861]}, "action": {"min": [-0.2776818871498108, 0.1791754961013794, -0.17203710973262787, -2.0903983116149902, -0.505709171295166, -0.02076941914856434, -0.39643409848213196, -0.2942050099372864, 0.3251659870147705, 0.07065500319004059, -1.774965763092041, -1.6493209600448608, -1.1854034662246704, -0.18383553624153137, 0.07869689166545868, -0.2626197040081024, -1.7714568376541138, 0.04729842394590378, -0.11653563380241394, -0.026232298463582993, -0.3366110026836395, -0.48166799545288086, 0.10967899858951569, 1.3272076845169067, -1.458051323890686, 0.9398237466812134, 0.0, 0.0, 0.001180563704110682, -0.23525363206863403, -0.8399131298065186, 1.91138756275177, -1.0685863494873047, -0.0016782660968601704], "max": [0.4216541051864624, 0.534035861492157, 0.33161255717277527, -1.6777501106262207, -0.25298547744750977, 0.2834938168525696, -0.019198622554540634, -0.17485100030899048, 0.47691699862480164, 0.24313099682331085, -1.291008710861206, -1.3179535865783691, -0.7932698726654053, 0.1670803725719452, 0.28529152274131775, -0.10854202508926392, -1.3168509006500244, 0.19737929105758667, 0.00663225119933486, 0.27173030376434326, -0.29202398657798767, -0.37581199407577515, 0.18312300741672516, 1.5623629093170166, -1.328615427017212, 1.0928434133529663, 1001.0, 1002.0, 0.0012557586887851357, -0.22858944535255432, -0.8385692834854126, 1.9122464656829834, -1.066824197769165, 0.0033641261979937553], "mean": [0.1856655776500702, 0.26446813344955444, 0.08368118107318878, -1.8499237298965454, -0.2865546941757202, 0.045404400676488876, -0.08656835556030273, -0.2616558074951172, 0.37962162494659424, 0.17980164289474487, -1.3836612701416016, -1.400225043296814, -1.1095573902130127, -0.06428413838148117, 0.22826141119003296, -0.1399581879377365, -1.5875777006149292, 0.15428732335567474, -0.083086296916008, 0.19388030469417572, -0.3149609863758087, -0.4131094813346863, 0.16080206632614136, 1.4879180192947388, -1.4058303833007812, 0.9837717413902283, 687.7979125976562, 688.0220947265625, 0.0012072157114744186, -0.23155802488327026, -0.8394711017608643, 1.912200689315796, -1.0677545070648193, 0.00022954648011364043], "std": [0.1735619455575943, 0.06766466796398163, 0.10564811527729034, 0.0706513375043869, 0.057766687124967575, 0.10137489438056946, 0.1003064289689064, 0.04031306877732277, 0.03288225829601288, 0.04396510496735573, 0.1509774625301361, 0.11784646660089493, 0.11325325816869736, 0.08998285979032516, 0.0771980956196785, 0.051156800240278244, 0.11356576532125473, 0.05546117201447487, 0.04368732124567032, 0.10177663713693619, 0.011735077016055584, 0.027600672096014023, 0.028515027835965157, 0.0742446631193161, 0.03333841636776924, 0.03986749425530434, 450.4215087890625, 450.7322998046875, 6.0588549786189105e-06, 0.0019313119119033217, 0.00017585397290531546, 9.1853755293414e-05, 0.0002427156869089231, 0.0005431289901025593], "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": [274], "max": [274], "mean": [274.0], "std": [0.0], "count": [861]}, "index": {"min": [236724], "max": [237584], "mean": [237154.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.727061556329849, 0.686728222812142], "std": [0.4454694710494392, 0.4498338219579792], "count": [861]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.727061556329849, 0.686728222812142], "std": [0.4454694710494392, 0.4498338219579792], "count": [861]}, "eef_direction_state": {"mean": [5.098722415795587, 5.305458768873403], "std": [1.8278426684866207, 1.7828269529044747], "min": [0, 0], "max": [6, 6], "count": [861]}, "eef_velocity_state": {"mean": [0.2787456445993031, 0.14518002322880372], "std": [0.5400359661272515, 0.35228225059473006], "min": [0, 0], "max": [2, 1], "count": [861]}, "eef_acc_mag_state": {"mean": [0.18815331010452963, 0.12427409988385599], "std": [0.520786463875497, 0.43067981174733283], "min": [0, 0], "max": [2, 2], "count": [861]}, "eef_direction_action": {"mean": [5.098722415795587, 5.305458768873403], "std": [1.8278426684866207, 1.7828269529044747], "min": [0, 0], "max": [6, 6], "count": [861]}, "eef_velocity_action": {"mean": [0.2787456445993031, 0.14518002322880372], "std": [0.5400359661272515, 0.35228225059473006], "min": [0, 0], "max": [2, 1], "count": [861]}, "eef_acc_mag_action": {"mean": [0.18815331010452963, 0.12427409988385599], "std": [0.520786463875497, 0.43067981174733283], "min": [0, 0], "max": [2, 2], "count": [861]}, "eef_sim_pose_state": {"mean": [0.40087103688391373, 0.25538626436270134, 1.1786328856848383, -0.015616445876051635, 0.02576084932040227, 1.327148917081525, 0.4359544503308102, -0.24769189083115425, 1.1279068662876501, -0.006903265443831071, -0.06066272419218439, -1.2282983896311808], "std": [0.03808189449459925, 0.0300723475906251, 0.037964134876711186, 0.03754262914737246, 0.03140766121734431, 0.18285189084422, 0.027199036430692092, 0.03435931437102505, 0.007658550138932147, 0.039980496166912564, 0.03271848416159723, 0.05524252023825724], "min": [0.3460516417892683, 0.17680794687285334, 1.1567810839219403, -0.07916511207637145, -0.09784295235592899, 0.8901983334577728, 0.39571346022904264, -0.274329090158792, 1.1158563326403395, -0.09752611492963481, -0.08880645055622982, -1.3216469016170684], "max": [0.508178759455927, 0.3263705314824036, 1.259813218347123, 0.09341721094904631, 0.0722115106216572, 1.4471295671279842, 0.5021429609737819, -0.18867869311070398, 1.1445242586789381, 0.053727900479191404, 0.02942869963803707, -1.1610538781905868], "count": [861]}, "eef_sim_pose_action": {"mean": [0.40089037541575784, 0.25537711052229145, 1.1786362230548866, -0.015491385410185179, 0.025806344587542274, 1.3269385366517512, 0.4359938738671358, -0.24779099136945287, 1.1278861806262974, -0.00695325081431936, -0.06067776810991699, -1.2281620875759225], "std": [0.03807730434942439, 0.03007076459364957, 0.03796234370106009, 0.03771487150708794, 0.03144600029334251, 0.18281933799916594, 0.027166230813955403, 0.03431200685843721, 0.0076377416854635505, 0.039938836623483034, 0.03272458686618289, 0.05519939375559472], "min": [0.3460516417892683, 0.17680794687285334, 1.1567810839219403, -0.07916511207637145, -0.09784295235592899, 0.8901983334577728, 0.39571346022904264, -0.274329090158792, 1.1158563326403395, -0.09752611492963481, -0.08880645055622982, -1.3216469016170684], "max": [0.508178759455927, 0.3263705314824036, 1.259813218347123, 0.09341721094904631, 0.0722115106216572, 1.4471295671279842, 0.5021429609737819, -0.18867869311070398, 1.1445242586789381, 0.053727900479191404, 0.02942869963803707, -1.1610538781905868], "count": [861]}, "gripper_mode_state": {"mean": [0.27293844367015097, 0.3124274099883856], "std": [0.4454694710494392, 0.46348303472332175], "min": [0, 0], "max": [1, 1], "count": [861]}, "gripper_activity_state": {"mean": [1.9895470383275262, 1.8768873403019743], "std": [0.13157635950173643, 0.4350364878124969], "min": [0, 0], "max": [2, 2], "count": [861]}, "gripper_mode_action": {"mean": [0.27293844367015097, 0.3124274099883856], "std": [0.4454694710494392, 0.46348303472332175], "min": [0, 0], "max": [1, 1], "count": [861]}, "gripper_activity_action": {"mean": [1.9895470383275262, 1.8768873403019743], "std": [0.13157635950173643, 0.4350364878124969], "min": [0, 0], "max": [2, 2], "count": [861]}}} +{"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.4667227734130182]], [[0.44859192435535855]], [[0.4364743402497986]]], "std": [[[0.16097207076586612]], [[0.16657665643863437]], [[0.17076480958367263]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684076209821828]], [[0.4603923974841078]], [[0.45418386829617696]]], "std": [[[0.14984903408981964]], [[0.15217832087441494]], [[0.1555894724588211]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4619359653393321]], [[0.46471109628212015]], [[0.4573029213112186]]], "std": [[[0.16562167198810226]], [[0.16411890894465558]], [[0.17204583596938428]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5078913510609724]], [[0.49708623757722264]], [[0.48290816517817176]]], "std": [[[0.15807171234123024]], [[0.15204463361054826]], [[0.16129743752524567]]], "count": [146]}, "observation.state": {"min": [-0.2447998821735382, 0.15913912653923035, -0.14498449862003326, -2.0818636417388916, -0.5445601940155029, -0.020874137058854103, -0.36856117844581604, -0.2969540059566498, 0.3331120014190674, 0.07108200341463089, -1.7614457607269287, -1.6549253463745117, -1.1875437498092651, -0.17381733655929565, 0.045238934457302094, -0.2626371383666992, -1.7714743614196777, 0.05227261036634445, -0.06791076064109802, -0.026232298463582993, -0.3329490125179291, -0.4812380075454712, 0.10966300219297409, 1.2757267951965332, -1.4469270706176758, 0.9882888793945312, 0.0, 0.0, 0.0012068819487467408, -0.23516526818275452, -0.8396421074867249, 1.9117695093154907, -1.0681465864181519, -0.0019117805641144514], "max": [0.37365755438804626, 0.5129871964454651, 0.32393309473991394, -1.660663366317749, -0.1518087387084961, 0.19202111661434174, -0.01904154196381569, -0.18290600180625916, 0.4748919904232025, 0.23173899948596954, -1.2963049411773682, -1.316028356552124, -0.8646506667137146, 0.15917402505874634, 0.18929840624332428, -0.09335765987634659, -1.3364160060882568, 0.11725121736526489, 0.04944517835974693, 0.17100736498832703, -0.29197001457214355, -0.37616199254989624, 0.16878700256347656, 1.4755313396453857, -1.3221955299377441, 1.0722763538360596, 1001.0, 1002.0, 0.001223800820298493, -0.22827552258968353, -0.8384639024734497, 1.9129397869110107, -1.0655072927474976, 0.002919879276305437], "mean": [0.16995877027511597, 0.25283169746398926, 0.09209174662828445, -1.8442189693450928, -0.26626279950141907, 0.0375826396048069, -0.09327583760023117, -0.25733891129493713, 0.3833059072494507, 0.17367662489414215, -1.4106842279434204, -1.390041470527649, -1.1126956939697266, -0.08148398250341415, 0.1573047637939453, -0.12888464331626892, -1.597561001777649, 0.10129109025001526, -0.04730522632598877, 0.12602023780345917, -0.3220032751560211, -0.41083523631095886, 0.1520225703716278, 1.398144006729126, -1.3806709051132202, 1.0231045484542847, 658.5051879882812, 726.9287719726562, 0.0012151539558544755, -0.2316267043352127, -0.839371383190155, 1.912070631980896, -1.0677406787872314, 0.0002448219165671617], "std": [0.1774243861436844, 0.0670161023736, 0.10879963636398315, 0.0815531462430954, 0.07603627443313599, 0.08024099469184875, 0.10214012861251831, 0.0408991239964962, 0.03521379828453064, 0.04825584590435028, 0.17179426550865173, 0.10089122503995895, 0.10596249997615814, 0.07730445265769958, 0.04195915907621384, 0.06003256514668465, 0.09899965673685074, 0.020680658519268036, 0.038979291915893555, 0.0711723268032074, 0.013403480872511864, 0.024269690737128258, 0.02334759011864662, 0.05196784809231758, 0.02962496690452099, 0.020330697298049927, 459.90081787109375, 430.1894836425781, 1.2998825695831329e-06, 0.002335242461413145, 0.00019032217096537352, 0.00017044387641362846, 0.0003380309499334544, 0.0006311287870630622], "count": [772]}, "action": {"min": [-0.2447998821735382, 0.15913912653923035, -0.14498449862003326, -2.0818636417388916, -0.5445601940155029, -0.020874137058854103, -0.36856117844581604, -0.2969540059566498, 0.3331120014190674, 0.07108200341463089, -1.7614457607269287, -1.6549253463745117, -1.1875437498092651, -0.17381733655929565, 0.045238934457302094, -0.2626371383666992, -1.7714743614196777, 0.05227261036634445, -0.06791076064109802, -0.026232298463582993, -0.3329490125179291, -0.4812380075454712, 0.10966300219297409, 1.2757267951965332, -1.4469270706176758, 0.9882888793945312, 0.0, 0.0, 0.0012068819487467408, -0.23516526818275452, -0.8396421074867249, 1.9117695093154907, -1.0681465864181519, -0.0019117805641144514], "max": [0.37365755438804626, 0.5129871964454651, 0.32393309473991394, -1.660663366317749, -0.1518087387084961, 0.19202111661434174, -0.01904154196381569, -0.18290600180625916, 0.4748919904232025, 0.23173899948596954, -1.2963049411773682, -1.316028356552124, -0.8646506667137146, 0.15917402505874634, 0.18929840624332428, -0.09335765987634659, -1.3364160060882568, 0.11725121736526489, 0.04944517835974693, 0.17100736498832703, -0.29197001457214355, -0.37616199254989624, 0.16878700256347656, 1.4755313396453857, -1.3221955299377441, 1.0722763538360596, 1001.0, 1002.0, 0.001223800820298493, -0.22827552258968353, -0.8384639024734497, 1.9129397869110107, -1.0655072927474976, 0.002919879276305437], "mean": [0.1698041558265686, 0.25278329849243164, 0.09220752865076065, -1.8441025018692017, -0.2662545144557953, 0.03772764652967453, -0.09343979507684708, -0.2573562264442444, 0.38333860039711, 0.1736089438199997, -1.41074538230896, -1.3903071880340576, -1.1125012636184692, -0.08138545602560043, 0.15728582441806793, -0.12866613268852234, -1.5973273515701294, 0.10135533660650253, -0.04731056094169617, 0.1262737363576889, -0.3220497965812683, -0.4108762741088867, 0.1520989090204239, 1.3980538845062256, -1.3807374238967896, 1.0230345726013184, 658.5051879882812, 726.927490234375, 0.0012151588452979922, -0.2316264659166336, -0.8393716216087341, 1.9120705127716064, -1.0677410364151, 0.0002447591978125274], "std": [0.17739303410053253, 0.06703811883926392, 0.10879392921924591, 0.08161012083292007, 0.07603802531957626, 0.08023644983768463, 0.10212372988462448, 0.04091288894414902, 0.03521004691720009, 0.04825298488140106, 0.1717621237039566, 0.10097338259220123, 0.10596819967031479, 0.07723532617092133, 0.041947659105062485, 0.0598522312939167, 0.09880204498767853, 0.020647568628191948, 0.038981709629297256, 0.07097787410020828, 0.013361763209104538, 0.024237845093011856, 0.023305358365178108, 0.05189374089241028, 0.0295665692538023, 0.020273905247449875, 459.90081787109375, 430.1885681152344, 1.3041004649494425e-06, 0.002335469936951995, 0.00019047643581870943, 0.00017049655434675515, 0.00033823089324869215, 0.000631149101536721], "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": [275], "max": [275], "mean": [275.0], "std": [0.0], "count": [772]}, "index": {"min": [237585], "max": [238356], "mean": [237970.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7020725388601037, 0.7261852331440221], "std": [0.45734744892546664, 0.42971667448288015], "count": [772]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7020725388601037, 0.7261852331440221], "std": [0.45734744892546664, 0.42971667448288015], "count": [772]}, "eef_direction_state": {"mean": [5.102331606217617, 5.178756476683938], "std": [1.751725945006908, 1.9432797733429619], "min": [0, 0], "max": [6, 6], "count": [772]}, "eef_velocity_state": {"mean": [0.3069948186528497, 0.16191709844559585], "std": [0.5389519526145522, 0.3683747435378217], "min": [0, 0], "max": [2, 1], "count": [772]}, "eef_acc_mag_state": {"mean": [0.25647668393782386, 0.09974093264248704], "std": [0.6013990775621708, 0.38983181604533595], "min": [0, 0], "max": [2, 2], "count": [772]}, "eef_direction_action": {"mean": [5.102331606217617, 5.178756476683938], "std": [1.751725945006908, 1.9432797733429619], "min": [0, 0], "max": [6, 6], "count": [772]}, "eef_velocity_action": {"mean": [0.3069948186528497, 0.16191709844559585], "std": [0.5389519526145522, 0.3683747435378217], "min": [0, 0], "max": [2, 1], "count": [772]}, "eef_acc_mag_action": {"mean": [0.25647668393782386, 0.09974093264248704], "std": [0.6013990775621708, 0.389831816045336], "min": [0, 0], "max": [2, 2], "count": [772]}, "eef_sim_pose_state": {"mean": [0.4048647500025787, 0.2503305207395152, 1.180905889553102, -0.0331434822287015, 0.012786982807805183, 1.3178542028314821, 0.43086648861620147, -0.23025380300660278, 1.1236704921419851, -0.03159475084233378, -0.03632782810582362, -1.3079019732674608], "std": [0.040158202621252845, 0.03358003428541915, 0.03707716800885711, 0.0377534503905858, 0.0527386203682525, 0.18085957644989267, 0.024093745581313795, 0.02410040172462543, 0.009789599355194694, 0.04166045965398753, 0.02761521425860518, 0.015477960104635714], "min": [0.35876959507121964, 0.17676624098438076, 1.1527131395886492, -0.1154016913495059, -0.12737893814096668, 0.915277975503676, 0.3963703909130753, -0.24781878172072797, 1.1178236846303402, -0.1069108333371599, -0.06756468826041395, -1.3532613853563558], "max": [0.5050979349752892, 0.3223422231805827, 1.2477014048499497, 0.06692764614646007, 0.07843778434448989, 1.4478519328703596, 0.5009075193755276, -0.1886605224058987, 1.1446636192001207, 0.048035550005146144, 0.03830248590877705, -1.2912151151312539], "count": [772]}, "eef_sim_pose_action": {"mean": [0.40490400014680733, 0.2502906489527591, 1.1809010339273704, -0.033034431700510264, 0.012845327619628217, 1.3176115746524626, 0.43090737809444596, -0.230330094896518, 1.1236359504403948, -0.03170019422574241, -0.036297124275941894, -1.3078966662900977], "std": [0.04015211685140476, 0.03358142472497759, 0.03708056554488977, 0.03791917885563586, 0.05278543835784717, 0.1808132538428891, 0.024061951269039036, 0.024061848880066912, 0.009762972206924023, 0.04156185522172783, 0.02759380792947758, 0.01547986943411678], "min": [0.35876959507121964, 0.17676624098438076, 1.1527131395886492, -0.1154016913495059, -0.12737893814096668, 0.915277975503676, 0.3963703909130753, -0.24781878172072797, 1.1178236846303402, -0.1069108333371599, -0.06756468826041395, -1.3532613853563558], "max": [0.5050979349752892, 0.3223422231805827, 1.2477014048499497, 0.06692764614646007, 0.07843778434448989, 1.4478519328703596, 0.5009075193755276, -0.1886605224058987, 1.1446636192001207, 0.048035550005146144, 0.03830248590877705, -1.2912151151312539], "count": [772]}, "gripper_mode_state": {"mean": [0.2979274611398964, 0.2759067357512953], "std": [0.4573474489254668, 0.4469700313425476], "min": [0, 0], "max": [1, 1], "count": [772]}, "gripper_activity_state": {"mean": [1.988341968911917, 1.8639896373056994], "std": [0.13890335533967776, 0.45627307510261833], "min": [0, 0], "max": [2, 2], "count": [772]}, "gripper_mode_action": {"mean": [0.2979274611398964, 0.2759067357512953], "std": [0.4573474489254668, 0.4469700313425476], "min": [0, 0], "max": [1, 1], "count": [772]}, "gripper_activity_action": {"mean": [1.988341968911917, 1.8639896373056994], "std": [0.13890335533967776, 0.45627307510261833], "min": [0, 0], "max": [2, 2], "count": [772]}}} +{"episode_index": 275, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46651041666666665]], [[0.44864043300653594]], [[0.43605791394335514]]], "std": [[[0.16877748651506452]], [[0.17269677496135927]], [[0.17661934562254708]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47178010757080613]], [[0.4634022739651416]], [[0.45710272875816993]]], "std": [[[0.14764100622051216]], [[0.14939262126066052]], [[0.1527729183562146]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46710853758169935]], [[0.46724632080610023]], [[0.457557542211329]]], "std": [[[0.16736367928110216]], [[0.16456810882382183]], [[0.17142431801693583]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5020044948257081]], [[0.4869466013071896]], [[0.4744838875272331]]], "std": [[[0.16609341822114243]], [[0.15322123463255868]], [[0.16177439924771667]]], "count": [150]}, "observation.state": {"min": [-0.262131005525589, 0.21364575624465942, -0.07302457839250565, -2.0277934074401855, -0.4063999056816101, -0.02082177810370922, -0.3185575008392334, -0.2840380072593689, 0.35158398747444153, 0.08453000336885452, -1.8051139116287231, -1.6451390981674194, -1.1854034662246704, -0.17332863807678223, 0.05375614017248154, -0.26258477568626404, -1.7714743614196777, 0.06314601004123688, -0.15777775645256042, -0.0262148454785347, -0.3334450125694275, -0.4796789884567261, 0.10667700320482254, 1.2801649570465088, -1.5035969018936157, 0.9338165521621704, 0.0, 0.0, 0.0012050020741298795, -0.23512956500053406, -0.839985191822052, 1.9115087985992432, -1.0686957836151123, -0.001874759909696877], "max": [0.3056944012641907, 0.4300316870212555, 0.30777138471603394, -1.644065260887146, -0.2321462333202362, 0.1482831835746765, -0.019652407616376877, -0.1835390031337738, 0.477946013212204, 0.217399001121521, -1.295977234840393, -1.315731167793274, -0.9354268312454224, 0.15243706107139587, 0.31325170397758484, -0.036477379500865936, -1.3635385036468506, 0.20097467303276062, 0.10719812661409378, 0.3197268843650818, -0.29200199246406555, -0.3761630058288574, 0.19397799670696259, 1.6050857305526733, -1.3291609287261963, 1.0877083539962769, 1001.0, 1002.0, 0.0012332003097981215, -0.22938087582588196, -0.8382927775382996, 1.912901759147644, -1.0653069019317627, 0.006019165739417076], "mean": [0.17714443802833557, 0.26019421219825745, 0.08767519146203995, -1.8362877368927002, -0.27904337644577026, 0.01569812372326851, -0.09186345338821411, -0.2612074613571167, 0.38266125321388245, 0.1791817545890808, -1.4056620597839355, -1.3884499073028564, -1.1277350187301636, -0.10563332587480545, 0.23607558012008667, -0.12149666249752045, -1.6345151662826538, 0.1544455885887146, -0.09359019249677658, 0.21049678325653076, -0.3087029457092285, -0.40111157298088074, 0.16395151615142822, 1.5127092599868774, -1.3991481065750122, 0.9834612011909485, 659.0236206054688, 723.6144409179688, 0.001216770033352077, -0.23157770931720734, -0.8394237756729126, 1.9121004343032837, -1.067733645439148, 0.0002564801834523678], "std": [0.16603080928325653, 0.0458640530705452, 0.09383656829595566, 0.07094032317399979, 0.047205064445734024, 0.05862011760473251, 0.10222754627466202, 0.037642788141965866, 0.03280222415924072, 0.04058484733104706, 0.1703837364912033, 0.10527908802032471, 0.08503825217485428, 0.0884472131729126, 0.09123332053422928, 0.07243219017982483, 0.10182347148656845, 0.056215059012174606, 0.08273705840110779, 0.13370856642723083, 0.010724726133048534, 0.027552243322134018, 0.036188606172800064, 0.1149313747882843, 0.039611637592315674, 0.04947909712791443, 460.30938720703125, 432.3624572753906, 1.4827527365923743e-06, 0.0018378333188593388, 0.00024390578619204462, 0.0002169106446672231, 0.0004460543568711728, 0.0008285954827442765], "count": [804]}, "action": {"min": [-0.262131005525589, 0.21364575624465942, -0.07302457839250565, -2.0277934074401855, -0.4063999056816101, -0.02082177810370922, -0.3185575008392334, -0.2840380072593689, 0.35158398747444153, 0.08453000336885452, -1.8051139116287231, -1.6451390981674194, -1.1854034662246704, -0.17332863807678223, 0.05375614017248154, -0.26258477568626404, -1.7714743614196777, 0.06314601004123688, -0.15777775645256042, -0.0262148454785347, -0.3334450125694275, -0.4796789884567261, 0.10667700320482254, 1.2801649570465088, -1.5035969018936157, 0.9338165521621704, 0.0, 0.0, 0.0012050020741298795, -0.23512956500053406, -0.839985191822052, 1.9115087985992432, -1.0686957836151123, -0.001874759909696877], "max": [0.3056944012641907, 0.4300316870212555, 0.30777138471603394, -1.644065260887146, -0.2321462333202362, 0.1482831835746765, -0.019652407616376877, -0.1835390031337738, 0.477946013212204, 0.217399001121521, -1.295977234840393, -1.315731167793274, -0.9354268312454224, 0.15243706107139587, 0.31325170397758484, -0.036477379500865936, -1.3635385036468506, 0.20097467303276062, 0.10719812661409378, 0.3197268843650818, -0.29200199246406555, -0.3761630058288574, 0.19397799670696259, 1.6050857305526733, -1.3291609287261963, 1.0877083539962769, 1001.0, 1002.0, 0.0012332003097981215, -0.22938087582588196, -0.8382927775382996, 1.912901759147644, -1.0653069019317627, 0.006019165739417076], "mean": [0.17696863412857056, 0.2602539658546448, 0.08780021220445633, -1.8361872434616089, -0.2791807949542999, 0.015788167715072632, -0.09205976873636246, -0.2612030804157257, 0.3826974034309387, 0.17912980914115906, -1.4058042764663696, -1.3887602090835571, -1.1275854110717773, -0.10558907687664032, 0.2362205982208252, -0.12126220762729645, -1.6343560218811035, 0.15461118519306183, -0.09370361268520355, 0.21091993153095245, -0.3087233304977417, -0.4011313319206238, 0.16405361890792847, 1.5128611326217651, -1.3992397785186768, 0.9833110570907593, 659.0236206054688, 723.6144409179688, 0.001216770033352077, -0.23157744109630585, -0.839423418045044, 1.9121005535125732, -1.0677344799041748, 0.0002560882130637765], "std": [0.16601206362247467, 0.04587029665708542, 0.09384281933307648, 0.07097916305065155, 0.04729241877794266, 0.05861964821815491, 0.10224077850580215, 0.037640444934368134, 0.03280059993267059, 0.040582552552223206, 0.17034126818180084, 0.1054399311542511, 0.08504246920347214, 0.08842237293720245, 0.09125187247991562, 0.07228028029203415, 0.10170922428369522, 0.056149788200855255, 0.08275815844535828, 0.13349668681621552, 0.010708680376410484, 0.027540042996406555, 0.03615119680762291, 0.11496292054653168, 0.03953450918197632, 0.049409911036491394, 460.30938720703125, 432.3624572753906, 1.4827526229055366e-06, 0.0018378962995484471, 0.0002438400115352124, 0.00021679869678337127, 0.00044640403939411044, 0.0008286167285405099], "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": [276], "max": [276], "mean": [276.0], "std": [0.0], "count": [804]}, "index": {"min": [238357], "max": [239160], "mean": [238758.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7014925373134329, 0.7229340796617199], "std": [0.4576032751270395, 0.431925535888781], "count": [804]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7014925373134329, 0.7229340796617199], "std": [0.4576032751270395, 0.431925535888781], "count": [804]}, "eef_direction_state": {"mean": [5.116915422885572, 5.138059701492537], "std": [1.8403337459084177, 1.94887241704741], "min": [0, 0], "max": [6, 6], "count": [804]}, "eef_velocity_state": {"mean": [0.25497512437810943, 0.17412935323383086], "std": [0.4844986374897895, 0.3792206766200926], "min": [0, 0], "max": [2, 1], "count": [804]}, "eef_acc_mag_state": {"mean": [0.20522388059701493, 0.12189054726368159], "std": [0.5476522252558877, 0.42328778063396394], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_direction_action": {"mean": [5.116915422885572, 5.138059701492537], "std": [1.840333745908418, 1.94887241704741], "min": [0, 0], "max": [6, 6], "count": [804]}, "eef_velocity_action": {"mean": [0.25497512437810943, 0.17412935323383086], "std": [0.4844986374897895, 0.3792206766200926], "min": [0, 0], "max": [2, 1], "count": [804]}, "eef_acc_mag_action": {"mean": [0.20522388059701493, 0.12189054726368159], "std": [0.5476522252558877, 0.42328778063396394], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_sim_pose_state": {"mean": [0.4039799031640383, 0.2549195273889841, 1.1762344989679325, -0.0404344254831678, 0.019361624745942413, 1.3258989623421926, 0.4247413534581695, -0.2522534549765787, 1.1324757311406668, 0.007716969050589034, -0.07150855329430303, -1.2178293676864058], "std": [0.038570945293744455, 0.02491049316883159, 0.03276081006834216, 0.044454511718976894, 0.04620185417890732, 0.17692756758898198, 0.026488719354260566, 0.04380203617023005, 0.006462336502729287, 0.05550887271226548, 0.05355401067927355, 0.07725794544199333], "min": [0.3750020652864944, 0.19217233057876512, 1.1561909679155897, -0.15271341678840278, -0.08626002194599325, 0.9468113658678559, 0.3963689146904165, -0.28796070863844836, 1.1211838624846213, -0.13755145831518956, -0.11269555898183636, -1.3389375077481107], "max": [0.5103761687248461, 0.3074061925075148, 1.245179569575411, 0.011697020092360177, 0.10480563332936788, 1.4484455994818926, 0.49940801568217763, -0.18801254496459402, 1.1447735700126727, 0.048381177158416167, 0.04707061801618573, -1.1439743293764018], "count": [804]}, "eef_sim_pose_action": {"mean": [0.40402473877510986, 0.2549018522613255, 1.1762422889124962, -0.04040449733033675, 0.019447255342045135, 1.3255915285695126, 0.42476824511413114, -0.25237571674639137, 1.1324575505036554, 0.007697721075358324, -0.07155954771023931, -1.217642797995162], "std": [0.0385680719501185, 0.024908712679549645, 0.03275693712480055, 0.04447797500162322, 0.04629020541945817, 0.17693371218962906, 0.02647089129199377, 0.04376165428928642, 0.006449004117894177, 0.05549761895599278, 0.05356971393575221, 0.07722993529879742], "min": [0.3750020652864944, 0.19217233057876512, 1.1561909679155897, -0.15271341678840278, -0.08626002194599325, 0.9468113658678559, 0.3963689146904165, -0.28796070863844836, 1.1211838624846213, -0.13755145831518956, -0.11269555898183636, -1.3389375077481107], "max": [0.5103761687248461, 0.3074061925075148, 1.245179569575411, 0.011697020092360177, 0.10480563332936788, 1.4484455994818926, 0.49940801568217763, -0.18801254496459402, 1.1447735700126727, 0.048381177158416167, 0.04707061801618573, -1.1439743293764018], "count": [804]}, "gripper_mode_state": {"mean": [0.29850746268656714, 0.277363184079602], "std": [0.4576032751270395, 0.44769727293878037], "min": [0, 0], "max": [1, 1], "count": [804]}, "gripper_activity_state": {"mean": [1.9888059701492538, 1.8681592039800996], "std": [0.13613012199219943, 0.4489136633492594], "min": [0, 0], "max": [2, 2], "count": [804]}, "gripper_mode_action": {"mean": [0.29850746268656714, 0.277363184079602], "std": [0.4576032751270395, 0.44769727293878037], "min": [0, 0], "max": [1, 1], "count": [804]}, "gripper_activity_action": {"mean": [1.9888059701492538, 1.8681592039800996], "std": [0.13613012199219943, 0.4489136633492594], "min": [0, 0], "max": [2, 2], "count": [804]}}} +{"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.46632919496774744]], [[0.4493792545068136]], [[0.43773105162544323]]], "std": [[[0.16643720709758528]], [[0.17190023708049748]], [[0.17562447756922883]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47106482549446793]], [[0.4634164891174335]], [[0.45730628577683796]]], "std": [[[0.14882608207037268]], [[0.1510421852792459]], [[0.15432912057969736]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46023881172839504]], [[0.4633890384040326]], [[0.45566328522149596]]], "std": [[[0.16421241907273498]], [[0.16249841005865975]], [[0.17043672670209936]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4985146818531334]], [[0.4855007195416293]], [[0.47144579675552134]]], "std": [[[0.16352066252343272]], [[0.1526665402487598]], [[0.16084002696280192]]], "count": [153]}, "observation.state": {"min": [-0.2563539445400238, 0.14852751791477203, -0.15276867151260376, -2.076505422592163, -0.49878019094467163, -0.02520255371928215, -0.33826225996017456, -0.2980920076370239, 0.3275519907474518, 0.06251200288534164, -1.8046609163284302, -1.6155552864074707, -1.1911041736602783, -0.17477726936340332, 0.06248278543353081, -0.2626371383666992, -1.7714568376541138, 0.06581636518239975, -0.07285004109144211, -0.026232298463582993, -0.34399399161338806, -0.4809800088405609, 0.10967399924993515, 1.2898029088974, -1.4649295806884766, 0.9666904807090759, 0.0, 0.0, 0.0012012423248961568, -0.2351558804512024, -0.8395145535469055, 1.9119185209274292, -1.068616509437561, -0.0017617996782064438], "max": [0.4063126742839813, 0.45498988032341003, 0.3294309079647064, -1.6517447233200073, -0.13158036768436432, 0.182578906416893, -0.018901914358139038, -0.18292200565338135, 0.4754840135574341, 0.2394620031118393, -1.2959784269332886, -1.3171164989471436, -0.8860205411911011, 0.16343264281749725, 0.25857052206993103, -0.07984881103038788, -1.3052619695663452, 0.19809487462043762, 0.030979594215750694, 0.23151792585849762, -0.2919290065765381, -0.3761639893054962, 0.18423500657081604, 1.4832956790924072, -1.3291609287261963, 1.0747042894363403, 1001.0, 1002.0, 0.0012294405605643988, -0.22887706756591797, -0.8385812044143677, 1.9122703075408936, -1.0668059587478638, 0.0033565321937203407], "mean": [0.1772175133228302, 0.24866411089897156, 0.096770279109478, -1.8429126739501953, -0.25099003314971924, 0.019718604162335396, -0.09117179363965988, -0.25915905833244324, 0.3809494972229004, 0.17191849648952484, -1.4220620393753052, -1.3770160675048828, -1.112890601158142, -0.08396574854850769, 0.2087031900882721, -0.13084007799625397, -1.6186764240264893, 0.1544199436903, -0.04963889345526695, 0.16808485984802246, -0.31289562582969666, -0.40904101729393005, 0.1587657928466797, 1.4437341690063477, -1.4105029106140137, 1.0060322284698486, 671.7296752929688, 674.0545654296875, 0.0012166497763246298, -0.2313559651374817, -0.8392582535743713, 1.9120087623596191, -1.0679094791412354, 0.0002388704160694033], "std": [0.179204523563385, 0.05619959160685539, 0.11320161819458008, 0.07848412543535233, 0.06690972298383713, 0.06624672561883926, 0.1011667549610138, 0.04010774567723274, 0.03482550010085106, 0.052454911172389984, 0.1885204017162323, 0.08764634281396866, 0.10642927885055542, 0.09391012042760849, 0.0664808377623558, 0.06100607290863991, 0.12115049362182617, 0.048855286091566086, 0.033400196582078934, 0.09071004390716553, 0.013398372568190098, 0.028123904019594193, 0.029141733422875404, 0.06422176957130432, 0.037882037460803986, 0.029784930869936943, 456.0130615234375, 455.02490234375, 1.4073301599637489e-06, 0.0017108340980485082, 0.00017103996651712805, 9.658918133936822e-05, 0.0002739618648774922, 0.0005857240175828338], "count": [825]}, "action": {"min": [-0.2563539445400238, 0.14852751791477203, -0.15276867151260376, -2.076505422592163, -0.49878019094467163, -0.02520255371928215, -0.33826225996017456, -0.2980920076370239, 0.3275519907474518, 0.06251200288534164, -1.8046609163284302, -1.6155552864074707, -1.1911041736602783, -0.17477726936340332, 0.06248278543353081, -0.2626371383666992, -1.7714568376541138, 0.06581636518239975, -0.07285004109144211, -0.026232298463582993, -0.34399399161338806, -0.4809800088405609, 0.10967399924993515, 1.2898029088974, -1.4649295806884766, 0.9666904807090759, 0.0, 0.0, 0.0012012423248961568, -0.2351558804512024, -0.8395145535469055, 1.9119185209274292, -1.068616509437561, -0.0017617996782064438], "max": [0.4063126742839813, 0.45498988032341003, 0.3294309079647064, -1.6517447233200073, -0.13158036768436432, 0.182578906416893, -0.018901914358139038, -0.18292200565338135, 0.4754840135574341, 0.2394620031118393, -1.2959784269332886, -1.3171164989471436, -0.8860205411911011, 0.16343264281749725, 0.25857052206993103, -0.07984881103038788, -1.3052619695663452, 0.19809487462043762, 0.030979594215750694, 0.23151792585849762, -0.2919290065765381, -0.3761639893054962, 0.18423500657081604, 1.4832956790924072, -1.3291609287261963, 1.0747042894363403, 1001.0, 1002.0, 0.0012294405605643988, -0.22887706756591797, -0.8385812044143677, 1.9122703075408936, -1.0668059587478638, 0.0033565321937203407], "mean": [0.17715798318386078, 0.24866175651550293, 0.09686021506786346, -1.8428575992584229, -0.25091150403022766, 0.01976150833070278, -0.09131594002246857, -0.2591741383075714, 0.38095733523368835, 0.17186947166919708, -1.4222031831741333, -1.3771501779556274, -1.1126831769943237, -0.0838988646864891, 0.20878644287586212, -0.13063174486160278, -1.6185280084609985, 0.15457241237163544, -0.04964620992541313, 0.1683947592973709, -0.3129177987575531, -0.40907084941864014, 0.15885289013385773, 1.4437402486801147, -1.4106041193008423, 1.0059387683868408, 671.7296752929688, 674.0545654296875, 0.001216647564433515, -0.23135727643966675, -0.8392583131790161, 1.9120090007781982, -1.067909836769104, 0.00023871622397564352], "std": [0.17918331921100616, 0.05619993805885315, 0.11318755149841309, 0.07849560678005219, 0.0669444277882576, 0.06623194366693497, 0.10114982724189758, 0.040119171142578125, 0.03482300043106079, 0.05244578421115875, 0.18847109377384186, 0.08764122426509857, 0.10645445436239243, 0.09386613965034485, 0.06649939715862274, 0.06084941700100899, 0.12103807181119919, 0.048774879425764084, 0.03340389207005501, 0.09048258513212204, 0.013379033654928207, 0.02810206264257431, 0.02910233475267887, 0.06422489881515503, 0.03777604550123215, 0.029715972021222115, 456.0130615234375, 455.02490234375, 1.4063853086554445e-06, 0.0017097849631682038, 0.00017112228670157492, 9.689607395557687e-05, 0.0002744272060226649, 0.0005857450887560844], "count": [825]}, "timestamp": {"min": [0.0], "max": [27.466666666666665], "mean": [13.733333333333333], "std": [7.938560369534311], "count": [825]}, "frame_index": {"min": [0], "max": [824], "mean": [412.0], "std": [238.15681108602934], "count": [825]}, "episode_index": {"min": [277], "max": [277], "mean": [277.0], "std": [0.0], "count": [825]}, "index": {"min": [239161], "max": [239985], "mean": [239573.0], "std": [238.15681108602934], "count": [825]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [825]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.713939393939394, 0.6733987881663736], "std": [0.45191806306104404, 0.454551748234726], "count": [825]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.713939393939394, 0.6733987881663736], "std": [0.45191806306104404, 0.454551748234726], "count": [825]}, "eef_direction_state": {"mean": [5.035151515151515, 5.202424242424242], "std": [1.8592864731300447, 1.9104799179755925], "min": [0, 0], "max": [6, 6], "count": [825]}, "eef_velocity_state": {"mean": [0.29818181818181816, 0.15636363636363637], "std": [0.5511940457162587, 0.36319973786715914], "min": [0, 0], "max": [2, 1], "count": [825]}, "eef_acc_mag_state": {"mean": [0.24, 0.10545454545454545], "std": [0.5872173723794641, 0.39362411626268473], "min": [0, 0], "max": [2, 2], "count": [825]}, "eef_direction_action": {"mean": [5.035151515151515, 5.202424242424242], "std": [1.8592864731300447, 1.9104799179755925], "min": [0, 0], "max": [6, 6], "count": [825]}, "eef_velocity_action": {"mean": [0.29818181818181816, 0.15636363636363637], "std": [0.5511940457162587, 0.36319973786715914], "min": [0, 0], "max": [2, 1], "count": [825]}, "eef_acc_mag_action": {"mean": [0.24, 0.10545454545454545], "std": [0.5872173723794641, 0.39362411626268473], "min": [0, 0], "max": [2, 2], "count": [825]}, "eef_sim_pose_state": {"mean": [0.40267160020369525, 0.2484290482605553, 1.1782811859337614, -0.04031487107245026, 0.001206365193249123, 1.319097141939097, 0.4307553461491278, -0.24253527393686622, 1.131274052117592, -0.01846790660693093, -0.036168596439983706, -1.2581054548197363], "std": [0.04032586934587945, 0.03571546659696834, 0.03534851319103947, 0.043239109847080084, 0.05534287327571248, 0.1862761123718276, 0.027802542218382558, 0.03266951322204702, 0.008355968216209481, 0.0450664066112718, 0.03299306814459326, 0.03641857393099786], "min": [0.35043036891448576, 0.16890673399782896, 1.148064501596167, -0.13122189579986893, -0.152112371302783, 0.914024819485726, 0.3963720887535069, -0.2691834567167913, 1.1126509195673795, -0.13012432338222857, -0.06754967808309398, -1.3280451136664082], "max": [0.5069259717464474, 0.3223620444072752, 1.2465735283550359, 0.03574402318342074, 0.047677444363264154, 1.4477685765520172, 0.5009982925571144, -0.18866861861884596, 1.1449788501672002, 0.04804170797007323, 0.04761696081812983, -1.2254137060853347], "count": [825]}, "eef_sim_pose_action": {"mean": [0.4026847235057458, 0.24840436449761624, 1.1782728256038049, -0.04025569813564231, 0.0011509938881380246, 1.3188798305529814, 0.430787994326942, -0.24263180973664453, 1.1312595524854734, -0.018534964769501207, -0.03615034671139737, -1.2580152243853029], "std": [0.0403213908855615, 0.03571136347377609, 0.0353544006690406, 0.043303400659744314, 0.055334269500789075, 0.1862325595967463, 0.02777797568450522, 0.032627897273135156, 0.00834336700858524, 0.04500870888484718, 0.03297989682078467, 0.03639601583499872], "min": [0.35043036891448576, 0.16890673399782896, 1.148064501596167, -0.13122189579986893, -0.152112371302783, 0.914024819485726, 0.3963720887535069, -0.2691834567167913, 1.1126509195673795, -0.13012432338222857, -0.06754967808309398, -1.3280451136664082], "max": [0.5069259717464474, 0.3223620444072752, 1.2465735283550359, 0.03574402318342074, 0.047677444363264154, 1.4477685765520172, 0.5009982925571144, -0.18866861861884596, 1.1449788501672002, 0.04804170797007323, 0.04761696081812983, -1.2254137060853347], "count": [825]}, "gripper_mode_state": {"mean": [0.28606060606060607, 0.32606060606060605], "std": [0.45191806306104404, 0.4687697593019326], "min": [0, 0], "max": [1, 1], "count": [825]}, "gripper_activity_state": {"mean": [1.989090909090909, 1.8703030303030304], "std": [0.13439795354600942, 0.44737947317810495], "min": [0, 0], "max": [2, 2], "count": [825]}, "gripper_mode_action": {"mean": [0.28606060606060607, 0.32606060606060605], "std": [0.45191806306104404, 0.4687697593019326], "min": [0, 0], "max": [1, 1], "count": [825]}, "gripper_activity_action": {"mean": [1.989090909090909, 1.8703030303030304], "std": [0.13439795354600942, 0.44737947317810495], "min": [0, 0], "max": [2, 2], "count": [825]}}} +{"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.4675874332788671]], [[0.4502813616557734]], [[0.4380661751089325]]], "std": [[[0.16533275979151832]], [[0.17167644845350072]], [[0.1754512561666284]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4665199087690632]], [[0.46021856889978213]], [[0.45512411083877996]]], "std": [[[0.1500640597821748]], [[0.15254193708975147]], [[0.155995881518922]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.469415029956427]], [[0.47086635757080614]], [[0.4626513071895425]]], "std": [[[0.16716166919794043]], [[0.164809673295617]], [[0.17231007827520156]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5013190127995643]], [[0.48618665441176473]], [[0.4730246868191721]]], "std": [[[0.16792019556839285]], [[0.1580395524765702]], [[0.16688368595332423]]], "count": [150]}, "observation.state": {"min": [-0.2615899443626404, 0.16599826514720917, -0.12426744401454926, -2.068232536315918, -0.4671897292137146, -0.02082177810370922, -0.2894803285598755, -0.2917509973049164, 0.3391540050506592, 0.06639300286769867, -1.7571386098861694, -1.6609903573989868, -1.214304804801941, -0.17496925592422485, 0.01953023299574852, -0.2626197040081024, -1.771422028541565, 0.030752701684832573, -0.10918779671192169, -0.02626720443367958, -0.34565800428390503, -0.47839298844337463, 0.1096699982881546, 1.3031840324401855, -1.3852441310882568, 0.9457629323005676, 0.0, 0.0, 0.0012106416979804635, -0.23512956500053406, -0.8393505215644836, 1.912123680114746, -1.068275809288025, -0.0012036433909088373], "max": [0.35908403992652893, 0.4153883457183838, 0.32569587230682373, -1.6541532278060913, -0.2536661624908447, 0.18739600479602814, -0.019285889342427254, -0.17957399785518646, 0.4760180115699768, 0.23038700222969055, -1.2966423034667969, -1.3179535865783691, -0.9272499680519104, 0.14761994779109955, 0.22307053208351135, -0.07354817539453506, -1.296727180480957, 0.11173597723245621, -0.06358234584331512, 0.21240657567977905, -0.292059987783432, -0.3761650025844574, 0.1719360053539276, 1.52536940574646, -1.3254518508911133, 1.1316336393356323, 1001.0, 1002.0, 0.001223800820298493, -0.2288958877325058, -0.8388941884040833, 1.912282943725586, -1.0674453973770142, 0.0013479286571964622], "mean": [0.1683565229177475, 0.2535812258720398, 0.09573759883642197, -1.8357539176940918, -0.28192922472953796, 0.02857600897550583, -0.09160054475069046, -0.25911951065063477, 0.3836221992969513, 0.17399416863918304, -1.4058802127838135, -1.4032585620880127, -1.1231088638305664, -0.08110212534666061, 0.1721871942281723, -0.12434470653533936, -1.607677698135376, 0.07151694595813751, -0.0832565501332283, 0.14665907621383667, -0.3135632872581482, -0.41066598892211914, 0.15332190692424774, 1.4681180715560913, -1.3411929607391357, 1.0053989887237549, 667.4035034179688, 708.11279296875, 0.0012159085599705577, -0.23159849643707275, -0.8390978574752808, 1.9122339487075806, -1.067973017692566, 0.0002691412519197911], "std": [0.18547599017620087, 0.04664488136768341, 0.1103438138961792, 0.07690627127885818, 0.04911326244473457, 0.0747271329164505, 0.09409648925065994, 0.04095522314310074, 0.035827528685331345, 0.04962841421365738, 0.16084615886211395, 0.11588875204324722, 0.08815344423055649, 0.08221406489610672, 0.07018312811851501, 0.05893701687455177, 0.12111455947160721, 0.014122271910309792, 0.009905959479510784, 0.0867931917309761, 0.01360180601477623, 0.025362001731991768, 0.024972422048449516, 0.07302975654602051, 0.017588604241609573, 0.05900281295180321, 457.3131408691406, 439.8941955566406, 1.4084130270930473e-06, 0.0020027607679367065, 0.0001013652581605129, 2.4920900614233688e-05, 0.00015364005230367184, 0.00039346807170659304], "count": [798]}, "action": {"min": [-0.2615899443626404, 0.16599826514720917, -0.12426744401454926, -2.068232536315918, -0.4671897292137146, -0.02082177810370922, -0.2894803285598755, -0.2917509973049164, 0.3391540050506592, 0.06639300286769867, -1.7571386098861694, -1.6609903573989868, -1.214304804801941, -0.17496925592422485, 0.01953023299574852, -0.2626197040081024, -1.771422028541565, 0.030752701684832573, -0.10918779671192169, -0.02626720443367958, -0.34565800428390503, -0.47839298844337463, 0.1096699982881546, 1.3031840324401855, -1.3852441310882568, 0.9457629323005676, 0.0, 0.0, 0.0012106416979804635, -0.23512956500053406, -0.8393505215644836, 1.912123680114746, -1.068275809288025, -0.0012036433909088373], "max": [0.35908403992652893, 0.4153883457183838, 0.32569587230682373, -1.6541532278060913, -0.2536661624908447, 0.18739600479602814, -0.019285889342427254, -0.17957399785518646, 0.4760180115699768, 0.23038700222969055, -1.2966423034667969, -1.3179535865783691, -0.9272499680519104, 0.14761994779109955, 0.22307053208351135, -0.07354817539453506, -1.296727180480957, 0.11173597723245621, -0.06358234584331512, 0.21240657567977905, -0.292059987783432, -0.3761650025844574, 0.1719360053539276, 1.52536940574646, -1.3254518508911133, 1.1316336393356323, 1001.0, 1002.0, 0.001223800820298493, -0.2288958877325058, -0.8388941884040833, 1.912282943725586, -1.0674453973770142, 0.0013479286571964622], "mean": [0.1682843416929245, 0.2536504864692688, 0.09580235183238983, -1.8357057571411133, -0.28197258710861206, 0.028650350868701935, -0.09179062396287918, -0.25912681221961975, 0.38363394141197205, 0.17396429181098938, -1.406015396118164, -1.4034632444381714, -1.1229019165039062, -0.0810171440243721, 0.17222130298614502, -0.12413255125284195, -1.607511043548584, 0.07153353095054626, -0.0832865983247757, 0.14695407450199127, -0.3135862350463867, -0.4107019603252411, 0.15339967608451843, 1.4681694507598877, -1.3411964178085327, 1.0052640438079834, 667.4035034179688, 708.11279296875, 0.0012159132165834308, -0.23160046339035034, -0.8390978574752808, 1.9122339487075806, -1.067973017692566, 0.0002687070518732071], "std": [0.18544931709766388, 0.04666714742779732, 0.11032741516828537, 0.07690983265638351, 0.049103736877441406, 0.07470746338367462, 0.09410469979047775, 0.04096006974577904, 0.03582350164651871, 0.04961882904171944, 0.16080020368099213, 0.11588382720947266, 0.08820266276597977, 0.08215337246656418, 0.07019820809364319, 0.05874330550432205, 0.1209806352853775, 0.014123312197625637, 0.009882676415145397, 0.08660519868135452, 0.013580996543169022, 0.02533341385424137, 0.02493305876851082, 0.07305017113685608, 0.017586426809430122, 0.058985691517591476, 457.3131408691406, 439.8941955566406, 1.4096583527134499e-06, 0.0020015949849039316, 0.0001013851651805453, 2.4943628886830993e-05, 0.00015361774421762675, 0.00039344027754850686], "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": [278], "max": [278], "mean": [278.0], "std": [0.0], "count": [798]}, "index": {"min": [239986], "max": [240783], "mean": [240384.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7092731829573935, 0.7074486215019431], "std": [0.45409771513946184, 0.4394539009398441], "count": [798]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7092731829573935, 0.7074486215019431], "std": [0.45409771513946184, 0.4394539009398441], "count": [798]}, "eef_direction_state": {"mean": [5.159147869674185, 5.2180451127819545], "std": [1.7934677560997958, 1.8671611915574087], "min": [0, 0], "max": [6, 6], "count": [798]}, "eef_velocity_state": {"mean": [0.2894736842105263, 0.16290726817042606], "std": [0.5818167671703972, 0.369281044934176], "min": [0, 0], "max": [2, 1], "count": [798]}, "eef_acc_mag_state": {"mean": [0.22556390977443608, 0.12781954887218044], "std": [0.5679388229089181, 0.44631940361572997], "min": [0, 0], "max": [2, 2], "count": [798]}, "eef_direction_action": {"mean": [5.159147869674185, 5.2180451127819545], "std": [1.7934677560997958, 1.8671611915574087], "min": [0, 0], "max": [6, 6], "count": [798]}, "eef_velocity_action": {"mean": [0.2894736842105263, 0.16290726817042606], "std": [0.5818167671703972, 0.369281044934176], "min": [0, 0], "max": [2, 1], "count": [798]}, "eef_acc_mag_action": {"mean": [0.22556390977443608, 0.12781954887218044], "std": [0.5679388229089181, 0.44631940361572997], "min": [0, 0], "max": [2, 2], "count": [798]}, "eef_sim_pose_state": {"mean": [0.40528570756004806, 0.25067505612707663, 1.178658203336464, -0.03724602492652182, 0.026155655630300777, 1.3154275917033809, 0.4314940024796016, -0.23429829957599543, 1.1282626349519236, 0.0019405883910455614, -0.08761468351624956, -1.2836992289049591], "std": [0.04196024710326349, 0.03304036349974973, 0.036012225285316765, 0.04648646015533285, 0.017147834019698795, 0.18411753955132737, 0.02453325712674767, 0.029281032108618044, 0.011149319753426302, 0.023307135705463583, 0.0552296161429916, 0.04946166163712668], "min": [0.3603766227161539, 0.173411986020316, 1.1551427118310549, -0.1388174067834077, -0.031292305016683564, 0.920812570154026, 0.3963708385011235, -0.25729217854423136, 1.1024827451323496, -0.054980137661432504, -0.13738421471004636, -1.3878919518167119], "max": [0.5080008847978522, 0.31267622323140903, 1.2497200072342858, 0.04200199335101107, 0.08264509679614118, 1.4468678926403375, 0.49640782730319727, -0.18866668628092298, 1.144520403647347, 0.04794444921863661, 0.02377999441297729, -1.2385389730546728], "count": [798]}, "eef_sim_pose_action": {"mean": [0.4053041632290562, 0.25067377465598467, 1.1786588041140456, -0.037176734082663906, 0.026148530620653053, 1.3151724626240104, 0.43153204037656506, -0.23438360784527235, 1.1282463278439923, 0.001882487262064193, -0.0876910144589627, -1.2836271449904362], "std": [0.04195390116705294, 0.03303984516419474, 0.03601186488734076, 0.04655688870148009, 0.017146312410604297, 0.18407756686170162, 0.02450230942390374, 0.029247155680101798, 0.011135050327764321, 0.023250258377584744, 0.05524381684988134, 0.04947335548848176], "min": [0.3603766227161539, 0.173411986020316, 1.1551427118310549, -0.1388174067834077, -0.031292305016683564, 0.920812570154026, 0.3963708385011235, -0.25729217854423136, 1.1024827451323496, -0.054980137661432504, -0.13738421471004636, -1.3878919518167119], "max": [0.5080008847978522, 0.31267622323140903, 1.2497200072342858, 0.04200199335101107, 0.08264509679614118, 1.4468678926403375, 0.49640782730319727, -0.18866668628092298, 1.144520403647347, 0.04794444921863661, 0.02377999441297729, -1.2385389730546728], "count": [798]}, "gripper_mode_state": {"mean": [0.2907268170426065, 0.29197994987468673], "std": [0.45409771513946184, 0.4546731339609392], "min": [0, 0], "max": [1, 1], "count": [798]}, "gripper_activity_state": {"mean": [1.9887218045112782, 1.8671679197994988], "std": [0.1366374574841074, 0.45045201399896045], "min": [0, 0], "max": [2, 2], "count": [798]}, "gripper_mode_action": {"mean": [0.2907268170426065, 0.29197994987468673], "std": [0.45409771513946184, 0.4546731339609392], "min": [0, 0], "max": [1, 1], "count": [798]}, "gripper_activity_action": {"mean": [1.9887218045112782, 1.8671679197994988], "std": [0.13663745748410744, 0.45045201399896045], "min": [0, 0], "max": [2, 2], "count": [798]}}} +{"episode_index": 278, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.466023136502408]], [[0.4491637735960612]], [[0.43756422670493633]]], "std": [[[0.16920302993830139]], [[0.17319177163414798]], [[0.17630492839811931]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46838437929996557]], [[0.46220444723942206]], [[0.4563748589073788]]], "std": [[[0.15097771487613154]], [[0.15279896154824638]], [[0.155808197891235]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4622672643618851]], [[0.4634054249441004]], [[0.45517021816950465]]], "std": [[[0.16820375627941112]], [[0.16546980852669033]], [[0.1729201652192249]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5091891420493636]], [[0.4915364422084623]], [[0.4755539605370657]]], "std": [[[0.1769402031672187]], [[0.1601800455175196]], [[0.16607135523555258]]], "count": [152]}, "observation.state": {"min": [-0.26399850845336914, 0.14987142384052277, -0.14610151946544647, -2.106437921524048, -0.4230329096317291, -0.02082177810370922, -0.30373963713645935, -0.29504698514938354, 0.3322330117225647, 0.062251001596450806, -1.7722220420837402, -1.5648112297058105, -1.2113630771636963, -0.18020524084568024, 0.04625122621655464, -0.2626197040081024, -1.7714568376541138, 0.012688543647527695, -0.0993615910410881, -0.0262148454785347, -0.3350610136985779, -0.4812299907207489, 0.10968200117349625, 1.330305814743042, -1.4479707479476929, 0.8472041487693787, 0.0, 0.0, 0.0012106416979804635, -0.23519910871982574, -0.8395320177078247, 1.9120571613311768, -1.0690712928771973, -0.0017162358853965998], "max": [0.383064866065979, 0.46760860085487366, 0.3346843421459198, -1.6544325351715088, -0.1399754136800766, 0.21928316354751587, -0.019477875903248787, -0.18294300138950348, 0.47594600915908813, 0.23290400207042694, -1.2966423034667969, -1.3175163269042969, -0.8564401268959045, 0.1610066294670105, 0.29080677032470703, -0.09939650446176529, -1.318177342414856, 0.11683233827352524, -0.0029321531765162945, 0.26103144884109497, -0.292044997215271, -0.3760429918766022, 0.16149599850177765, 1.6156140565872192, -1.3283802270889282, 1.0728014707565308, 1001.0, 1002.0, 0.001223800820298493, -0.2289973795413971, -0.8383291959762573, 1.9124643802642822, -1.0667362213134766, 0.0019336132099851966], "mean": [0.1843423992395401, 0.25137215852737427, 0.08406293392181396, -1.8475850820541382, -0.258773535490036, 0.03664875030517578, -0.08397421985864639, -0.26151397824287415, 0.38059288263320923, 0.17818407714366913, -1.392393946647644, -1.3767305612564087, -1.11430823802948, -0.09701458364725113, 0.221895232796669, -0.15761925280094147, -1.6578960418701172, 0.07898818701505661, -0.05603843182325363, 0.18073908984661102, -0.30600762367248535, -0.4022103250026703, 0.1450195014476776, 1.5321776866912842, -1.3697538375854492, 0.925886332988739, 692.748779296875, 701.1679077148438, 0.0012173154391348362, -0.23161831498146057, -0.8392382860183716, 1.9123296737670898, -1.068006992340088, 0.0003060798335354775], "std": [0.16550420224666595, 0.0551263652741909, 0.1031033992767334, 0.07259003818035126, 0.048804428428411484, 0.08641325682401657, 0.09370649605989456, 0.03866498917341232, 0.031564150005578995, 0.04607923701405525, 0.16201528906822205, 0.08673418313264847, 0.10998848080635071, 0.08922792226076126, 0.08786812424659729, 0.04557686671614647, 0.11989255249500275, 0.019340557977557182, 0.02328863926231861, 0.10735123604536057, 0.012691968120634556, 0.028068898245692253, 0.021369408816099167, 0.10592154413461685, 0.024351444095373154, 0.08971229940652847, 447.525146484375, 443.5036926269531, 1.154827032223693e-06, 0.0014771231217309833, 0.00014879331865813583, 8.802118099993095e-05, 0.0002752329455688596, 0.00047792657278478146], "count": [816]}, "action": {"min": [-0.26399850845336914, 0.14987142384052277, -0.14610151946544647, -2.106437921524048, -0.4230329096317291, -0.02082177810370922, -0.30373963713645935, -0.29504698514938354, 0.3322330117225647, 0.062251001596450806, -1.7722220420837402, -1.5648112297058105, -1.2113630771636963, -0.18020524084568024, 0.04625122621655464, -0.2626197040081024, -1.7714568376541138, 0.012688543647527695, -0.0993615910410881, -0.0262148454785347, -0.3350610136985779, -0.4812299907207489, 0.10968200117349625, 1.330305814743042, -1.4479707479476929, 0.8472041487693787, 0.0, 0.0, 0.0012106416979804635, -0.23519910871982574, -0.8395320177078247, 1.9120571613311768, -1.0690712928771973, -0.0017162358853965998], "max": [0.383064866065979, 0.46760860085487366, 0.3346843421459198, -1.6544325351715088, -0.1399754136800766, 0.21928316354751587, -0.019477875903248787, -0.18294300138950348, 0.47594600915908813, 0.23290400207042694, -1.2966423034667969, -1.3175163269042969, -0.8564401268959045, 0.1610066294670105, 0.29080677032470703, -0.09939650446176529, -1.318177342414856, 0.11683233827352524, -0.0029321531765162945, 0.26103144884109497, -0.292044997215271, -0.3760429918766022, 0.16149599850177765, 1.6156140565872192, -1.3283802270889282, 1.0728014707565308, 1001.0, 1002.0, 0.001223800820298493, -0.2289973795413971, -0.8383291959762573, 1.9124643802642822, -1.0667362213134766, 0.0019336132099851966], "mean": [0.18423518538475037, 0.2513735592365265, 0.08412669599056244, -1.8475141525268555, -0.2587946653366089, 0.036802344024181366, -0.0841357558965683, -0.26152729988098145, 0.38061538338661194, 0.17814554274082184, -1.3924343585968018, -1.3769584894180298, -1.1141122579574585, -0.09696093946695328, 0.2220148891210556, -0.15746213495731354, -1.6578099727630615, 0.07901863008737564, -0.056044355034828186, 0.18108956515789032, -0.30601900815963745, -0.4022298753261566, 0.14508280158042908, 1.532345175743103, -1.3698010444641113, 0.9256266951560974, 692.748779296875, 701.1679077148438, 0.0012173177674412727, -0.23162123560905457, -0.8392385840415955, 1.9123296737670898, -1.0680067539215088, 0.0003057622816413641], "std": [0.16547991335391998, 0.0551261231303215, 0.10309351235628128, 0.07261647284030914, 0.04880601912736893, 0.08642236143350601, 0.09370951354503632, 0.03867435082793236, 0.03156077861785889, 0.0460725873708725, 0.1619957834482193, 0.08682502061128616, 0.11000429093837738, 0.08919551968574524, 0.08788981288671494, 0.0454355925321579, 0.11983615159988403, 0.019339533522725105, 0.023291252553462982, 0.1071416363120079, 0.0126836271956563, 0.028056349605321884, 0.02134116366505623, 0.10594036430120468, 0.024310056120157242, 0.08961190283298492, 447.525146484375, 443.5036926269531, 1.1546317182364874e-06, 0.0014760096091777086, 0.00014897297660354525, 8.800563227850944e-05, 0.0002751298015937209, 0.0004779279697686434], "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": [279], "max": [279], "mean": [279.0], "std": [0.0], "count": [816]}, "index": {"min": [240784], "max": [241599], "mean": [241191.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7352941176470589, 0.7005110295362743], "std": [0.4411764705882349, 0.44305815562152123], "count": [816]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7352941176470589, 0.7005110295362743], "std": [0.4411764705882349, 0.4430581556215213], "count": [816]}, "eef_direction_state": {"mean": [4.9056372549019605, 5.213235294117647], "std": [1.9771160383751643, 1.8743943658564475], "min": [0, 0], "max": [6, 6], "count": [816]}, "eef_velocity_state": {"mean": [0.31862745098039214, 0.16544117647058823], "std": [0.5252880427669131, 0.37157824693947544], "min": [0, 0], "max": [2, 1], "count": [816]}, "eef_acc_mag_state": {"mean": [0.25735294117647056, 0.11397058823529412], "std": [0.6103236468169143, 0.41774478454829767], "min": [0, 0], "max": [2, 2], "count": [816]}, "eef_direction_action": {"mean": [4.9056372549019605, 5.213235294117647], "std": [1.977116038375164, 1.8743943658564475], "min": [0, 0], "max": [6, 6], "count": [816]}, "eef_velocity_action": {"mean": [0.31862745098039214, 0.16544117647058823], "std": [0.5252880427669131, 0.37157824693947544], "min": [0, 0], "max": [2, 1], "count": [816]}, "eef_acc_mag_action": {"mean": [0.25735294117647056, 0.11397058823529412], "std": [0.6103236468169143, 0.41774478454829767], "min": [0, 0], "max": [2, 2], "count": [816]}, "eef_sim_pose_state": {"mean": [0.40140311852823257, 0.2528001525422566, 1.17781285120709, -0.023771798074568935, 0.010499544272898393, 1.336948198208092, 0.42617498696890266, -0.23433009177648967, 1.1380068731428878, -0.01714030125147791, -0.12071218912634127, -1.2035984210442552], "std": [0.03686272443827935, 0.03122859942692066, 0.0358093476317742, 0.03347849221985559, 0.04947604626251172, 0.17024030229540066, 0.02664824887796335, 0.030033130820215848, 0.009336686478075115, 0.03559987409231529, 0.06832201535879882, 0.0856074816930669], "min": [0.3540760611438091, 0.16818743518288132, 1.1564008613408008, -0.08383554918883451, -0.12547623382135065, 0.937981495173825, 0.3960136722693919, -0.2580630369222726, 1.116345625412323, -0.08629459383213933, -0.17746647191842002, -1.3373842965890375], "max": [0.5074000676914115, 0.3147455707834651, 1.2504232680868241, 0.08218461664599563, 0.06549149044097113, 1.4469676592034322, 0.500610014993235, -0.1886793794283912, 1.1445334372327407, 0.04818522861804053, 0.01849398137736369, -1.1301105383200922], "count": [816]}, "eef_sim_pose_action": {"mean": [0.40143120597505444, 0.2527855004922023, 1.177813244766625, -0.023651833991379736, 0.010537743918739321, 1.3367406488044136, 0.42620227278347506, -0.23441493474031158, 1.1380047167210434, -0.017221467029908576, -0.12084315260164931, -1.203390688382713], "std": [0.03685781011919814, 0.031225890629097145, 0.03580911859519248, 0.03367533237870796, 0.04950512989476173, 0.1702105737866626, 0.02662913271927107, 0.030001843608862436, 0.009335387433059596, 0.03552690038308381, 0.06832213594952205, 0.08556832448661743], "min": [0.3540760611438091, 0.16818743518288132, 1.1564008613408008, -0.08383554918883451, -0.12547623382135065, 0.937981495173825, 0.3960136722693919, -0.2580630369222726, 1.116345625412323, -0.08629459383213933, -0.17746647191842002, -1.3373842965890375], "max": [0.5074000676914115, 0.3147455707834651, 1.2504232680868241, 0.08218461664599563, 0.06549149044097113, 1.4469676592034322, 0.500610014993235, -0.1886793794283912, 1.1445334372327407, 0.04818522861804053, 0.01849398137736369, -1.1301105383200922], "count": [816]}, "gripper_mode_state": {"mean": [0.2647058823529412, 0.29901960784313725], "std": [0.4411764705882349, 0.45782844163340963], "min": [0, 0], "max": [1, 1], "count": [816]}, "gripper_activity_state": {"mean": [1.9889705882352942, 1.8676470588235294], "std": [0.13513217609918426, 0.45063392488365855], "min": [0, 0], "max": [2, 2], "count": [816]}, "gripper_mode_action": {"mean": [0.2647058823529412, 0.29901960784313725], "std": [0.4411764705882349, 0.45782844163340963], "min": [0, 0], "max": [1, 1], "count": [816]}, "gripper_activity_action": {"mean": [1.9889705882352942, 1.8676470588235294], "std": [0.13513217609918426, 0.4506339248836585], "min": [0, 0], "max": [2, 2], "count": [816]}}} +{"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.4717480660232843]], [[0.45598978247549016]], [[0.44418042024101306]]], "std": [[[0.17093791239406914]], [[0.17521449722810173]], [[0.17817321960912427]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46983733404820266]], [[0.46155923585580066]], [[0.45457310176674837]]], "std": [[[0.1522838179919651]], [[0.15372193960042943]], [[0.1564702958381754]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46076518075980394]], [[0.4625257506127451]], [[0.4540414139093137]]], "std": [[[0.1667411159122228]], [[0.16389032785164986]], [[0.1715760626294322]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5175403403288399]], [[0.5003105213439543]], [[0.4845405713848039]]], "std": [[[0.1779835244401511]], [[0.16206989810702907]], [[0.17001694512505505]]], "count": [160]}, "observation.state": {"min": [-0.24239131808280945, 0.1054353415966034, -0.20008453726768494, -2.1631436347961426, -0.526984691619873, -0.020874137058854103, -0.2630211114883423, -0.283286988735199, 0.32212498784065247, 0.061813000589609146, -1.693457841873169, -1.6186555624008179, -1.1854034662246704, -0.1774301826953888, -0.007470009382814169, -0.2626197040081024, -1.7714743614196777, 0.02192133665084839, -0.13781119883060455, -0.026232298463582993, -0.34182900190353394, -0.48471298813819885, 0.10966499894857407, 1.2659351825714111, -1.4553231000900269, 0.930961012840271, 0.0, 0.0, 0.0012087618233636022, -0.23450355231761932, -0.8401246666908264, 1.911455750465393, -1.06894052028656, -0.0016298545524477959], "max": [0.41786670684814453, 0.4645717442035675, 0.3238109350204468, -1.7000205516815186, -0.14378021657466888, 0.3237760365009308, -0.019477875903248787, -0.17032399773597717, 0.4729059934616089, 0.2373719960451126, -1.291782259941101, -1.314416527748108, -0.8827123045921326, 0.17071065306663513, 0.2655692994594574, -0.10471975803375244, -1.2706520557403564, 0.1892635077238083, -0.011309733614325523, 0.26707029342651367, -0.29197800159454346, -0.37616100907325745, 0.16722500324249268, 1.5680508613586426, -1.3291609287261963, 1.1095870733261108, 1001.0, 1002.0, 0.0012332003097981215, -0.22944104671478271, -0.8380312919616699, 1.9128661155700684, -1.0665667057037354, 0.0020494211930781603], "mean": [0.1751086711883545, 0.24365948140621185, 0.08838540315628052, -1.8662630319595337, -0.25759169459342957, 0.08048426359891891, -0.08168288320302963, -0.25492364168167114, 0.3815399408340454, 0.1722768247127533, -1.3848904371261597, -1.3947224617004395, -1.1023448705673218, -0.07527191936969757, 0.20293134450912476, -0.14869201183319092, -1.5953428745269775, 0.12472197413444519, -0.09899789094924927, 0.18565042316913605, -0.315910279750824, -0.40889036655426025, 0.14923149347305298, 1.5017567873001099, -1.4008504152297974, 0.9891353249549866, 670.6510009765625, 717.19677734375, 0.0012169040273874998, -0.2320610135793686, -0.8392872214317322, 1.9121575355529785, -1.0680550336837769, 0.00020465918350964785], "std": [0.17044061422348022, 0.0636274665594101, 0.10622333735227585, 0.08942671865224838, 0.06768148392438889, 0.12428834289312363, 0.07738400995731354, 0.04331843554973602, 0.03364969417452812, 0.05025855824351311, 0.14023402333259583, 0.09745634347200394, 0.10560788959264755, 0.07643910497426987, 0.08765861392021179, 0.04789407178759575, 0.10981712490320206, 0.053003840148448944, 0.03858321160078049, 0.11146631836891174, 0.012586912140250206, 0.024506574496626854, 0.024171186611056328, 0.09509041160345078, 0.03249870240688324, 0.058044157922267914, 457.3392028808594, 436.81585693359375, 1.4115373687673127e-06, 0.000995414680801332, 0.0003033855464309454, 0.0002421383251203224, 0.0002923190768342465, 0.0004728180356323719], "count": [874]}, "action": {"min": [-0.24239131808280945, 0.1054353415966034, -0.20008453726768494, -2.1631436347961426, -0.526984691619873, -0.020874137058854103, -0.2630211114883423, -0.283286988735199, 0.32212498784065247, 0.061813000589609146, -1.693457841873169, -1.6186555624008179, -1.1854034662246704, -0.1774301826953888, -0.007470009382814169, -0.2626197040081024, -1.7714743614196777, 0.02192133665084839, -0.13781119883060455, -0.026232298463582993, -0.34182900190353394, -0.48471298813819885, 0.10966499894857407, 1.2659351825714111, -1.4553231000900269, 0.930961012840271, 0.0, 0.0, 0.0012087618233636022, -0.23450355231761932, -0.8401246666908264, 1.911455750465393, -1.06894052028656, -0.0016298545524477959], "max": [0.41786670684814453, 0.4645717442035675, 0.3238109350204468, -1.7000205516815186, -0.14378021657466888, 0.3237760365009308, -0.019477875903248787, -0.17032399773597717, 0.4729059934616089, 0.2373719960451126, -1.291782259941101, -1.314416527748108, -0.8827123045921326, 0.17071065306663513, 0.2655692994594574, -0.10471975803375244, -1.2706520557403564, 0.1892635077238083, -0.011309733614325523, 0.26707029342651367, -0.29197800159454346, -0.3761639893054962, 0.16722500324249268, 1.5680508613586426, -1.3291609287261963, 1.1095870733261108, 1001.0, 1002.0, 0.0012332003097981215, -0.22944104671478271, -0.8380312919616699, 1.9128661155700684, -1.0665667057037354, 0.0020494211930781603], "mean": [0.1749851107597351, 0.24365101754665375, 0.08844554424285889, -1.8662532567977905, -0.2575571835041046, 0.08074488490819931, -0.08180808275938034, -0.2549186646938324, 0.38156652450561523, 0.1722368746995926, -1.3849081993103027, -1.3948997259140015, -1.102104663848877, -0.07517500221729279, 0.20301200449466705, -0.148537740111351, -1.5951483249664307, 0.12483184039592743, -0.09906960278749466, 0.185982808470726, -0.3159381151199341, -0.40892279148101807, 0.14929726719856262, 1.5018576383590698, -1.4009513854980469, 0.9889974594116211, 670.6510009765625, 717.19677734375, 0.0012169040273874998, -0.23205818235874176, -0.8392868638038635, 1.9121572971343994, -1.0680551528930664, 0.0002050545153906569], "std": [0.17041417956352234, 0.06362828612327576, 0.1062120646238327, 0.08942899107933044, 0.06769108027219772, 0.12431451678276062, 0.07737237215042114, 0.04331541433930397, 0.03364710509777069, 0.050248924642801285, 0.14022427797317505, 0.09745826572179794, 0.10565795749425888, 0.07636945694684982, 0.08767864853143692, 0.04774370416998863, 0.10965568572282791, 0.05298105254769325, 0.03857550770044327, 0.11126711964607239, 0.012561092153191566, 0.024482019245624542, 0.02414163015782833, 0.09510798752307892, 0.03241271898150444, 0.05800314247608185, 457.3392028808594, 436.81585693359375, 1.4115373687673127e-06, 0.00099859235342592, 0.0003033827233593911, 0.00024222908541560173, 0.000292374927084893, 0.00047286879271268845], "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": [280], "max": [280], "mean": [280.0], "std": [0.0], "count": [874]}, "index": {"min": [241600], "max": [242473], "mean": [242036.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7082379862700229, 0.7165205951181222], "std": [0.4545733615976721, 0.436377052014978], "count": [874]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7082379862700229, 0.7165205951181222], "std": [0.4545733615976721, 0.436377052014978], "count": [874]}, "eef_direction_state": {"mean": [5.04462242562929, 5.177345537757437], "std": [1.8958160983987649, 1.9370858062175078], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_state": {"mean": [0.30205949656750575, 0.16933638443935928], "std": [0.5601735315740806, 0.3958280939758065], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_state": {"mean": [0.2494279176201373, 0.11441647597254005], "std": [0.5894036799116313, 0.42323580857472287], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_direction_action": {"mean": [5.04462242562929, 5.177345537757437], "std": [1.895816098398765, 1.9370858062175078], "min": [0, 0], "max": [6, 6], "count": [874]}, "eef_velocity_action": {"mean": [0.30205949656750575, 0.16933638443935928], "std": [0.5601735315740806, 0.3958280939758065], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_acc_mag_action": {"mean": [0.2494279176201373, 0.11441647597254005], "std": [0.5894036799116313, 0.4232358085747229], "min": [0, 0], "max": [2, 2], "count": [874]}, "eef_sim_pose_state": {"mean": [0.40245572463880686, 0.24791971573270716, 1.1858659849483697, -0.011065311519019792, 0.01763034790747549, 1.3275338388429867, 0.4320979368076864, -0.23662201384325443, 1.1255766176894968, 0.0049829648845595475, -0.06480891277455837, -1.2245599348388674], "std": [0.037556880235175595, 0.036107797614227624, 0.04086467866835364, 0.049520876860397835, 0.0309116890880522, 0.1607728298250784, 0.023513888026629504, 0.03245782365614504, 0.009242758339868403, 0.03342493317908295, 0.04176584579574734, 0.08098812046116938], "min": [0.3431768452569734, 0.16380757738750504, 1.156782282557155, -0.0705528882574003, -0.07881508942806614, 0.9571323562086409, 0.396367675822312, -0.26127383970534984, 1.1074273781686592, -0.07194383356027212, -0.09652827983206036, -1.3936686588904639], "max": [0.5010514663861768, 0.32119289856230215, 1.2646928698850617, 0.12658463586548108, 0.09737744540971804, 1.4496175912626734, 0.5028222132613163, -0.18866354481921188, 1.1445382191150482, 0.06846125989340757, 0.0649251718239574, -1.1579599009516033], "count": [874]}, "eef_sim_pose_action": {"mean": [0.402487426525044, 0.24789991878747067, 1.185888983008836, -0.01090797788895153, 0.01762053183822818, 1.3273556529866137, 0.4321361802319361, -0.23670464443722225, 1.1255535412455377, 0.004941861462465662, -0.06483458149508581, -1.2244016849495427], "std": [0.03755255988462236, 0.036103414308588135, 0.04085397617521788, 0.049717943409393686, 0.03090830643100466, 0.16072773779421992, 0.023482905474239996, 0.032427547566012495, 0.009220660938965723, 0.033394281515150274, 0.04177436504776898, 0.08096729286138567], "min": [0.3431768452569734, 0.16380757738750504, 1.156782282557155, -0.0705528882574003, -0.07881508942806614, 0.9571323562086409, 0.3963709536555094, -0.26127383970534984, 1.1074273781686592, -0.07194383356027212, -0.09652827983206036, -1.3936686588904639], "max": [0.5010514663861768, 0.32119289856230215, 1.2646928698850617, 0.12658463586548108, 0.09737744540971804, 1.4496175912626734, 0.5028222132613163, -0.18866354481921188, 1.1445382191150482, 0.06846125989340757, 0.0649251718239574, -1.1579599009516033], "count": [874]}, "gripper_mode_state": {"mean": [0.2917620137299771, 0.2837528604118993], "std": [0.4545733615976721, 0.4508183388239277], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_state": {"mean": [1.9897025171624714, 1.879862700228833], "std": [0.1306002804096986, 0.431040441438673], "min": [0, 0], "max": [2, 2], "count": [874]}, "gripper_mode_action": {"mean": [0.2917620137299771, 0.2837528604118993], "std": [0.4545733615976721, 0.4508183388239277], "min": [0, 0], "max": [1, 1], "count": [874]}, "gripper_activity_action": {"mean": [1.9897025171624714, 1.879862700228833], "std": [0.1306002804096986, 0.431040441438673], "min": [0, 0], "max": [2, 2], "count": [874]}}} +{"episode_index": 280, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4720509574457355]], [[0.45489381858710565]], [[0.44263370451061085]]], "std": [[[0.16960311793839178]], [[0.17579074521835328]], [[0.1798353454399141]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46680108856814334]], [[0.45972134723230856]], [[0.4533534038872751]]], "std": [[[0.15106401053180551]], [[0.15281015638071924]], [[0.1558750976294209]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46992334886629544]], [[0.47329068324860807]], [[0.46499360904341164]]], "std": [[[0.1676009269825337]], [[0.16555584209754456]], [[0.17287752387516284]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5082811604837408]], [[0.4910066456366497]], [[0.47535668320826274]]], "std": [[[0.18410354907061166]], [[0.16634454346661334]], [[0.17322746861838775]]], "count": [162]}, "observation.state": {"min": [-0.25565582513809204, 0.15821409225463867, -0.21132446825504303, -2.068634033203125, -0.53691565990448, -0.020839231088757515, -0.32248446345329285, -0.2832910120487213, 0.32811999320983887, 0.07157699763774872, -1.7521222829818726, -1.6115236282348633, -1.2621057033538818, -0.17332863807678223, 0.044628068804740906, -0.2626197040081024, -1.7714568376541138, 0.05605997517704964, -0.07925540208816528, -0.0262148454785347, -0.3413409888744354, -0.48273900151252747, 0.10966499894857407, 1.2801518440246582, -1.5349069833755493, 0.8447741866111755, 0.0, 0.0, 0.0012068819487467408, -0.2356051653623581, -0.8401381373405457, 1.9118781089782715, -1.0690839290618896, -0.001851978013291955], "max": [0.4147425889968872, 0.48609164357185364, 0.3194999694824219, -1.6693201065063477, -0.14768975973129272, 0.27405160665512085, -0.019425515085458755, -0.1777839958667755, 0.4764310121536255, 0.2633439898490906, -1.2480705976486206, -1.316973328590393, -0.899023711681366, 0.16643460094928741, 0.35873499512672424, -0.11777482181787491, -1.296727180480957, 0.2672099173069, 0.02705260179936886, 0.35870006680488586, -0.2920379936695099, -0.37615299224853516, 0.16698400676250458, 1.6290497779846191, -1.3291609287261963, 1.0664958953857422, 1001.0, 1001.0, 0.0012313203187659383, -0.2288808375597, -0.8378498554229736, 1.9124081134796143, -1.0651159286499023, 0.0014931631740182638], "mean": [0.16941584646701813, 0.2608802914619446, 0.08693104237318039, -1.848686695098877, -0.26834043860435486, 0.04252474755048752, -0.09598346799612045, -0.2555557191371918, 0.38320592045783997, 0.17718355357646942, -1.413033366203308, -1.3829387426376343, -1.1073516607284546, -0.06549595296382904, 0.2716769278049469, -0.1734699159860611, -1.625744342803955, 0.19949793815612793, -0.050677597522735596, 0.24773986637592316, -0.30708640813827515, -0.4069007933139801, 0.14989730715751648, 1.5387345552444458, -1.4827803373336792, 0.9200170636177063, 644.7072143554688, 722.5191650390625, 0.0012166370870545506, -0.23171529173851013, -0.8392813801765442, 1.912118911743164, -1.067958950996399, 0.0003693477192427963], "std": [0.18096676468849182, 0.06334351748228073, 0.11316364258527756, 0.07305097579956055, 0.07364902645349503, 0.08924418687820435, 0.1005132719874382, 0.04185108095407486, 0.03520268574357033, 0.04886344447731972, 0.175791397690773, 0.09026326984167099, 0.11296766251325607, 0.0767245963215828, 0.11420139670372009, 0.03953910619020462, 0.10794597864151001, 0.0889797955751419, 0.029094548895955086, 0.14908941090106964, 0.013129916042089462, 0.025094613432884216, 0.023220369592308998, 0.11958888918161392, 0.0750441700220108, 0.09271994233131409, 466.3438415527344, 433.78265380859375, 1.2074525557181914e-06, 0.002063293242827058, 0.0002810047590173781, 0.00014896964421495795, 0.00039196168654598296, 0.00037250822060741484], "count": [888]}, "action": {"min": [-0.25565582513809204, 0.15821409225463867, -0.21132446825504303, -2.068634033203125, -0.53691565990448, -0.020839231088757515, -0.32248446345329285, -0.2832910120487213, 0.32811999320983887, 0.07157699763774872, -1.7521222829818726, -1.6115236282348633, -1.2621057033538818, -0.17332863807678223, 0.044628068804740906, -0.2626197040081024, -1.7714568376541138, 0.05605997517704964, -0.07925540208816528, -0.0262148454785347, -0.3413409888744354, -0.48273900151252747, 0.10966499894857407, 1.2801518440246582, -1.5349069833755493, 0.8447741866111755, 0.0, 0.0, 0.0012068819487467408, -0.2356051653623581, -0.8401381373405457, 1.9118781089782715, -1.0690839290618896, -0.001851978013291955], "max": [0.4147425889968872, 0.48609164357185364, 0.3194999694824219, -1.6693201065063477, -0.14768975973129272, 0.27405160665512085, -0.019425515085458755, -0.1777839958667755, 0.4764310121536255, 0.2633439898490906, -1.2480705976486206, -1.316973328590393, -0.899023711681366, 0.16643460094928741, 0.35873499512672424, -0.11777482181787491, -1.296727180480957, 0.2672099173069, 0.02705260179936886, 0.35870006680488586, -0.2920379936695099, -0.37615299224853516, 0.16698400676250458, 1.6290497779846191, -1.3291609287261963, 1.0664958953857422, 1001.0, 1001.0, 0.0012313203187659383, -0.2288808375597, -0.8378498554229736, 1.9124081134796143, -1.0651159286499023, 0.0014931631740182638], "mean": [0.1692938655614853, 0.26092252135276794, 0.08697109669446945, -1.8486335277557373, -0.26834478974342346, 0.042672134935855865, -0.09613484889268875, -0.25555315613746643, 0.38323456048965454, 0.1771634966135025, -1.4131157398223877, -1.3830827474594116, -1.1071504354476929, -0.06538248062133789, 0.2718645930290222, -0.17335648834705353, -1.6255980730056763, 0.19972404837608337, -0.050679776817560196, 0.24817033112049103, -0.3070986866950989, -0.40692976117134094, 0.1499616950750351, 1.538901448249817, -1.4830105304718018, 0.9197719693183899, 644.7072143554688, 722.5180053710938, 0.0012166369706392288, -0.23172016441822052, -0.8392815589904785, 1.9121192693710327, -1.067958950996399, 0.0003689158766064793], "std": [0.18093837797641754, 0.06334272027015686, 0.1131541058421135, 0.07306782901287079, 0.07364829629659653, 0.08924750983715057, 0.10049965232610703, 0.041849441826343536, 0.03519956022500992, 0.048856981098651886, 0.17575423419475555, 0.09026283770799637, 0.11298888921737671, 0.07663954794406891, 0.11420267075300217, 0.03942757099866867, 0.1078362762928009, 0.08889450132846832, 0.02909565530717373, 0.14884935319423676, 0.013120941817760468, 0.025073934346437454, 0.023188041523098946, 0.11960335075855255, 0.07488713413476944, 0.09262005239725113, 466.3438415527344, 433.78302001953125, 1.2074558526364854e-06, 0.0020635586697608232, 0.000280967477010563, 0.00014911606558598578, 0.00039195967838168144, 0.0003726075519807637], "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": [281], "max": [281], "mean": [281.0], "std": [0.0], "count": [888]}, "index": {"min": [242474], "max": [243361], "mean": [242917.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6824324324324325, 0.7224459461398477], "std": [0.46553024348240307, 0.43373867742255123], "count": [888]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6824324324324325, 0.7224459461398477], "std": [0.46553024348240307, 0.4337386774225513], "count": [888]}, "eef_direction_state": {"mean": [5.056306306306307, 5.164414414414415], "std": [1.7754534646888163, 1.9503971342815851], "min": [0, 0], "max": [6, 6], "count": [888]}, "eef_velocity_state": {"mean": [0.3063063063063063, 0.16328828828828829], "std": [0.5397328800917379, 0.3696284934852439], "min": [0, 0], "max": [2, 1], "count": [888]}, "eef_acc_mag_state": {"mean": [0.24549549549549549, 0.12837837837837837], "std": [0.5893976750455335, 0.44439054437387343], "min": [0, 0], "max": [2, 2], "count": [888]}, "eef_direction_action": {"mean": [5.056306306306307, 5.164414414414415], "std": [1.7754534646888163, 1.9503971342815851], "min": [0, 0], "max": [6, 6], "count": [888]}, "eef_velocity_action": {"mean": [0.3063063063063063, 0.16328828828828829], "std": [0.5397328800917379, 0.3696284934852439], "min": [0, 0], "max": [2, 1], "count": [888]}, "eef_acc_mag_action": {"mean": [0.24549549549549549, 0.12837837837837837], "std": [0.5893976750455335, 0.44439054437387343], "min": [0, 0], "max": [2, 2], "count": [888]}, "eef_sim_pose_state": {"mean": [0.4047743082680274, 0.253669144037562, 1.1829455455257565, -0.03114616135990027, 0.005223791312594487, 1.3190572586938003, 0.4345886858369617, -0.24645305401914305, 1.1374827353330115, -0.021914932257907468, -0.04919627421360937, -1.1340122324405013], "std": [0.04046406677465856, 0.033912134446148386, 0.03823080553197397, 0.04005258630477075, 0.053321988151512824, 0.18122488689536378, 0.024020533432674074, 0.03651132110042769, 0.009285264431363693, 0.03830452401026815, 0.03646384300289041, 0.13237402594130485], "min": [0.3474141672098899, 0.17785747487041273, 1.1567892141088016, -0.10980003487417078, -0.13489387396437258, 0.9309267556443173, 0.39636205533383745, -0.274034414446675, 1.111643093882295, -0.09749380243551964, -0.07072751374276987, -1.35335502904968], "max": [0.5065324948394669, 0.33850950088482856, 1.2535350378202583, 0.06704288644814205, 0.08894455003788959, 1.4781045380520617, 0.502006191531102, -0.18867727877300594, 1.1448588591999025, 0.04802899318403464, 0.03824535734083834, -1.028283119213834], "count": [888]}, "eef_sim_pose_action": {"mean": [0.4048075457803161, 0.2536699417984296, 1.1829587292250663, -0.031053320414313773, 0.0051936965818604065, 1.3188713351291144, 0.43463098388613064, -0.24654905453316808, 1.1374792637336892, -0.021992496835850462, -0.049197479537610396, -1.1337065191237596], "std": [0.04045870139797475, 0.033912398122440235, 0.038223806834218485, 0.04017922033504108, 0.0533140110487217, 0.18117933507843959, 0.023986261939361365, 0.03647136263876683, 0.009283210398607418, 0.03823257149442289, 0.03646446556929451, 0.132293814759785], "min": [0.3474141672098899, 0.17785747487041273, 1.1567892141088016, -0.10980003487417078, -0.13489387396437258, 0.9309267556443173, 0.39636205533383745, -0.274034414446675, 1.111643093882295, -0.09749380243551964, -0.07072751374276987, -1.35335502904968], "max": [0.5065324948394669, 0.33850950088482856, 1.2535350378202583, 0.06704288644814205, 0.08894455003788959, 1.4781045380520617, 0.502006191531102, -0.18867727877300594, 1.1448588591999025, 0.04802899318403464, 0.03824535734083834, -1.028283119213834], "count": [888]}, "gripper_mode_state": {"mean": [0.31756756756756754, 0.27702702702702703], "std": [0.46553024348240307, 0.4475299468455621], "min": [0, 0], "max": [1, 1], "count": [888]}, "gripper_activity_state": {"mean": [1.989864864864865, 1.8806306306306306], "std": [0.1295730331808454, 0.431510607177639], "min": [0, 0], "max": [2, 2], "count": [888]}, "gripper_mode_action": {"mean": [0.31756756756756754, 0.27702702702702703], "std": [0.46553024348240307, 0.4475299468455621], "min": [0, 0], "max": [1, 1], "count": [888]}, "gripper_activity_action": {"mean": [1.989864864864865, 1.8806306306306306], "std": [0.1295730331808454, 0.43151060717763906], "min": [0, 0], "max": [2, 2], "count": [888]}}} +{"episode_index": 281, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4704669651629715]], [[0.4535020758575761]], [[0.44178393326284765]]], "std": [[[0.1706958482468863]], [[0.1748450150798616]], [[0.17826414007131733]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47316984119355804]], [[0.46388425792430266]], [[0.45690109039258403]]], "std": [[[0.15054402995875607]], [[0.1519172796952458]], [[0.15498877493250948]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4726396257849545]], [[0.47368885898586016]], [[0.462479050525439]]], "std": [[[0.16969308954420148]], [[0.1670528349771237]], [[0.1728815509718162]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5091050410632663]], [[0.49497140656371486]], [[0.4811806530073903]]], "std": [[[0.1822818002870838]], [[0.16817936976497358]], [[0.17578450708873247]]], "count": [153]}, "observation.state": {"min": [-0.2609790861606598, 0.13903293013572693, -0.17648769915103912, -2.114274501800537, -0.521905779838562, -0.020839231088757515, -0.38095301389694214, -0.28391599655151367, 0.3186669945716858, 0.0697920024394989, -1.745615839958191, -1.6668126583099365, -1.186375379562378, -0.1751088798046112, 0.026162484660744667, -0.26258477568626404, -1.7781938314437866, -0.012304570525884628, -0.06372196972370148, -0.026232298463582993, -0.32680198550224304, -0.4803819954395294, 0.10970199853181839, 1.2734168767929077, -1.524305820465088, 0.7765710353851318, 0.0, 0.0, 0.0012068819487467408, -0.23515211045742035, -0.839545488357544, 1.9120270013809204, -1.0688557624816895, -0.0013678628019988537], "max": [0.4354771077632904, 0.4942423403263092, 0.3117332458496094, -1.6923061609268188, -0.15798720717430115, 0.3148224949836731, -0.019460421055555344, -0.17174099385738373, 0.4753299951553345, 0.23842500150203705, -1.296558141708374, -1.3179535865783691, -0.8486773371696472, 0.15067428350448608, 0.37219148874282837, -0.06190682575106621, -1.392493486404419, 0.2381676286458969, 0.12857840955257416, 0.3945665955543518, -0.2709909975528717, -0.3761630058288574, 0.17686599493026733, 1.6111712455749512, -1.3291609287261963, 1.075415849685669, 1001.0, 1001.0, 0.0012256806949153543, -0.22928687930107117, -0.8382222652435303, 1.912448525428772, -1.0662918090820312, 0.002161432057619095], "mean": [0.1888534426689148, 0.25345125794410706, 0.0817716121673584, -1.8580254316329956, -0.27771204710006714, 0.046559739857912064, -0.07700249552726746, -0.2594901919364929, 0.37905946373939514, 0.17878714203834534, -1.3792825937271118, -1.3912086486816406, -1.12533700466156, -0.08039483428001404, 0.26244303584098816, -0.13081417977809906, -1.7146830558776855, 0.15277472138404846, 0.0676921084523201, 0.24973350763320923, -0.2857867479324341, -0.40508946776390076, 0.15357738733291626, 1.5120766162872314, -1.4552205801010132, 0.8753040432929993, 662.8892822265625, 665.8685913085938, 0.0012166873784735799, -0.2316533327102661, -0.839241623878479, 1.9123728275299072, -1.068006992340088, 0.00022372073726728559], "std": [0.1633368283510208, 0.059030503034591675, 0.09972485154867172, 0.06487730145454407, 0.06692926585674286, 0.1100078895688057, 0.09174748510122299, 0.04044672101736069, 0.031077038496732712, 0.045642103999853134, 0.1480599045753479, 0.11274736374616623, 0.09858759492635727, 0.08609011769294739, 0.1271769404411316, 0.06383535265922546, 0.12002500891685486, 0.10150748491287231, 0.06154010817408562, 0.17398875951766968, 0.0191746037453413, 0.028546715155243874, 0.028954504057765007, 0.1195710226893425, 0.08122580498456955, 0.11271786689758301, 459.29193115234375, 457.1481018066406, 1.3664589459949639e-06, 0.0018677407642826438, 0.00016633364430163056, 4.710728535428643e-05, 0.0003106829826720059, 0.0005153289530426264], "count": [822]}, "action": {"min": [-0.2609790861606598, 0.13903293013572693, -0.17648769915103912, -2.114274501800537, -0.521905779838562, -0.020839231088757515, -0.38095301389694214, -0.28391599655151367, 0.3186669945716858, 0.0697920024394989, -1.745615839958191, -1.6668126583099365, -1.186375379562378, -0.1751088798046112, 0.026162484660744667, -0.26258477568626404, -1.7781938314437866, -0.012304570525884628, -0.06372196972370148, -0.026232298463582993, -0.32680198550224304, -0.4803819954395294, 0.10970199853181839, 1.2734168767929077, -1.524305820465088, 0.7765710353851318, 0.0, 0.0, 0.0012068819487467408, -0.23515211045742035, -0.839545488357544, 1.9120270013809204, -1.0688557624816895, -0.0013678628019988537], "max": [0.4354771077632904, 0.4942423403263092, 0.3117332458496094, -1.6923061609268188, -0.15798720717430115, 0.3148224949836731, -0.019460421055555344, -0.17174099385738373, 0.4753299951553345, 0.23842500150203705, -1.296558141708374, -1.3179535865783691, -0.8486773371696472, 0.15067428350448608, 0.37219148874282837, -0.06190682575106621, -1.392493486404419, 0.2381676286458969, 0.12857840955257416, 0.3945665955543518, -0.2709909975528717, -0.3761630058288574, 0.17686599493026733, 1.6111712455749512, -1.3291609287261963, 1.075415849685669, 1001.0, 1001.0, 0.0012256806949153543, -0.22928687930107117, -0.8382222652435303, 1.912448525428772, -1.0662918090820312, 0.002161432057619095], "mean": [0.18872077763080597, 0.2534954845905304, 0.08183065801858902, -1.8580207824707031, -0.2778436541557312, 0.04678117856383324, -0.07712884992361069, -0.25947248935699463, 0.37908846139907837, 0.17875470221042633, -1.3793020248413086, -1.3914750814437866, -1.1251972913742065, -0.08030983805656433, 0.2626544237136841, -0.13060441613197327, -1.7146868705749512, 0.15298014879226685, 0.06787999719381332, 0.25024041533470154, -0.2857621908187866, -0.40511342883110046, 0.1536588966846466, 1.5122305154800415, -1.4554539918899536, 0.8749634027481079, 662.8892822265625, 665.8685913085938, 0.0012166897067800164, -0.23165301978588104, -0.8392419219017029, 1.9123729467391968, -1.068007230758667, 0.00022370225633494556], "std": [0.16331885755062103, 0.059034764766693115, 0.0997157022356987, 0.06487807631492615, 0.06698842346668243, 0.1100553646683693, 0.09174022823572159, 0.04043952748179436, 0.031076569110155106, 0.04563521593809128, 0.14804992079734802, 0.11283468455076218, 0.09858480840921402, 0.0860329195857048, 0.12719954550266266, 0.06368488073348999, 0.12002719193696976, 0.10150183737277985, 0.061374664306640625, 0.17379134893417358, 0.01917942240834236, 0.02853068709373474, 0.028925254940986633, 0.11960384249687195, 0.081139475107193, 0.1125650703907013, 459.29193115234375, 457.1481018066406, 1.367353661407833e-06, 0.0018678221385926008, 0.00016658571257721633, 4.7127257857937366e-05, 0.0003108204109594226, 0.0005153336096554995], "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": [282], "max": [282], "mean": [282.0], "std": [0.0], "count": [822]}, "index": {"min": [243362], "max": [244183], "mean": [243772.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7031630170316302, 0.6658661801046794], "std": [0.456864081002878, 0.45714474229802526], "count": [822]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7031630170316302, 0.6658661801046794], "std": [0.456864081002878, 0.45714474229802526], "count": [822]}, "eef_direction_state": {"mean": [5.0036496350364965, 5.172749391727494], "std": [1.9030610030633917, 1.9386796577931205], "min": [0, 0], "max": [6, 6], "count": [822]}, "eef_velocity_state": {"mean": [0.31386861313868614, 0.17639902676399027], "std": [0.5805252863068312, 0.4118413655329186], "min": [0, 0], "max": [2, 2], "count": [822]}, "eef_acc_mag_state": {"mean": [0.22262773722627738, 0.13138686131386862], "std": [0.560521051571641, 0.4491275930778148], "min": [0, 0], "max": [2, 2], "count": [822]}, "eef_direction_action": {"mean": [5.0036496350364965, 5.172749391727494], "std": [1.9030610030633917, 1.9386796577931205], "min": [0, 0], "max": [6, 6], "count": [822]}, "eef_velocity_action": {"mean": [0.31386861313868614, 0.17639902676399027], "std": [0.5805252863068312, 0.4118413655329186], "min": [0, 0], "max": [2, 2], "count": [822]}, "eef_acc_mag_action": {"mean": [0.22262773722627738, 0.13138686131386862], "std": [0.5605210515716411, 0.4491275930778148], "min": [0, 0], "max": [2, 2], "count": [822]}, "eef_sim_pose_state": {"mean": [0.3997771918393065, 0.2531237518025234, 1.179874468958295, -0.023531281359677542, 0.028223844024126706, 1.3389906511977212, 0.43224808615413346, -0.2478015017489261, 1.1636875182575197, -0.06496796019500203, -0.07820356344061576, -1.1497364643897525], "std": [0.03534634017417719, 0.03145676582527136, 0.0381931744647154, 0.03224096757271753, 0.042549443105794074, 0.17172077601867639, 0.026652494351003315, 0.04339197367677408, 0.018415994198998413, 0.05916383506474079, 0.01938999301893571, 0.14362648734598643], "min": [0.3445780190010419, 0.17250907271775714, 1.156768806015365, -0.11299060691512708, -0.10731461062954306, 0.9102636129205526, 0.39636828354841164, -0.28413099697694233, 1.1321203106980362, -0.1586081210034912, -0.09859423580243698, -1.3668932245423835], "max": [0.5050963480630529, 0.32842430168891673, 1.2607955798600006, 0.0684378536082475, 0.1214571189274023, 1.4469636868800189, 0.4996978917811201, -0.18868709085058435, 1.179750443917446, 0.049351967042333356, -0.02662250283313017, -1.0205719581196466], "count": [822]}, "eef_sim_pose_action": {"mean": [0.3998115137735514, 0.25311502837187605, 1.179903309523376, -0.02343356502831179, 0.02831937148289256, 1.3387870709228216, 0.43228653578001985, -0.24791664257408313, 1.1637292014809946, -0.06511790702397775, -0.0782352823385796, -1.1494028289723675], "std": [0.03534422454792806, 0.0314545904994488, 0.03818470852860843, 0.03238025383532974, 0.0426471617343594, 0.17169304159591572, 0.026623499555026915, 0.043360609273079054, 0.018411272632617506, 0.05903380760419974, 0.019393841075212907, 0.1435852759255515], "min": [0.3445780190010419, 0.17250907271775714, 1.156768806015365, -0.11299060691512708, -0.10731461062954306, 0.9102636129205526, 0.39636828354841164, -0.28413099697694233, 1.1321203106980362, -0.1586081210034912, -0.09859423580243698, -1.3668932245423835], "max": [0.5050963480630529, 0.32842430168891673, 1.2607955798600006, 0.0684378536082475, 0.1214571189274023, 1.4469636868800189, 0.4996978917811201, -0.18868709085058435, 1.179750443917446, 0.049351967042333356, -0.02662250283313017, -1.0205719581196466], "count": [822]}, "gripper_mode_state": {"mean": [0.29683698296836986, 0.33211678832116787], "std": [0.456864081002878, 0.4709726395836524], "min": [0, 0], "max": [1, 1], "count": [822]}, "gripper_activity_state": {"mean": [1.989051094890511, 1.8698296836982968], "std": [0.13464136310727512, 0.44812637272484446], "min": [0, 0], "max": [2, 2], "count": [822]}, "gripper_mode_action": {"mean": [0.29683698296836986, 0.33211678832116787], "std": [0.456864081002878, 0.4709726395836524], "min": [0, 0], "max": [1, 1], "count": [822]}, "gripper_activity_action": {"mean": [1.989051094890511, 1.8698296836982968], "std": [0.13464136310727512, 0.4481263727248444], "min": [0, 0], "max": [2, 2], "count": [822]}}} +{"episode_index": 282, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47193203137454165]], [[0.4553460054499442]], [[0.44363974199944206]]], "std": [[[0.16886122492117078]], [[0.17422919101990758]], [[0.17817753359760982]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47206494724414155]], [[0.4651995992248525]], [[0.45842340810816196]]], "std": [[[0.15309320475092023]], [[0.15583972419604158]], [[0.15891319805340312]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47269507213454487]], [[0.47274010640841707]], [[0.46206018227921253]]], "std": [[[0.16866459712951343]], [[0.16588851607527938]], [[0.17201260156112885]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5101240235931771]], [[0.491838222839949]], [[0.4742206691873904]]], "std": [[[0.1786809845664087]], [[0.1618184188346356]], [[0.1669904502439788]]], "count": [164]}, "observation.state": {"min": [-0.26113617420196533, 0.18076375126838684, -0.16540485620498657, -2.1246941089630127, -0.4790579676628113, -0.04879940673708916, -0.3593981862068176, -0.2956019937992096, 0.3000810146331787, 0.07514099776744843, -1.793981671333313, -1.5831354856491089, -1.1858147382736206, -0.17343337833881378, 0.016441000625491142, -0.2626371383666992, -1.771422028541565, 0.043249256908893585, -0.13357004523277283, -0.0262148454785347, -0.336557000875473, -0.48033401370048523, 0.10966400057077408, 1.280428409576416, -1.5151481628417969, 0.8783956170082092, 0.0, 0.0, 0.0011937228264287114, -0.23510323464870453, -0.8399146795272827, 1.9122401475906372, -1.0701465606689453, -0.0016887078527361155], "max": [0.5174726843833923, 0.44018951058387756, 0.3052580952644348, -1.6240986585617065, -0.15634660422801971, 0.1941678822040558, -0.0190066359937191, -0.16969799995422363, 0.4792569875717163, 0.23245500028133392, -1.2966423034667969, -1.3175854682922363, -0.883980929851532, 0.15310028195381165, 0.3321186900138855, -0.1160643994808197, -1.3215633630752563, 0.25022783875465393, -0.022706734016537666, 0.3615275025367737, -0.2908869981765747, -0.37615999579429626, 0.1733430027961731, 1.6197994947433472, -1.3265705108642578, 1.106078863143921, 1001.0, 1002.0, 0.0028423762414604425, -0.22900114953517914, -0.8380423784255981, 1.9126125574111938, -1.0652371644973755, 0.003366973949596286], "mean": [0.13296137750148773, 0.2500603497028351, 0.11301372200250626, -1.8146153688430786, -0.24917371571063995, 0.02894793450832367, -0.11106321960687637, -0.2553575932979584, 0.39183148741722107, 0.16578108072280884, -1.4493972063064575, -1.3882803916931152, -1.0907787084579468, -0.07181701809167862, 0.26188990473747253, -0.164519801735878, -1.5832998752593994, 0.1946256458759308, -0.10577582567930222, 0.2533199191093445, -0.31968316435813904, -0.40546271204948425, 0.15550844371318817, 1.537327527999878, -1.470906376838684, 0.9397306442260742, 578.0956420898438, 730.1846313476562, 0.0013861628249287605, -0.23131510615348816, -0.8391650319099426, 1.9123282432556152, -1.0679750442504883, 0.00030765237170271575], "std": [0.20885787904262543, 0.05089821666479111, 0.11491002142429352, 0.10915299504995346, 0.05702297016978264, 0.06978441029787064, 0.10604223608970642, 0.04241546243429184, 0.04373618960380554, 0.050780072808265686, 0.1916300654411316, 0.0840694010257721, 0.11132997274398804, 0.06857546418905258, 0.1092822328209877, 0.03946014121174812, 0.09672663360834122, 0.08161883056163788, 0.03952159732580185, 0.14260895550251007, 0.011613958515226841, 0.022766027599573135, 0.02577744424343109, 0.1057819128036499, 0.06623317301273346, 0.08929003775119781, 482.0322570800781, 429.85394287109375, 0.0004541189409792423, 0.001173548516817391, 0.00032936359639279544, 6.599272455787286e-05, 0.0005960727576166391, 0.0005308039835654199], "count": [899]}, "action": {"min": [-0.26113617420196533, 0.18076375126838684, -0.16540485620498657, -2.1246941089630127, -0.4790579676628113, -0.04879940673708916, -0.3593981862068176, -0.2956019937992096, 0.3000810146331787, 0.07514099776744843, -1.793981671333313, -1.5831354856491089, -1.1858147382736206, -0.17343337833881378, 0.016441000625491142, -0.2626371383666992, -1.771422028541565, 0.043249256908893585, -0.13357004523277283, -0.0262148454785347, -0.336557000875473, -0.48033401370048523, 0.10966400057077408, 1.280428409576416, -1.5151481628417969, 0.8783956170082092, 0.0, 0.0, 0.0011937228264287114, -0.23510323464870453, -0.8399146795272827, 1.9122401475906372, -1.0701465606689453, -0.0016887078527361155], "max": [0.5174726843833923, 0.44018951058387756, 0.3052580952644348, -1.6240986585617065, -0.15634660422801971, 0.1941678822040558, -0.0190066359937191, -0.16969799995422363, 0.4792569875717163, 0.23245500028133392, -1.2966423034667969, -1.3175854682922363, -0.883980929851532, 0.15310028195381165, 0.3321186900138855, -0.1160643994808197, -1.3215633630752563, 0.25022783875465393, -0.022706734016537666, 0.3615275025367737, -0.2908869981765747, -0.37615999579429626, 0.1733430027961731, 1.6197994947433472, -1.3265705108642578, 1.106078863143921, 1001.0, 1002.0, 0.0028423762414604425, -0.22900114953517914, -0.8380423784255981, 1.9126125574111938, -1.0652371644973755, 0.003366973949596286], "mean": [0.13277193903923035, 0.2500842809677124, 0.11313463747501373, -1.8144581317901611, -0.24916431307792664, 0.029007049277424812, -0.11123817414045334, -0.25536930561065674, 0.39187362790107727, 0.16573171317577362, -1.4495580196380615, -1.3884634971618652, -1.0905691385269165, -0.07171131670475006, 0.2620484232902527, -0.16439853608608246, -1.583082914352417, 0.19483037292957306, -0.10585099458694458, 0.2537343502044678, -0.319717675447464, -0.405490517616272, 0.15557861328125, 1.537467360496521, -1.4711103439331055, 0.9395214915275574, 578.0956420898438, 730.1846313476562, 0.0013876768061891198, -0.23131436109542847, -0.8391655087471008, 1.9123281240463257, -1.0679750442504883, 0.0003073725965805352], "std": [0.20881494879722595, 0.050898998975753784, 0.11489257216453552, 0.10920464992523193, 0.057022906839847565, 0.06976483017206192, 0.1060214415192604, 0.04242460057139397, 0.043730176985263824, 0.050766587257385254, 0.19156305491924286, 0.08409713208675385, 0.11133047938346863, 0.06849237531423569, 0.10928048938512802, 0.03932600095868111, 0.09652329981327057, 0.08152567595243454, 0.039505716413259506, 0.14233706891536713, 0.011577926576137543, 0.02274550497531891, 0.025738472118973732, 0.10578244924545288, 0.06607899069786072, 0.08921384066343307, 482.0322570800781, 429.85394287109375, 0.0004558156942948699, 0.0011739260517060757, 0.0003293360350653529, 6.60046425764449e-05, 0.0005960707203485072, 0.0005308511317707598], "count": [899]}, "timestamp": {"min": [0.0], "max": [29.933333333333334], "mean": [14.966666666666669], "std": [8.650626181573987], "count": [899]}, "frame_index": {"min": [0], "max": [898], "mean": [449.0], "std": [259.5187854472196], "count": [899]}, "episode_index": {"min": [283], "max": [283], "mean": [283.0], "std": [0.0], "count": [899]}, "index": {"min": [244184], "max": [245082], "mean": [244633.0], "std": [259.5187854472196], "count": [899]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [899]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6151279199110122, 0.7301813125935641], "std": [0.48656506456686954, 0.42985240680298803], "count": [899]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6151279199110122, 0.7301813125935641], "std": [0.48656506456686954, 0.42985240680298803], "count": [899]}, "eef_direction_state": {"mean": [5.111234705228031, 5.222469410456062], "std": [1.9409745294571352, 1.8817979822956643], "min": [0, 0], "max": [6, 6], "count": [899]}, "eef_velocity_state": {"mean": [0.27030033370411566, 0.1557285873192436], "std": [0.5513831520118015, 0.3625978411557368], "min": [0, 0], "max": [2, 1], "count": [899]}, "eef_acc_mag_state": {"mean": [0.21913236929922136, 0.12235817575083426], "std": [0.5579149600179685, 0.4380924885809701], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_direction_action": {"mean": [5.111234705228031, 5.222469410456062], "std": [1.9409745294571352, 1.8817979822956643], "min": [0, 0], "max": [6, 6], "count": [899]}, "eef_velocity_action": {"mean": [0.27030033370411566, 0.1557285873192436], "std": [0.5513831520118015, 0.3625978411557368], "min": [0, 0], "max": [2, 1], "count": [899]}, "eef_acc_mag_action": {"mean": [0.21913236929922136, 0.12235817575083426], "std": [0.5579149600179685, 0.4380924885809701], "min": [0, 0], "max": [2, 2], "count": [899]}, "eef_sim_pose_state": {"mean": [0.4144597152674588, 0.24552307396992828, 1.1820331722890953, -0.04089805345073519, -0.009475640578455345, 1.2905175512890474, 0.43230137242864614, -0.2507863140821974, 1.1234746579407988, -0.009657992746358642, -0.04856627270743529, -1.1475379033245856], "std": [0.049296597482163314, 0.03364201304000111, 0.03742404481445037, 0.04692953903142391, 0.061951514488924095, 0.1851253929839399, 0.02151422236661369, 0.0379823398335719, 0.008585396251127825, 0.028474779893879157, 0.03930583404776979, 0.11890991802419755], "min": [0.32364934476404955, 0.1816541717038758, 1.150488740091241, -0.1846535317992239, -0.1563525016131304, 0.9674938272047624, 0.3963672981584482, -0.2768805096843993, 1.113072125981321, -0.06642555450822529, -0.07244820784310191, -1.3708976434280742], "max": [0.511338106116123, 0.3189577634995893, 1.2603067975000561, 0.03515287873844386, 0.032738463924086636, 1.4469680295251, 0.4988521016454446, -0.18866644714976047, 1.1453150215570933, 0.05186308489232816, 0.06573119637903146, -1.0583289826176416], "count": [899]}, "eef_sim_pose_action": {"mean": [0.41450898196188146, 0.2455024746733286, 1.182027707269723, -0.040843411574444016, -0.00950353460191056, 1.29025900458248, 0.4323401923814776, -0.2508839459214261, 1.1234479832648947, -0.009726843654757306, -0.04856370452735486, -1.1472744567015458], "std": [0.04928778063319318, 0.03363603880416678, 0.0374280841236183, 0.04698517143891738, 0.06193816562234595, 0.1850704780325917, 0.021480870950927402, 0.037935352017085325, 0.008557162736073988, 0.028410147884670715, 0.03930467326861145, 0.11882461727228748], "min": [0.32364934476404955, 0.1816541717038758, 1.150488740091241, -0.1846535317992239, -0.1563525016131304, 0.9674938272047624, 0.3963672981584482, -0.2768805096843993, 1.113072125981321, -0.06642555450822529, -0.07244820784310191, -1.3708976434280742], "max": [0.511338106116123, 0.3189577634995893, 1.2603067975000561, 0.03515287873844386, 0.032738463924086636, 1.4469680295251, 0.4988521016454446, -0.18866644714976047, 1.1453150215570933, 0.05186308489232816, 0.06573119637903146, -1.0583289826176416], "count": [899]}, "gripper_mode_state": {"mean": [0.38487208008898777, 0.27030033370411566], "std": [0.48656506456686954, 0.44411492128002117], "min": [0, 0], "max": [1, 1], "count": [899]}, "gripper_activity_state": {"mean": [1.989988876529477, 1.885428253615128], "std": [0.1287826975609012, 0.4208142831110447], "min": [0, 0], "max": [2, 2], "count": [899]}, "gripper_mode_action": {"mean": [0.38487208008898777, 0.27030033370411566], "std": [0.48656506456686954, 0.4441149212800211], "min": [0, 0], "max": [1, 1], "count": [899]}, "gripper_activity_action": {"mean": [1.989988876529477, 1.885428253615128], "std": [0.1287826975609012, 0.4208142831110447], "min": [0, 0], "max": [2, 2], "count": [899]}}} +{"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.4713833563626793]], [[0.4558326177786551]], [[0.4442638066412247]]], "std": [[[0.1684900973995939]], [[0.17408387202231113]], [[0.17781926246000251]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4686004477014519]], [[0.46268220187963327]], [[0.4567855104290038]]], "std": [[[0.15081878051234188]], [[0.1529497430824245]], [[0.15631720647572708]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4717266402925824]], [[0.4721548230030267]], [[0.46496473631398866]]], "std": [[[0.16337628296649864]], [[0.16112512952315658]], [[0.1691071664494249]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5101703691823486]], [[0.49131812299864014]], [[0.4740149005351581]]], "std": [[[0.18120435718070305]], [[0.1635927749854539]], [[0.16989987063632514]]], "count": [149]}, "observation.state": {"min": [-0.23547981679439545, 0.12318533658981323, -0.18238690495491028, -2.123262882232666, -0.456735223531723, -0.052202798426151276, -0.3718074858188629, -0.29413899779319763, 0.3132320046424866, 0.06776800006628036, -1.8280309438705444, -1.5308600664138794, -1.244247317314148, -0.17332863807678223, 0.07956956326961517, -0.26258477568626404, -1.7714743614196777, 0.04213224723935127, -0.16399113833904266, -0.026232298463582993, -0.33781498670578003, -0.48163899779319763, 0.10930299758911133, 1.3206729888916016, -1.5451006889343262, 0.783864438533783, 0.0, 0.0, -3.759756964427652e-06, -0.23514270782470703, -0.839435338973999, 1.9122488498687744, -1.0683692693710327, -0.0006236543413251638], "max": [0.45036476850509644, 0.4652349650859833, 0.29764845967292786, -1.632266879081726, -0.12027063220739365, 0.11794935166835785, -0.019163716584444046, -0.18583600223064423, 0.47555598616600037, 0.2385839968919754, -1.2959784269332886, -1.316483974456787, -0.9764221906661987, 0.16348499059677124, 0.38437387347221375, -0.12925907969474792, -1.3135522603988647, 0.23200662434101105, 0.009512044489383698, 0.3625921308994293, -0.2920359969139099, -0.37615901231765747, 0.18018099665641785, 1.7207505702972412, -1.3290060758590698, 1.0664958953857422, 1001.0, 1001.0, 5.075672015664168e-05, -0.22935456037521362, -0.8384662866592407, 1.912405014038086, -1.0674200057983398, 0.0017817338230088353], "mean": [0.17621541023254395, 0.23583155870437622, 0.09079723060131073, -1.8386865854263306, -0.24379970133304596, -0.0030569760128855705, -0.0941813737154007, -0.25611281394958496, 0.3822740316390991, 0.17091643810272217, -1.4368672370910645, -1.3667116165161133, -1.1375291347503662, -0.024218661710619926, 0.2868711054325104, -0.17804385721683502, -1.5638147592544556, 0.15029355883598328, -0.11456229537725449, 0.2549578845500946, -0.310393363237381, -0.41833001375198364, 0.15864042937755585, 1.5992752313613892, -1.4052526950836182, 0.8870295286178589, 612.819091796875, 668.5578002929688, 3.357114110258408e-05, -0.2317708432674408, -0.8391785025596619, 1.9122620820999146, -1.0679994821548462, 0.00020185831817798316], "std": [0.1830136626958847, 0.06258309632539749, 0.10880006104707718, 0.09475810080766678, 0.05961720272898674, 0.0413486510515213, 0.10001534968614578, 0.04026942327618599, 0.03884122520685196, 0.05212945491075516, 0.1971747726202011, 0.06821025162935257, 0.07190374284982681, 0.08331486582756042, 0.11795900017023087, 0.037214525043964386, 0.11396278440952301, 0.05231276899576187, 0.06356319040060043, 0.14537447690963745, 0.012259447015821934, 0.026734329760074615, 0.028228331357240677, 0.1500207930803299, 0.039335012435913086, 0.11247505247592926, 473.57244873046875, 455.81884765625, 1.5075186638568994e-05, 0.0017126317834481597, 0.00020846768165938556, 2.1213898435235023e-05, 0.00022494239965453744, 0.0003089713572990149], "count": [796]}, "action": {"min": [-0.23547981679439545, 0.12318533658981323, -0.18238690495491028, -2.123262882232666, -0.456735223531723, -0.052202798426151276, -0.3718074858188629, -0.29413899779319763, 0.3132320046424866, 0.06776800006628036, -1.8280309438705444, -1.5308600664138794, -1.244247317314148, -0.17332863807678223, 0.07956956326961517, -0.26258477568626404, -1.7714743614196777, 0.04213224723935127, -0.16399113833904266, -0.026232298463582993, -0.33781498670578003, -0.48163899779319763, 0.10930299758911133, 1.3206729888916016, -1.5451006889343262, 0.783864438533783, 0.0, 0.0, -3.759756964427652e-06, -0.23514270782470703, -0.839435338973999, 1.9122488498687744, -1.0683692693710327, -0.0006236543413251638], "max": [0.45036476850509644, 0.4652349650859833, 0.29764845967292786, -1.632266879081726, -0.12027063220739365, 0.11794935166835785, -0.019163716584444046, -0.18583600223064423, 0.47555598616600037, 0.2385839968919754, -1.2959784269332886, -1.316483974456787, -0.9764221906661987, 0.16348499059677124, 0.38437387347221375, -0.12925907969474792, -1.3135522603988647, 0.23200662434101105, 0.009512044489383698, 0.3625921308994293, -0.2920359969139099, -0.37615901231765747, 0.18018099665641785, 1.7207505702972412, -1.3290060758590698, 1.0664958953857422, 1001.0, 1001.0, 5.075672015664168e-05, -0.22935456037521362, -0.8384662866592407, 1.912405014038086, -1.0674200057983398, 0.0017817338230088353], "mean": [0.17620138823986053, 0.23577648401260376, 0.09080378711223602, -1.8386539220809937, -0.2437431514263153, -0.00308734318241477, -0.09432608634233475, -0.2561190128326416, 0.3822745680809021, 0.17089007794857025, -1.4369786977767944, -1.3667939901351929, -1.1374701261520386, -0.02403545193374157, 0.2871077358722687, -0.17792418599128723, -1.5635557174682617, 0.15044334530830383, -0.11468741297721863, 0.25544294714927673, -0.3104134500026703, -0.4183778166770935, 0.15872861444950104, 1.5995734930038452, -1.405353307723999, 0.8866931200027466, 612.819091796875, 668.5578002929688, 3.363018186064437e-05, -0.23176923394203186, -0.8391786217689514, 1.912261962890625, -1.0679998397827148, 0.0002019000385189429], "std": [0.18300731480121613, 0.06259781867265701, 0.10879723727703094, 0.09475893527269363, 0.05962896719574928, 0.041370462626218796, 0.09999095648527145, 0.04027397930622101, 0.038841020315885544, 0.052119091153144836, 0.19712091982364655, 0.0681919977068901, 0.07188434898853302, 0.08314701914787292, 0.1179516389966011, 0.037095289677381516, 0.1137252002954483, 0.052241720259189606, 0.06356095522642136, 0.14507970213890076, 0.012242504395544529, 0.026692889630794525, 0.02818484418094158, 0.1500110626220703, 0.03924289718270302, 0.11233842372894287, 473.57244873046875, 455.81884765625, 1.502084887761157e-05, 0.0017135124653577805, 0.00020857606432400644, 2.1268466298351996e-05, 0.0002251502446597442, 0.0003089596575591713], "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": [284], "max": [284], "mean": [284.0], "std": [0.0], "count": [796]}, "index": {"min": [245083], "max": [245878], "mean": [245480.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6545226130653267, 0.6685150754684817], "std": [0.4755236713892001, 0.45578711094920604], "count": [796]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6545226130653267, 0.6685150754684817], "std": [0.4755236713892001, 0.45578711094920604], "count": [796]}, "eef_direction_state": {"mean": [4.8793969849246235, 5.130653266331659], "std": [2.0662464787010903, 1.9950982835897353], "min": [0, 0], "max": [6, 6], "count": [796]}, "eef_velocity_state": {"mean": [0.33291457286432163, 0.16959798994974876], "std": [0.6002278024323415, 0.375279245035947], "min": [0, 0], "max": [2, 1], "count": [796]}, "eef_acc_mag_state": {"mean": [0.25753768844221103, 0.11557788944723618], "std": [0.5954230516100512, 0.42142202759261044], "min": [0, 0], "max": [2, 2], "count": [796]}, "eef_direction_action": {"mean": [4.8793969849246235, 5.130653266331659], "std": [2.0662464787010903, 1.9950982835897353], "min": [0, 0], "max": [6, 6], "count": [796]}, "eef_velocity_action": {"mean": [0.33291457286432163, 0.16959798994974876], "std": [0.6002278024323414, 0.37527924503594695], "min": [0, 0], "max": [2, 1], "count": [796]}, "eef_acc_mag_action": {"mean": [0.25753768844221103, 0.11557788944723618], "std": [0.5954230516100512, 0.42142202759261044], "min": [0, 0], "max": [2, 2], "count": [796]}, "eef_sim_pose_state": {"mean": [0.4039464752779909, 0.24704075946074497, 1.1785070763665377, -0.06511089210651787, 0.0010488448745094494, 1.3233204459829493, 0.44608092921205494, -0.25562776603486304, 1.1325858904594823, -0.00801530369903146, -0.1298552859133298, -1.1307952223515492], "std": [0.043282902416344804, 0.03718404241677601, 0.03285798250809894, 0.06633956009251998, 0.05082019894816943, 0.17236020588374773, 0.02626207165008657, 0.040913497441073726, 0.008072174092371634, 0.03716527242937499, 0.085222625109337, 0.12596815106127582], "min": [0.3408977566491647, 0.1715944961525479, 1.1455533956794066, -0.19512272521927904, -0.1084371316354178, 0.9638660490627169, 0.396366926714205, -0.28798862528863295, 1.1145368431237392, -0.09003086997538878, -0.20381402196243692, -1.319523019254441], "max": [0.5058628965582325, 0.32711299670733957, 1.2366790439168516, -0.017418079981678658, 0.06353108721367451, 1.4475371095024243, 0.5016155503280373, -0.18859507380464843, 1.1445345416474435, 0.04804884981283619, 0.062470542666152484, -1.025202461011379], "count": [796]}, "eef_sim_pose_action": {"mean": [0.4039496384240524, 0.2470290394668146, 1.1784985469822755, -0.06513112213853682, 0.001040624699835249, 1.3231901414903213, 0.4461436393361973, -0.25575133155208135, 1.1325729151883175, -0.008077454302154287, -0.1300152836293398, -1.1304544276191884], "std": [0.04328150135523358, 0.03717999489346127, 0.032864491424451074, 0.06632750700257586, 0.050815613848339075, 0.17230666406471312, 0.0262028641496461, 0.04085961627430521, 0.008061298926079092, 0.03711300101772687, 0.08522483469656109, 0.12586502552826478], "min": [0.3408977566491647, 0.1715944961525479, 1.1455533956794066, -0.19512272521927904, -0.1084371316354178, 0.9638660490627169, 0.396366926714205, -0.28798862528863295, 1.1145368431237392, -0.09003086997538878, -0.20381402196243692, -1.319523019254441], "max": [0.5058628965582325, 0.32711299670733957, 1.2366790439168516, -0.017418079981678658, 0.06353108721367451, 1.4475371095024243, 0.5016155503280373, -0.18859507380464843, 1.1445345416474435, 0.04804884981283619, 0.062470542666152484, -1.025202461011379], "count": [796]}, "gripper_mode_state": {"mean": [0.3454773869346734, 0.33040201005025127], "std": [0.47552367138920015, 0.4703578656778351], "min": [0, 0], "max": [1, 1], "count": [796]}, "gripper_activity_state": {"mean": [1.9886934673366834, 1.8630653266331658], "std": [0.13680783393015494, 0.4567667127793816], "min": [0, 0], "max": [2, 2], "count": [796]}, "gripper_mode_action": {"mean": [0.3454773869346734, 0.33040201005025127], "std": [0.47552367138920015, 0.4703578656778351], "min": [0, 0], "max": [1, 1], "count": [796]}, "gripper_activity_action": {"mean": [1.9886934673366834, 1.8630653266331658], "std": [0.13680783393015494, 0.4567667127793816], "min": [0, 0], "max": [2, 2], "count": [796]}}} +{"episode_index": 284, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4674459607518504]], [[0.4522199430268796]], [[0.4409317715772843]]], "std": [[[0.16818250407473836]], [[0.17289187182063226]], [[0.176794649297874]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46552176665368133]], [[0.4583855072934251]], [[0.45229728823096566]]], "std": [[[0.15230363355875384]], [[0.15392236338776746]], [[0.15730311590010462]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4625991429684456]], [[0.46389315240444967]], [[0.4570841151582046]]], "std": [[[0.1677773813542617]], [[0.16570344902834142]], [[0.17356337444861572]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49987749832272865]], [[0.4825914978574211]], [[0.46707964063108687]]], "std": [[[0.18889657565271809]], [[0.17075226405524638]], [[0.17746133813430684]]], "count": [151]}, "observation.state": {"min": [-0.24277529120445251, 0.13754940032958984, -0.18414968252182007, -2.1049020290374756, -0.4417603015899658, -0.021135937422513962, -0.29890507459640503, -0.28326600790023804, 0.3221080005168915, 0.07350800186395645, -1.7237935066223145, -1.5999219417572021, -1.2279225587844849, -0.17352063953876495, 0.002722713630646467, -0.26256734132766724, -1.771404504776001, 0.04733332619071007, -0.06370452046394348, -0.026197392493486404, -0.33762601017951965, -0.4814229905605316, 0.10968899726867676, 1.2710927724838257, -1.5664238929748535, 0.717013418674469, 0.0, 0.0, 2.6318299205740914e-05, -0.23558823764324188, -0.8399384617805481, 1.9116300344467163, -1.0684326887130737, -0.0017247791402041912], "max": [0.4280419945716858, 0.4112170338630676, 0.29616492986679077, -1.6338725090026855, -0.20170770585536957, 0.20444786548614502, -0.019338248297572136, -0.18796199560165405, 0.4779520034790039, 0.24639399349689484, -1.2966423034667969, -1.3179535865783691, -0.995841920375824, 0.1598547101020813, 0.3511776924133301, -0.13014920055866241, -1.3108819723129272, 0.2119527906179428, 0.0380307212471962, 0.3727674186229706, -0.2915189862251282, -0.37615999579429626, 0.14843299984931946, 1.6436735391616821, -1.3279510736465454, 1.0903950929641724, 1001.0, 1002.0, 9.775368380360305e-05, -0.22871163487434387, -0.8379306793212891, 1.9125999212265015, -1.0669074058532715, 0.00387007393874228], "mean": [0.1746721863746643, 0.24358196556568146, 0.08938385546207428, -1.8415900468826294, -0.26856139302253723, 0.025671523064374924, -0.0901741087436676, -0.2580532729625702, 0.38321948051452637, 0.17364564538002014, -1.4066282510757446, -1.3927475214004517, -1.1330547332763672, -0.05324050411581993, 0.2660820186138153, -0.20651108026504517, -1.629197120666504, 0.14471016824245453, -0.014581089839339256, 0.24389028549194336, -0.3113270401954651, -0.40651318430900574, 0.13554853200912476, 1.5492513179779053, -1.4769929647445679, 0.8422872424125671, 674.470947265625, 723.3386840820312, 4.96810425829608e-05, -0.23174145817756653, -0.8392661213874817, 1.912274956703186, -1.068007469177246, 0.0002099534176522866], "std": [0.1726103276014328, 0.04806474223732948, 0.10388199985027313, 0.08124101907014847, 0.04558565095067024, 0.0677269771695137, 0.09054664522409439, 0.03773317486047745, 0.03570641577243805, 0.04866207391023636, 0.15778736770153046, 0.09851651638746262, 0.07232867181301117, 0.07398715615272522, 0.11964772641658783, 0.035895634442567825, 0.10366300493478775, 0.05445750430226326, 0.023143915459513664, 0.15294130146503448, 0.011084659025073051, 0.024630583822727203, 0.01500985398888588, 0.12906891107559204, 0.07413547486066818, 0.1554756462574005, 454.7857666015625, 431.9507141113281, 1.535378396511078e-05, 0.002071174792945385, 0.00030634953873232007, 0.0001615512155694887, 0.000245894945692271, 0.0005396193591877818], "count": [809]}, "action": {"min": [-0.24277529120445251, 0.13754940032958984, -0.18414968252182007, -2.1049020290374756, -0.4417603015899658, -0.021135937422513962, -0.29890507459640503, -0.28326600790023804, 0.3221080005168915, 0.07350800186395645, -1.7237935066223145, -1.5999219417572021, -1.2279225587844849, -0.17352063953876495, 0.002722713630646467, -0.26256734132766724, -1.771404504776001, 0.04733332619071007, -0.06370452046394348, -0.026197392493486404, -0.33762601017951965, -0.4814229905605316, 0.10968899726867676, 1.2710927724838257, -1.5664238929748535, 0.717013418674469, 0.0, 0.0, 2.6318299205740914e-05, -0.23558823764324188, -0.8399384617805481, 1.9116300344467163, -1.0684326887130737, -0.0017247791402041912], "max": [0.4280419945716858, 0.4112170338630676, 0.29616492986679077, -1.6338725090026855, -0.20170770585536957, 0.20444786548614502, -0.019338248297572136, -0.18796199560165405, 0.4779520034790039, 0.24639399349689484, -1.2966423034667969, -1.3179535865783691, -0.995841920375824, 0.1598547101020813, 0.3511776924133301, -0.13014920055866241, -1.3108819723129272, 0.2119527906179428, 0.0380307212471962, 0.3727674186229706, -0.2915189862251282, -0.37615999579429626, 0.14843299984931946, 1.6436735391616821, -1.3279510736465454, 1.0903950929641724, 1001.0, 1002.0, 9.775368380360305e-05, -0.22871163487434387, -0.8379306793212891, 1.9125999212265015, -1.0669074058532715, 0.00387007393874228], "mean": [0.17456497251987457, 0.24361124634742737, 0.08944607526063919, -1.8415635824203491, -0.26860886812210083, 0.025797493755817413, -0.090358667075634, -0.2580440938472748, 0.3832409679889679, 0.17360664904117584, -1.406750202178955, -1.3929709196090698, -1.1328881978988647, -0.053091417998075485, 0.26627862453460693, -0.2064492255449295, -1.629036784172058, 0.14485523104667664, -0.014515656046569347, 0.24435639381408691, -0.3113510012626648, -0.4065447747707367, 0.13559336960315704, 1.5494519472122192, -1.4772347211837769, 0.841870903968811, 674.470947265625, 723.3386840820312, 4.973448085365817e-05, -0.2317379117012024, -0.8392661213874817, 1.9122751951217651, -1.0680075883865356, 0.00021035470126662403], "std": [0.1725807636976242, 0.04807035252451897, 0.10386871546506882, 0.08124202489852905, 0.04559031128883362, 0.06773538142442703, 0.09055536985397339, 0.0377279631793499, 0.0357016883790493, 0.048652105033397675, 0.1577407866716385, 0.0985533744096756, 0.07236486673355103, 0.07386528700590134, 0.11965165287256241, 0.03584194555878639, 0.10354327410459518, 0.054403312504291534, 0.023079764097929, 0.15269291400909424, 0.011064042337238789, 0.024608081206679344, 0.014986785128712654, 0.1290784627199173, 0.07397298514842987, 0.15532690286636353, 454.7857666015625, 431.9507141113281, 1.5399915355374105e-05, 0.002068120986223221, 0.0003063930489588529, 0.00016163742111530155, 0.0002459790848661214, 0.0005396782071329653], "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": [285], "max": [285], "mean": [285.0], "std": [0.0], "count": [809]}, "index": {"min": [245879], "max": [246687], "mean": [246283.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.715698393077874, 0.7233300370202205], "std": [0.4510811492665377, 0.43194365521902], "count": [809]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.715698393077874, 0.7233300370202205], "std": [0.4510811492665377, 0.43194365521902], "count": [809]}, "eef_direction_state": {"mean": [4.929542645241038, 5.220024721878863], "std": [1.9723001232047586, 1.904011638822967], "min": [0, 0], "max": [6, 6], "count": [809]}, "eef_velocity_state": {"mean": [0.3127317676143387, 0.15698393077873918], "std": [0.5512978986402977, 0.3771322417947229], "min": [0, 0], "max": [2, 2], "count": [809]}, "eef_acc_mag_state": {"mean": [0.22744128553770088, 0.1273176761433869], "std": [0.5648881699724868, 0.43896478871551947], "min": [0, 0], "max": [2, 2], "count": [809]}, "eef_direction_action": {"mean": [4.929542645241038, 5.220024721878863], "std": [1.9723001232047586, 1.904011638822967], "min": [0, 0], "max": [6, 6], "count": [809]}, "eef_velocity_action": {"mean": [0.3127317676143387, 0.15698393077873918], "std": [0.5512978986402977, 0.3771322417947229], "min": [0, 0], "max": [2, 2], "count": [809]}, "eef_acc_mag_action": {"mean": [0.22744128553770088, 0.1273176761433869], "std": [0.5648881699724868, 0.43896478871551947], "min": [0, 0], "max": [2, 2], "count": [809]}, "eef_sim_pose_state": {"mean": [0.404368327202387, 0.24958856926681192, 1.1789728656970373, -0.04386701404415215, 0.02374784092815747, 1.3239740072776998, 0.4360894809228583, -0.23440245565750956, 1.1384134447649221, -0.06759141694257936, -0.0829268254609153, -1.1020640196006777], "std": [0.040320466992187755, 0.03381036766174711, 0.03242017137699034, 0.0495534111267346, 0.026243630221493616, 0.1661785143898386, 0.02345117765941419, 0.03071747802080177, 0.00803836527733372, 0.05100844180077204, 0.05781611541562648, 0.16092934025115166], "min": [0.34460640185689906, 0.17645826539324225, 1.1567945626750737, -0.14653775847939832, -0.04896177062220208, 0.9904491883792339, 0.3963668219248487, -0.25796907122827306, 1.1149581970527518, -0.0971435293219916, -0.12756591664329164, -1.3749174167841194], "max": [0.5075061178671358, 0.32604687282220046, 1.241697090719862, 0.029360186085943596, 0.06512064849901189, 1.4469889575468848, 0.5001420292205523, -0.1866404643010086, 1.1454497987109558, 0.048098899315842325, 0.05353932273259243, -0.9785310989490039], "count": [809]}, "eef_sim_pose_action": {"mean": [0.4043961979953185, 0.24957745729886432, 1.1789880989359813, -0.0438143209560793, 0.023775080656751255, 1.3237264518319791, 0.4361390030647113, -0.2344862328823414, 1.1384094200034476, -0.06776635354941488, -0.08299185687836594, -1.1016694969744207], "std": [0.04031383022421637, 0.033806930518157724, 0.03241265159342625, 0.049604025525438744, 0.02626428200459512, 0.1661458493179989, 0.023409539497972205, 0.030685133015328162, 0.00803614323987974, 0.05085477503426021, 0.05782835993276363, 0.1608243372809572], "min": [0.34460640185689906, 0.17645826539324225, 1.1567945626750737, -0.14653775847939832, -0.04896177062220208, 0.9904491883792339, 0.3963668219248487, -0.25796907122827306, 1.1149581970527518, -0.0971435293219916, -0.12756591664329164, -1.3749174167841194], "max": [0.5075061178671358, 0.32604687282220046, 1.241697090719862, 0.029360186085943596, 0.06512064849901189, 1.4469889575468848, 0.5001420292205523, -0.1866404643010086, 1.1454497987109558, 0.048098899315842325, 0.05353932273259243, -0.9785310989490039], "count": [809]}, "gripper_mode_state": {"mean": [0.2843016069221261, 0.276885043263288], "std": [0.4510811492665377, 0.4474591781161503], "min": [0, 0], "max": [1, 1], "count": [809]}, "gripper_activity_state": {"mean": [1.988875154511743, 1.868974042027194], "std": [0.1357116316310342, 0.44764353265727486], "min": [0, 0], "max": [2, 2], "count": [809]}, "gripper_mode_action": {"mean": [0.2843016069221261, 0.276885043263288], "std": [0.4510811492665377, 0.44745917811615027], "min": [0, 0], "max": [1, 1], "count": [809]}, "gripper_activity_action": {"mean": [1.988875154511743, 1.868974042027194], "std": [0.1357116316310342, 0.44764353265727486], "min": [0, 0], "max": [2, 2], "count": [809]}}} +{"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.4694663932880845]], [[0.45415932419976535]], [[0.4419368021514161]]], "std": [[[0.16295887689515776]], [[0.1689815535750325]], [[0.17338333670859657]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675512244427686]], [[0.46122287031799897]], [[0.4558280477522205]]], "std": [[[0.1516833854720236]], [[0.15357391614951083]], [[0.15702908935284826]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46519613080274846]], [[0.46950125429445283]], [[0.461357784219457]]], "std": [[[0.16512847696114996]], [[0.16397984420005252]], [[0.1718878873248051]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5093368775661974]], [[0.49381373203661805]], [[0.4780675446727836]]], "std": [[[0.16767579874131464]], [[0.15500049111511188]], [[0.16343825831462377]]], "count": [156]}, "observation.state": {"min": [-0.26342254877090454, 0.1788438856601715, -0.1921432912349701, -2.164801597595215, -0.5440540313720703, -0.020874137058854103, -0.36967819929122925, -0.28327399492263794, 0.30806100368499756, 0.0757329985499382, -1.7280664443969727, -1.582556128501892, -1.1854256391525269, -0.1748470813035965, 0.03982841596007347, -0.26258477568626404, -1.7714568376541138, 0.0126710906624794, -0.09166468679904938, -0.026232298463582993, -0.3396959900856018, -0.47925201058387756, 0.10969100147485733, 1.3482437133789062, -1.4301860332489014, 0.8698006868362427, 0.0, 0.0, 6.015611143084243e-05, -0.23529121279716492, -0.8399630188941956, 1.9122045040130615, -1.0688486099243164, -0.0029730370733886957], "max": [0.46788787841796875, 0.4888318181037903, 0.3077015280723572, -1.6450951099395752, -0.20093974471092224, 0.19320794939994812, -0.01881464757025242, -0.18084700405597687, 0.4788079857826233, 0.237636998295784, -1.2958946228027344, -1.3170479536056519, -0.9247634410858154, 0.16088445484638214, 0.2344500720500946, -0.13582152128219604, -1.3072865009307861, 0.09807004779577255, -0.028640853241086006, 0.2289697527885437, -0.2917709946632385, -0.3761630058288574, 0.15248100459575653, 1.5385327339172363, -1.328906536102295, 1.0742580890655518, 1001.0, 1002.0, 0.0001109128279495053, -0.22888648509979248, -0.8377325534820557, 1.9124572277069092, -1.0660096406936646, 0.007047198712825775], "mean": [0.17927458882331848, 0.2610360085964203, 0.0819082260131836, -1.8550517559051514, -0.2709444761276245, 0.03287621587514877, -0.09446096420288086, -0.2542452812194824, 0.3812597393989563, 0.17772506177425385, -1.417052984237671, -1.380822777748108, -1.115366816520691, -0.03745186701416969, 0.18642595410346985, -0.17906174063682556, -1.5593022108078003, 0.06596019119024277, -0.06644026190042496, 0.15712514519691467, -0.3226369023323059, -0.41873231530189514, 0.13799242675304413, 1.4911534786224365, -1.3776723146438599, 0.9349988698959351, 655.8775024414062, 693.558837890625, 8.363618690054864e-05, -0.2315993756055832, -0.8391743302345276, 1.9124042987823486, -1.068015694618225, 0.0003004921309184283], "std": [0.19113589823246002, 0.06375733017921448, 0.11053786426782608, 0.09850815683603287, 0.06893787533044815, 0.07960665971040726, 0.1009366437792778, 0.04273129627108574, 0.03924478963017464, 0.04660019651055336, 0.17098957300186157, 0.08964581787586212, 0.0966317430138588, 0.08611186593770981, 0.06722592562437057, 0.03647617995738983, 0.12144677340984344, 0.02085699327290058, 0.01164485514163971, 0.09230390191078186, 0.014011428691446781, 0.0269024595618248, 0.017834145575761795, 0.0631219744682312, 0.022409889847040176, 0.07778350263834, 462.060302734375, 446.53057861328125, 2.3391930881189182e-06, 0.0013045953819528222, 0.0002790350990835577, 3.616527101257816e-05, 0.0003799889236688614, 0.001119270920753479], "count": [841]}, "action": {"min": [-0.26342254877090454, 0.1788438856601715, -0.1921432912349701, -2.164801597595215, -0.5440540313720703, -0.020874137058854103, -0.36967819929122925, -0.28327399492263794, 0.30806100368499756, 0.0757329985499382, -1.7280664443969727, -1.582556128501892, -1.1854256391525269, -0.1748470813035965, 0.03982841596007347, -0.26258477568626404, -1.7714568376541138, 0.0126710906624794, -0.09166468679904938, -0.026232298463582993, -0.3396959900856018, -0.47925201058387756, 0.10969100147485733, 1.3482437133789062, -1.4301860332489014, 0.8698006868362427, 0.0, 0.0, 6.015611143084243e-05, -0.23529121279716492, -0.8399630188941956, 1.9122045040130615, -1.0688486099243164, -0.0029730370733886957], "max": [0.46788787841796875, 0.4888318181037903, 0.3077015280723572, -1.6450951099395752, -0.20093974471092224, 0.19320794939994812, -0.01881464757025242, -0.18084700405597687, 0.4788079857826233, 0.237636998295784, -1.2958946228027344, -1.3170479536056519, -0.9247634410858154, 0.16088445484638214, 0.2344500720500946, -0.13582152128219604, -1.3072865009307861, 0.09807004779577255, -0.028640853241086006, 0.2289697527885437, -0.2917709946632385, -0.3761630058288574, 0.15248100459575653, 1.5385327339172363, -1.328906536102295, 1.0742580890655518, 1001.0, 1002.0, 0.0001109128279495053, -0.22888648509979248, -0.8377325534820557, 1.9124572277069092, -1.0660096406936646, 0.007047198712825775], "mean": [0.17926977574825287, 0.2610977590084076, 0.08187859505414963, -1.8550878763198853, -0.2709314823150635, 0.032970789819955826, -0.09462563693523407, -0.25423574447631836, 0.3812589943408966, 0.177725687623024, -1.41716468334198, -1.380901575088501, -1.1151793003082275, -0.03730020672082901, 0.1864776313304901, -0.17894509434700012, -1.5590529441833496, 0.06597652286291122, -0.06645184755325317, 0.1574213206768036, -0.322677880525589, -0.4187793731689453, 0.1380431056022644, 1.4912264347076416, -1.377740740776062, 0.9347705245018005, 655.8775024414062, 693.558837890625, 8.363617962459102e-05, -0.23160234093666077, -0.8391743302345276, 1.912404179573059, -1.0680158138275146, 0.0003002257726620883], "std": [0.1911337673664093, 0.06376297026872635, 0.1105518490076065, 0.09851162880659103, 0.0689421221613884, 0.07959011942148209, 0.10092787444591522, 0.04272572696208954, 0.039245061576366425, 0.04660050943493843, 0.17094232141971588, 0.08961998671293259, 0.09664885699748993, 0.08598467707633972, 0.06724462658166885, 0.036365997046232224, 0.1212257593870163, 0.020862167701125145, 0.01164689939469099, 0.09211444854736328, 0.01397228054702282, 0.026862649247050285, 0.0178142711520195, 0.06313884258270264, 0.022350480780005455, 0.0776810348033905, 462.060302734375, 446.53057861328125, 2.3391937702399446e-06, 0.0013079046038910747, 0.00027903675800189376, 3.617956463131122e-05, 0.00038004471571184695, 0.0011192644014954567], "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": [286], "max": [286], "mean": [286.0], "std": [0.0], "count": [841]}, "index": {"min": [246688], "max": [247528], "mean": [247108.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6956004756242569, 0.6935564802243074], "std": [0.4601526419956378, 0.4465302556601081], "count": [841]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6956004756242569, 0.6935564802243074], "std": [0.4601526419956379, 0.4465302556601081], "count": [841]}, "eef_direction_state": {"mean": [4.87039239001189, 5.367419738406658], "std": [2.1079298697829234, 1.7142708349729465], "min": [0, 0], "max": [6, 6], "count": [841]}, "eef_velocity_state": {"mean": [0.3210463733650416, 0.13436385255648037], "std": [0.5925794389181792, 0.34104282382518897], "min": [0, 0], "max": [2, 1], "count": [841]}, "eef_acc_mag_state": {"mean": [0.23305588585017836, 0.09274673008323424], "std": [0.5814421432620723, 0.3789430118721525], "min": [0, 0], "max": [2, 2], "count": [841]}, "eef_direction_action": {"mean": [4.87039239001189, 5.367419738406658], "std": [2.1079298697829234, 1.7142708349729465], "min": [0, 0], "max": [6, 6], "count": [841]}, "eef_velocity_action": {"mean": [0.3210463733650416, 0.13436385255648037], "std": [0.5925794389181792, 0.34104282382518897], "min": [0, 0], "max": [2, 1], "count": [841]}, "eef_acc_mag_action": {"mean": [0.23305588585017836, 0.09274673008323424], "std": [0.5814421432620723, 0.3789430118721525], "min": [0, 0], "max": [2, 2], "count": [841]}, "eef_sim_pose_state": {"mean": [0.40269068924918233, 0.2540791498896318, 1.1833169859593482, -0.03915166376643526, 0.005649117687584212, 1.3203796986463547, 0.44161006023306015, -0.22467066073235298, 1.1233735419989646, -0.03476881752817712, -0.10154334145119295, -1.2260217022253985], "std": [0.04386681426914183, 0.03259271506175357, 0.03841127850111181, 0.04185620040861121, 0.04083249504422131, 0.17680073310547478, 0.02663495334020673, 0.024203896234224666, 0.009869564827393292, 0.03728344846592769, 0.04058559933672545, 0.06501750385650353], "min": [0.33584707714946777, 0.18241514668647874, 1.1567852044523002, -0.13492406790223754, -0.08844641857260593, 0.9874747312142725, 0.3963769046120005, -0.24455162227386448, 1.1101420302587397, -0.07488027620704751, -0.13553217584933464, -1.3423249747338386], "max": [0.5100699891833008, 0.3244591097186141, 1.2489619147787534, 0.04735197581592787, 0.03918262255438387, 1.4476472049148048, 0.4991890511469744, -0.18868630565995512, 1.1446458845217269, 0.04914069789127251, -0.02847244185968756, -1.171803402664442], "count": [841]}, "eef_sim_pose_action": {"mean": [0.40269358707147385, 0.25409788723655474, 1.1833334946317748, -0.03909084281374294, 0.0055742711420726015, 1.3202178135583211, 0.4416624733974097, -0.22473682412928195, 1.1233458636141114, -0.03488549294916055, -0.10162307913597413, -1.225866853297988], "std": [0.04386562742639662, 0.03260324468898498, 0.03840286798409105, 0.04192449841359432, 0.040840665843244923, 0.17674799928322735, 0.026589283881821718, 0.024181528261340752, 0.009842822192767784, 0.03717772539000753, 0.040584643317471976, 0.06498564009919791], "min": [0.33584707714946777, 0.18241514668647874, 1.1567852044523002, -0.13492406790223754, -0.08844641857260593, 0.9874747312142725, 0.3963769046120005, -0.24455162227386448, 1.1101420302587397, -0.07488027620704751, -0.13553217584933464, -1.3423249747338386], "max": [0.5100699891833008, 0.3244591097186141, 1.2489619147787534, 0.04735197581592787, 0.03918262255438387, 1.4476472049148048, 0.4991890511469744, -0.18868630565995512, 1.1446458845217269, 0.04914069789127251, -0.02847244185968756, -1.171803402664442], "count": [841]}, "gripper_mode_state": {"mean": [0.30439952437574314, 0.3055885850178359], "std": [0.4601526419956378, 0.46065627285930777], "min": [0, 0], "max": [1, 1], "count": [841]}, "gripper_activity_state": {"mean": [1.9892984542211654, 1.8715814506539834], "std": [0.1331216982664155, 0.4444542628443945], "min": [0, 0], "max": [2, 2], "count": [841]}, "gripper_mode_action": {"mean": [0.30439952437574314, 0.3055885850178359], "std": [0.4601526419956379, 0.46065627285930777], "min": [0, 0], "max": [1, 1], "count": [841]}, "gripper_activity_action": {"mean": [1.9892984542211654, 1.8715814506539834], "std": [0.1331216982664155, 0.4444542628443945], "min": [0, 0], "max": [2, 2], "count": [841]}}} +{"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.4741627230032474]], [[0.45674605505199983]], [[0.44445280449706087]]], "std": [[[0.16501846918922736]], [[0.1707490873114396]], [[0.17511952589309912]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46415690770543017]], [[0.4548861411703046]], [[0.44716422339376]]], "std": [[[0.15275498280732103]], [[0.15432693451889168]], [[0.15715187199678332]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46388891329592635]], [[0.4676490871767994]], [[0.45918120812266205]]], "std": [[[0.16504151114997098]], [[0.16416843936623252]], [[0.17162346785489427]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5040849788814896]], [[0.4877306644880174]], [[0.47324248134788505]]], "std": [[[0.19042668778099342]], [[0.17304418927405155]], [[0.1816250570568349]]], "count": [159]}, "observation.state": {"min": [-0.262165904045105, 0.15104079246520996, -0.2062455713748932, -2.070606231689453, -0.6279345750808716, -0.03752458095550537, -0.39357173442840576, -0.28849801421165466, 0.314193993806839, 0.0638120025396347, -1.7250356674194336, -1.765891432762146, -1.2240387201309204, -0.17332863807678223, 0.04098033159971237, -0.2626197040081024, -1.771404504776001, 0.05523966997861862, -0.2094046026468277, -0.026197392493486404, -0.3330000042915344, -0.4815550148487091, 0.10932700335979462, 1.2450368404388428, -1.5320380926132202, 0.8957154154777527, 0.0, 0.0, 4.511708175414242e-05, -0.2351727932691574, -0.8398877382278442, 1.912179946899414, -1.0701148509979248, -0.0016716213431209326], "max": [0.4683416485786438, 0.47914522886276245, 0.32016319036483765, -1.6451822519302368, -0.2494075447320938, 0.1987580806016922, -0.018971730023622513, -0.1820320039987564, 0.4775240123271942, 0.2520639896392822, -1.2823495864868164, -1.3176612854003906, -0.9330234527587891, 0.16146041452884674, 0.3065321743488312, -0.1330464482307434, -1.3387025594711304, 0.2638588845729828, 0.06346017122268677, 0.34236377477645874, -0.29203400015830994, -0.3761579990386963, 0.14646700024604797, 1.7004163265228271, -1.3280802965164185, 1.0668336153030396, 1001.0, 1002.0, 0.002030268544331193, -0.2287379801273346, -0.8380526900291443, 1.9124817848205566, -1.0665080547332764, 0.0019763291347771883], "mean": [0.17810067534446716, 0.2470584660768509, 0.08819639682769775, -1.8460496664047241, -0.29135239124298096, 0.026805244386196136, -0.08805143088102341, -0.256552517414093, 0.3812277019023895, 0.17449693381786346, -1.3982796669006348, -1.407139539718628, -1.1417893171310425, -0.05569829046726227, 0.2398635596036911, -0.20070020854473114, -1.5854759216308594, 0.17197631299495697, -0.13232727348804474, 0.23009999096393585, -0.3135986030101776, -0.407088041305542, 0.13608598709106445, 1.5812212228775024, -1.4594861268997192, 0.9577377438545227, 627.3790283203125, 728.9227905273438, 0.0012073690304532647, -0.2316426783800125, -0.8393096923828125, 1.9123456478118896, -1.0680012702941895, 0.0002154898684239015], "std": [0.19223569333553314, 0.062016814947128296, 0.11713852733373642, 0.08196725696325302, 0.08285199850797653, 0.08009078353643417, 0.10044412314891815, 0.04065370559692383, 0.03830985724925995, 0.05196433514356613, 0.1564425379037857, 0.1300743818283081, 0.07867313176393509, 0.07643601298332214, 0.09297243505716324, 0.03406042605638504, 0.09845609962940216, 0.05527104064822197, 0.10231202095746994, 0.13621659576892853, 0.010456805117428303, 0.025633305311203003, 0.014423374086618423, 0.1628527045249939, 0.05739560350775719, 0.07002744823694229, 471.0761413574219, 431.2181701660156, 0.0008764100493863225, 0.002062223618850112, 0.00024846286396496, 6.446731276810169e-05, 0.0004897702019661665, 0.0004661981656681746], "count": [868]}, "action": {"min": [-0.262165904045105, 0.15104079246520996, -0.2062455713748932, -2.070606231689453, -0.6279345750808716, -0.03752458095550537, -0.39357173442840576, -0.28849801421165466, 0.314193993806839, 0.0638120025396347, -1.7250356674194336, -1.765891432762146, -1.2240387201309204, -0.17332863807678223, 0.04098033159971237, -0.2626197040081024, -1.771404504776001, 0.05523966997861862, -0.2094046026468277, -0.026197392493486404, -0.3330000042915344, -0.4815550148487091, 0.10932700335979462, 1.2450368404388428, -1.5320380926132202, 0.8957154154777527, 0.0, 0.0, 4.511708175414242e-05, -0.2351727932691574, -0.8398877382278442, 1.912179946899414, -1.0701148509979248, -0.0016716213431209326], "max": [0.4683416485786438, 0.47914522886276245, 0.32016319036483765, -1.6451822519302368, -0.2494075447320938, 0.1987580806016922, -0.018971730023622513, -0.1820320039987564, 0.4775240123271942, 0.2520639896392822, -1.2823495864868164, -1.3176612854003906, -0.9330234527587891, 0.16146041452884674, 0.3065321743488312, -0.1330464482307434, -1.3387025594711304, 0.2638588845729828, 0.06346017122268677, 0.34236377477645874, -0.29203400015830994, -0.3761579990386963, 0.14646700024604797, 1.7004163265228271, -1.3280802965164185, 1.0668336153030396, 1001.0, 1002.0, 0.002030268544331193, -0.2287379801273346, -0.8380526900291443, 1.9124817848205566, -1.0665080547332764, 0.0019763291347771883], "mean": [0.17816083133220673, 0.2470000684261322, 0.08815108239650726, -1.8460838794708252, -0.2914067208766937, 0.02681843377649784, -0.08817853033542633, -0.25655701756477356, 0.38120993971824646, 0.17448857426643372, -1.398267388343811, -1.4072799682617188, -1.1418098211288452, -0.055570974946022034, 0.2399957776069641, -0.20063118636608124, -1.585249662399292, 0.1721385419368744, -0.13249100744724274, 0.23050382733345032, -0.3136258125305176, -0.4071162939071655, 0.13612797856330872, 1.5814746618270874, -1.459660291671753, 0.9575513601303101, 627.3790283203125, 728.9297485351562, 0.0012084367917850614, -0.23164887726306915, -0.8393096923828125, 1.9123455286026, -1.068001389503479, 0.00021547563665080816], "std": [0.19227130711078644, 0.062046412378549576, 0.11716391891241074, 0.08197475969791412, 0.08284282684326172, 0.08008388429880142, 0.10042759776115417, 0.04065690562129021, 0.0383201465010643, 0.051960524171590805, 0.15645109117031097, 0.13004477322101593, 0.07868661731481552, 0.07633189857006073, 0.0929819643497467, 0.03399543836712837, 0.09825396537780762, 0.055165838450193405, 0.10231596976518631, 0.13597574830055237, 0.010431529954075813, 0.02561272494494915, 0.014399556443095207, 0.16286030411720276, 0.05722831189632416, 0.06995252519845963, 471.0761413574219, 431.21722412109375, 0.0008755583548918366, 0.0020643221214413643, 0.0002484662109054625, 6.454874528571963e-05, 0.0004898299812339246, 0.00046620253124274313], "count": [868]}, "timestamp": {"min": [0.0], "max": [28.9], "mean": [14.450000000000003], "std": [8.352328351357416], "count": [868]}, "frame_index": {"min": [0], "max": [867], "mean": [433.5], "std": [250.56985054072248], "count": [868]}, "episode_index": {"min": [287], "max": [287], "mean": [287.0], "std": [0.0], "count": [868]}, "index": {"min": [247529], "max": [248396], "mean": [247962.5], "std": [250.56985054072248], "count": [868]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [868]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6647465437788018, 0.7277108289103972], "std": [0.4720789937213272, 0.43044949189367243], "count": [868]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6647465437788018, 0.727715437214667], "std": [0.4720789937213272, 0.4304523855198543], "count": [868]}, "eef_direction_state": {"mean": [4.945852534562212, 5.341013824884793], "std": [1.9517376958888353, 1.777697180930971], "min": [0, 0], "max": [6, 6], "count": [868]}, "eef_velocity_state": {"mean": [0.3513824884792627, 0.13248847926267282], "std": [0.6257054461289812, 0.3457507441151947], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_acc_mag_state": {"mean": [0.22580645161290322, 0.09216589861751152], "std": [0.5636266857415765, 0.375865710574245], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_direction_action": {"mean": [4.945852534562212, 5.341013824884793], "std": [1.9517376958888353, 1.777697180930971], "min": [0, 0], "max": [6, 6], "count": [868]}, "eef_velocity_action": {"mean": [0.3513824884792627, 0.13248847926267282], "std": [0.6257054461289812, 0.34575074411519463], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_acc_mag_action": {"mean": [0.22580645161290322, 0.09216589861751152], "std": [0.5636266857415765, 0.375865710574245], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_sim_pose_state": {"mean": [0.4027069963489607, 0.250320043227197, 1.1802830405293274, -0.04567945030477719, 0.039192192656770854, 1.3217752740964601, 0.43508528157203336, -0.23301427578509085, 1.125386973551263, 0.02690885662607561, -0.06178975248872077, -1.1354593736109546], "std": [0.043712258531616026, 0.036754393314157335, 0.036105764328347646, 0.041531600578542625, 0.02708019410780051, 0.18797993870494797, 0.024437236242417858, 0.027581279558065035, 0.008964923137271324, 0.06030201901851275, 0.06657313701862444, 0.12868988509852583], "min": [0.33491247000293123, 0.17024093716422725, 1.1528372820571113, -0.13525272496661034, 0.00303291250831772, 0.8681615977274196, 0.3963668863217405, -0.2532084330802164, 1.118870026407326, -0.11967037837246552, -0.10919527565578635, -1.3457421585538425], "max": [0.5089587039107623, 0.3384172745529686, 1.2482330782404027, -0.006238720866744707, 0.12815296047488145, 1.4485677825443894, 0.5016411956493283, -0.18833083122351008, 1.144574025665007, 0.08907271543217987, 0.0889536761323888, -1.0364947385231054], "count": [868]}, "eef_sim_pose_action": {"mean": [0.4026905632396409, 0.25032001249165986, 1.1802795567199509, -0.04567043529439551, 0.03929390136432903, 1.3217010428188896, 0.43512735966163923, -0.23308843877423668, 1.1253584224951108, 0.026920422340482364, -0.06182990555225575, -1.1351556745308784], "std": [0.04372215578504721, 0.0367543814584549, 0.03610817456065241, 0.04153854808536174, 0.027220895617404754, 0.18794365333882335, 0.024401989425021652, 0.027548560101177788, 0.008943481809473446, 0.060306999689491214, 0.0665871077758599, 0.12860208119035085], "min": [0.33491247000293123, 0.17024093716422725, 1.1528372820571113, -0.13525272496661034, 0.00303291250831772, 0.8681615977274196, 0.3963668863217405, -0.2532084330802164, 1.118870026407326, -0.11967037837246552, -0.10919527565578635, -1.3457421585538425], "max": [0.5089587039107623, 0.3384172745529686, 1.2482330782404027, -0.006238720866744707, 0.12815296047488145, 1.4485677825443894, 0.5016411956493283, -0.18833083122351008, 1.144574025665007, 0.08907271543217987, 0.0889536761323888, -1.0364947385231054], "count": [868]}, "gripper_mode_state": {"mean": [0.3352534562211982, 0.2707373271889401], "std": [0.4720789937213272, 0.4443406653183311], "min": [0, 0], "max": [1, 1], "count": [868]}, "gripper_activity_state": {"mean": [1.98963133640553, 1.8790322580645162], "std": [0.131048070592619, 0.43241150382112137], "min": [0, 0], "max": [2, 2], "count": [868]}, "gripper_mode_action": {"mean": [0.3352534562211982, 0.2707373271889401], "std": [0.4720789937213272, 0.4443406653183311], "min": [0, 0], "max": [1, 1], "count": [868]}, "gripper_activity_action": {"mean": [1.98963133640553, 1.8790322580645162], "std": [0.131048070592619, 0.43241150382112137], "min": [0, 0], "max": [2, 2], "count": [868]}}} +{"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.47177494950526505]], [[0.4547295255196986]], [[0.44245344413807186]]], "std": [[[0.16737119466990422]], [[0.17175188122475557]], [[0.1759331717645471]]], "count": [144]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46323757347267613]], [[0.45692640959740377]], [[0.45047231158088236]]], "std": [[[0.15184016761525898]], [[0.15303455542833733]], [[0.1563080865026459]]], "count": [144]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4626042702092411]], [[0.46523996629901965]], [[0.4557729013480392]]], "std": [[[0.1688186635423429]], [[0.16739345115338808]], [[0.17455966730154657]]], "count": [144]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5036042560253269]], [[0.48562711624001453]], [[0.4670950988902506]]], "std": [[[0.17830082817423407]], [[0.16146030901263017]], [[0.16809513995005193]]], "count": [144]}, "observation.state": {"min": [-0.26422539353370667, 0.18371336162090302, -0.15276867151260376, -2.0103225708007812, -0.49693015217781067, -0.021991148591041565, -0.3635695278644562, -0.28567999601364136, 0.34480300545692444, 0.08688200265169144, -1.7872925996780396, -1.6307270526885986, -1.1877628564834595, -0.17331120371818542, 0.051399946212768555, -0.26256734132766724, -1.7714743614196777, 0.00171042256988585, -0.08604472875595093, -0.02626720443367958, -0.3383229970932007, -0.4791159927845001, 0.10906799882650375, 1.3623379468917847, -1.4159934520721436, 0.8160573840141296, 0.0, 0.0, -0.002488959114998579, -0.23558636009693146, -0.8401167392730713, 1.9111348390579224, -1.0699745416641235, -0.002136751776561141], "max": [0.3461511433124542, 0.4810127317905426, 0.3099704682826996, -1.655182957649231, -0.21443115174770355, 0.19943878054618835, -0.018744835630059242, -0.17590300738811493, 0.4816949963569641, 0.24637000262737274, -1.296558141708374, -1.3069719076156616, -0.872899055480957, 0.15919148921966553, 0.24094270169734955, -0.1431169956922531, -1.3056284189224243, 0.06703809648752213, -0.040735986083745956, 0.24846507608890533, -0.2920370101928711, -0.3761709928512573, 0.1382399946451187, 1.6047874689102173, -1.3291609287261963, 1.0664958953857422, 1001.0, 1002.0, 0.004175209905952215, -0.22874736785888672, -0.8375281691551208, 1.9133208990097046, -1.0646318197250366, 0.004189969971776009], "mean": [0.17320500314235687, 0.2605297267436981, 0.08339361846446991, -1.8453214168548584, -0.2796034514904022, 0.0332510769367218, -0.09153975546360016, -0.2575683295726776, 0.3831211030483246, 0.17963673174381256, -1.402686357498169, -1.389372706413269, -1.1230502128601074, -0.029335128143429756, 0.19747400283813477, -0.20551738142967224, -1.558713436126709, 0.053297437727451324, -0.07294107973575592, 0.18149252235889435, -0.32269543409347534, -0.4174853265285492, 0.1281491070985794, 1.5415467023849487, -1.389277696609497, 0.8897680044174194, 653.4140014648438, 707.8836059570312, 0.0010097757913172245, -0.23163031041622162, -0.8391457200050354, 1.9121942520141602, -1.0680180788040161, 0.00019604679255280644], "std": [0.170701801776886, 0.06398115307092667, 0.09632062911987305, 0.06664923578500748, 0.0598573312163353, 0.07826735824346542, 0.10184872150421143, 0.04117140918970108, 0.03353022411465645, 0.0405370257794857, 0.1631513237953186, 0.10227631032466888, 0.09625675529241562, 0.07419629395008087, 0.06444581598043442, 0.02977011539041996, 0.10589179396629333, 0.019163496792316437, 0.013898834586143494, 0.09622720628976822, 0.012292474508285522, 0.02348439209163189, 0.008874671533703804, 0.08384064584970474, 0.02885565534234047, 0.09440397471189499, 461.3998107910156, 440.0246276855469, 0.0017861519008874893, 0.002171700354665518, 0.0002954056835733354, 0.00024008956097532064, 0.000571169366594404, 0.0006810270715504885], "count": [756]}, "action": {"min": [-0.26422539353370667, 0.18371336162090302, -0.15276867151260376, -2.0103225708007812, -0.49693015217781067, -0.021991148591041565, -0.3635695278644562, -0.28567999601364136, 0.34480300545692444, 0.08688200265169144, -1.7872925996780396, -1.6307270526885986, -1.1877628564834595, -0.17331120371818542, 0.051399946212768555, -0.26256734132766724, -1.7714743614196777, 0.00171042256988585, -0.08604472875595093, -0.02626720443367958, -0.3383229970932007, -0.4791159927845001, 0.10906799882650375, 1.3623379468917847, -1.4159934520721436, 0.8160573840141296, 0.0, 0.0, -0.002488959114998579, -0.23558636009693146, -0.8401167392730713, 1.9111348390579224, -1.0699745416641235, -0.002136751776561141], "max": [0.3461511433124542, 0.4810127317905426, 0.3099704682826996, -1.655182957649231, -0.21443115174770355, 0.19943878054618835, -0.018744835630059242, -0.17590300738811493, 0.4816949963569641, 0.24637000262737274, -1.296558141708374, -1.3069719076156616, -0.872899055480957, 0.15919148921966553, 0.24094270169734955, -0.1431169956922531, -1.3056284189224243, 0.06703809648752213, -0.040735986083745956, 0.24846507608890533, -0.2920370101928711, -0.3761709928512573, 0.1382399946451187, 1.6047874689102173, -1.3291609287261963, 1.0664958953857422, 1001.0, 1002.0, 0.004175209905952215, -0.22874736785888672, -0.8375281691551208, 1.9133208990097046, -1.0646318197250366, 0.004189969971776009], "mean": [0.17311421036720276, 0.2604990303516388, 0.0834273099899292, -1.8452776670455933, -0.2795579433441162, 0.0333540216088295, -0.09167437255382538, -0.2575687766075134, 0.38314229249954224, 0.17960530519485474, -1.4027600288391113, -1.3894959688186646, -1.1229124069213867, -0.02914383076131344, 0.197539821267128, -0.20544682443141937, -1.5584297180175781, 0.05329357460141182, -0.07296633720397949, 0.18185147643089294, -0.32273998856544495, -0.4175368547439575, 0.12818078696727753, 1.5417120456695557, -1.3893818855285645, 0.8894446492195129, 653.4140014648438, 707.8836059570312, 0.0010107479756698012, -0.23162402212619781, -0.8391458988189697, 1.912194013595581, -1.0680180788040161, 0.00019597019127104431], "std": [0.1706710308790207, 0.06399615108966827, 0.09631061553955078, 0.0666574165225029, 0.05988995358347893, 0.0782473087310791, 0.10182122886180878, 0.041171684861183167, 0.03352486714720726, 0.0405290313065052, 0.16311658918857574, 0.10224676132202148, 0.09624199569225311, 0.07401207089424133, 0.06446254998445511, 0.029697977006435394, 0.105608269572258, 0.019161183387041092, 0.013899178244173527, 0.09595754742622375, 0.012242254801094532, 0.023436451330780983, 0.008851430378854275, 0.08383346349000931, 0.02878071367740631, 0.09421713650226593, 461.3998107910156, 440.0246276855469, 0.0017863221000880003, 0.0021687147673219442, 0.0002954856026917696, 0.0002402501122560352, 0.000571170006878674, 0.000681042205542326], "count": [756]}, "timestamp": {"min": [0.0], "max": [25.166666666666668], "mean": [12.583333333333334], "std": [7.274607027696232], "count": [756]}, "frame_index": {"min": [0], "max": [755], "mean": [377.5], "std": [218.23821083088694], "count": [756]}, "episode_index": {"min": [288], "max": [288], "mean": [288.0], "std": [0.0], "count": [756]}, "index": {"min": [248397], "max": [249152], "mean": [248774.5], "std": [218.23821083088694], "count": [756]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [756]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6984126984126984, 0.7065833335232344], "std": [0.4589470569778111, 0.43915450842505505], "count": [756]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6984126984126984, 0.7065833335232344], "std": [0.4589470569778111, 0.43915450842505505], "count": [756]}, "eef_direction_state": {"mean": [4.866402116402116, 5.25], "std": [2.0520690983332264, 1.9022925461707858], "min": [0, 0], "max": [6, 6], "count": [756]}, "eef_velocity_state": {"mean": [0.3055555555555556, 0.14153439153439154], "std": [0.5123045073871982, 0.3523462930028974], "min": [0, 0], "max": [2, 2], "count": [756]}, "eef_acc_mag_state": {"mean": [0.26455026455026454, 0.11375661375661375], "std": [0.6119294093037427, 0.4150236354857544], "min": [0, 0], "max": [2, 2], "count": [756]}, "eef_direction_action": {"mean": [4.866402116402116, 5.25], "std": [2.0520690983332264, 1.9022925461707858], "min": [0, 0], "max": [6, 6], "count": [756]}, "eef_velocity_action": {"mean": [0.3055555555555556, 0.14153439153439154], "std": [0.5123045073871982, 0.3523462930028974], "min": [0, 0], "max": [2, 2], "count": [756]}, "eef_acc_mag_action": {"mean": [0.26455026455026454, 0.11375661375661375], "std": [0.6119294093037427, 0.4150236354857544], "min": [0, 0], "max": [2, 2], "count": [756]}, "eef_sim_pose_state": {"mean": [0.40438111460027404, 0.25532372410687065, 1.1804078800125655, -0.03552528673648715, 0.01883322290011218, 1.3255901445637936, 0.442617681728276, -0.22011241145599586, 1.1235383090758184, -0.036792326907784785, -0.12528662165522575, -1.1744986129108113], "std": [0.03867184943884065, 0.026518605141661936, 0.03720598406316288, 0.0380049018458081, 0.03014941634407192, 0.17992334176640964, 0.023176674421089373, 0.01761803946350466, 0.008676966649588792, 0.0328058601859881, 0.044170917937439796, 0.0926991668679974], "min": [0.36536987811821303, 0.1897686619357923, 1.1567047074273784, -0.12891353616597595, -0.09474777766718434, 0.9138344490877004, 0.3963737454078883, -0.23396611073158696, 1.1110859952585745, -0.06603917453795627, -0.15879522831081738, -1.3223572593828152], "max": [0.5107317383322288, 0.3318979731060677, 1.2529013541585932, 0.03078304708097579, 0.04444355421921364, 1.449485056884399, 0.4989423677316985, -0.18868201658469075, 1.1445389355500875, 0.048000960912278456, -0.03304633777939592, -1.0980055192406781], "count": [756]}, "eef_sim_pose_action": {"mean": [0.40440548862116826, 0.25530949116859497, 1.1804138512594589, -0.035469085534882705, 0.01882048584431301, 1.32543916358882, 0.4426792918470824, -0.22017046643849952, 1.1235083774924868, -0.036920860385583766, -0.12540574716421016, -1.1742371462589944], "std": [0.038664497839237914, 0.026516551508969047, 0.03720256067315609, 0.03806260554033382, 0.030145598326723963, 0.17987023067098046, 0.023115583987749166, 0.017586658897885545, 0.008643469640386623, 0.032663714089986695, 0.044136272101756566, 0.0926111652406471], "min": [0.36536987811821303, 0.1897686619357923, 1.1567047074273784, -0.12891353616597595, -0.09474777766718434, 0.9138344490877004, 0.3963737454078883, -0.23396611073158696, 1.1110859952585745, -0.06603917453795627, -0.15879522831081738, -1.3223572593828152], "max": [0.5107317383322288, 0.3318979731060677, 1.2529013541585932, 0.03078304708097579, 0.04444355421921364, 1.449485056884399, 0.4989423677316985, -0.18868201658469075, 1.1445389355500875, 0.048000960912278456, -0.03304633777939592, -1.0980055192406781], "count": [756]}, "gripper_mode_state": {"mean": [0.30158730158730157, 0.2923280423280423], "std": [0.458947056977811, 0.454832230604538], "min": [0, 0], "max": [1, 1], "count": [756]}, "gripper_activity_state": {"mean": [1.9880952380952381, 1.8624338624338623], "std": [0.14035507288751894, 0.45960231500055826], "min": [0, 0], "max": [2, 2], "count": [756]}, "gripper_mode_action": {"mean": [0.30158730158730157, 0.2923280423280423], "std": [0.4589470569778111, 0.454832230604538], "min": [0, 0], "max": [1, 1], "count": [756]}, "gripper_activity_action": {"mean": [1.9880952380952381, 1.8624338624338623], "std": [0.14035507288751894, 0.45960231500055826], "min": [0, 0], "max": [2, 2], "count": [756]}}} +{"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.4657675285947712]], [[0.44855830337690633]], [[0.4356378281590414]]], "std": [[[0.16133393762218967]], [[0.16651569729467008]], [[0.17061187446181642]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46529182598039215]], [[0.4570888984204793]], [[0.4502171881808279]]], "std": [[[0.15228635476511584]], [[0.15320615686069805]], [[0.15660281962174136]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46377367647058826]], [[0.4653816176470588]], [[0.4549157284858388]]], "std": [[[0.1662131309483832]], [[0.16487928155537485]], [[0.17201792010657008]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5006770710784314]], [[0.4829082230392157]], [[0.46524245778867107]]], "std": [[[0.18464780513413445]], [[0.16558315985906244]], [[0.17179843050403826]]], "count": [150]}, "observation.state": {"min": [-0.2517986595630646, 0.1921258568763733, -0.20870646834373474, -2.0814621448516846, -0.5992762446403503, -0.043563418090343475, -0.3910410404205322, -0.2861829996109009, 0.31154701113700867, 0.0892300009727478, -1.77271568775177, -1.618804931640625, -1.2020426988601685, -0.17332863807678223, 0.020717058330774307, -0.26258477568626404, -1.7714743614196777, 0.05523966997861862, -0.06372196972370148, -0.026232298463582993, -0.3368209898471832, -0.47784098982810974, 0.1096860021352768, 1.2480424642562866, -1.5307800769805908, 0.8533173203468323, 0.0, 0.0, -0.0004361318133305758, -0.23511263728141785, -0.8397308588027954, 1.911717176437378, -1.0700546503067017, -0.0021576350554823875], "max": [0.47541025280952454, 0.5369505286216736, 0.289707213640213, -1.6521636247634888, -0.17376498878002167, 0.18591247498989105, -0.01904154196381569, -0.17992599308490753, 0.47937899827957153, 0.25244298577308655, -1.292151927947998, -1.3171164989471436, -0.8627743124961853, 0.14556045830249786, 0.25998425483703613, -0.12424998730421066, -1.338632583618164, 0.17301449179649353, 0.03991567716002464, 0.2739468812942505, -0.2920359969139099, -0.37616100907325745, 0.13713699579238892, 1.5479437112808228, -1.328906536102295, 1.0751694440841675, 1001.0, 1003.0, 0.002378046279773116, -0.22918161749839783, -0.8379710912704468, 1.9128795862197876, -1.064634919166565, 0.0021006804890930653], "mean": [0.17936265468597412, 0.26940104365348816, 0.08199474215507507, -1.8512989282608032, -0.27546635270118713, 0.020744651556015015, -0.10952217131853104, -0.2553578317165375, 0.38090023398399353, 0.17884722352027893, -1.4319368600845337, -1.385218620300293, -1.1113946437835693, -0.07200296223163605, 0.20808349549770355, -0.19229747354984283, -1.6357378959655762, 0.14091481268405914, -0.004757867660373449, 0.19955846667289734, -0.31336474418640137, -0.4052613377571106, 0.12810252606868744, 1.4866900444030762, -1.4845490455627441, 0.9203368425369263, 611.8572998046875, 689.2853393554688, 0.0006080009625293314, -0.23162226378917694, -0.8391668796539307, 1.9120144844055176, -1.067975401878357, 0.00024155035498552024], "std": [0.17857886850833893, 0.07526430487632751, 0.10571655631065369, 0.07886673510074615, 0.08727369457483292, 0.07341492921113968, 0.11292797327041626, 0.040815144777297974, 0.03653869405388832, 0.04203187674283981, 0.1811109483242035, 0.09206191450357437, 0.10696329176425934, 0.07701737433671951, 0.07991860061883926, 0.03380652517080307, 0.10619174689054489, 0.0420236811041832, 0.024595651775598526, 0.11025309562683105, 0.010953668504953384, 0.025742247700691223, 0.008996332064270973, 0.09797857701778412, 0.06678038090467453, 0.09094750136137009, 473.8231506347656, 449.2357482910156, 0.0011506201699376106, 0.002172342734411359, 0.00022833194816485047, 0.0001575466594658792, 0.0005394102190621197, 0.000507148914039135], "count": [799]}, "action": {"min": [-0.2517986595630646, 0.1921258568763733, -0.20870646834373474, -2.0814621448516846, -0.5992762446403503, -0.043563418090343475, -0.3910410404205322, -0.2861829996109009, 0.31154701113700867, 0.0892300009727478, -1.77271568775177, -1.618804931640625, -1.2020426988601685, -0.17332863807678223, 0.020717058330774307, -0.26258477568626404, -1.7714743614196777, 0.05523966997861862, -0.06372196972370148, -0.026232298463582993, -0.3368209898471832, -0.47784098982810974, 0.1096860021352768, 1.2480424642562866, -1.5307800769805908, 0.8533173203468323, 0.0, 0.0, -0.0004361318133305758, -0.23511263728141785, -0.8397308588027954, 1.911717176437378, -1.0700546503067017, -0.0021576350554823875], "max": [0.47541025280952454, 0.5369505286216736, 0.289707213640213, -1.6521636247634888, -0.17376498878002167, 0.18591247498989105, -0.01904154196381569, -0.17992599308490753, 0.47937899827957153, 0.25244298577308655, -1.292151927947998, -1.3171164989471436, -0.8627743124961853, 0.14556045830249786, 0.25998425483703613, -0.12424998730421066, -1.338632583618164, 0.17301449179649353, 0.03991567716002464, 0.2739468812942505, -0.2920359969139099, -0.37616100907325745, 0.13713699579238892, 1.5479437112808228, -1.328906536102295, 1.0751694440841675, 1001.0, 1003.0, 0.002378046279773116, -0.22918161749839783, -0.8379710912704468, 1.9128795862197876, -1.064634919166565, 0.0021006804890930653], "mean": [0.17928259074687958, 0.26940882205963135, 0.08200769126415253, -1.8512578010559082, -0.2754476070404053, 0.020762016996741295, -0.10970356315374374, -0.2553483843803406, 0.3809182345867157, 0.17882677912712097, -1.4321037530899048, -1.3853189945220947, -1.111283302307129, -0.07189778238534927, 0.20816831290721893, -0.19220972061157227, -1.6356000900268555, 0.14104436337947845, -0.004681633319705725, 0.19993211328983307, -0.31339067220687866, -0.4052882194519043, 0.12813253700733185, 1.4867769479751587, -1.4847939014434814, 0.9200748801231384, 611.8572998046875, 689.2853393554688, 0.0006114524439908564, -0.23162449896335602, -0.8391667604446411, 1.9120144844055176, -1.067975401878357, 0.00024117848079185933], "std": [0.1785544604063034, 0.0752616822719574, 0.10571236163377762, 0.07887645065784454, 0.08727996051311493, 0.07340671867132187, 0.11290006339550018, 0.04080957919359207, 0.036535222083330154, 0.0420246422290802, 0.1810486614704132, 0.09203281253576279, 0.10693254321813583, 0.07693588733673096, 0.07993465662002563, 0.033715181052684784, 0.10608715564012527, 0.04195190593600273, 0.024507170543074608, 0.10999307036399841, 0.01092775072902441, 0.02572307549417019, 0.00897485762834549, 0.0979996770620346, 0.06656912714242935, 0.09082811325788498, 473.8231506347656, 449.2357482910156, 0.0011516185477375984, 0.0021709369029849768, 0.0002282988716615364, 0.00015756105131004006, 0.0005394227337092161, 0.0005071780760772526], "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": [289], "max": [289], "mean": [289.0], "std": [0.0], "count": [799]}, "index": {"min": [249153], "max": [249951], "mean": [249552.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6533166458072591, 0.6880750938421244], "std": [0.47591386417965476, 0.44839274849619304], "count": [799]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6533166458072591, 0.6880750938421244], "std": [0.47591386417965476, 0.44839274849619304], "count": [799]}, "eef_direction_state": {"mean": [4.839799749687109, 5.2715894868585735], "std": [2.1005674088800323, 1.8873351302980839], "min": [0, 0], "max": [6, 6], "count": [799]}, "eef_velocity_state": {"mean": [0.3304130162703379, 0.13141426783479349], "std": [0.5821402870210953, 0.33785286449020707], "min": [0, 0], "max": [2, 1], "count": [799]}, "eef_acc_mag_state": {"mean": [0.24405506883604505, 0.10763454317897372], "std": [0.5785152780003429, 0.3982807691467134], "min": [0, 0], "max": [2, 2], "count": [799]}, "eef_direction_action": {"mean": [4.839799749687109, 5.2715894868585735], "std": [2.1005674088800323, 1.887335130298084], "min": [0, 0], "max": [6, 6], "count": [799]}, "eef_velocity_action": {"mean": [0.3304130162703379, 0.13141426783479349], "std": [0.5821402870210953, 0.33785286449020707], "min": [0, 0], "max": [2, 1], "count": [799]}, "eef_acc_mag_action": {"mean": [0.24405506883604505, 0.10763454317897372], "std": [0.5785152780003429, 0.3982807691467134], "min": [0, 0], "max": [2, 2], "count": [799]}, "eef_sim_pose_state": {"mean": [0.4028726877704127, 0.25656928013691277, 1.1815841210974483, -0.04489953830254481, 0.0029880254019809, 1.30768316886794, 0.4313884297103674, -0.221599130544418, 1.1347126161320562, -0.05265097428347787, -0.033840942176376156, -1.1632837462822894], "std": [0.04061408814218957, 0.029255980190561665, 0.036772380132048296, 0.03956820145683226, 0.05463051425478094, 0.1844080697091104, 0.02406353528688042, 0.01968941208585874, 0.007062161768940653, 0.039916455998915475, 0.040849077694992506, 0.11051232246337656], "min": [0.3346345663042103, 0.19198990763216883, 1.153450865558254, -0.15556008628337648, -0.12756443410371032, 0.9114465756496498, 0.39636740866521836, -0.23571021737361747, 1.1164330957571624, -0.10125696224848468, -0.0675655328112934, -1.3669945805204726], "max": [0.5086595908464139, 0.34229362595548846, 1.2509515919759546, -0.015597801313808501, 0.1091900376279813, 1.4479880108501058, 0.4967954767374272, -0.18868046615796036, 1.1449499942863517, 0.0480218819999928, 0.07632708777087549, -1.0803088425963967], "count": [799]}, "eef_sim_pose_action": {"mean": [0.402894982842825, 0.2565698826062488, 1.181591418490601, -0.04491812210618834, 0.0029502912643201815, 1.3074965752169336, 0.43142651311767616, -0.22165726363962812, 1.1347023181141882, -0.052787509036746366, -0.03381870450688309, -1.1630108242752504], "std": [0.04060833483994628, 0.02925614890233721, 0.0367680416467353, 0.03955887059132196, 0.05462037432195258, 0.18434351772124688, 0.02403214603928234, 0.019660729851751334, 0.007053867855110558, 0.03975860002065788, 0.04083563795734446, 0.1104327834322024], "min": [0.3346345663042103, 0.19198990763216883, 1.153450865558254, -0.15556008628337648, -0.12756443410371032, 0.9114465756496498, 0.39636740866521836, -0.23571021737361747, 1.1164330957571624, -0.10125696224848468, -0.0675655328112934, -1.3669945805204726], "max": [0.5086595908464139, 0.34229362595548846, 1.2509515919759546, -0.015597801313808501, 0.1091900376279813, 1.4479880108501058, 0.4967954767374272, -0.18868046615796036, 1.1449499942863517, 0.0480218819999928, 0.07632708777087549, -1.0803088425963967], "count": [799]}, "gripper_mode_state": {"mean": [0.34668335419274093, 0.311639549436796], "std": [0.47591386417965476, 0.4631634060065899], "min": [0, 0], "max": [1, 1], "count": [799]}, "gripper_activity_state": {"mean": [1.9887359198998749, 1.8685857321652064], "std": [0.13655250760436424, 0.4491704241533501], "min": [0, 0], "max": [2, 2], "count": [799]}, "gripper_mode_action": {"mean": [0.34668335419274093, 0.311639549436796], "std": [0.47591386417965476, 0.4631634060065899], "min": [0, 0], "max": [1, 1], "count": [799]}, "gripper_activity_action": {"mean": [1.9887359198998749, 1.8685857321652064], "std": [0.13655250760436424, 0.4491704241533501], "min": [0, 0], "max": [2, 2], "count": [799]}}} +{"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.4703891241266622]], [[0.45543779158215014]], [[0.44500628662384495]]], "std": [[[0.1659820823803014]], [[0.1714347455151298]], [[0.1755860802893008]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.469501031102096]], [[0.46014001718503494]], [[0.4526582445909398]]], "std": [[[0.15119083338600436]], [[0.15209673474277255]], [[0.15505285645566036]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46027318711967546]], [[0.463398399819698]], [[0.45507095729096236]]], "std": [[[0.16749024501438112]], [[0.1665215927885434]], [[0.17386668692659887]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5204260691345504]], [[0.5027365139734055]], [[0.4886481547216588]]], "std": [[[0.1758590267037751]], [[0.16109669298442367]], [[0.17195576703401513]]], "count": [145]}, "observation.state": {"min": [-0.2960427403450012, 0.22284363210201263, -0.08274606615304947, -2.0742714405059814, -0.4544662833213806, -0.02082177810370922, -0.3859621286392212, -0.2926810085773468, 0.34017500281333923, 0.09964899718761444, -1.7796132564544678, -1.6290003061294556, -1.1906132698059082, -0.1914975345134735, -0.0020943949930369854, -0.2626197040081024, -1.7780193090438843, 0.05595525726675987, -0.19404570758342743, -0.0262148454785347, -0.3421179950237274, -0.48094600439071655, 0.10966899991035461, 1.2811309099197388, -1.4906927347183228, 1.0664958953857422, 0.0, 0.0, 0.0011504855938255787, -0.23515211045742035, -0.8396667242050171, 1.91189706325531, -1.0693550109863281, -0.0028714677318930626], "max": [0.34175291657447815, 0.5486617088317871, 0.31127944588661194, -1.6554447412490845, -0.2502453029155731, 0.24375267326831818, -0.019477875903248787, -0.17869600653648376, 0.48331499099731445, 0.22395600378513336, -1.296558141708374, -1.3175163269042969, -0.7840825915336609, 0.1609891653060913, 0.23382176458835602, -0.11135201156139374, -1.2841085195541382, 0.25473082065582275, -0.03131120651960373, 0.2753082513809204, -0.292044997215271, -0.37323299050331116, 0.1628279983997345, 1.5360981225967407, -1.32765793800354, 1.1170392036437988, 1001.0, 1003.0, 0.00163549417629838, -0.22914214432239532, -0.8385297060012817, 1.9125539064407349, -1.065488338470459, 0.003200856037437916], "mean": [0.16508722305297852, 0.28118783235549927, 0.08780013024806976, -1.8426395654678345, -0.29776492714881897, 0.041008658707141876, -0.09735032171010971, -0.2569383680820465, 0.38435959815979004, 0.181830033659935, -1.4047805070877075, -1.3979207277297974, -1.1037598848342896, -0.12808234989643097, 0.19024182856082916, -0.14573326706886292, -1.6253337860107422, 0.19218601286411285, -0.14543725550174713, 0.18808721005916595, -0.3162570297718048, -0.392907053232193, 0.1455003321170807, 1.4856714010238647, -1.450843334197998, 1.0811744928359985, 644.3703002929688, 708.6114501953125, 0.0014470074092969298, -0.23157446086406708, -0.8390203714370728, 1.9122285842895508, -1.067996621131897, 0.00027304590912535787], "std": [0.18815730512142181, 0.08138693124055862, 0.0989910438656807, 0.07707569003105164, 0.0667567104101181, 0.09546717256307602, 0.11491530388593674, 0.041879042983055115, 0.03688877820968628, 0.03547842428088188, 0.16958512365818024, 0.1120222732424736, 0.12955904006958008, 0.08542045950889587, 0.07198479771614075, 0.05472380667924881, 0.11043844372034073, 0.08298464864492416, 0.06324364989995956, 0.11841606348752975, 0.012723568826913834, 0.02670455537736416, 0.02313961274921894, 0.07834554463624954, 0.059718333184719086, 0.010606937110424042, 464.4009704589844, 439.9306640625, 0.00012402987340465188, 0.0017431196756660938, 0.0001489289861638099, 0.0001446330570615828, 0.0004974402254447341, 0.0007544659893028438], "count": [767]}, "action": {"min": [-0.2960427403450012, 0.22284363210201263, -0.08274606615304947, -2.0742714405059814, -0.4544662833213806, -0.02082177810370922, -0.3859621286392212, -0.2926810085773468, 0.34017500281333923, 0.09964899718761444, -1.7796132564544678, -1.6290003061294556, -1.1906132698059082, -0.1914975345134735, -0.0020943949930369854, -0.2626197040081024, -1.7780193090438843, 0.05595525726675987, -0.19404570758342743, -0.0262148454785347, -0.3421179950237274, -0.48094600439071655, 0.10966899991035461, 1.2811309099197388, -1.4906927347183228, 1.0664958953857422, 0.0, 0.0, 0.0011504855938255787, -0.23515211045742035, -0.8396667242050171, 1.91189706325531, -1.0693550109863281, -0.0028714677318930626], "max": [0.34175291657447815, 0.5486617088317871, 0.31127944588661194, -1.6554447412490845, -0.2502453029155731, 0.24375267326831818, -0.019477875903248787, -0.17869600653648376, 0.48331499099731445, 0.22395600378513336, -1.296558141708374, -1.3175163269042969, -0.7840825915336609, 0.1609891653060913, 0.23382176458835602, -0.11135201156139374, -1.2841085195541382, 0.25473082065582275, -0.03131120651960373, 0.2753082513809204, -0.292044997215271, -0.37323299050331116, 0.1628279983997345, 1.5360981225967407, -1.32765793800354, 1.1170392036437988, 1001.0, 1003.0, 0.00163549417629838, -0.22914214432239532, -0.8385297060012817, 1.9125539064407349, -1.065488338470459, 0.003200856037437916], "mean": [0.16495110094547272, 0.2811770439147949, 0.08788109570741653, -1.8425447940826416, -0.2978467047214508, 0.04109940677881241, -0.09745433181524277, -0.2569442093372345, 0.3843916654586792, 0.18179018795490265, -1.404801607131958, -1.3981406688690186, -1.1036909818649292, -0.12806648015975952, 0.1902986615896225, -0.14554105699062347, -1.625154972076416, 0.1924314796924591, -0.14560602605342865, 0.1884748786687851, -0.3162919580936432, -0.3929159939289093, 0.1455695480108261, 1.4857468605041504, -1.4510501623153687, 1.081193447113037, 644.3703002929688, 708.6114501953125, 0.0014463824918493629, -0.23157505691051483, -0.8390206694602966, 1.9122287034988403, -1.0679959058761597, 0.000272652308922261], "std": [0.18812228739261627, 0.08139283210039139, 0.09897910058498383, 0.07711207866668701, 0.06674117594957352, 0.09544144570827484, 0.11488129198551178, 0.04188298434019089, 0.03688406944274902, 0.03547310456633568, 0.16957294940948486, 0.11203140765428543, 0.12952974438667297, 0.08541303128004074, 0.07200109958648682, 0.05457175895571709, 0.11031296849250793, 0.08288919180631638, 0.06319714337587357, 0.118201345205307, 0.012693939730525017, 0.02670012228190899, 0.02311178855597973, 0.07836408168077469, 0.05957088991999626, 0.010593678802251816, 464.4009704589844, 439.9306640625, 0.00012428616173565388, 0.0017425247933715582, 0.0001491667062509805, 0.00014454829215537757, 0.0004976183408871293, 0.0007544942200183868], "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": [290], "max": [290], "mean": [290.0], "std": [0.0], "count": [767]}, "index": {"min": [249952], "max": [250718], "mean": [250335.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6897001303780965, 0.7072894396248238], "std": [0.4626163210853392, 0.43904702970178927], "count": [767]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6897001303780965, 0.7072894396248238], "std": [0.4626163210853392, 0.43904702970178927], "count": [767]}, "eef_direction_state": {"mean": [4.940026075619296, 5.1147327249022165], "std": [2.0639202705733477, 1.9789977841669113], "min": [0, 0], "max": [6, 6], "count": [767]}, "eef_velocity_state": {"mean": [0.288135593220339, 0.1760104302477184], "std": [0.5224079663533039, 0.38082904129245365], "min": [0, 0], "max": [2, 1], "count": [767]}, "eef_acc_mag_state": {"mean": [0.22164276401564537, 0.13428943937418514], "std": [0.5643941151646733, 0.4468755616430758], "min": [0, 0], "max": [2, 2], "count": [767]}, "eef_direction_action": {"mean": [4.940026075619296, 5.1147327249022165], "std": [2.0639202705733477, 1.9789977841669113], "min": [0, 0], "max": [6, 6], "count": [767]}, "eef_velocity_action": {"mean": [0.288135593220339, 0.1760104302477184], "std": [0.522407966353304, 0.38082904129245365], "min": [0, 0], "max": [2, 1], "count": [767]}, "eef_acc_mag_action": {"mean": [0.22164276401564537, 0.13428943937418514], "std": [0.5643941151646733, 0.4468755616430757], "min": [0, 0], "max": [2, 2], "count": [767]}, "eef_sim_pose_state": {"mean": [0.4062487213050255, 0.2587260831755613, 1.1823481417237869, -0.02399359899205196, 0.016577126403520295, 1.313766220590076, 0.41596232464765037, -0.23220677413003527, 1.1197860645352122, 0.052574047701376386, 0.012720265290601442, -1.2289077945678748], "std": [0.042663576299533386, 0.021382252672251127, 0.040414257634650966, 0.019311644739722723, 0.047228274024798726, 0.19738621075219367, 0.025297176262668628, 0.03023332632636739, 0.01185148770294782, 0.042115479791575684, 0.03878863637418574, 0.07006735181568607], "min": [0.36573096244849596, 0.20860666311894907, 1.1527728879419372, -0.09851254188352176, -0.10880352875990695, 0.9034961574695244, 0.3931785074590853, -0.25493846143554477, 1.1059795440673523, -0.05591401653408401, -0.0675502487268993, -1.3704308582273388], "max": [0.5159384070026785, 0.3100771079764682, 1.258151151657071, 0.029826071636316787, 0.11175252055693163, 1.4468157498269172, 0.4994386397031087, -0.18606073507942342, 1.1445284021559063, 0.07922041371898658, 0.0680904346183413, -1.1752267809700783], "count": [767]}, "eef_sim_pose_action": {"mean": [0.40628437982230614, 0.25870483621730916, 1.1823481860523435, -0.02394316766466643, 0.016675190792508388, 1.3136046901573584, 0.4159773991221021, -0.23229303322720213, 1.1197466906752962, 0.052612532033880124, 0.012838173728785296, -1.2287431472035426], "std": [0.042655978057262366, 0.021384578507587158, 0.040414229641173124, 0.019378784238343286, 0.04733938638969423, 0.19732876138806266, 0.025288953366804257, 0.030203363961090603, 0.011819404230742972, 0.04212468925629234, 0.03868203218443344, 0.07003832356364774], "min": [0.36573096244849596, 0.20860666311894907, 1.1527728879419372, -0.09851254188352176, -0.10880352875990695, 0.9034961574695244, 0.3931785074590853, -0.25493846143554477, 1.1059795440673523, -0.05591401653408401, -0.0675502487268993, -1.3704308582273388], "max": [0.5159384070026785, 0.3100771079764682, 1.258151151657071, 0.029826071636316787, 0.11175252055693163, 1.4468157498269172, 0.4994386397031087, -0.18606073507942342, 1.1445284021559063, 0.07922041371898658, 0.0680904346183413, -1.1752267809700783], "count": [767]}, "gripper_mode_state": {"mean": [0.31029986962190353, 0.2920469361147327], "std": [0.4626163210853392, 0.4547037752435458], "min": [0, 0], "max": [1, 1], "count": [767]}, "gripper_activity_state": {"mean": [1.9882659713168187, 1.861799217731421], "std": [0.13935216913572251, 0.45865672739509455], "min": [0, 0], "max": [2, 2], "count": [767]}, "gripper_mode_action": {"mean": [0.31029986962190353, 0.2920469361147327], "std": [0.4626163210853392, 0.4547037752435458], "min": [0, 0], "max": [1, 1], "count": [767]}, "gripper_activity_action": {"mean": [1.9882659713168187, 1.861799217731421], "std": [0.13935216913572251, 0.45865672739509455], "min": [0, 0], "max": [2, 2], "count": [767]}}} +{"episode_index": 290, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4717103109543367]], [[0.4542913326929871]], [[0.44206896556482955]]], "std": [[[0.1649361308123526]], [[0.1699075636982858]], [[0.17392390630526652]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4697097368508214]], [[0.46017449710740155]], [[0.4530433199743861]]], "std": [[[0.15184416972159212]], [[0.15324224253219268]], [[0.15647722883278484]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46047042124845433]], [[0.46528325108196433]], [[0.45794810435435435]]], "std": [[[0.16162734505997003]], [[0.16072489566153147]], [[0.16858188800561202]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5135309988297121]], [[0.49461314807454515]], [[0.4778703133280339]]], "std": [[[0.17480729104957726]], [[0.15899159931255827]], [[0.16737761756740255]]], "count": [148]}, "observation.state": {"min": [-0.30403634905815125, 0.23778365552425385, -0.19160224497318268, -2.1146233081817627, -0.6101845502853394, -0.020804325118660927, -0.3618242144584656, -0.2912980020046234, 0.32694900035858154, 0.09318699687719345, -1.742630958557129, -1.7105616331100464, -1.223746418952942, -0.17592918872833252, 0.03764675185084343, -0.2626197040081024, -1.7714743614196777, 0.01647590845823288, -0.11760028451681137, -0.026232298463582993, -0.34098899364471436, -0.4786669909954071, 0.10967099666595459, 1.3612077236175537, -1.4152085781097412, 0.9816802740097046, 0.0, 0.0, 0.0005357653135433793, -0.23501676321029663, -0.8395573496818542, 1.911853551864624, -1.0686688423156738, -0.0018073634710162878], "max": [0.39182642102241516, 0.4997575879096985, 0.31752777099609375, -1.6445364952087402, -0.24839526414871216, 0.22769564390182495, -0.019198622554540634, -0.1741819977760315, 0.48301199078559875, 0.24155199527740479, -1.2966423034667969, -1.2872447967529297, -0.9372043013572693, 0.15488050878047943, 0.20977112650871277, -0.11246901005506516, -1.295243740081787, 0.13229595124721527, -0.04729842394590378, 0.2301565706729889, -0.2913280129432678, -0.376134991645813, 0.15704700350761414, 1.5301951169967651, -1.3267266750335693, 1.0669320821762085, 1001.0, 1003.0, 0.0011598849669098854, -0.2292812615633011, -0.8383458852767944, 1.9123700857162476, -1.0668392181396484, 0.0017817338230088353], "mean": [0.15710823237895966, 0.28395429253578186, 0.08632204681634903, -1.850385308265686, -0.32887178659439087, 0.03808390721678734, -0.10452568531036377, -0.2487381249666214, 0.38506054878234863, 0.18066586554050446, -1.4207968711853027, -1.4183917045593262, -1.1271754503250122, -0.08191455155611038, 0.17377251386642456, -0.15094874799251556, -1.6004674434661865, 0.10362251102924347, -0.09911424666643143, 0.1673516184091568, -0.3165864646434784, -0.40770578384399414, 0.1419825553894043, 1.4889286756515503, -1.3942677974700928, 1.0102814435958862, 592.365478515625, 714.99365234375, 0.0010659069521352649, -0.23160551488399506, -0.839230477809906, 1.9121471643447876, -1.0679908990859985, 0.00034453647094778717], "std": [0.19890916347503662, 0.07423125207424164, 0.1185486763715744, 0.09314510971307755, 0.1141171082854271, 0.0865587666630745, 0.11280504614114761, 0.04748983681201935, 0.03881824016571045, 0.04094997048377991, 0.16999728977680206, 0.14046990871429443, 0.09126908332109451, 0.07457643747329712, 0.053062088787555695, 0.0460645891726017, 0.10638566315174103, 0.03932103514671326, 0.024143004789948463, 0.09010986983776093, 0.012189747765660286, 0.02313637174665928, 0.01821458712220192, 0.05468018352985382, 0.029017003253102303, 0.02764732390642166, 478.2565002441406, 435.8902893066406, 0.00019857783627230674, 0.0017508306773379445, 0.00016471253184136003, 8.787374099483714e-05, 0.00023962253180798143, 0.00041111945756711066], "count": [788]}, "action": {"min": [-0.30403634905815125, 0.23778365552425385, -0.19160224497318268, -2.1146233081817627, -0.6101845502853394, -0.020804325118660927, -0.3618242144584656, -0.2912980020046234, 0.32694900035858154, 0.09318699687719345, -1.742630958557129, -1.7105616331100464, -1.223746418952942, -0.17592918872833252, 0.03764675185084343, -0.2626197040081024, -1.7714743614196777, 0.01647590845823288, -0.11760028451681137, -0.026232298463582993, -0.34098899364471436, -0.4786669909954071, 0.10967600345611572, 1.3612077236175537, -1.4152085781097412, 0.9816802740097046, 0.0, 0.0, 0.0005357653135433793, -0.23501676321029663, -0.8395573496818542, 1.911853551864624, -1.0686688423156738, -0.0018073634710162878], "max": [0.39182642102241516, 0.4997575879096985, 0.31752777099609375, -1.6445364952087402, -0.24839526414871216, 0.22769564390182495, -0.019198622554540634, -0.1741819977760315, 0.48301199078559875, 0.24155199527740479, -1.2966423034667969, -1.2872447967529297, -0.9372043013572693, 0.15488050878047943, 0.20977112650871277, -0.11246901005506516, -1.295243740081787, 0.13229595124721527, -0.04729842394590378, 0.2301565706729889, -0.2913280129432678, -0.376134991645813, 0.15704700350761414, 1.5301951169967651, -1.3267266750335693, 1.0669320821762085, 1001.0, 1003.0, 0.0011598849669098854, -0.2292812615633011, -0.8383458852767944, 1.9123700857162476, -1.0668392181396484, 0.0017817338230088353], "mean": [0.15701143443584442, 0.28397369384765625, 0.0863364040851593, -1.850310206413269, -0.3289147913455963, 0.03814922273159027, -0.10463332384824753, -0.24874179065227509, 0.3850855529308319, 0.18065854907035828, -1.4208333492279053, -1.4185056686401367, -1.1270956993103027, -0.08181837201118469, 0.17378976941108704, -0.15077699720859528, -1.600263237953186, 0.1037050411105156, -0.09918069839477539, 0.1676720380783081, -0.3166179358959198, -0.40774059295654297, 0.14203932881355286, 1.4889898300170898, -1.3943718671798706, 1.0101875066757202, 592.365478515625, 714.9910888671875, 0.0010651315096765757, -0.2316088229417801, -0.839230477809906, 1.9121472835540771, -1.0679911375045776, 0.00034416787093505263], "std": [0.19887499511241913, 0.07422205060720444, 0.11854404211044312, 0.09316994249820709, 0.11409521102905273, 0.08653370290994644, 0.11276469379663467, 0.047492578625679016, 0.038812704384326935, 0.040946733206510544, 0.1699739247560501, 0.1404254138469696, 0.0912463590502739, 0.0745072141289711, 0.053069088608026505, 0.04589991644024849, 0.10621194541454315, 0.03931005671620369, 0.024117179214954376, 0.08986958116292953, 0.012158351019024849, 0.023109542205929756, 0.018183482810854912, 0.05469226837158203, 0.028930263593792915, 0.027582019567489624, 478.2565002441406, 435.88800048828125, 0.00019941492064390332, 0.0017495006322860718, 0.00016470438276883215, 8.818209607852623e-05, 0.00023978528042789549, 0.0004112162860110402], "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": [291], "max": [291], "mean": [291.0], "std": [0.0], "count": [788]}, "index": {"min": [250719], "max": [251506], "mean": [251112.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.633248730964467, 0.7148908628351741], "std": [0.48191781010495577, 0.4358204477842557], "count": [788]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.633248730964467, 0.7148908628351741], "std": [0.48191781010495566, 0.4358204477842557], "count": [788]}, "eef_direction_state": {"mean": [4.842639593908629, 5.149746192893401], "std": [2.1541152062701054, 1.951288117191479], "min": [0, 0], "max": [6, 6], "count": [788]}, "eef_velocity_state": {"mean": [0.3197969543147208, 0.1802030456852792], "std": [0.5693205135047581, 0.38435648558470425], "min": [0, 0], "max": [2, 1], "count": [788]}, "eef_acc_mag_state": {"mean": [0.24238578680203046, 0.10786802030456853], "std": [0.5904316526472209, 0.3996051640680886], "min": [0, 0], "max": [2, 2], "count": [788]}, "eef_direction_action": {"mean": [4.842639593908629, 5.149746192893401], "std": [2.1541152062701054, 1.951288117191479], "min": [0, 0], "max": [6, 6], "count": [788]}, "eef_velocity_action": {"mean": [0.3197969543147208, 0.1802030456852792], "std": [0.5693205135047581, 0.38435648558470425], "min": [0, 0], "max": [2, 1], "count": [788]}, "eef_acc_mag_action": {"mean": [0.24238578680203046, 0.10786802030456853], "std": [0.5904316526472208, 0.3996051640680886], "min": [0, 0], "max": [2, 2], "count": [788]}, "eef_sim_pose_state": {"mean": [0.40765908857039, 0.2589292492380857, 1.1876517440824463, -0.04967936027998404, 0.03309013482777742, 1.298040641263314, 0.4299992665149535, -0.2275270564600742, 1.1240644862542297, 0.012313980353124193, -0.05650342340841021, -1.2421110167410718], "std": [0.04488973472862914, 0.026500256020465768, 0.04216452884754709, 0.055947253744694454, 0.018379046783076107, 0.20415789497778353, 0.022604415360101354, 0.023308593757072768, 0.00942730618982273, 0.027218464110576136, 0.01563566179364083, 0.04916675825519217], "min": [0.3510181833351963, 0.20320085315823644, 1.1538660102986518, -0.21868199547978523, -0.00632629420050379, 0.9091902104526288, 0.39637049903790167, -0.24475152800129918, 1.1076406493133588, -0.058093119611343, -0.07164002918687618, -1.3438851140433843], "max": [0.5172099764770035, 0.3258528008239441, 1.2570146581359518, 0.027105541072561024, 0.08819327352301953, 1.4468203031427707, 0.49764985405410106, -0.18866433738501204, 1.144634766904338, 0.053318162646264544, -0.006675800530104414, -1.1982054491204286], "count": [788]}, "eef_sim_pose_action": {"mean": [0.40768625601833547, 0.2589345191127117, 1.1876529304412498, -0.049637355524513774, 0.033110504094775006, 1.2979313244036417, 0.4300382517746027, -0.22759713305132098, 1.1240371507049682, 0.012277152979470633, -0.05649772837604597, -1.2419866410893554], "std": [0.04488158430051286, 0.02650178152353123, 0.04216367439750549, 0.055983720467886196, 0.018387436626194888, 0.20410172104566685, 0.02257290140717968, 0.023274637983763603, 0.009399133400762746, 0.027189875096479212, 0.01563248727421432, 0.0491331476639689], "min": [0.3510181833351963, 0.20320085315823644, 1.1538660102986518, -0.21868199547978523, -0.00632629420050379, 0.9091902104526288, 0.39637049903790167, -0.24475152800129918, 1.1076406493133588, -0.058093119611343, -0.07164002918687618, -1.3438851140433843], "max": [0.5172099764770035, 0.3258528008239441, 1.2570146581359518, 0.027105541072561024, 0.08819327352301953, 1.4468203031427707, 0.49764985405410106, -0.18866433738501204, 1.144634766904338, 0.053318162646264544, -0.006675800530104414, -1.1982054491204286], "count": [788]}, "gripper_mode_state": {"mean": [0.366751269035533, 0.28426395939086296], "std": [0.48191781010495577, 0.45106314500555045], "min": [0, 0], "max": [1, 1], "count": [788]}, "gripper_activity_state": {"mean": [1.9885786802030456, 1.866751269035533], "std": [0.13749576884042491, 0.4520243289585985], "min": [0, 0], "max": [2, 2], "count": [788]}, "gripper_mode_action": {"mean": [0.366751269035533, 0.28426395939086296], "std": [0.48191781010495566, 0.45106314500555045], "min": [0, 0], "max": [1, 1], "count": [788]}, "gripper_activity_action": {"mean": [1.9885786802030456, 1.866751269035533], "std": [0.13749576884042491, 0.4520243289585985], "min": [0, 0], "max": [2, 2], "count": [788]}}} +{"episode_index": 291, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46638861383442265]], [[0.45092165849673205]], [[0.43887198257080606]]], "std": [[[0.16632324308848437]], [[0.17114166983567158]], [[0.1750332949100673]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4676426348039216]], [[0.4592820261437909]], [[0.45281650871459694]]], "std": [[[0.15448412264999725]], [[0.1555429431336514]], [[0.1586295716383619]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4592131495098039]], [[0.4613400258714597]], [[0.4522948502178649]]], "std": [[[0.15812713213860569]], [[0.1570423977259631]], [[0.16452992564963598]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5104700531045752]], [[0.49201530909586055]], [[0.47633430419389977]]], "std": [[[0.18072723663735374]], [[0.16473001336529644]], [[0.1747450314191169]]], "count": [150]}, "observation.state": {"min": [-0.31356585025787354, 0.23118631541728973, -0.18036231398582458, -2.112947940826416, -0.6874502897262573, -0.020839231088757515, -0.3857003152370453, -0.2832689881324768, 0.33832499384880066, 0.08212999999523163, -1.8802191019058228, -1.8054873943328857, -1.2577204704284668, -0.17667968571186066, -0.006702064536511898, -0.26258477568626404, -1.7714743614196777, 0.01432915311306715, -0.1313709318637848, -0.026232298463582993, -0.33913299441337585, -0.4763520061969757, 0.10718999803066254, 1.284254550933838, -1.4784324169158936, 1.0140947103500366, 0.0, 0.0, 9.58738019107841e-05, -0.2334207445383072, -0.8394091725349426, 1.9121973514556885, -1.0704206228256226, -0.001606123405508697], "max": [0.3412816822528839, 0.5936214327812195, 0.3592061996459961, -1.6403127908706665, -0.2537184953689575, 0.216036856174469, -0.019390607252717018, -0.13709600269794464, 0.4840039908885956, 0.23803700506687164, -1.2960619926452637, -1.3170479536056519, -0.8973063826560974, 0.13946926593780518, 0.19308577477931976, -0.10698868334293365, -1.324181318283081, 0.1642005741596222, -0.013753194361925125, 0.25164157152175903, -0.2919589877128601, -0.37615999579429626, 0.1383029967546463, 1.5483633279800415, -1.3291165828704834, 1.1214046478271484, 1001.0, 1003.0, 0.0005677232402376831, -0.23016291856765747, -0.838761031627655, 1.9124478101730347, -1.0654059648513794, 0.0012795829679816961], "mean": [0.15516343712806702, 0.30102163553237915, 0.09823120385408401, -1.8718488216400146, -0.34729722142219543, 0.04020479694008827, -0.11731158941984177, -0.24185700714588165, 0.3818010687828064, 0.17486852407455444, -1.452844262123108, -1.4432040452957153, -1.1160120964050293, -0.11077907681465149, 0.15515902638435364, -0.15712781250476837, -1.636043667793274, 0.12650689482688904, -0.0985446348786354, 0.17512720823287964, -0.312507688999176, -0.3981778621673584, 0.1306585669517517, 1.4870374202728271, -1.438309907913208, 1.0417793989181519, 550.2350463867188, 695.0808715820312, 0.0004192507185507566, -0.23174221813678741, -0.8390560150146484, 1.912365198135376, -1.0679949522018433, 0.0002627522626426071], "std": [0.18687863647937775, 0.100335992872715, 0.11775192618370056, 0.09445391595363617, 0.13096103072166443, 0.078456811606884, 0.12064719200134277, 0.050506770610809326, 0.03430455923080444, 0.04273512214422226, 0.19654585421085358, 0.1594824492931366, 0.10187335312366486, 0.07739599049091339, 0.06352453678846359, 0.04233815521001816, 0.10403332859277725, 0.052197180688381195, 0.03731018304824829, 0.10608933866024017, 0.011545841582119465, 0.024830564856529236, 0.01149753388017416, 0.08829353749752045, 0.05383715033531189, 0.02400190196931362, 484.27532958984375, 446.691162109375, 0.00014091399498283863, 0.0006716347998008132, 0.00012942281318828464, 3.851778819807805e-05, 0.0005472679040394723, 0.00036742183146998286], "count": [804]}, "action": {"min": [-0.31356585025787354, 0.23118631541728973, -0.18036231398582458, -2.112947940826416, -0.6874502897262573, -0.020839231088757515, -0.3857003152370453, -0.2832689881324768, 0.33832499384880066, 0.08212999999523163, -1.8802191019058228, -1.8054873943328857, -1.2577204704284668, -0.17667968571186066, -0.006702064536511898, -0.26258477568626404, -1.7714743614196777, 0.01432915311306715, -0.1313709318637848, -0.026232298463582993, -0.33913299441337585, -0.4763520061969757, 0.10718999803066254, 1.284254550933838, -1.4784324169158936, 1.0140947103500366, 0.0, 0.0, 9.58738019107841e-05, -0.2334207445383072, -0.8394091725349426, 1.9121973514556885, -1.0704206228256226, -0.001606123405508697], "max": [0.3412816822528839, 0.5936214327812195, 0.3592061996459961, -1.6403127908706665, -0.2537184953689575, 0.216036856174469, -0.019390607252717018, -0.13709600269794464, 0.4840039908885956, 0.23803700506687164, -1.2960619926452637, -1.3170479536056519, -0.8973063826560974, 0.13946926593780518, 0.19308577477931976, -0.10698868334293365, -1.324181318283081, 0.1642005741596222, -0.013753194361925125, 0.25164157152175903, -0.2919589877128601, -0.37615999579429626, 0.1383029967546463, 1.5483633279800415, -1.3291165828704834, 1.1214046478271484, 1001.0, 1003.0, 0.0005677232402376831, -0.23016291856765747, -0.838761031627655, 1.9124478101730347, -1.0654059648513794, 0.0012795829679816961], "mean": [0.1551024168729782, 0.301067978143692, 0.09827294200658798, -1.8719136714935303, -0.34737271070480347, 0.04028845950961113, -0.11744198203086853, -0.2418198436498642, 0.38181087374687195, 0.17483770847320557, -1.452994704246521, -1.4433660507202148, -1.1159453392028809, -0.11073276400566101, 0.15515382587909698, -0.15697744488716125, -1.6359015703201294, 0.12662555277347565, -0.09861881285905838, 0.17546622455120087, -0.3125317394733429, -0.39819517731666565, 0.13069403171539307, 1.4871166944503784, -1.438489317893982, 1.0417282581329346, 550.2350463867188, 695.0833129882812, 0.00041870356653817, -0.23174166679382324, -0.8390557765960693, 1.9123653173446655, -1.0679948329925537, 0.00026271920069120824], "std": [0.1868506222963333, 0.1003168374300003, 0.1177380234003067, 0.09445617347955704, 0.13092459738254547, 0.07842756062746048, 0.12059847265481949, 0.05048731341958046, 0.03430135175585747, 0.042724609375, 0.19647371768951416, 0.1594218760728836, 0.10184551775455475, 0.07736953347921371, 0.06352165341377258, 0.042177703231573105, 0.1039256826043129, 0.05216783285140991, 0.03729982674121857, 0.10588062554597855, 0.011523331515491009, 0.02482008934020996, 0.01147681288421154, 0.08831100165843964, 0.05371362715959549, 0.023993050679564476, 484.27532958984375, 446.6944580078125, 0.00014127747272141278, 0.0006714360206387937, 0.00012924928159918636, 3.8590122130699456e-05, 0.0005472520715557039, 0.00036743428790941834], "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": [292], "max": [292], "mean": [292.0], "std": [0.0], "count": [804]}, "index": {"min": [251507], "max": [252310], "mean": [251908.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5920398009950248, 0.6938955226514328], "std": [0.4914556694482221, 0.4458800416224602], "count": [804]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5920398009950248, 0.6938955226514328], "std": [0.4914556694482221, 0.4458800416224602], "count": [804]}, "eef_direction_state": {"mean": [4.568407960199005, 5.246268656716418], "std": [2.3199431612389585, 1.849175830256968], "min": [0, 0], "max": [6, 6], "count": [804]}, "eef_velocity_state": {"mean": [0.376865671641791, 0.15671641791044777], "std": [0.584639300175012, 0.3635331928005526], "min": [0, 0], "max": [2, 1], "count": [804]}, "eef_acc_mag_state": {"mean": [0.31343283582089554, 0.11567164179104478], "std": [0.6474355510416866, 0.42061690259433815], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_direction_action": {"mean": [4.568407960199005, 5.246268656716418], "std": [2.3199431612389585, 1.849175830256968], "min": [0, 0], "max": [6, 6], "count": [804]}, "eef_velocity_action": {"mean": [0.376865671641791, 0.15671641791044777], "std": [0.584639300175012, 0.3635331928005526], "min": [0, 0], "max": [2, 1], "count": [804]}, "eef_acc_mag_action": {"mean": [0.31343283582089554, 0.11567164179104478], "std": [0.6474355510416866, 0.42061690259433815], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_sim_pose_state": {"mean": [0.4062998333125041, 0.2566852120468709, 1.1932020922776714, -0.061378129679695165, 0.034017332462683236, 1.2616493060728506, 0.4214005872097017, -0.21784664757275332, 1.1263153930480727, 0.0282596597772255, -0.013608666749124611, -1.225847594845964], "std": [0.040778488363395024, 0.026327649087333364, 0.044394073235001566, 0.058537905868256954, 0.01869846769409242, 0.2345409833740101, 0.023221640712777276, 0.01984311050308657, 0.008273952603408652, 0.03914612060708251, 0.02469427530852311, 0.08288655130927187], "min": [0.36265312586534315, 0.19422967951103326, 1.1567866005197318, -0.232200576551175, -0.027050636501786185, 0.808010619388522, 0.39636728225651907, -0.23241719986004583, 1.1106308685987885, -0.06735632648111034, -0.0675541721467281, -1.3950500747930898], "max": [0.5186172964228491, 0.3275419751445339, 1.2788882489234126, -0.01743182812289945, 0.0983198327771857, 1.4473940353840469, 0.4943150694945285, -0.18141090578342953, 1.1446371976730523, 0.06912909891367658, 0.04520967629427708, -1.1592249401717911], "count": [804]}, "eef_sim_pose_action": {"mean": [0.4063144604250268, 0.25667698535647215, 1.193235532400674, -0.06141070266160048, 0.03404441314743842, 1.2614453449343317, 0.42142407717691743, -0.21789992152845625, 1.1262916132761878, 0.028257363271760108, -0.013540654826814002, -1.2256797417245262], "std": [0.040772418256405395, 0.02632623625340156, 0.0443767680826264, 0.05852082803173605, 0.018712216464039713, 0.2344519537801689, 0.023205877762501485, 0.019822210734904186, 0.008249049327765299, 0.03914502269990078, 0.02462106841472451, 0.08286398151574033], "min": [0.36265312586534315, 0.19422967951103326, 1.1567866005197318, -0.232200576551175, -0.027050636501786185, 0.808010619388522, 0.39636728225651907, -0.23241719986004583, 1.1106308685987885, -0.06735632648111034, -0.0675541721467281, -1.3950500747930898], "max": [0.5186172964228491, 0.3275419751445339, 1.2788882489234126, -0.01743182812289945, 0.0983198327771857, 1.4473940353840469, 0.4943150694945285, -0.18141090578342953, 1.1446371976730523, 0.06912909891367658, 0.04520967629427708, -1.1592249401717911], "count": [804]}, "gripper_mode_state": {"mean": [0.4079601990049751, 0.30597014925373134], "std": [0.4914556694482221, 0.4608171188436686], "min": [0, 0], "max": [1, 1], "count": [804]}, "gripper_activity_state": {"mean": [1.9888059701492538, 1.8681592039800996], "std": [0.13613012199219945, 0.4489136633492593], "min": [0, 0], "max": [2, 2], "count": [804]}, "gripper_mode_action": {"mean": [0.4079601990049751, 0.30597014925373134], "std": [0.4914556694482221, 0.4608171188436686], "min": [0, 0], "max": [1, 1], "count": [804]}, "gripper_activity_action": {"mean": [1.9888059701492538, 1.8681592039800996], "std": [0.13613012199219945, 0.4489136633492593], "min": [0, 0], "max": [2, 2], "count": [804]}}} +{"episode_index": 292, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47323480219552605]], [[0.4561871130787996]], [[0.44393975823897636]]], "std": [[[0.16362406266310275]], [[0.16757115716692875]], [[0.17179585754952267]]], "count": [142]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47106821320077324]], [[0.4622131533070975]], [[0.4564498225052932]]], "std": [[[0.1518548322755655]], [[0.152109156395236]], [[0.15539827964027403]]], "count": [142]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4616577372733131]], [[0.46242569386909693]], [[0.4506045967389303]]], "std": [[[0.16788815282409342]], [[0.16587559555859488]], [[0.1722783614194266]]], "count": [142]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5177087590904906]], [[0.49722423018503176]], [[0.48241451774371724]]], "std": [[[0.1779090430115926]], [[0.16218151001881986]], [[0.1725108636674293]]], "count": [142]}, "observation.state": {"min": [-0.30920252203941345, 0.23200662434101105, -0.09667378664016724, -2.028945207595825, -0.4584805369377136, -0.03176499158143997, -0.3246486783027649, -0.29457101225852966, 0.3406049907207489, 0.10340899974107742, -1.8289045095443726, -1.5842702388763428, -1.1860066652297974, -0.17729054391384125, -0.025569073855876923, -0.2626197040081024, -1.7714568376541138, 0.0302465558052063, -0.09749408811330795, -0.026232298463582993, -0.3402779996395111, -0.4757409989833832, 0.10966800153255463, 1.2643884420394897, -1.4481500387191772, 1.0376030206680298, 0.0, 0.0, 9.023416350828484e-05, -0.23488517105579376, -0.8397435545921326, 1.9120365381240845, -1.071184515953064, -0.001274836715310812], "max": [0.3640233278274536, 0.4828278720378876, 0.31990140676498413, -1.5996465682983398, -0.22104595601558685, 0.13517574965953827, -0.019285889342427254, -0.1865379959344864, 0.48786601424217224, 0.2285580039024353, -1.296776533126831, -1.3091732263565063, -0.8563430309295654, 0.1371130645275116, 0.1892635077238083, -0.10128145664930344, -1.3124003410339355, 0.13672909140586853, -0.050823986530303955, 0.21235421299934387, -0.2914719879627228, -0.37615498900413513, 0.13751499354839325, 1.5053492784500122, -1.3291609287261963, 1.129854679107666, 1001.0, 1003.0, 0.00012407197209540755, -0.22905002534389496, -0.8357160687446594, 1.9129762649536133, -1.0669890642166138, 0.0019962633959949017], "mean": [0.1830887794494629, 0.2768636643886566, 0.07567362487316132, -1.8403950929641724, -0.2752249836921692, 0.011824140325188637, -0.10181979835033417, -0.2606402635574341, 0.3812420070171356, 0.18673613667488098, -1.4157627820968628, -1.3684104681015015, -1.1096724271774292, -0.1044749990105629, 0.13527631759643555, -0.15702442824840546, -1.6396305561065674, 0.10200648009777069, -0.08337026089429855, 0.13887469470500946, -0.31002986431121826, -0.40155336260795593, 0.1286563277244568, 1.460593581199646, -1.410754680633545, 1.058307409286499, 654.103515625, 692.5551147460938, 0.00010537700291024521, -0.23149597644805908, -0.8390451073646545, 1.91245436668396, -1.0682648420333862, 0.00029080858803354204], "std": [0.17765192687511444, 0.06452172249555588, 0.09929978847503662, 0.0786089152097702, 0.05713629722595215, 0.05321338400244713, 0.11556359380483627, 0.038665954023599625, 0.034854888916015625, 0.033859703689813614, 0.18615712225437164, 0.08172089606523514, 0.11390629410743713, 0.0763092041015625, 0.061049409210681915, 0.050907738506793976, 0.1118340939283371, 0.037465885281562805, 0.015993129462003708, 0.09719616174697876, 0.012698491103947163, 0.0244038924574852, 0.012132154777646065, 0.07457829266786575, 0.044770434498786926, 0.025322355329990387, 460.7865905761719, 446.6547546386719, 1.7662000573182013e-06, 0.0011802405351772904, 0.0006622832152061164, 0.00015682417142670602, 0.0008313057478517294, 0.0004303939058445394], "count": [744]}, "action": {"min": [-0.30920252203941345, 0.23200662434101105, -0.09667378664016724, -2.028945207595825, -0.4584805369377136, -0.03176499158143997, -0.3246486783027649, -0.29457101225852966, 0.3406049907207489, 0.10340899974107742, -1.8289045095443726, -1.5842702388763428, -1.1860066652297974, -0.17729054391384125, -0.025569073855876923, -0.2626197040081024, -1.7714568376541138, 0.0302465558052063, -0.09749408811330795, -0.026232298463582993, -0.3402779996395111, -0.4757409989833832, 0.10966800153255463, 1.2643884420394897, -1.4481500387191772, 1.0376030206680298, 0.0, 0.0, 9.023416350828484e-05, -0.23488517105579376, -0.8397435545921326, 1.9120365381240845, -1.071184515953064, -0.001274836715310812], "max": [0.3640233278274536, 0.4828278720378876, 0.31990140676498413, -1.5996465682983398, -0.22104595601558685, 0.13517574965953827, -0.019285889342427254, -0.1865379959344864, 0.48786601424217224, 0.2285580039024353, -1.296776533126831, -1.3091732263565063, -0.8563430309295654, 0.1371130645275116, 0.1892635077238083, -0.10128145664930344, -1.3124003410339355, 0.13672909140586853, -0.050823986530303955, 0.21235421299934387, -0.2914719879627228, -0.37615498900413513, 0.13751499354839325, 1.5053492784500122, -1.3291609287261963, 1.129854679107666, 1001.0, 1003.0, 0.00012407197209540755, -0.22905002534389496, -0.8357160687446594, 1.9129762649536133, -1.0669890642166138, 0.0019962633959949017], "mean": [0.1830589771270752, 0.2768951654434204, 0.07565178722143173, -1.8403589725494385, -0.27518555521965027, 0.011872605420649052, -0.10200077295303345, -0.2606479823589325, 0.38124802708625793, 0.18673427402973175, -1.4158751964569092, -1.3684900999069214, -1.1094890832901, -0.10440720617771149, 0.13523051142692566, -0.15685155987739563, -1.639475703239441, 0.10209272056818008, -0.08341290056705475, 0.13919180631637573, -0.310052752494812, -0.4015808403491974, 0.1286935657262802, 1.460626244544983, -1.4109070301055908, 1.0582740306854248, 654.103515625, 692.5551147460938, 0.00010537447087699547, -0.23149506747722626, -0.8390433192253113, 1.9124549627304077, -1.0682666301727295, 0.0002905355650000274], "std": [0.17763984203338623, 0.06450990587472916, 0.09930896013975143, 0.07861101627349854, 0.05716119706630707, 0.05320010706782341, 0.11554039269685745, 0.03867102414369583, 0.034852754324674606, 0.033858899027109146, 0.18611080944538116, 0.08170146495103836, 0.11389537900686264, 0.07627090066671371, 0.0610218271613121, 0.050767019391059875, 0.11173175275325775, 0.037456341087818146, 0.01598268747329712, 0.09704195708036423, 0.012681445106863976, 0.02438676916062832, 0.012116379104554653, 0.07459080219268799, 0.044685110449790955, 0.025327863171696663, 460.7865905761719, 446.6547546386719, 1.7676928791843238e-06, 0.0011802904773503542, 0.0006640875362791121, 0.00015703873941674829, 0.0008320527849718928, 0.0004303517343942076], "count": [744]}, "timestamp": {"min": [0.0], "max": [24.766666666666666], "mean": [12.383333333333335], "std": [7.159136871211553], "count": [744]}, "frame_index": {"min": [0], "max": [743], "mean": [371.5], "std": [214.77410613634657], "count": [744]}, "episode_index": {"min": [293], "max": [293], "mean": [293.0], "std": [0.0], "count": [744]}, "index": {"min": [252311], "max": [253054], "mean": [252682.5], "std": [214.77410613634657], "count": [744]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [744]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6989247311827957, 0.691256720268528], "std": [0.45872535500433104, 0.445752920947785], "count": [744]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6989247311827957, 0.691256720268528], "std": [0.45872535500433104, 0.445752920947785], "count": [744]}, "eef_direction_state": {"mean": [4.827956989247312, 5.204301075268817], "std": [2.16148423674034, 1.943747294213508], "min": [0, 0], "max": [6, 6], "count": [744]}, "eef_velocity_state": {"mean": [0.3077956989247312, 0.15053763440860216], "std": [0.5344512623331122, 0.3575976160928116], "min": [0, 0], "max": [2, 1], "count": [744]}, "eef_acc_mag_state": {"mean": [0.22043010752688172, 0.10080645161290322], "std": [0.555821418637423, 0.39047723098199527], "min": [0, 0], "max": [2, 2], "count": [744]}, "eef_direction_action": {"mean": [4.827956989247312, 5.204301075268817], "std": [2.16148423674034, 1.943747294213508], "min": [0, 0], "max": [6, 6], "count": [744]}, "eef_velocity_action": {"mean": [0.3077956989247312, 0.15053763440860216], "std": [0.5344512623331122, 0.3575976160928116], "min": [0, 0], "max": [2, 1], "count": [744]}, "eef_acc_mag_action": {"mean": [0.22043010752688172, 0.10080645161290322], "std": [0.555821418637423, 0.39047723098199527], "min": [0, 0], "max": [2, 2], "count": [744]}, "eef_sim_pose_state": {"mean": [0.40265898817702334, 0.2623707281005187, 1.17739216509545, -0.035148497040617274, -0.003613142774179541, 1.3269910075598785, 0.42324602892424273, -0.21199245791206658, 1.1291273923541345, 0.02541792267565561, -0.015986800070857288, -1.262237725509621], "std": [0.041367225202285106, 0.01954214534055694, 0.0346457130343986, 0.038403672711054694, 0.05418681443997923, 0.18607921644559833, 0.02330071235695831, 0.018531546852811817, 0.00963008218697482, 0.029509204713368084, 0.029980870777736777, 0.06683221533119672], "min": [0.35985441219845105, 0.2184575820134521, 1.1519302584984439, -0.13356076857394328, -0.13833768536281865, 0.9041165573190904, 0.39636561744856547, -0.2262830287015546, 1.1079165602074816, -0.05406273744122325, -0.06758631743538501, -1.41790748204098], "max": [0.5228569598078144, 0.31228990752209873, 1.2450584975252021, 0.038733100116660535, 0.032768396480960416, 1.4474504926666587, 0.4933551450355157, -0.18012813391852153, 1.1448282797812483, 0.050613535576054525, 0.050698308483752674, -1.2111482259723672], "count": [744]}, "eef_sim_pose_action": {"mean": [0.40266836181497184, 0.262386878895383, 1.1773910935138983, -0.03509076949042894, -0.0036863019240552784, 1.326830805049576, 0.42327751222734655, -0.21204232480043975, 1.1291064333373066, 0.02540111662095469, -0.0159147602315926, -1.2621182089594234], "std": [0.041363672162369004, 0.019548886060033646, 0.03464636254991936, 0.0384623356229191, 0.05417452548646789, 0.18602802620865905, 0.02328022141434313, 0.018518689072055342, 0.009613540384375925, 0.02949995511901343, 0.02992123975519764, 0.06683629397231226], "min": [0.35985441219845105, 0.2184575820134521, 1.1519302584984439, -0.13356076857394328, -0.13833768536281865, 0.9041165573190904, 0.39636561744856547, -0.2262830287015546, 1.1079165602074816, -0.05406273744122325, -0.06758631743538501, -1.41790748204098], "max": [0.5228569598078144, 0.31228990752209873, 1.2450584975252021, 0.038733100116660535, 0.032768396480960416, 1.4474504926666587, 0.4933551450355157, -0.18012813391852153, 1.1448282797812483, 0.050613535576054525, 0.050698308483752674, -1.2111482259723672], "count": [744]}, "gripper_mode_state": {"mean": [0.3010752688172043, 0.3077956989247312], "std": [0.45872535500433115, 0.4615815276288337], "min": [0, 0], "max": [1, 1], "count": [744]}, "gripper_activity_state": {"mean": [1.9879032258064515, 1.8588709677419355], "std": [0.14147423220039423, 0.46400177803252], "min": [0, 0], "max": [2, 2], "count": [744]}, "gripper_mode_action": {"mean": [0.3010752688172043, 0.3077956989247312], "std": [0.45872535500433104, 0.4615815276288337], "min": [0, 0], "max": [1, 1], "count": [744]}, "gripper_activity_action": {"mean": [1.9879032258064515, 1.8588709677419355], "std": [0.14147423220039423, 0.46400177803252], "min": [0, 0], "max": [2, 2], "count": [744]}}} +{"episode_index": 293, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46487480522010133]], [[0.4488150564861706]], [[0.43718182433017355]]], "std": [[[0.16319984566580084]], [[0.16834534111899332]], [[0.17268190629048374]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470142389516513]], [[0.4621090334588582]], [[0.4571540357312903]]], "std": [[[0.15173962293000376]], [[0.15299556440597745]], [[0.1566478590589868]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4646878543912046]], [[0.4639160079318703]], [[0.45490512054711507]]], "std": [[[0.16686365638155712]], [[0.16453256245606657]], [[0.17201633980551725]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5085430152469377]], [[0.4942892643812492]], [[0.4800831033848418]]], "std": [[[0.16728526913707314]], [[0.15801225926214418]], [[0.16717516888967404]]], "count": [151]}, "observation.state": {"min": [-0.2820452153682709, 0.2335599660873413, -0.17327629029750824, -2.0870473384857178, -0.5915095210075378, -0.021938787773251534, -0.4043927788734436, -0.28810998797416687, 0.32611000537872314, 0.09610900282859802, -1.762968897819519, -1.7096858024597168, -1.2168916463851929, -0.17331120371818542, -0.011135200969874859, -0.2626197040081024, -1.7714743614196777, 0.015428710728883743, -0.09133307635784149, -0.026232298463582993, -0.3413980007171631, -0.47670599818229675, 0.10917499661445618, 1.2960095405578613, -1.3988858461380005, 1.0512757301330566, 0.0, 0.0, -0.0004906482645310462, -0.2338719218969345, -0.8381065726280212, 1.912187099456787, -1.0726337432861328, -0.00326920161023736], "max": [0.4032408595085144, 0.49216538667678833, 0.29820695519447327, -1.6120558977127075, -0.2505594789981842, 0.15542156994342804, -0.0193033404648304, -0.1880200058221817, 0.4831730127334595, 0.2402469962835312, -1.2961455583572388, -1.3110111951828003, -0.9439147114753723, 0.14421655237674713, 0.1892460584640503, -0.09307841211557388, -1.3127493858337402, 0.1235518604516983, -0.038292523473501205, 0.17119935154914856, -0.29150500893592834, -0.3761630058288574, 0.15753300487995148, 1.4755918979644775, -1.3291609287261963, 1.0858350992202759, 1001.0, 1002.0, 0.002705145161598921, -0.2308979481458664, -0.8365607261657715, 1.912670373916626, -1.0677465200424194, 0.003553026122972369], "mean": [0.15849070250988007, 0.2768535315990448, 0.09170214086771011, -1.828776478767395, -0.3033318817615509, 0.019359784200787544, -0.1201607808470726, -0.2569405138492584, 0.38626477122306824, 0.1780678629875183, -1.4326019287109375, -1.4156383275985718, -1.112833023071289, -0.0880669355392456, 0.12365113943815231, -0.12404269725084305, -1.597845435142517, 0.09737244993448257, -0.0804252028465271, 0.12582816183567047, -0.31929144263267517, -0.4093218445777893, 0.14344285428524017, 1.4066152572631836, -1.3842277526855469, 1.0702322721481323, 623.1943359375, 726.1138916015625, 0.00044378163875080645, -0.2318578064441681, -0.8377395272254944, 1.9125648736953735, -1.069756031036377, 0.0002277624444104731], "std": [0.18445448577404022, 0.061843954026699066, 0.10444353520870209, 0.0971318930387497, 0.08411502838134766, 0.050801295787096024, 0.11828313767910004, 0.03945216163992882, 0.03869880735874176, 0.03961138799786568, 0.18112599849700928, 0.1178489401936531, 0.09231026470661163, 0.08023490011692047, 0.053929369896650314, 0.05370956286787987, 0.10929785668849945, 0.036461036652326584, 0.015794366598129272, 0.06733191013336182, 0.011868360452353954, 0.02423415146768093, 0.02038109116256237, 0.04599332809448242, 0.020193058997392654, 0.004533641040325165, 471.31951904296875, 432.2055969238281, 0.0011788277188315988, 0.0006980817997828126, 0.00022191916650626808, 9.685321128927171e-05, 0.0006471701781265438, 0.0009748154552653432], "count": [808]}, "action": {"min": [-0.2820452153682709, 0.2335599660873413, -0.17327629029750824, -2.0870473384857178, -0.5915095210075378, -0.021938787773251534, -0.4043927788734436, -0.28810998797416687, 0.32611000537872314, 0.09610900282859802, -1.762968897819519, -1.7096858024597168, -1.2168916463851929, -0.17331120371818542, -0.011135200969874859, -0.2626197040081024, -1.7714743614196777, 0.015428710728883743, -0.09133307635784149, -0.026232298463582993, -0.3413980007171631, -0.47670599818229675, 0.10917499661445618, 1.2960095405578613, -1.3988858461380005, 1.0512757301330566, 0.0, 0.0, -0.0004906482645310462, -0.2338719218969345, -0.8381065726280212, 1.912187099456787, -1.0726337432861328, -0.00326920161023736], "max": [0.4032408595085144, 0.49216538667678833, 0.29820695519447327, -1.6120558977127075, -0.2505594789981842, 0.15542156994342804, -0.0193033404648304, -0.1880200058221817, 0.4831730127334595, 0.2402469962835312, -1.2961455583572388, -1.3110111951828003, -0.9439147114753723, 0.14421655237674713, 0.1892460584640503, -0.09307841211557388, -1.3127493858337402, 0.1235518604516983, -0.038292523473501205, 0.17119935154914856, -0.29150500893592834, -0.3761630058288574, 0.15753300487995148, 1.4755918979644775, -1.3291609287261963, 1.0858350992202759, 1001.0, 1002.0, 0.002705145161598921, -0.2308979481458664, -0.8365607261657715, 1.912670373916626, -1.0677465200424194, 0.003553026122972369], "mean": [0.15834297239780426, 0.276912659406662, 0.091761015355587, -1.8286653757095337, -0.30339938402175903, 0.019421085715293884, -0.12034624069929123, -0.25694212317466736, 0.3862995505332947, 0.178045853972435, -1.432732105255127, -1.415826678276062, -1.1126819849014282, -0.08799407631158829, 0.12359365075826645, -0.12383574992418289, -1.5976567268371582, 0.09744139760732651, -0.08045870810747147, 0.1260686069726944, -0.31932562589645386, -0.40935516357421875, 0.14350184798240662, 1.4065450429916382, -1.384306788444519, 1.0702365636825562, 623.1943359375, 726.1138916015625, 0.00044692252413369715, -0.23185795545578003, -0.8377399444580078, 1.912564754486084, -1.069756031036377, 0.00022763088054489344], "std": [0.18441663682460785, 0.06183242425322533, 0.10442912578582764, 0.09715976566076279, 0.08409716933965683, 0.05078265443444252, 0.11824335157871246, 0.03945327550172806, 0.03869377821683884, 0.03960312157869339, 0.18106645345687866, 0.11781569570302963, 0.09229248017072678, 0.08018422871828079, 0.053883958607912064, 0.05349711328744888, 0.10913000255823135, 0.03645399212837219, 0.015787402167916298, 0.06713515520095825, 0.01182966772466898, 0.024207033216953278, 0.02035229094326496, 0.04593133181333542, 0.02010222151875496, 0.004531736485660076, 471.31951904296875, 432.2055969238281, 0.0011812953744083643, 0.0006979042664170265, 0.00022200778767000884, 9.686386329121888e-05, 0.0006471625529229641, 0.0009748190641403198], "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": [294], "max": [294], "mean": [294.0], "std": [0.0], "count": [808]}, "index": {"min": [253055], "max": [253862], "mean": [253458.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6646039603960396, 0.7247549506794145], "std": [0.4721287284437776, 0.4313393993979805], "count": [808]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6646039603960396, 0.7247549506794145], "std": [0.4721287284437776, 0.43133939939798055], "count": [808]}, "eef_direction_state": {"mean": [4.910891089108911, 5.320544554455446], "std": [2.0530055721374856, 1.7709072744634486], "min": [0, 0], "max": [6, 6], "count": [808]}, "eef_velocity_state": {"mean": [0.297029702970297, 0.13613861386138615], "std": [0.5320342886189269, 0.3429356961258021], "min": [0, 0], "max": [2, 1], "count": [808]}, "eef_acc_mag_state": {"mean": [0.23514851485148514, 0.08415841584158416], "std": [0.5730345035857584, 0.3626723347998431], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_direction_action": {"mean": [4.910891089108911, 5.320544554455446], "std": [2.053005572137486, 1.7709072744634486], "min": [0, 0], "max": [6, 6], "count": [808]}, "eef_velocity_action": {"mean": [0.297029702970297, 0.13613861386138615], "std": [0.5320342886189269, 0.3429356961258021], "min": [0, 0], "max": [2, 1], "count": [808]}, "eef_acc_mag_action": {"mean": [0.23514851485148514, 0.08415841584158416], "std": [0.5730345035857584, 0.36267233479984307], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_sim_pose_state": {"mean": [0.4089937082831006, 0.2575243812002013, 1.1799324340940949, -0.04546868035805316, 0.02137333063873126, 1.289641957565884, 0.4291306353532544, -0.22116892335279456, 1.122367773448623, 0.0034356426711333096, -0.013277818607510337, -1.3133310679515342], "std": [0.04383031244882392, 0.02476540786693143, 0.03388942083061632, 0.05039733515557043, 0.04147771113569597, 0.1949675379441645, 0.023629739737469565, 0.022352622254828158, 0.00904642692666122, 0.027366798193892726, 0.021570249116945217, 0.02568191712944639], "min": [0.3523408372358452, 0.2052428992491322, 1.1560038723395332, -0.14092562307824996, -0.0919214998451583, 0.8857806381572686, 0.3963675556561645, -0.23677999215305107, 1.107492480234208, -0.06012203853652842, -0.06759061035397673, -1.3788028061755506], "max": [0.5172454187876042, 0.33066562030209956, 1.2407379647272991, 0.01796319759084275, 0.110168550124081, 1.4477497716920782, 0.494966721401135, -0.18026785940842657, 1.144763953514539, 0.05059728318842582, 0.026803328881591426, -1.2974370969608007], "count": [808]}, "eef_sim_pose_action": {"mean": [0.40903404743783967, 0.2575279523482875, 1.1799348927343485, -0.04543269978992034, 0.02138246424697343, 1.2894147603854293, 0.42916381099999584, -0.22122807541619893, 1.122338974942577, 0.0033878299934501227, -0.013207575181719866, -1.3133263091188425], "std": [0.04382183701673466, 0.024766626948340843, 0.033887816271195116, 0.050427553753083706, 0.04148101380507409, 0.19489218594056557, 0.023602575370875494, 0.022329789578999625, 0.009012824395036907, 0.027322607905086005, 0.021485682376756337, 0.025683930081335755], "min": [0.3523408372358452, 0.2052428992491322, 1.1560038723395332, -0.14092562307824996, -0.0919214998451583, 0.8857806381572686, 0.3963675556561645, -0.23677999215305107, 1.107492480234208, -0.06012203853652842, -0.06759061035397673, -1.3788028061755506], "max": [0.5172454187876042, 0.33066562030209956, 1.2407379647272991, 0.01796319759084275, 0.110168550124081, 1.4477497716920782, 0.494966721401135, -0.18026785940842657, 1.144763953514539, 0.05059728318842582, 0.026803328881591426, -1.2974370969608007], "count": [808]}, "gripper_mode_state": {"mean": [0.3353960396039604, 0.2747524752475248], "std": [0.4721287284437776, 0.44638946290530196], "min": [0, 0], "max": [1, 1], "count": [808]}, "gripper_activity_state": {"mean": [1.988861386138614, 1.870049504950495], "std": [0.13579502095765675, 0.44687473328912025], "min": [0, 0], "max": [2, 2], "count": [808]}, "gripper_mode_action": {"mean": [0.3353960396039604, 0.2747524752475248], "std": [0.4721287284437777, 0.44638946290530196], "min": [0, 0], "max": [1, 1], "count": [808]}, "gripper_activity_action": {"mean": [1.988861386138614, 1.870049504950495], "std": [0.13579502095765675, 0.44687473328912025], "min": [0, 0], "max": [2, 2], "count": [808]}}} +{"episode_index": 294, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47024121860484236]], [[0.45358404884490483]], [[0.4421839545566654]]], "std": [[[0.16612449663046397]], [[0.17135482614110473]], [[0.1753344049369075]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4710325833949932]], [[0.46371305673737]], [[0.4592268698359847]]], "std": [[[0.15360991502338853]], [[0.15477073406953298]], [[0.1583189400909017]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46314702799358737]], [[0.46291365560899417]], [[0.4534953433941711]]], "std": [[[0.16583380752930024]], [[0.1628956150593575]], [[0.16995063804785604]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5087820554322359]], [[0.490154897336293]], [[0.47420739815842483]]], "std": [[[0.17564832437162337]], [[0.16008003533833795]], [[0.16751816371211017]]], "count": [159]}, "observation.state": {"min": [-0.2741912305355072, 0.2237686663866043, -0.15329226851463318, -2.0428380966186523, -0.5620309114456177, -0.03330088034272194, -0.5093045234680176, -0.28912898898124695, 0.3292979896068573, 0.09356299787759781, -1.9519877433776855, -1.715338945388794, -1.2569584846496582, -0.1736428141593933, -0.009791296906769276, -0.2626371383666992, -1.7714568376541138, 0.023631757125258446, -0.08529423922300339, -0.026232298463582993, -0.33852800726890564, -0.4766930043697357, 0.10966899991035461, 1.2576044797897339, -1.4702787399291992, 1.0069464445114136, 0.0, 0.0, -0.0004962878883816302, -0.23502616584300995, -0.8379076719284058, 1.9123915433883667, -1.0708001852035522, -0.00190323730930686], "max": [0.37318629026412964, 0.5620833039283752, 0.34114205837249756, -1.5840609073638916, -0.2537708580493927, 0.09875072538852692, -0.0193033404648304, -0.17760199308395386, 0.4830569922924042, 0.23659099638462067, -1.2966423034667969, -1.316610336303711, -0.7797113060951233, 0.1414589285850525, 0.18929840624332428, -0.11643091589212418, -1.323622703552246, 0.13672909140586853, -0.00778416870161891, 0.20486675202846527, -0.2918519973754883, -0.37615999579429626, 0.13679499924182892, 1.5045497417449951, -1.325598120689392, 1.106745719909668, 1001.0, 1003.0, 0.001518941717222333, -0.2299354523420334, -0.8369869589805603, 1.912685513496399, -1.0679644346237183, 0.0019136789487674832], "mean": [0.15562370419502258, 0.2748454213142395, 0.0876602753996849, -1.8198455572128296, -0.2940511405467987, 0.0036416086368262768, -0.12551163136959076, -0.2574053406715393, 0.3867214322090149, 0.18060649931430817, -1.4428263902664185, -1.3976680040359497, -1.111283540725708, -0.09926494210958481, 0.15125200152397156, -0.16589030623435974, -1.6376097202301025, 0.10748272389173508, -0.06951619684696198, 0.14129577577114105, -0.3116932511329651, -0.4024612605571747, 0.12941521406173706, 1.4619845151901245, -1.4175238609313965, 1.033076524734497, 649.1189575195312, 764.324462890625, 0.00031450617825612426, -0.23152898252010345, -0.8377535939216614, 1.9126578569412231, -1.0697554349899292, 0.00030553818214684725], "std": [0.1966843456029892, 0.07544274628162384, 0.11411582678556442, 0.0921282097697258, 0.0770379826426506, 0.04176037013530731, 0.13858447968959808, 0.039599835872650146, 0.03968953713774681, 0.041274722665548325, 0.20956942439079285, 0.10905271768569946, 0.11395817250013351, 0.0732359066605568, 0.057361532002687454, 0.041966430842876434, 0.10241739451885223, 0.031309064477682114, 0.024007882922887802, 0.08672600984573364, 0.01158040389418602, 0.023395558819174767, 0.010784308426082134, 0.07656567543745041, 0.04097992181777954, 0.02876795269548893, 464.55499267578125, 411.07623291015625, 0.0008321326458826661, 0.0007820646278560162, 0.00014464148262050003, 4.9423826567362994e-05, 0.0005002915277145803, 0.00045268613030202687], "count": [866]}, "action": {"min": [-0.2741912305355072, 0.2237686663866043, -0.15329226851463318, -2.0428380966186523, -0.5620309114456177, -0.03330088034272194, -0.5093045234680176, -0.28912898898124695, 0.3292979896068573, 0.09356299787759781, -1.9519877433776855, -1.715338945388794, -1.2569584846496582, -0.1736428141593933, -0.009791296906769276, -0.2626371383666992, -1.7714568376541138, 0.023631757125258446, -0.08529423922300339, -0.026232298463582993, -0.33852800726890564, -0.4766930043697357, 0.10966899991035461, 1.2576044797897339, -1.4702787399291992, 1.0069464445114136, 0.0, 0.0, -0.0004962878883816302, -0.23502616584300995, -0.8379076719284058, 1.9123915433883667, -1.0708001852035522, -0.00190323730930686], "max": [0.37318629026412964, 0.5620833039283752, 0.34114205837249756, -1.5840609073638916, -0.2537708580493927, 0.09875072538852692, -0.0193033404648304, -0.17760199308395386, 0.4830569922924042, 0.23659099638462067, -1.2966423034667969, -1.316610336303711, -0.7797113060951233, 0.1414589285850525, 0.18929840624332428, -0.11643091589212418, -1.323622703552246, 0.13672909140586853, -0.00778416870161891, 0.20486675202846527, -0.2918519973754883, -0.37615999579429626, 0.13679499924182892, 1.5045497417449951, -1.325598120689392, 1.106745719909668, 1001.0, 1003.0, 0.001518941717222333, -0.2299354523420334, -0.8369869589805603, 1.912685513496399, -1.0679644346237183, 0.0019136789487674832], "mean": [0.15557223558425903, 0.2748589515686035, 0.08763328939676285, -1.8197922706604004, -0.2940663993358612, 0.0036554529797285795, -0.12568001449108124, -0.25740674138069153, 0.3867340683937073, 0.18060658872127533, -1.442923665046692, -1.3977606296539307, -1.1111986637115479, -0.09919903427362442, 0.15123465657234192, -0.16576135158538818, -1.6374727487564087, 0.10755487531423569, -0.06953959912061691, 0.14155368506908417, -0.3117152154445648, -0.4024859368801117, 0.12944640219211578, 1.4620145559310913, -1.4176503419876099, 1.0330159664154053, 649.1189575195312, 764.324462890625, 0.00031382462475448847, -0.2315332144498825, -0.8377532362937927, 1.9126579761505127, -1.06975519657135, 0.0003053694381378591], "std": [0.19666138291358948, 0.07543765008449554, 0.11412934213876724, 0.09212454408407211, 0.077031210064888, 0.041754238307476044, 0.1385446935892105, 0.03960079699754715, 0.03968488797545433, 0.041274767369031906, 0.2095213383436203, 0.10901983082294464, 0.1139310970902443, 0.07319505512714386, 0.05735243111848831, 0.041840340942144394, 0.1023171991109848, 0.03128508850932121, 0.024011969566345215, 0.08655999600887299, 0.011561187915503979, 0.02337915264070034, 0.010766320861876011, 0.07657594233751297, 0.04087575897574425, 0.028753116726875305, 464.55499267578125, 411.07623291015625, 0.0008313852013088763, 0.0007903949008323252, 0.00014460997772403061, 4.945655382471159e-05, 0.0005003227852284908, 0.0004526261182036251], "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": [295], "max": [295], "mean": [295.0], "std": [0.0], "count": [866]}, "index": {"min": [253863], "max": [254728], "mean": [254295.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.687066974595843, 0.7628764434808738], "std": [0.46368733756223995, 0.41023799175653564], "count": [866]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.687066974595843, 0.7628764434808738], "std": [0.46368733756223995, 0.41023799175653564], "count": [866]}, "eef_direction_state": {"mean": [5.177829099307159, 5.309468822170901], "std": [1.767885938443766, 1.8201662093414348], "min": [0, 0], "max": [6, 6], "count": [866]}, "eef_velocity_state": {"mean": [0.27367205542725176, 0.13279445727482678], "std": [0.5543651289064916, 0.3393524559980576], "min": [0, 0], "max": [2, 1], "count": [866]}, "eef_acc_mag_state": {"mean": [0.21939953810623555, 0.08198614318706697], "std": [0.5545466989290336, 0.3518000295309303], "min": [0, 0], "max": [2, 2], "count": [866]}, "eef_direction_action": {"mean": [5.177829099307159, 5.309468822170901], "std": [1.767885938443766, 1.8201662093414348], "min": [0, 0], "max": [6, 6], "count": [866]}, "eef_velocity_action": {"mean": [0.27367205542725176, 0.13279445727482678], "std": [0.5543651289064916, 0.3393524559980576], "min": [0, 0], "max": [2, 1], "count": [866]}, "eef_acc_mag_action": {"mean": [0.21939953810623555, 0.08198614318706697], "std": [0.5545466989290336, 0.3518000295309303], "min": [0, 0], "max": [2, 2], "count": [866]}, "eef_sim_pose_state": {"mean": [0.4098655424503156, 0.2594284894087772, 1.1788591890586213, -0.05075987091172723, 0.007520820699677099, 1.2941418083268237, 0.4245434953100661, -0.21402509233259995, 1.1293066524912077, 0.009249200749884777, -0.02382686765779866, -1.250685102382681], "std": [0.046489285887277194, 0.026262998180317687, 0.03399427886158692, 0.05112928796110138, 0.0439389060655628, 0.21585874240613528, 0.022518605861375805, 0.017005749902365214, 0.007999962462544731, 0.03413877146975515, 0.032376644066348645, 0.06281831998522905], "min": [0.3612453161313283, 0.20540033851864317, 1.1529815493453643, -0.16826379053878188, -0.10166537085742733, 0.7258485583519552, 0.3963675569714456, -0.22585828929416893, 1.111926768114157, -0.0786126389804872, -0.06756259542941456, -1.3849292103479096], "max": [0.5174666640979044, 0.3365740010506658, 1.2470756613870444, 0.00044528835479262785, 0.10469121076446508, 1.4474771429073445, 0.49493226870981644, -0.18458456625050823, 1.1447061416595836, 0.04844432553068179, 0.06766254182143161, -1.204810858158674], "count": [866]}, "eef_sim_pose_action": {"mean": [0.40988094580306295, 0.25944373008337634, 1.1788584251545144, -0.050754009533434626, 0.00750983576623784, 1.294007687272393, 0.42457183359641143, -0.21406792561282523, 1.1292885453057309, 0.00921523170988786, -0.023782901602380824, -1.250575382931539], "std": [0.046482756101139236, 0.026269776602895825, 0.03399478148070597, 0.05113337377553743, 0.043933810509804105, 0.21580047759509083, 0.022498594783437225, 0.016988625562156464, 0.007983265030832765, 0.03411489726666983, 0.03234315562502337, 0.06280743711420109], "min": [0.3612453161313283, 0.20540033851864317, 1.1529815493453643, -0.16826379053878188, -0.10166537085742733, 0.7258485583519552, 0.3963675569714456, -0.22585828929416893, 1.111926768114157, -0.0786126389804872, -0.06756259542941456, -1.3849292103479096], "max": [0.5174666640979044, 0.3365740010506658, 1.2470756613870444, 0.00044528835479262785, 0.10469121076446508, 1.4474771429073445, 0.49493226870981644, -0.18458456625050823, 1.1447061416595836, 0.04844432553068179, 0.06766254182143161, -1.204810858158674], "count": [866]}, "gripper_mode_state": {"mean": [0.312933025404157, 0.23672055427251731], "std": [0.46368733756223995, 0.4250693278248052], "min": [0, 0], "max": [1, 1], "count": [866]}, "gripper_activity_state": {"mean": [1.989607390300231, 1.879907621247113], "std": [0.13119836062203732, 0.431858319468707], "min": [0, 0], "max": [2, 2], "count": [866]}, "gripper_mode_action": {"mean": [0.312933025404157, 0.23672055427251731], "std": [0.46368733756223995, 0.4250693278248052], "min": [0, 0], "max": [1, 1], "count": [866]}, "gripper_activity_action": {"mean": [1.989607390300231, 1.879907621247113], "std": [0.13119836062203732, 0.431858319468707], "min": [0, 0], "max": [2, 2], "count": [866]}}} +{"episode_index": 295, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4696232997338008]], [[0.4521203672142146]], [[0.43893034183872226]]], "std": [[[0.1626602099702806]], [[0.1672551802980514]], [[0.17178591329737775]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.471969012411808]], [[0.4640212066614725]], [[0.4594451654005973]]], "std": [[[0.15137552535743215]], [[0.15281066193728968]], [[0.1567025671029813]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4615413001017184]], [[0.4623845360992079]], [[0.4540465551010691]]], "std": [[[0.16365807810598373]], [[0.16173657360207086]], [[0.16886292539030404]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.514190730099987]], [[0.49812236235553825]], [[0.482494619205298]]], "std": [[[0.16977070910205258]], [[0.15919382951761496]], [[0.1680345547791309]]], "count": [151]}, "observation.state": {"min": [-0.30682888627052307, 0.22617721557617188, -0.17088519036769867, -2.0795249938964844, -0.5933945178985596, -0.022671828046441078, -0.3879866898059845, -0.2832759916782379, 0.3346500098705292, 0.0828159973025322, -1.7686790227890015, -1.7196557521820068, -1.242340326309204, -0.17331120371818542, -0.021013764664530754, -0.26258477568626404, -1.7714743614196777, 0.02275909297168255, -0.07560765743255615, -0.0262148454785347, -0.34054800868034363, -0.4819589853286743, 0.10968100279569626, 1.257897973060608, -1.43657648563385, 0.9962504506111145, 0.0, 0.0, 0.0009286599233746529, -0.23518407344818115, -0.8384171724319458, 1.9121379852294922, -1.0709792375564575, -0.0019298162078484893], "max": [0.379050612449646, 0.4919734001159668, 0.3451214134693146, -1.5954229831695557, -0.2537883222103119, 0.1356469839811325, -0.019477875903248787, -0.18055999279022217, 0.4851999878883362, 0.24571500718593597, -1.2701911926269531, -1.3174628019332886, -0.9402024149894714, 0.1589994877576828, 0.1892635077238083, -0.10459758341312408, -1.290164828300476, 0.13644984364509583, -0.013299409300088882, 0.21003292500972748, -0.29177001118659973, -0.3761669993400574, 0.1594270020723343, 1.4904147386550903, -1.3268604278564453, 1.1114532947540283, 1001.0, 1002.0, 0.0010226538870483637, -0.22891280055046082, -0.8362271189689636, 1.9129667282104492, -1.0675642490386963, 0.0035691631492227316], "mean": [0.1714194118976593, 0.2811420261859894, 0.08046945929527283, -1.837488055229187, -0.3139151930809021, 0.0064313686452806, -0.11603209376335144, -0.2554719150066376, 0.38290470838546753, 0.18326428532600403, -1.430967926979065, -1.4056230783462524, -1.1285569667816162, -0.09058195352554321, 0.14234252274036407, -0.1314396858215332, -1.619915246963501, 0.09928026795387268, -0.0643361508846283, 0.12003858387470245, -0.31393706798553467, -0.4085991084575653, 0.14495550096035004, 1.417153000831604, -1.3765586614608765, 1.0562752485275269, 646.257080078125, 730.609375, 0.0009841090068221092, -0.23151378333568573, -0.8377948999404907, 1.9126083850860596, -1.0697230100631714, 0.0002978178672492504], "std": [0.18538156151771545, 0.06884124875068665, 0.11441072821617126, 0.08925991505384445, 0.09480928629636765, 0.048902206122875214, 0.12198293209075928, 0.04115724563598633, 0.03624821454286575, 0.04128973186016083, 0.18575216829776764, 0.12390492111444473, 0.08437225222587585, 0.07401096075773239, 0.05809265002608299, 0.051938463002443314, 0.10348410159349442, 0.033813316375017166, 0.014994889497756958, 0.06734006851911545, 0.011332106776535511, 0.02294016070663929, 0.020236404612660408, 0.0549456849694252, 0.019918808713555336, 0.014532191678881645, 464.5548095703125, 429.76226806640625, 3.210505019524135e-05, 0.002117243828251958, 0.0003193292359355837, 0.0001768434449331835, 0.0005773329176008701, 0.0005963363801129162], "count": [809]}, "action": {"min": [-0.30682888627052307, 0.22617721557617188, -0.17088519036769867, -2.0795249938964844, -0.5933945178985596, -0.022671828046441078, -0.3879866898059845, -0.2832759916782379, 0.3346500098705292, 0.0828159973025322, -1.7686790227890015, -1.7196557521820068, -1.242340326309204, -0.17331120371818542, -0.021013764664530754, -0.26258477568626404, -1.7714743614196777, 0.02275909297168255, -0.07560765743255615, -0.0262148454785347, -0.34054800868034363, -0.4819589853286743, 0.10968100279569626, 1.257897973060608, -1.43657648563385, 0.9962504506111145, 0.0, 0.0, 0.0009286599233746529, -0.23518407344818115, -0.8384171724319458, 1.9121379852294922, -1.0709792375564575, -0.0019298162078484893], "max": [0.379050612449646, 0.4919734001159668, 0.3451214134693146, -1.5954229831695557, -0.2537883222103119, 0.1356469839811325, -0.019477875903248787, -0.18055999279022217, 0.4851999878883362, 0.24571500718593597, -1.2701911926269531, -1.3174628019332886, -0.9402024149894714, 0.1589994877576828, 0.1892635077238083, -0.10459758341312408, -1.290164828300476, 0.13644984364509583, -0.013299409300088882, 0.21003292500972748, -0.29177001118659973, -0.3761669993400574, 0.1594270020723343, 1.4904147386550903, -1.3268604278564453, 1.1114532947540283, 1001.0, 1002.0, 0.0010226538870483637, -0.22891280055046082, -0.8362271189689636, 1.9129667282104492, -1.0675642490386963, 0.0035691631492227316], "mean": [0.1713372766971588, 0.2812098562717438, 0.08046688139438629, -1.8374227285385132, -0.3139890432357788, 0.00643018027767539, -0.11623817682266235, -0.2554651200771332, 0.3829239010810852, 0.1832621693611145, -1.431129813194275, -1.405759572982788, -1.1284574270248413, -0.09050387889146805, 0.14231303334236145, -0.13124579191207886, -1.6197491884231567, 0.09934861958026886, -0.06434743106365204, 0.1202680841088295, -0.3139636516571045, -0.4086339473724365, 0.14501626789569855, 1.4171007871627808, -1.3766223192214966, 1.0562549829483032, 646.257080078125, 730.609375, 0.0009842183208093047, -0.2315092384815216, -0.8377952575683594, 1.912608027458191, -1.0697230100631714, 0.00029745177016593516], "std": [0.18535465002059937, 0.06882864236831665, 0.11441164463758469, 0.0892707109451294, 0.09478574246168137, 0.04890289157629013, 0.12196104973554611, 0.041153114289045334, 0.0362437404692173, 0.0412888377904892, 0.1856926828622818, 0.12387028336524963, 0.08435359597206116, 0.07395709306001663, 0.05807500332593918, 0.05174104869365692, 0.10334852337837219, 0.03380165994167328, 0.01499782595783472, 0.0671573355793953, 0.011305956169962883, 0.022912291809916496, 0.020204199478030205, 0.05491016060113907, 0.019849523901939392, 0.014529528096318245, 464.5548095703125, 429.76226806640625, 3.206670953659341e-05, 0.0021136009600013494, 0.00031932356068864465, 0.0001771563693182543, 0.000577349856030196, 0.0005963723524473608], "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": [296], "max": [296], "mean": [296.0], "std": [0.0], "count": [809]}, "index": {"min": [254729], "max": [255537], "mean": [255133.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6897404202719407, 0.7292422745261705], "std": [0.46259979778965077, 0.4288987457034101], "count": [809]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6897404202719407, 0.7292422745261705], "std": [0.46259979778965077, 0.4288987457034101], "count": [809]}, "eef_direction_state": {"mean": [4.793572311495674, 5.164400494437578], "std": [2.1031868737662003, 1.9685835150992559], "min": [0, 0], "max": [6, 6], "count": [809]}, "eef_velocity_state": {"mean": [0.32509270704573545, 0.16069221260815822], "std": [0.5256117961536215, 0.3705973735761326], "min": [0, 0], "max": [2, 2], "count": [809]}, "eef_acc_mag_state": {"mean": [0.22867737948084055, 0.11495673671199011], "std": [0.5698379671199311, 0.4194130684479106], "min": [0, 0], "max": [2, 2], "count": [809]}, "eef_direction_action": {"mean": [4.793572311495674, 5.164400494437578], "std": [2.1031868737662003, 1.9685835150992559], "min": [0, 0], "max": [6, 6], "count": [809]}, "eef_velocity_action": {"mean": [0.32509270704573545, 0.16069221260815822], "std": [0.5256117961536215, 0.3705973735761326], "min": [0, 0], "max": [2, 2], "count": [809]}, "eef_acc_mag_action": {"mean": [0.22867737948084055, 0.11495673671199011], "std": [0.5698379671199311, 0.4194130684479106], "min": [0, 0], "max": [2, 2], "count": [809]}, "eef_sim_pose_state": {"mean": [0.4055059861631891, 0.2613497343333188, 1.1801983483823286, -0.05591949141253966, 0.02243694997203658, 1.3005981642277853, 0.4286099631758113, -0.22327677199529658, 1.1279910179493304, 0.0011771866965668907, -0.027691455012125648, -1.3079518601041635], "std": [0.04292260910587783, 0.02740728792843996, 0.03496965970812365, 0.0562016239071403, 0.02584364712221147, 0.20247296090697356, 0.0223142252460655, 0.022642116820903408, 0.008138761752363145, 0.028983286923247066, 0.024078498664320398, 0.0343121616657534], "min": [0.35527429832003354, 0.1959151660856624, 1.156784208803663, -0.19406488943204342, -0.05953157616581617, 0.8805676302434023, 0.39637050972310733, -0.23916159786162172, 1.1096431532662923, -0.07132878116680308, -0.06753042154666744, -1.4129169016489032], "max": [0.5213648810247989, 0.3303233605251316, 1.24544897491849, -0.011623484554557306, 0.08404509777769498, 1.4588827862724023, 0.49963293965871647, -0.18423097024044127, 1.1448122285570157, 0.04866420781806313, 0.038720962580569784, -1.2160442616696667], "count": [809]}, "eef_sim_pose_action": {"mean": [0.4055299906456071, 0.2613703872709216, 1.18020296209763, -0.055938747166419577, 0.022429344382862215, 1.3003947039815789, 0.42864491771465246, -0.2233385390737705, 1.1279703222496904, 0.0011257196553175882, -0.02764778780453967, -1.3079392465754378], "std": [0.04291572945615052, 0.027415969213496667, 0.034966820533962946, 0.05619115579876609, 0.025841537084179977, 0.20240955373115416, 0.022285853427555485, 0.022615832576657988, 0.0081179641949558, 0.028937114726536095, 0.024038317600959248, 0.034315364104729566], "min": [0.35527429832003354, 0.1959151660856624, 1.156784208803663, -0.19406488943204342, -0.05953157616581617, 0.8805676302434023, 0.39637050972310733, -0.23916159786162172, 1.1096431532662923, -0.07132878116680308, -0.06753042154666744, -1.4129169016489032], "max": [0.5213648810247989, 0.3303233605251316, 1.24544897491849, -0.011623484554557306, 0.08404509777769498, 1.4588827862724023, 0.49963293965871647, -0.18423097024044127, 1.1448122285570157, 0.04866420781806313, 0.038720962580569784, -1.2160442616696667], "count": [809]}, "gripper_mode_state": {"mean": [0.31025957972805934, 0.27070457354758964], "std": [0.46259979778965077, 0.44432376417203207], "min": [0, 0], "max": [1, 1], "count": [809]}, "gripper_activity_state": {"mean": [1.988875154511743, 1.8677379480840544], "std": [0.13571163163103414, 0.4514062089127544], "min": [0, 0], "max": [2, 2], "count": [809]}, "gripper_mode_action": {"mean": [0.31025957972805934, 0.27070457354758964], "std": [0.46259979778965077, 0.44432376417203207], "min": [0, 0], "max": [1, 1], "count": [809]}, "gripper_activity_action": {"mean": [1.988875154511743, 1.8677379480840544], "std": [0.13571163163103414, 0.4514062089127544], "min": [0, 0], "max": [2, 2], "count": [809]}}} +{"episode_index": 296, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4674084692370538]], [[0.4498576127032009]], [[0.4365384000020949]]], "std": [[[0.1579253838195977]], [[0.16414842770651983]], [[0.16919261255537685]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4712767709380761]], [[0.46229783208689457]], [[0.4553650743149824]]], "std": [[[0.14908513985562002]], [[0.1504590470226633]], [[0.1539541003464637]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46498408302957933]], [[0.4646524596216692]], [[0.4564248352920228]]], "std": [[[0.1668481137681677]], [[0.16543870039778896]], [[0.17273111813994246]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5012508418698676]], [[0.4921772142617731]], [[0.4791178774928775]]], "std": [[[0.1554404956734075]], [[0.15262569151088967]], [[0.1625327738204657]]], "count": [156]}, "observation.state": {"min": [-0.28909632563591003, 0.2200685739517212, -0.10967648774385452, -2.0522453784942627, -0.5095139741897583, -0.09023352712392807, -0.45519930124282837, -0.28345000743865967, 0.31905001401901245, 0.0779850035905838, -1.867104411125183, -1.638594388961792, -1.2051901817321777, -0.17331120371818542, -0.02223549596965313, -0.2626197040081024, -1.7714743614196777, -0.0075223688036203384, -0.11384782195091248, -0.0262148454785347, -0.3444969952106476, -0.4783659875392914, 0.10966599732637405, 1.2982845306396484, -1.3621734380722046, 1.059574007987976, 0.0, 0.0, -2.067866262223106e-05, -0.23550176620483398, -0.8382143378257751, 1.9121673107147217, -1.0707803964614868, -0.0029644938185811043], "max": [0.4040960669517517, 0.513737678527832, 0.3392396569252014, -1.623068928718567, -0.21108011901378632, 0.15599752962589264, -0.019285889342427254, -0.18627199530601501, 0.4816870093345642, 0.22321000695228577, -1.2966423034667969, -1.316610336303711, -0.8941413164138794, 0.1512327790260315, 0.1892460584640503, -0.043563418090343475, -1.2859934568405151, 0.09213592857122421, -0.04473278671503067, 0.11346385627985, -0.291934996843338, -0.3761639893054962, 0.17373600602149963, 1.4755313396453857, -1.3134195804595947, 1.158186912536621, 1001.0, 1003.0, 0.0027483822777867317, -0.22923614084720612, -0.8370828628540039, 1.9126981496810913, -1.068121314048767, 0.004029547329992056], "mean": [0.17079412937164307, 0.27542176842689514, 0.09642952680587769, -1.8370728492736816, -0.2804667055606842, 0.00954596046358347, -0.11386816948652267, -0.2583329379558563, 0.3820001482963562, 0.1760609894990921, -1.4426988363265991, -1.3941943645477295, -1.099886178970337, -0.06979960948228836, 0.08840400725603104, -0.0919194221496582, -1.5609915256500244, 0.06669458001852036, -0.09656824916601181, 0.0808127224445343, -0.32415202260017395, -0.4166158139705658, 0.15382787585258484, 1.3511548042297363, -1.3245253562927246, 1.1177057027816772, 565.5807495117188, 742.7909545898438, 0.0010163411498069763, -0.2316775619983673, -0.8376660346984863, 1.9124163389205933, -1.0696879625320435, 0.00021212261344771832], "std": [0.18655818700790405, 0.07121449708938599, 0.11142521351575851, 0.07990814000368118, 0.067081980407238, 0.06354538351297379, 0.13117051124572754, 0.03792477399110794, 0.037020690739154816, 0.04485797509551048, 0.20730432868003845, 0.1055886447429657, 0.11938969790935516, 0.07353806495666504, 0.05087823420763016, 0.07637941837310791, 0.1108950674533844, 0.029844582080841064, 0.0193385761231184, 0.048842597752809525, 0.013633164577186108, 0.022946925833821297, 0.027445506304502487, 0.049766648560762405, 0.013950737193226814, 0.02989582158625126, 485.2987060546875, 423.5896301269531, 0.0010776228737086058, 0.0021024001762270927, 0.00021142986952327192, 0.00012300787784624845, 0.0004683114239014685, 0.0007427702657878399], "count": [842]}, "action": {"min": [-0.28909632563591003, 0.2200685739517212, -0.10967648774385452, -2.0522453784942627, -0.5095139741897583, -0.09023352712392807, -0.45519930124282837, -0.28345000743865967, 0.31905001401901245, 0.0779850035905838, -1.867104411125183, -1.638594388961792, -1.2051901817321777, -0.17331120371818542, -0.02223549596965313, -0.2626197040081024, -1.7714743614196777, -0.0075223688036203384, -0.11384782195091248, -0.0262148454785347, -0.3444969952106476, -0.4783659875392914, 0.10966599732637405, 1.2982845306396484, -1.3621734380722046, 1.059574007987976, 0.0, 0.0, -2.067866262223106e-05, -0.23550176620483398, -0.8382143378257751, 1.9121673107147217, -1.0707803964614868, -0.0029644938185811043], "max": [0.4040960669517517, 0.513737678527832, 0.3392396569252014, -1.623068928718567, -0.21108011901378632, 0.15599752962589264, -0.019285889342427254, -0.18627199530601501, 0.4816870093345642, 0.22321000695228577, -1.2966423034667969, -1.316610336303711, -0.8941413164138794, 0.1512327790260315, 0.1892460584640503, -0.043563418090343475, -1.2859934568405151, 0.09213592857122421, -0.04473278671503067, 0.11346385627985, -0.291934996843338, -0.3761639893054962, 0.17373600602149963, 1.4755313396453857, -1.3134195804595947, 1.158186912536621, 1001.0, 1003.0, 0.0027483822777867317, -0.22923614084720612, -0.8370828628540039, 1.9126981496810913, -1.068121314048767, 0.004029547329992056], "mean": [0.17064987123012543, 0.2755119800567627, 0.09652387350797653, -1.8370084762573242, -0.2804904580116272, 0.00963287428021431, -0.114073246717453, -0.2583247125148773, 0.38202908635139465, 0.17602398991584778, -1.4429088830947876, -1.3943771123886108, -1.0996421575546265, -0.06969118118286133, 0.08828550577163696, -0.09166105091571808, -1.5607396364212036, 0.06671551614999771, -0.09662178158760071, 0.08097536116838455, -0.3241937458515167, -0.41666269302368164, 0.15390326082706451, 1.3509852886199951, -1.3245093822479248, 1.1177902221679688, 565.1425170898438, 742.7909545898438, 0.0010151913156732917, -0.2316766381263733, -0.8376657366752625, 1.912416696548462, -1.069688320159912, 0.00021192080748733133], "std": [0.1865319013595581, 0.07121892273426056, 0.1114128828048706, 0.07992003113031387, 0.06707608699798584, 0.06355401128530502, 0.13115838170051575, 0.03792012482881546, 0.03701820597052574, 0.04484955966472626, 0.2072463184595108, 0.10559144616127014, 0.11942622810602188, 0.073453389108181, 0.05075930431485176, 0.07616905122995377, 0.11065701395273209, 0.029850391671061516, 0.019309720024466515, 0.048713892698287964, 0.013588577508926392, 0.02290457859635353, 0.027411306276917458, 0.04958530515432358, 0.01395307295024395, 0.02985144779086113, 485.0715026855469, 423.5896301269531, 0.0010781394084915519, 0.0021026975009590387, 0.00021124941122252494, 0.00012327005970291793, 0.0004683111037593335, 0.0007427799282595515], "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": [297], "max": [297], "mean": [297.0], "std": [0.0], "count": [842]}, "index": {"min": [255538], "max": [256379], "mean": [255958.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6033254156769596, 0.7413907363599348], "std": [0.4892073777808205, 0.4227338920816688], "count": [842]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6033254156769596, 0.7413907363599348], "std": [0.4892073777808205, 0.4227338920816688], "count": [842]}, "eef_direction_state": {"mean": [5.014251781472684, 5.3729216152019], "std": [1.8944314505753848, 1.7116696758914611], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_state": {"mean": [0.28978622327790976, 0.13182897862232779], "std": [0.5263735132390824, 0.3383047428247527], "min": [0, 0], "max": [2, 1], "count": [842]}, "eef_acc_mag_state": {"mean": [0.21140142517814728, 0.09026128266033254], "std": [0.5517953275567021, 0.36979185022316163], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_direction_action": {"mean": [5.014251781472684, 5.3729216152019], "std": [1.8944314505753848, 1.7116696758914611], "min": [0, 0], "max": [6, 6], "count": [842]}, "eef_velocity_action": {"mean": [0.28978622327790976, 0.13182897862232779], "std": [0.5263735132390824, 0.3383047428247527], "min": [0, 0], "max": [2, 1], "count": [842]}, "eef_acc_mag_action": {"mean": [0.21140142517814728, 0.09026128266033254], "std": [0.5517953275567021, 0.36979185022316163], "min": [0, 0], "max": [2, 2], "count": [842]}, "eef_sim_pose_state": {"mean": [0.4050901942209651, 0.255120955441628, 1.1787741956664137, -0.04345348051855585, 0.0004247201519327875, 1.2933133119724705, 0.43444493181005456, -0.22246504893289268, 1.1170232882608304, 0.007696435882448662, -0.01293996649476361, -1.3944028603655234], "std": [0.04269705985609935, 0.028709680273372055, 0.03332258750343256, 0.04646904748473235, 0.050379490380231394, 0.21335670618330566, 0.022399813764128522, 0.023919304313544755, 0.011452273095941833, 0.02339250046419956, 0.022524298357991617, 0.037842552816762125], "min": [0.3538322657626029, 0.18958082137645427, 1.154064497875926, -0.15955514816823135, -0.11450529206088911, 0.8704838847842595, 0.3963704703713838, -0.24006679529686673, 1.1028663348866479, -0.04625893734906217, -0.06753120272282409, -1.4190636357676811], "max": [0.5159002450595047, 0.32183951995367505, 1.2440382605548823, 0.032010837268446, 0.058576562764736106, 1.4477727375280927, 0.4962632551296506, -0.17920490474329157, 1.1445868353168478, 0.048638766962357693, 0.021986616263308445, -1.304257375101334], "count": [842]}, "eef_sim_pose_action": {"mean": [0.40512750909932277, 0.25511686847837456, 1.1787877774879447, -0.04340658332595921, 0.00036773529284556486, 1.2930166359111586, 0.4344883687712213, -0.22252524382017966, 1.116986492862859, 0.007652718755119886, -0.012863958495030192, -1.3945352237948552], "std": [0.04269191066014057, 0.02870858547466752, 0.03331597130598979, 0.046515058512431505, 0.05037012008106994, 0.21331800502493733, 0.022361408476953545, 0.02389797393400772, 0.011413591817399645, 0.02335160958100261, 0.022447996905953654, 0.03772198363020979], "min": [0.3538322657626029, 0.18958082137645427, 1.154064497875926, -0.15955514816823135, -0.11450529206088911, 0.8704838847842595, 0.3963704703713838, -0.24006679529686673, 1.1028663348866479, -0.04625893734906217, -0.06753120272282409, -1.4190636357676811], "max": [0.5159002450595047, 0.32183951995367505, 1.2440382605548823, 0.032010837268446, 0.058576562764736106, 1.4477727375280927, 0.4962632551296506, -0.17920490474329157, 1.1445868353168478, 0.048638766962357693, 0.021986616263308445, -1.304257375101334], "count": [842]}, "gripper_mode_state": {"mean": [0.39667458432304037, 0.25771971496437057], "std": [0.4892073777808205, 0.43737885577958463], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_state": {"mean": [1.989311163895487, 1.8752969121140142], "std": [0.1330431344473888, 0.4385061227413679], "min": [0, 0], "max": [2, 2], "count": [842]}, "gripper_mode_action": {"mean": [0.39667458432304037, 0.25771971496437057], "std": [0.4892073777808205, 0.43737885577958463], "min": [0, 0], "max": [1, 1], "count": [842]}, "gripper_activity_action": {"mean": [1.989311163895487, 1.8752969121140142], "std": [0.1330431344473888, 0.4385061227413679], "min": [0, 0], "max": [2, 2], "count": [842]}}} +{"episode_index": 297, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4669790373093682]], [[0.4508124904684096]], [[0.43844083605664486]]], "std": [[[0.16440133978976962]], [[0.1690125524173835]], [[0.17327338462341327]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46870217320261437]], [[0.46083558687363835]], [[0.45385280773420483]]], "std": [[[0.15113598362425026]], [[0.1519842311954459]], [[0.15514671150526552]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4627717075163399]], [[0.4631174387254902]], [[0.4547368695533769]]], "std": [[[0.166999807916406]], [[0.16422872006386643]], [[0.17161159111732313]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49844578839869286]], [[0.4865611233660131]], [[0.4735152750544662]]], "std": [[[0.16391611625664632]], [[0.15612927595791745]], [[0.16532869652639523]]], "count": [150]}, "observation.state": {"min": [-0.25474825501441956, 0.16439256072044373, -0.17086772620677948, -2.093993663787842, -0.4026300013065338, -0.020874137058854103, -0.2945941090583801, -0.28324899077415466, 0.3281489908695221, 0.0772780030965805, -1.7792010307312012, -1.5398056507110596, -1.210337519645691, -0.17332863807678223, -0.0190066359937191, -0.2626371383666992, -1.771422028541565, 0.004363323096185923, -0.11908381432294846, -0.02626720443367958, -0.3410719931125641, -0.47909998893737793, 0.10967499762773514, 1.2754853963851929, -1.404751181602478, 1.0336834192276, 0.0, 0.0, 4.135732524446212e-05, -0.23514647781848907, -0.8384005427360535, 1.9123883247375488, -1.070743203163147, -0.00025249930331483483], "max": [0.4074645936489105, 0.4395087957382202, 0.30949923396110535, -1.6532107591629028, -0.14964453876018524, 0.17753489315509796, -0.018884463235735893, -0.18162000179290771, 0.47753000259399414, 0.24235199391841888, -1.2958946228027344, -1.3169033527374268, -0.931633710861206, 0.15111060440540314, 0.18929840624332428, -0.07059857249259949, -1.3003051280975342, 0.12939871847629547, -0.02275909297168255, 0.1489289402961731, -0.2914069890975952, -0.37615498900413513, 0.15594600141048431, 1.4755313396453857, -1.3111977577209473, 1.1562869548797607, 1001.0, 1002.0, 9.21140454011038e-05, -0.2293602079153061, -0.8371541500091553, 1.9128241539001465, -1.0678043365478516, 0.0013896954478695989], "mean": [0.1706031858921051, 0.254612535238266, 0.07935027033090591, -1.8444944620132446, -0.25302383303642273, 0.029134174808859825, -0.09986619651317596, -0.25616005063056946, 0.38442808389663696, 0.1790381819009781, -1.4211311340332031, -1.3681175708770752, -1.1141383647918701, -0.10871147364377975, 0.09089081734418869, -0.10810527950525284, -1.608957290649414, 0.10445357859134674, -0.09463346749544144, 0.10708819329738617, -0.32000088691711426, -0.4044516682624817, 0.14360690116882324, 1.3683141469955444, -1.3814643621444702, 1.1304911375045776, 672.9501953125, 777.6625366210938, 5.2292878535808995e-05, -0.23177912831306458, -0.8376017808914185, 1.9126108884811401, -1.0697214603424072, 0.00022738115512765944], "std": [0.16568362712860107, 0.05264948308467865, 0.09914873540401459, 0.08454689383506775, 0.04326606169342995, 0.06449805945158005, 0.09472130984067917, 0.039947759360075, 0.03359596058726311, 0.04374592378735542, 0.17490890622138977, 0.06678970903158188, 0.09192318469285965, 0.07166128605604172, 0.04689251631498337, 0.06489624083042145, 0.09660112857818604, 0.04100509732961655, 0.03075098618865013, 0.062402769923210144, 0.011882507242262363, 0.021733589470386505, 0.01912573352456093, 0.047116149216890335, 0.022985614836215973, 0.03979192674160004, 455.2045593261719, 401.02685546875, 7.757486855552997e-06, 0.001993855694308877, 0.00019520000205375254, 9.139603935182095e-05, 0.0005412003956735134, 0.00021946930792182684], "count": [803]}, "action": {"min": [-0.25474825501441956, 0.16439256072044373, -0.17086772620677948, -2.093993663787842, -0.4026300013065338, -0.020874137058854103, -0.2945941090583801, -0.28324899077415466, 0.3281489908695221, 0.0772780030965805, -1.7792010307312012, -1.5398056507110596, -1.210337519645691, -0.17332863807678223, -0.0190066359937191, -0.2626197040081024, -1.771422028541565, 0.004363323096185923, -0.11908381432294846, -0.02626720443367958, -0.3410719931125641, -0.47909998893737793, 0.10967499762773514, 1.2754853963851929, -1.404751181602478, 1.0336834192276, 0.0, 0.0, 4.135732524446212e-05, -0.23514647781848907, -0.8384005427360535, 1.9123883247375488, -1.070743203163147, -0.00025249930331483483], "max": [0.4074645936489105, 0.4395087957382202, 0.30949923396110535, -1.6532107591629028, -0.14964453876018524, 0.17753489315509796, -0.018884463235735893, -0.18162000179290771, 0.47753000259399414, 0.24235199391841888, -1.2958946228027344, -1.3169033527374268, -0.931633710861206, 0.15111060440540314, 0.18929840624332428, -0.07059857249259949, -1.3003051280975342, 0.12939871847629547, -0.02275909297168255, 0.1489289402961731, -0.2914069890975952, -0.37615498900413513, 0.15594600141048431, 1.4755313396453857, -1.3111977577209473, 1.1562869548797607, 1001.0, 1002.0, 9.21140454011038e-05, -0.2293602079153061, -0.8371541500091553, 1.9128241539001465, -1.0678043365478516, 0.0013896954478695989], "mean": [0.17046357691287994, 0.2546112537384033, 0.07934921979904175, -1.844411849975586, -0.2529859244823456, 0.029226569458842278, -0.10001445561647415, -0.2561531662940979, 0.38446497917175293, 0.17902956902980804, -1.4212226867675781, -1.368187665939331, -1.114006757736206, -0.10865432024002075, 0.09076536446809769, -0.1078692227602005, -1.6087608337402344, 0.10453260689973831, -0.09469569474458694, 0.1072995662689209, -0.32003822922706604, -0.4044824540615082, 0.14366401731967926, 1.368174433708191, -1.3815441131591797, 1.1306023597717285, 672.9501953125, 777.6625366210938, 5.232097100815736e-05, -0.23177871108055115, -0.8376014828681946, 1.9126108884811401, -1.0697224140167236, 0.00022754546080250293], "std": [0.16565079987049103, 0.0526498518884182, 0.09914912283420563, 0.08457446098327637, 0.04327869415283203, 0.06447955220937729, 0.09468904882669449, 0.03994357958436012, 0.03359271585941315, 0.04374212026596069, 0.17486357688903809, 0.06676749140024185, 0.09189784526824951, 0.07162801176309586, 0.04676371067762375, 0.06467793881893158, 0.09643087536096573, 0.04099158197641373, 0.030738946050405502, 0.06223791465163231, 0.011841868981719017, 0.021711016073822975, 0.019092774018645287, 0.04696621000766754, 0.022916045039892197, 0.039735354483127594, 455.2045593261719, 401.0268859863281, 7.785867637721822e-06, 0.0019943146035075188, 0.00019505109230522066, 9.138819586951286e-05, 0.0005417807842604816, 0.00021938755526207387], "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": [298], "max": [298], "mean": [298.0], "std": [0.0], "count": [803]}, "index": {"min": [256380], "max": [257182], "mean": [256781.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7148194271481942, 0.7761980075728969], "std": [0.45150040279021175, 0.40020701301849987], "count": [803]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7148194271481942, 0.7761980075728969], "std": [0.45150040279021175, 0.40020701301849987], "count": [803]}, "eef_direction_state": {"mean": [4.926525529265255, 5.2465753424657535], "std": [1.9795545891413586, 1.8882800631135008], "min": [0, 0], "max": [6, 6], "count": [803]}, "eef_velocity_state": {"mean": [0.3001245330012453, 0.15317559153175592], "std": [0.5170444644949591, 0.3703846780920772], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_acc_mag_state": {"mean": [0.23038605230386053, 0.11581569115815692], "std": [0.5694359144602583, 0.4148986593580502], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_direction_action": {"mean": [4.926525529265255, 5.2465753424657535], "std": [1.9795545891413586, 1.8882800631135008], "min": [0, 0], "max": [6, 6], "count": [803]}, "eef_velocity_action": {"mean": [0.3001245330012453, 0.15317559153175592], "std": [0.5170444644949591, 0.3703846780920772], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_acc_mag_action": {"mean": [0.23038605230386053, 0.11581569115815692], "std": [0.5694359144602583, 0.4148986593580502], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_sim_pose_state": {"mean": [0.40560317691822806, 0.2549916563812374, 1.1812264771733405, -0.04095989045630874, -0.0041945296136758565, 1.3254764109679282, 0.4232179260882464, -0.21687155598330418, 1.1199426541505704, 0.01847770340571102, 0.025226728324666565, -1.3522359393952488], "std": [0.03815807023935233, 0.029695905423693922, 0.03503240918272217, 0.046086793873268785, 0.05057066439485344, 0.16427483717249766, 0.021360480796288748, 0.018515096529165193, 0.009716765004328857, 0.03384286331415488, 0.03961228055189279, 0.020766859469075683], "min": [0.3499400637682656, 0.18017348619826593, 1.156799269495467, -0.1355430444916737, -0.11825342324217414, 0.9931941307062798, 0.39636167151714097, -0.2292916546618895, 1.1095964972527594, -0.07525656993462526, -0.06762002320641414, -1.3957017503190303], "max": [0.5076212009436354, 0.325013390797408, 1.2468107965605855, 0.019015570631558898, 0.03732335067629622, 1.447529721168268, 0.49713400610059755, -0.1806890045325306, 1.1452560023891267, 0.04820406096059848, 0.054590145253550215, -1.3042698706392972], "count": [803]}, "eef_sim_pose_action": {"mean": [0.4056426798388271, 0.25499759846519954, 1.1812374311515559, -0.04092433991967587, -0.00424234966533323, 1.3253479314372358, 0.42324671862714364, -0.21692105461927627, 1.1199078873834025, 0.018455364467798833, 0.02536902679236108, -1.352298929962148], "std": [0.03815159121538066, 0.029698292616162685, 0.03502615602557444, 0.046115725208613616, 0.05055398771785319, 0.16422081612733638, 0.021339852341768172, 0.018492793865643634, 0.009678784990988435, 0.03382941923645756, 0.039483755476856924, 0.02069801717026553], "min": [0.3499400637682656, 0.18017348619826593, 1.156799269495467, -0.1355430444916737, -0.11825342324217414, 0.9931941307062798, 0.39636167151714097, -0.2292916546618895, 1.1095964972527594, -0.07525656993462526, -0.06762002320641414, -1.3957017503190303], "max": [0.5076212009436354, 0.325013390797408, 1.2468107965605855, 0.019015570631558898, 0.03732335067629622, 1.447529721168268, 0.49713400610059755, -0.1806890045325306, 1.1452560023891267, 0.04820406096059848, 0.054590145253550215, -1.3042698706392972], "count": [803]}, "gripper_mode_state": {"mean": [0.2851805728518057, 0.22415940224159403], "std": [0.45150040279021175, 0.41702753461646175], "min": [0, 0], "max": [1, 1], "count": [803]}, "gripper_activity_state": {"mean": [1.9887920298879203, 1.86799501867995], "std": [0.13621428556787402, 0.44916897388229393], "min": [0, 0], "max": [2, 2], "count": [803]}, "gripper_mode_action": {"mean": [0.2851805728518057, 0.22415940224159403], "std": [0.45150040279021175, 0.41702753461646175], "min": [0, 0], "max": [1, 1], "count": [803]}, "gripper_activity_action": {"mean": [1.9887920298879203, 1.86799501867995], "std": [0.13621428556787402, 0.44916897388229393], "min": [0, 0], "max": [2, 2], "count": [803]}}} +{"episode_index": 298, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46838623093681914]], [[0.45236187091503266]], [[0.4401598120915033]]], "std": [[[0.1632185750265932]], [[0.16781450699409972]], [[0.17199779374788632]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4676390413943355]], [[0.4615857434640523]], [[0.4553964392701525]]], "std": [[[0.15160269665257686]], [[0.15286386021839027]], [[0.1561535919554691]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46361220179738566]], [[0.46442250544662306]], [[0.45621065223311547]]], "std": [[[0.16723481470368526]], [[0.1643589086292717]], [[0.17168424904646692]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5025307352941177]], [[0.48938515659041393]], [[0.47340808006535945]]], "std": [[[0.1713365708862133]], [[0.15724098046886725]], [[0.16452266936304216]]], "count": [150]}, "observation.state": {"min": [-0.263265460729599, 0.17526595294475555, -0.16697566211223602, -2.0990724563598633, -0.5253790020942688, -0.020839231088757515, -0.3219608962535858, -0.3070639967918396, 0.3215929865837097, 0.07584699988365173, -1.7533729076385498, -1.6033958196640015, -1.2281861305236816, -0.17343337833881378, -0.022602012380957603, -0.2626197040081024, -1.7714568376541138, 0.03438298776745796, -0.06370452046394348, -0.02626720443367958, -0.33928999304771423, -0.47826701402664185, 0.10968399792909622, 1.2491871118545532, -1.4564050436019897, 0.9634371399879456, 0.0, 0.0, 6.203598604770377e-05, -0.23511451482772827, -0.8382381200790405, 1.912021517753601, -1.0707732439041138, -0.0019279177067801356], "max": [0.43299874663352966, 0.4751833379268646, 0.30257028341293335, -1.6276941299438477, -0.21896900236606598, 0.13920745253562927, -0.019233528524637222, -0.18173199892044067, 0.4790840148925781, 0.24201700091362, -1.288903832435608, -1.3175163269042969, -0.8885886669158936, 0.1469218134880066, 0.21151645481586456, -0.10777408629655838, -1.305837869644165, 0.12908455729484558, -0.015446163713932037, 0.22315780818462372, -0.2910729944705963, -0.3761639893054962, 0.15271100401878357, 1.5066272020339966, -1.3272466659545898, 1.1286022663116455, 1001.0, 1003.0, 8.271465048892424e-05, -0.22898611426353455, -0.8373324275016785, 1.912743330001831, -1.0683320760726929, 0.003755215322598815], "mean": [0.17910629510879517, 0.2551778256893158, 0.07635269314050674, -1.831666111946106, -0.278960257768631, 0.014801468700170517, -0.095578134059906, -0.2620726525783539, 0.382922887802124, 0.18195302784442902, -1.398793339729309, -1.38636314868927, -1.1350228786468506, -0.09641299396753311, 0.1643274426460266, -0.14843563735485077, -1.6332628726959229, 0.10335086286067963, -0.05572110414505005, 0.1505497545003891, -0.3132210075855255, -0.4042592942714691, 0.13869629800319672, 1.4540222883224487, -1.4060471057891846, 1.0094246864318848, 635.7935180664062, 725.2922973632812, 7.207601447589695e-05, -0.23158511519432068, -0.8376795649528503, 1.9124966859817505, -1.0697264671325684, 0.00025982008082792163], "std": [0.1677980273962021, 0.055824123322963715, 0.09830932319164276, 0.0995379090309143, 0.06181591376662254, 0.05638208985328674, 0.09707245230674744, 0.03965785354375839, 0.03509695455431938, 0.043277449905872345, 0.1671876162290573, 0.08884597569704056, 0.08369291573762894, 0.08343467116355896, 0.07642057538032532, 0.04964626953005791, 0.11697644740343094, 0.03084399737417698, 0.009404928423464298, 0.09595268964767456, 0.012157030403614044, 0.026392212137579918, 0.0181044340133667, 0.08292664587497711, 0.03575155884027481, 0.05824495106935501, 467.5957946777344, 432.437744140625, 1.2199986940686358e-06, 0.0022618528455495834, 0.00019740505376830697, 0.00014957223902456462, 0.0004891668795607984, 0.0006721287500113249], "count": [804]}, "action": {"min": [-0.263265460729599, 0.17526595294475555, -0.16697566211223602, -2.0990724563598633, -0.5253790020942688, -0.020839231088757515, -0.3219608962535858, -0.3070639967918396, 0.3215929865837097, 0.07584699988365173, -1.7533729076385498, -1.6033958196640015, -1.2281861305236816, -0.17343337833881378, -0.022602012380957603, -0.2626197040081024, -1.7714568376541138, 0.03438298776745796, -0.06370452046394348, -0.02626720443367958, -0.33928999304771423, -0.47826701402664185, 0.10968399792909622, 1.2491871118545532, -1.4564050436019897, 0.9634371399879456, 0.0, 0.0, 6.203598604770377e-05, -0.23511451482772827, -0.8382381200790405, 1.912021517753601, -1.0707732439041138, -0.0019279177067801356], "max": [0.43299874663352966, 0.4751833379268646, 0.30257028341293335, -1.6276941299438477, -0.21896900236606598, 0.13920745253562927, -0.019233528524637222, -0.18173199892044067, 0.4790840148925781, 0.24201700091362, -1.288903832435608, -1.3175163269042969, -0.8885886669158936, 0.1469218134880066, 0.21151645481586456, -0.10777408629655838, -1.305837869644165, 0.12908455729484558, -0.015446163713932037, 0.22315780818462372, -0.2910729944705963, -0.3761639893054962, 0.15271100401878357, 1.5066272020339966, -1.3272466659545898, 1.1286022663116455, 1001.0, 1003.0, 8.271465048892424e-05, -0.22898611426353455, -0.8373324275016785, 1.912743330001831, -1.0683320760726929, 0.003755215322598815], "mean": [0.17892788350582123, 0.25518012046813965, 0.07634806632995605, -1.831447958946228, -0.2790168821811676, 0.01482396014034748, -0.09575383365154266, -0.26209649443626404, 0.382970929145813, 0.18195724487304688, -1.3988234996795654, -1.3865044116973877, -1.1349488496780396, -0.09635201096534729, 0.16434714198112488, -0.1482669711112976, -1.6331281661987305, 0.10342518985271454, -0.05571560934185982, 0.15085360407829285, -0.3132462501525879, -0.4042845368385315, 0.13874894380569458, 1.454050898551941, -1.4061658382415771, 1.0093010663986206, 635.7935180664062, 725.2922973632812, 7.207835005829111e-05, -0.23159213364124298, -0.8376795649528503, 1.9124970436096191, -1.0697275400161743, 0.00025972796720452607], "std": [0.1677825003862381, 0.055823612958192825, 0.09831099957227707, 0.09969134628772736, 0.061813827604055405, 0.05637149512767792, 0.09706291556358337, 0.03967631608247757, 0.035101067274808884, 0.04327955096960068, 0.16717147827148438, 0.08882901817560196, 0.0836753323674202, 0.08339619636535645, 0.07642973959445953, 0.04948807880282402, 0.11687857657670975, 0.030825216323137283, 0.009401571936905384, 0.09577969461679459, 0.012134145013988018, 0.02637505531311035, 0.018081558868288994, 0.08293699473142624, 0.035654325038194656, 0.05822926014661789, 467.5957946777344, 432.437744140625, 1.2205703114887e-06, 0.002263911534100771, 0.00019744614837691188, 0.00014975867816247046, 0.0004898592014797032, 0.0006721431855112314], "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": [299], "max": [299], "mean": [299.0], "std": [0.0], "count": [804]}, "index": {"min": [257183], "max": [257986], "mean": [257584.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.677860696517413, 0.7239340799316226], "std": [0.46729602248932206, 0.43157084864354683], "count": [804]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.677860696517413, 0.7239340799316226], "std": [0.46729602248932206, 0.43157084864354683], "count": [804]}, "eef_direction_state": {"mean": [4.876865671641791, 5.351990049751244], "std": [2.0335524211629252, 1.7425701610179833], "min": [0, 0], "max": [6, 6], "count": [804]}, "eef_velocity_state": {"mean": [0.32213930348258707, 0.13059701492537312], "std": [0.5481378703147111, 0.34063029343704476], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_acc_mag_state": {"mean": [0.23507462686567165, 0.10572139303482588], "std": [0.5736447315306927, 0.4052112058953066], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_direction_action": {"mean": [4.876865671641791, 5.351990049751244], "std": [2.0335524211629252, 1.7425701610179833], "min": [0, 0], "max": [6, 6], "count": [804]}, "eef_velocity_action": {"mean": [0.32213930348258707, 0.13059701492537312], "std": [0.5481378703147111, 0.34063029343704476], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_acc_mag_action": {"mean": [0.23507462686567165, 0.10572139303482588], "std": [0.5736447315306927, 0.4052112058953067], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_sim_pose_state": {"mean": [0.4038613177940145, 0.2569367721082657, 1.1753936548809434, -0.04018691162640711, 0.02311053816417627, 1.3327760496732572, 0.4261992152590337, -0.22273349965864717, 1.1300143629043204, -0.010316428836934163, -0.0396068197563178, -1.25520791787625], "std": [0.039413432884383204, 0.029555056401396277, 0.03441456734390083, 0.04761916302859763, 0.04432204602435832, 0.16750565362990616, 0.0251175532766393, 0.02512047737198506, 0.008918101273204396, 0.02923041840156689, 0.04466457947318453, 0.07102462929883306], "min": [0.3436415218307776, 0.1828431736409067, 1.138185287252908, -0.16853161457555826, -0.12063398843989992, 0.949212317040832, 0.39636734261639117, -0.2427597132992425, 1.1102275164361586, -0.06561396633248162, -0.06763487485756525, -1.405003881555038], "max": [0.5113348788180712, 0.3223348089312411, 1.2426733981673284, 0.02788444432189796, 0.12194778282616814, 1.447851911067221, 0.49617558021841635, -0.18155882930921752, 1.1451491975425332, 0.051050307046717536, 0.0726229014047779, -1.1989706385680248], "count": [804]}, "eef_sim_pose_action": {"mean": [0.40391176230250503, 0.25695477570416836, 1.1753748921098848, -0.04014264167449068, 0.023153193053455836, 1.3326560865355075, 0.4262284697759671, -0.22279897462396148, 1.1299976670924545, -0.01039115885169672, -0.03959647107150043, -1.255085349222825], "std": [0.0394132794718321, 0.029564085961686005, 0.034428799918672655, 0.04765666118575324, 0.04434771069404619, 0.16745911787127532, 0.02509650304455534, 0.02510027348301674, 0.008903513106701096, 0.02915821559507667, 0.044659064143041556, 0.07102478681592354], "min": [0.3436415218307776, 0.1828431736409067, 1.138185287252908, -0.16853161457555826, -0.12063398843989992, 0.949212317040832, 0.39636734261639117, -0.2427597132992425, 1.1102275164361586, -0.06561396633248162, -0.06763487485756525, -1.405003881555038], "max": [0.5113348788180712, 0.3223348089312411, 1.2426733981673284, 0.02788444432189796, 0.12194778282616814, 1.447851911067221, 0.49617558021841635, -0.18155882930921752, 1.1451491975425332, 0.051050307046717536, 0.0726229014047779, -1.1989706385680248], "count": [804]}, "gripper_mode_state": {"mean": [0.32213930348258707, 0.27487562189054726], "std": [0.46729602248932206, 0.4464515812278387], "min": [0, 0], "max": [1, 1], "count": [804]}, "gripper_activity_state": {"mean": [1.9888059701492538, 1.8681592039800996], "std": [0.13613012199219945, 0.4489136633492593], "min": [0, 0], "max": [2, 2], "count": [804]}, "gripper_mode_action": {"mean": [0.32213930348258707, 0.27487562189054726], "std": [0.46729602248932206, 0.4464515812278387], "min": [0, 0], "max": [1, 1], "count": [804]}, "gripper_activity_action": {"mean": [1.9888059701492538, 1.8681592039800996], "std": [0.13613012199219945, 0.4489136633492593], "min": [0, 0], "max": [2, 2], "count": [804]}}} +{"episode_index": 299, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4629106591292431]], [[0.4474964223592663]], [[0.4348681346194392]]], "std": [[[0.16293231756526458]], [[0.16816367897819956]], [[0.17273159309156272]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4672483238456673]], [[0.4599589408075058]], [[0.4531626462681847]]], "std": [[[0.15223706691474875]], [[0.1534123267240685]], [[0.15647445261383874]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46739716292430955]], [[0.4671919460257221]], [[0.45859421911237613]]], "std": [[[0.1704085027249871]], [[0.16764818839780632]], [[0.17495051459458616]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5101409788108792]], [[0.4928585454880877]], [[0.477278970324689]]], "std": [[[0.16521757354560082]], [[0.15354169477677296]], [[0.16255365102436692]]], "count": [155]}, "observation.state": {"min": [-0.29998719692230225, 0.2096489518880844, -0.1503426730632782, -2.0949361324310303, -0.5629908442497253, -0.020874137058854103, -0.37116172909736633, -0.2887130081653595, 0.32552701234817505, 0.06653399765491486, -1.7336722612380981, -1.7623103857040405, -1.1858983039855957, -0.17332863807678223, -0.0034208451397717, -0.2626546025276184, -1.7714743614196777, 0.06583382189273834, -0.16573646664619446, -0.026232298463582993, -0.3442870080471039, -0.47899800539016724, 0.10663100332021713, 1.1937955617904663, -1.5453420877456665, 1.0571717023849487, 0.0, 0.0, 6.015611143084243e-05, -0.23527617752552032, -0.8382008671760559, 1.9125943183898926, -1.0710030794143677, -0.002062710467725992], "max": [0.4178318381309509, 0.4378158152103424, 0.375071257352829, -1.6125620603561401, -0.23694589734077454, 0.20137609541416168, -0.0193033404648304, -0.17489899694919586, 0.48325100541114807, 0.23219400644302368, -1.284952998161316, -1.3127549886703491, -0.9074543714523315, 0.1486671417951584, 0.1892635077238083, -0.10494665056467056, -1.2980014085769653, 0.1987580806016922, 0.01448623277246952, 0.21790434420108795, -0.29203900694847107, -0.3761560022830963, 0.1491370052099228, 1.4755313396453857, -1.3291609287261963, 1.1505507230758667, 1001.0, 1003.0, 8.647440699860454e-05, -0.22923801839351654, -0.8365899920463562, 1.9127798080444336, -1.0677528381347656, 0.0033755172044038773], "mean": [0.1652580052614212, 0.2648320198059082, 0.09819480776786804, -1.8366104364395142, -0.29390251636505127, 0.03685014322400093, -0.09951003640890121, -0.25967541337013245, 0.3835318386554718, 0.1746293008327484, -1.4076389074325562, -1.4169920682907104, -1.1075503826141357, -0.05975211784243584, 0.11883257329463959, -0.13847273588180542, -1.5300332307815552, 0.1453697681427002, -0.12406379729509354, 0.1560564488172531, -0.3310646712779999, -0.4143160283565521, 0.13707959651947021, 1.4086512327194214, -1.4423238039016724, 1.0944561958312988, 659.713623046875, 736.5715942382812, 7.26219077478163e-05, -0.23167255520820618, -0.8377529978752136, 1.9127203226089478, -1.0697425603866577, 0.00027296700864098966], "std": [0.1857209950685501, 0.04872243106365204, 0.11635939031839371, 0.09099511057138443, 0.08472783118486404, 0.08009400963783264, 0.10199954360723495, 0.040356818586587906, 0.035436876118183136, 0.0465618260204792, 0.15840665996074677, 0.14014315605163574, 0.09996512532234192, 0.07419240474700928, 0.05328892171382904, 0.050894320011138916, 0.11204146593809128, 0.040442369878292084, 0.055311333388090134, 0.0896754115819931, 0.015487562865018845, 0.023624422028660774, 0.016572831198573112, 0.0753176286816597, 0.04800531268119812, 0.017942674458026886, 460.7139892578125, 427.1445007324219, 1.4154094287732732e-06, 0.00204679649323225, 0.00021054488024674356, 2.521412716305349e-05, 0.000575333833694458, 0.0005396420019678771], "count": [838]}, "action": {"min": [-0.29998719692230225, 0.2096489518880844, -0.1503426730632782, -2.0949361324310303, -0.5629908442497253, -0.020874137058854103, -0.37116172909736633, -0.2887130081653595, 0.32552701234817505, 0.06653399765491486, -1.7336722612380981, -1.7623103857040405, -1.1858983039855957, -0.17332863807678223, -0.0034208451397717, -0.2626546025276184, -1.7714743614196777, 0.06583382189273834, -0.16573646664619446, -0.026232298463582993, -0.3442870080471039, -0.47899800539016724, 0.10663100332021713, 1.1937955617904663, -1.5453420877456665, 1.0571717023849487, 0.0, 0.0, 6.015611143084243e-05, -0.23527617752552032, -0.8382008671760559, 1.9125943183898926, -1.0710030794143677, -0.002062710467725992], "max": [0.4178318381309509, 0.4378158152103424, 0.375071257352829, -1.6125620603561401, -0.23694589734077454, 0.20137609541416168, -0.0193033404648304, -0.17489899694919586, 0.48325100541114807, 0.23219400644302368, -1.284952998161316, -1.3127549886703491, -0.9074543714523315, 0.1486671417951584, 0.1892635077238083, -0.10494665056467056, -1.2980014085769653, 0.1987580806016922, 0.01448623277246952, 0.21790434420108795, -0.29203900694847107, -0.3761560022830963, 0.1491370052099228, 1.4755313396453857, -1.3291609287261963, 1.1505507230758667, 1001.0, 1003.0, 8.647440699860454e-05, -0.22923801839351654, -0.8365899920463562, 1.9127798080444336, -1.0677528381347656, 0.0033755172044038773], "mean": [0.1651357263326645, 0.2648678421974182, 0.0982598215341568, -1.836531400680542, -0.29389721155166626, 0.03692499175667763, -0.09966495633125305, -0.2596774399280548, 0.3835594058036804, 0.1745997667312622, -1.407768726348877, -1.4171315431594849, -1.107371211051941, -0.05962752923369408, 0.11876572668552399, -0.13829538226127625, -1.5297255516052246, 0.14549365639686584, -0.12418178468942642, 0.15634514391422272, -0.33111807703971863, -0.414358526468277, 0.13712583482265472, 1.4086073637008667, -1.4424794912338257, 1.094489336013794, 659.713623046875, 736.5715942382812, 7.262190047185868e-05, -0.2316722422838211, -0.8377529978752136, 1.9127203226089478, -1.069742202758789, 0.0002726385137066245], "std": [0.1856883317232132, 0.048715945333242416, 0.11634327471256256, 0.09101284295320511, 0.08473047614097595, 0.08006945997476578, 0.10197713226079941, 0.04035806283354759, 0.03543272614479065, 0.04655243456363678, 0.15836101770401, 0.1401040107011795, 0.09996115416288376, 0.0740889236330986, 0.05323588848114014, 0.050719961524009705, 0.11173184216022491, 0.040357038378715515, 0.05528783053159714, 0.08947742730379105, 0.015429961495101452, 0.0235877837985754, 0.01655035838484764, 0.0752902403473854, 0.04784930497407913, 0.01791687123477459, 460.7139892578125, 427.1445007324219, 1.41540908771276e-06, 0.002046305453404784, 0.00021058293350506574, 2.521108945074957e-05, 0.0005753927980549634, 0.0005396633641794324], "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": [300], "max": [300], "mean": [300.0], "std": [0.0], "count": [838]}, "index": {"min": [257987], "max": [258824], "mean": [258405.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7016706443914081, 0.7351778044736542], "std": [0.45752480937185863, 0.4262789999615663], "count": [838]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7016706443914081, 0.7351778044736542], "std": [0.45752480937185863, 0.4262789999615663], "count": [838]}, "eef_direction_state": {"mean": [5.022673031026253, 5.336515513126492], "std": [1.9481859907174595, 1.7502480646884142], "min": [0, 0], "max": [6, 6], "count": [838]}, "eef_velocity_state": {"mean": [0.28878281622911695, 0.14200477326968974], "std": [0.5485004057196727, 0.3558267658960638], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_acc_mag_state": {"mean": [0.2315035799522673, 0.12410501193317422], "std": [0.5708599064599084, 0.4384463222752076], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_direction_action": {"mean": [5.022673031026253, 5.336515513126492], "std": [1.9481859907174595, 1.7502480646884142], "min": [0, 0], "max": [6, 6], "count": [838]}, "eef_velocity_action": {"mean": [0.28878281622911695, 0.14200477326968974], "std": [0.5485004057196727, 0.3558267658960638], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_acc_mag_action": {"mean": [0.2315035799522673, 0.12410501193317422], "std": [0.5708599064599084, 0.4384463222752076], "min": [0, 0], "max": [2, 2], "count": [838]}, "eef_sim_pose_state": {"mean": [0.4057781292058256, 0.2526207914012381, 1.1790211249677607, -0.029469491624123767, 0.02717424211071139, 1.3020765210235725, 0.43516081574476434, -0.21808907461848573, 1.1093089317914693, 0.014642502342852129, 0.03520716485564253, -1.283626731944168], "std": [0.04162170119026411, 0.02899906150256612, 0.03644310440867767, 0.038150196480992285, 0.02518306842878483, 0.2005246971049408, 0.02301218785030833, 0.020473885563156574, 0.014447720922468205, 0.038723399803125516, 0.0503639192154081, 0.04512745373745995], "min": [0.34581204958895057, 0.17969504387885601, 1.1567798410870886, -0.1237215267312563, -0.022826730795024064, 0.8828359625377923, 0.39636441226016034, -0.23340865456464593, 1.1015189811712174, -0.09126122921513902, -0.06753818965769853, -1.4044123740914447], "max": [0.5174766889088763, 0.31482524110049304, 1.253563657315662, 0.03192326144179425, 0.12199512038236127, 1.454494814570732, 0.49684129361304386, -0.17980977320974512, 1.1445376511557803, 0.04799847663646184, 0.18588042122288262, -1.2521649032152515], "count": [838]}, "eef_sim_pose_action": {"mean": [0.405810684701104, 0.252614396843136, 1.1790248226122537, -0.029419431556571805, 0.027139068369109554, 1.301870611788884, 0.43520501988580584, -0.21814121233957523, 1.1092578360948346, 0.014622281535458545, 0.035333191041803935, -1.283567837841945], "std": [0.041614930522152684, 0.028997025054035133, 0.036441009279661284, 0.03819314704017946, 0.02519605202173642, 0.20046547246078752, 0.02297321211284157, 0.020454540529179704, 0.014398705358793342, 0.03871039855503552, 0.05023874400845441, 0.0451326148151885], "min": [0.34581204958895057, 0.17969504387885601, 1.1567798410870886, -0.1237215267312563, -0.022826730795024064, 0.8828359625377923, 0.39636441226016034, -0.23340865456464593, 1.1015189811712174, -0.09126122921513902, -0.06753818965769853, -1.4044123740914447], "max": [0.5174766889088763, 0.31482524110049304, 1.253563657315662, 0.03192326144179425, 0.12199512038236127, 1.454494814570732, 0.49684129361304386, -0.17980977320974512, 1.1445376511557803, 0.04799216228114278, 0.18588042122288262, -1.2521649032152515], "count": [838]}, "gripper_mode_state": {"mean": [0.29832935560859186, 0.2649164677804296], "std": [0.45752480937185863, 0.44128871827770144], "min": [0, 0], "max": [1, 1], "count": [838]}, "gripper_activity_state": {"mean": [1.9892601431980907, 1.8747016706443913], "std": [0.1333582273892015, 0.43946658301481345], "min": [0, 0], "max": [2, 2], "count": [838]}, "gripper_mode_action": {"mean": [0.29832935560859186, 0.2649164677804296], "std": [0.45752480937185863, 0.44128871827770144], "min": [0, 0], "max": [1, 1], "count": [838]}, "gripper_activity_action": {"mean": [1.9892601431980907, 1.8747016706443913], "std": [0.1333582273892015, 0.43946658301481345], "min": [0, 0], "max": [2, 2], "count": [838]}}} +{"episode_index": 300, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47351316297915563]], [[0.4553856333355414]], [[0.4437071161234764]]], "std": [[[0.16580196902480965]], [[0.17018128490030818]], [[0.17429541522727854]]], "count": [148]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.470553388866808]], [[0.46166353393835013]], [[0.454306315966702]]], "std": [[[0.15034749425804494]], [[0.15109452574803506]], [[0.15433363377746004]]], "count": [148]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46459606297473943]], [[0.4653313902137432]], [[0.45723927972089734]]], "std": [[[0.16755397784676443]], [[0.16550112613966445]], [[0.17247568251203307]]], "count": [148]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5136872515898251]], [[0.4998335596626038]], [[0.4853365129835718]]], "std": [[[0.16955430367948976]], [[0.15962482671633296]], [[0.1693628128408966]]], "count": [148]}, "observation.state": {"min": [-0.2949257493019104, 0.24087288975715637, -0.12534955143928528, -2.0125043392181396, -0.40859901905059814, -0.07108725607395172, -0.3275633752346039, -0.2832629978656769, 0.3431600034236908, 0.09347999840974808, -1.8687480688095093, -1.5598217248916626, -1.2069755792617798, -0.17791886627674103, 0.01673770695924759, -0.2626197040081024, -1.7714568376541138, -0.03735004737973213, -0.07939502596855164, -0.026197392493486404, -0.3383280038833618, -0.4794340133666992, 0.10967200249433517, 1.3239997625350952, -1.4063955545425415, 0.9902101159095764, 0.0, 0.0, 5.451647666632198e-05, -0.23556379973888397, -0.8385257124900818, 1.9117742776870728, -1.0711781978607178, -0.004597196355462074], "max": [0.3533593714237213, 0.4478689134120941, 0.30482175946235657, -1.5921940803527832, -0.24516640603542328, 0.08995426446199417, -0.01891936920583248, -0.18577399849891663, 0.48576900362968445, 0.23966799676418304, -1.2966423034667969, -1.3153903484344482, -0.8930774927139282, 0.15002849698066711, 0.18929840624332428, -0.09684831649065018, -1.3198354244232178, 0.10093238949775696, -0.02542944811284542, 0.17807593941688538, -0.2920530140399933, -0.3761639893054962, 0.16123400628566742, 1.4755313396453857, -1.3208260536193848, 1.0744633674621582, 1001.0, 1003.0, 8.271465048892424e-05, -0.22908763587474823, -0.8364529609680176, 1.9127757549285889, -1.0679295063018799, 0.003896652953699231], "mean": [0.16611431539058685, 0.2704031467437744, 0.08470121771097183, -1.824146032333374, -0.27234363555908203, 0.0005799453356303275, -0.10183890908956528, -0.25984519720077515, 0.38573622703552246, 0.1832188069820404, -1.4273667335510254, -1.368183970451355, -1.1189932823181152, -0.10884910076856613, 0.15206381678581238, -0.1344784051179886, -1.6455692052841187, 0.06772173196077347, -0.06697027385234833, 0.11727871000766754, -0.31078824400901794, -0.4030040502548218, 0.1449575573205948, 1.4457063674926758, -1.3470430374145508, 1.0302120447158813, 674.4362182617188, 694.346923828125, 7.313981041079387e-05, -0.23140636086463928, -0.8376622796058655, 1.9125847816467285, -1.069735050201416, 0.00038217342807911336], "std": [0.18232426047325134, 0.05514669790863991, 0.09722131490707397, 0.08715760707855225, 0.04257681220769882, 0.0371600016951561, 0.11632174253463745, 0.03757358714938164, 0.0374450609087944, 0.037487197667360306, 0.19807100296020508, 0.0768299251794815, 0.09992870688438416, 0.08278970420360565, 0.05123250558972359, 0.05958166718482971, 0.11075462400913239, 0.04174882173538208, 0.017523249611258507, 0.07308413833379745, 0.011949123814702034, 0.025180483236908913, 0.021423451602458954, 0.041966576129198074, 0.013973653316497803, 0.018467679619789124, 454.2402648925781, 446.88275146484375, 1.4804040802118834e-06, 0.0018966846400871873, 0.00029176875250414014, 0.0001345578202744946, 0.0007140406523831189, 0.0007066003745421767], "count": [784]}, "action": {"min": [-0.2949257493019104, 0.24087288975715637, -0.12534955143928528, -2.0125043392181396, -0.40859901905059814, -0.07108725607395172, -0.3275633752346039, -0.2832629978656769, 0.3431600034236908, 0.09347999840974808, -1.8687480688095093, -1.5598217248916626, -1.2069755792617798, -0.17791886627674103, 0.01673770695924759, -0.2626197040081024, -1.7714568376541138, -0.03735004737973213, -0.07939502596855164, -0.026197392493486404, -0.3383280038833618, -0.4794340133666992, 0.10967200249433517, 1.3239997625350952, -1.4063955545425415, 0.9902101159095764, 0.0, 0.0, 5.451647666632198e-05, -0.23556379973888397, -0.8385257124900818, 1.9117742776870728, -1.0711781978607178, -0.004597196355462074], "max": [0.3533593714237213, 0.4478689134120941, 0.30482175946235657, -1.5921940803527832, -0.24516640603542328, 0.08995426446199417, -0.01891936920583248, -0.18577399849891663, 0.48576900362968445, 0.23966799676418304, -1.2966423034667969, -1.3153903484344482, -0.8930774927139282, 0.15002849698066711, 0.18929840624332428, -0.09684831649065018, -1.3198354244232178, 0.10093238949775696, -0.02542944811284542, 0.17807593941688538, -0.2920530140399933, -0.3761639893054962, 0.16123400628566742, 1.4755313396453857, -1.3208260536193848, 1.0744633674621582, 1001.0, 1003.0, 8.271465048892424e-05, -0.22908763587474823, -0.8364529609680176, 1.9127757549285889, -1.0679295063018799, 0.003896652953699231], "mean": [0.1658247709274292, 0.2704613208770752, 0.08478346467018127, -1.8239355087280273, -0.2723331153392792, 0.0006278535583987832, -0.10205627977848053, -0.25983279943466187, 0.3858097493648529, 0.18319503962993622, -1.4275975227355957, -1.3682926893234253, -1.1187937259674072, -0.10880205780267715, 0.1520438939332962, -0.13426941633224487, -1.6454399824142456, 0.06775471568107605, -0.06698933243751526, 0.11752372235059738, -0.31081056594848633, -0.40303054451942444, 0.14502261579036713, 1.4456909894943237, -1.3470735549926758, 1.0301614999771118, 674.4362182617188, 694.346923828125, 7.313981041079387e-05, -0.23140087723731995, -0.8376622796058655, 1.9125850200653076, -1.0697349309921265, 0.0003821479913312942], "std": [0.18234646320343018, 0.055139701813459396, 0.09721250087022781, 0.08729587495326996, 0.04258238896727562, 0.03715669736266136, 0.11632755398750305, 0.03756747022271156, 0.037464141845703125, 0.03748131915926933, 0.19802486896514893, 0.07682043313980103, 0.09995359182357788, 0.08276282995939255, 0.051221057772636414, 0.059418823570013046, 0.11066705733537674, 0.041757844388484955, 0.01752757467329502, 0.07292490452528, 0.011930487118661404, 0.025163184851408005, 0.021393654868006706, 0.04195816069841385, 0.013960711658000946, 0.01842227205634117, 454.2402648925781, 446.88275146484375, 1.4804040802118834e-06, 0.001892255968414247, 0.0002917273377534002, 0.00013457791646942496, 0.0007140409434214234, 0.0007065975805744529], "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": [301], "max": [301], "mean": [301.0], "std": [0.0], "count": [784]}, "index": {"min": [258825], "max": [259608], "mean": [259216.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7155612244897959, 0.6930522961679808], "std": [0.4511467150456272, 0.4459904090651115], "count": [784]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7155612244897959, 0.6930522961679808], "std": [0.45114671504562726, 0.4459904090651115], "count": [784]}, "eef_direction_state": {"mean": [5.061224489795919, 5.284438775510204], "std": [1.8854508827431646, 1.8160179276643995], "min": [0, 0], "max": [6, 6], "count": [784]}, "eef_velocity_state": {"mean": [0.26403061224489793, 0.1441326530612245], "std": [0.4875303016031501, 0.3512241896321435], "min": [0, 0], "max": [2, 1], "count": [784]}, "eef_acc_mag_state": {"mean": [0.24744897959183673, 0.10586734693877552], "std": [0.5933247918479447, 0.4075389836806915], "min": [0, 0], "max": [2, 2], "count": [784]}, "eef_direction_action": {"mean": [5.061224489795919, 5.284438775510204], "std": [1.8854508827431646, 1.8160179276643997], "min": [0, 0], "max": [6, 6], "count": [784]}, "eef_velocity_action": {"mean": [0.26403061224489793, 0.1441326530612245], "std": [0.4875303016031501, 0.3512241896321435], "min": [0, 0], "max": [2, 1], "count": [784]}, "eef_acc_mag_action": {"mean": [0.24744897959183673, 0.10586734693877552], "std": [0.5933247918479447, 0.40753898368069147], "min": [0, 0], "max": [2, 2], "count": [784]}, "eef_sim_pose_state": {"mean": [0.40748167498879456, 0.2592935770974316, 1.1767685618666364, -0.04766919360292651, -0.0032150413401064986, 1.3231975750447642, 0.42318268252740937, -0.2239748936223788, 1.1307070009549125, 0.004912250289031923, -0.0668410876193132, -1.3013808682198245], "std": [0.04378249664454861, 0.02193077170096496, 0.032110726150356275, 0.04883647906363261, 0.054631017568964824, 0.18649757367600067, 0.024575973425830906, 0.023540396200925726, 0.008255336737088587, 0.0330578525972029, 0.0068582655689340775, 0.02657957067730194], "min": [0.36327869860061457, 0.20402053466458203, 1.156790194990979, -0.15075502052038597, -0.1338822631034322, 0.9118499469194337, 0.3963702457795331, -0.2418685786303315, 1.1123716662644478, -0.07622508779734893, -0.0735064121191169, -1.3824612776296141], "max": [0.5209094393729768, 0.3207203348693947, 1.2397257227836027, -0.007311068153379896, 0.03276247463566517, 1.447447734198965, 0.4976394514402333, -0.1886709937741565, 1.1445213429206529, 0.04801823977587749, -0.02686370240030822, -1.2706569120975153], "count": [784]}, "eef_sim_pose_action": {"mean": [0.4075616673166526, 0.25929813718865935, 1.176781040685688, -0.04766822891831609, -0.003306349732609022, 1.3229449969089817, 0.42320955569717134, -0.22404215988324777, 1.1306898014910143, 0.004867063050066934, -0.06684293874380848, -1.301358461787365], "std": [0.043795911042395504, 0.021932232820040667, 0.03210487045621574, 0.0488370817923052, 0.0546307677058993, 0.18646534492610847, 0.024558166231172317, 0.023514800306190076, 0.008240604635109654, 0.033023332963395734, 0.006858633653454073, 0.02658456466824934], "min": [0.36327869860061457, 0.20402053466458203, 1.156790194990979, -0.15075502052038597, -0.1338822631034322, 0.9118499469194337, 0.3963702457795331, -0.2418685786303315, 1.1123716662644478, -0.07622508779734893, -0.0735064121191169, -1.3824612776296141], "max": [0.5209094393729768, 0.3207203348693947, 1.2397257227836027, -0.007311068153379896, 0.03276247463566517, 1.447447734198965, 0.4976394514402333, -0.1886709937741565, 1.1445213429206529, 0.04801823977587749, -0.02686370240030822, -1.2706569120975153], "count": [784]}, "gripper_mode_state": {"mean": [0.2844387755102041, 0.30612244897959184], "std": [0.4511467150456272, 0.4608812159443331], "min": [0, 0], "max": [1, 1], "count": [784]}, "gripper_activity_state": {"mean": [1.9885204081632653, 1.8673469387755102], "std": [0.13784365067889975, 0.4520419680272857], "min": [0, 0], "max": [2, 2], "count": [784]}, "gripper_mode_action": {"mean": [0.2844387755102041, 0.30612244897959184], "std": [0.45114671504562726, 0.4608812159443331], "min": [0, 0], "max": [1, 1], "count": [784]}, "gripper_activity_action": {"mean": [1.9885204081632653, 1.8673469387755102], "std": [0.13784365067889975, 0.4520419680272857], "min": [0, 0], "max": [2, 2], "count": [784]}}} +{"episode_index": 301, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4738836611331649]], [[0.4549396489935443]], [[0.44272789481334457]]], "std": [[[0.16253681672769132]], [[0.16779215615875204]], [[0.17217828776644648]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47254197491880184]], [[0.46356442469625886]], [[0.45607191923292834]]], "std": [[[0.1487731398800677]], [[0.15011238888959808]], [[0.15360160742839424]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46619955190665224]], [[0.4664040834636513]], [[0.4578013979109026]]], "std": [[[0.16839926418109566]], [[0.16644240475750124]], [[0.17346997668076106]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5012689524940855]], [[0.4884316833072697]], [[0.47298287696980634]]], "std": [[[0.15917539192877983]], [[0.15472098798039977]], [[0.1638832212780639]]], "count": [163]}, "observation.state": {"min": [-0.2459867000579834, 0.207345113158226, -0.15029031038284302, -2.093365430831909, -0.45661306381225586, -0.029094640165567398, -0.35990434885025024, -0.29247498512268066, 0.32022398710250854, 0.09845799952745438, -1.7804157733917236, -1.5135949850082397, -1.2125599384307861, -0.1733810007572174, 0.011728612706065178, -0.2626197040081024, -1.7714743614196777, -0.06707300245761871, -0.0636696144938469, -0.0262148454785347, -0.34067898988723755, -0.47790899872779846, 0.10967099666595459, 1.3163968324661255, -1.3863641023635864, 0.909448504447937, 0.0, 0.0, 7.143538095988333e-05, -0.23519910871982574, -0.8383086323738098, 1.9126133918762207, -1.0709586143493652, -0.0010584087576717138], "max": [0.4311137795448303, 0.5107182264328003, 0.2745053768157959, -1.6398589611053467, -0.16753415763378143, 0.1820378452539444, -0.01881464757025242, -0.18995000422000885, 0.4815619885921478, 0.2318969964981079, -1.2947416305541992, -1.3016103506088257, -0.8827381730079651, 0.14597934484481812, 0.1892460584640503, -0.06736970692873001, -1.3194340467453003, 0.06590363383293152, -0.03522074222564697, 0.14037683606147766, -0.29178300499916077, -0.3761669993400574, 0.17176300287246704, 1.4755313396453857, -1.2066255807876587, 1.0678516626358032, 1001.0, 1002.0, 8.83542888914235e-05, -0.2290932536125183, -0.8361455202102661, 1.9127987623214722, -1.0675095319747925, 0.00163460080511868], "mean": [0.17382656037807465, 0.26265284419059753, 0.08036661148071289, -1.8422154188156128, -0.253947377204895, 0.028381267562508583, -0.09756214171648026, -0.2580980062484741, 0.3838900923728943, 0.18083758652210236, -1.4166383743286133, -1.3636046648025513, -1.1046593189239502, -0.09567385166883469, 0.1426110565662384, -0.11877182126045227, -1.6252028942108154, -0.034566327929496765, -0.05258084833621979, 0.09557661414146423, -0.31642088294029236, -0.4083234965801239, 0.15279261767864227, 1.4436757564544678, -1.2550241947174072, 0.963622510433197, 646.319580078125, 699.591064453125, 7.43295531719923e-05, -0.2316727489233017, -0.8376844525337219, 1.9126633405685425, -1.0697146654129028, 0.00028373414534144104], "std": [0.1787489503622055, 0.06334070861339569, 0.09569456428289413, 0.08350221812725067, 0.055432938039302826, 0.0760902687907219, 0.1065664067864418, 0.03875308111310005, 0.03786058723926544, 0.03907129168510437, 0.17659878730773926, 0.06322553753852844, 0.11318878084421158, 0.07517482340335846, 0.04660492762923241, 0.06603682786226273, 0.10495774447917938, 0.05101146176457405, 0.005803463514894247, 0.05621615797281265, 0.012015876360237598, 0.02298184670507908, 0.02556946501135826, 0.04335875064134598, 0.05995709449052811, 0.059353411197662354, 466.09356689453125, 446.4489440917969, 1.1455394997028634e-06, 0.002171536674723029, 0.00024975230917334557, 3.085154457949102e-05, 0.000634036201518029, 0.00034169177524745464], "count": [895]}, "action": {"min": [-0.2459867000579834, 0.207345113158226, -0.15029031038284302, -2.093365430831909, -0.45661306381225586, -0.029094640165567398, -0.35990434885025024, -0.29247498512268066, 0.32022398710250854, 0.09845799952745438, -1.7804157733917236, -1.5135949850082397, -1.2125599384307861, -0.1733810007572174, 0.011728612706065178, -0.2626197040081024, -1.7714743614196777, -0.06707300245761871, -0.0636696144938469, -0.0262148454785347, -0.34067898988723755, -0.47790899872779846, 0.10967099666595459, 1.3163968324661255, -1.3863641023635864, 0.909448504447937, 0.0, 0.0, 7.143538095988333e-05, -0.23519910871982574, -0.8383086323738098, 1.9126133918762207, -1.0709586143493652, -0.0010584087576717138], "max": [0.4311137795448303, 0.5107182264328003, 0.2745053768157959, -1.6398589611053467, -0.16753415763378143, 0.1820378452539444, -0.01881464757025242, -0.18995000422000885, 0.4815619885921478, 0.2318969964981079, -1.2947416305541992, -1.3016103506088257, -0.8827381730079651, 0.14597934484481812, 0.1892460584640503, -0.06736970692873001, -1.3194340467453003, 0.06590363383293152, -0.03522074222564697, 0.14037683606147766, -0.29178300499916077, -0.3761669993400574, 0.17176300287246704, 1.4755313396453857, -1.2066255807876587, 1.0678516626358032, 1001.0, 1002.0, 8.83542888914235e-05, -0.2290932536125183, -0.8361455202102661, 1.9127987623214722, -1.0675095319747925, 0.00163460080511868], "mean": [0.17371046543121338, 0.2626633942127228, 0.08037441968917847, -1.8421269655227661, -0.2539210021495819, 0.028491642326116562, -0.09771716594696045, -0.25810542702674866, 0.3839195668697357, 0.18082767724990845, -1.4166995286941528, -1.3637129068374634, -1.1044857501983643, -0.09560634195804596, 0.1425761580467224, -0.11856706440448761, -1.625054121017456, -0.03471466898918152, -0.052567679435014725, 0.09575202316045761, -0.3164495825767517, -0.40835660696029663, 0.15286065638065338, 1.4436589479446411, -1.2548962831497192, 0.9634603261947632, 646.319580078125, 699.591064453125, 7.43295531719923e-05, -0.2316722571849823, -0.8376844525337219, 1.9126635789871216, -1.069714069366455, 0.00028372672386467457], "std": [0.1787230521440506, 0.06333789974451065, 0.09569179266691208, 0.08353665471076965, 0.05543863773345947, 0.07609055936336517, 0.10655418783426285, 0.03875850886106491, 0.03785741701722145, 0.039067089557647705, 0.17656674981117249, 0.06323167681694031, 0.11318495869636536, 0.07513244450092316, 0.04658171907067299, 0.06587463617324829, 0.10484447330236435, 0.05091231316328049, 0.005791768431663513, 0.0560811385512352, 0.01198833342641592, 0.02295682206749916, 0.02553565613925457, 0.043349429965019226, 0.05992133170366287, 0.05927043780684471, 466.09356689453125, 446.44891357421875, 1.1455394997028634e-06, 0.002170775318518281, 0.0002497539098840207, 3.087086952291429e-05, 0.0006342920241877437, 0.000341696257237345], "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": [302], "max": [302], "mean": [302.0], "std": [0.0], "count": [895]}, "index": {"min": [259609], "max": [260503], "mean": [260056.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6849162011173184, 0.6982770951607853], "std": [0.46454924234610223, 0.4455567821621566], "count": [895]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6849162011173184, 0.6982770951607853], "std": [0.46454924234610223, 0.44555678216215666], "count": [895]}, "eef_direction_state": {"mean": [4.958659217877095, 5.262569832402234], "std": [2.0495183767424354, 1.839752257242396], "min": [0, 0], "max": [6, 6], "count": [895]}, "eef_velocity_state": {"mean": [0.264804469273743, 0.14860335195530727], "std": [0.4938067167420669, 0.3588245150689489], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_acc_mag_state": {"mean": [0.2346368715083799, 0.10502793296089385], "std": [0.569941932731031, 0.4040678275681191], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_direction_action": {"mean": [4.958659217877095, 5.262569832402234], "std": [2.0495183767424354, 1.839752257242396], "min": [0, 0], "max": [6, 6], "count": [895]}, "eef_velocity_action": {"mean": [0.264804469273743, 0.14860335195530727], "std": [0.4938067167420669, 0.3588245150689489], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_acc_mag_action": {"mean": [0.2346368715083799, 0.10502793296089385], "std": [0.569941932731031, 0.4040678275681191], "min": [0, 0], "max": [2, 2], "count": [895]}, "eef_sim_pose_state": {"mean": [0.4050087527029331, 0.256549443935808, 1.1802992781752901, -0.03214588445593301, -0.009212247316005702, 1.3278521548441053, 0.42743492654304277, -0.22749524405215907, 1.1284808646490434, -0.025386076173810362, -0.15969649077104603, -1.334997603975161], "std": [0.04208232656400794, 0.02625540947333583, 0.03539672784107434, 0.03568156926970049, 0.06215328145209396, 0.16923623558559542, 0.022640003329866397, 0.024685048278717155, 0.008628961531599925, 0.03203038891712431, 0.07374588710037935, 0.018504465922175098], "min": [0.3458430253902745, 0.20198751048828495, 1.1567897654909238, -0.12609106352811245, -0.13466107575078556, 0.9725240350607665, 0.3963725278800104, -0.2452707510667713, 1.1095366155947055, -0.07093129028471878, -0.2161020986685025, -1.4037879156335646], "max": [0.5102006309102133, 0.3240228403565102, 1.2428108875639823, 0.06604901131445828, 0.04184081132695461, 1.461233698618708, 0.4961377117828031, -0.18866665742670632, 1.1450129023732252, 0.04810600461964998, -0.005200783617738125, -1.3042663374124954], "count": [895]}, "eef_sim_pose_action": {"mean": [0.40504155775111794, 0.2565558023735239, 1.1803016216921276, -0.03206071984590663, -0.009247853279473696, 1.3277078418493988, 0.4274666293605071, -0.22755812743221387, 1.128462747112512, -0.025479971641634885, -0.15985721429666985, -1.3350322548620213], "std": [0.04207698844247455, 0.02625803126509617, 0.03539524183628759, 0.035807101490451736, 0.06213838164706388, 0.16919056600127946, 0.022616357627829643, 0.024657761887920533, 0.008612294531026106, 0.03193843960209043, 0.07370148872050315, 0.01847601528969152], "min": [0.3458430253902745, 0.20198751048828495, 1.1567897654909238, -0.12609106352811245, -0.13466107575078556, 0.9725240350607665, 0.3963725278800104, -0.2452707510667713, 1.1095366155947055, -0.07093129028471878, -0.2161020986685025, -1.4037879156335646], "max": [0.5102006309102133, 0.3240228403565102, 1.2428108875639823, 0.06604901131445828, 0.04184081132695461, 1.461233698618708, 0.4961377117828031, -0.18866665742670632, 1.1450129023732252, 0.04810600461964998, -0.005200783617738125, -1.3042663374124954], "count": [895]}, "gripper_mode_state": {"mean": [0.31508379888268156, 0.3016759776536313], "std": [0.46454924234610223, 0.45898538338421935], "min": [0, 0], "max": [1, 1], "count": [895]}, "gripper_activity_state": {"mean": [1.9899441340782122, 1.8849162011173184], "std": [0.1290684163413958, 0.421683734270951], "min": [0, 0], "max": [2, 2], "count": [895]}, "gripper_mode_action": {"mean": [0.31508379888268156, 0.3016759776536313], "std": [0.46454924234610223, 0.45898538338421935], "min": [0, 0], "max": [1, 1], "count": [895]}, "gripper_activity_action": {"mean": [1.9899441340782122, 1.8849162011173184], "std": [0.12906841634139582, 0.421683734270951], "min": [0, 0], "max": [2, 2], "count": [895]}}} +{"episode_index": 302, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46457881808278867]], [[0.4465735539215686]], [[0.43467566857298473]]], "std": [[[0.16055104459126768]], [[0.1655772594520097]], [[0.16990283565720277]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47044002587145967]], [[0.4621710049019608]], [[0.454281934912854]]], "std": [[[0.15107940294973513]], [[0.15176368471353516]], [[0.1548144548488648]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46596762527233115]], [[0.46583581563180826]], [[0.4567234817538126]]], "std": [[[0.1664923024841404]], [[0.16419416993338762]], [[0.17119672677221817]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.500421712962963]], [[0.4888366693899782]], [[0.4727413739106754]]], "std": [[[0.15557838351347913]], [[0.14714726735232747]], [[0.15560599519507062]]], "count": [150]}, "observation.state": {"min": [-0.29019591212272644, 0.2329840064048767, -0.18449875712394714, -2.080746650695801, -0.48000046610832214, -0.02488839440047741, -0.37203437089920044, -0.29417499899864197, 0.3169969916343689, 0.09923700243234634, -1.8732644319534302, -1.5348817110061646, -1.1897867918014526, -0.1733810007572174, 0.024783674627542496, -0.2626197040081024, -1.771422028541565, 0.036425020545721054, -0.09672614187002182, -0.0262148454785347, -0.34265801310539246, -0.4772639870643616, 0.10967200249433517, 1.333305835723877, -1.4397425651550293, 1.0131616592407227, 0.0, 0.0, 6.579574255738407e-05, -0.2350618839263916, -0.8382776975631714, 1.9120674133300781, -1.071130633354187, -0.0017285761423408985], "max": [0.45116761326789856, 0.5367934703826904, 0.2940181791782379, -1.6029279232025146, -0.2330538034439087, 0.1514771282672882, -0.019390607252717018, -0.18219099938869476, 0.4859890043735504, 0.2434609979391098, -1.2960619926452637, -1.3170479536056519, -0.8409906029701233, 0.14819590747356415, 0.18929840624332428, -0.10697123408317566, -1.3015094995498657, 0.13208651542663574, -0.06199409440159798, 0.1907121241092682, -0.29206401109695435, -0.3761659860610962, 0.15946699678897858, 1.4755313396453857, -1.3291609287261963, 1.0760992765426636, 1001.0, 1002.0, 7.895489397924393e-05, -0.22934703528881073, -0.8364688158035278, 1.9129406213760376, -1.0676466226577759, 0.00219465559348464], "mean": [0.17321336269378662, 0.2863007187843323, 0.08216238766908646, -1.840137004852295, -0.27762454748153687, 0.012119162827730179, -0.12012369930744171, -0.25686654448509216, 0.38270047307014465, 0.18231160938739777, -1.4458388090133667, -1.3790647983551025, -1.0919249057769775, -0.09602388739585876, 0.14712335169315338, -0.13720038533210754, -1.583103060722351, 0.10531525313854218, -0.08740302175283432, 0.1358232945203781, -0.32919055223464966, -0.40486061573028564, 0.14469841122627258, 1.4117077589035034, -1.4002023935317993, 1.0344823598861694, 649.2471923828125, 723.2183227539062, 7.360498420894146e-05, -0.23162449896335602, -0.8376056551933289, 1.9125066995620728, -1.0696821212768555, 0.0001852064160630107], "std": [0.184502974152565, 0.07757089287042618, 0.10249942541122437, 0.09635064750909805, 0.05294689163565636, 0.05096079781651497, 0.12676003575325012, 0.04070621356368065, 0.03807741403579712, 0.03792025148868561, 0.2099561095237732, 0.07523515820503235, 0.12280457466840744, 0.08312233537435532, 0.04919598251581192, 0.05343834310770035, 0.11269202083349228, 0.03746922314167023, 0.012899809516966343, 0.0752970427274704, 0.015517249703407288, 0.025418024510145187, 0.019979605451226234, 0.035341568291187286, 0.032868754118680954, 0.020494742318987846, 463.2968444824219, 433.37982177734375, 9.511156804364873e-07, 0.0019441170152276754, 0.00023227144265547395, 0.00012632555444724858, 0.0006789652979932725, 0.0005495796212926507], "count": [797]}, "action": {"min": [-0.29019591212272644, 0.2329840064048767, -0.18449875712394714, -2.080746650695801, -0.48000046610832214, -0.02488839440047741, -0.37203437089920044, -0.29417499899864197, 0.3169969916343689, 0.09923700243234634, -1.8732644319534302, -1.5348817110061646, -1.1897867918014526, -0.1733810007572174, 0.024783674627542496, -0.2626197040081024, -1.771422028541565, 0.036425020545721054, -0.09672614187002182, -0.0262148454785347, -0.34265801310539246, -0.4772639870643616, 0.10967200249433517, 1.333305835723877, -1.4397425651550293, 1.0131616592407227, 0.0, 0.0, 6.579574255738407e-05, -0.2350618839263916, -0.8382776975631714, 1.9120674133300781, -1.071130633354187, -0.0017285761423408985], "max": [0.45116761326789856, 0.5367934703826904, 0.2940181791782379, -1.6029279232025146, -0.2330538034439087, 0.1514771282672882, -0.019390607252717018, -0.18219099938869476, 0.4859890043735504, 0.2434609979391098, -1.2960619926452637, -1.3170479536056519, -0.8409906029701233, 0.14819590747356415, 0.18929840624332428, -0.10697123408317566, -1.3015094995498657, 0.13208651542663574, -0.06199409440159798, 0.1907121241092682, -0.29206401109695435, -0.3761659860610962, 0.15946699678897858, 1.4755313396453857, -1.3291609287261963, 1.0760992765426636, 1001.0, 1002.0, 7.895489397924393e-05, -0.22934703528881073, -0.8364688158035278, 1.9129406213760376, -1.0676466226577759, 0.00219465559348464], "mean": [0.17304496467113495, 0.28639206290245056, 0.08222352713346481, -1.8400018215179443, -0.27767738699913025, 0.01222508680075407, -0.1203436404466629, -0.25687581300735474, 0.3827398121356964, 0.18229526281356812, -1.4459712505340576, -1.3792644739151, -1.0916774272918701, -0.09596061706542969, 0.14709603786468506, -0.13700638711452484, -1.5828765630722046, 0.1053982824087143, -0.08744370937347412, 0.1360866278409958, -0.3292449712753296, -0.4048880338668823, 0.14476031064987183, 1.4116300344467163, -1.4003169536590576, 1.0344237089157104, 649.2471923828125, 723.2183227539062, 7.360498420894146e-05, -0.23162786662578583, -0.8376058340072632, 1.9125068187713623, -1.0696816444396973, 0.00018565186474006623], "std": [0.18447977304458618, 0.07756049931049347, 0.10249009728431702, 0.09641360491514206, 0.05294413864612579, 0.050980065017938614, 0.12673796713352203, 0.04071304574608803, 0.03807704150676727, 0.03791464492678642, 0.20989565551280975, 0.0752863958477974, 0.12281600385904312, 0.08308245986700058, 0.049178365617990494, 0.053262900561094284, 0.11249476671218872, 0.03745487704873085, 0.012875971384346485, 0.0750967487692833, 0.015463056042790413, 0.025398850440979004, 0.019947441294789314, 0.03526894748210907, 0.032780032604932785, 0.020469898357987404, 463.29681396484375, 433.37982177734375, 9.511156804364873e-07, 0.001945848111063242, 0.00023244431940838695, 0.00012636464089155197, 0.000679071934428066, 0.0005496693775057793], "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": [303], "max": [303], "mean": [303.0], "std": [0.0], "count": [797]}, "index": {"min": [260504], "max": [261300], "mean": [260902.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6913425345043914, 0.72186574658088], "std": [0.4619394272947861, 0.43251134501068056], "count": [797]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6913425345043914, 0.72186574658088], "std": [0.4619394272947861, 0.43251134501068056], "count": [797]}, "eef_direction_state": {"mean": [4.821831869510665, 5.204516938519448], "std": [2.111895010136642, 1.919870257477706], "min": [0, 0], "max": [6, 6], "count": [797]}, "eef_velocity_state": {"mean": [0.30489335006273527, 0.15809284818067754], "std": [0.49957436831666135, 0.3648280410478321], "min": [0, 0], "max": [2, 1], "count": [797]}, "eef_acc_mag_state": {"mean": [0.26348808030112925, 0.12045169385194479], "std": [0.6080467350797201, 0.4373362929279297], "min": [0, 0], "max": [2, 2], "count": [797]}, "eef_direction_action": {"mean": [4.821831869510665, 5.204516938519448], "std": [2.111895010136642, 1.919870257477706], "min": [0, 0], "max": [6, 6], "count": [797]}, "eef_velocity_action": {"mean": [0.30489335006273527, 0.15809284818067754], "std": [0.49957436831666135, 0.3648280410478321], "min": [0, 0], "max": [2, 1], "count": [797]}, "eef_acc_mag_action": {"mean": [0.26348808030112925, 0.12045169385194479], "std": [0.6080467350797201, 0.4373362929279297], "min": [0, 0], "max": [2, 2], "count": [797]}, "eef_sim_pose_state": {"mean": [0.40534464273991977, 0.26118056244857507, 1.1806870910390617, -0.03950379182741854, -0.013203851157714733, 1.298397685513835, 0.4253507249603549, -0.2248009252006454, 1.1149166979110503, -0.01786380378799021, -0.02136525741053056, -1.2912911991777498], "std": [0.04341347928612178, 0.02486959183631644, 0.03554904062770421, 0.0493934419875231, 0.07200540474865318, 0.19498665994199788, 0.024822053680167534, 0.02235084539716974, 0.012364357748596028, 0.02769442972495391, 0.01911321313467852, 0.027608711558142932], "min": [0.3417611967984903, 0.2090690307485251, 1.155741290979813, -0.12866483309781557, -0.19268327406158225, 0.9341885384912286, 0.39637206374976375, -0.2412974405752848, 1.1047976269341018, -0.047404304338388936, -0.06759278757075071, -1.359096984836107], "max": [0.5200190768583262, 0.3344012192241225, 1.2474960476855272, 0.06787602392447356, 0.05354119664214463, 1.4466627351942296, 0.49598951095919375, -0.1886710437773718, 1.1445171896923814, 0.04812412197617211, 0.008512291646374237, -1.262092691512481], "count": [797]}, "eef_sim_pose_action": {"mean": [0.4053910306683751, 0.26119334656623644, 1.1806887663357932, -0.039408227855129555, -0.01323191212283938, 1.2981369194720462, 0.4253790720397685, -0.22486650132499839, 1.1148731025506082, -0.01795858369307406, -0.021300604193945395, -1.2912531798286357], "std": [0.043409873151489684, 0.02487393127339649, 0.03554794684100088, 0.04950934652084096, 0.07199189203979128, 0.19492816854142314, 0.02480184580648788, 0.022321468609904346, 0.012321179458657074, 0.02759843025030543, 0.019044024779430124, 0.02761156121928773], "min": [0.3417611967984903, 0.2090690307485251, 1.155741290979813, -0.12866483309781557, -0.19268327406158225, 0.9341885384912286, 0.39637206374976375, -0.2412974405752848, 1.1047976269341018, -0.047404304338388936, -0.06759278757075071, -1.359096984836107], "max": [0.5200190768583262, 0.3344012192241225, 1.2474960476855272, 0.06787602392447356, 0.05354119664214463, 1.4466627351942296, 0.49598951095919375, -0.1886710437773718, 1.1445171896923814, 0.04812412197617211, 0.008512291646374237, -1.262092691512481], "count": [797]}, "gripper_mode_state": {"mean": [0.3086574654956085, 0.27728983688833125], "std": [0.4619394272947861, 0.4476607903834945], "min": [0, 0], "max": [1, 1], "count": [797]}, "gripper_activity_state": {"mean": [1.9887076537013801, 1.8670012547051442], "std": [0.13672256609440317, 0.45070992794170817], "min": [0, 0], "max": [2, 2], "count": [797]}, "gripper_mode_action": {"mean": [0.3086574654956085, 0.27728983688833125], "std": [0.4619394272947861, 0.4476607903834945], "min": [0, 0], "max": [1, 1], "count": [797]}, "gripper_activity_action": {"mean": [1.9887076537013801, 1.8670012547051442], "std": [0.13672256609440317, 0.4507099279417081], "min": [0, 0], "max": [2, 2], "count": [797]}}} +{"episode_index": 303, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4700890979580238]], [[0.4514111595725247]], [[0.4391008314557707]]], "std": [[[0.16443061256909308]], [[0.16837039005645685]], [[0.17253324017261498]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47114923578126905]], [[0.46251517654163116]], [[0.45424191125725655]]], "std": [[[0.15047040576150317]], [[0.15097071681540564]], [[0.1538049949599858]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4650816917346649]], [[0.46669964199447894]], [[0.45720860608736247]]], "std": [[[0.16599002396581278]], [[0.16383440502412858]], [[0.17058649630565106]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5043782565562457]], [[0.49000781852596115]], [[0.4755284856696302]]], "std": [[[0.16077751328939285]], [[0.15261003094831074]], [[0.16155569480065637]]], "count": [161]}, "observation.state": {"min": [-0.27584928274154663, 0.2165779173374176, -0.20701350271701813, -2.042297124862671, -0.5663419365882874, -0.021223202347755432, -0.4118977189064026, -0.29322999715805054, 0.33103200793266296, 0.09356699883937836, -1.772552728652954, -1.6516283750534058, -1.2395501136779785, -0.17400933802127838, 0.021188296377658844, -0.2626197040081024, -1.7714568376541138, 0.042411502450704575, -0.10835004597902298, -0.02626720443367958, -0.3431969881057739, -0.47898799180984497, 0.10966599732637405, 1.2931938171386719, -1.4448217153549194, 1.0334064960479736, 0.0, 0.0, 6.767562445020303e-05, -0.23507314920425415, -0.8378585577011108, 1.912229061126709, -1.0710687637329102, -0.0016032756539061666], "max": [0.39613738656044006, 0.4983613193035126, 0.3134262263774872, -1.6093331575393677, -0.25216516852378845, 0.09780824929475784, -0.0190066359937191, -0.18538899719715118, 0.4817509949207306, 0.257081001996994, -1.2959784269332886, -1.3044673204421997, -0.9271783828735352, 0.15330973267555237, 0.1892460584640503, -0.09430013597011566, -1.2892048358917236, 0.11712904274463654, -0.036739181727170944, 0.16001178324222565, -0.29172998666763306, -0.3761630058288574, 0.1605280041694641, 1.4755313396453857, -1.3291609287261963, 1.1076115369796753, 1001.0, 1002.0, 0.0001109128279495053, -0.22901242971420288, -0.8374425768852234, 1.9127639532089233, -1.0679651498794556, 0.0015529657248407602], "mean": [0.17962585389614105, 0.27321285009384155, 0.07318632304668427, -1.8349097967147827, -0.2929670512676239, 0.0027601125184446573, -0.10061968117952347, -0.2589441239833832, 0.3825347125530243, 0.18684299290180206, -1.4143184423446655, -1.3783990144729614, -1.1336408853530884, -0.07878471910953522, 0.1317523568868637, -0.13835129141807556, -1.582118272781372, 0.09504704177379608, -0.0839187428355217, 0.11019949615001678, -0.3230079710483551, -0.41085198521614075, 0.1426105797290802, 1.4027918577194214, -1.378438949584961, 1.0629422664642334, 676.960205078125, 711.3624877929688, 7.417348388116807e-05, -0.2314709573984146, -0.8376421332359314, 1.9124947786331177, -1.069717526435852, 0.00028431927785277367], "std": [0.17779165506362915, 0.0657816156744957, 0.10564536601305008, 0.08469262719154358, 0.0813165158033371, 0.0402163527905941, 0.12163632363080978, 0.03891095519065857, 0.0359901525080204, 0.03785308450460434, 0.18648159503936768, 0.09962043911218643, 0.08759068697690964, 0.07844895869493484, 0.04590648412704468, 0.06503380835056305, 0.11959785968065262, 0.023375781252980232, 0.018774768337607384, 0.07248248159885406, 0.016115771606564522, 0.024829866364598274, 0.021895483136177063, 0.045220665633678436, 0.027117952704429626, 0.010930603370070457, 455.01513671875, 440.776123046875, 2.0003030840598512e-06, 0.0020068110898137093, 0.00014139733684714884, 0.0001445147063350305, 0.0006491481326520443, 0.0003622537187766284], "count": [880]}, "action": {"min": [-0.27584928274154663, 0.2165779173374176, -0.20701350271701813, -2.042297124862671, -0.5663419365882874, -0.021223202347755432, -0.4118977189064026, -0.29322999715805054, 0.33103200793266296, 0.09356699883937836, -1.772552728652954, -1.6516283750534058, -1.2395501136779785, -0.17400933802127838, 0.021188296377658844, -0.2626197040081024, -1.7714568376541138, 0.042411502450704575, -0.10835004597902298, -0.02626720443367958, -0.3431969881057739, -0.47898799180984497, 0.10966599732637405, 1.2931938171386719, -1.4448217153549194, 1.0334064960479736, 0.0, 0.0, 6.767562445020303e-05, -0.23507314920425415, -0.8378585577011108, 1.912229061126709, -1.0710687637329102, -0.0016032756539061666], "max": [0.39613738656044006, 0.4983613193035126, 0.3134262263774872, -1.6093331575393677, -0.25216516852378845, 0.09780824929475784, -0.0190066359937191, -0.18538899719715118, 0.4817509949207306, 0.257081001996994, -1.2959784269332886, -1.3044673204421997, -0.9271783828735352, 0.15330973267555237, 0.1892460584640503, -0.09430013597011566, -1.2892048358917236, 0.11712904274463654, -0.036739181727170944, 0.16001178324222565, -0.29172998666763306, -0.3761630058288574, 0.1605280041694641, 1.4755313396453857, -1.3291609287261963, 1.1076115369796753, 1001.0, 1002.0, 0.0001109128279495053, -0.22901242971420288, -0.8374425768852234, 1.9127639532089233, -1.0679651498794556, 0.0015529657248407602], "mean": [0.1794975847005844, 0.27326345443725586, 0.07317594438791275, -1.8347903490066528, -0.2929956912994385, 0.002812829799950123, -0.10078993439674377, -0.2589486837387085, 0.3825688064098358, 0.18685096502304077, -1.4144047498703003, -1.3784942626953125, -1.1335078477859497, -0.07868459820747375, 0.13169604539871216, -0.13816210627555847, -1.5818859338760376, 0.09509959816932678, -0.08395808190107346, 0.11041102558374405, -0.3230501711368561, -0.4108918011188507, 0.14266781508922577, 1.4027072191238403, -1.3785008192062378, 1.0629336833953857, 676.960205078125, 711.3624877929688, 7.418202585540712e-05, -0.23146674036979675, -0.8376416563987732, 1.9124952554702759, -1.0697170495986938, 0.0002838856598827988], "std": [0.17777030169963837, 0.06577388197183609, 0.10564887523651123, 0.0847463607788086, 0.08130709826946259, 0.04021584242582321, 0.12162794172763824, 0.03891406208276749, 0.035989291965961456, 0.037856969982385635, 0.18644477427005768, 0.09960366785526276, 0.08760187774896622, 0.07838445156812668, 0.04586642235517502, 0.06491421908140182, 0.11942832171916962, 0.023361872881650925, 0.018768521025776863, 0.07235568761825562, 0.016083283349871635, 0.02480231039226055, 0.02187519706785679, 0.045154355466365814, 0.0270672719925642, 0.010930877178907394, 455.01513671875, 440.776123046875, 2.01264242605248e-06, 0.0020071102771908045, 0.00014132830256130546, 0.00014442966494243592, 0.000649251218419522, 0.00036226361407898366], "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": [304], "max": [304], "mean": [304.0], "std": [0.0], "count": [880]}, "index": {"min": [261301], "max": [262180], "mean": [261740.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7147727272727272, 0.7100227272333789], "std": [0.45152261916745073, 0.43989573861370745], "count": [880]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7147727272727272, 0.7100227272333789], "std": [0.45152261916745073, 0.4398957386137075], "count": [880]}, "eef_direction_state": {"mean": [5.005681818181818, 5.3125], "std": [1.9179094889622033, 1.7558546546288558], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_state": {"mean": [0.2761363636363636, 0.15227272727272728], "std": [0.4907078185877436, 0.35928504533539257], "min": [0, 0], "max": [2, 1], "count": [880]}, "eef_acc_mag_state": {"mean": [0.20681818181818182, 0.10340909090909091], "std": [0.5480949350716908, 0.39827721719366654], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_direction_action": {"mean": [5.005681818181818, 5.3125], "std": [1.9179094889622033, 1.7558546546288558], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_action": {"mean": [0.2761363636363636, 0.15227272727272728], "std": [0.4907078185877436, 0.35928504533539257], "min": [0, 0], "max": [2, 1], "count": [880]}, "eef_acc_mag_action": {"mean": [0.20681818181818182, 0.10340909090909091], "std": [0.5480949350716908, 0.3982772171936665], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_sim_pose_state": {"mean": [0.4041013635029309, 0.26215521629251465, 1.1774231894194889, -0.04982168219599712, 0.013054038592836732, 1.328234272602498, 0.4305322579312886, -0.21994025130642858, 1.1193686559606504, -0.0027445385475128783, -0.019549629378591282, -1.3171100461223622], "std": [0.042089514770720544, 0.02553385106135601, 0.03287749611395655, 0.05466066721677777, 0.03650361604891696, 0.188860662886005, 0.02445999739666787, 0.021963132011218342, 0.012959891789723173, 0.03026831471072438, 0.028799088226532994, 0.01445623634613684], "min": [0.3537287665839308, 0.2049001352421694, 1.1527425713006922, -0.18050390328268784, -0.08648908103577146, 0.9193005368465397, 0.3963707367563218, -0.2380297684720596, 1.1054654655920813, -0.06169616330485028, -0.06753948066428195, -1.369818670007572], "max": [0.5159257530236345, 0.3460316837480953, 1.238883098456858, 0.036393156081640954, 0.05386204010104434, 1.45969970222292, 0.4975157989362042, -0.18867178804462484, 1.1446977823949425, 0.0487763591048157, 0.04803435406369694, -1.3042685762168271], "count": [880]}, "eef_sim_pose_action": {"mean": [0.4041384704517927, 0.2621792075474582, 1.1774235151766614, -0.04977890459373522, 0.013023492808963482, 1.3280926064359746, 0.43057149322604, -0.2199959099302456, 1.1193335476212944, -0.002806565700112526, -0.019493284606453738, -1.31712075415527], "std": [0.042085728759621, 0.025545990516660327, 0.03287729333831175, 0.05470055943069505, 0.03649847653530019, 0.18881903280814877, 0.02443289777563829, 0.021945938990717343, 0.01293355056615599, 0.030220249054343236, 0.0287536161456468, 0.014450290229668025], "min": [0.3537287665839308, 0.2049001352421694, 1.1527425713006922, -0.18050390328268784, -0.08648908103577146, 0.9193005368465397, 0.3963707367563218, -0.2380297684720596, 1.1054654655920813, -0.06169616330485028, -0.06753948066428195, -1.369818670007572], "max": [0.5159257530236345, 0.3460316837480953, 1.238883098456858, 0.036393156081640954, 0.05386204010104434, 1.45969970222292, 0.4975157989362042, -0.18867178804462484, 1.1446977823949425, 0.0487763591048157, 0.04803435406369694, -1.3042685762168271], "count": [880]}, "gripper_mode_state": {"mean": [0.2852272727272727, 0.2909090909090909], "std": [0.45152261916745073, 0.4541816726107953], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_state": {"mean": [1.9897727272727272, 1.8806818181818181], "std": [0.13015704912918277, 0.42968221728533107], "min": [0, 0], "max": [2, 2], "count": [880]}, "gripper_mode_action": {"mean": [0.2852272727272727, 0.2909090909090909], "std": [0.45152261916745073, 0.4541816726107953], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_action": {"mean": [1.9897727272727272, 1.8806818181818181], "std": [0.13015704912918277, 0.42968221728533107], "min": [0, 0], "max": [2, 2], "count": [880]}}} +{"episode_index": 304, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4673149738239594]], [[0.44992889738132097]], [[0.4375954619238046]]], "std": [[[0.16329178428807872]], [[0.16815866002822108]], [[0.1721050039606553]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46742288011695904]], [[0.4604985353242174]], [[0.4535624341567768]]], "std": [[[0.15157192141818704]], [[0.15259799556168635]], [[0.1555478974404408]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4662744291795666]], [[0.46669932087418303]], [[0.45614795241013073]]], "std": [[[0.16582652900339953]], [[0.16387176309144427]], [[0.17051433502943972]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5044273332688338]], [[0.49223834440574477]], [[0.47691765028379773]]], "std": [[[0.16805580955284383]], [[0.15683737187279934]], [[0.16553722004719706]]], "count": [152]}, "observation.state": {"min": [-0.29309311509132385, 0.23020891845226288, -0.12540189921855927, -2.0750393867492676, -0.5029864311218262, -0.0308225154876709, -0.36740925908088684, -0.29694199562072754, 0.33344900608062744, 0.08516400307416916, -1.7663421630859375, -1.6537257432937622, -1.1946263313293457, -0.1737126260995865, -0.0345749706029892, -0.26258477568626404, -1.771404504776001, 0.03185226023197174, -0.1327497363090515, -0.026197392493486404, -0.3428969979286194, -0.4770039916038513, 0.10561700165271759, 1.253047227859497, -1.4749164581298828, 1.065687656402588, 0.0, 0.0, 6.015611143084243e-05, -0.23515963554382324, -0.8380574584007263, 1.9125380516052246, -1.0709404945373535, -0.0020475226920098066], "max": [0.3792775273323059, 0.45832347869873047, 0.3217165470123291, -1.595859169960022, -0.23020891845226288, 0.12681561708450317, -0.019338248297572136, -0.181878000497818, 0.4848540127277374, 0.22500699758529663, -1.2960619926452637, -1.296525478363037, -0.9463346600532532, 0.14339624345302582, 0.18929840624332428, -0.096761055290699, -1.3050525188446045, 0.19104373455047607, -0.028797931969165802, 0.20252801477909088, -0.29181399941444397, -0.3761579990386963, 0.15816299617290497, 1.4755313396453857, -1.3291609287261963, 1.1278676986694336, 1001.0, 1002.0, 0.0001033933149301447, -0.22935833036899567, -0.8371367454528809, 1.9127551317214966, -1.0681711435317993, 0.002325651468709111], "mean": [0.17443934082984924, 0.271001935005188, 0.09050371497869492, -1.8404009342193604, -0.3014560341835022, 0.013730281963944435, -0.09966770559549332, -0.25821569561958313, 0.3818719685077667, 0.17887842655181885, -1.4163212776184082, -1.4063856601715088, -1.128442645072937, -0.09287967532873154, 0.13094089925289154, -0.1366451233625412, -1.6036672592163086, 0.14121897518634796, -0.10433631390333176, 0.12944577634334564, -0.31573063135147095, -0.4064628481864929, 0.13969558477401733, 1.4175410270690918, -1.4130940437316895, 1.110949158668518, 651.9619750976562, 715.2993774414062, 8.499592513544485e-05, -0.23153333365917206, -0.8375898599624634, 1.9127200841903687, -1.0697472095489502, 0.00024569378001615405], "std": [0.17674413323402405, 0.05831151455640793, 0.10340897738933563, 0.09002835303544998, 0.07487481832504272, 0.0559534952044487, 0.1125943660736084, 0.04037998244166374, 0.03455644100904465, 0.0409940741956234, 0.17753547430038452, 0.12825758755207062, 0.08407554775476456, 0.08138014376163483, 0.06332919001579285, 0.06306803226470947, 0.11748400330543518, 0.06378855556249619, 0.036187488585710526, 0.09122882038354874, 0.013304557651281357, 0.02550395205616951, 0.022016353905200958, 0.06063941493630409, 0.043321993201971054, 0.024364320561289787, 462.9618835449219, 437.79205322265625, 2.416621100564953e-06, 0.0017020376399159431, 7.953605381771922e-05, 2.1050567738711834e-05, 0.0004704972088802606, 0.0005775429890491068], "count": [815]}, "action": {"min": [-0.29309311509132385, 0.23020891845226288, -0.12540189921855927, -2.0750393867492676, -0.5029864311218262, -0.0308225154876709, -0.36740925908088684, -0.29694199562072754, 0.33344900608062744, 0.08516400307416916, -1.7663421630859375, -1.6537257432937622, -1.1946263313293457, -0.1737126260995865, -0.0345749706029892, -0.26258477568626404, -1.771404504776001, 0.03185226023197174, -0.1327497363090515, -0.026197392493486404, -0.3428969979286194, -0.4770039916038513, 0.10561700165271759, 1.253047227859497, -1.4749164581298828, 1.065687656402588, 0.0, 0.0, 6.015611143084243e-05, -0.23515963554382324, -0.8380574584007263, 1.9125380516052246, -1.0709404945373535, -0.0020475226920098066], "max": [0.3792775273323059, 0.45832347869873047, 0.3217165470123291, -1.595859169960022, -0.23020891845226288, 0.12681561708450317, -0.019338248297572136, -0.181878000497818, 0.4848540127277374, 0.22500699758529663, -1.2960619926452637, -1.296525478363037, -0.9463346600532532, 0.14339624345302582, 0.18929840624332428, -0.096761055290699, -1.3050525188446045, 0.19104373455047607, -0.028797931969165802, 0.20252801477909088, -0.29181399941444397, -0.3761579990386963, 0.15816299617290497, 1.4755313396453857, -1.3291609287261963, 1.1278676986694336, 1001.0, 1002.0, 0.0001033933149301447, -0.22935833036899567, -0.8371367454528809, 1.9127551317214966, -1.0681711435317993, 0.002325651468709111], "mean": [0.17433278262615204, 0.27106747031211853, 0.09055820107460022, -1.8402791023254395, -0.3015274405479431, 0.013728825375437737, -0.09986735880374908, -0.2582295835018158, 0.3818948268890381, 0.17885971069335938, -1.4164631366729736, -1.4065742492675781, -1.1282986402511597, -0.09280355274677277, 0.1308935433626175, -0.13644413650035858, -1.6034647226333618, 0.14137127995491028, -0.10442046821117401, 0.12971751391887665, -0.3157619833946228, -0.40649548172950745, 0.13975347578525543, 1.4174911975860596, -1.4132294654846191, 1.1110235452651978, 651.9619750976562, 715.2993774414062, 8.500053809257224e-05, -0.2315400093793869, -0.8375899195671082, 1.9127200841903687, -1.069746971130371, 0.00024532570387236774], "std": [0.17671532928943634, 0.0583077110350132, 0.10339522361755371, 0.09008362889289856, 0.07485698908567429, 0.055954404175281525, 0.11259695142507553, 0.04039051756262779, 0.034552522003650665, 0.04098706692457199, 0.17748712003231049, 0.12824107706546783, 0.08407855033874512, 0.08133427798748016, 0.0633002296090126, 0.06292720139026642, 0.11733754724264145, 0.0637567937374115, 0.03617265075445175, 0.09109453111886978, 0.013278849422931671, 0.025482164695858955, 0.0219994205981493, 0.06060907244682312, 0.04323175922036171, 0.024321021512150764, 462.9618835449219, 437.79205322265625, 2.415871222183341e-06, 0.001704297959804535, 7.953173917485401e-05, 2.1058544007246383e-05, 0.0004705119354184717, 0.0005775616155005991], "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": [305], "max": [305], "mean": [305.0], "std": [0.0], "count": [815]}, "index": {"min": [262181], "max": [262995], "mean": [262588.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6932515337423313, 0.713959509134864], "std": [0.46114406068628433, 0.4369156614841384], "count": [815]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6932515337423313, 0.713959509134864], "std": [0.4611440606862843, 0.43691566148413835], "count": [815]}, "eef_direction_state": {"mean": [4.901840490797546, 5.303067484662576], "std": [2.0485359845700235, 1.7964321597678845], "min": [0, 0], "max": [6, 6], "count": [815]}, "eef_velocity_state": {"mean": [0.3030674846625767, 0.14355828220858896], "std": [0.5101934329292177, 0.35412326885982337], "min": [0, 0], "max": [2, 2], "count": [815]}, "eef_acc_mag_state": {"mean": [0.24049079754601227, 0.10429447852760736], "std": [0.5932791309459046, 0.39959330448334135], "min": [0, 0], "max": [2, 2], "count": [815]}, "eef_direction_action": {"mean": [4.901840490797546, 5.303067484662576], "std": [2.0485359845700235, 1.7964321597678845], "min": [0, 0], "max": [6, 6], "count": [815]}, "eef_velocity_action": {"mean": [0.3030674846625767, 0.14355828220858896], "std": [0.5101934329292177, 0.35412326885982337], "min": [0, 0], "max": [2, 2], "count": [815]}, "eef_acc_mag_action": {"mean": [0.24049079754601227, 0.10429447852760736], "std": [0.5932791309459046, 0.39959330448334135], "min": [0, 0], "max": [2, 2], "count": [815]}, "eef_sim_pose_state": {"mean": [0.404126767761854, 0.2560800492463138, 1.1783968103893347, -0.04749486293439712, 0.02718981501584562, 1.3089035856805726, 0.426815401329696, -0.2188030856967108, 1.1225499586208403, 0.03292523213156093, 0.02215240228297309, -1.2994866736290809], "std": [0.040990942216882056, 0.023990578121406817, 0.03494991041217913, 0.04828491194587598, 0.012769651878266378, 0.20194906882041497, 0.02476418222965765, 0.025241978991409866, 0.011100502955594374, 0.03661097583997938, 0.04304497042848777, 0.04093418061734376], "min": [0.3551294677286919, 0.19685766836529647, 1.1459587471180859, -0.15194140802394646, -0.0065011965463119825, 0.9112099255126431, 0.39636677738937115, -0.23943264814841375, 1.106188346094564, -0.06166672342419477, -0.0675798613162073, -1.419082426397737], "max": [0.5195112806164858, 0.3127656052746011, 1.2448886227571252, 0.007703729270167825, 0.06630173509197035, 1.4475936028863907, 0.4947764217115193, -0.17677350269782485, 1.1447197261602124, 0.053051182762530846, 0.0626496556400924, -1.2503998704488217], "count": [815]}, "eef_sim_pose_action": {"mean": [0.40415544673502435, 0.25608749735492237, 1.178385646973428, -0.04747140233507008, 0.027199268494476295, 1.3086702432349895, 0.4268489195756795, -0.21886395323108138, 1.1225181435685083, 0.03292904895823962, 0.022287021048119745, -1.2994528457408336], "std": [0.04098467747401541, 0.02399413675322094, 0.03495825637993487, 0.04830407560414934, 0.01277654910512915, 0.2019005156453658, 0.024741483135076597, 0.02522909650489717, 0.011074616248193643, 0.03661271109680841, 0.042936034415911255, 0.040941520296900256], "min": [0.3551294677286919, 0.19685766836529647, 1.1459587471180859, -0.15194140802394646, -0.0065011965463119825, 0.9112099255126431, 0.39636677738937115, -0.23943264814841375, 1.106188346094564, -0.06166672342419477, -0.0675798613162073, -1.419082426397737], "max": [0.5195112806164858, 0.3127656052746011, 1.2448886227571252, 0.007703729270167825, 0.06630173509197035, 1.4475936028863907, 0.4947764217115193, -0.17677350269782485, 1.1447197261602124, 0.053051182762530846, 0.0626496556400924, -1.2503998704488217], "count": [815]}, "gripper_mode_state": {"mean": [0.3067484662576687, 0.28588957055214725], "std": [0.46114406068628433, 0.45183705470186614], "min": [0, 0], "max": [1, 1], "count": [815]}, "gripper_activity_state": {"mean": [1.988957055214724, 1.8736196319018406], "std": [0.1352145012412851, 0.44027713258767065], "min": [0, 0], "max": [2, 2], "count": [815]}, "gripper_mode_action": {"mean": [0.3067484662576687, 0.28588957055214725], "std": [0.4611440606862843, 0.45183705470186614], "min": [0, 0], "max": [1, 1], "count": [815]}, "gripper_activity_action": {"mean": [1.988957055214724, 1.8736196319018406], "std": [0.13521450124128506, 0.44027713258767065], "min": [0, 0], "max": [2, 2], "count": [815]}}} +{"episode_index": 305, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47077090627917834]], [[0.45227413048552756]], [[0.4397217235379]]], "std": [[[0.1632280404803555]], [[0.16759728924968317]], [[0.17167633758328152]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4728356808632544]], [[0.4638782228800611]], [[0.4573689998726763]]], "std": [[[0.15089829100757085]], [[0.15132712133640377]], [[0.1544614764471377]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46378656311009253]], [[0.46527540372209486]], [[0.4572065733490366]]], "std": [[[0.16533871158294844]], [[0.16390826874464287]], [[0.17096792929034169]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5106421489050166]], [[0.4934398488562092]], [[0.47756581306765133]]], "std": [[[0.17153289821538448]], [[0.1566499761938133]], [[0.1646226090565687]]], "count": [154]}, "observation.state": {"min": [-0.3507762551307678, 0.24010494351387024, -0.13325589895248413, -2.007582426071167, -0.6611307263374329, -0.03166027367115021, -0.45462337136268616, -0.2937760055065155, 0.3413600027561188, 0.10888999700546265, -1.8354560136795044, -1.7591475248336792, -1.1860066652297974, -0.17331120371818542, -0.00799360778182745, -0.2626197040081024, -1.7714743614196777, 0.02263692207634449, -0.13301153481006622, -0.026232298463582993, -0.3409300148487091, -0.477495014667511, 0.10955999791622162, 1.2886292934417725, -1.4809365272521973, 1.0369071960449219, 0.0, 0.0, 7.331526285270229e-05, -0.23516902327537537, -0.838265061378479, 1.9126886129379272, -1.070786714553833, -0.001742814783938229], "max": [0.35091590881347656, 0.5669178366661072, 0.3476346731185913, -1.5819315910339355, -0.24619615077972412, 0.15041247010231018, -0.019338248297572136, -0.17485499382019043, 0.4901910126209259, 0.23740500211715698, -1.296558141708374, -1.316610336303711, -0.8494406342506409, 0.14707890152931213, 0.1892635077238083, -0.12318533658981323, -1.3007415533065796, 0.15568336844444275, -0.023195425048470497, 0.18083356320858002, -0.2916480004787445, -0.3761639893054962, 0.14053300023078918, 1.4755313396453857, -1.3284921646118164, 1.1177971363067627, 1001.0, 1003.0, 9.96335584204644e-05, -0.22934141755104065, -0.8370971083641052, 1.9127639532089233, -1.067950963973999, 0.00140678184106946], "mean": [0.1747191846370697, 0.30525633692741394, 0.07723984867334366, -1.8373910188674927, -0.3322354257106781, 0.015256373211741447, -0.11641549319028854, -0.2577589452266693, 0.3818903863430023, 0.19072861969470978, -1.4165188074111938, -1.4097511768341064, -1.111635684967041, -0.09583713114261627, 0.11911754310131073, -0.15179476141929626, -1.5958244800567627, 0.11805552989244461, -0.10637719184160233, 0.12674939632415771, -0.3211241364479065, -0.40447431802749634, 0.13075420260429382, 1.4219465255737305, -1.4183545112609863, 1.0906931161880493, 680.124267578125, 749.0542602539062, 8.579845598433167e-05, -0.23158101737499237, -0.8378204107284546, 1.9127230644226074, -1.0697327852249146, 0.00026488531148061156], "std": [0.1852540373802185, 0.10068930685520172, 0.10532794892787933, 0.07741981744766235, 0.12291702628135681, 0.05654191970825195, 0.14331726729869843, 0.04149189963936806, 0.03455522656440735, 0.03084099292755127, 0.18968872725963593, 0.1418190449476242, 0.11536795645952225, 0.0786556527018547, 0.050865136086940765, 0.04995301365852356, 0.11060874909162521, 0.04669680446386337, 0.03747982904314995, 0.07826865464448929, 0.013850480318069458, 0.02462039701640606, 0.012763584963977337, 0.05155106261372566, 0.044769756495952606, 0.017573699355125427, 452.88043212890625, 419.7929992675781, 1.2941377462993842e-06, 0.001958136912435293, 0.00018164902576245368, 1.2379991858324502e-05, 0.0006491279345937073, 0.0004604314162861556], "count": [829]}, "action": {"min": [-0.3507762551307678, 0.24010494351387024, -0.13325589895248413, -2.007582426071167, -0.6611307263374329, -0.03166027367115021, -0.45462337136268616, -0.2937760055065155, 0.3413600027561188, 0.10888999700546265, -1.8354560136795044, -1.7591475248336792, -1.1860066652297974, -0.17331120371818542, -0.00799360778182745, -0.2626197040081024, -1.7714743614196777, 0.02263692207634449, -0.13301153481006622, -0.026232298463582993, -0.3409300148487091, -0.477495014667511, 0.10955999791622162, 1.2886292934417725, -1.4809365272521973, 1.0369071960449219, 0.0, 0.0, 7.331526285270229e-05, -0.23516902327537537, -0.838265061378479, 1.9126886129379272, -1.070786714553833, -0.001742814783938229], "max": [0.35091590881347656, 0.5669178366661072, 0.3476346731185913, -1.5819315910339355, -0.24619615077972412, 0.15041247010231018, -0.019338248297572136, -0.17485499382019043, 0.4901910126209259, 0.23740500211715698, -1.296558141708374, -1.316610336303711, -0.8494406342506409, 0.14707890152931213, 0.1892635077238083, -0.12318533658981323, -1.3007415533065796, 0.15568336844444275, -0.023195425048470497, 0.18083356320858002, -0.2916480004787445, -0.3761639893054962, 0.14053300023078918, 1.4755313396453857, -1.3284921646118164, 1.1177971363067627, 1001.0, 1003.0, 9.96335584204644e-05, -0.22934141755104065, -0.8370971083641052, 1.9127639532089233, -1.067950963973999, 0.00140678184106946], "mean": [0.1745901107788086, 0.3053821623325348, 0.07721103727817535, -1.8372554779052734, -0.3323311507701874, 0.015369069762527943, -0.11660941690206528, -0.2577706575393677, 0.381925106048584, 0.19075998663902283, -1.4165585041046143, -1.409885287284851, -1.1114338636398315, -0.09576790034770966, 0.11904323846101761, -0.15163160860538483, -1.5956149101257324, 0.11815724521875381, -0.10646073520183563, 0.12699590623378754, -0.3211635649204254, -0.40450239181518555, 0.13079072535037994, 1.4218997955322266, -1.4184945821762085, 1.090734839439392, 680.124267578125, 749.0542602539062, 8.579845598433167e-05, -0.23158115148544312, -0.8378204107284546, 1.9127230644226074, -1.0697327852249146, 0.00026496435748413205], "std": [0.18522799015045166, 0.10067392140626907, 0.10534082353115082, 0.07749703526496887, 0.1228867918252945, 0.05656325817108154, 0.14329518377780914, 0.041500430554151535, 0.0345543809235096, 0.03086550533771515, 0.189667209982872, 0.14178554713726044, 0.11538642644882202, 0.07861299812793732, 0.050807248800992966, 0.04981136694550514, 0.11044018715620041, 0.04667501151561737, 0.03746126592159271, 0.07810855656862259, 0.013814190402626991, 0.02460138127207756, 0.01274652685970068, 0.051520269364118576, 0.04467189684510231, 0.017557159066200256, 452.88043212890625, 419.7929992675781, 1.2941376326125464e-06, 0.0019580030348151922, 0.00018168680253438652, 1.2398256330925506e-05, 0.0006491360254585743, 0.00046044791815802455], "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": [306], "max": [306], "mean": [306.0], "std": [0.0], "count": [829]}, "index": {"min": [262996], "max": [263824], "mean": [263410.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.721351025331725, 0.7476441495915913], "std": [0.4483343881352344, 0.41894175951585205], "count": [829]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.721351025331725, 0.7476441495915913], "std": [0.4483343881352344, 0.41894175951585205], "count": [829]}, "eef_direction_state": {"mean": [4.814234016887816, 5.293124246079614], "std": [2.1255502483791044, 1.8331391231645815], "min": [0, 0], "max": [6, 6], "count": [829]}, "eef_velocity_state": {"mean": [0.31966224366706875, 0.1338962605548854], "std": [0.5060425055312815, 0.3405408227574186], "min": [0, 0], "max": [2, 1], "count": [829]}, "eef_acc_mag_state": {"mean": [0.2376357056694813, 0.11338962605548854], "std": [0.5792822042102901, 0.4099801035961783], "min": [0, 0], "max": [2, 2], "count": [829]}, "eef_direction_action": {"mean": [4.814234016887816, 5.293124246079614], "std": [2.1255502483791044, 1.8331391231645815], "min": [0, 0], "max": [6, 6], "count": [829]}, "eef_velocity_action": {"mean": [0.31966224366706875, 0.1338962605548854], "std": [0.5060425055312815, 0.3405408227574186], "min": [0, 0], "max": [2, 1], "count": [829]}, "eef_acc_mag_action": {"mean": [0.2376357056694813, 0.11338962605548854], "std": [0.5792822042102901, 0.4099801035961783], "min": [0, 0], "max": [2, 2], "count": [829]}, "eef_sim_pose_state": {"mean": [0.40473161112211403, 0.26849995929674636, 1.1800039329551628, -0.03743179050247463, 0.0227983605493859, 1.3024976760980032, 0.4251016661125737, -0.21110732403108118, 1.1183935644080416, 0.0222037442085424, 0.014440317679482714, -1.2886417191823], "std": [0.04236587876947978, 0.020532876195165153, 0.037275585369495545, 0.04079502517644983, 0.027665877168656126, 0.2238909709337953, 0.02391560327388118, 0.015974292084403926, 0.011995140032496021, 0.033906238030257475, 0.038524707547901556, 0.037184912672186175], "min": [0.36637886066573694, 0.22708156322582343, 1.156792330328894, -0.13023670839207285, -0.04705548727535702, 0.8300388931420764, 0.39637078135319653, -0.22356689004034938, 1.1080847146203645, -0.06870246646181488, -0.06964603051108575, -1.3823177377171267], "max": [0.5303392932218514, 0.3341757970222307, 1.2552438455341792, 0.08293995902048867, 0.1141844129516969, 1.4467013590403672, 0.4956999684160511, -0.1848119673009472, 1.1455317507572698, 0.04798148322243201, 0.0750073319424418, -1.262985236285831], "count": [829]}, "eef_sim_pose_action": {"mean": [0.4047701191795533, 0.2685488133464779, 1.1800057136166409, -0.03731408695011371, 0.02277112112971755, 1.3023429983817956, 0.42513098196498406, -0.2111483347936818, 1.1183559278650148, 0.022188113393149973, 0.014561232869205062, -1.2885956935992318], "std": [0.04236107866673534, 0.020571529645809303, 0.0372745129280164, 0.0409925210589082, 0.027667243238018734, 0.22383608158174279, 0.023895266421117996, 0.015960295621123083, 0.011962021120615503, 0.03389738027777797, 0.03842478348635995, 0.037189107347752826], "min": [0.36637886066573694, 0.22708156322582343, 1.156792330328894, -0.13023670839207285, -0.04705548727535702, 0.8300388931420764, 0.39637078135319653, -0.22356689004034938, 1.1080847146203645, -0.06870246646181488, -0.06964603051108575, -1.3823177377171267], "max": [0.5303392932218514, 0.3341757970222307, 1.2552438455341792, 0.08293995902048867, 0.1141844129516969, 1.4467013590403672, 0.4956999684160511, -0.1848119673009472, 1.1455317507572698, 0.04798148322243201, 0.0750073319424418, -1.262985236285831], "count": [829]}, "gripper_mode_state": {"mean": [0.27864897466827504, 0.25331724969843183], "std": [0.4483343881352344, 0.43491104918553203], "min": [0, 0], "max": [1, 1], "count": [829]}, "gripper_activity_state": {"mean": [1.9891435464414957, 1.8769601930036188], "std": [0.13407545144546695, 0.4358067815996611], "min": [0, 0], "max": [2, 2], "count": [829]}, "gripper_mode_action": {"mean": [0.27864897466827504, 0.25331724969843183], "std": [0.4483343881352344, 0.43491104918553203], "min": [0, 0], "max": [1, 1], "count": [829]}, "gripper_activity_action": {"mean": [1.9891435464414957, 1.8769601930036188], "std": [0.13407545144546695, 0.4358067815996611], "min": [0, 0], "max": [2, 2], "count": [829]}}} +{"episode_index": 306, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47055691816353584]], [[0.4538145781914164]], [[0.44095931743909683]]], "std": [[[0.16378906398329798]], [[0.16810450337877347]], [[0.1718211067771782]]], "count": [143]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4701442621920563]], [[0.46174388968874264]], [[0.4550628956419398]]], "std": [[[0.1519421202770386]], [[0.152952498296911]], [[0.15582536766047136]]], "count": [143]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45777591526120937]], [[0.4595421908565291]], [[0.4512854906531377]]], "std": [[[0.16219164265735356]], [[0.15977987667995322]], [[0.16724279074524856]]], "count": [143]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5219608085949997]], [[0.5064885763746058]], [[0.4919815319484437]]], "std": [[[0.17327328125297525]], [[0.16283364433078804]], [[0.17300510294375543]]], "count": [143]}, "observation.state": {"min": [-0.257505863904953, 0.21635101735591888, -0.21163862943649292, -2.1273818016052246, -0.6207787394523621, -0.032759830355644226, -0.4029965400695801, -0.2942639887332916, 0.3068139851093292, 0.0936020016670227, -1.7239654064178467, -1.7229996919631958, -1.228751301765442, -0.17332863807678223, -0.010594148188829422, -0.2626197040081024, -1.7714743614196777, 0.012618730776011944, -0.1344776153564453, -0.02626720443367958, -0.3342440128326416, -0.4782400131225586, 0.10686899721622467, 1.2849098443984985, -1.426606297492981, 1.0143187046051025, 0.0, 0.0, 6.767562445020303e-05, -0.2351239174604416, -0.8381636142730713, 1.912160873413086, -1.0708262920379639, -0.0020608119666576385], "max": [0.48659777641296387, 0.5301437377929688, 0.29904472827911377, -1.6676621437072754, -0.2537534236907959, 0.23109905421733856, -0.0193033404648304, -0.17569999396800995, 0.47819799184799194, 0.2466139942407608, -1.250876784324646, -1.3170479536056519, -1.0246634483337402, 0.1457873433828354, 0.18929840624332428, -0.10154325515031815, -1.3338854312896729, 0.13702580332756042, 0.014346607029438019, 0.15940092504024506, -0.29072698950767517, -0.37616199254989624, 0.1459529995918274, 1.483432412147522, -1.328906536102295, 1.1604394912719727, 1001.0, 1003.0, 9.58738019107841e-05, -0.22857065498828888, -0.8367754220962524, 1.9128637313842773, -1.0677045583724976, 0.003035687142983079], "mean": [0.19367848336696625, 0.2757226824760437, 0.07036620378494263, -1.8590762615203857, -0.33903738856315613, 0.026725299656391144, -0.09164708107709885, -0.2556969225406647, 0.3784008026123047, 0.18447326123714447, -1.3850501775741577, -1.426903247833252, -1.1533560752868652, -0.11131379008293152, 0.10719587653875351, -0.13781167566776276, -1.6477093696594238, 0.1046983152627945, -0.0976933166384697, 0.11294392496347427, -0.30546048283576965, -0.4021890461444855, 0.13282276690006256, 1.430315613746643, -1.38545823097229, 1.1247742176055908, 672.0480346679688, 753.3471069335938, 8.55884572956711e-05, -0.23161233961582184, -0.8376955986022949, 1.9126840829849243, -1.069696307182312, 0.00026931511820293963], "std": [0.1760987788438797, 0.07607994228601456, 0.1047850027680397, 0.08967261016368866, 0.11836634576320648, 0.08003793656826019, 0.10671690851449966, 0.04294377937912941, 0.03655650094151497, 0.037530455738306046, 0.14475597441196442, 0.14480677247047424, 0.05242796614766121, 0.07924039661884308, 0.048657797276973724, 0.05796540901064873, 0.10241322964429855, 0.04239887744188309, 0.04771844297647476, 0.06819034367799759, 0.011194363236427307, 0.02426563762128353, 0.015305082313716412, 0.05232786014676094, 0.024492649361491203, 0.04865798354148865, 454.5175476074219, 415.5896301269531, 1.5460922213605954e-06, 0.002012298908084631, 0.00022998647182248533, 9.990647959057242e-05, 0.0005475429934449494, 0.0006625234964303672], "count": [749]}, "action": {"min": [-0.257505863904953, 0.21635101735591888, -0.21163862943649292, -2.1273818016052246, -0.6207787394523621, -0.032759830355644226, -0.4029965400695801, -0.2942639887332916, 0.3068139851093292, 0.0936020016670227, -1.7239654064178467, -1.7229996919631958, -1.228751301765442, -0.17332863807678223, -0.010594148188829422, -0.2626197040081024, -1.7714743614196777, 0.012618730776011944, -0.1344776153564453, -0.02626720443367958, -0.3342440128326416, -0.4782400131225586, 0.10686899721622467, 1.2849098443984985, -1.426606297492981, 1.0143187046051025, 0.0, 0.0, 6.767562445020303e-05, -0.2351239174604416, -0.8381636142730713, 1.912160873413086, -1.0708262920379639, -0.0020608119666576385], "max": [0.48659777641296387, 0.5301437377929688, 0.29904472827911377, -1.6676621437072754, -0.2537534236907959, 0.23109905421733856, -0.0193033404648304, -0.17569999396800995, 0.47819799184799194, 0.2466139942407608, -1.250876784324646, -1.3170479536056519, -1.0246634483337402, 0.1457873433828354, 0.18929840624332428, -0.10154325515031815, -1.3338854312896729, 0.13702580332756042, 0.014346607029438019, 0.15940092504024506, -0.29072698950767517, -0.37616199254989624, 0.1459529995918274, 1.483432412147522, -1.328906536102295, 1.1604394912719727, 1001.0, 1003.0, 9.58738019107841e-05, -0.22857065498828888, -0.8367754220962524, 1.9128637313842773, -1.0677045583724976, 0.003035687142983079], "mean": [0.19359053671360016, 0.2757289409637451, 0.07038242369890213, -1.8590006828308105, -0.33921384811401367, 0.026820186525583267, -0.09178189933300018, -0.2557060420513153, 0.3784223198890686, 0.18445859849452972, -1.3850065469741821, -1.427168846130371, -1.153341293334961, -0.11126722395420074, 0.10708936303853989, -0.13760024309158325, -1.6475697755813599, 0.10478932410478592, -0.0977829173207283, 0.113189697265625, -0.3054752051830292, -0.4022156894207001, 0.1328684389591217, 1.4302788972854614, -1.3855477571487427, 1.1248973608016968, 672.0480346679688, 753.3471069335938, 8.55884572956711e-05, -0.2316156029701233, -0.8376953601837158, 1.9126840829849243, -1.069696307182312, 0.0002690882538445294], "std": [0.1760794222354889, 0.07607726752758026, 0.10478159040212631, 0.08970461785793304, 0.11833760142326355, 0.08002366125583649, 0.10668995976448059, 0.0429503433406353, 0.03655432537198067, 0.03752581402659416, 0.14478759467601776, 0.14479093253612518, 0.05242079496383667, 0.07921366393566132, 0.04856517165899277, 0.05779809504747391, 0.10231617838144302, 0.04238835722208023, 0.04771750420331955, 0.0680200532078743, 0.011183995753526688, 0.02424803376197815, 0.015287036076188087, 0.052305590361356735, 0.02440878003835678, 0.048627182841300964, 454.5175476074219, 415.5896301269531, 1.5460922213605954e-06, 0.0020107238087803125, 0.00022979899949859828, 0.0001000323100015521, 0.0005475787329487503, 0.0006625091773457825], "count": [749]}, "timestamp": {"min": [0.0], "max": [24.933333333333334], "mean": [12.466666666666667], "std": [7.2072494368132185], "count": [749]}, "frame_index": {"min": [0], "max": [748], "mean": [374.0], "std": [216.21748310439654], "count": [749]}, "episode_index": {"min": [307], "max": [307], "mean": [307.0], "std": [0.0], "count": [749]}, "index": {"min": [263825], "max": [264573], "mean": [264199.0], "std": [216.21748310439654], "count": [749]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [749]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7156208277703605, 0.7519372499153735], "std": [0.4511182313225932, 0.4147437512555702], "count": [749]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.7156208277703605, 0.7519372499153735], "std": [0.4511182313225932, 0.4147437512555702], "count": [749]}, "eef_direction_state": {"mean": [4.758344459279039, 5.032042723631509], "std": [2.1521747771036086, 2.1184014726304055], "min": [0, 0], "max": [6, 6], "count": [749]}, "eef_velocity_state": {"mean": [0.3484646194926569, 0.17757009345794392], "std": [0.5731541269916878, 0.38562829556007633], "min": [0, 0], "max": [2, 2], "count": [749]}, "eef_acc_mag_state": {"mean": [0.2349799732977303, 0.12149532710280374], "std": [0.5761660547935754, 0.4353288970916734], "min": [0, 0], "max": [2, 2], "count": [749]}, "eef_direction_action": {"mean": [4.758344459279039, 5.032042723631509], "std": [2.152174777103609, 2.1184014726304055], "min": [0, 0], "max": [6, 6], "count": [749]}, "eef_velocity_action": {"mean": [0.3484646194926569, 0.17757009345794392], "std": [0.5731541269916878, 0.38562829556007633], "min": [0, 0], "max": [2, 2], "count": [749]}, "eef_acc_mag_action": {"mean": [0.2349799732977303, 0.12149532710280374], "std": [0.5761660547935754, 0.4353288970916734], "min": [0, 0], "max": [2, 2], "count": [749]}, "eef_sim_pose_state": {"mean": [0.39976885097203035, 0.2603754670790485, 1.1812112179844039, -0.045064555220184405, 0.05962462546409793, 1.320227276133009, 0.4222912135817705, -0.2105813366993124, 1.130672614790641, 0.05179766942213953, 0.008537421828463534, -1.3108550765025568], "std": [0.039924204354953995, 0.027731386533722376, 0.03744873747653906, 0.05212370722526051, 0.04256173935993438, 0.18110679810248553, 0.023704173727422513, 0.016400634204984083, 0.007320808046801203, 0.0531748101773483, 0.03548161747771761, 0.022665050254470256], "min": [0.33337975792522234, 0.1972856889192654, 1.1520123122627488, -0.16196439272522278, -0.001095738820691805, 0.9273333670103654, 0.39636202841681106, -0.22452610799348993, 1.116651203493959, -0.07729394464451445, -0.06943169697512519, -1.3820846327871923], "max": [0.5080371414751855, 0.33597963658445684, 1.253672055671936, 0.03736670284867949, 0.161881695966561, 1.4478543989166592, 0.4965325011835198, -0.18259599967717088, 1.1462791152632426, 0.08528859040076009, 0.05319821651512879, -1.2817787498767634], "count": [749]}, "eef_sim_pose_action": {"mean": [0.39979331062611256, 0.26037708448750535, 1.1812089271026407, -0.045004424232153395, 0.05979627553527823, 1.3200897036784192, 0.42231805350793733, -0.2106264989890054, 1.1306525883074667, 0.05184450085026629, 0.008664639851570352, -1.3108514716706425], "std": [0.039919839702688115, 0.02773166320243025, 0.03745028151582904, 0.052181223008999654, 0.04271153189718627, 0.1810503625552083, 0.02368619489036167, 0.016386883045585818, 0.007303460012492011, 0.053186733786924616, 0.03537926227464702, 0.022666296691412288], "min": [0.33337975792522234, 0.1972856889192654, 1.1520123122627488, -0.16196439272522278, -0.001095738820691805, 0.9273333670103654, 0.39636202841681106, -0.22452610799348993, 1.116651203493959, -0.07729394464451445, -0.06943169697512519, -1.3820846327871923], "max": [0.5080371414751855, 0.33597963658445684, 1.253672055671936, 0.03736670284867949, 0.161881695966561, 1.4478543989166592, 0.4965325011835198, -0.18259599967717088, 1.1462791152632426, 0.08528859040076009, 0.05319821651512879, -1.2817787498767634], "count": [749]}, "gripper_mode_state": {"mean": [0.28437917222963954, 0.24699599465954605], "std": [0.4511182313225932, 0.43126438907205067], "min": [0, 0], "max": [1, 1], "count": [749]}, "gripper_activity_state": {"mean": [1.9879839786381843, 1.8598130841121496], "std": [0.14100467190956922, 0.4625932213369914], "min": [0, 0], "max": [2, 2], "count": [749]}, "gripper_mode_action": {"mean": [0.28437917222963954, 0.24699599465954605], "std": [0.4511182313225932, 0.43126438907205067], "min": [0, 0], "max": [1, 1], "count": [749]}, "gripper_activity_action": {"mean": [1.9879839786381843, 1.8598130841121496], "std": [0.14100467190956922, 0.4625932213369914], "min": [0, 0], "max": [2, 2], "count": [749]}}} +{"episode_index": 307, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4711124753854533]], [[0.4561574623973521]], [[0.445335387600553]]], "std": [[[0.17429266600255025]], [[0.1797462588668378]], [[0.18274613931319436]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4693182660884867]], [[0.4611467328117144]], [[0.45453993972054635]]], "std": [[[0.15601961990534616]], [[0.15760406033246677]], [[0.1606732827443362]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4624794848227753]], [[0.4592667562217195]], [[0.449539879493464]]], "std": [[[0.1548490818670113]], [[0.15081376982952716]], [[0.15788489713992654]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5153485786408581]], [[0.498525021734121]], [[0.4797096216691805]]], "std": [[[0.17468843857425717]], [[0.16763914592670737]], [[0.17865090165472475]]], "count": [156]}, "observation.state": {"min": [-0.28330186009407043, 0.1241278126835823, -0.12493066489696503, -2.104395866394043, -0.6333799958229065, -0.10986847430467606, -0.45085346698760986, -0.2832770049571991, 0.342633992433548, 0.02593499980866909, -1.8383177518844604, -1.7692729234695435, -1.264029860496521, -0.24024458229541779, 0.0034382985904812813, -0.26572638750076294, -1.8221935033798218, 0.01736602559685707, -0.08806931227445602, -0.026197392493486404, -0.3430190086364746, -0.4717240035533905, 0.1008009985089302, 1.2871699333190918, -1.4379216432571411, 1.026901125907898, 0.0, 0.0, 0.0006429183995351195, -0.23523293435573578, -0.8377175331115723, 1.9122718572616577, -1.0714887380599976, -0.0018140082247555256], "max": [0.3559947907924652, 0.5818753242492676, 0.42624431848526, -1.6537692546844482, -0.0907396674156189, 0.3105115294456482, -0.01958259381353855, -0.1563670039176941, 0.46874600648880005, 0.2242169976234436, -1.2966423034667969, -1.2291433811187744, -0.8015608787536621, 0.1258556991815567, 0.1892635077238083, -0.10402162373065948, -1.3193817138671875, 0.10074040293693542, 0.03764675185084343, 0.10623818635940552, -0.27157899737358093, -0.37002500891685486, 0.13795800507068634, 1.4858015775680542, -1.2996727228164673, 1.1686710119247437, 1007.0, 1002.0, 0.0006767562590539455, -0.22873421013355255, -0.8358840346336365, 1.9127322435379028, -1.0693589448928833, 0.0035463813692331314], "mean": [0.17737261950969696, 0.27640509605407715, 0.10086730122566223, -1.896031379699707, -0.3034142851829529, 0.0483928844332695, -0.12442386895418167, -0.24168410897254944, 0.37307924032211304, 0.1655428558588028, -1.4664695262908936, -1.4356017112731934, -1.0950727462768555, -0.1398669332265854, 0.06600227952003479, -0.1414390504360199, -1.6943978071212769, 0.03942670673131943, -0.05068456754088402, 0.06276141852140427, -0.30084261298179626, -0.39559608697891235, 0.12497425079345703, 1.3857316970825195, -1.349156141281128, 1.1174618005752563, 538.4863891601562, 647.426025390625, 0.0006637666374444962, -0.23175442218780518, -0.8370535969734192, 1.912542462348938, -1.070514440536499, 0.0002656227152328938], "std": [0.16972987353801727, 0.10626368224620819, 0.15156953036785126, 0.09873989224433899, 0.13136889040470123, 0.10205559432506561, 0.12333475798368454, 0.04670163616538048, 0.026979563757777214, 0.06326046586036682, 0.2022172510623932, 0.1778922826051712, 0.13444428145885468, 0.11188507825136185, 0.050499189645051956, 0.04811478406190872, 0.15854021906852722, 0.021275987848639488, 0.018524622544646263, 0.033409617841243744, 0.02014058083295822, 0.03183487057685852, 0.008930475451052189, 0.04941039904952049, 0.03923971205949783, 0.036420781165361404, 489.0357971191406, 465.58966064453125, 2.2085880573285976e-06, 0.0022655643988400698, 0.0002912945637945086, 0.0001162803964689374, 0.0003388440527487546, 0.000625335203949362], "count": [845]}, "action": {"min": [-0.28330186009407043, 0.1241278126835823, -0.12493066489696503, -2.104395866394043, -0.6333799958229065, -0.10986847430467606, -0.45085346698760986, -0.2832770049571991, 0.342633992433548, 0.02593499980866909, -1.8383177518844604, -1.7692729234695435, -1.264029860496521, -0.24024458229541779, 0.0034382985904812813, -0.26572638750076294, -1.8221935033798218, 0.01736602559685707, -0.08806931227445602, -0.026197392493486404, -0.3430190086364746, -0.4717240035533905, 0.1008009985089302, 1.2871699333190918, -1.4379216432571411, 1.026901125907898, 0.0, 0.0, 0.0006429183995351195, -0.23523293435573578, -0.8377175331115723, 1.9122718572616577, -1.0714887380599976, -0.0018140082247555256], "max": [0.3559947907924652, 0.5818753242492676, 0.42624431848526, -1.6537692546844482, -0.0907396674156189, 0.3105115294456482, -0.01958259381353855, -0.1563670039176941, 0.46874600648880005, 0.2242169976234436, -1.2966423034667969, -1.2291433811187744, -0.8015608787536621, 0.1258556991815567, 0.1892635077238083, -0.10402162373065948, -1.3193817138671875, 0.10074040293693542, 0.03764675185084343, 0.10623818635940552, -0.27157899737358093, -0.37002500891685486, 0.13795800507068634, 1.4858015775680542, -1.2996727228164673, 1.1686710119247437, 1007.0, 1002.0, 0.0006767562590539455, -0.22873421013355255, -0.8358840346336365, 1.9127322435379028, -1.0693589448928833, 0.0035463813692331314], "mean": [0.17743054032325745, 0.27634182572364807, 0.10077367722988129, -1.8960589170455933, -0.30332934856414795, 0.04835277795791626, -0.12456478923559189, -0.24168264865875244, 0.37306320667266846, 0.16555242240428925, -1.4665474891662598, -1.4355779886245728, -1.0950347185134888, -0.13993985950946808, 0.06585397571325302, -0.14125463366508484, -1.6944578886032104, 0.03937036544084549, -0.05067762732505798, 0.0628739520907402, -0.30083075165748596, -0.39559030532836914, 0.12500640749931335, 1.3856515884399414, -1.3491228818893433, 1.1175627708435059, 538.4793090820312, 647.426025390625, 0.0006637710612267256, -0.23175224661827087, -0.8370540738105774, 1.9125428199768066, -1.0705145597457886, 0.00026555531076155603], "std": [0.169768288731575, 0.10630065947771072, 0.1516302227973938, 0.09873010218143463, 0.13142412900924683, 0.10208949446678162, 0.12328331917524338, 0.0467003770172596, 0.02698742412030697, 0.0632665753364563, 0.20216485857963562, 0.1779094636440277, 0.1344233751296997, 0.11192702502012253, 0.050321053713560104, 0.04794840142130852, 0.158578559756279, 0.021268950775265694, 0.0185209009796381, 0.03326977789402008, 0.02014864608645439, 0.03183886036276817, 0.008924384601414204, 0.04931951314210892, 0.039268750697374344, 0.03639749437570572, 489.0273742675781, 465.58966064453125, 2.212035496995668e-06, 0.0022669797763228416, 0.00029144156724214554, 0.00011626034392975271, 0.00033883992000482976, 0.000625348009634763], "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": [308], "max": [308], "mean": [308.0], "std": [0.0], "count": [845]}, "index": {"min": [264574], "max": [265418], "mean": [264996.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5751479289940828, 0.6462165679815693], "std": [0.4943205324158583, 0.4646664916094014], "count": [845]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5751479289940828, 0.6462165679815693], "std": [0.4943205324158583, 0.4646664916094014], "count": [845]}, "eef_direction_state": {"mean": [4.691124260355029, 5.1289940828402365], "std": [1.9030910489969624, 1.962048092158099], "min": [0, 0], "max": [6, 6], "count": [845]}, "eef_velocity_state": {"mean": [0.44970414201183434, 0.18461538461538463], "std": [0.6297481660987504, 0.4145290333940801], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_acc_mag_state": {"mean": [0.336094674556213, 0.15976331360946747], "std": [0.6675479393959328, 0.4882427767702386], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_direction_action": {"mean": [4.689940828402367, 5.1289940828402365], "std": [1.9025876172910312, 1.962048092158099], "min": [0, 0], "max": [6, 6], "count": [845]}, "eef_velocity_action": {"mean": [0.450887573964497, 0.18461538461538463], "std": [0.6298415639225544, 0.4145290333940801], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_acc_mag_action": {"mean": [0.3384615384615385, 0.15976331360946747], "std": [0.6698935709869909, 0.4882427767702386], "min": [0, 0], "max": [2, 2], "count": [845]}, "eef_sim_pose_state": {"mean": [0.39838136135475405, 0.24833850516147968, 1.1937312508356814, -0.05813026122875115, 0.01850186116019371, 1.252433539646232, 0.41432599626573585, -0.19766864254369657, 1.1383633859934035, 0.024891346666334257, -0.005674141099262828, -1.3587090959935604], "std": [0.03370193027473965, 0.04505629996646449, 0.04334632624130641, 0.047824879975091, 0.04973822976987934, 0.25213744716561715, 0.031708971252117656, 0.0067023043645241445, 0.01549490337056009, 0.042671803960227295, 0.03010368721284801, 0.0293955992193734], "min": [0.3600487204900655, 0.13994696309382362, 1.1562342351915709, -0.15262426382361227, -0.1560717863876515, 0.8257108469537364, 0.3880439819624956, -0.20776581451371579, 1.104338133714246, -0.05813635929160588, -0.06754749680565797, -1.3905272861698514], "max": [0.5040332988524079, 0.3306361480087682, 1.2845149514944034, 0.022072665504071, 0.0955138373534008, 1.4820209696079152, 0.48978494116977933, -0.1826248311911362, 1.1594604978173129, 0.09630109090188066, 0.04044767535480509, -1.2767923939682837], "count": [845]}, "eef_sim_pose_action": {"mean": [0.39836608174637467, 0.2483528997038825, 1.1937293830496598, -0.05815911446996613, 0.018447124299153756, 1.2523923975281617, 0.41431784814350037, -0.19769018904143587, 1.1383725555311717, 0.024914148354004732, -0.005621930818017517, -1.3588022596558424], "std": [0.03371159621585956, 0.045063411054049006, 0.04334795113627723, 0.04780778487999088, 0.049748124834974955, 0.2521087160567839, 0.03171445988164106, 0.006702703227063588, 0.015500833520884293, 0.04268923275311609, 0.03003458601043921, 0.029347848057513563], "min": [0.3600487204900655, 0.13994696309382362, 1.1552309970383088, -0.15262426382361227, -0.1560717863876515, 0.8257108469537364, 0.3880439819624956, -0.20776581451371579, 1.104338133714246, -0.05813635929160588, -0.06754749680565797, -1.3905272861698514], "max": [0.5040332988524079, 0.3306361480087682, 1.2845149514944034, 0.022072665504071, 0.0955138373534008, 1.4820209696079152, 0.48978494116977933, -0.1826248311911362, 1.1594604978173129, 0.09630109090188066, 0.04044767535480509, -1.2767923939682837], "count": [845]}, "gripper_mode_state": {"mean": [0.42485207100591715, 0.35384615384615387], "std": [0.4943205324158583, 0.4781621620898525], "min": [0, 0], "max": [1, 1], "count": [845]}, "gripper_activity_state": {"mean": [1.9893491124260354, 1.8781065088757396], "std": [0.1328082749072043, 0.43302291016395195], "min": [0, 0], "max": [2, 2], "count": [845]}, "gripper_mode_action": {"mean": [0.42485207100591715, 0.35384615384615387], "std": [0.4943205324158583, 0.4781621620898525], "min": [0, 0], "max": [1, 1], "count": [845]}, "gripper_activity_action": {"mean": [1.9893491124260354, 1.8781065088757396], "std": [0.1328082749072043, 0.43302291016395195], "min": [0, 0], "max": [2, 2], "count": [845]}}} +{"episode_index": 308, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4682022141071194]], [[0.45363934262183625]], [[0.44263455443698735]]], "std": [[[0.17584826863388378]], [[0.17968984723844625]], [[0.18305065969837872]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46958627779971046]], [[0.4627307814624731]], [[0.45675443177830416]]], "std": [[[0.15652930025702713]], [[0.15784842941804905]], [[0.16067729779907472]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4567921327367636]], [[0.4547133298789314]], [[0.4448141764815546]]], "std": [[[0.15550756254589962]], [[0.15030025234958933]], [[0.15668745408959486]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5092621616879414]], [[0.49517768922445937]], [[0.4809452682918805]]], "std": [[[0.17080873612657654]], [[0.1626319374129574]], [[0.17330565300716105]]], "count": [149]}, "observation.state": {"min": [-0.3374943137168884, 0.19936896860599518, -0.20551250874996185, -2.152688980102539, -0.5752430558204651, -0.14367550611495972, -0.5864481329917908, -0.30504998564720154, 0.3101330101490021, 0.04602900147438049, -1.9963264465332031, -1.72710120677948, -1.2264755964279175, -0.24781930446624756, 0.04991641640663147, -0.26258477568626404, -1.8956544399261475, 0.06408848613500595, -0.07450810819864273, -0.026162484660744667, -0.33431699872016907, -0.47379499673843384, 0.10968899726867676, 1.2705750465393066, -1.4622291326522827, 1.0243899822235107, 0.0, 0.0, 0.0006429183995351195, -0.23514270782470703, -0.837477445602417, 1.9123677015304565, -1.0711725950241089, -0.002686364809051156], "max": [0.4176398515701294, 0.6060830950737, 0.41900119185447693, -1.5364830493927002, -0.12540189921855927, 0.213139608502388, -0.019477875903248787, -0.17022499442100525, 0.48131200671195984, 0.23799200356006622, -1.2966423034667969, -1.1488229036331177, -0.7369576692581177, 0.13517574965953827, 0.18929840624332428, -0.1088561862707138, -1.3565397262573242, 0.1800481677055359, 0.06955137103796005, 0.12407545745372772, -0.2620460093021393, -0.3653300106525421, 0.13660800457000732, 1.4755313396453857, -1.3291609287261963, 1.1480046510696411, 1006.0, 1002.0, 0.0006729964516125619, -0.2291722148656845, -0.8364521265029907, 1.9127750396728516, -1.069899320602417, 0.00517243891954422], "mean": [0.14970779418945312, 0.290639191865921, 0.09561280906200409, -1.826663851737976, -0.3006736636161804, -0.021240638568997383, -0.1705663651227951, -0.2505559027194977, 0.3820457458496094, 0.17410090565681458, -1.5176738500595093, -1.4144679307937622, -1.0807305574417114, -0.18270383775234222, 0.10925958305597305, -0.13616637885570526, -1.7973031997680664, 0.08689533174037933, -0.00788709707558155, 0.09789730608463287, -0.27973830699920654, -0.38252052664756775, 0.1308518648147583, 1.4221251010894775, -1.3808425664901733, 1.1101670265197754, 607.9911499023438, 689.3868408203125, 0.0006633496377617121, -0.23160746693611145, -0.8371416330337524, 1.912499189376831, -1.07056725025177, 0.0002903502609115094], "std": [0.2026718109846115, 0.09704554080963135, 0.16373787820339203, 0.12406478077173233, 0.11229638755321503, 0.050170477479696274, 0.16990751028060913, 0.043829817324876785, 0.03517138957977295, 0.059108659625053406, 0.2611941397190094, 0.1707160919904709, 0.14006765186786652, 0.11380218714475632, 0.031574249267578125, 0.044746242463588715, 0.1652528941631317, 0.02153664641082287, 0.02526550181210041, 0.042646583169698715, 0.025737084448337555, 0.032394248992204666, 0.007889638654887676, 0.059587787836790085, 0.03645998612046242, 0.0388469435274601, 476.8887634277344, 449.05517578125, 1.9915835309802787e-06, 0.0020150691270828247, 0.0002019317471422255, 0.00014978251419961452, 0.0002804146206472069, 0.0008043417474254966], "count": [791]}, "action": {"min": [-0.3374943137168884, 0.19936896860599518, -0.20551250874996185, -2.152688980102539, -0.5752430558204651, -0.14367550611495972, -0.5864481329917908, -0.30504998564720154, 0.3101330101490021, 0.04602900147438049, -1.9963264465332031, -1.72710120677948, -1.2264755964279175, -0.24781930446624756, 0.04991641640663147, -0.26258477568626404, -1.8956544399261475, 0.06408848613500595, -0.07450810819864273, -0.026162484660744667, -0.33431699872016907, -0.47379499673843384, 0.10968899726867676, 1.2705750465393066, -1.4622291326522827, 1.0243899822235107, 0.0, 0.0, 0.0006429183995351195, -0.23514270782470703, -0.837477445602417, 1.9123677015304565, -1.0711725950241089, -0.002686364809051156], "max": [0.4176398515701294, 0.6060830950737, 0.41900119185447693, -1.5364830493927002, -0.12540189921855927, 0.213139608502388, -0.019477875903248787, -0.17022499442100525, 0.48131200671195984, 0.23799200356006622, -1.2966423034667969, -1.1488229036331177, -0.7369576692581177, 0.13517574965953827, 0.18929840624332428, -0.1088561862707138, -1.3565397262573242, 0.1800481677055359, 0.06955137103796005, 0.12407545745372772, -0.2620460093021393, -0.3653300106525421, 0.13660800457000732, 1.4755313396453857, -1.3291609287261963, 1.1480046510696411, 1006.0, 1002.0, 0.0006729964516125619, -0.2291722148656845, -0.8364521265029907, 1.9127750396728516, -1.069899320602417, 0.00517243891954422], "mean": [0.1496249884366989, 0.29058873653411865, 0.09551775455474854, -1.8264888525009155, -0.3006628751754761, -0.02131124772131443, -0.17075157165527344, -0.25058242678642273, 0.38206803798675537, 0.17412641644477844, -1.5177111625671387, -1.4144998788833618, -1.080721378326416, -0.18279609084129333, 0.10914682596921921, -0.1359729915857315, -1.797410249710083, 0.08696471154689789, -0.007814128883183002, 0.09808015078306198, -0.27972105145454407, -0.38250821828842163, 0.1308855265378952, 1.422025442123413, -1.3809525966644287, 1.1102654933929443, 607.9848022460938, 689.3868408203125, 0.0006633472512476146, -0.23160751163959503, -0.8371414542198181, 1.9124987125396729, -1.07056725025177, 0.00029033346800133586], "std": [0.2026379555463791, 0.09708171337842941, 0.16379079222679138, 0.12413040548563004, 0.11230114102363586, 0.050209011882543564, 0.1698230803012848, 0.043855953961610794, 0.03516722097992897, 0.05912497267127037, 0.2611650228500366, 0.17070069909095764, 0.14006122946739197, 0.11382409185171127, 0.03144724667072296, 0.044529546052217484, 0.16526423394680023, 0.021557051688432693, 0.02518756501376629, 0.04242328181862831, 0.02573336474597454, 0.03239850327372551, 0.00785613339394331, 0.05956568941473961, 0.036436036229133606, 0.03883238881826401, 476.885498046875, 449.05517578125, 1.9901526684407145e-06, 0.0020150626078248024, 0.00020187035261187702, 0.000149487066664733, 0.00028042253688909113, 0.000804339477326721], "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": [309], "max": [309], "mean": [309.0], "std": [0.0], "count": [791]}, "index": {"min": [265419], "max": [266209], "mean": [265814.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6485461441213654, 0.6881024018677679], "std": [0.4774243846586347, 0.44816007434687644], "count": [791]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6485461441213654, 0.6881024018677679], "std": [0.4774243846586347, 0.44816007434687644], "count": [791]}, "eef_direction_state": {"mean": [4.498103666245259, 5.117572692793932], "std": [2.1486323393812286, 1.9867022334288866], "min": [0, 0], "max": [6, 6], "count": [791]}, "eef_velocity_state": {"mean": [0.46017699115044247, 0.18963337547408343], "std": [0.6080949664892665, 0.42303310561184226], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_acc_mag_state": {"mean": [0.37168141592920356, 0.15423514538558786], "std": [0.697408661843384, 0.4759491312668579], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_direction_action": {"mean": [4.498103666245259, 5.117572692793932], "std": [2.1486323393812286, 1.9867022334288869], "min": [0, 0], "max": [6, 6], "count": [791]}, "eef_velocity_action": {"mean": [0.46017699115044247, 0.18963337547408343], "std": [0.6080949664892664, 0.42303310561184226], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_acc_mag_action": {"mean": [0.37168141592920356, 0.15423514538558786], "std": [0.697408661843384, 0.4759491312668579], "min": [0, 0], "max": [2, 2], "count": [791]}, "eef_sim_pose_state": {"mean": [0.4093800461973023, 0.2587865972317685, 1.1825279307541023, -0.0786666572843116, -0.016712962532192985, 1.2331073332461113, 0.4024538648444789, -0.20827143917849228, 1.1579754992346412, 0.0379516441398523, 0.0010064775727052758, -1.3160652246196727], "std": [0.04521553567835644, 0.03948595159677705, 0.03745120574212289, 0.06882720439346335, 0.06150434902020422, 0.28163012101787205, 0.032265361918248754, 0.007719634281220061, 0.019349370279130328, 0.058824485493054905, 0.031167269994332666, 0.010480587113082033], "min": [0.35242714273891274, 0.17281605248583587, 1.1342245240356275, -0.22407365115683547, -0.21498103519524214, 0.7120161765754272, 0.3854476971849579, -0.2136859784441509, 1.1180377902654492, -0.10120841132197966, -0.06759474987265279, -1.3575090864652606], "max": [0.5268811845431763, 0.3295790973834985, 1.2605158224070987, -0.017494340719572565, 0.06124731865219313, 1.4677059791937102, 0.49347110265417904, -0.18868946396522207, 1.171427809927279, 0.0758824716247739, 0.08959258975658768, -1.3010376715868806], "count": [791]}, "eef_sim_pose_action": {"mean": [0.4094029934381877, 0.2588170478635897, 1.1825000304975621, -0.07867854500005078, -0.016707021256555883, 1.2330629568470017, 0.4024408128326476, -0.20830250989325638, 1.1579937664733666, 0.037942369694259785, 0.00115067765633676, -1.316082268271854], "std": [0.04520700450877715, 0.03949965696048799, 0.03747856042116709, 0.06881746080311259, 0.061509339058003036, 0.28159935859140406, 0.03226989411870772, 0.007690245091480623, 0.01934347014074005, 0.05882349870674146, 0.03111352205098834, 0.010472486917806565], "min": [0.35242714273891274, 0.17281605248583587, 1.1342245240356275, -0.22407365115683547, -0.21498103519524214, 0.7120161765754272, 0.3854476971849579, -0.2136859784441509, 1.1180377902654492, -0.10120841132197966, -0.06759474987265279, -1.3575090864652606], "max": [0.5268811845431763, 0.3295790973834985, 1.2605158224070987, -0.017494340719572565, 0.06124731865219313, 1.4677059791937102, 0.49347110265417904, -0.18868946396522207, 1.171427809927279, 0.0758824716247739, 0.08959258975658768, -1.3010376715868806], "count": [791]}, "gripper_mode_state": {"mean": [0.35145385587863465, 0.3122629582806574], "std": [0.4774243846586347, 0.4634164468018672], "min": [0, 0], "max": [1, 1], "count": [791]}, "gripper_activity_state": {"mean": [1.988621997471555, 1.8659924146649811], "std": [0.13723657896446914, 0.4550533733917918], "min": [0, 0], "max": [2, 2], "count": [791]}, "gripper_mode_action": {"mean": [0.35145385587863465, 0.3122629582806574], "std": [0.4774243846586347, 0.4634164468018672], "min": [0, 0], "max": [1, 1], "count": [791]}, "gripper_activity_action": {"mean": [1.988621997471555, 1.8659924146649811], "std": [0.13723657896446914, 0.45505337339179175], "min": [0, 0], "max": [2, 2], "count": [791]}}} +{"episode_index": 309, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47153749555377705]], [[0.45757458122137745]], [[0.4457978622004357]]], "std": [[[0.175704746812275]], [[0.18031711020024857]], [[0.1843039038570193]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4764550500755858]], [[0.46877639111200037]], [[0.4624606370325908]]], "std": [[[0.15240660777243265]], [[0.15422017664697996]], [[0.1575022230678595]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45744772492330266]], [[0.4557121445800542]], [[0.44604493464052286]]], "std": [[[0.15710197862544273]], [[0.1527045501346831]], [[0.15941682333349338]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5093658046551954]], [[0.49612763994486686]], [[0.4816742544239918]]], "std": [[[0.1664599700638046]], [[0.15913176650488053]], [[0.1694530556705895]]], "count": [147]}, "observation.state": {"min": [-0.28988173604011536, 0.1583711802959442, -0.19629718363285065, -2.1572444438934326, -0.639331579208374, -0.09639453142881393, -0.5860990285873413, -0.2940340042114258, 0.31047800183296204, 0.03489699959754944, -1.9420254230499268, -1.8046143054962158, -1.2700481414794922, -0.23959879577159882, 0.08145451545715332, -0.2626197040081024, -1.8952529430389404, 0.06583382189273834, -0.06639232486486435, -0.026197392493486404, -0.3388479948043823, -0.4739469885826111, 0.10967999696731567, 1.3254870176315308, -1.5101978778839111, 0.9671565294265747, 0.0, 0.0, 0.0005545641761273146, -0.23516714572906494, -0.83775794506073, 1.9123733043670654, -1.0723000764846802, -0.0027860356494784355], "max": [0.44374993443489075, 0.6220877170562744, 0.4329812824726105, -1.6044636964797974, -0.1898394674062729, 0.14992378652095795, -0.019687313586473465, -0.1814659982919693, 0.47241199016571045, 0.233801007270813, -1.2111762762069702, -1.2806169986724854, -0.7500848174095154, 0.14245377480983734, 0.18929840624332428, -0.06518804281949997, -1.3451775312423706, 0.18008306622505188, 0.045553091913461685, 0.16421803832054138, -0.2547230124473572, -0.369610995054245, 0.16276000440120697, 1.4983386993408203, -1.3291609287261963, 1.160051703453064, 1001.0, 1003.0, 0.0006635970785282552, -0.2295030802488327, -0.8361479043960571, 1.9130713939666748, -1.068170428276062, 0.0032416735775768757], "mean": [0.15756981074810028, 0.2894873023033142, 0.10216571390628815, -1.8426342010498047, -0.31387466192245483, 0.012980322353541851, -0.15466514229774475, -0.25091689825057983, 0.3796214461326599, 0.17047445476055145, -1.4851845502853394, -1.4403008222579956, -1.075636863708496, -0.17503757774829865, 0.15335713326931, -0.11286931484937668, -1.7977924346923828, 0.1318439543247223, -0.015062202699482441, 0.10927067697048187, -0.2757216691970825, -0.38522055745124817, 0.1478830873966217, 1.4343198537826538, -1.3701881170272827, 1.11408269405365, 530.9793701171875, 715.4729614257812, 0.0006211195141077042, -0.23148930072784424, -0.8370494842529297, 1.912508487701416, -1.0705151557922363, 0.00026381105999462306], "std": [0.20000606775283813, 0.10906267166137695, 0.16539014875888824, 0.0993635356426239, 0.11125776171684265, 0.055911485105752945, 0.15997406840324402, 0.042654044926166534, 0.03329825401306152, 0.06530020385980606, 0.24133139848709106, 0.17002423107624054, 0.14365077018737793, 0.1094181165099144, 0.025185728445649147, 0.06700439006090164, 0.1650252640247345, 0.026603559032082558, 0.02293115109205246, 0.05066318437457085, 0.027914032340049744, 0.029705030843615532, 0.019483640789985657, 0.040263671427965164, 0.04911516606807709, 0.057254161685705185, 485.32171630859375, 436.9904479980469, 2.2936457753530703e-05, 0.0015522210160270333, 0.0002612454700283706, 0.0001257413678104058, 0.00038911006413400173, 0.0006481102318502963], "count": [776]}, "action": {"min": [-0.28988173604011536, 0.1583711802959442, -0.19629718363285065, -2.1572444438934326, -0.639331579208374, -0.09639453142881393, -0.5860990285873413, -0.2940340042114258, 0.31047800183296204, 0.03489699959754944, -1.9420254230499268, -1.8046143054962158, -1.2700481414794922, -0.23959879577159882, 0.08145451545715332, -0.2626197040081024, -1.8952529430389404, 0.06583382189273834, -0.06639232486486435, -0.026197392493486404, -0.3388479948043823, -0.4739469885826111, 0.10967999696731567, 1.3254870176315308, -1.5101978778839111, 0.9671565294265747, 0.0, 0.0, 0.0005545641761273146, -0.23516714572906494, -0.83775794506073, 1.9123733043670654, -1.0723000764846802, -0.0027860356494784355], "max": [0.44374993443489075, 0.6220877170562744, 0.4329812824726105, -1.6044636964797974, -0.1898394674062729, 0.14992378652095795, -0.019687313586473465, -0.1814659982919693, 0.47241199016571045, 0.233801007270813, -1.2111762762069702, -1.2806169986724854, -0.7500848174095154, 0.14245377480983734, 0.18929840624332428, -0.06518804281949997, -1.3451775312423706, 0.18008306622505188, 0.045553091913461685, 0.16421803832054138, -0.2547230124473572, -0.369610995054245, 0.16276000440120697, 1.4983386993408203, -1.3291609287261963, 1.160051703453064, 1001.0, 1003.0, 0.0006635970785282552, -0.2295030802488327, -0.8361479043960571, 1.9130713939666748, -1.068170428276062, 0.0032416735775768757], "mean": [0.15753604471683502, 0.28954005241394043, 0.10206355154514313, -1.8425577878952026, -0.31385764479637146, 0.012947170063853264, -0.15490439534187317, -0.25092020630836487, 0.37963053584098816, 0.1705077886581421, -1.4853394031524658, -1.4403184652328491, -1.0754950046539307, -0.175120010972023, 0.15331795811653137, -0.11261847615242004, -1.7979485988616943, 0.1319446563720703, -0.014996731653809547, 0.1094624400138855, -0.27567803859710693, -0.385212779045105, 0.1479504406452179, 1.4342800378799438, -1.3702083826065063, 1.114196538925171, 530.9793701171875, 715.4729614257812, 0.0006210468709468842, -0.23148708045482635, -0.8370494246482849, 1.912508249282837, -1.0705151557922363, 0.00026352604618296027], "std": [0.19998997449874878, 0.10904906690120697, 0.1654517650604248, 0.09938123822212219, 0.11126794666051865, 0.05593908205628395, 0.15991120040416718, 0.04265664517879486, 0.033295661211013794, 0.06532276421785355, 0.24124905467033386, 0.1700124889612198, 0.14359743893146515, 0.10944043099880219, 0.025153597816824913, 0.0668078362941742, 0.1650574803352356, 0.026501473039388657, 0.02286469377577305, 0.05043134465813637, 0.027914848178625107, 0.029708361253142357, 0.019441768527030945, 0.04023801162838936, 0.04910138621926308, 0.057246800512075424, 485.32171630859375, 436.99041748046875, 2.2891152184456587e-05, 0.001553677604533732, 0.0002612483222037554, 0.00012582240742631257, 0.00038912176387384534, 0.000648080778773874], "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": [310], "max": [310], "mean": [310.0], "std": [0.0], "count": [776]}, "index": {"min": [266210], "max": [266985], "mean": [266597.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5760309278350515, 0.7141353092900449], "std": [0.4941854894799541, 0.4361145733944966], "count": [776]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5760309278350515, 0.7141353092900449], "std": [0.4941854894799541, 0.4361145733944966], "count": [776]}, "eef_direction_state": {"mean": [4.604381443298969, 5.132731958762887], "std": [1.982378915288247, 1.9182145801699866], "min": [0, 0], "max": [6, 6], "count": [776]}, "eef_velocity_state": {"mean": [0.4368556701030928, 0.19845360824742267], "std": [0.6016578554670196, 0.4269258131217419], "min": [0, 0], "max": [2, 2], "count": [776]}, "eef_acc_mag_state": {"mean": [0.3286082474226804, 0.19974226804123713], "std": [0.6669720168584186, 0.5420940074891898], "min": [0, 0], "max": [2, 2], "count": [776]}, "eef_direction_action": {"mean": [4.604381443298969, 5.132731958762887], "std": [1.982378915288247, 1.9182145801699868], "min": [0, 0], "max": [6, 6], "count": [776]}, "eef_velocity_action": {"mean": [0.4368556701030928, 0.19845360824742267], "std": [0.6016578554670196, 0.4269258131217419], "min": [0, 0], "max": [2, 2], "count": [776]}, "eef_acc_mag_action": {"mean": [0.3286082474226804, 0.19974226804123713], "std": [0.6669720168584186, 0.5420940074891899], "min": [0, 0], "max": [2, 2], "count": [776]}, "eef_sim_pose_state": {"mean": [0.40631700101441454, 0.254893201614875, 1.1848700167010673, -0.05500044105955708, 0.006613368057813188, 1.234738222505453, 0.40526295938987844, -0.22529851173119586, 1.1606809558987066, 0.04937788431279012, -0.006115883511001206, -1.315822839839029], "std": [0.04205009304505651, 0.046996150482961824, 0.037173403473064026, 0.054523855097207224, 0.03689992033525021, 0.2773342412724484, 0.03020344110969273, 0.017344896942894036, 0.021418369932915186, 0.05925214969544917, 0.02578938756275565, 0.02614583920167804], "min": [0.345771709090651, 0.15245164434878875, 1.1509308644910168, -0.15820497427200297, -0.0872456335238665, 0.66624765493368, 0.3891026090172732, -0.23773626677384355, 1.112696672973279, -0.09755044958000436, -0.06756034729149674, -1.337418682697995], "max": [0.5109547189660586, 0.3467710153477664, 1.252082431064806, 0.031212977055474767, 0.07057322732125448, 1.5179483828794422, 0.49475051100054085, -0.18868397403635195, 1.1791408062056619, 0.08738540075720225, 0.05750987389150386, -1.2417310167350109], "count": [776]}, "eef_sim_pose_action": {"mean": [0.40632897224189496, 0.25494228604207597, 1.1848665316076517, -0.055001899103097655, 0.00651089516302446, 1.2346000181144052, 0.4052543528800595, -0.22536109555189274, 1.1607192552708356, 0.049424641494406785, -0.006034743281507394, -1.3158611147896708], "std": [0.04204491677967864, 0.04702606251979312, 0.03717616061750402, 0.054522867795193, 0.03693770880079435, 0.2772556887271511, 0.030206921765406847, 0.01730030403634765, 0.021415970137139962, 0.05926525690259235, 0.025695058687377356, 0.02615070342767164], "min": [0.345771709090651, 0.15245164434878875, 1.1509308644910168, -0.15820497427200297, -0.0872456335238665, 0.66624765493368, 0.3891026090172732, -0.23773626677384355, 1.112696672973279, -0.09755044958000436, -0.06756034729149674, -1.337418682697995], "max": [0.5109547189660586, 0.3467710153477664, 1.252082431064806, 0.031212977055474767, 0.07057322732125448, 1.5179483828794422, 0.49475051100054085, -0.18868397403635195, 1.1791408062056619, 0.08738540075720225, 0.05750987389150386, -1.2417310167350109], "count": [776]}, "gripper_mode_state": {"mean": [0.42396907216494845, 0.2860824742268041], "std": [0.4941854894799541, 0.4519284148701873], "min": [0, 0], "max": [1, 1], "count": [776]}, "gripper_activity_state": {"mean": [1.9884020618556701, 1.8646907216494846], "std": [0.13854740971240437, 0.45519980570051155], "min": [0, 0], "max": [2, 2], "count": [776]}, "gripper_mode_action": {"mean": [0.42396907216494845, 0.2860824742268041], "std": [0.4941854894799541, 0.4519284148701873], "min": [0, 0], "max": [1, 1], "count": [776]}, "gripper_activity_action": {"mean": [1.9884020618556701, 1.8646907216494846], "std": [0.13854740971240437, 0.45519980570051155], "min": [0, 0], "max": [2, 2], "count": [776]}}} +{"episode_index": 310, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46961951560193965]], [[0.45195894080750576]], [[0.4404962734556188]]], "std": [[[0.17208637559946438]], [[0.1777305793437827]], [[0.18187189506753954]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48253851597090447]], [[0.4725484121336707]], [[0.46695738720219265]]], "std": [[[0.1469733461743773]], [[0.1495373861170247]], [[0.15351537596212422]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.461144493200506]], [[0.4592083267446764]], [[0.450385598513599]]], "std": [[[0.15587442274002358]], [[0.15297265622467296]], [[0.15988693754604075]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5072761635568205]], [[0.4981179619966266]], [[0.4836766959203036]]], "std": [[[0.15538469340242034]], [[0.1522862020173696]], [[0.16223933323364967]]], "count": [155]}, "observation.state": {"min": [-0.29129546880722046, 0.21614156663417816, -0.22490312159061432, -2.060483455657959, -0.8743401765823364, -0.05806710198521614, -0.7720463871955872, -0.28324800729751587, 0.31970399618148804, 0.05251700058579445, -1.9309194087982178, -1.8916161060333252, -1.2052671909332275, -0.33218854665756226, 0.04733332619071007, -0.26258477568626404, -1.9945273399353027, 0.06578145921230316, -0.0651182308793068, -0.026197392493486404, -0.34374600648880005, -0.47760799527168274, 0.10969000309705734, 1.260541558265686, -1.5327284336090088, 0.972614049911499, 0.0, 0.0, 0.0005940415430814028, -0.23512767255306244, -0.8380843997001648, 1.9112013578414917, -1.0724934339523315, -0.002325651468709111], "max": [0.45177847146987915, 0.7204893231391907, 0.3791029751300812, -1.691730260848999, -0.22186625003814697, 0.29447194933891296, 0.0149051109328866, -0.17066599428653717, 0.47025299072265625, 0.2735779881477356, -1.2623461484909058, -1.217568278312683, -0.6875400543212891, 0.14987142384052277, 0.1892635077238083, 0.024609141051769257, -1.3145122528076172, 0.243647962808609, 0.07846999913454056, 0.13055062294006348, -0.2455500066280365, -0.3473159968852997, 0.19490499794483185, 1.4763309955596924, -1.2328509092330933, 1.1922576427459717, 1001.0, 1002.0, 0.0006241195951588452, -0.22936208546161652, -0.835578203201294, 1.913672685623169, -1.067267894744873, 0.00490190414711833], "mean": [0.15896667540073395, 0.31253695487976074, 0.09689947217702866, -1.8635029792785645, -0.34578707814216614, 0.052067384123802185, -0.14159056544303894, -0.24467040598392487, 0.37941470742225647, 0.17610673606395721, -1.4597337245941162, -1.452039361000061, -1.0713450908660889, -0.23649050295352936, 0.1318845897912979, -0.046395543962717056, -1.8586496114730835, 0.11072628200054169, -0.006905851885676384, 0.08256904780864716, -0.2691197097301483, -0.3712341785430908, 0.1704406440258026, 1.3777532577514648, -1.295978307723999, 1.1484876871109009, 484.6007080078125, 691.0357666015625, 0.0006081430474296212, -0.2315656840801239, -0.8371031880378723, 1.9125638008117676, -1.0705207586288452, 0.00030736663029529154], "std": [0.20067642629146576, 0.1263652890920639, 0.15453848242759705, 0.06519882380962372, 0.15397299826145172, 0.10756032913923264, 0.19513408839702606, 0.04422556608915329, 0.03458286449313164, 0.060106512159109116, 0.2100050300359726, 0.19317424297332764, 0.1523754596710205, 0.14909730851650238, 0.03437038138508797, 0.09822815656661987, 0.21212957799434662, 0.024301771074533463, 0.0235104002058506, 0.038158416748046875, 0.03414072468876839, 0.03946099057793617, 0.032028619199991226, 0.049188949167728424, 0.08823394030332565, 0.0621696300804615, 487.2102355957031, 449.27032470703125, 1.9445744783297414e-06, 0.0018120668828487396, 0.0003365110605955124, 0.0003358609101269394, 0.0005837554344907403, 0.0008780749631114304], "count": [839]}, "action": {"min": [-0.29129546880722046, 0.21614156663417816, -0.22490312159061432, -2.060483455657959, -0.8743401765823364, -0.05806710198521614, -0.7720463871955872, -0.28324800729751587, 0.31970399618148804, 0.05251700058579445, -1.9309194087982178, -1.8916161060333252, -1.2052671909332275, -0.33218854665756226, 0.04733332619071007, -0.26258477568626404, -1.9945273399353027, 0.06578145921230316, -0.0651182308793068, -0.026197392493486404, -0.34374600648880005, -0.47760799527168274, 0.10969000309705734, 1.260541558265686, -1.5327284336090088, 0.972614049911499, 0.0, 0.0, 0.0005940415430814028, -0.23512767255306244, -0.8380843997001648, 1.9112013578414917, -1.0724934339523315, -0.002325651468709111], "max": [0.45177847146987915, 0.7204893231391907, 0.3791029751300812, -1.691730260848999, -0.22186625003814697, 0.29447194933891296, 0.0149051109328866, -0.17066599428653717, 0.47025299072265625, 0.2735779881477356, -1.2623461484909058, -1.217568278312683, -0.6875400543212891, 0.14987142384052277, 0.1892635077238083, 0.024609141051769257, -1.3145122528076172, 0.243647962808609, 0.07846999913454056, 0.13055062294006348, -0.2455500066280365, -0.3473159968852997, 0.19490499794483185, 1.4763309955596924, -1.2328509092330933, 1.1922576427459717, 1001.0, 1002.0, 0.0006241195951588452, -0.22936208546161652, -0.835578203201294, 1.913672685623169, -1.067267894744873, 0.00490190414711833], "mean": [0.15896056592464447, 0.3125641942024231, 0.09683006256818771, -1.8635642528533936, -0.3457616865634918, 0.05215366929769516, -0.14155951142311096, -0.2446451336145401, 0.37941887974739075, 0.17613725364208221, -1.4597089290618896, -1.451932668685913, -1.0713255405426025, -0.23667389154434204, 0.13182248175144196, -0.04606201499700546, -1.8589065074920654, 0.11077980697154999, -0.00683231558650732, 0.0827079713344574, -0.26906618475914, -0.3712013363838196, 0.17053891718387604, 1.3776445388793945, -1.2958719730377197, 1.1486345529556274, 484.6007080078125, 691.0357666015625, 0.0006081475294195116, -0.23156580328941345, -0.837103545665741, 1.9125638008117676, -1.0705207586288452, 0.00030727044213563204], "std": [0.20067353546619415, 0.12635235488414764, 0.15457600355148315, 0.06520961970090866, 0.15398992598056793, 0.10753084719181061, 0.195155531167984, 0.04420958086848259, 0.03458155319094658, 0.060126062482595444, 0.2100256383419037, 0.19327248632907867, 0.15236212313175201, 0.14911384880542755, 0.034313783049583435, 0.0979684442281723, 0.21215328574180603, 0.024252166971564293, 0.02342936582863331, 0.03797425329685211, 0.03413981571793556, 0.03946838527917862, 0.031968556344509125, 0.04907337948679924, 0.08824744820594788, 0.06212075799703598, 487.2102355957031, 449.27032470703125, 1.94671815734182e-06, 0.00181204651016742, 0.00033649138640612364, 0.0003358942340128124, 0.0005837558419443667, 0.000878067163284868], "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": [311], "max": [311], "mean": [311.0], "std": [0.0], "count": [839]}, "index": {"min": [266986], "max": [267824], "mean": [267405.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5256257449344458, 0.689738974902619], "std": [0.4993428894022143, 0.44837108412231663], "count": [839]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5256257449344458, 0.689738974902619], "std": [0.4993428894022143, 0.44837108412231663], "count": [839]}, "eef_direction_state": {"mean": [4.574493444576877, 5.106078665077473], "std": [2.0210731757020186, 1.9522179552868], "min": [0, 0], "max": [6, 6], "count": [839]}, "eef_velocity_state": {"mean": [0.4362336114421931, 0.21454112038140644], "std": [0.6002964089184422, 0.47510440271790544], "min": [0, 0], "max": [2, 2], "count": [839]}, "eef_acc_mag_state": {"mean": [0.3599523241954708, 0.15494636471990464], "std": [0.6950312313173519, 0.48806613175950303], "min": [0, 0], "max": [2, 2], "count": [839]}, "eef_direction_action": {"mean": [4.574493444576877, 5.106078665077473], "std": [2.0210731757020186, 1.9522179552868], "min": [0, 0], "max": [6, 6], "count": [839]}, "eef_velocity_action": {"mean": [0.4362336114421931, 0.21454112038140644], "std": [0.6002964089184422, 0.47510440271790544], "min": [0, 0], "max": [2, 2], "count": [839]}, "eef_acc_mag_action": {"mean": [0.3599523241954708, 0.15494636471990464], "std": [0.6950312313173519, 0.488066131759503], "min": [0, 0], "max": [2, 2], "count": [839]}, "eef_sim_pose_state": {"mean": [0.4055767125208788, 0.2598915512875922, 1.192830396664665, -0.03994354525911184, 0.02077060645526025, 1.2407785222666832, 0.38941154698777053, -0.23830875640589594, 1.167313350992053, 0.049258140216778774, -0.018221616798355603, -1.4032856951919488], "std": [0.04084121513537172, 0.04904411030285107, 0.04146792121881349, 0.03637959586654897, 0.037655080685774785, 0.2756457231935395, 0.04038994121821836, 0.02561215852388141, 0.02695169077443785, 0.06564678970649061, 0.039418010523791736, 0.059406674652337], "min": [0.3406806816567239, 0.1734997927790953, 1.156797046995236, -0.17868703501580108, -0.06752435548801405, 0.6146787310061657, 0.36459315830948175, -0.25763292527178383, 1.1088863303564789, -0.11476070471368804, -0.06758724709630237, -1.448940830165649], "max": [0.5062063707109579, 0.40002518466675996, 1.2666973974549647, -0.005565687200601466, 0.10562729892142664, 1.524874200059637, 0.49702304484498605, -0.18868896282577907, 1.186395110277476, 0.08834766982907527, 0.10882802941653646, -1.2653435970234743], "count": [839]}, "eef_sim_pose_action": {"mean": [0.4055801026830966, 0.2599136361450695, 1.1928565649334486, -0.039935852069901454, 0.02069964196155965, 1.2408533402102113, 0.3893752813266087, -0.2383883627351763, 1.1673614701330108, 0.049304748367592126, -0.018180488287442606, -1.403451120542908], "std": [0.04083950104241523, 0.04905036231360337, 0.04145210980512096, 0.036384997643597504, 0.03768865163045615, 0.2757098920556434, 0.040397301980764515, 0.025561626587174723, 0.02694699153853236, 0.06565969104511682, 0.0393844863413462, 0.059324103188970946], "min": [0.3406806816567239, 0.1734997927790953, 1.156797046995236, -0.17868703501580108, -0.06752435548801405, 0.6146787310061657, 0.36459315830948175, -0.25763292527178383, 1.1088863303564789, -0.11476070471368804, -0.06758724709630237, -1.448940830165649], "max": [0.5062063707109579, 0.40002518466675996, 1.2666973974549647, -0.005565687200601466, 0.10562729892142664, 1.524874200059637, 0.49702304484498605, -0.18868896282577907, 1.186395110277476, 0.08834766982907527, 0.10882802941653646, -1.2653435970234743], "count": [839]}, "gripper_mode_state": {"mean": [0.47437425506555425, 0.30870083432657924], "std": [0.4993428894022143, 0.4619573889577396], "min": [0, 0], "max": [1, 1], "count": [839]}, "gripper_activity_state": {"mean": [1.9892729439809296, 1.8748510131108462], "std": [0.1332792443241416, 0.4392258825432274], "min": [0, 0], "max": [2, 2], "count": [839]}, "gripper_mode_action": {"mean": [0.47437425506555425, 0.30870083432657924], "std": [0.4993428894022143, 0.4619573889577396], "min": [0, 0], "max": [1, 1], "count": [839]}, "gripper_activity_action": {"mean": [1.9892729439809296, 1.8748510131108462], "std": [0.1332792443241416, 0.4392258825432275], "min": [0, 0], "max": [2, 2], "count": [839]}}} +{"episode_index": 311, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4698166655916753]], [[0.45185912909571724]], [[0.44059428212074303]]], "std": [[[0.1714233460702455]], [[0.17636365474238297]], [[0.18038473931429594]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4783999075507396]], [[0.47043843524251805]], [[0.4648493641425868]]], "std": [[[0.1484651685563003]], [[0.1507575489843938]], [[0.1546279941503641]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45520223275713795]], [[0.4540563765802374]], [[0.44565294305770553]]], "std": [[[0.15652784300687264]], [[0.15326018361146038]], [[0.16005154683290357]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5085478465234777]], [[0.49728347254471966]], [[0.4823921031131751]]], "std": [[[0.16154980320700282]], [[0.15758835974762522]], [[0.1674800863852988]]], "count": [152]}, "observation.state": {"min": [-0.2865830659866333, 0.1915498971939087, -0.2209063172340393, -2.096088171005249, -0.6846577525138855, -0.12678071856498718, -0.6478313207626343, -0.297325998544693, 0.32414498925209045, 0.03526199981570244, -2.0014891624450684, -1.8218811750411987, -1.2486156225204468, -0.26572638750076294, 0.03738495334982872, -0.2626371383666992, -1.9260231256484985, 0.009599311277270317, -0.06372196972370148, -0.02626720443367958, -0.33667200803756714, -0.4759039878845215, 0.10966300219297409, 1.2807883024215698, -1.4774737358093262, 0.9525684714317322, 0.0, 0.0, 0.0005996812251396477, -0.23504307866096497, -0.8375867605209351, 1.9119715690612793, -1.071844458580017, -0.0032312318217009306], "max": [0.37442547082901, 0.6067985892295837, 0.41608649492263794, -1.6526697874069214, -0.15250687301158905, 0.14931292831897736, -0.018622662872076035, -0.17372600734233856, 0.469666987657547, 0.24279600381851196, -1.271989345550537, -1.193887710571289, -0.7076243162155151, 0.14104005694389343, 0.1892460584640503, -0.022375119850039482, -1.342961072921753, 0.11397000402212143, 0.10739010572433472, 0.13297663629055023, -0.2609109878540039, -0.3651530146598816, 0.1766519993543625, 1.4755313396453857, -1.2646976709365845, 1.106070637702942, 1001.0, 1002.0, 0.0006222397787496448, -0.22938087582588196, -0.8358801007270813, 1.9130570888519287, -1.0678653717041016, 0.0050765653140842915], "mean": [0.15479381382465363, 0.2798863649368286, 0.10288068652153015, -1.8381260633468628, -0.2875020205974579, 0.003317053196951747, -0.13375325500965118, -0.25159505009651184, 0.38108423352241516, 0.17231228947639465, -1.4801512956619263, -1.40082585811615, -1.0863293409347534, -0.1873949021100998, 0.11889664083719254, -0.07855518907308578, -1.81275475025177, 0.05928301811218262, 0.04177776724100113, 0.0853399708867073, -0.2790640592575073, -0.3844403028488159, 0.1571786254644394, 1.3714674711227417, -1.3105698823928833, 1.0782986879348755, 534.9840698242188, 654.996337890625, 0.0006099665188230574, -0.2316250056028366, -0.8370441794395447, 1.9126886129379272, -1.0705238580703735, 0.00021976837888360023], "std": [0.2001531720161438, 0.09586939960718155, 0.1537257432937622, 0.08595691621303558, 0.10385401546955109, 0.06647290289402008, 0.17751817405223846, 0.04492112994194031, 0.03261183947324753, 0.059676818549633026, 0.25977015495300293, 0.15830929577350616, 0.15767522156238556, 0.12658439576625824, 0.03658873587846756, 0.0820523351430893, 0.18178783357143402, 0.01822570711374283, 0.0392426960170269, 0.03909052535891533, 0.026764754205942154, 0.03413614630699158, 0.02617715112864971, 0.04806991666555405, 0.06749586015939713, 0.04086366668343544, 485.9783020019531, 462.3269958496094, 1.4162252455207636e-06, 0.001343341893516481, 0.00030044515733607113, 0.000206717784749344, 0.0005774454912170768, 0.0007935197791084647], "count": [817]}, "action": {"min": [-0.2865830659866333, 0.1915498971939087, -0.2209063172340393, -2.096088171005249, -0.6846577525138855, -0.12678071856498718, -0.6478313207626343, -0.297325998544693, 0.32414498925209045, 0.03526199981570244, -2.0014891624450684, -1.8218811750411987, -1.2486156225204468, -0.26572638750076294, 0.03738495334982872, -0.2626371383666992, -1.9260231256484985, 0.009599311277270317, -0.0636696144938469, -0.02626720443367958, -0.33667200803756714, -0.4759039878845215, 0.10966300219297409, 1.2807883024215698, -1.4774737358093262, 0.9525684714317322, 0.0, 0.0, 0.0005996812251396477, -0.23504307866096497, -0.8375867605209351, 1.9119715690612793, -1.071844458580017, -0.0032312318217009306], "max": [0.37442547082901, 0.6067985892295837, 0.41608649492263794, -1.6526697874069214, -0.15250687301158905, 0.14931292831897736, -0.018622662872076035, -0.17372600734233856, 0.469666987657547, 0.24279600381851196, -1.271989345550537, -1.193887710571289, -0.7076243162155151, 0.14104005694389343, 0.1892460584640503, -0.022375119850039482, -1.342961072921753, 0.11397000402212143, 0.10739010572433472, 0.13297663629055023, -0.2609109878540039, -0.3651530146598816, 0.1766519993543625, 1.4755313396453857, -1.2646976709365845, 1.106070637702942, 1001.0, 1002.0, 0.0006222397787496448, -0.22938087582588196, -0.8358801007270813, 1.9130570888519287, -1.0678653717041016, 0.0050765653140842915], "mean": [0.1547420620918274, 0.2798405587673187, 0.10283920168876648, -1.8380073308944702, -0.28738898038864136, 0.0031936848536133766, -0.13376007974147797, -0.25160863995552063, 0.38109883666038513, 0.17233003675937653, -1.4801973104476929, -1.4006811380386353, -1.086351990699768, -0.18750648200511932, 0.11881478130817413, -0.07826238870620728, -1.8129425048828125, 0.059266652911901474, 0.04192429408431053, 0.08549325168132782, -0.2790265381336212, -0.3844272494316101, 0.15725986659526825, 1.3713432550430298, -1.3104933500289917, 1.0783448219299316, 534.9840698242188, 654.996337890625, 0.000609968847129494, -0.23162274062633514, -0.8370447158813477, 1.9126886129379272, -1.0705243349075317, 0.00021945350454188883], "std": [0.20012997090816498, 0.09589690715074539, 0.15374663472175598, 0.08600842207670212, 0.10394082218408585, 0.06661102175712585, 0.17751380801200867, 0.044932395219802856, 0.032608065754175186, 0.05968775600194931, 0.25974100828170776, 0.15843836963176727, 0.15769067406654358, 0.12661206722259521, 0.03650622069835663, 0.08182090520858765, 0.18182429671287537, 0.018225757405161858, 0.03907141834497452, 0.038897812366485596, 0.02676796168088913, 0.034141380339860916, 0.02613256685435772, 0.04793190956115723, 0.06751027703285217, 0.04087156802415848, 485.9783020019531, 462.3269958496094, 1.4163053947413573e-06, 0.0013453182764351368, 0.00030039166449569166, 0.00020670027879532427, 0.0005771828000433743, 0.0007935151224955916], "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": [312], "max": [312], "mean": [312.0], "std": [0.0], "count": [817]}, "index": {"min": [267825], "max": [268641], "mean": [268233.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5740514075887393, 0.6537772340459506], "std": [0.4944859846690581, 0.4614102636744485], "count": [817]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5740514075887393, 0.6537772340459506], "std": [0.4944859846690581, 0.4614102636744485], "count": [817]}, "eef_direction_state": {"mean": [4.900856793145655, 5.121175030599755], "std": [1.7489179729727222, 1.9400449438858325], "min": [0, 0], "max": [6, 6], "count": [817]}, "eef_velocity_state": {"mean": [0.3990208078335373, 0.1909424724602203], "std": [0.6099132276167403, 0.40227774723375775], "min": [0, 0], "max": [2, 2], "count": [817]}, "eef_acc_mag_state": {"mean": [0.2974296205630355, 0.13953488372093023], "std": [0.6400778355009756, 0.45895552654230076], "min": [0, 0], "max": [2, 2], "count": [817]}, "eef_direction_action": {"mean": [4.900856793145655, 5.121175030599755], "std": [1.7489179729727222, 1.9400449438858325], "min": [0, 0], "max": [6, 6], "count": [817]}, "eef_velocity_action": {"mean": [0.3990208078335373, 0.1909424724602203], "std": [0.6099132276167403, 0.40227774723375775], "min": [0, 0], "max": [2, 2], "count": [817]}, "eef_acc_mag_action": {"mean": [0.2974296205630355, 0.13953488372093023], "std": [0.6400778355009756, 0.45895552654230076], "min": [0, 0], "max": [2, 2], "count": [817]}, "eef_sim_pose_state": {"mean": [0.4070864339825977, 0.2537560178712548, 1.1836621438149693, -0.059887121319161275, -0.009963000430334665, 1.2640107076140583, 0.40274667022456206, -0.22744988856115433, 1.1632050261046167, -0.0018272786107189816, -0.04639026760077868, -1.380756477484602], "std": [0.04229924590012212, 0.04102419868741659, 0.04003463037520859, 0.05274689883367686, 0.05969558900329222, 0.28197448557360977, 0.034954739640766994, 0.021389338855850887, 0.02179153443578772, 0.052580858591101724, 0.03201424494501335, 0.046373790853518636], "min": [0.3592042671115043, 0.16699014246835986, 1.136563653672184, -0.17727070496529068, -0.13126124669259687, 0.6916772953766155, 0.38257066724805183, -0.24358539039773303, 1.1167264699561352, -0.12833675192675076, -0.0707371389584186, -1.4138597685253211], "max": [0.507912727466867, 0.3554703857529145, 1.2531457662720582, -0.014286518051900066, 0.10632716081515725, 1.5068602151311017, 0.4951352186240326, -0.18866877241058483, 1.178425152061425, 0.04791166187509621, 0.030109994223037617, -1.265274996550605], "count": [817]}, "eef_sim_pose_action": {"mean": [0.4071007126095432, 0.2537667536152117, 1.1836407385091838, -0.059955790263773186, -0.010048457289698344, 1.2640759562722403, 0.4027302009741029, -0.22751614203555162, 1.1632460891147691, -0.001858236623404053, -0.04638367451633807, -1.3808886314103073], "std": [0.04229325220836181, 0.04102816335514586, 0.04005365856348723, 0.05272830599844415, 0.05968445692969708, 0.28202272410652557, 0.03496090178143577, 0.021352939845016055, 0.02178782732140175, 0.05255900614602827, 0.03201044888734132, 0.04630960084681602], "min": [0.3592042671115043, 0.16699014246835986, 1.136563653672184, -0.17727070496529068, -0.13126124669259687, 0.6916772953766155, 0.38257066724805183, -0.24358539039773303, 1.1167264699561352, -0.12833675192675076, -0.0707371389584186, -1.4138597685253211], "max": [0.507912727466867, 0.3554703857529145, 1.2531457662720582, -0.014286518051900066, 0.10632716081515725, 1.5068602151311017, 0.4951352186240326, -0.18866877241058483, 1.178425152061425, 0.04791166187509621, 0.030109994223037617, -1.265274996550605], "count": [817]}, "gripper_mode_state": {"mean": [0.4259485924112607, 0.3463892288861689], "std": [0.4944859846690581, 0.4758190107570524], "min": [0, 0], "max": [1, 1], "count": [817]}, "gripper_activity_state": {"mean": [1.9889840881272949, 1.869033047735618], "std": [0.13505000113583074, 0.44937946622048586], "min": [0, 0], "max": [2, 2], "count": [817]}, "gripper_mode_action": {"mean": [0.4259485924112607, 0.3463892288861689], "std": [0.4944859846690581, 0.4758190107570524], "min": [0, 0], "max": [1, 1], "count": [817]}, "gripper_activity_action": {"mean": [1.9889840881272949, 1.869033047735618], "std": [0.13505000113583074, 0.4493794662204859], "min": [0, 0], "max": [2, 2], "count": [817]}}} +{"episode_index": 312, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.464003849190683]], [[0.4486934752928017]], [[0.4379460715774005]]], "std": [[[0.17127334301935832]], [[0.17667791220994916]], [[0.18014972965122703]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4742802671404132]], [[0.4670326879633285]], [[0.4596215428565162]]], "std": [[[0.14626565686774307]], [[0.14837307376561257]], [[0.15226974355109033]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45904630269333685]], [[0.45847848675264286]], [[0.45121061981839716]]], "std": [[[0.15649421458451485]], [[0.15266493119437372]], [[0.15983649007182296]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5021492781396675]], [[0.49543169742729304]], [[0.48143877483879455]]], "std": [[[0.15629410676598054]], [[0.15195296646171658]], [[0.16118202294580727]]], "count": [149]}, "observation.state": {"min": [-0.3558028042316437, 0.24010494351387024, -0.1647590696811676, -2.019101619720459, -0.5957332253456116, -0.12599532306194305, -0.5607393383979797, -0.28870201110839844, 0.35509198904037476, 0.04004799947142601, -2.035097122192383, -1.9099574089050293, -1.204604148864746, -0.20804324746131897, 0.09813986718654633, -0.2626197040081024, -1.8941011428833008, 0.06583382189273834, -0.07005751878023148, -0.0262148454785347, -0.3343760073184967, -0.4754190146923065, 0.10967999696731567, 1.2977972030639648, -1.5336166620254517, 0.9107322096824646, 0.0, 0.0, 0.0005959214176982641, -0.2352028638124466, -0.8376438617706299, 1.9119168519973755, -1.0724728107452393, -0.0013802030589431524], "max": [0.3012787103652954, 0.5591511130332947, 0.47568947076797485, -1.5850906372070312, -0.20525072515010834, 0.15372858941555023, 0.04162610322237015, -0.17951099574565887, 0.4803450107574463, 0.2513830065727234, -1.2960619926452637, -1.2047035694122314, -0.5792497396469116, 0.14498449862003326, 0.20408134162425995, 0.05028293654322624, -1.3604142665863037, 0.2261423021554947, 0.12726940214633942, 0.16701056063175201, -0.2548699975013733, -0.37616100907325745, 0.21555699408054352, 1.4755313396453857, -1.2833271026611328, 1.1124452352523804, 1001.0, 1002.0, 0.0006203599041327834, -0.22925116121768951, -0.8361265063285828, 1.9129928350448608, -1.0676870346069336, 0.001663078204728663], "mean": [0.1269190013408661, 0.307971328496933, 0.12798653542995453, -1.8191063404083252, -0.3392556309700012, 0.004735790193080902, -0.13777418434619904, -0.2521519958972931, 0.38484758138656616, 0.1721731275320053, -1.4799838066101074, -1.44318687915802, -1.0743087530136108, -0.14691126346588135, 0.18274974822998047, -0.03722652420401573, -1.793778657913208, 0.14476147294044495, 0.09241330623626709, 0.12801574170589447, -0.27430301904678345, -0.3958964943885803, 0.18322405219078064, 1.3556181192398071, -1.3440582752227783, 1.057908296585083, 571.11181640625, 669.7173461914062, 0.0006109923124313354, -0.23161128163337708, -0.8370364904403687, 1.9126901626586914, -1.0705143213272095, 0.00023080743267200887], "std": [0.22215300798416138, 0.09579309076070786, 0.1683550328016281, 0.09905615448951721, 0.1240229383111, 0.06778796017169952, 0.17979905009269714, 0.0450332909822464, 0.033377278596162796, 0.061872873455286026, 0.259304016828537, 0.21211926639080048, 0.18071183562278748, 0.10761335492134094, 0.03232305124402046, 0.11209169030189514, 0.1652434915304184, 0.031641632318496704, 0.06096912920475006, 0.05279666185379028, 0.028140494599938393, 0.028521666303277016, 0.04015970230102539, 0.04370138794183731, 0.07480140775442123, 0.040308382362127304, 481.5052185058594, 456.8393249511719, 1.8061563196170027e-06, 0.001941873226314783, 0.00028592441231012344, 0.0001768211805028841, 0.0006503859767690301, 0.00039399805245921016], "count": [796]}, "action": {"min": [-0.3558028042316437, 0.24010494351387024, -0.1647590696811676, -2.019101619720459, -0.5957332253456116, -0.12599532306194305, -0.5607393383979797, -0.28870201110839844, 0.35509198904037476, 0.04004799947142601, -2.035097122192383, -1.9099574089050293, -1.204604148864746, -0.20804324746131897, 0.09813986718654633, -0.2626197040081024, -1.8941011428833008, 0.06583382189273834, -0.07005751878023148, -0.0262148454785347, -0.3343760073184967, -0.4754190146923065, 0.10967999696731567, 1.2977972030639648, -1.5336166620254517, 0.9107322096824646, 0.0, 0.0, 0.0005959214176982641, -0.2352028638124466, -0.8376438617706299, 1.9119168519973755, -1.0724728107452393, -0.0013802030589431524], "max": [0.3012787103652954, 0.5591511130332947, 0.47568947076797485, -1.5850906372070312, -0.20525072515010834, 0.15372858941555023, 0.04162610322237015, -0.17951099574565887, 0.4803450107574463, 0.2513830065727234, -1.2960619926452637, -1.2047035694122314, -0.5792497396469116, 0.14498449862003326, 0.20408134162425995, 0.05028293654322624, -1.3604142665863037, 0.2261423021554947, 0.12726940214633942, 0.16701056063175201, -0.2548699975013733, -0.37616100907325745, 0.21555699408054352, 1.4755313396453857, -1.2833271026611328, 1.1124452352523804, 1001.0, 1002.0, 0.0006203599041327834, -0.22925116121768951, -0.8361265063285828, 1.9129928350448608, -1.0676870346069336, 0.001663078204728663], "mean": [0.12682639062404633, 0.3080420196056366, 0.1279723197221756, -1.8189736604690552, -0.33927783370018005, 0.0046523394994437695, -0.1377762109041214, -0.25215810537338257, 0.38487473130226135, 0.17220719158649445, -1.480023741722107, -1.443099856376648, -1.0743134021759033, -0.1469513326883316, 0.18276347219944, -0.036846473813056946, -1.7939293384552002, 0.1448744237422943, 0.09265199303627014, 0.12823542952537537, -0.274257630109787, -0.39590463042259216, 0.18335174024105072, 1.3554543256759644, -1.3440226316452026, 1.0579237937927246, 571.11181640625, 669.7173461914062, 0.0006109946989454329, -0.23161089420318604, -0.8370364308357239, 1.9126901626586914, -1.0705140829086304, 0.00023078953381627798], "std": [0.22211064398288727, 0.0957643911242485, 0.16836288571357727, 0.09908632189035416, 0.12400934100151062, 0.06786011159420013, 0.1797976940870285, 0.04503781348466873, 0.033371277153491974, 0.0618966743350029, 0.25927844643592834, 0.21218442916870117, 0.18071463704109192, 0.10762894153594971, 0.032328132539987564, 0.11183947324752808, 0.1652786284685135, 0.03152026608586311, 0.06072905287146568, 0.052517279982566833, 0.028140882030129433, 0.028517013415694237, 0.04008730500936508, 0.04349507391452789, 0.0748155266046524, 0.04031438007950783, 481.50518798828125, 456.8393249511719, 1.807340481718711e-06, 0.0019419591408222914, 0.0002858841326087713, 0.00017682454199530184, 0.0006504042539745569, 0.0003940031456295401], "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": [313], "max": [313], "mean": [313.0], "std": [0.0], "count": [796]}, "index": {"min": [268642], "max": [269437], "mean": [269039.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6130653266331658, 0.6684685928329367], "std": [0.4870484903100866, 0.45593071493203385], "count": [796]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6130653266331658, 0.6684685928329367], "std": [0.4870484903100866, 0.4559307149320338], "count": [796]}, "eef_direction_state": {"mean": [4.815326633165829, 5.280150753768845], "std": [1.9727582580151781, 1.7445271140470042], "min": [0, 0], "max": [6, 6], "count": [796]}, "eef_velocity_state": {"mean": [0.36180904522613067, 0.1884422110552764], "std": [0.590756897784524, 0.45629828627491015], "min": [0, 0], "max": [2, 2], "count": [796]}, "eef_acc_mag_state": {"mean": [0.2864321608040201, 0.14321608040201006], "std": [0.6327469301060652, 0.4697820606036834], "min": [0, 0], "max": [2, 2], "count": [796]}, "eef_direction_action": {"mean": [4.815326633165829, 5.280150753768845], "std": [1.9727582580151781, 1.7445271140470042], "min": [0, 0], "max": [6, 6], "count": [796]}, "eef_velocity_action": {"mean": [0.36180904522613067, 0.1884422110552764], "std": [0.590756897784524, 0.45629828627491015], "min": [0, 0], "max": [2, 2], "count": [796]}, "eef_acc_mag_action": {"mean": [0.2864321608040201, 0.14321608040201006], "std": [0.6327469301060652, 0.4697820606036834], "min": [0, 0], "max": [2, 2], "count": [796]}, "eef_sim_pose_state": {"mean": [0.41277525029997497, 0.255682506273543, 1.1834542343018999, -0.056187292763197366, 0.01209316456809691, 1.2355780470907012, 0.4146302750547303, -0.25513069064655114, 1.1710254752497815, -0.028667376341803174, -0.03170134145349897, -1.3645773064520519], "std": [0.0467928160735327, 0.03621617485339041, 0.040442949373250006, 0.046851838277329284, 0.03158797790245599, 0.32323614204206486, 0.02983444863658039, 0.034371521673309084, 0.025022486992212413, 0.046462121392684574, 0.03636231729634692, 0.05504344188738833], "min": [0.3766976353443883, 0.1803204039126873, 1.1473282911550795, -0.16400814204929842, -0.0722166070430783, 0.5007956853013058, 0.39636709934692893, -0.2827450860591829, 1.1214742581355652, -0.1392206838660095, -0.07813728019614175, -1.4070763631949086], "max": [0.5250613872183733, 0.34036316700019265, 1.2494487141945838, -0.017497949935547652, 0.10348046005430911, 1.4810219489630945, 0.49638882700802917, -0.1886757300129532, 1.1889491700079553, 0.04835251704547239, 0.08212220587247643, -1.2208330590522496], "count": [796]}, "eef_sim_pose_action": {"mean": [0.41280221868249123, 0.2557134097458373, 1.1834431820238402, -0.05623047879527086, 0.012033154463970224, 1.2356073911860972, 0.4146351154668244, -0.2552441162194885, 1.1710801377967444, -0.028748431489272835, -0.03167609378283884, -1.364700063864578], "std": [0.046782126170664746, 0.03623421333436709, 0.040451426528792314, 0.04683205783924583, 0.03159414621357664, 0.32325629655483235, 0.029831800112161837, 0.03430101075618211, 0.0250119559609879, 0.046384809021745195, 0.036344459731825304, 0.0550180048629603], "min": [0.3766976353443883, 0.1803204039126873, 1.1473282911550795, -0.16400814204929842, -0.0722166070430783, 0.5007956853013058, 0.39636709934692893, -0.2827450860591829, 1.1214742581355652, -0.1392206838660095, -0.07813728019614175, -1.4070763631949086], "max": [0.5250613872183733, 0.34036316700019265, 1.2494487141945838, -0.017497949935547652, 0.10348046005430911, 1.4810219489630945, 0.49638882700802917, -0.1886757300129532, 1.1889491700079553, 0.04835251704547239, 0.08212220587247643, -1.2208330590522496], "count": [796]}, "gripper_mode_state": {"mean": [0.3869346733668342, 0.3316582914572864], "std": [0.4870484903100866, 0.47080895187424576], "min": [0, 0], "max": [1, 1], "count": [796]}, "gripper_activity_state": {"mean": [1.9886934673366834, 1.8680904522613064], "std": [0.1368078339301549, 0.4499434602775449], "min": [0, 0], "max": [2, 2], "count": [796]}, "gripper_mode_action": {"mean": [0.3869346733668342, 0.3316582914572864], "std": [0.4870484903100866, 0.47080895187424576], "min": [0, 0], "max": [1, 1], "count": [796]}, "gripper_activity_action": {"mean": [1.9886934673366834, 1.8680904522613064], "std": [0.13680783393015486, 0.44994346027754495], "min": [0, 0], "max": [2, 2], "count": [796]}}} +{"episode_index": 313, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4661261016234451]], [[0.44894231762597514]], [[0.4383436458992199]]], "std": [[[0.17192515074324985]], [[0.17670170127552617]], [[0.180371714125754]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4706359108159393]], [[0.46228831567573264]], [[0.4556952746152224]]], "std": [[[0.14771978570737274]], [[0.14985745371043202]], [[0.15321223406141155]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45921582858950033]], [[0.4585306333017078]], [[0.4507216042061986]]], "std": [[[0.1617520813376319]], [[0.15807795694540505]], [[0.16483459677226317]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.510658690438541]], [[0.49697209044908286]], [[0.4816452100463841]]], "std": [[[0.16558079509550327]], [[0.1584871772932354]], [[0.16872633055376868]]], "count": [155]}, "observation.state": {"min": [-0.2891486883163452, 0.14276793599128723, -0.15374605357646942, -2.0899620056152344, -0.5732184648513794, -0.07073819637298584, -0.548277735710144, -0.29839301109313965, 0.3133310079574585, 0.03045099973678589, -1.9240386486053467, -1.8470653295516968, -1.2106876373291016, -0.229877308011055, 0.012880529277026653, -0.2626371383666992, -1.948258638381958, 0.06571164727210999, -0.1264316439628601, -0.026232298463582993, -0.3297930061817169, -0.47582098841667175, 0.10966700315475464, 1.215511679649353, -1.6601234674453735, 0.9040912389755249, 0.0, 0.0, 0.0006053208489902318, -0.2321668565273285, -0.8376374840736389, 1.9117916822433472, -1.0718231201171875, -0.0023104636929929256], "max": [0.41170573234558105, 0.6257877945899963, 0.4415159523487091, -1.664572834968567, -0.18268361687660217, 0.249477356672287, -0.01904154196381569, -0.17632000148296356, 0.4681450128555298, 0.2538520097732544, -1.2611517906188965, -1.318091869354248, -0.6821836233139038, 0.13608331978321075, 0.20182988047599792, -0.042062435299158096, -1.3834352493286133, 0.38983675837516785, 0.2261423021554947, 0.18184584379196167, -0.25501999258995056, -0.37097999453544617, 0.17725199460983276, 1.479604721069336, -1.328906536102295, 1.3062779903411865, 1001.0, 1002.0, 0.0006203599041327834, -0.23093178868293762, -0.8364585041999817, 1.912969946861267, -1.0690768957138062, 0.004625673405826092], "mean": [0.1890137791633606, 0.2699131667613983, 0.09204751998186111, -1.855499267578125, -0.28850850462913513, 0.025875680148601532, -0.10710689425468445, -0.2603347897529602, 0.3738791346549988, 0.17535649240016937, -1.4189097881317139, -1.409103274345398, -1.0950446128845215, -0.15247952938079834, 0.1596778929233551, -0.10085170716047287, -1.8064075708389282, 0.14014266431331635, 0.13188128173351288, 0.09422728419303894, -0.2800435721874237, -0.3920018970966339, 0.15281981229782104, 1.3313827514648438, -1.407090425491333, 1.0355253219604492, 579.537109375, 604.1256103515625, 0.0006128834211267531, -0.23130284249782562, -0.8370923399925232, 1.9126086235046387, -1.0705515146255493, 0.00016392326506320387], "std": [0.17199863493442535, 0.0998060405254364, 0.14741390943527222, 0.0734545961022377, 0.09121410548686981, 0.09210702031850815, 0.13387995958328247, 0.04170403629541397, 0.026749873533844948, 0.061267729848623276, 0.21294307708740234, 0.15035362541675568, 0.15823368728160858, 0.11547049880027771, 0.061994533985853195, 0.07595546543598175, 0.174647256731987, 0.05884229764342308, 0.09017568081617355, 0.050076454877853394, 0.024912282824516296, 0.03272702172398567, 0.026973214000463486, 0.07087132334709167, 0.06637899577617645, 0.049394622445106506, 480.856689453125, 476.82916259765625, 1.2175112260592869e-06, 0.0003656435292214155, 0.00019436328148003668, 0.00017362009384669363, 0.0004007098323199898, 0.0006816937820985913], "count": [836]}, "action": {"min": [-0.2891486883163452, 0.14276793599128723, -0.15374605357646942, -2.0899620056152344, -0.5732184648513794, -0.07073819637298584, -0.548277735710144, -0.29839301109313965, 0.3133310079574585, 0.03045099973678589, -1.9240386486053467, -1.8470653295516968, -1.2106876373291016, -0.229877308011055, 0.012880529277026653, -0.2626371383666992, -1.948258638381958, 0.06574655324220657, -0.1264316439628601, -0.026232298463582993, -0.3297930061817169, -0.47582098841667175, 0.10966700315475464, 1.215511679649353, -1.6601234674453735, 0.9040912389755249, 0.0, 0.0, 0.0006053208489902318, -0.2321668565273285, -0.8376374840736389, 1.9117916822433472, -1.0718231201171875, -0.0023104636929929256], "max": [0.41170573234558105, 0.6257877945899963, 0.4415159523487091, -1.664572834968567, -0.18268361687660217, 0.249477356672287, -0.01904154196381569, -0.17632000148296356, 0.4681450128555298, 0.2538520097732544, -1.2611517906188965, -1.318091869354248, -0.6821836233139038, 0.13608331978321075, 0.20182988047599792, -0.042062435299158096, -1.3834352493286133, 0.38983675837516785, 0.2261423021554947, 0.18184584379196167, -0.25501999258995056, -0.37097999453544617, 0.17725199460983276, 1.479604721069336, -1.3291609287261963, 1.3062779903411865, 1001.0, 1002.0, 0.0006203599041327834, -0.23093178868293762, -0.8364585041999817, 1.912969946861267, -1.0690768957138062, 0.004625673405826092], "mean": [0.18897435069084167, 0.2698533535003662, 0.09195069223642349, -1.8554068803787231, -0.2885061502456665, 0.025877101346850395, -0.10722508281469345, -0.26035240292549133, 0.37389075756073, 0.1753808557987213, -1.4188718795776367, -1.4091302156448364, -1.0950520038604736, -0.15254054963588715, 0.15968292951583862, -0.1005929559469223, -1.806592345237732, 0.14024163782596588, 0.1321771740913391, 0.0944029912352562, -0.28000807762145996, -0.3919992446899414, 0.15289795398712158, 1.331215500831604, -1.4071537256240845, 1.0354710817337036, 579.537109375, 604.1256103515625, 0.0006128834211267531, -0.2313040792942047, -0.8370925188064575, 1.9126086235046387, -1.0705513954162598, 0.00016416625294368714], "std": [0.17198488116264343, 0.09983836114406586, 0.14747309684753418, 0.07351117581129074, 0.09121501445770264, 0.09210630506277084, 0.13384658098220825, 0.0417168103158474, 0.026748841628432274, 0.06128231808543205, 0.2129676640033722, 0.15033960342407227, 0.15823820233345032, 0.11549507081508636, 0.06199650466442108, 0.07577228546142578, 0.17469201982021332, 0.058786556124687195, 0.0899387076497078, 0.04991095885634422, 0.024916235357522964, 0.03272836282849312, 0.026942741125822067, 0.07069577276706696, 0.06632916629314423, 0.049385759979486465, 480.856689453125, 476.82916259765625, 1.2175112260592869e-06, 0.0003665366384666413, 0.00019440703908912838, 0.00017361639766022563, 0.0004006657109130174, 0.0006817170069552958], "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": [314], "max": [314], "mean": [314.0], "std": [0.0], "count": [836]}, "index": {"min": [269438], "max": [270273], "mean": [269855.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6196172248803827, 0.6030059809418858], "std": [0.4854809157030947, 0.4758949702410736], "count": [836]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6196172248803827, 0.6030059809418858], "std": [0.4854809157030947, 0.4758949702410736], "count": [836]}, "eef_direction_state": {"mean": [4.794258373205742, 5.132775119617225], "std": [1.980349771010144, 1.8380162627041066], "min": [0, 0], "max": [6, 6], "count": [836]}, "eef_velocity_state": {"mean": [0.3923444976076555, 0.21770334928229665], "std": [0.6426907818928248, 0.4352555076899372], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_acc_mag_state": {"mean": [0.2631578947368421, 0.15550239234449761], "std": [0.6070806910945825, 0.4814559867933557], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_direction_action": {"mean": [4.794258373205742, 5.132775119617225], "std": [1.980349771010144, 1.8380162627041068], "min": [0, 0], "max": [6, 6], "count": [836]}, "eef_velocity_action": {"mean": [0.3923444976076555, 0.21770334928229665], "std": [0.6426907818928248, 0.4352555076899372], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_acc_mag_action": {"mean": [0.2631578947368421, 0.15550239234449761], "std": [0.6070806910945825, 0.4814559867933557], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_sim_pose_state": {"mean": [0.39762802636333444, 0.25351869058889376, 1.1784462975715964, -0.028558052907143274, 0.017041060489983478, 1.2965510014448367, 0.4116533265204996, -0.22806431471692332, 1.1694893732951712, -0.06536065078340257, 0.0033638203257343176, -1.3349596988508923], "std": [0.032903756547771876, 0.042749777684937144, 0.03922443931196739, 0.025181725766297673, 0.04466407688058389, 0.25415576752421526, 0.03291755773861541, 0.025855687994751225, 0.023597044725865216, 0.06371718915943231, 0.06290140984469184, 0.03373371186423236], "min": [0.3574501640183247, 0.14457094027602468, 1.1439316222274458, -0.11930852715058116, -0.13670266183166202, 0.7173438196874893, 0.39066001947140444, -0.25072170888760337, 1.127314568781685, -0.19829331351250157, -0.06760856114827196, -1.3889449219497272], "max": [0.5043887078440474, 0.3424600020185336, 1.2583924892771272, 0.003149166487868005, 0.07584256928861755, 1.4563644119897252, 0.4951572841225546, -0.18866554374329028, 1.1932528859175384, 0.13586512975749232, 0.2695110924499149, -1.2140066843148296], "count": [836]}, "eef_sim_pose_action": {"mean": [0.39763948643780994, 0.2535421959235443, 1.1784312931865761, -0.02853521328069285, 0.017070943759294195, 1.2965594044567004, 0.4116493773452871, -0.22813659494469807, 1.1695410507059212, -0.06550217915295681, 0.0034182874795403565, -1.3350066264533396], "std": [0.03290050325356022, 0.042761227311938106, 0.039235103701221304, 0.025200370766257193, 0.044682816875262876, 0.2541608218466461, 0.03291958582823057, 0.025829904100202437, 0.023589556451299783, 0.06359650368095476, 0.06285963095158104, 0.03371836154305559], "min": [0.3574501640183247, 0.14457094027602468, 1.1439316222274458, -0.11930852715058116, -0.13670266183166202, 0.7173438196874893, 0.39066001947140444, -0.25072170888760337, 1.127314568781685, -0.19829331351250157, -0.06759802529732006, -1.3889449219497272], "max": [0.5043887078440474, 0.3424600020185336, 1.2583924892771272, 0.003149166487868005, 0.07584256928861755, 1.4563644119897252, 0.4951572841225546, -0.18866554374329028, 1.1932528859175384, 0.13586512975749232, 0.2695110924499149, -1.2140066843148296], "count": [836]}, "gripper_mode_state": {"mean": [0.3803827751196172, 0.39593301435406697], "std": [0.4854809157030947, 0.48905016358095915], "min": [0, 0], "max": [1, 1], "count": [836]}, "gripper_activity_state": {"mean": [1.9892344497607655, 1.875598086124402], "std": [0.13351661567050008, 0.4361946705524331], "min": [0, 0], "max": [2, 2], "count": [836]}, "gripper_mode_action": {"mean": [0.3803827751196172, 0.39593301435406697], "std": [0.4854809157030947, 0.48905016358095915], "min": [0, 0], "max": [1, 1], "count": [836]}, "gripper_activity_action": {"mean": [1.9892344497607655, 1.875598086124402], "std": [0.13351661567050008, 0.4361946705524331], "min": [0, 0], "max": [2, 2], "count": [836]}}} +{"episode_index": 314, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.465426977124183]], [[0.44920791666666665]], [[0.4381697017973856]]], "std": [[[0.16994775456471956]], [[0.1745120045774285]], [[0.17802732821131906]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47219388344226576]], [[0.46468471813725487]], [[0.45840016612200435]]], "std": [[[0.1462376812304058]], [[0.1479774664555528]], [[0.1512558358770118]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4594175803376906]], [[0.4594829588779957]], [[0.44933678785403053]]], "std": [[[0.16246856541561108]], [[0.15860828107994576]], [[0.16507969801720493]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5095555923202614]], [[0.49829108387799564]], [[0.48496656726579523]]], "std": [[[0.16370677019804278]], [[0.15749956959102193]], [[0.16781148614896169]]], "count": [150]}, "observation.state": {"min": [-0.26487115025520325, 0.06733480095863342, -0.07405432313680649, -2.096280097961426, -0.5154306292533875, -0.035150930285453796, -0.3839724361896515, -0.29721298813819885, 0.33977699279785156, 0.0070050000213086605, -1.8763630390167236, -1.7222466468811035, -1.1969701051712036, -0.2278527319431305, 0.056461401283741, -0.2626197040081024, -1.8875386714935303, 0.06581636518239975, -0.07548549026250839, -0.0262148454785347, -0.34130099415779114, -0.4736829996109009, 0.10968399792909622, 1.2539198398590088, -1.5301133394241333, 0.9576928615570068, 0.0, 0.0, 0.0005263659404590726, -0.232948899269104, -0.8374378085136414, 1.9126362800598145, -1.0720291137695312, -0.0016032756539061666], "max": [0.33044320344924927, 0.49436452984809875, 0.4254065752029419, -1.6088095903396606, -0.05576326698064804, 0.17551030218601227, -0.019600048661231995, -0.18793299794197083, 0.46768900752067566, 0.21906399726867676, -1.2966423034667969, -1.2952960729599, -0.8315016627311707, 0.13446016609668732, 0.19277161359786987, -0.022794000804424286, -1.3502390384674072, 0.2255314439535141, 0.12599532306194305, 0.16599826514720917, -0.2646409869194031, -0.37362000346183777, 0.18589900434017181, 1.478127121925354, -1.3291609287261963, 1.1349669694900513, 1001.0, 1002.0, 0.0007030745036900043, -0.2317664474248886, -0.8363420367240906, 1.9129849672317505, -1.0692574977874756, 0.0031401042360812426], "mean": [0.19661878049373627, 0.2451130896806717, 0.09299061447381973, -1.8578983545303345, -0.24809879064559937, 0.017277847975492477, -0.1011115163564682, -0.26073357462882996, 0.3732897639274597, 0.17020684480667114, -1.4272661209106445, -1.3880478143692017, -1.1044669151306152, -0.14363595843315125, 0.1637503057718277, -0.08626391738653183, -1.7586849927902222, 0.15973490476608276, 0.06492616981267929, 0.1176065057516098, -0.2874235510826111, -0.39569592475891113, 0.16050797700881958, 1.3523329496383667, -1.4054793119430542, 1.0662333965301514, 594.34375, 599.9324951171875, 0.0006004220340400934, -0.23217009007930756, -0.8370813727378845, 1.9127203226089478, -1.0705513954162598, 0.0002788154815789312], "std": [0.15187492966651917, 0.08399670571088791, 0.14148563146591187, 0.08980201929807663, 0.08588270843029022, 0.06247315555810928, 0.10777699202299118, 0.03896781802177429, 0.024945707991719246, 0.06519469618797302, 0.20522448420524597, 0.12327278405427933, 0.11968480795621872, 0.1174519807100296, 0.04675833135843277, 0.08082909137010574, 0.18058013916015625, 0.038456566631793976, 0.05648541823029518, 0.05048275366425514, 0.027144312858581543, 0.03219014033675194, 0.029350854456424713, 0.0542612187564373, 0.05529296025633812, 0.026456641033291817, 477.63421630859375, 476.94000244140625, 9.021664482133929e-06, 0.0001497035991633311, 0.00018120445020031184, 6.323576963040978e-05, 0.0004060313221998513, 0.000582641689106822], "count": [800]}, "action": {"min": [-0.26487115025520325, 0.06733480095863342, -0.07405432313680649, -2.096280097961426, -0.5154306292533875, -0.035150930285453796, -0.3839724361896515, -0.29721298813819885, 0.33977699279785156, 0.0070050000213086605, -1.8763630390167236, -1.7222466468811035, -1.1969701051712036, -0.2278527319431305, 0.056461401283741, -0.2626197040081024, -1.8875386714935303, 0.06581636518239975, -0.07548549026250839, -0.0262148454785347, -0.34130099415779114, -0.4736829996109009, 0.10968399792909622, 1.2539198398590088, -1.5301133394241333, 0.9576928615570068, 0.0, 0.0, 0.0005263659404590726, -0.232948899269104, -0.8374378085136414, 1.9126362800598145, -1.0720291137695312, -0.0016032756539061666], "max": [0.33044320344924927, 0.49436452984809875, 0.4254065752029419, -1.6088095903396606, -0.05576326698064804, 0.17551030218601227, -0.019600048661231995, -0.18793299794197083, 0.46768900752067566, 0.21906399726867676, -1.2966423034667969, -1.2952960729599, -0.8315016627311707, 0.13446016609668732, 0.19277161359786987, -0.022794000804424286, -1.3502390384674072, 0.2255314439535141, 0.12599532306194305, 0.16599826514720917, -0.2646409869194031, -0.37362000346183777, 0.18589900434017181, 1.478127121925354, -1.3291609287261963, 1.1349669694900513, 1001.0, 1002.0, 0.0007030745036900043, -0.2317664474248886, -0.8363420367240906, 1.9129849672317505, -1.0692574977874756, 0.0031401042360812426], "mean": [0.19659581780433655, 0.2450391948223114, 0.09288695454597473, -1.8578219413757324, -0.24800702929496765, 0.017269602045416832, -0.10125799477100372, -0.26075059175491333, 0.373296320438385, 0.170226588845253, -1.4272854328155518, -1.3880306482315063, -1.1044068336486816, -0.14368802309036255, 0.16375452280044556, -0.08596835285425186, -1.7588156461715698, 0.15987835824489594, 0.06513135880231857, 0.11781555414199829, -0.28739339113235474, -0.3956986963748932, 0.16060085594654083, 1.3521846532821655, -1.4055430889129639, 1.0662479400634766, 594.34375, 599.9324951171875, 0.0006004009046591818, -0.2321700155735016, -0.8370810151100159, 1.9127203226089478, -1.0705513954162598, 0.00027844886062666774], "std": [0.1518658548593521, 0.08402643352746964, 0.14155322313308716, 0.08983541280031204, 0.085915707051754, 0.06247861683368683, 0.10774613916873932, 0.03898060694336891, 0.024944650009274483, 0.06520666182041168, 0.2052125632762909, 0.1232832744717598, 0.11965670436620712, 0.11747387051582336, 0.046760838478803635, 0.0806160569190979, 0.18062707781791687, 0.03831987455487251, 0.05631589516997337, 0.0502326563000679, 0.02715250849723816, 0.03218855336308479, 0.02930748090147972, 0.054086390882730484, 0.055233679711818695, 0.026459889486432076, 477.63421630859375, 476.9399719238281, 9.01232851902023e-06, 0.00014974441728554666, 0.00018122041365131736, 6.317230145214126e-05, 0.0004060284700244665, 0.0005825809203088284], "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": [315], "max": [315], "mean": [315.0], "std": [0.0], "count": [800]}, "index": {"min": [270274], "max": [271073], "mean": [270673.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.635, 0.598825000130455], "std": [0.4814301610825827, 0.47600427455325833], "count": [800]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.635, 0.598825000130455], "std": [0.4814301610825827, 0.47600427455325833], "count": [800]}, "eef_direction_state": {"mean": [4.8525, 5.23125], "std": [1.846142938669698, 1.7579173579836083], "min": [0, 0], "max": [6, 6], "count": [800]}, "eef_velocity_state": {"mean": [0.3625, 0.1875], "std": [0.5732309743899056, 0.41514304763539034], "min": [0, 0], "max": [2, 2], "count": [800]}, "eef_acc_mag_state": {"mean": [0.30125, 0.15375], "std": [0.6426495448531784, 0.4796987987268651], "min": [0, 0], "max": [2, 2], "count": [800]}, "eef_direction_action": {"mean": [4.8525, 5.23125], "std": [1.846142938669698, 1.7579173579836083], "min": [0, 0], "max": [6, 6], "count": [800]}, "eef_velocity_action": {"mean": [0.3625, 0.1875], "std": [0.5732309743899056, 0.41514304763539034], "min": [0, 0], "max": [2, 2], "count": [800]}, "eef_acc_mag_action": {"mean": [0.30125, 0.15375], "std": [0.6426495448531784, 0.4796987987268651], "min": [0, 0], "max": [2, 2], "count": [800]}, "eef_sim_pose_state": {"mean": [0.396093135517576, 0.2475136843463033, 1.176860152256031, -0.03934367714575935, 0.002848006094822503, 1.3072415851282917, 0.415146880747117, -0.236253212637089, 1.1584461111181477, -0.03337568118430947, 0.01276481060517072, -1.332478188286691], "std": [0.03065032008740381, 0.04663079576093079, 0.03441395719748019, 0.04310152363438851, 0.04391035129134849, 0.2226737986645182, 0.03266131577786685, 0.027119165913633305, 0.02385577154700375, 0.04614131771755396, 0.04331771739959899, 0.021752977206184573], "min": [0.3658186527627015, 0.12499438542966548, 1.1449963116260988, -0.14684619912927604, -0.12253374651831384, 0.8078875318323999, 0.393118181788617, -0.2590235699168438, 1.1129099798039126, -0.1476885298834163, -0.0675404254572336, -1.354900679914362], "max": [0.5030696461771621, 0.3071820924726738, 1.241648788473262, 0.0017181240852013335, 0.08776815819868866, 1.4467320647086053, 0.4933425127835246, -0.18868090995247017, 1.1770143860660696, 0.0581792384887293, 0.11835865959102665, -1.267434327908072], "count": [800]}, "eef_sim_pose_action": {"mean": [0.3960999154291826, 0.24753520952685493, 1.1768456944242436, -0.03932220551525427, 0.002799665932975927, 1.307226401173144, 0.4151479917534841, -0.23633967121290872, 1.158486102428947, -0.033461186408442166, 0.012849915953119557, -1.3325322950919698], "std": [0.03064813292165548, 0.04664261785890293, 0.03442481359994466, 0.04311664723131108, 0.04389872628639263, 0.22266475441079187, 0.0326606925133602, 0.027077661930105884, 0.02385910543756896, 0.04605423548818322, 0.04322672403456303, 0.021736704663078428], "min": [0.3658186527627015, 0.12499438542966548, 1.1449963116260988, -0.14684619912927604, -0.12253374651831384, 0.8078875318323999, 0.393118181788617, -0.2590235699168438, 1.1129099798039126, -0.1476885298834163, -0.0675404254572336, -1.354900679914362], "max": [0.5030696461771621, 0.3071820924726738, 1.241648788473262, 0.0017181240852013335, 0.08776815819868866, 1.4467320647086053, 0.4933425127835246, -0.18868090995247017, 1.1770143860660696, 0.0581792384887293, 0.11835865959102665, -1.267434327908072], "count": [800]}, "gripper_mode_state": {"mean": [0.365, 0.40125], "std": [0.4814301610825827, 0.4901514434335522], "min": [0, 0], "max": [1, 1], "count": [800]}, "gripper_activity_state": {"mean": [1.98875, 1.86875], "std": [0.13646771596242127, 0.44891361919639605], "min": [0, 0], "max": [2, 2], "count": [800]}, "gripper_mode_action": {"mean": [0.365, 0.40125], "std": [0.4814301610825827, 0.4901514434335522], "min": [0, 0], "max": [1, 1], "count": [800]}, "gripper_activity_action": {"mean": [1.98875, 1.86875], "std": [0.13646771596242127, 0.4489136191963961], "min": [0, 0], "max": [2, 2], "count": [800]}}} +{"episode_index": 315, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4653114247311828]], [[0.4475553223170989]], [[0.43648081778410286]]], "std": [[[0.16721869839832926]], [[0.1731133249408638]], [[0.17730300485874306]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4768565333122496]], [[0.46836462022981235]], [[0.46259071921779465]]], "std": [[[0.14848032008547343]], [[0.15039160582021888]], [[0.15398347600683956]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.456116470324689]], [[0.4564099739089184]], [[0.44676248155176046]]], "std": [[[0.15592477445322417]], [[0.152350049588613]], [[0.15896008580634052]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5010682084123972]], [[0.48858603863588446]], [[0.47310980655703144]]], "std": [[[0.16187609826121155]], [[0.15653019031746976]], [[0.16575223788514482]]], "count": [155]}, "observation.state": {"min": [-0.32267647981643677, 0.10815805196762085, -0.1503775715827942, -2.280202865600586, -0.3967133164405823, -0.10358528792858124, -0.4219158887863159, -0.28326401114463806, 0.31296300888061523, 0.00444599986076355, -1.9680904150009155, -1.7250261306762695, -1.2052549123764038, -0.2669830024242401, 0.002373647876083851, -0.2626371383666992, -1.9690978527069092, 0.03958406671881676, -0.06375688314437866, -0.026232298463582993, -0.33479800820350647, -0.47210800647735596, 0.10966499894857407, 1.2384650707244873, -1.4695963859558105, 0.9944131374359131, 0.0, 0.0, 0.0005865221028216183, -0.2323642522096634, -0.8379600048065186, 1.912014365196228, -1.0722057819366455, -0.0023446364793926477], "max": [0.4153185486793518, 0.4361054003238678, 0.4613429009914398, -1.4793411493301392, -0.14800390601158142, 0.19308577477931976, -0.019477875903248787, -0.1698870062828064, 0.48062801361083984, 0.2284419983625412, -1.296558141708374, -1.1804214715957642, -0.7674737572669983, 0.12206833064556122, 0.1892635077238083, -0.018046705052256584, -1.3689489364624023, 0.1275835633277893, 0.11847294867038727, 0.1374272257089615, -0.24123500287532806, -0.36294299364089966, 0.176269993185997, 1.480151891708374, -1.2556387186050415, 1.1269770860671997, 1001.0, 1002.0, 0.0006072007236070931, -0.23068176209926605, -0.836309552192688, 1.9130966663360596, -1.06873619556427, 0.002013349672779441], "mean": [0.18134170770645142, 0.25310811400413513, 0.10119690746068954, -1.8643548488616943, -0.24784794449806213, 0.0062843309715390205, -0.1250828355550766, -0.2502291202545166, 0.37440934777259827, 0.16466458141803741, -1.4837936162948608, -1.3829667568206787, -1.0862696170806885, -0.1877434253692627, 0.13869665563106537, -0.08526761084794998, -1.8388005495071411, 0.06825689971446991, 0.037251923233270645, 0.09917327016592026, -0.2680628299713135, -0.3826156556606293, 0.15320278704166412, 1.4185400009155273, -1.3128316402435303, 1.0751781463623047, 531.2963256835938, 622.83154296875, 0.0005947556346654892, -0.23184190690517426, -0.8369996547698975, 1.9126596450805664, -1.0705379247665405, 0.00022423484188038856], "std": [0.20618440210819244, 0.0598265714943409, 0.16997937858104706, 0.16146519780158997, 0.05011249706149101, 0.07047922164201736, 0.13292251527309418, 0.04130043089389801, 0.03551660478115082, 0.07196453958749771, 0.24549391865730286, 0.1442030519247055, 0.13641418516635895, 0.11921456456184387, 0.05555940791964531, 0.0836176648736, 0.1909334659576416, 0.01288657821714878, 0.043124496936798096, 0.05545536428689957, 0.034186951816082, 0.033560872077941895, 0.026645606383681297, 0.08165109902620316, 0.06759575754404068, 0.022109849378466606, 486.3177795410156, 472.23876953125, 1.4249916375774774e-06, 0.00029734402778558433, 0.00025244904099963605, 0.00021303253015503287, 0.000492116785608232, 0.00044779182644560933], "count": [837]}, "action": {"min": [-0.32267647981643677, 0.10815805196762085, -0.1503775715827942, -2.280202865600586, -0.3967133164405823, -0.10358528792858124, -0.4219158887863159, -0.28326401114463806, 0.31296300888061523, 0.00444599986076355, -1.9680904150009155, -1.7250261306762695, -1.2052549123764038, -0.2669830024242401, 0.002373647876083851, -0.2626371383666992, -1.9690978527069092, 0.03958406671881676, -0.06375688314437866, -0.026232298463582993, -0.33479800820350647, -0.47210800647735596, 0.10966499894857407, 1.2384650707244873, -1.4695963859558105, 0.9944131374359131, 0.0, 0.0, 0.0005865221028216183, -0.2323642522096634, -0.8379600048065186, 1.912014365196228, -1.0722057819366455, -0.0023446364793926477], "max": [0.4153185486793518, 0.4361054003238678, 0.4613429009914398, -1.4793411493301392, -0.14800390601158142, 0.19308577477931976, -0.019477875903248787, -0.1698870062828064, 0.48062801361083984, 0.2284419983625412, -1.296558141708374, -1.1804214715957642, -0.7674737572669983, 0.12206833064556122, 0.1892635077238083, -0.018046705052256584, -1.3689489364624023, 0.1275835633277893, 0.11847294867038727, 0.1374272257089615, -0.24123500287532806, -0.36294299364089966, 0.176269993185997, 1.480151891708374, -1.2556387186050415, 1.1269770860671997, 1001.0, 1002.0, 0.0006072007236070931, -0.23068176209926605, -0.836309552192688, 1.9130966663360596, -1.06873619556427, 0.002013349672779441], "mean": [0.18136689066886902, 0.25308579206466675, 0.10110262036323547, -1.8643473386764526, -0.247793510556221, 0.006189390551298857, -0.1251743882894516, -0.25022193789482117, 0.3744032084941864, 0.16468998789787292, -1.4838833808898926, -1.3828763961791992, -1.086285948753357, -0.18784849345684052, 0.13866452872753143, -0.08498795330524445, -1.8390318155288696, 0.06825663894414902, 0.03738900274038315, 0.09936702996492386, -0.2680042088031769, -0.38260096311569214, 0.15327893197536469, 1.4185223579406738, -1.3127564191818237, 1.0752006769180298, 531.2963256835938, 622.83154296875, 0.0005947555764578283, -0.2318408042192459, -0.8369995355606079, 1.912659764289856, -1.0705379247665405, 0.000224322167923674], "std": [0.20619623363018036, 0.05983458086848259, 0.17003396153450012, 0.16146598756313324, 0.05013061314821243, 0.07056891173124313, 0.13287629187107086, 0.04129520803689957, 0.035518404096364975, 0.07198137044906616, 0.24543939530849457, 0.14426694810390472, 0.1364266574382782, 0.11924010515213013, 0.05553827062249184, 0.08341484516859055, 0.1909690648317337, 0.0128866545855999, 0.04298559948801994, 0.05530012771487236, 0.034187790006399155, 0.03356635943055153, 0.02661219798028469, 0.08164012432098389, 0.06761302798986435, 0.022110410034656525, 486.3177795410156, 472.23876953125, 1.424991410203802e-06, 0.00029836580506525934, 0.00025253184139728546, 0.00021307735005393624, 0.0004921182407997549, 0.0004478005866985768], "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": [316], "max": [316], "mean": [316.0], "std": [0.0], "count": [837]}, "index": {"min": [271074], "max": [271910], "mean": [271492.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5710872162485066, 0.6216750299375006], "std": [0.4949208095100045, 0.4713067697754964], "count": [837]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5710872162485066, 0.6216750299375006], "std": [0.4949208095100045, 0.4713067697754964], "count": [837]}, "eef_direction_state": {"mean": [4.720430107526882, 5.187574671445639], "std": [2.008518491192921, 1.8829394318252122], "min": [0, 0], "max": [6, 6], "count": [837]}, "eef_velocity_state": {"mean": [0.3918757467144564, 0.18518518518518517], "std": [0.5981500304055383, 0.42935351404113503], "min": [0, 0], "max": [2, 2], "count": [837]}, "eef_acc_mag_state": {"mean": [0.35603345280764637, 0.14336917562724014], "std": [0.6946647946294955, 0.4621849554068807], "min": [0, 0], "max": [2, 2], "count": [837]}, "eef_direction_action": {"mean": [4.720430107526882, 5.187574671445639], "std": [2.008518491192921, 1.8829394318252122], "min": [0, 0], "max": [6, 6], "count": [837]}, "eef_velocity_action": {"mean": [0.3918757467144564, 0.18518518518518517], "std": [0.5981500304055383, 0.42935351404113503], "min": [0, 0], "max": [2, 2], "count": [837]}, "eef_acc_mag_action": {"mean": [0.35603345280764637, 0.14336917562724014], "std": [0.6946647946294955, 0.4621849554068808], "min": [0, 0], "max": [2, 2], "count": [837]}, "eef_sim_pose_state": {"mean": [0.39944504612248144, 0.24547942976107692, 1.1847040374821496, -0.06256065013575329, -0.024172838987194585, 1.2729289916818727, 0.4017438427242513, -0.227164416108183, 1.1713586280522232, 0.02312021733742408, -0.058360985964438235, -1.3509178041808982], "std": [0.045909159281893035, 0.048926793950149025, 0.036985824208586315, 0.057785944415957434, 0.06717802330333589, 0.25696724774906, 0.033490474150939246, 0.025619455375180924, 0.027725984177703784, 0.06502037265932026, 0.05397808599589742, 0.02847873749407943], "min": [0.33504524051568246, 0.13189468415391614, 1.1521368638766651, -0.19902046932636558, -0.18255559797650434, 0.7057171299941093, 0.38130524857677406, -0.24771943854908246, 1.1192355954244544, -0.12475621021507044, -0.09575694751065722, -1.4038636433141922], "max": [0.5231169402834085, 0.30647273087476873, 1.2652655174687386, -0.014434606503293201, 0.03277011029835086, 1.464119425068438, 0.49049219647799497, -0.18866439908390414, 1.1926732296445353, 0.07257052829735533, 0.05744195354046511, -1.2716602346155867], "count": [837]}, "eef_sim_pose_action": {"mean": [0.39943938537286094, 0.24550461370885293, 1.184701959725076, -0.06264156035790475, -0.024240123704765592, 1.272933469464618, 0.40172761912646754, -0.22723400874595764, 1.171415455800697, 0.023136207645112112, -0.058391795660582224, -1.3509798359248533], "std": [0.04591141733675847, 0.048942019680940786, 0.036987440137978785, 0.0577700927042965, 0.06714921110051886, 0.2569702948474745, 0.03349635568069044, 0.02559390471519489, 0.027719594406463877, 0.06502812428136225, 0.05399063820208192, 0.02843374717301273], "min": [0.33504524051568246, 0.13189468415391614, 1.1521368638766651, -0.19902046932636558, -0.18255559797650434, 0.7057171299941093, 0.38130524857677406, -0.24771943854908246, 1.1192355954244544, -0.12475621021507044, -0.09575694751065722, -1.4038636433141922], "max": [0.5231169402834085, 0.30647273087476873, 1.2652655174687386, -0.014434606503293201, 0.03277011029835086, 1.464119425068438, 0.49049219647799497, -0.18866439908390414, 1.1926732296445353, 0.07257052829735533, 0.05744195354046511, -1.2716602346155867], "count": [837]}, "gripper_mode_state": {"mean": [0.42891278375149344, 0.37873357228195936], "std": [0.4949208095100045, 0.4850715962705914], "min": [0, 0], "max": [1, 1], "count": [837]}, "gripper_activity_state": {"mean": [1.989247311827957, 1.875746714456392], "std": [0.13343735103215948, 0.4386871615298507], "min": [0, 0], "max": [2, 2], "count": [837]}, "gripper_mode_action": {"mean": [0.42891278375149344, 0.37873357228195936], "std": [0.4949208095100045, 0.4850715962705914], "min": [0, 0], "max": [1, 1], "count": [837]}, "gripper_activity_action": {"mean": [1.989247311827957, 1.875746714456392], "std": [0.13343735103215948, 0.4386871615298507], "min": [0, 0], "max": [2, 2], "count": [837]}}} +{"episode_index": 316, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47125488583591335]], [[0.45255314085612314]], [[0.441410204624613]]], "std": [[[0.17397787079854063]], [[0.17953156818639426]], [[0.1834712001989793]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4773845056114551]], [[0.4679583319895941]], [[0.46258067272961817]]], "std": [[[0.14875868690312763]], [[0.15090658374989255]], [[0.15466682041343743]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.454694678255074]], [[0.4560025033862229]], [[0.44647286452958374]]], "std": [[[0.15955614422506811]], [[0.15635326400065738]], [[0.16276266580526505]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5110817745958032]], [[0.49736463439542483]], [[0.4830486742668559]]], "std": [[[0.16477386266062505]], [[0.15842321024957245]], [[0.16837259249328929]]], "count": [152]}, "observation.state": {"min": [-0.2824990153312683, 0.1276010125875473, -0.15046483278274536, -2.131884813308716, -0.49101346731185913, -0.09351474046707153, -0.4072376787662506, -0.29079899191856384, 0.3174009919166565, 0.03147299960255623, -1.87750244140625, -1.7334208488464355, -1.226906180381775, -0.1869247704744339, 0.031101766973733902, -0.2626371383666992, -1.8947643041610718, -0.02373647876083851, -0.06377433240413666, -0.026232298463582993, -0.33254700899124146, -0.4801720082759857, 0.10293100029230118, 1.2179796695709229, -1.483761191368103, 0.9468142986297607, 0.0, 0.0, 0.0005714830476790667, -0.2350919544696808, -0.837925910949707, 1.9120848178863525, -1.072693943977356, -0.0013811523094773293], "max": [0.41955968737602234, 0.4934045970439911, 0.4472231864929199, -1.650069236755371, -0.12053243815898895, 0.2460041642189026, -0.01979203335940838, -0.17664699256420135, 0.4690510034561157, 0.23824599385261536, -1.2966423034667969, -1.1932390928268433, -0.7795029878616333, 0.14931292831897736, 0.18957766890525818, -0.004625122062861919, -1.376436471939087, 0.10344566404819489, 0.1886177361011505, 0.1665044128894806, -0.25265899300575256, -0.37613898515701294, 0.1828249990940094, 1.4771395921707153, -1.3079559803009033, 1.0741642713546753, 1001.0, 1002.0, 0.0006541977054439485, -0.22908763587474823, -0.8360147476196289, 1.912946105003357, -1.0682084560394287, 0.004185223486274481], "mean": [0.18595384061336517, 0.25080254673957825, 0.09740087389945984, -1.855406403541565, -0.2617437541484833, 0.021061399951577187, -0.08773443847894669, -0.2579793930053711, 0.3760693073272705, 0.17156845331192017, -1.420284628868103, -1.384253740310669, -1.1100552082061768, -0.12463309615850449, 0.12645234167575836, -0.08249823749065399, -1.7830536365509033, 0.07907599955797195, 0.11394334584474564, 0.11169560253620148, -0.2764951288700104, -0.4006379246711731, 0.15477398037910461, 1.357267141342163, -1.3575245141983032, 1.0404688119888306, 552.6170043945312, 608.637939453125, 0.0005970587953925133, -0.23147282004356384, -0.8369818329811096, 1.912791132926941, -1.0705527067184448, 0.00030500671709887683], "std": [0.18616576492786407, 0.06999112665653229, 0.13985806703567505, 0.08458199352025986, 0.07398635149002075, 0.09268415719270706, 0.11204449832439423, 0.04112035036087036, 0.031611792743206024, 0.06119776517152786, 0.19577252864837646, 0.1392325758934021, 0.12888287007808685, 0.10519298166036606, 0.044747818261384964, 0.08829130232334137, 0.16679541766643524, 0.018194008618593216, 0.07116375863552094, 0.06133146956562996, 0.028705663979053497, 0.03034099191427231, 0.028920002281665802, 0.07220249623060226, 0.055783942341804504, 0.03071473352611065, 484.1642761230469, 475.26812744140625, 6.512136678793468e-06, 0.0012899914290755987, 0.0003343674761708826, 0.00013142064562998712, 0.0004906306858174503, 0.0005735074519179761], "count": [812]}, "action": {"min": [-0.2824990153312683, 0.1276010125875473, -0.15046483278274536, -2.131884813308716, -0.49101346731185913, -0.09351474046707153, -0.4072376787662506, -0.29079899191856384, 0.3174009919166565, 0.03147299960255623, -1.87750244140625, -1.7334208488464355, -1.226906180381775, -0.1869247704744339, 0.031101766973733902, -0.2626371383666992, -1.8947643041610718, -0.02373647876083851, -0.06377433240413666, -0.026232298463582993, -0.33254700899124146, -0.4801720082759857, 0.10293100029230118, 1.2179796695709229, -1.483761191368103, 0.9468142986297607, 0.0, 0.0, 0.0005714830476790667, -0.2350919544696808, -0.837925910949707, 1.9120848178863525, -1.072693943977356, -0.0013811523094773293], "max": [0.41955968737602234, 0.4934045970439911, 0.4472231864929199, -1.650069236755371, -0.12053243815898895, 0.2460041642189026, -0.01979203335940838, -0.17664699256420135, 0.4690510034561157, 0.23824599385261536, -1.2966423034667969, -1.1932390928268433, -0.7795029878616333, 0.14931292831897736, 0.1895078420639038, -0.004625122062861919, -1.376436471939087, 0.10344566404819489, 0.1886177361011505, 0.1665044128894806, -0.25265899300575256, -0.37613898515701294, 0.1828249990940094, 1.4771395921707153, -1.3079559803009033, 1.0741642713546753, 1001.0, 1002.0, 0.0006541977054439485, -0.22908763587474823, -0.8360147476196289, 1.912946105003357, -1.0682084560394287, 0.004185223486274481], "mean": [0.18597650527954102, 0.2507253885269165, 0.09734111279249191, -1.8553755283355713, -0.26158204674720764, 0.020974647253751755, -0.08775361627340317, -0.2579876482486725, 0.37606337666511536, 0.17157913744449615, -1.42032790184021, -1.3841079473495483, -1.1100438833236694, -0.12464281171560287, 0.1263941377401352, -0.0821957215666771, -1.7832008600234985, 0.07909759879112244, 0.11419889330863953, 0.11191637068986893, -0.2764495313167572, -0.4006514549255371, 0.1548580825328827, 1.3571430444717407, -1.3575186729431152, 1.040454387664795, 552.6170043945312, 608.637939453125, 0.0005970796337351203, -0.2314731925725937, -0.8369817137718201, 1.9127910137176514, -1.0705530643463135, 0.0003046723431907594], "std": [0.18617664277553558, 0.07003643363714218, 0.13989198207855225, 0.08458880335092545, 0.0741465836763382, 0.09275607019662857, 0.11203426867723465, 0.04112608730792999, 0.03161398693919182, 0.06120380386710167, 0.19574910402297974, 0.13936273753643036, 0.1288767009973526, 0.10519788414239883, 0.044696178287267685, 0.0880943089723587, 0.16683757305145264, 0.018188858404755592, 0.07089750468730927, 0.06115841865539551, 0.02871074713766575, 0.030332526192069054, 0.02888808585703373, 0.07208301872015, 0.05578688904643059, 0.030705297365784645, 484.16424560546875, 475.26812744140625, 6.529491201945348e-06, 0.0012899355497211218, 0.0003344370052218437, 0.00013147687423042953, 0.0004904426750726998, 0.0005734872538596392], "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": [317], "max": [317], "mean": [317.0], "std": [0.0], "count": [812]}, "index": {"min": [271911], "max": [272722], "mean": [272316.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5948275862068966, 0.6075123155006699], "std": [0.4909253801690977, 0.4743353853289987], "count": [812]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5948275862068966, 0.6075123155006699], "std": [0.4909253801690977, 0.4743353853289987], "count": [812]}, "eef_direction_state": {"mean": [4.958128078817734, 5.043103448275862], "std": [1.910102889279848, 2.0273655462850915], "min": [0, 0], "max": [6, 6], "count": [812]}, "eef_velocity_state": {"mean": [0.3288177339901478, 0.21551724137931033], "std": [0.602954206105967, 0.44842977653258537], "min": [0, 0], "max": [2, 2], "count": [812]}, "eef_acc_mag_state": {"mean": [0.28201970443349755, 0.13177339901477833], "std": [0.628174193473215, 0.4395758231716339], "min": [0, 0], "max": [2, 2], "count": [812]}, "eef_direction_action": {"mean": [4.958128078817734, 5.043103448275862], "std": [1.910102889279848, 2.0273655462850915], "min": [0, 0], "max": [6, 6], "count": [812]}, "eef_velocity_action": {"mean": [0.3288177339901478, 0.21551724137931033], "std": [0.602954206105967, 0.44842977653258537], "min": [0, 0], "max": [2, 2], "count": [812]}, "eef_acc_mag_action": {"mean": [0.28201970443349755, 0.13177339901477833], "std": [0.628174193473215, 0.4395758231716339], "min": [0, 0], "max": [2, 2], "count": [812]}, "eef_sim_pose_state": {"mean": [0.3987222205781553, 0.24801632442119897, 1.1794362610348637, -0.04051784255698303, 0.006530661964760739, 1.3150402671123973, 0.41973911170006045, -0.2282782991904815, 1.1703268444030825, -0.04177511071235922, -0.03257960962761966, -1.3511159987917656], "std": [0.03852497199402881, 0.04168860028331799, 0.03814006611388199, 0.032993351222128084, 0.03893623300102314, 0.22839011144865473, 0.030743096140639577, 0.02685571209177856, 0.024099641128066302, 0.06525823952859713, 0.040349169598921125, 0.02326952673263919], "min": [0.346386041330719, 0.14410984752790462, 1.1448209990601037, -0.14336205696941767, -0.12786111094976182, 0.793695433160546, 0.39595205049266435, -0.25561909264204713, 1.1255864367598385, -0.17847183592978233, -0.07547585597377404, -1.3815632471907202], "max": [0.5043338277642105, 0.31266755767668514, 1.2548938390253892, -0.017476533432065233, 0.05066234001655823, 1.5040051496414384, 0.49960168280205014, -0.1782944494164858, 1.190685180989606, 0.04858578145801318, 0.05581022099913713, -1.3003091049390607], "count": [812]}, "eef_sim_pose_action": {"mean": [0.39871584738728866, 0.2480205385214073, 1.1794225940926277, -0.04056511565003772, 0.006425819525010143, 1.3151010770541018, 0.4197503444503789, -0.22835372438762377, 1.1703817221977755, -0.04185651677418379, -0.03256030413164175, -1.351189131005688], "std": [0.03852791524992541, 0.04169043812276765, 0.03815014266777498, 0.03298796614960363, 0.03898004256260008, 0.2284314981683097, 0.030736228604732314, 0.02683055971779828, 0.024092041979460996, 0.0651866583862067, 0.04033606369201645, 0.023214461971201836], "min": [0.346386041330719, 0.14410984752790462, 1.1448209990601037, -0.14336205696941767, -0.12786111094976182, 0.793695433160546, 0.39595205049266435, -0.25561909264204713, 1.1255864367598385, -0.17847183592978233, -0.07547585597377404, -1.3815632471907202], "max": [0.5043338277642105, 0.31266755767668514, 1.2548938390253892, -0.017476533432065233, 0.05066234001655823, 1.5040051496414384, 0.49960168280205014, -0.1782944494164858, 1.190685180989606, 0.048574154845661965, 0.05581022099913713, -1.3003091049390607], "count": [812]}, "gripper_mode_state": {"mean": [0.4051724137931034, 0.39285714285714285], "std": [0.4909253801690977, 0.4883855118277667], "min": [0, 0], "max": [1, 1], "count": [812]}, "gripper_activity_state": {"mean": [1.9889162561576355, 1.8669950738916257], "std": [0.1354623823294782, 0.4516465061064845], "min": [0, 0], "max": [2, 2], "count": [812]}, "gripper_mode_action": {"mean": [0.4051724137931034, 0.39285714285714285], "std": [0.4909253801690977, 0.4883855118277667], "min": [0, 0], "max": [1, 1], "count": [812]}, "gripper_activity_action": {"mean": [1.9889162561576355, 1.8669950738916257], "std": [0.1354623823294782, 0.4516465061064845], "min": [0, 0], "max": [2, 2], "count": [812]}}} +{"episode_index": 317, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4681641068433952]], [[0.4522504313402993]], [[0.4408435094706742]]], "std": [[[0.17723350550027636]], [[0.18250807995309615]], [[0.18595660767847064]]], "count": [152]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4785671789000688]], [[0.4694334728134675]], [[0.46323218336128313]]], "std": [[[0.14881320874736007]], [[0.15114534360412718]], [[0.15457044366974118]]], "count": [152]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45263258809554524]], [[0.4541964546783626]], [[0.44439856112401105]]], "std": [[[0.157844798857559]], [[0.15368879245514477]], [[0.16017486867421546]]], "count": [152]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5010983724630204]], [[0.48945735374742005]], [[0.4741562419375645]]], "std": [[[0.16158844157172153]], [[0.15479547954793207]], [[0.16415739547435987]]], "count": [152]}, "observation.state": {"min": [-0.34779176115989685, 0.15217524766921997, -0.25537657737731934, -2.170910358428955, -0.5439842343330383, -0.02488839440047741, -0.406696617603302, -0.28456899523735046, 0.3245370090007782, -0.0009500000160187483, -1.9106395244598389, -1.87652587890625, -1.2387664318084717, -0.17706365883350372, 0.08421213179826736, -0.26258477568626404, -1.896684169769287, 0.06562437862157822, -0.0768817588686943, -0.0262148454785347, -0.3396790027618408, -0.48197200894355774, 0.1090489998459816, 1.2975060939788818, -1.4866195917129517, 0.9570046067237854, 0.0, 0.0, 0.0005827622953802347, -0.23506376147270203, -0.837760329246521, 1.9117330312728882, -1.0732976198196411, -0.002880960237234831], "max": [0.4007275700569153, 0.49616217613220215, 0.5373170375823975, -1.628357172012329, -0.2088460922241211, 0.24434609711170197, 0.022968532517552376, -0.17306800186634064, 0.47360798716545105, 0.26635798811912537, -1.2421752214431763, -1.2354583740234375, -0.6306999325752258, 0.16489870846271515, 0.23809781670570374, 0.00047123891999945045, -1.3411459922790527, 0.203348308801651, 0.10271263122558594, 0.19058994948863983, -0.23711200058460236, -0.3761569857597351, 0.1950950026512146, 1.4806681871414185, -1.3291609287261963, 1.123634934425354, 1001.0, 1002.0, 0.0006241195951588452, -0.22914402186870575, -0.8358341455459595, 1.9131046533584595, -1.067550778388977, 0.0034543045330792665], "mean": [0.15086433291435242, 0.2632342576980591, 0.11508065462112427, -1.8487988710403442, -0.29513880610466003, 0.046440489590168, -0.09833978861570358, -0.25307750701904297, 0.37998005747795105, 0.16737696528434753, -1.428052544593811, -1.4176054000854492, -1.0882648229599, -0.11353014409542084, 0.19629350304603577, -0.07341433316469193, -1.7744592428207397, 0.16476000845432281, 0.046814482659101486, 0.14812801778316498, -0.2656409442424774, -0.4027729034423828, 0.16797246038913727, 1.4362417459487915, -1.3681925535202026, 1.0709819793701172, 584.4871215820312, 645.9951171875, 0.0006092292023822665, -0.23157738149166107, -0.8370189666748047, 1.9127038717269897, -1.0704907178878784, 0.0002361046790610999], "std": [0.21287643909454346, 0.075004942715168, 0.1810755580663681, 0.09604533761739731, 0.09499777108430862, 0.0948924794793129, 0.13262175023555756, 0.04525771364569664, 0.029346343129873276, 0.07155288010835648, 0.22786372900009155, 0.1854339987039566, 0.1784694939851761, 0.10984082520008087, 0.05155300721526146, 0.09168671816587448, 0.18733564019203186, 0.04680659994482994, 0.045914262533187866, 0.06727933883666992, 0.03805357962846756, 0.031432926654815674, 0.03174314275383949, 0.06418785452842712, 0.0523277148604393, 0.04070276394486427, 479.7829895019531, 465.0800476074219, 2.2645376702712383e-06, 0.0013735276879742742, 0.00027205387596040964, 0.00022159042418934405, 0.000604811473749578, 0.0007893841830082238], "count": [815]}, "action": {"min": [-0.34779176115989685, 0.15217524766921997, -0.25537657737731934, -2.170910358428955, -0.5439842343330383, -0.02488839440047741, -0.406696617603302, -0.28456899523735046, 0.3245370090007782, -0.0009500000160187483, -1.9106395244598389, -1.87652587890625, -1.2387664318084717, -0.17706365883350372, 0.08421213179826736, -0.26258477568626404, -1.896684169769287, 0.06562437862157822, -0.0768817588686943, -0.0262148454785347, -0.3396790027618408, -0.48197200894355774, 0.1090489998459816, 1.2975060939788818, -1.4866195917129517, 0.9570046067237854, 0.0, 0.0, 0.0005827622953802347, -0.23506376147270203, -0.837760329246521, 1.9117330312728882, -1.0732976198196411, -0.002880960237234831], "max": [0.4007275700569153, 0.49616217613220215, 0.5373170375823975, -1.628357172012329, -0.2088460922241211, 0.24434609711170197, 0.022968532517552376, -0.17306800186634064, 0.47360798716545105, 0.26635798811912537, -1.2421752214431763, -1.2354583740234375, -0.6306999325752258, 0.16489870846271515, 0.23809781670570374, 0.00047123891999945045, -1.3411459922790527, 0.203348308801651, 0.10271263122558594, 0.19058994948863983, -0.23711200058460236, -0.3761569857597351, 0.1950950026512146, 1.4806681871414185, -1.3291609287261963, 1.123634934425354, 1001.0, 1002.0, 0.0006241195951588452, -0.22914402186870575, -0.8358341455459595, 1.9131046533584595, -1.067550778388977, 0.0034543045330792665], "mean": [0.1507767289876938, 0.26316171884536743, 0.1150408685207367, -1.8487398624420166, -0.2951020896434784, 0.04648667946457863, -0.09834206104278564, -0.25307390093803406, 0.3800058960914612, 0.16738468408584595, -1.427994966506958, -1.4175732135772705, -1.0883066654205322, -0.11352921277284622, 0.19634583592414856, -0.07309972494840622, -1.7746127843856812, 0.1649206578731537, 0.04697972536087036, 0.1483895480632782, -0.26557356119155884, -0.40278732776641846, 0.16807350516319275, 1.436238408088684, -1.3682043552398682, 1.0710194110870361, 584.4871215820312, 645.9951171875, 0.00060922687407583, -0.23157744109630585, -0.8370190858840942, 1.9127039909362793, -1.0704905986785889, 0.00023643660824745893], "std": [0.21284393966197968, 0.07505497336387634, 0.18109485507011414, 0.09605991095304489, 0.09501954913139343, 0.09486889839172363, 0.13262048363685608, 0.04525541141629219, 0.029343904927372932, 0.0715569406747818, 0.22790245711803436, 0.18545345962047577, 0.17849616706371307, 0.1098400205373764, 0.0515674352645874, 0.09147649258375168, 0.18738313019275665, 0.046691350638866425, 0.04575834050774574, 0.06701508909463882, 0.03805529326200485, 0.03142329677939415, 0.03168853744864464, 0.06418599933385849, 0.05232018977403641, 0.04071275517344475, 479.7829895019531, 465.08001708984375, 2.2637302663497394e-06, 0.001373523031361401, 0.00027202966157346964, 0.0002216465218225494, 0.0006048260256648064, 0.0007894273730926216], "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": [318], "max": [318], "mean": [318.0], "std": [0.0], "count": [815]}, "index": {"min": [272723], "max": [273537], "mean": [273130.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6269938650306749, 0.6447926381448615], "std": [0.4836037202550963, 0.46416158858618833], "count": [815]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6269938650306749, 0.6447926381448615], "std": [0.4836037202550963, 0.4641615885861883], "count": [815]}, "eef_direction_state": {"mean": [4.683435582822086, 5.348466257668711], "std": [2.0196356290359088, 1.6298728102817641], "min": [0, 0], "max": [6, 6], "count": [815]}, "eef_velocity_state": {"mean": [0.41840490797546015, 0.19263803680981595], "std": [0.6385604269539533, 0.44687851002815654], "min": [0, 0], "max": [2, 2], "count": [815]}, "eef_acc_mag_state": {"mean": [0.3116564417177914, 0.1607361963190184], "std": [0.6466897908956741, 0.4827624474981151], "min": [0, 0], "max": [2, 2], "count": [815]}, "eef_direction_action": {"mean": [4.683435582822086, 5.348466257668711], "std": [2.0196356290359088, 1.6298728102817641], "min": [0, 0], "max": [6, 6], "count": [815]}, "eef_velocity_action": {"mean": [0.41840490797546015, 0.19263803680981595], "std": [0.6385604269539532, 0.44687851002815654], "min": [0, 0], "max": [2, 2], "count": [815]}, "eef_acc_mag_action": {"mean": [0.3116564417177914, 0.1607361963190184], "std": [0.6466897908956741, 0.4827624474981151], "min": [0, 0], "max": [2, 2], "count": [815]}, "eef_sim_pose_state": {"mean": [0.40509237678556886, 0.24629568657999773, 1.1852166281834515, -0.03285100626928993, 0.018182767598465478, 1.2840836313291002, 0.42308282777583295, -0.2466905417548326, 1.1736861075445248, 0.023766122067081206, -0.029716610811872723, -1.3058610713659926], "std": [0.04109662967170595, 0.04631946123703976, 0.04258829732085606, 0.0258472386933115, 0.032580510192661824, 0.29049228084411954, 0.03159761474883375, 0.03145166452178017, 0.031166623876336272, 0.06787188227661424, 0.03409977528444849, 0.0075417440687693986], "min": [0.3462224846362767, 0.12884051734028498, 1.1565598512165884, -0.11686150030243764, -0.08376776542884756, 0.6072400088118721, 0.3963653949439569, -0.27371606647789065, 1.1162059863622293, -0.12194188139833295, -0.06753324646463432, -1.314221324475655], "max": [0.5125527130198191, 0.3349799456421313, 1.260288215359689, -0.008079854007186915, 0.06340432494396686, 1.5102515421150515, 0.502498255013637, -0.18867393131734053, 1.1975805172447433, 0.06800581900961367, 0.07134178308521721, -1.2678113373083164], "count": [815]}, "eef_sim_pose_action": {"mean": [0.40511750480040176, 0.24629620123999904, 1.185220618088825, -0.0328478334697957, 0.018200335078746556, 1.2841462692739323, 0.42309723694538715, -0.246790916516967, 1.1737510843296763, 0.02378718045312495, -0.02968950652293001, -1.3058664363650943], "std": [0.04108970007910146, 0.046319666282163344, 0.04258579035494318, 0.025849264834159263, 0.032592147362658405, 0.29053266144544565, 0.03158810705050848, 0.03139691161758592, 0.031160877418628014, 0.06788200681849935, 0.03407853688141503, 0.007542200847514394], "min": [0.3462224846362767, 0.12884051734028498, 1.1565598512165884, -0.11686150030243764, -0.08376776542884756, 0.6072400088118721, 0.3963653949439569, -0.27371606647789065, 1.1162059863622293, -0.12194188139833295, -0.06753324646463432, -1.314221324475655], "max": [0.5125527130198191, 0.3349799456421313, 1.260288215359689, -0.008079854007186915, 0.06340432494396686, 1.5102515421150515, 0.502498255013637, -0.18867393131734053, 1.1975805172447433, 0.06800581900961367, 0.07134178308521721, -1.2678113373083164], "count": [815]}, "gripper_mode_state": {"mean": [0.37300613496932516, 0.35460122699386504], "std": [0.4836037202550963, 0.4783923042946184], "min": [0, 0], "max": [1, 1], "count": [815]}, "gripper_activity_state": {"mean": [1.988957055214724, 1.8674846625766872], "std": [0.1352145012412851, 0.45088643919851307], "min": [0, 0], "max": [2, 2], "count": [815]}, "gripper_mode_action": {"mean": [0.37300613496932516, 0.35460122699386504], "std": [0.4836037202550963, 0.4783923042946184], "min": [0, 0], "max": [1, 1], "count": [815]}, "gripper_activity_action": {"mean": [1.988957055214724, 1.8674846625766872], "std": [0.1352145012412851, 0.4508864391985131], "min": [0, 0], "max": [2, 2], "count": [815]}}} +{"episode_index": 318, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4707350689207307]], [[0.4538797972180325]], [[0.4431920968975197]]], "std": [[[0.17460509849816308]], [[0.18001046758367628]], [[0.1832346810888259]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46989161220043574]], [[0.4626042478422993]], [[0.4561577399656444]]], "std": [[[0.15141777825452987]], [[0.1535022219602499]], [[0.15659350346179307]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.444999048150243]], [[0.4461486980475951]], [[0.43535084501215016]]], "std": [[[0.1570618089223895]], [[0.1528985315029638]], [[0.15906984795361567]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5068673053355958]], [[0.49237968854742753]], [[0.4777143311651584]]], "std": [[[0.1682857551212999]], [[0.16150650282919127]], [[0.17139104006104494]]], "count": [156]}, "observation.state": {"min": [-0.38404223322868347, 0.2157052457332611, -0.22160445153713226, -2.1982595920562744, -0.5663593411445618, -0.020839231088757515, -0.6398028135299683, -0.2832629978656769, 0.32894599437713623, 0.020757999271154404, -2.007422685623169, -1.9740240573883057, -1.2313990592956543, -0.281713604927063, 0.031154125928878784, -0.2647664546966553, -1.92995023727417, -0.016912240535020828, -0.06377433240413666, -0.02626720443367958, -0.3302899897098541, -0.47875601053237915, 0.10039100050926208, 1.2525511980056763, -1.4635155200958252, 0.9129452109336853, 0.0, 0.0, 0.0005865221028216183, -0.23558636009693146, -0.8375392556190491, 1.9125618934631348, -1.0725069046020508, -0.0034372180234640837], "max": [0.37369242310523987, 0.49302059412002563, 0.4993910789489746, -1.5961734056472778, -0.23019148409366608, 0.29417523741722107, 0.07944738864898682, -0.17728999257087708, 0.47778400778770447, 0.24756599962711334, -1.2454793453216553, -1.2575154304504395, -0.515973687171936, 0.1497492492198944, 0.1892635077238083, -0.055867988616228104, -1.3680938482284546, 0.06963863968849182, 0.2413790374994278, 0.12938125431537628, -0.25714099407196045, -0.3595379889011383, 0.15599900484085083, 1.47946035861969, -1.2908556461334229, 1.1828480958938599, 1001.0, 1002.0, 0.0006222397787496448, -0.22898611426353455, -0.8360298275947571, 1.9128756523132324, -1.068170428276062, 0.0038615309167653322], "mean": [0.1620854139328003, 0.28158438205718994, 0.10997498035430908, -1.8456617593765259, -0.3139495253562927, 0.037326913326978683, -0.10900460183620453, -0.2565377652645111, 0.37846052646636963, 0.17405366897583008, -1.4232959747314453, -1.4281717538833618, -1.0801838636398315, -0.17193377017974854, 0.08740163594484329, -0.11317901313304901, -1.7920783758163452, 0.054950542747974396, 0.026985568925738335, 0.07506240159273148, -0.2801990509033203, -0.3874509334564209, 0.1391029804944992, 1.3746033906936646, -1.3395143747329712, 1.1038166284561157, 594.68603515625, 585.3933715820312, 0.0006097106961533427, -0.2316276729106903, -0.8371105194091797, 1.912765383720398, -1.0705561637878418, 0.00022844433260615915], "std": [0.21713228523731232, 0.07231105118989944, 0.16409654915332794, 0.1040903702378273, 0.10582736134529114, 0.0825309231877327, 0.1859164535999298, 0.04085094854235649, 0.03249703347682953, 0.06053217127919197, 0.2309712916612625, 0.21568560600280762, 0.1871669590473175, 0.1431773453950882, 0.042528457939624786, 0.07088687270879745, 0.18377389013767242, 0.014986193738877773, 0.06976372003555298, 0.041384290903806686, 0.02757205255329609, 0.03967154771089554, 0.017641808837652206, 0.06634831428527832, 0.04955194890499115, 0.09263335913419724, 478.3565673828125, 480.5758361816406, 2.114780727424659e-06, 0.0021006751339882612, 0.00027017114916816354, 6.698637298541144e-05, 0.0005636626156046987, 0.0007264668238349259], "count": [844]}, "action": {"min": [-0.38404223322868347, 0.2157052457332611, -0.22160445153713226, -2.1982595920562744, -0.5663593411445618, -0.020839231088757515, -0.6398028135299683, -0.2832629978656769, 0.32894599437713623, 0.020757999271154404, -2.007422685623169, -1.9740240573883057, -1.2313990592956543, -0.281713604927063, 0.031154125928878784, -0.2647664546966553, -1.92995023727417, -0.016912240535020828, -0.06377433240413666, -0.02626720443367958, -0.3302899897098541, -0.47875601053237915, 0.10039100050926208, 1.2525511980056763, -1.4635155200958252, 0.9129452109336853, 0.0, 0.0, 0.0005865221028216183, -0.23558636009693146, -0.8375392556190491, 1.9125618934631348, -1.0725069046020508, -0.0034372180234640837], "max": [0.37369242310523987, 0.49302059412002563, 0.4993910789489746, -1.5961734056472778, -0.23019148409366608, 0.29417523741722107, 0.07944738864898682, -0.17728999257087708, 0.47778400778770447, 0.24756599962711334, -1.2454793453216553, -1.2575154304504395, -0.515973687171936, 0.1497492492198944, 0.1892635077238083, -0.055867988616228104, -1.3680938482284546, 0.06963863968849182, 0.2413790374994278, 0.12938125431537628, -0.25714099407196045, -0.3595379889011383, 0.15599900484085083, 1.47946035861969, -1.2908556461334229, 1.1828480958938599, 1001.0, 1002.0, 0.0006222397787496448, -0.22898611426353455, -0.8360298275947571, 1.9128756523132324, -1.068170428276062, 0.0038615309167653322], "mean": [0.1620907485485077, 0.28162845969200134, 0.10996170341968536, -1.8456883430480957, -0.3139459192752838, 0.03740059584379196, -0.10895223915576935, -0.2565351128578186, 0.37846049666404724, 0.17406998574733734, -1.4232457876205444, -1.4281237125396729, -1.0801279544830322, -0.17205485701560974, 0.08726762980222702, -0.11294100433588028, -1.7922621965408325, 0.0549449622631073, 0.02706245519220829, 0.07520242035388947, -0.2801591455936432, -0.38743290305137634, 0.13915494084358215, 1.3745063543319702, -1.3394863605499268, 1.1039502620697021, 594.68603515625, 585.3933715820312, 0.0006097151199355721, -0.23162885010242462, -0.8371109962463379, 1.9127652645111084, -1.0705560445785522, 0.00022856130090076476], "std": [0.21713507175445557, 0.07229766994714737, 0.16410250961780548, 0.10409428924322128, 0.10582942515611649, 0.08250681310892105, 0.1859477311372757, 0.04084927588701248, 0.032497040927410126, 0.06054151803255081, 0.23100320994853973, 0.21571461856365204, 0.1871424913406372, 0.1432216316461563, 0.04238550737500191, 0.07072176039218903, 0.18383045494556427, 0.01498303934931755, 0.0696992352604866, 0.04124074429273605, 0.027579186484217644, 0.03968007490038872, 0.01761959306895733, 0.06626003235578537, 0.04956430941820145, 0.09266116470098495, 478.3565673828125, 480.5758361816406, 2.1174112134758616e-06, 0.0021002201829105616, 0.0002702265919651836, 6.695545744150877e-05, 0.0005636733258143067, 0.00072649703361094], "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": [319], "max": [319], "mean": [319.0], "std": [0.0], "count": [844]}, "index": {"min": [273538], "max": [274381], "mean": [273959.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6350710900473934, 0.584310426534831], "std": [0.48141022074049206, 0.47963396222027227], "count": [844]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6350710900473934, 0.584310426534831], "std": [0.481410220740492, 0.47963396222027227], "count": [844]}, "eef_direction_state": {"mean": [4.815165876777251, 5.053317535545023], "std": [2.0338270478672857, 2.017283351916605], "min": [0, 0], "max": [6, 6], "count": [844]}, "eef_velocity_state": {"mean": [0.36018957345971564, 0.20616113744075829], "std": [0.6104368431028344, 0.40746581586231123], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_acc_mag_state": {"mean": [0.29265402843601895, 0.17535545023696683], "std": [0.6353661247903968, 0.5106071487797471], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_direction_action": {"mean": [4.815165876777251, 5.053317535545023], "std": [2.0338270478672857, 2.017283351916605], "min": [0, 0], "max": [6, 6], "count": [844]}, "eef_velocity_action": {"mean": [0.36018957345971564, 0.20616113744075829], "std": [0.6104368431028344, 0.40746581586231123], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_acc_mag_action": {"mean": [0.29265402843601895, 0.17535545023696683], "std": [0.6353661247903968, 0.5106071487797471], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_sim_pose_state": {"mean": [0.40425709301718965, 0.2530772051382398, 1.1822515064067989, -0.028612968073173733, 0.02234924691270202, 1.2788691608337655, 0.4063695762680656, -0.21079562931253307, 1.1606206353296677, 0.010650771469169438, -0.014613767179410805, -1.3661682366861616], "std": [0.045992298579900136, 0.03519335193882646, 0.03799694987728384, 0.030531668461090802, 0.023166942100423738, 0.3129925101604439, 0.040423639406517074, 0.013785995860062022, 0.018297728946157773, 0.09444826838937312, 0.024679833144641755, 0.03658267124134122], "min": [0.34900651842118846, 0.16132946467085252, 1.1567910521819165, -0.11102156975908845, -0.08873035565159437, 0.4591986656196736, 0.3774752854217041, -0.22411702169735517, 1.1267800489645905, -0.18994369457179172, -0.06755402499110863, -1.398216695732776], "max": [0.5206083178490606, 0.31840351148882456, 1.2618794265758544, 0.03392304546185443, 0.09020959178518972, 1.4976216356557757, 0.4985317095271529, -0.18133534073452243, 1.1788133934833869, 0.07481037394369283, 0.009571211524204593, -1.2849440512489205], "count": [844]}, "eef_sim_pose_action": {"mean": [0.40425653721364946, 0.25308825877972185, 1.1822604888290094, -0.028557866039962444, 0.022299812855140627, 1.2789156718214458, 0.4063490495872236, -0.21083522602651156, 1.1606569492068832, 0.010682247542519037, -0.014536364590885153, -1.3662747561221409], "std": [0.04599255219504049, 0.035198421372315936, 0.03799183346020056, 0.030593302413232555, 0.02318954558002276, 0.31302024642180315, 0.040433111689425386, 0.013770417163069608, 0.01829604241217574, 0.09446508391620147, 0.02461603718193899, 0.03653345558629425], "min": [0.34900651842118846, 0.16132946467085252, 1.1567910521819165, -0.11102156975908845, -0.08873035565159437, 0.4591986656196736, 0.3774752854217041, -0.22411702169735517, 1.1267800489645905, -0.18994369457179172, -0.06754209890325225, -1.398216695732776], "max": [0.5206083178490606, 0.31840351148882456, 1.2618794265758544, 0.03392304546185443, 0.09020959178518972, 1.4976216356557757, 0.4985317095271529, -0.18133534073452243, 1.1788133934833869, 0.07481037394369283, 0.009571211524204593, -1.2849440512489205], "count": [844]}, "gripper_mode_state": {"mean": [0.36492890995260663, 0.4158767772511848], "std": [0.48141022074049206, 0.49287248187979615], "min": [0, 0], "max": [1, 1], "count": [844]}, "gripper_activity_state": {"mean": [1.9893364928909953, 1.877962085308057], "std": [0.13288642317587432, 0.4332590246593042], "min": [0, 0], "max": [2, 2], "count": [844]}, "gripper_mode_action": {"mean": [0.36492890995260663, 0.4158767772511848], "std": [0.481410220740492, 0.49287248187979615], "min": [0, 0], "max": [1, 1], "count": [844]}, "gripper_activity_action": {"mean": [1.9893364928909953, 1.877962085308057], "std": [0.13288642317587432, 0.4332590246593042], "min": [0, 0], "max": [2, 2], "count": [844]}}} +{"episode_index": 319, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.465078004194564]], [[0.4514475617228599]], [[0.4409259649489877]]], "std": [[[0.1721920235311281]], [[0.17596724590139445]], [[0.17910186068411107]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4772087281304798]], [[0.47200118065518887]], [[0.4660860520783517]]], "std": [[[0.14522005794052167]], [[0.14672291829691336]], [[0.14996727186916714]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45844838867965887]], [[0.45916041218316594]], [[0.44864407106846804]]], "std": [[[0.1518421829961751]], [[0.14757941230936047]], [[0.15368536487869383]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5021557642874223]], [[0.4971868748007333]], [[0.4823872113123705]]], "std": [[[0.15785460253221462]], [[0.15381740643761657]], [[0.1633719031900482]]], "count": [164]}, "observation.state": {"min": [-0.3890513479709625, 0.189490407705307, -0.19015362858772278, -2.0663650035858154, -0.4548502564430237, -0.21535617113113403, -0.5739864706993103, -0.29509100317955017, 0.3344300091266632, 0.026074999943375587, -2.1696486473083496, -1.77919340133667, -1.3158378601074219, -0.20549507439136505, 0.07182029634714127, -0.2626371383666992, -1.9303340911865234, 0.06564183533191681, -0.06375688314437866, -0.026232298463582993, -0.33734801411628723, -0.4790650010108948, 0.10966499894857407, 1.292647361755371, -1.4724242687225342, 0.9843438267707825, 0.0, 0.0, 0.0006053208489902318, -0.2353607714176178, -0.8376034498214722, 1.9122662544250488, -1.071462631225586, -0.0018738106591627002], "max": [0.3936764597892761, 0.4628962278366089, 0.47361254692077637, -1.3804333209991455, -0.20980602502822876, 0.11957250535488129, -0.0193033404648304, -0.19781599938869476, 0.49196600914001465, 0.26448699831962585, -1.2757413387298584, -1.125488519668579, -0.8084681034088135, 0.15369369089603424, 0.196454256772995, 0.03162536770105362, -1.330359697341919, 0.1474977731704712, 0.14788174629211426, 0.16053538024425507, -0.2434059977531433, -0.37610000371932983, 0.20455799996852875, 1.475743293762207, -1.2506879568099976, 1.083382248878479, 1001.0, 1002.0, 0.0006222397787496448, -0.22899925708770752, -0.8363974690437317, 1.9129397869110107, -1.069736123085022, 0.0031448504887521267], "mean": [0.13708601891994476, 0.26085272431373596, 0.08471865206956863, -1.7662001848220825, -0.28087273240089417, -0.06556771695613861, -0.1487961709499359, -0.2641967535018921, 0.38868534564971924, 0.1844211369752884, -1.4802355766296387, -1.367120623588562, -1.1194336414337158, -0.14505892992019653, 0.16250242292881012, -0.04519609734416008, -1.8126964569091797, 0.09878107905387878, 0.09342900663614273, 0.10776901245117188, -0.26719141006469727, -0.3959170877933502, 0.17712876200675964, 1.368640661239624, -1.3043817281723022, 1.0634807348251343, 601.7915649414062, 650.97119140625, 0.00061287876451388, -0.23153360188007355, -0.8370776176452637, 1.9126240015029907, -1.0705293416976929, 0.0003077740257140249], "std": [0.2153322845697403, 0.06036408990621567, 0.16856041550636292, 0.14791017770767212, 0.061379075050354004, 0.06858433783054352, 0.18652808666229248, 0.033974096179008484, 0.03597373142838478, 0.0669323205947876, 0.3148878812789917, 0.1506691426038742, 0.1336996704339981, 0.1090143695473671, 0.033003512769937515, 0.10151179134845734, 0.1907922625541687, 0.016156775876879692, 0.0764484629034996, 0.04875478893518448, 0.03408366069197655, 0.03013104759156704, 0.034624285995960236, 0.043576452881097794, 0.07113587111234665, 0.0263505969196558, 477.7348327636719, 465.08209228515625, 8.034563734327094e-07, 0.002084850100800395, 0.00023838586639612913, 0.00012998250895179808, 0.0002929971960838884, 0.0005453141639009118], "count": [902]}, "action": {"min": [-0.3890513479709625, 0.189490407705307, -0.19015362858772278, -2.0663650035858154, -0.4548502564430237, -0.21535617113113403, -0.5739864706993103, -0.29509100317955017, 0.3344300091266632, 0.026074999943375587, -2.1696486473083496, -1.77919340133667, -1.3158378601074219, -0.20549507439136505, 0.07182029634714127, -0.2626371383666992, -1.9303340911865234, 0.06564183533191681, -0.06375688314437866, -0.026232298463582993, -0.33734801411628723, -0.4790650010108948, 0.10966499894857407, 1.292647361755371, -1.4724242687225342, 0.9843438267707825, 0.0, 0.0, 0.0006053208489902318, -0.2353607714176178, -0.8376034498214722, 1.9122662544250488, -1.071462631225586, -0.0018738106591627002], "max": [0.3936764597892761, 0.4628962278366089, 0.47361254692077637, -1.3804333209991455, -0.20980602502822876, 0.11957250535488129, -0.0193033404648304, -0.19781599938869476, 0.49196600914001465, 0.26448699831962585, -1.2757413387298584, -1.125488519668579, -0.8084681034088135, 0.15369369089603424, 0.196454256772995, 0.03162536770105362, -1.330359697341919, 0.1474977731704712, 0.14788174629211426, 0.16053538024425507, -0.2434059977531433, -0.37610000371932983, 0.20455799996852875, 1.475743293762207, -1.2506879568099976, 1.083382248878479, 1001.0, 1002.0, 0.0006222397787496448, -0.22899925708770752, -0.8363974690437317, 1.9129397869110107, -1.069736123085022, 0.0031448504887521267], "mean": [0.13697339594364166, 0.2608247995376587, 0.08459620922803879, -1.766028881072998, -0.2808438539505005, -0.06561959534883499, -0.14887988567352295, -0.26420921087265015, 0.388717919588089, 0.18447428941726685, -1.4802160263061523, -1.3670241832733154, -1.1194649934768677, -0.14509236812591553, 0.16248761117458344, -0.04487777501344681, -1.812870979309082, 0.09881871193647385, 0.09365975111722946, 0.10793603956699371, -0.26713836193084717, -0.3959234952926636, 0.17723074555397034, 1.3685132265090942, -1.3043022155761719, 1.0634934902191162, 601.7915649414062, 650.97119140625, 0.00061287876451388, -0.2315356582403183, -0.8370772004127502, 1.9126240015029907, -1.0705299377441406, 0.0003076277789659798], "std": [0.2152918577194214, 0.060379017144441605, 0.16863158345222473, 0.14790333807468414, 0.06139795854687691, 0.06856811046600342, 0.1864873468875885, 0.03398311138153076, 0.03596707805991173, 0.06696512550115585, 0.31489962339401245, 0.1507280319929123, 0.13371838629245758, 0.10902783274650574, 0.032994527369737625, 0.10127946734428406, 0.19082562625408173, 0.01611960120499134, 0.07628805935382843, 0.048553235828876495, 0.03408212587237358, 0.030127475038170815, 0.0345609150826931, 0.043431852012872696, 0.07114823162555695, 0.02635502628982067, 477.73480224609375, 465.08209228515625, 8.034564302761282e-07, 0.002083683153614402, 0.0002383198298048228, 0.0001299671275774017, 0.00029244457255117595, 0.0005452923942357302], "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": [320], "max": [320], "mean": [320.0], "std": [0.0], "count": [902]}, "index": {"min": [274382], "max": [275283], "mean": [274832.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6385809312638581, 0.64975166316361], "std": [0.48041162089404377, 0.4641652287093798], "count": [902]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6385809312638581, 0.64975166316361], "std": [0.48041162089404377, 0.4641652287093798], "count": [902]}, "eef_direction_state": {"mean": [4.911308203991131, 5.283813747228382], "std": [1.977395725193251, 1.728637006080537], "min": [0, 0], "max": [6, 6], "count": [902]}, "eef_velocity_state": {"mean": [0.33370288248337027, 0.18070953436807094], "std": [0.5924089574934895, 0.4231970311328459], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_acc_mag_state": {"mean": [0.25942350332594233, 0.15077605321507762], "std": [0.6078704971174196, 0.4749774843102719], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_direction_action": {"mean": [4.911308203991131, 5.283813747228382], "std": [1.977395725193251, 1.728637006080537], "min": [0, 0], "max": [6, 6], "count": [902]}, "eef_velocity_action": {"mean": [0.33370288248337027, 0.18070953436807094], "std": [0.5924089574934895, 0.4231970311328459], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_acc_mag_action": {"mean": [0.25942350332594233, 0.15077605321507762], "std": [0.6078704971174196, 0.4749774843102719], "min": [0, 0], "max": [2, 2], "count": [902]}, "eef_sim_pose_state": {"mean": [0.4148952876188306, 0.2622210699292734, 1.1685874470051418, -0.08210566737453982, -0.019078504330523643, 1.2948040200980349, 0.41415293290781, -0.24711927024124697, 1.1762308461384186, -0.011955428908783493, -0.057874748521872126, -1.3821780106540598], "std": [0.05110733674645806, 0.0410572828668477, 0.02450371256517736, 0.09570568225518543, 0.07021703377722242, 0.2997996072143562, 0.03098981900337789, 0.029126287802086127, 0.03131855539504969, 0.03943908925235718, 0.037263176557506744, 0.05172677300088536], "min": [0.35199792541018604, 0.1655845315609975, 1.1422899476495676, -0.2828965577651087, -0.18333618150208086, 0.6110115590977999, 0.39625263785083165, -0.270166019661225, 1.1164823856877535, -0.10282819185417369, -0.08264943497640287, -1.4224697647016926], "max": [0.5452023697803472, 0.33342386745892905, 1.2194705575482754, 0.017658223745451562, 0.06516409142672908, 1.554727110402602, 0.49873004960659056, -0.18866802740830338, 1.1983646668854215, 0.051837442623585805, 0.040250083394980374, -1.2826932341739288], "count": [902]}, "eef_sim_pose_action": {"mean": [0.41492715777347855, 0.2622655119730799, 1.1685722038339124, -0.08213011654656582, -0.019114553370953732, 1.2948809419347371, 0.4141560463162793, -0.2472066224918851, 1.1762900584296498, -0.012009309832332742, -0.05788759304715926, -1.3823050795259015], "std": [0.05109672415184177, 0.04108144441339815, 0.024515310580951875, 0.09569201891162483, 0.07019878239859353, 0.2998472470019354, 0.030988176132972032, 0.02906900896739136, 0.031308983191824694, 0.03939039140780283, 0.03726847873660536, 0.051676173323705846], "min": [0.35199792541018604, 0.1655845315609975, 1.1422899476495676, -0.2828965577651087, -0.18333618150208086, 0.6110115590977999, 0.39625263785083165, -0.270166019661225, 1.1164823856877535, -0.10282819185417369, -0.08264943497640287, -1.4224697647016926], "max": [0.5452023697803472, 0.33342386745892905, 1.2194705575482754, 0.017658223745451562, 0.06516409142672908, 1.554727110402602, 0.49873004960659056, -0.18866802740830338, 1.1983646668854215, 0.051837442623585805, 0.040250083394980374, -1.2826932341739288], "count": [902]}, "gripper_mode_state": {"mean": [0.3614190687361419, 0.3492239467849224], "std": [0.48041162089404377, 0.4767248491288018], "min": [0, 0], "max": [1, 1], "count": [902]}, "gripper_activity_state": {"mean": [1.9900221729490022, 1.8835920177383592], "std": [0.12856964929174852, 0.42480876336909756], "min": [0, 0], "max": [2, 2], "count": [902]}, "gripper_mode_action": {"mean": [0.3614190687361419, 0.3492239467849224], "std": [0.48041162089404377, 0.4767248491288018], "min": [0, 0], "max": [1, 1], "count": [902]}, "gripper_activity_action": {"mean": [1.9900221729490022, 1.8835920177383592], "std": [0.12856964929174852, 0.42480876336909756], "min": [0, 0], "max": [2, 2], "count": [902]}}} +{"episode_index": 320, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4640687796091591]], [[0.4484292779751721]], [[0.43755710044084745]]], "std": [[[0.17474768389006998]], [[0.17895448922289667]], [[0.182449674790196]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47227498272799057]], [[0.4661343309974997]], [[0.4596868804009299]]], "std": [[[0.14676749642215897]], [[0.14812260337757538]], [[0.15122924621908412]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4512354750625082]], [[0.4514750282383647]], [[0.44018100654691406]]], "std": [[[0.1539095859852348]], [[0.14979205069308227]], [[0.155863211652408]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5031521060885205]], [[0.49382782273983417]], [[0.4799228215335351]]], "std": [[[0.16077341458053634]], [[0.15624232863755969]], [[0.1662218164838533]]], "count": [149]}, "observation.state": {"min": [-0.40374699234962463, 0.1955467015504837, -0.1915673315525055, -2.026205062866211, -0.5510004162788391, -0.23636993765830994, -0.606519341468811, -0.30132201313972473, 0.3487209975719452, 0.008946999907493591, -2.1916592121124268, -1.8584966659545898, -1.386322259902954, -0.18158406019210815, 0.0616450309753418, -0.2626197040081024, -1.8590549230575562, 0.04331907257437706, -0.0636696144938469, -0.026197392493486404, -0.33389198780059814, -0.48058199882507324, 0.10967200249433517, 1.2369184494018555, -1.5136940479278564, 0.9446890354156494, 0.0, 0.0, 0.0005884019774384797, -0.23530061542987823, -0.8376747369766235, 1.9122583866119385, -1.0718563795089722, -0.0018757091602310538], "max": [0.33286920189857483, 0.4689525067806244, 0.5178566575050354, -1.4740004539489746, -0.22682298719882965, 0.05106833577156067, 0.01005309633910656, -0.17195799946784973, 0.4874100089073181, 0.26409998536109924, -1.2966423034667969, -1.0732179880142212, -0.6973991394042969, 0.15676547586917877, 0.18973474204540253, 0.026337018236517906, -1.3452998399734497, 0.1684940904378891, 0.21757273375988007, 0.16549213230609894, -0.2639870047569275, -0.3761560022830963, 0.2092750072479248, 1.4755659103393555, -1.2479733228683472, 1.1103285551071167, 1001.0, 1002.0, 0.0006147202802821994, -0.2293526828289032, -0.8355900645256042, 1.912950873374939, -1.068847894668579, 0.0033299534115940332], "mean": [0.14777681231498718, 0.27611830830574036, 0.09840451925992966, -1.8055423498153687, -0.3089905083179474, -0.03670908510684967, -0.1458042860031128, -0.25748419761657715, 0.38239529728889465, 0.17843316495418549, -1.480878472328186, -1.404693841934204, -1.110092282295227, -0.10602811723947525, 0.1603478193283081, -0.0496375672519207, -1.7366206645965576, 0.12097785621881485, 0.09451304376125336, 0.12371461093425751, -0.283978134393692, -0.40767747163772583, 0.17763400077819824, 1.3358192443847656, -1.3500415086746216, 1.049658179283142, 528.2670288085938, 629.270751953125, 0.000611163501162082, -0.23178690671920776, -0.837091326713562, 1.9127064943313599, -1.0705472230911255, 0.0002619739098008722], "std": [0.21198081970214844, 0.07202889770269394, 0.17579731345176697, 0.12765847146511078, 0.09409786760807037, 0.05393259599804878, 0.1903790682554245, 0.04071705415844917, 0.03089061751961708, 0.06755410134792328, 0.2925024926662445, 0.19600069522857666, 0.162876158952713, 0.09400133788585663, 0.04342750832438469, 0.10493933409452438, 0.14281152188777924, 0.028378542512655258, 0.06578179448843002, 0.061791930347681046, 0.02258867584168911, 0.02681187354028225, 0.04016752168536186, 0.06213907152414322, 0.07639285922050476, 0.022494938224554062, 485.85919189453125, 470.1347961425781, 1.5791048326718737e-06, 0.0017742676427587867, 0.00031398754799738526, 8.958004036685452e-05, 0.0003560473851393908, 0.0005512223578989506], "count": [794]}, "action": {"min": [-0.40374699234962463, 0.1955467015504837, -0.1915673315525055, -2.026205062866211, -0.5510004162788391, -0.23636993765830994, -0.606519341468811, -0.30132201313972473, 0.3487209975719452, 0.008946999907493591, -2.1916592121124268, -1.8584966659545898, -1.386322259902954, -0.18158406019210815, 0.0616450309753418, -0.2626197040081024, -1.8590549230575562, 0.04331907257437706, -0.0636696144938469, -0.026197392493486404, -0.33389198780059814, -0.48058199882507324, 0.10967200249433517, 1.2369184494018555, -1.5136940479278564, 0.9446890354156494, 0.0, 0.0, 0.0005884019774384797, -0.23530061542987823, -0.8376747369766235, 1.9122583866119385, -1.0718563795089722, -0.0018757091602310538], "max": [0.33286920189857483, 0.4689525067806244, 0.5178566575050354, -1.4740004539489746, -0.22682298719882965, 0.05106833577156067, 0.01005309633910656, -0.17195799946784973, 0.4874100089073181, 0.26409998536109924, -1.2966423034667969, -1.0732179880142212, -0.6973991394042969, 0.15676547586917877, 0.18973474204540253, 0.026337018236517906, -1.3452998399734497, 0.1684940904378891, 0.21757273375988007, 0.16549213230609894, -0.2639870047569275, -0.3761560022830963, 0.2092750072479248, 1.4755659103393555, -1.2479733228683472, 1.1103285551071167, 1001.0, 1002.0, 0.0006147202802821994, -0.2293526828289032, -0.8355900645256042, 1.912950873374939, -1.068847894668579, 0.0033299534115940332], "mean": [0.14763328433036804, 0.27608853578567505, 0.09828800708055496, -1.8053075075149536, -0.308971107006073, -0.03681039437651634, -0.14596088230609894, -0.2575056552886963, 0.3824354410171509, 0.178481325507164, -1.4809157848358154, -1.4046401977539062, -1.1101118326187134, -0.10599330812692642, 0.16034050285816193, -0.04927416890859604, -1.7366693019866943, 0.12105022370815277, 0.09475204348564148, 0.12395058572292328, -0.2839493751525879, -0.4077070355415344, 0.17775794863700867, 1.33564293384552, -1.3500131368637085, 1.0496376752853394, 528.2670288085938, 629.270751953125, 0.0006111611146479845, -0.23178808391094208, -0.8370918035507202, 1.9127064943313599, -1.0705469846725464, 0.00026184116723015904], "std": [0.21193940937519073, 0.07204826921224594, 0.17586520314216614, 0.1277492791414261, 0.09411083906888962, 0.053978122770786285, 0.19032669067382812, 0.040735095739364624, 0.03089086338877678, 0.06758436560630798, 0.29248082637786865, 0.19602970778942108, 0.16288608312606812, 0.09398124366998672, 0.04342326521873474, 0.10470061004161835, 0.1428293138742447, 0.028310837224125862, 0.06555122137069702, 0.06157645583152771, 0.022592810913920403, 0.026790035888552666, 0.04010939970612526, 0.06194012239575386, 0.07640498876571655, 0.022487066686153412, 485.85919189453125, 470.13482666015625, 1.5780149169586366e-06, 0.0017741135088726878, 0.00031396353733725846, 8.957961108535528e-05, 0.0003560569020919502, 0.0005512291099876165], "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": [321], "max": [321], "mean": [321.0], "std": [0.0], "count": [794]}, "index": {"min": [275284], "max": [276077], "mean": [275680.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5730478589420654, 0.6281070528494461], "std": [0.4946352295419115, 0.4692116223083796], "count": [794]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5730478589420654, 0.6281070528494461], "std": [0.4946352295419115, 0.4692116223083796], "count": [794]}, "eef_direction_state": {"mean": [4.648614609571789, 5.148614609571789], "std": [2.0708372940252056, 1.8833967238031655], "min": [0, 0], "max": [6, 6], "count": [794]}, "eef_velocity_state": {"mean": [0.43828715365239296, 0.20654911838790932], "std": [0.6500107250897463, 0.45187260050107064], "min": [0, 0], "max": [2, 2], "count": [794]}, "eef_acc_mag_state": {"mean": [0.3677581863979849, 0.17506297229219145], "std": [0.6959894191013188, 0.5101812870506433], "min": [0, 0], "max": [2, 2], "count": [794]}, "eef_direction_action": {"mean": [4.648614609571789, 5.148614609571789], "std": [2.0708372940252056, 1.8833967238031655], "min": [0, 0], "max": [6, 6], "count": [794]}, "eef_velocity_action": {"mean": [0.43828715365239296, 0.20654911838790932], "std": [0.6500107250897463, 0.4518726005010706], "min": [0, 0], "max": [2, 2], "count": [794]}, "eef_acc_mag_action": {"mean": [0.3677581863979849, 0.17506297229219145], "std": [0.6959894191013188, 0.5101812870506431], "min": [0, 0], "max": [2, 2], "count": [794]}, "eef_sim_pose_state": {"mean": [0.4096528350899879, 0.2584145843634573, 1.1756308866242526, -0.07881029014866385, 0.0020837251802248505, 1.268044227236482, 0.42629045928264303, -0.24889919391725854, 1.1634375032862687, -0.0469721888332895, -0.027780951133654152, -1.3708949438927882], "std": [0.04633972132607835, 0.04130311667289189, 0.03266685992303193, 0.08336117838258586, 0.04602079938310263, 0.3217341990233515, 0.027314069263609898, 0.035729961409693985, 0.02022802526411416, 0.04963091610591804, 0.05630985558007818, 0.04019625867998437], "min": [0.3662980867227583, 0.14938697369766685, 1.1349275895390754, -0.2824556139226363, -0.12875653476626758, 0.5086400842286483, 0.396367204300835, -0.277847311682334, 1.1208779484473441, -0.18097850343157673, -0.06753959514196306, -1.4583627768744507], "max": [0.5379639343823328, 0.3383404817594782, 1.2428283493243018, -0.01748931499256856, 0.049177686356355554, 1.581459362623514, 0.5004843433464045, -0.18867179716342916, 1.1803125256400049, 0.047937470779492175, 0.10029633976191721, -1.2820372981364088], "count": [794]}, "eef_sim_pose_action": {"mean": [0.40969299452793057, 0.25846117187944956, 1.1756044479499685, -0.0788538633086321, 0.0020530910354567395, 1.2680578582318243, 0.4263169339605442, -0.2490093718082518, 1.1634790900231078, -0.0470844225491436, -0.027767183050170532, -1.3710114353630505], "std": [0.04633086206375366, 0.04133084667615433, 0.03269056246527388, 0.08333820386260005, 0.04600851601860204, 0.32174196219001033, 0.027295238750273284, 0.035678965735765386, 0.020222961481678237, 0.04951705065672083, 0.056301487720202936, 0.040137202344740705], "min": [0.3662980867227583, 0.14938697369766685, 1.1349275895390754, -0.2824556139226363, -0.12875653476626758, 0.5086400842286483, 0.396367204300835, -0.277847311682334, 1.1208779484473441, -0.18097850343157673, -0.06753959514196306, -1.4583627768744507], "max": [0.5379639343823328, 0.3383404817594782, 1.2428283493243018, -0.01748931499256856, 0.049177686356355554, 1.581459362623514, 0.5004843433464045, -0.18867179716342916, 1.1803125256400049, 0.047937470779492175, 0.10029633976191721, -1.2820372981364088], "count": [794]}, "gripper_mode_state": {"mean": [0.4269521410579345, 0.37279596977329976], "std": [0.4946352295419115, 0.48354848225806735], "min": [0, 0], "max": [1, 1], "count": [794]}, "gripper_activity_state": {"mean": [1.9886649874055415, 1.8727959697732997], "std": [0.13697884926847007, 0.44062068790909814], "min": [0, 0], "max": [2, 2], "count": [794]}, "gripper_mode_action": {"mean": [0.4269521410579345, 0.37279596977329976], "std": [0.4946352295419115, 0.48354848225806735], "min": [0, 0], "max": [1, 1], "count": [794]}, "gripper_activity_action": {"mean": [1.9886649874055415, 1.8727959697732997], "std": [0.13697884926847007, 0.44062068790909814], "min": [0, 0], "max": [2, 2], "count": [794]}}} +{"episode_index": 321, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4621373537318153]], [[0.44808345720008436]], [[0.43766015443811934]]], "std": [[[0.17040340448668562]], [[0.17549763623310605]], [[0.1790159992320103]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4761059983133038]], [[0.4695531414716424]], [[0.4630605576639258]]], "std": [[[0.14655063519583303]], [[0.14843872504615369]], [[0.15154030323588755]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4505020161290323]], [[0.45289367357157917]], [[0.44411803051865906]]], "std": [[[0.15170745949845282]], [[0.14792964305649378]], [[0.15427963396340114]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5077831962892684]], [[0.4995278357579591]], [[0.48607532547965426]]], "std": [[[0.1601536042809729]], [[0.15558837894220653]], [[0.16564396215440455]]], "count": [155]}, "observation.state": {"min": [-0.38240164518356323, 0.22506020963191986, -0.10937979072332382, -2.0066051483154297, -0.552972674369812, -0.14624112844467163, -0.6294529438018799, -0.2960300147533417, 0.35848501324653625, 0.026270000264048576, -2.116973876953125, -1.868438959121704, -1.2551636695861816, -0.19573867321014404, 0.10358528792858124, -0.2626371383666992, -1.8938742876052856, 0.05806710198521614, -0.06372196972370148, -0.026232298463582993, -0.3307029902935028, -0.4803360104560852, 0.10700999945402145, 1.2716994285583496, -1.535587191581726, 0.8673604130744934, 0.0, 0.0, 0.0005865221028216183, -0.23511826992034912, -0.8374948501586914, 1.9121308326721191, -1.0726194381713867, -0.0029625953175127506], "max": [0.27527332305908203, 0.5015377998352051, 0.49153706431388855, -1.521124243736267, -0.21767745912075043, 0.08677776902914047, -0.019285889342427254, -0.18064799904823303, 0.4847150146961212, 0.2457440048456192, -1.2959784269332886, -1.222825527191162, -0.6360595226287842, 0.1636071503162384, 0.21125465631484985, 0.029932396486401558, -1.3652313947677612, 0.2065248191356659, 0.24207717180252075, 0.18963001668453217, -0.25473201274871826, -0.3749609887599945, 0.21219700574874878, 1.4820455312728882, -1.3183246850967407, 1.071781873703003, 1001.0, 1002.0, 0.0006184800295159221, -0.22889211773872375, -0.8362191915512085, 1.912906527519226, -1.0682084560394287, 0.003973541781306267], "mean": [0.13768206536769867, 0.287474662065506, 0.10821492224931717, -1.8056262731552124, -0.31242242455482483, -0.022601263597607613, -0.14933259785175323, -0.25525718927383423, 0.3851383328437805, 0.1764061152935028, -1.4884729385375977, -1.4118924140930176, -1.089821219444275, -0.12532000243663788, 0.19021642208099365, -0.052627645432949066, -1.793418288230896, 0.1521218717098236, 0.15137390792369843, 0.1097869798541069, -0.2740355432033539, -0.4011678397655487, 0.18066899478435516, 1.320931315422058, -1.3623555898666382, 1.032902717590332, 553.537109375, 635.8767700195312, 0.0006096392753534019, -0.2316591888666153, -0.8371595144271851, 1.9126602411270142, -1.0705012083053589, 0.00022453381097875535], "std": [0.22774696350097656, 0.07718179374933243, 0.16726568341255188, 0.11051806062459946, 0.09146613627672195, 0.03455570340156555, 0.18474671244621277, 0.042391929775476456, 0.035406388342380524, 0.0637454241514206, 0.28420084714889526, 0.17697326838970184, 0.1539282202720642, 0.10597332566976547, 0.030687199905514717, 0.10579448938369751, 0.16471323370933533, 0.03592946380376816, 0.08650929480791092, 0.05300549790263176, 0.027259817346930504, 0.028948623687028885, 0.03871849551796913, 0.0592072419822216, 0.07094249874353409, 0.04713371396064758, 484.5049743652344, 468.68359375, 1.6100664197438164e-06, 0.0019589988514781, 0.00017396359180565923, 0.00012696256453637034, 0.0005226848879829049, 0.0007021201308816671], "count": [836]}, "action": {"min": [-0.38240164518356323, 0.22506020963191986, -0.10937979072332382, -2.0066051483154297, -0.552972674369812, -0.14624112844467163, -0.6294529438018799, -0.2960300147533417, 0.35848501324653625, 0.026270000264048576, -2.116973876953125, -1.868438959121704, -1.2551636695861816, -0.19573867321014404, 0.10358528792858124, -0.2626197040081024, -1.8938742876052856, 0.05806710198521614, -0.06372196972370148, -0.026232298463582993, -0.3307029902935028, -0.4803360104560852, 0.10700999945402145, 1.2716994285583496, -1.535587191581726, 0.8673604130744934, 0.0, 0.0, 0.0005865221028216183, -0.23511826992034912, -0.8374948501586914, 1.9121308326721191, -1.0726194381713867, -0.0029625953175127506], "max": [0.27527332305908203, 0.5015377998352051, 0.49153706431388855, -1.521124243736267, -0.21767745912075043, 0.08677776902914047, -0.019285889342427254, -0.18064799904823303, 0.4847150146961212, 0.2457440048456192, -1.2959784269332886, -1.222825527191162, -0.6360595226287842, 0.1636071503162384, 0.21125465631484985, 0.029932396486401558, -1.3652313947677612, 0.2065248191356659, 0.24207717180252075, 0.18963001668453217, -0.25473201274871826, -0.3749609887599945, 0.21219700574874878, 1.4820455312728882, -1.3183246850967407, 1.071781873703003, 1001.0, 1002.0, 0.0006184800295159221, -0.22889211773872375, -0.8362191915512085, 1.912906527519226, -1.0682084560394287, 0.003973541781306267], "mean": [0.13764093816280365, 0.2875159680843353, 0.10810455679893494, -1.8055211305618286, -0.3124358654022217, -0.02260834351181984, -0.1494562327861786, -0.25527137517929077, 0.38515162467956543, 0.17645734548568726, -1.488480567932129, -1.4118647575378418, -1.0897555351257324, -0.1253274828195572, 0.1902405470609665, -0.05228480324149132, -1.7935640811920166, 0.15224488079547882, 0.1516890823841095, 0.10996412485837936, -0.2739913761615753, -0.40118321776390076, 0.18078814446926117, 1.32071852684021, -1.3623466491699219, 1.0328890085220337, 553.537109375, 635.8767700195312, 0.0006096370052546263, -0.23166415095329285, -0.8371594548225403, 1.9126602411270142, -1.0705012083053589, 0.0002243498747702688], "std": [0.22772687673568726, 0.0771661102771759, 0.16733971238136292, 0.11051835119724274, 0.09145843982696533, 0.03455593064427376, 0.18469467759132385, 0.04240327328443527, 0.03540150448679924, 0.06378304213285446, 0.2841956317424774, 0.17698980867862701, 0.15389953553676605, 0.10597655922174454, 0.030694156885147095, 0.10557747632265091, 0.1647472232580185, 0.035809747874736786, 0.0862044095993042, 0.05279785394668579, 0.027260437607765198, 0.02893873304128647, 0.03865310922265053, 0.05897081270813942, 0.07094741612672806, 0.04712551832199097, 484.5049743652344, 468.68359375, 1.609529135748744e-06, 0.001961939735338092, 0.0001739380822982639, 0.00012695626355707645, 0.000522684131283313, 0.0007021236815489829], "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": [322], "max": [322], "mean": [322.0], "std": [0.0], "count": [836]}, "index": {"min": [276078], "max": [276913], "mean": [276495.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5944976076555024, 0.6346925834971413], "std": [0.49098900410028157, 0.4677579808988106], "count": [836]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5944976076555024, 0.6346925834971413], "std": [0.49098900410028157, 0.4677579808988106], "count": [836]}, "eef_direction_state": {"mean": [4.87200956937799, 5.16866028708134], "std": [1.940904756198943, 1.8435257525688453], "min": [0, 0], "max": [6, 6], "count": [836]}, "eef_velocity_state": {"mean": [0.3815789473684211, 0.21411483253588517], "std": [0.6218473748782031, 0.4411184200389896], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_acc_mag_state": {"mean": [0.26674641148325356, 0.1507177033492823], "std": [0.6162818265695074, 0.4704288603530809], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_direction_action": {"mean": [4.87200956937799, 5.16866028708134], "std": [1.940904756198943, 1.8435257525688453], "min": [0, 0], "max": [6, 6], "count": [836]}, "eef_velocity_action": {"mean": [0.3815789473684211, 0.21411483253588517], "std": [0.6218473748782031, 0.44111842003898954], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_acc_mag_action": {"mean": [0.26674641148325356, 0.1507177033492823], "std": [0.6162818265695074, 0.4704288603530809], "min": [0, 0], "max": [2, 2], "count": [836]}, "eef_sim_pose_state": {"mean": [0.4122770668044948, 0.25826276118872576, 1.1790624254644422, -0.06796634812977287, -0.00603904816433874, 1.254482474009597, 0.42011063892557576, -0.25215079491053727, 1.175800709025962, -0.06809545698008443, -0.024230939106760795, -1.3672766236184637], "std": [0.05040587865301321, 0.039738854828536736, 0.03425313352670331, 0.07602091096825872, 0.04772475613139123, 0.3062587834253761, 0.030363125675712185, 0.032505708538352295, 0.025511751801523156, 0.055116551464353, 0.03329203679470071, 0.05969462316862795], "min": [0.38262901502143837, 0.16934167983874177, 1.1475209894249163, -0.22396690147981296, -0.116499963133331, 0.5219077138403835, 0.394638122867584, -0.2778852537822381, 1.128263608960062, -0.19224532189896137, -0.06756043864278327, -1.4157238546622697], "max": [0.5335451931874508, 0.32478150026267344, 1.2416614755878184, 0.01333333246449886, 0.03275716257969852, 1.454563546030124, 0.5019942338164033, -0.1868171333717418, 1.1946201435034716, 0.049490933494592104, 0.06590681482570337, -1.2161632094913042], "count": [836]}, "eef_sim_pose_action": {"mean": [0.41229044770879275, 0.2583145009663198, 1.1790519198989402, -0.06793428496822314, -0.006094452584315198, 1.2544788019715383, 0.42012291284349923, -0.25225493516518815, 1.1758602054769063, -0.0682291229021331, -0.02419299144887086, -1.3674044176883107], "std": [0.05039972342547872, 0.039775086196228264, 0.03426130115988799, 0.07604782709432646, 0.047706593132196336, 0.3062565072345604, 0.030355603942660517, 0.03244155023941825, 0.02549661078587139, 0.05497045384418511, 0.0332608282817684, 0.059674105127655974], "min": [0.38262901502143837, 0.16934167983874177, 1.1475209894249163, -0.22396690147981296, -0.116499963133331, 0.5219077138403835, 0.394638122867584, -0.2778852537822381, 1.128263608960062, -0.19224532189896137, -0.06756043864278327, -1.4157238546622697], "max": [0.5335451931874508, 0.32478150026267344, 1.2416614755878184, 0.01333333246449886, 0.03275716257969852, 1.454563546030124, 0.5019942338164033, -0.1868171333717418, 1.1946201435034716, 0.049490933494592104, 0.06590681482570337, -1.2161632094913042], "count": [836]}, "gripper_mode_state": {"mean": [0.4055023923444976, 0.3660287081339713], "std": [0.49098900410028157, 0.4817174409918665], "min": [0, 0], "max": [1, 1], "count": [836]}, "gripper_activity_state": {"mean": [1.9892344497607655, 1.874401913875598], "std": [0.1335166156705001, 0.43994916104313075], "min": [0, 0], "max": [2, 2], "count": [836]}, "gripper_mode_action": {"mean": [0.4055023923444976, 0.3660287081339713], "std": [0.49098900410028157, 0.4817174409918665], "min": [0, 0], "max": [1, 1], "count": [836]}, "gripper_activity_action": {"mean": [1.9892344497607655, 1.874401913875598], "std": [0.1335166156705001, 0.43994916104313075], "min": [0, 0], "max": [2, 2], "count": [836]}}} +{"episode_index": 322, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4629376196869406]], [[0.44899614529994586]], [[0.4387781563527746]]], "std": [[[0.17313841058693266]], [[0.17789675937524688]], [[0.18140543873823953]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47694046095083464]], [[0.4692065289226094]], [[0.461489109789351]]], "std": [[[0.14664560394231782]], [[0.14852769490689893]], [[0.15148667689288867]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.446684682153116]], [[0.44963006457891014]], [[0.4418430904208817]]], "std": [[[0.15451834838428688]], [[0.1501351752830633]], [[0.1566524236523412]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4913972409558303]], [[0.48597110340951666]], [[0.4722917928583323]]], "std": [[[0.15453985316754804]], [[0.14920505603127898]], [[0.1582486098948947]]], "count": [157]}, "observation.state": {"min": [-0.41174063086509705, 0.17009979486465454, -0.08738863468170166, -2.0918118953704834, -0.46565383672714233, -0.1388409435749054, -0.49097856879234314, -0.2974570095539093, 0.34182000160217285, -0.002469999948516488, -1.9638327360153198, -1.8201816082000732, -1.2040315866470337, -0.1751612424850464, 0.15332716703414917, -0.2626197040081024, -1.927367091178894, 0.03865903988480568, -0.06370452046394348, -0.026232298463582993, -0.32912498712539673, -0.4810140132904053, 0.10706599801778793, 1.3078335523605347, -1.5610945224761963, 0.8742167353630066, 0.0, 0.0, 0.0005940415430814028, -0.2352517545223236, -0.8375970721244812, 1.9124120473861694, -1.070953130722046, -0.00237880926579237], "max": [0.3494498133659363, 0.4727049767971039, 0.5213298797607422, -1.5078771114349365, -0.17910568416118622, 0.1771160066127777, -0.018064158037304878, -0.176705002784729, 0.4890049993991852, 0.23893000185489655, -1.2793711423873901, -1.2182037830352783, -0.6562778949737549, 0.17324137687683105, 0.26804766058921814, 0.028675759211182594, -1.3589482307434082, 0.2376091331243515, 0.21664772927761078, 0.2353576421737671, -0.20656299591064453, -0.37525901198387146, 0.21185599267482758, 1.5268046855926514, -1.2800884246826172, 1.1090166568756104, 1001.0, 1003.0, 0.0006203599041327834, -0.2285556197166443, -0.83658367395401, 1.9127076864242554, -1.0698367357254028, 0.0037352812942117453], "mean": [0.15960709750652313, 0.26616740226745605, 0.11045844852924347, -1.8336020708084106, -0.26632019877433777, 0.014308965764939785, -0.11829257011413574, -0.25724151730537415, 0.3795194923877716, 0.16924716532230377, -1.4595657587051392, -1.3937181234359741, -1.071243405342102, -0.08146455138921738, 0.23603837192058563, -0.061009131371974945, -1.8035223484039307, 0.19553549587726593, 0.12887714803218842, 0.14551043510437012, -0.24897226691246033, -0.4096939265727997, 0.18061862885951996, 1.4191313982009888, -1.3630136251449585, 1.0473532676696777, 566.2161865234375, 601.622802734375, 0.0006085888599045575, -0.2315436601638794, -0.8369987607002258, 1.9125475883483887, -1.0705264806747437, 0.00021962427126709372], "std": [0.2214960902929306, 0.06543617695569992, 0.1678858995437622, 0.11191128194332123, 0.059740159660577774, 0.06308199465274811, 0.14776121079921722, 0.042423345148563385, 0.03512175381183624, 0.07070333510637283, 0.2514581084251404, 0.1573835164308548, 0.1603904515504837, 0.09702624380588531, 0.03932051733136177, 0.10875144600868225, 0.1856745183467865, 0.05703321099281311, 0.07453007996082306, 0.0645621195435524, 0.04574241861701012, 0.027593469247221947, 0.037366852164268494, 0.050727978348731995, 0.0912819653749466, 0.06911414116621017, 483.194580078125, 477.4406433105469, 1.6449731674583745e-06, 0.0021517290733754635, 0.0002110797940986231, 0.00010932755685644224, 0.0002988806809298694, 0.0006209510611370206], "count": [851]}, "action": {"min": [-0.41174063086509705, 0.17009979486465454, -0.08738863468170166, -2.0918118953704834, -0.46565383672714233, -0.1388409435749054, -0.49097856879234314, -0.2974570095539093, 0.34182000160217285, -0.002469999948516488, -1.9638327360153198, -1.8201816082000732, -1.2040315866470337, -0.1751612424850464, 0.15332716703414917, -0.2626197040081024, -1.927367091178894, 0.03865903988480568, -0.06370452046394348, -0.026232298463582993, -0.32912498712539673, -0.4810140132904053, 0.10706599801778793, 1.3078335523605347, -1.5610945224761963, 0.8742167353630066, 0.0, 0.0, 0.0005940415430814028, -0.2352517545223236, -0.8375970721244812, 1.9124120473861694, -1.070953130722046, -0.00237880926579237], "max": [0.3494498133659363, 0.4727049767971039, 0.5213298797607422, -1.5078771114349365, -0.17910568416118622, 0.1771160066127777, -0.018064158037304878, -0.176705002784729, 0.4890049993991852, 0.23893000185489655, -1.2793711423873901, -1.2182037830352783, -0.6562778949737549, 0.17324137687683105, 0.26804766058921814, 0.028675759211182594, -1.3589482307434082, 0.2376091331243515, 0.21664772927761078, 0.2353576421737671, -0.20656299591064453, -0.37525901198387146, 0.21185599267482758, 1.5268046855926514, -1.2800884246826172, 1.1090166568756104, 1001.0, 1003.0, 0.0006203599041327834, -0.2285556197166443, -0.83658367395401, 1.9127076864242554, -1.0698367357254028, 0.0037352812942117453], "mean": [0.15961316227912903, 0.2661675810813904, 0.11036338657140732, -1.8335514068603516, -0.26623716950416565, 0.014307159930467606, -0.11838721483945847, -0.25725623965263367, 0.3795192241668701, 0.169281005859375, -1.4595879316329956, -1.3936477899551392, -1.0711385011672974, -0.0814099982380867, 0.23612891137599945, -0.060672491788864136, -1.8037047386169434, 0.19572089612483978, 0.12915253639221191, 0.14573203027248383, -0.24888105690479279, -0.4097205102443695, 0.18073615431785583, 1.419083833694458, -1.3629896640777588, 1.047383427619934, 566.2161865234375, 601.622802734375, 0.0006085888599045575, -0.23154380917549133, -0.8369986414909363, 1.9125474691390991, -1.0705264806747437, 0.00021965884661767632], "std": [0.2214989960193634, 0.06543611735105515, 0.16794757544994354, 0.11191392689943314, 0.05980660393834114, 0.06308303773403168, 0.14772392809391022, 0.04243456572294235, 0.0351218543946743, 0.07072580605745316, 0.25144463777542114, 0.15743015706539154, 0.16034550964832306, 0.09698785841464996, 0.039301298558712006, 0.10857061296701431, 0.18571880459785461, 0.05686734989285469, 0.07425082474946976, 0.06429539620876312, 0.04573369771242142, 0.027572063729166985, 0.03730088844895363, 0.05069359391927719, 0.09129278361797333, 0.06912747025489807, 483.194580078125, 477.4406433105469, 1.6449731674583745e-06, 0.002151947934180498, 0.0002110446075676009, 0.00010919669148279354, 0.00029887407436035573, 0.0006209442508406937], "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": [323], "max": [323], "mean": [323.0], "std": [0.0], "count": [851]}, "index": {"min": [276914], "max": [277764], "mean": [277339.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6063454759106933, 0.6005052877732331], "std": [0.48855976067757334, 0.4765019012464322], "count": [851]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6063454759106933, 0.6005052877732331], "std": [0.48855976067757334, 0.4765019012464322], "count": [851]}, "eef_direction_state": {"mean": [4.766157461809636, 5.323149236192714], "std": [2.0159368959928474, 1.5910051069525102], "min": [0, 0], "max": [6, 6], "count": [851]}, "eef_velocity_state": {"mean": [0.40423031727379555, 0.22796709753231492], "std": [0.647643083708321, 0.4747123355281845], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_acc_mag_state": {"mean": [0.3019976498237368, 0.1692126909518214], "std": [0.6333714128735793, 0.5080241818394566], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_direction_action": {"mean": [4.766157461809636, 5.323149236192714], "std": [2.0159368959928474, 1.5910051069525102], "min": [0, 0], "max": [6, 6], "count": [851]}, "eef_velocity_action": {"mean": [0.40423031727379555, 0.22796709753231492], "std": [0.647643083708321, 0.4747123355281845], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_acc_mag_action": {"mean": [0.3019976498237368, 0.1692126909518214], "std": [0.6333714128735793, 0.5080241818394566], "min": [0, 0], "max": [2, 2], "count": [851]}, "eef_sim_pose_state": {"mean": [0.40481465351423107, 0.24929991057832104, 1.180360774642938, -0.03901397686645648, -0.016401006679768338, 1.2763681787381838, 0.42997161378665694, -0.2585738731223088, 1.1930464482771745, 0.00037110635963780316, -0.0385699750678276, -1.3125075338826642], "std": [0.04724178367070399, 0.04588715560154122, 0.037754747618079454, 0.04621371071089623, 0.05585998573330253, 0.28013357755278034, 0.029149407553851057, 0.03361014230701897, 0.03872536893540038, 0.0770012532128379, 0.04633168508785058, 0.048435524362887464], "min": [0.36207065127746085, 0.13884005989366405, 1.146863814528497, -0.1496724525863471, -0.12092384841989046, 0.6144471077099666, 0.39603873612557006, -0.28551131097331434, 1.1291583141967456, -0.14832449439683804, -0.1527968892914724, -1.3512563839424478], "max": [0.5372365560489147, 0.3071714610374513, 1.2492465313576493, 0.019881803520452213, 0.03475518223657592, 1.4761064036596432, 0.5040785481557714, -0.187995399003083, 1.2250804962810062, 0.09516197636792889, 0.05822803835833934, -1.1885895071698844], "count": [851]}, "eef_sim_pose_action": {"mean": [0.40481431377977206, 0.2493332698165248, 1.1803506109765483, -0.03897387624190742, -0.016507793222437634, 1.2763719426319833, 0.4299967491546658, -0.2586856501174739, 1.1931382403349748, 0.0003659348188584632, -0.03855756320030128, -1.3125583823729934], "std": [0.04724193793746281, 0.04590852875867927, 0.03776224666004359, 0.04624708596831548, 0.055853039906909915, 0.28013587675511814, 0.029129665056227962, 0.03353565228441573, 0.03870272411070774, 0.07699821106611199, 0.04632535247954763, 0.048449682506626596], "min": [0.36207065127746085, 0.13884005989366405, 1.146863814528497, -0.1496724525863471, -0.12092384841989046, 0.6144471077099666, 0.39603873612557006, -0.28551131097331434, 1.1291583141967456, -0.14832449439683804, -0.1527968892914724, -1.3512563839424478], "max": [0.5372365560489147, 0.3071714610374513, 1.2492465313576493, 0.019881803520452213, 0.03475518223657592, 1.4761064036596432, 0.5040785481557714, -0.187995399003083, 1.2250804962810062, 0.09516197636792889, 0.05822803835833934, -1.1885895071698844], "count": [851]}, "gripper_mode_state": {"mean": [0.3936545240893067, 0.399529964747356], "std": [0.48855976067757334, 0.4898017680820851], "min": [0, 0], "max": [1, 1], "count": [851]}, "gripper_activity_state": {"mean": [1.9894242068155112, 1.8789659224441833], "std": [0.13234226298755405, 0.4316142057155882], "min": [0, 0], "max": [2, 2], "count": [851]}, "gripper_mode_action": {"mean": [0.3936545240893067, 0.399529964747356], "std": [0.48855976067757334, 0.4898017680820851], "min": [0, 0], "max": [1, 1], "count": [851]}, "gripper_activity_action": {"mean": [1.9894242068155112, 1.8789659224441833], "std": [0.13234226298755405, 0.4316142057155882], "min": [0, 0], "max": [2, 2], "count": [851]}}} +{"episode_index": 323, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645051916463753]], [[0.4498355934149259]], [[0.43899489379084966]]], "std": [[[0.17212847899044706]], [[0.17755742163629942]], [[0.18062462418424638]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4715755371865522]], [[0.4648862336601307]], [[0.4590227783651587]]], "std": [[[0.14752932116079437]], [[0.15009661979262318]], [[0.15338897255486844]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4497828185740527]], [[0.45058243090264427]], [[0.4413759531590414]]], "std": [[[0.1578796500846656]], [[0.15385727385618847]], [[0.16023832087007395]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5022489053355548]], [[0.494542571767269]], [[0.48030119291725404]]], "std": [[[0.16386815940824098]], [[0.15894465673754424]], [[0.16949915215297634]]], "count": [153]}, "observation.state": {"min": [-0.3808308243751526, 0.1356295347213745, -0.11576768755912781, -2.1750991344451904, -0.437152624130249, -0.08887216448783875, -0.4479562044143677, -0.30547600984573364, 0.3253859877586365, -0.008101999759674072, -2.00386905670166, -1.8091979026794434, -1.1910910606384277, -0.18481290340423584, 0.05318018049001694, -0.2626197040081024, -1.8768922090530396, 0.036425020545721054, -0.06370452046394348, -0.026232298463582993, -0.33952900767326355, -0.4784879982471466, 0.10770399868488312, 1.2940895557403564, -1.464111089706421, 0.9718303084373474, 0.0, 0.0, 0.0005489244940690696, -0.23531754314899445, -0.837590754032135, 1.912404179573059, -1.0714483261108398, -0.0021471932996064425], "max": [0.4104316532611847, 0.4386535882949829, 0.5055520534515381, -1.5386298894882202, -0.16948893666267395, 0.14596188068389893, -0.019198622554540634, -0.17222900688648224, 0.4812600016593933, 0.23959000408649445, -1.2724127769470215, -1.1784037351608276, -0.7076787948608398, 0.15135495364665985, 0.1892635077238083, 0.01673770695924759, -1.3410236835479736, 0.13641493022441864, 0.09171705693006516, 0.1469218134880066, -0.24826399981975555, -0.3761569857597351, 0.20146599411964417, 1.486685872077942, -1.2700079679489136, 1.0905958414077759, 1001.0, 1002.0, 0.000701194629073143, -0.22937148809432983, -0.8364592790603638, 1.912631630897522, -1.0693098306655884, 0.004153898451477289], "mean": [0.15667621791362762, 0.24868562817573547, 0.11288564652204514, -1.8252360820770264, -0.26156413555145264, 0.007152000442147255, -0.10857223719358444, -0.25890982151031494, 0.37996408343315125, 0.16662290692329407, -1.4496570825576782, -1.392471194267273, -1.0905654430389404, -0.12119085341691971, 0.15999861061573029, -0.07747987657785416, -1.7617872953414917, 0.09788926690816879, 0.049344368278980255, 0.11034086346626282, -0.2757542133331299, -0.40185078978538513, 0.16475753486156464, 1.3983922004699707, -1.3233773708343506, 1.061873197555542, 562.4214477539062, 612.9293823242188, 0.000581426196731627, -0.23170554637908936, -0.8370605111122131, 1.9125560522079468, -1.070526361465454, 0.00019698962569236755], "std": [0.2201901227235794, 0.05320185050368309, 0.17361345887184143, 0.12766584753990173, 0.048157788813114166, 0.05760084465146065, 0.13681595027446747, 0.04380659759044647, 0.03482118621468544, 0.07611635327339172, 0.25891605019569397, 0.16059647500514984, 0.15803629159927368, 0.10548416525125504, 0.044696658849716187, 0.10217054933309555, 0.1756363958120346, 0.017947005107998848, 0.05593377724289894, 0.0604160912334919, 0.03173767030239105, 0.02970144711434841, 0.03663834556937218, 0.04941767826676369, 0.06820604205131531, 0.02826566994190216, 483.0845947265625, 474.49908447265625, 1.819938188418746e-05, 0.0020064180716872215, 0.00021652100258506835, 2.8693517378997058e-05, 0.0003453598474152386, 0.0007523790118284523], "count": [821]}, "action": {"min": [-0.3808308243751526, 0.1356295347213745, -0.11576768755912781, -2.1750991344451904, -0.437152624130249, -0.08887216448783875, -0.4479562044143677, -0.30547600984573364, 0.3253859877586365, -0.008101999759674072, -2.00386905670166, -1.8091979026794434, -1.1910910606384277, -0.18481290340423584, 0.05318018049001694, -0.2626197040081024, -1.8768922090530396, 0.036425020545721054, -0.06370452046394348, -0.026232298463582993, -0.33952900767326355, -0.4784879982471466, 0.10770399868488312, 1.2940895557403564, -1.464111089706421, 0.9718303084373474, 0.0, 0.0, 0.0005489244940690696, -0.23531754314899445, -0.837590754032135, 1.912404179573059, -1.0714483261108398, -0.0021471932996064425], "max": [0.4104316532611847, 0.4386535882949829, 0.5055520534515381, -1.5386298894882202, -0.16948893666267395, 0.14596188068389893, -0.019198622554540634, -0.17222900688648224, 0.4812600016593933, 0.23959000408649445, -1.2724127769470215, -1.1784037351608276, -0.7076787948608398, 0.15135495364665985, 0.1892635077238083, 0.01673770695924759, -1.3410236835479736, 0.13641493022441864, 0.09171705693006516, 0.1469218134880066, -0.24826399981975555, -0.3761569857597351, 0.20146599411964417, 1.486685872077942, -1.2700079679489136, 1.0905958414077759, 1001.0, 1002.0, 0.000701194629073143, -0.22937148809432983, -0.8364592790603638, 1.912631630897522, -1.0693098306655884, 0.004153898451477289], "mean": [0.15659308433532715, 0.24862971901893616, 0.11277559399604797, -1.825076699256897, -0.26152297854423523, 0.007112355437129736, -0.10867995023727417, -0.2589331567287445, 0.3799878656864166, 0.1666606366634369, -1.4496307373046875, -1.3924278020858765, -1.0905698537826538, -0.12119585275650024, 0.15999209880828857, -0.07715682685375214, -1.7619125843048096, 0.09794072806835175, 0.049529872834682465, 0.11054953932762146, -0.2757052183151245, -0.40186694264411926, 0.1648615300655365, 1.3983057737350464, -1.3233119249343872, 1.0618867874145508, 562.4214477539062, 612.9293823242188, 0.0005813827156089246, -0.23170511424541473, -0.8370606899261475, 1.9125560522079468, -1.0705267190933228, 0.00019701503333635628], "std": [0.22016170620918274, 0.05323405936360359, 0.1736866682767868, 0.12771734595298767, 0.0481787845492363, 0.0576312281191349, 0.13678079843521118, 0.043824661523103714, 0.03481877222657204, 0.07614148408174515, 0.25893279910087585, 0.16062115132808685, 0.15803879499435425, 0.10548777133226395, 0.04469308257102966, 0.10200387239456177, 0.17567914724349976, 0.017915798351168633, 0.05581109970808029, 0.06023991480469704, 0.03174344077706337, 0.02969110757112503, 0.03660302609205246, 0.04934481158852577, 0.06822631508111954, 0.028270792216062546, 483.0845947265625, 474.49908447265625, 1.818036071199458e-05, 0.0020065209828317165, 0.00021653430303558707, 2.8700178518192843e-05, 0.0003453979443293065, 0.0007523784879595041], "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": [324], "max": [324], "mean": [324.0], "std": [0.0], "count": [821]}, "index": {"min": [277765], "max": [278585], "mean": [278175.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6017052375152253, 0.6117904995036074], "std": [0.48954677474371144, 0.4735656283025892], "count": [821]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6017052375152253, 0.6117904995036074], "std": [0.48954677474371144, 0.4735656283025892], "count": [821]}, "eef_direction_state": {"mean": [4.766138855054812, 5.099878197320341], "std": [2.161308153793033, 1.973580060591941], "min": [0, 0], "max": [6, 6], "count": [821]}, "eef_velocity_state": {"mean": [0.3946406820950061, 0.20341047503045068], "std": [0.6714432788681187, 0.43454717028570095], "min": [0, 0], "max": [2, 2], "count": [821]}, "eef_acc_mag_state": {"mean": [0.26674786845310594, 0.1315468940316687], "std": [0.6050761891294044, 0.44117125617746394], "min": [0, 0], "max": [2, 2], "count": [821]}, "eef_direction_action": {"mean": [4.766138855054812, 5.099878197320341], "std": [2.161308153793033, 1.973580060591941], "min": [0, 0], "max": [6, 6], "count": [821]}, "eef_velocity_action": {"mean": [0.3946406820950061, 0.20341047503045068], "std": [0.6714432788681187, 0.43454717028570095], "min": [0, 0], "max": [2, 2], "count": [821]}, "eef_acc_mag_action": {"mean": [0.26674786845310594, 0.1315468940316687], "std": [0.6050761891294044, 0.44117125617746394], "min": [0, 0], "max": [2, 2], "count": [821]}, "eef_sim_pose_state": {"mean": [0.4050989674305874, 0.24524865520804798, 1.177939636272051, -0.045626869711003895, -0.005425564032179442, 1.2882103764787542, 0.4207644998054124, -0.23821576654831053, 1.1661337605110491, 0.0015451960203563602, -0.053529670181310794, -1.3527072054678275], "std": [0.04645423758618038, 0.04920296214916485, 0.038502259012763815, 0.048562762702041094, 0.054506302452919035, 0.2856263662667145, 0.030185259611142275, 0.032738838586398346, 0.027401491699102734, 0.0503444687591052, 0.04040407544840824, 0.036426214610583374], "min": [0.3454278463482835, 0.1320147575986057, 1.135886227146759, -0.16407487169157842, -0.12395777614684489, 0.6250547817099255, 0.3963565319855584, -0.27053237237950845, 1.113726136834391, -0.10751516201431044, -0.08543184122388414, -1.3914973078059005], "max": [0.5259335708476341, 0.2965991778785169, 1.253892947791346, 0.008817824230118343, 0.03276868781259723, 1.5012642507926348, 0.4981852299910782, -0.18781332448518254, 1.1889481208615427, 0.058553819514589045, 0.03883838963073205, -1.2755393180647427], "count": [821]}, "eef_sim_pose_action": {"mean": [0.40512224605164787, 0.2452815001457002, 1.1779169999858181, -0.04562039421400879, -0.005443478022326968, 1.2882538056033614, 0.4207780003448514, -0.23830904904021477, 1.1661863580484795, 0.0015138789162125184, -0.053542696271388336, -1.352801696407442], "std": [0.0464481991018842, 0.04922480089595514, 0.03852012384017365, 0.04856685368750738, 0.05449618327258666, 0.2856530389933764, 0.030176829215720437, 0.032706662402486326, 0.027401320863307876, 0.050323652440395, 0.040410288109832736, 0.03640120446428567], "min": [0.3454278463482835, 0.1320147575986057, 1.135886227146759, -0.16407487169157842, -0.12395777614684489, 0.6250547817099255, 0.3963565319855584, -0.27053237237950845, 1.113726136834391, -0.10751516201431044, -0.08543184122388414, -1.3914973078059005], "max": [0.5259335708476341, 0.2965991778785169, 1.253892947791346, 0.008817824230118343, 0.03276868781259723, 1.5012642507926348, 0.4981852299910782, -0.18781332448518254, 1.1889481208615427, 0.058553819514589045, 0.03883838963073205, -1.2755393180647427], "count": [821]}, "gripper_mode_state": {"mean": [0.3982947624847747, 0.3873325213154689], "std": [0.48954677474371144, 0.48714067706040415], "min": [0, 0], "max": [1, 1], "count": [821]}, "gripper_activity_state": {"mean": [1.9890377588306942, 1.8721071863580998], "std": [0.13472279397855794, 0.44361933864736597], "min": [0, 0], "max": [2, 2], "count": [821]}, "gripper_mode_action": {"mean": [0.3982947624847747, 0.3873325213154689], "std": [0.48954677474371144, 0.48714067706040415], "min": [0, 0], "max": [1, 1], "count": [821]}, "gripper_activity_action": {"mean": [1.9890377588306942, 1.8721071863580998], "std": [0.13472279397855796, 0.44361933864736597], "min": [0, 0], "max": [2, 2], "count": [821]}}} +{"episode_index": 324, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46669960108529013]], [[0.45010546402202856]], [[0.43886984335915435]]], "std": [[[0.17426090422195592]], [[0.17909132847405754]], [[0.18256884126165485]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4707153029936254]], [[0.46360423853183247]], [[0.45771069353667393]]], "std": [[[0.14827094134390628]], [[0.15083257554435117]], [[0.1541453044724395]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4479331817860889]], [[0.44699514468853385]], [[0.43668117460461553]]], "std": [[[0.15465340856734905]], [[0.15061192888796646]], [[0.15659886052066319]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49228227502420724]], [[0.4815320127793916]], [[0.46494741234971354]]], "std": [[[0.1586768634611619]], [[0.15265049885235768]], [[0.16229105415518877]]], "count": [162]}, "observation.state": {"min": [-0.36997488141059875, 0.18216001987457275, -0.1955990493297577, -2.198888063430786, -0.49809950590133667, -0.06174975261092186, -0.43998003005981445, -0.28916099667549133, 0.3215779960155487, 0.0182499997317791, -1.9157804250717163, -1.8214281797409058, -1.2409641742706299, -0.21094049513339996, 0.016283921897411346, -0.2626371383666992, -2.0171992778778076, 0.059812434017658234, -0.06377433240413666, -0.026232298463582993, -0.32596999406814575, -0.48169898986816406, 0.10581099987030029, 1.187617540359497, -1.5220881700515747, 0.9562593102455139, 0.0, 0.0, 0.0004831287660636008, -0.23532317578792572, -0.8374196290969849, 1.9124343395233154, -1.0713136196136475, -0.0022535088937729597], "max": [0.3802025318145752, 0.5468640327453613, 0.46385616064071655, -1.5522783994674683, -0.24548055231571198, 0.19032815098762512, -0.019722219556570053, -0.1656229943037033, 0.48179998993873596, 0.25279700756073, -1.2431451082229614, -1.224068522453308, -0.7141427397727966, 0.15456636250019073, 0.1892460584640503, -0.010489429347217083, -1.4005221128463745, 0.2094046026468277, 0.27143359184265137, 0.14276793599128723, -0.20852799713611603, -0.3744969964027405, 0.17525899410247803, 1.5070027112960815, -1.3291609287261963, 1.2060531377792358, 1001.0, 1002.0, 0.0005771226715296507, -0.22859321534633636, -0.8362770676612854, 1.912631630897522, -1.070074439048767, 0.0036830727476626635], "mean": [0.15509672462940216, 0.27432945370674133, 0.09234895557165146, -1.8345658779144287, -0.30292341113090515, 0.028642265126109123, -0.11860890686511993, -0.25504010915756226, 0.38214942812919617, 0.17717009782791138, -1.4322561025619507, -1.4112944602966309, -1.0926432609558105, -0.1236681193113327, 0.14828042685985565, -0.07945279031991959, -1.8661068677902222, 0.16541893780231476, 0.19978898763656616, 0.10369723290205002, -0.2504119277000427, -0.39680296182632446, 0.1539078652858734, 1.340682864189148, -1.4199025630950928, 1.0736124515533447, 567.0405883789062, 632.8388061523438, 0.0005619172006845474, -0.23149718344211578, -0.83698570728302, 1.9125277996063232, -1.0705299377441406, 0.0002256154257338494], "std": [0.21238116919994354, 0.07839889079332352, 0.16707681119441986, 0.12471762299537659, 0.07665569335222244, 0.0740455910563469, 0.1412637084722519, 0.04388008266687393, 0.035100989043712616, 0.06636210530996323, 0.23154331743717194, 0.17326141893863678, 0.15754108130931854, 0.09846572577953339, 0.05491795390844345, 0.08337195217609406, 0.19431813061237335, 0.05536419525742531, 0.11514487862586975, 0.05545734986662865, 0.04188113287091255, 0.03031821735203266, 0.02567155472934246, 0.08078829944133759, 0.04492175579071045, 0.04078066721558571, 483.6175231933594, 470.4468078613281, 6.09081916991272e-06, 0.002090420573949814, 0.00019755812536459416, 5.807499110233039e-05, 0.00025406121858395636, 0.0005902118282392621], "count": [887]}, "action": {"min": [-0.36997488141059875, 0.18216001987457275, -0.1955990493297577, -2.198888063430786, -0.49809950590133667, -0.06174975261092186, -0.43998003005981445, -0.28916099667549133, 0.3215779960155487, 0.0182499997317791, -1.9157804250717163, -1.8214281797409058, -1.2409641742706299, -0.21094049513339996, 0.016283921897411346, -0.2626371383666992, -2.0171992778778076, 0.059812434017658234, -0.06377433240413666, -0.026232298463582993, -0.32596999406814575, -0.48169898986816406, 0.10581099987030029, 1.187617540359497, -1.5220881700515747, 0.9562593102455139, 0.0, 0.0, 0.0004831287660636008, -0.23532317578792572, -0.8374196290969849, 1.9124343395233154, -1.0713136196136475, -0.0022535088937729597], "max": [0.3802025318145752, 0.5468640327453613, 0.46385616064071655, -1.5522783994674683, -0.24548055231571198, 0.19032815098762512, -0.019722219556570053, -0.1656229943037033, 0.48179998993873596, 0.25279700756073, -1.2431451082229614, -1.224068522453308, -0.7141427397727966, 0.15456636250019073, 0.1892460584640503, -0.010489429347217083, -1.4005221128463745, 0.2094046026468277, 0.27143359184265137, 0.14276793599128723, -0.20852799713611603, -0.3744969964027405, 0.17525899410247803, 1.5070027112960815, -1.3291609287261963, 1.2060531377792358, 1001.0, 1002.0, 0.0005771226715296507, -0.22859321534633636, -0.8362770676612854, 1.912631630897522, -1.070074439048767, 0.0036830727476626635], "mean": [0.15497849881649017, 0.2743220031261444, 0.09223448485136032, -1.83443021774292, -0.30294594168663025, 0.028682444244623184, -0.11873849481344223, -0.2550453841686249, 0.38218405842781067, 0.177215576171875, -1.43222975730896, -1.4112968444824219, -1.092631459236145, -0.12366507202386856, 0.14826616644859314, -0.0791819617152214, -1.8663630485534668, 0.16557572782039642, 0.20016515254974365, 0.10388467460870743, -0.25033003091812134, -0.3968108594417572, 0.15397964417934418, 1.340549349784851, -1.4200036525726318, 1.073638916015625, 567.0405883789062, 632.8388061523438, 0.0005619044532068074, -0.23149466514587402, -0.8369856476783752, 1.9125277996063232, -1.070529818534851, 0.00022568712302017957], "std": [0.21234865486621857, 0.07840234041213989, 0.16714595258235931, 0.12476685643196106, 0.07664426416158676, 0.07402843981981277, 0.14122574031352997, 0.04388375207781792, 0.035100825130939484, 0.06639278680086136, 0.23156015574932098, 0.1732601374387741, 0.1575346142053604, 0.0984642431139946, 0.05490890517830849, 0.08316595107316971, 0.1943427473306656, 0.05527864024043083, 0.11482776701450348, 0.05529894679784775, 0.04187054559588432, 0.030313765630126, 0.02563674934208393, 0.08066465705633163, 0.044819410890340805, 0.040783051401376724, 483.6175231933594, 470.4468078613281, 6.0826464505225886e-06, 0.0020895928610116243, 0.00019750409410335124, 5.8096935390494764e-05, 0.0002540159039199352, 0.0005902103148400784], "count": [887]}, "timestamp": {"min": [0.0], "max": [29.533333333333335], "mean": [14.766666666666666], "std": [8.535156055333076], "count": [887]}, "frame_index": {"min": [0], "max": [886], "mean": [443.0], "std": [256.0546816599923], "count": [887]}, "episode_index": {"min": [325], "max": [325], "mean": [325.0], "std": [0.0], "count": [887]}, "index": {"min": [278586], "max": [279472], "mean": [279029.0], "std": [256.0546816599923], "count": [887]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [887]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6054114994363021, 0.6316561440825924], "std": [0.4887621259739678, 0.46952288144220927], "count": [887]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6054114994363021, 0.6316561440825924], "std": [0.48876212597396773, 0.46952288144220927], "count": [887]}, "eef_direction_state": {"mean": [5.0, 5.213077790304397], "std": [1.8261534786597744, 1.807141132525693], "min": [0, 0], "max": [6, 6], "count": [887]}, "eef_velocity_state": {"mean": [0.3596392333709132, 0.20293122886133033], "std": [0.6211919703159254, 0.4422352503939994], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_acc_mag_state": {"mean": [0.2965050732807215, 0.1544532130777903], "std": [0.6362048957415114, 0.49100122016708675], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_direction_action": {"mean": [5.0, 5.213077790304397], "std": [1.8261534786597744, 1.807141132525693], "min": [0, 0], "max": [6, 6], "count": [887]}, "eef_velocity_action": {"mean": [0.3596392333709132, 0.20293122886133033], "std": [0.6211919703159254, 0.4422352503939994], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_acc_mag_action": {"mean": [0.2965050732807215, 0.1544532130777903], "std": [0.6362048957415114, 0.49100122016708675], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_sim_pose_state": {"mean": [0.40687758729244594, 0.25595084499256116, 1.1827942836094512, -0.037053317217471744, 0.012474590868344002, 1.287176394543645, 0.4164415572869942, -0.2296952781766177, 1.1959621207174207, -0.03798311847361622, 0.028583251648061296, -1.3327771631902474], "std": [0.04557325963392589, 0.043081912025842876, 0.040196989376362464, 0.044727518994798605, 0.038143128968751765, 0.2779179599883719, 0.030608606532629968, 0.025701355071148554, 0.037915236297544785, 0.07099218126010673, 0.04147712879374414, 0.021767120235652745], "min": [0.3510047664298387, 0.14707663376641425, 1.1541108211364193, -0.1454647004951125, -0.12380548392634982, 0.6915877823844914, 0.3948638423463233, -0.2501052731446007, 1.1355535176462468, -0.19527809367861315, -0.07220257190791424, -1.3872345480629058], "max": [0.5266933017361725, 0.3237219489554101, 1.2721093794482643, 0.056048194877948765, 0.054460374110979703, 1.511166109172, 0.5012985492889342, -0.18753575724802957, 1.2297831886758899, 0.07195779320739493, 0.11531558500782269, -1.2777514951044031], "count": [887]}, "eef_sim_pose_action": {"mean": [0.4069120342489378, 0.2559951331440537, 1.1827917020679628, -0.03702971761177469, 0.012475979177703796, 1.2871878629412148, 0.41644845437566447, -0.22976382303142434, 1.1960525738712262, -0.03805809374922724, 0.028694870128052864, -1.332803314951547], "std": [0.04556712435424235, 0.043110867012112905, 0.04019873038866026, 0.04474334573569855, 0.03814388998399405, 0.2779247189401775, 0.030604775668142434, 0.025672933402414125, 0.037887986404445136, 0.07093655769825793, 0.04135116635589916, 0.02174685166765801], "min": [0.3510047664298387, 0.14707663376641425, 1.1541108211364193, -0.1454647004951125, -0.12380548392634982, 0.6915877823844914, 0.3948638423463233, -0.2501052731446007, 1.1355535176462468, -0.19527809367861315, -0.07220257190791424, -1.3872345480629058], "max": [0.5266933017361725, 0.3237219489554101, 1.2721093794482643, 0.056048194877948765, 0.054460374110979703, 1.511166109172, 0.5012985492889342, -0.18753575724802957, 1.2297831886758899, 0.07195779320739493, 0.11531558500782269, -1.2777514951044031], "count": [887]}, "gripper_mode_state": {"mean": [0.3945885005636979, 0.3686583990980834], "std": [0.4887621259739678, 0.48244106777151824], "min": [0, 0], "max": [1, 1], "count": [887]}, "gripper_activity_state": {"mean": [1.9898534385569335, 1.8861330326944759], "std": [0.12964560551490475, 0.4186996516732688], "min": [0, 0], "max": [2, 2], "count": [887]}, "gripper_mode_action": {"mean": [0.3945885005636979, 0.3686583990980834], "std": [0.48876212597396773, 0.4824410677715182], "min": [0, 0], "max": [1, 1], "count": [887]}, "gripper_activity_action": {"mean": [1.9898534385569335, 1.8861330326944759], "std": [0.12964560551490475, 0.4186996516732688], "min": [0, 0], "max": [2, 2], "count": [887]}}} +{"episode_index": 325, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4692906371124031]], [[0.4511213555916553]], [[0.4392858159009728]]], "std": [[[0.1737593040691723]], [[0.17991953033345412]], [[0.18360171344739137]]], "count": [172]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4769593973248214]], [[0.4694811830255358]], [[0.46311142579609366]]], "std": [[[0.14801497684131418]], [[0.1500632918742802]], [[0.15334201916939566]]], "count": [172]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4482915526675787]], [[0.4463877370231038]], [[0.43517068988448093]]], "std": [[[0.1550461165736948]], [[0.15075000232493885]], [[0.15627195264936314]]], "count": [172]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5081325738144095]], [[0.5000035529715762]], [[0.48439122587019307]]], "std": [[[0.16426503154138833]], [[0.15900561957507156]], [[0.16940868237326392]]], "count": [172]}, "observation.state": {"min": [-0.3205646276473999, 0.1644798219203949, -0.21261601150035858, -2.1881017684936523, -0.43907245993614197, -0.04482005536556244, -0.46818459033966064, -0.2832779884338379, 0.3222379982471466, 0.02439199946820736, -1.9246946573257446, -1.7372692823410034, -1.2405078411102295, -0.18313740193843842, 0.05230751633644104, -0.2626371383666992, -1.8698934316635132, 0.05998696759343147, -0.06377433240413666, -0.02626720443367958, -0.329461008310318, -0.4825969934463501, 0.10875099897384644, 1.22035551071167, -1.5743911266326904, 0.881584107875824, 0.0, 0.0, 0.0005470446194522083, -0.23496036231517792, -0.8377793431282043, 1.9122726917266846, -1.0711749792099, -0.0015700521180406213], "max": [0.38692206144332886, 0.5000717639923096, 0.42788493633270264, -1.615808367729187, -0.14500194787979126, 0.17870426177978516, -0.019652407616376877, -0.16540299355983734, 0.4752100110054016, 0.25200799107551575, -1.2772353887557983, -1.1597204208374023, -0.8041679859161377, 0.16254250705242157, 0.21678733825683594, -0.013875368051230907, -1.3628402948379517, 0.21793927252292633, 0.22455406188964844, 0.16371189057826996, -0.2568410038948059, -0.37551701068878174, 0.19164800643920898, 1.4755313396453857, -1.3291609287261963, 1.0863769054412842, 1001.0, 1002.0, 0.0005677232402376831, -0.22878684103488922, -0.8362398147583008, 1.9127757549285889, -1.0696790218353271, 0.003514107083901763], "mean": [0.17354519665241241, 0.2561483383178711, 0.07641168683767319, -1.8445066213607788, -0.26691755652427673, 0.02198740839958191, -0.10220713913440704, -0.25591689348220825, 0.38042742013931274, 0.18035228550434113, -1.4215940237045288, -1.3715813159942627, -1.1121490001678467, -0.11922008544206619, 0.17840172350406647, -0.08190750330686569, -1.7724709510803223, 0.15451908111572266, 0.11014272272586823, 0.12153417617082596, -0.2773438096046448, -0.40195396542549133, 0.1640089899301529, 1.359086275100708, -1.3950170278549194, 1.042250394821167, 571.5020751953125, 640.0779418945312, 0.0005584308528341353, -0.2314501851797104, -0.8370544910430908, 1.912592887878418, -1.0704994201660156, 0.00016622900147922337], "std": [0.18846581876277924, 0.0629914179444313, 0.14676061272621155, 0.09902938455343246, 0.04787416756153107, 0.06641117483377457, 0.12436139583587646, 0.043786078691482544, 0.031849730759859085, 0.061819303780794144, 0.21449784934520721, 0.13425399363040924, 0.12687541544437408, 0.10005532950162888, 0.05701407045125961, 0.09233525395393372, 0.15273863077163696, 0.044676523655653, 0.07599297910928726, 0.06506699323654175, 0.026517964899539948, 0.02877708338201046, 0.03456258028745651, 0.06937926262617111, 0.05544629693031311, 0.0321238711476326, 483.93487548828125, 469.3289489746094, 1.3547535218094708e-06, 0.0013533009914681315, 0.0002915775403380394, 9.022583981277421e-05, 0.00020997962565161288, 0.0005416643107309937], "count": [962]}, "action": {"min": [-0.3205646276473999, 0.1644798219203949, -0.21261601150035858, -2.1881017684936523, -0.43907245993614197, -0.04482005536556244, -0.46818459033966064, -0.2832779884338379, 0.3222379982471466, 0.02439199946820736, -1.9246946573257446, -1.7372692823410034, -1.2405078411102295, -0.18313740193843842, 0.05230751633644104, -0.2626371383666992, -1.8698934316635132, 0.05998696759343147, -0.06377433240413666, -0.02626720443367958, -0.329461008310318, -0.4825969934463501, 0.10875099897384644, 1.22035551071167, -1.5743911266326904, 0.881584107875824, 0.0, 0.0, 0.0005470446194522083, -0.23496036231517792, -0.8377793431282043, 1.9122726917266846, -1.0711749792099, -0.0015700521180406213], "max": [0.38692206144332886, 0.5000717639923096, 0.42788493633270264, -1.615808367729187, -0.14500194787979126, 0.17870426177978516, -0.019652407616376877, -0.16540299355983734, 0.4752100110054016, 0.25200799107551575, -1.2772353887557983, -1.1597204208374023, -0.8041679859161377, 0.16254250705242157, 0.21678733825683594, -0.013875368051230907, -1.3628402948379517, 0.21793927252292633, 0.22455406188964844, 0.16371189057826996, -0.2568410038948059, -0.37551701068878174, 0.19164800643920898, 1.4755313396453857, -1.3291609287261963, 1.0863769054412842, 1001.0, 1002.0, 0.0005677232402376831, -0.22878684103488922, -0.8362398147583008, 1.9127757549285889, -1.0696790218353271, 0.003514107083901763], "mean": [0.17347203195095062, 0.25611168146133423, 0.07629402726888657, -1.8444316387176514, -0.2669050991535187, 0.022018538787961006, -0.10234151780605316, -0.2559151351451874, 0.3804489076137543, 0.18038658797740936, -1.4215967655181885, -1.3715742826461792, -1.1121423244476318, -0.1192149743437767, 0.17842841148376465, -0.08164901286363602, -1.7725714445114136, 0.15464329719543457, 0.11035998165607452, 0.12173060327768326, -0.2773078978061676, -0.40196916460990906, 0.1640939712524414, 1.3589776754379272, -1.3950634002685547, 1.0422338247299194, 571.5020751953125, 640.0779418945312, 0.0005584288737736642, -0.23145027458667755, -0.8370545506477356, 1.9125930070877075, -1.0704994201660156, 0.00016625366697553545], "std": [0.18844379484653473, 0.06301041692495346, 0.1468334048986435, 0.09905313700437546, 0.0478791706264019, 0.06639797240495682, 0.12434206902980804, 0.04378499835729599, 0.03184739872813225, 0.061840351670980453, 0.21449649333953857, 0.1342570036649704, 0.12687188386917114, 0.10005335509777069, 0.05702529102563858, 0.09217747300863266, 0.15276992321014404, 0.04459579661488533, 0.07579390704631805, 0.06490535289049149, 0.0265213493257761, 0.028767304494976997, 0.03452941030263901, 0.06927885860204697, 0.055409595370292664, 0.032115284353494644, 483.93487548828125, 469.3289489746094, 1.3535506013795384e-06, 0.0013532862067222595, 0.00029157777316868305, 9.036989649757743e-05, 0.00020997735555283725, 0.00054166215704754], "count": [962]}, "timestamp": {"min": [0.0], "max": [32.03333333333333], "mean": [16.016666666666666], "std": [9.25684431470394], "count": [962]}, "frame_index": {"min": [0], "max": [961], "mean": [480.5], "std": [277.70532944111824], "count": [962]}, "episode_index": {"min": [326], "max": [326], "mean": [326.0], "std": [0.0], "count": [962]}, "index": {"min": [279473], "max": [280434], "mean": [279953.5], "std": [277.70532944111824], "count": [962]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [962]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6070686070686071, 0.6388721414752161], "std": [0.488401795021668, 0.46839730202391816], "count": [962]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6070686070686071, 0.6388721414752161], "std": [0.488401795021668, 0.46839730202391816], "count": [962]}, "eef_direction_state": {"mean": [5.0686070686070686, 5.1891891891891895], "std": [1.7920684379658443, 1.8941774136533394], "min": [0, 0], "max": [6, 6], "count": [962]}, "eef_velocity_state": {"mean": [0.3482328482328482, 0.17151767151767153], "std": [0.6304323136726536, 0.39315820269815], "min": [0, 0], "max": [2, 2], "count": [962]}, "eef_acc_mag_state": {"mean": [0.2702702702702703, 0.12993762993762994], "std": [0.6148962775554008, 0.44060744812690134], "min": [0, 0], "max": [2, 2], "count": [962]}, "eef_direction_action": {"mean": [5.0686070686070686, 5.1891891891891895], "std": [1.7920684379658443, 1.8941774136533394], "min": [0, 0], "max": [6, 6], "count": [962]}, "eef_velocity_action": {"mean": [0.3482328482328482, 0.17151767151767153], "std": [0.6304323136726536, 0.39315820269815], "min": [0, 0], "max": [2, 2], "count": [962]}, "eef_acc_mag_action": {"mean": [0.2702702702702703, 0.12993762993762994], "std": [0.6148962775554008, 0.44060744812690134], "min": [0, 0], "max": [2, 2], "count": [962]}, "eef_sim_pose_state": {"mean": [0.40303773880914834, 0.25598978975187847, 1.1812289394969318, -0.04304507269355735, -0.0016602283715776006, 1.322761281630183, 0.42164414460106936, -0.24019932976950467, 1.1697020221037575, -0.04367698072266514, -0.007563522721463464, -1.3279787223918396], "std": [0.04020905854106447, 0.04202794251782272, 0.03920926190833441, 0.042893903454069605, 0.05862352492808807, 0.23198373712287362, 0.029172072257002364, 0.03319097136171622, 0.023206847392703095, 0.06152366345009596, 0.044094783691884284, 0.01943351158781959], "min": [0.3506507732669851, 0.15094277625068955, 1.1567849044005323, -0.1516338552396111, -0.22518517122309856, 0.7654743299464586, 0.39566026978451774, -0.2669336679210284, 1.128794869938863, -0.20264921666173208, -0.06756275544848456, -1.359571968603996], "max": [0.5150537241313529, 0.33122478068122063, 1.2663531526283618, -0.0001319386725182614, 0.03277207520311909, 1.5122211135729202, 0.5028186950852414, -0.18748488730496923, 1.188468750286669, 0.047970249548920596, 0.11517242350765278, -1.2440019585187567], "count": [962]}, "eef_sim_pose_action": {"mean": [0.40305915022196204, 0.2560239675927836, 1.1812309237850593, -0.04304341150280063, -0.0016688816832901537, 1.3227626418178948, 0.4216582297178996, -0.24028039103877863, 1.1697471240794997, -0.04375748391821209, -0.007515085717316053, -1.3280105885892175], "std": [0.040204134283754384, 0.042048243677322614, 0.03920807451786965, 0.042894919361923155, 0.05861908375905197, 0.23198446287447547, 0.02916314338525291, 0.033160264491228636, 0.023199931931709387, 0.06145443549445332, 0.044054526883017024, 0.019419964572181876], "min": [0.3506507732669851, 0.15094277625068955, 1.1567849044005323, -0.1516338552396111, -0.22518517122309856, 0.7654743299464586, 0.39566026978451774, -0.2669336679210284, 1.128794869938863, -0.20264921666173208, -0.06756275544848456, -1.359571968603996], "max": [0.5150537241313529, 0.33122478068122063, 1.2663531526283618, -0.0001319386725182614, 0.03277207520311909, 1.5122211135729202, 0.5028186950852414, -0.18748488730496923, 1.188468750286669, 0.047970249548920596, 0.11517242350765278, -1.2440019585187567], "count": [962]}, "gripper_mode_state": {"mean": [0.39293139293139295, 0.3607068607068607], "std": [0.488401795021668, 0.4802056032012401], "min": [0, 0], "max": [1, 1], "count": [962]}, "gripper_activity_state": {"mean": [1.9906444906444907, 1.8918918918918919], "std": [0.12451903483891394, 0.4113220366506764], "min": [0, 0], "max": [2, 2], "count": [962]}, "gripper_mode_action": {"mean": [0.39293139293139295, 0.3607068607068607], "std": [0.488401795021668, 0.4802056032012401], "min": [0, 0], "max": [1, 1], "count": [962]}, "gripper_activity_action": {"mean": [1.9906444906444907, 1.8918918918918919], "std": [0.12451903483891394, 0.4113220366506764], "min": [0, 0], "max": [2, 2], "count": [962]}}} +{"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.4605127756092149]], [[0.44590518589122896]], [[0.4348193070180747]]], "std": [[[0.17315577666812026]], [[0.17746931312951825]], [[0.18081280866784463]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4713206674130557]], [[0.46522249959654643]], [[0.4592123388707335]]], "std": [[[0.14620850969846697]], [[0.14782020540541857]], [[0.15076474452719593]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4520009909828129]], [[0.4499859169490842]], [[0.43864270152505447]]], "std": [[[0.15902059710411257]], [[0.15419977733007414]], [[0.15995687412684226]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5005672040163802]], [[0.49177061017308155]], [[0.4766601698035181]]], "std": [[[0.15930911855556795]], [[0.15468324692578309]], [[0.16473128098984144]]], "count": [162]}, "observation.state": {"min": [-0.33421310782432556, 0.19975292682647705, -0.1416858285665512, -2.1286211013793945, -0.42060691118240356, -0.10964158177375793, -0.39877280592918396, -0.2903729975223541, 0.3364650011062622, 0.041053999215364456, -1.9072529077529907, -1.7838969230651855, -1.267153263092041, -0.17332863807678223, 0.04951499029994011, -0.2626371383666992, -1.9317303895950317, 0.05112069100141525, -0.06375688314437866, -0.026232298463582993, -0.328779011964798, -0.47869399189949036, 0.10856600105762482, 1.2530437707901, -1.5449669361114502, 0.9683923125267029, 0.0, 0.0, 0.0005132068181410432, -0.23592662811279297, -0.8384005427360535, 1.911737084388733, -1.073598027229309, -0.005266414023935795], "max": [0.34777432680130005, 0.3828205168247223, 0.4285655915737152, -1.5619125366210938, -0.2033657729625702, 0.16838936507701874, -0.006562437862157822, -0.18333600461483002, 0.48372799158096313, 0.23519599437713623, -1.2917920351028442, -1.2186541557312012, -0.7807998061180115, 0.1515120267868042, 0.18929840624332428, -0.002286381321027875, -1.3770298957824707, 0.1906423270702362, 0.19881045818328857, 0.14412929117679596, -0.22537900507450104, -0.3761569857597351, 0.18960900604724884, 1.4760104417800903, -1.2897058725357056, 1.1176180839538574, 1001.0, 1002.0, 0.0005865221028216183, -0.22894662618637085, -0.8359934091567993, 1.9134770631790161, -1.0678082704544067, 0.0032559121027588844], "mean": [0.18808095157146454, 0.25697872042655945, 0.0909971222281456, -1.840216040611267, -0.271672785282135, -0.003913631662726402, -0.08407071232795715, -0.26213502883911133, 0.3776349425315857, 0.17873726785182953, -1.4127920866012573, -1.3753647804260254, -1.130414605140686, -0.10709967464208603, 0.15727631747722626, -0.07803301513195038, -1.8003695011138916, 0.1233292743563652, 0.1066010519862175, 0.10581913590431213, -0.2606468200683594, -0.4041970670223236, 0.16166913509368896, 1.3852821588516235, -1.3467862606048584, 1.076383113861084, 636.4757690429688, 598.3224487304688, 0.0005611510132439435, -0.23152950406074524, -0.8370473980903625, 1.912703514099121, -1.0705721378326416, 0.00023567174503114074], "std": [0.1753007173538208, 0.03754283860325813, 0.1271660178899765, 0.1013866662979126, 0.048006292432546616, 0.05421769246459007, 0.11847179383039474, 0.036238882690668106, 0.030427951365709305, 0.05470484122633934, 0.19900529086589813, 0.14504888653755188, 0.11277337372303009, 0.09779753535985947, 0.044879425317049026, 0.09382685273885727, 0.18276675045490265, 0.03228684514760971, 0.06884372234344482, 0.05332658067345619, 0.04125620052218437, 0.028840787708759308, 0.03239809349179268, 0.06921924650669098, 0.07534325867891312, 0.049351997673511505, 468.9743347167969, 478.7638244628906, 5.993978902552044e-06, 0.0019667441956698895, 0.00022810390510130674, 0.00020736070291604847, 0.0004409666871652007, 0.0008155513787642121], "count": [887]}, "action": {"min": [-0.33421310782432556, 0.19975292682647705, -0.1416858285665512, -2.1286211013793945, -0.42060691118240356, -0.10964158177375793, -0.39877280592918396, -0.2903729975223541, 0.3364650011062622, 0.041053999215364456, -1.9072529077529907, -1.7838969230651855, -1.267153263092041, -0.17332863807678223, 0.04951499029994011, -0.2626371383666992, -1.9317303895950317, 0.05112069100141525, -0.06375688314437866, -0.026232298463582993, -0.328779011964798, -0.47869399189949036, 0.10856600105762482, 1.2530437707901, -1.5449669361114502, 0.9683923125267029, 0.0, 0.0, 0.0005132068181410432, -0.23592662811279297, -0.8384005427360535, 1.911737084388733, -1.073598027229309, -0.005266414023935795], "max": [0.34777432680130005, 0.3828205168247223, 0.4285655915737152, -1.5619125366210938, -0.2033657729625702, 0.16838936507701874, -0.006562437862157822, -0.18333600461483002, 0.48372799158096313, 0.23519599437713623, -1.2917920351028442, -1.2186541557312012, -0.7807998061180115, 0.1515120267868042, 0.18929840624332428, -0.002286381321027875, -1.3770298957824707, 0.1906423270702362, 0.19881045818328857, 0.14412929117679596, -0.22537900507450104, -0.3761569857597351, 0.18960900604724884, 1.4760104417800903, -1.2897058725357056, 1.1176180839538574, 1001.0, 1002.0, 0.0005865221028216183, -0.22894662618637085, -0.8359934091567993, 1.9134770631790161, -1.0678082704544067, 0.0032559121027588844], "mean": [0.1880502551794052, 0.2569926083087921, 0.09096644073724747, -1.8401530981063843, -0.2716287076473236, -0.003969455137848854, -0.08406101912260056, -0.26213979721069336, 0.37764477729797363, 0.17875982820987701, -1.4128133058547974, -1.3752628564834595, -1.1304121017456055, -0.10708139836788177, 0.15726886689662933, -0.07774344086647034, -1.8005475997924805, 0.12341327220201492, 0.10683317482471466, 0.10599992424249649, -0.26057374477386475, -0.4042145907878876, 0.16175773739814758, 1.3852113485336304, -1.3467482328414917, 1.0764362812042236, 636.4757690429688, 598.3224487304688, 0.0005611658561974764, -0.23152969777584076, -0.8370471596717834, 1.9127031564712524, -1.0705721378326416, 0.0002357124030822888], "std": [0.1752893179655075, 0.03753914684057236, 0.1271810531616211, 0.10139820724725723, 0.04804050177335739, 0.054260510951280594, 0.11847750097513199, 0.03624194115400314, 0.03042580746114254, 0.054718468338251114, 0.19899386167526245, 0.14512018859386444, 0.1127723678946495, 0.097786545753479, 0.04487458989024162, 0.09365260601043701, 0.18281495571136475, 0.03223390132188797, 0.06861573457717896, 0.053150225430727005, 0.04125777631998062, 0.028828462585806847, 0.03236321359872818, 0.06915893405675888, 0.07536102831363678, 0.0493670329451561, 468.9743347167969, 478.7638244628906, 6.003243925079005e-06, 0.001966547453776002, 0.00022823660401627421, 0.00020752691489178687, 0.00044097748468630016, 0.0008155552204698324], "count": [887]}, "timestamp": {"min": [0.0], "max": [29.533333333333335], "mean": [14.766666666666666], "std": [8.535156055333076], "count": [887]}, "frame_index": {"min": [0], "max": [886], "mean": [443.0], "std": [256.0546816599923], "count": [887]}, "episode_index": {"min": [327], "max": [327], "mean": [327.0], "std": [0.0], "count": [887]}, "index": {"min": [280435], "max": [281321], "mean": [280878.0], "std": [256.0546816599923], "count": [887]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [887]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.673055242390079, 0.5972085679779428], "std": [0.4690968802724145, 0.47782240976313684], "count": [887]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.673055242390079, 0.5972085679779428], "std": [0.4690968802724144, 0.47782240976313684], "count": [887]}, "eef_direction_state": {"mean": [4.998872604284104, 5.223224351747463], "std": [1.8787960813909927, 1.7924436087617495], "min": [0, 0], "max": [6, 6], "count": [887]}, "eef_velocity_state": {"mean": [0.35174746335963925, 0.1995490417136415], "std": [0.615704646165513, 0.42693926498124607], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_acc_mag_state": {"mean": [0.28635851183765504, 0.1589627959413754], "std": [0.6275028245405355, 0.48955982549849825], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_direction_action": {"mean": [4.998872604284104, 5.223224351747463], "std": [1.8787960813909927, 1.7924436087617495], "min": [0, 0], "max": [6, 6], "count": [887]}, "eef_velocity_action": {"mean": [0.35174746335963925, 0.1995490417136415], "std": [0.615704646165513, 0.42693926498124607], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_acc_mag_action": {"mean": [0.28635851183765504, 0.1589627959413754], "std": [0.6275028245405355, 0.48955982549849825], "min": [0, 0], "max": [2, 2], "count": [887]}, "eef_sim_pose_state": {"mean": [0.3999672216170398, 0.25340181699808323, 1.1741239275712445, -0.05078090790187537, 0.011438236357081803, 1.330049690483855, 0.42334474617689044, -0.23544953225306406, 1.1814041192570177, 5.1113124362889375e-05, -0.027177208684214145, -1.3505039592758883], "std": [0.03935271178630093, 0.03246241558379686, 0.03135989951342146, 0.0472958667277984, 0.030965898210256505, 0.22952592814655376, 0.029389024573134477, 0.02912328162932239, 0.034159666437886385, 0.07628595408721477, 0.04360719534200429, 0.031979419974654796], "min": [0.3597199541519397, 0.1671444172934965, 1.1476866145946842, -0.16508471690589888, -0.08243443930918115, 0.7381449547017316, 0.3963656867249759, -0.2606461116513931, 1.1293667302735053, -0.15777751856545552, -0.07155628436881778, -1.3755704210588064], "max": [0.5234123055599513, 0.3062638244201481, 1.2448453954680117, -0.017451112449361594, 0.039328151733023065, 1.5035975768347543, 0.4990843509283939, -0.18829000282640637, 1.2106381058227849, 0.052825042207913286, 0.1018869991711453, -1.26523088059486], "count": [887]}, "eef_sim_pose_action": {"mean": [0.399976601721575, 0.2534190031775303, 1.1741157423542192, -0.0508106327542394, 0.011369693501414818, 1.3300986064456728, 0.4233601358485752, -0.23552917392254044, 1.1814773267845131, 4.961574994879063e-05, -0.027155664293301074, -1.3505830727626633], "std": [0.0393497783387598, 0.03247232189683626, 0.031365359948079104, 0.047283336676240274, 0.030985890930629277, 0.22955522572382595, 0.029378478610968057, 0.029091842240721647, 0.034150031580440735, 0.07628502789913165, 0.04359197158311146, 0.03195191100920641], "min": [0.3597199541519397, 0.1671444172934965, 1.1476866145946842, -0.16508471690589888, -0.08243443930918115, 0.7381449547017316, 0.3963656867249759, -0.2606461116513931, 1.1293667302735053, -0.15777751856545552, -0.07155628436881778, -1.3755704210588064], "max": [0.5234123055599513, 0.3062638244201481, 1.2448453954680117, -0.017451112449361594, 0.039328151733023065, 1.5035975768347543, 0.4990843509283939, -0.18829000282640637, 1.2106381058227849, 0.052825042207913286, 0.1018869991711453, -1.26523088059486], "count": [887]}, "gripper_mode_state": {"mean": [0.3269447576099211, 0.40135287485907556], "std": [0.4690968802724145, 0.490172158227519], "min": [0, 0], "max": [1, 1], "count": [887]}, "gripper_activity_state": {"mean": [1.9898534385569335, 1.882750845546787], "std": [0.1296456055149049, 0.42710594744859354], "min": [0, 0], "max": [2, 2], "count": [887]}, "gripper_mode_action": {"mean": [0.3269447576099211, 0.40135287485907556], "std": [0.4690968802724144, 0.490172158227519], "min": [0, 0], "max": [1, 1], "count": [887]}, "gripper_activity_action": {"mean": [1.9898534385569335, 1.882750845546787], "std": [0.12964560551490487, 0.42710594744859354], "min": [0, 0], "max": [2, 2], "count": [887]}}} +{"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.466017761492014]], [[0.4504462705059949]], [[0.43808007077002986]]], "std": [[[0.17528112771147186]], [[0.18057187599891028]], [[0.18436839176325162]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47398702549452454]], [[0.466669133878717]], [[0.4602653402696619]]], "std": [[[0.14780659317079142]], [[0.1502607379037046]], [[0.15346872126887326]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46005830546898674]], [[0.45686796628143533]], [[0.4460932630502532]]], "std": [[[0.16499664518400184]], [[0.15996698636854248]], [[0.16545689077539052]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5048295148357356]], [[0.4979785850322469]], [[0.48468982924295545]]], "std": [[[0.16479682412993707]], [[0.16004839967138124]], [[0.17077228642310832]]], "count": [151]}, "observation.state": {"min": [-0.4711690843105316, 0.21301743388175964, -0.12723450362682343, -1.995539665222168, -0.5481555461883545, -0.06948155909776688, -0.6495591998100281, -0.30117300152778625, 0.3515990078449249, 0.01767599955201149, -2.063832998275757, -1.8158689737319946, -1.1854034662246704, -0.1742711216211319, 0.04331907257437706, -0.2626371383666992, -1.8173763751983643, 0.06576400250196457, -0.06375688314437866, -0.026232298463582993, -0.3263989984989166, -0.47947901487350464, 0.10966800153255463, 1.235877275466919, -1.4649723768234253, 0.9714346528053284, 0.0, 0.0, 0.00044929093564860523, -0.23517467081546783, -0.8371272087097168, 1.912458896636963, -1.0715093612670898, -0.0024528505746275187], "max": [0.32183873653411865, 0.5562189817428589, 0.4994259476661682, -1.4831109046936035, -0.18697713315486908, 0.10761699825525284, -0.014259339310228825, -0.17284199595451355, 0.49277999997138977, 0.24075999855995178, -1.296558141708374, -1.2680586576461792, -0.533583402633667, 0.15102334320545197, 0.18929840624332428, -0.0009250245057046413, -1.383400321006775, 0.11116001754999161, 0.1667836606502533, 0.15763813257217407, -0.2656329870223999, -0.37616100907325745, 0.19415999948978424, 1.4765666723251343, -1.3048492670059204, 1.0814571380615234, 1001.0, 1002.0, 0.000590281852055341, -0.22902370989322662, -0.8367072939872742, 1.912908911705017, -1.0698795318603516, 0.005046189296990633], "mean": [0.1380699872970581, 0.27643823623657227, 0.11870326101779938, -1.800575852394104, -0.2903004288673401, -0.008586311712861061, -0.12723980844020844, -0.26156097650527954, 0.3855292499065399, 0.1727861613035202, -1.4613218307495117, -1.402593970298767, -1.0774439573287964, -0.09384758770465851, 0.14347220957279205, -0.07261540740728378, -1.7362231016159058, 0.09854989498853683, 0.10646498948335648, 0.114920973777771, -0.2825252413749695, -0.41055595874786377, 0.16485320031642914, 1.3446849584579468, -1.3553887605667114, 1.0390180349349976, 584.9765625, 607.6148071289062, 0.0005616546841338277, -0.2316070795059204, -0.8368618488311768, 1.9127347469329834, -1.0705265998840332, 0.00027226319070905447], "std": [0.2253032624721527, 0.07899166643619537, 0.163755863904953, 0.09988226741552353, 0.08423773944377899, 0.04044486954808235, 0.18526561558246613, 0.04095720499753952, 0.033907756209373474, 0.06079244986176491, 0.2733600437641144, 0.15907394886016846, 0.19033114612102509, 0.09051644057035446, 0.04660810902714729, 0.0924762636423111, 0.13251657783985138, 0.015158816240727901, 0.06427225470542908, 0.05557423084974289, 0.021522682160139084, 0.026302337646484375, 0.03569855913519859, 0.06259077042341232, 0.0597912073135376, 0.02530120313167572, 479.5255126953125, 475.48773193359375, 7.888658728916198e-06, 0.001979073276743293, 0.00010180992831010371, 0.00015939900185912848, 0.0003030037332791835, 0.0007554093026556075], "count": [810]}, "action": {"min": [-0.4711690843105316, 0.21301743388175964, -0.12723450362682343, -1.995539665222168, -0.5481555461883545, -0.06948155909776688, -0.6495591998100281, -0.30117300152778625, 0.3515990078449249, 0.01767599955201149, -2.063832998275757, -1.8158689737319946, -1.1854034662246704, -0.1742711216211319, 0.04331907257437706, -0.2626371383666992, -1.8173763751983643, 0.06576400250196457, -0.06375688314437866, -0.026232298463582993, -0.3263989984989166, -0.47947901487350464, 0.10966800153255463, 1.235877275466919, -1.4649723768234253, 0.9714346528053284, 0.0, 0.0, 0.00044929093564860523, -0.23517467081546783, -0.8371272087097168, 1.912458896636963, -1.0715093612670898, -0.0024528505746275187], "max": [0.32183873653411865, 0.5562189817428589, 0.4994259476661682, -1.4831109046936035, -0.18697713315486908, 0.10761699825525284, -0.014259339310228825, -0.17284199595451355, 0.49277999997138977, 0.24075999855995178, -1.296558141708374, -1.2680586576461792, -0.533583402633667, 0.15102334320545197, 0.18929840624332428, -0.0009250245057046413, -1.383400321006775, 0.11116001754999161, 0.1667836606502533, 0.15763813257217407, -0.2656329870223999, -0.37616100907325745, 0.19415999948978424, 1.4765666723251343, -1.3048492670059204, 1.0814571380615234, 1001.0, 1002.0, 0.000590281852055341, -0.22902370989322662, -0.8367072939872742, 1.912908911705017, -1.0698795318603516, 0.005046189296990633], "mean": [0.1379164457321167, 0.2764139473438263, 0.11874165385961533, -1.8003859519958496, -0.2902233898639679, -0.008632400073111057, -0.127236008644104, -0.2615808844566345, 0.38557136058807373, 0.17278259992599487, -1.4613492488861084, -1.4025357961654663, -1.077410101890564, -0.09380151331424713, 0.14344646036624908, -0.07229405641555786, -1.7362778186798096, 0.09860275685787201, 0.10670655965805054, 0.11513910442590714, -0.2824934124946594, -0.4105873703956604, 0.16495727002620697, 1.3445287942886353, -1.3553719520568848, 1.0389982461929321, 584.9765625, 607.6148071289062, 0.0005616384441964328, -0.23160924017429352, -0.8368622064590454, 1.9127352237701416, -1.0705269575119019, 0.0002723557408899069], "std": [0.2252587080001831, 0.07900559902191162, 0.16374142467975616, 0.0999356359243393, 0.08429955691099167, 0.040479931980371475, 0.18526777625083923, 0.040971655398607254, 0.033905502408742905, 0.06079084053635597, 0.27334460616111755, 0.1591131091117859, 0.1903146207332611, 0.09048555791378021, 0.04658856987953186, 0.09226713329553604, 0.13254030048847198, 0.015119239687919617, 0.06399952620267868, 0.05536634474992752, 0.021527517586946487, 0.0262764785438776, 0.035660404711961746, 0.062421806156635284, 0.059800174087285995, 0.025285836309194565, 479.5255126953125, 475.48773193359375, 7.881927558628377e-06, 0.0019776816479861736, 0.00010221582488156855, 0.00015913645620457828, 0.00030304701067507267, 0.0007554186740890145], "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": [328], "max": [328], "mean": [328.0], "std": [0.0], "count": [810]}, "index": {"min": [281322], "max": [282131], "mean": [281726.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6271604938271605, 0.6064888886957901], "std": [0.48355993300689476, 0.47455654715265133], "count": [810]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6271604938271605, 0.6064888886957901], "std": [0.48355993300689476, 0.47455654715265133], "count": [810]}, "eef_direction_state": {"mean": [4.75679012345679, 5.025925925925926], "std": [2.055131383959319, 2.0222391805013915], "min": [0, 0], "max": [6, 6], "count": [810]}, "eef_velocity_state": {"mean": [0.3802469135802469, 0.2111111111111111], "std": [0.5992628708808836, 0.4080970593823761], "min": [0, 0], "max": [2, 1], "count": [810]}, "eef_acc_mag_state": {"mean": [0.3197530864197531, 0.1259259259259259], "std": [0.661259507730928, 0.4404761110316552], "min": [0, 0], "max": [2, 2], "count": [810]}, "eef_direction_action": {"mean": [4.75679012345679, 5.025925925925926], "std": [2.055131383959319, 2.0222391805013915], "min": [0, 0], "max": [6, 6], "count": [810]}, "eef_velocity_action": {"mean": [0.3802469135802469, 0.2111111111111111], "std": [0.5992628708808835, 0.4080970593823761], "min": [0, 0], "max": [2, 1], "count": [810]}, "eef_acc_mag_action": {"mean": [0.3197530864197531, 0.1259259259259259], "std": [0.661259507730928, 0.4404761110316552], "min": [0, 0], "max": [2, 2], "count": [810]}, "eef_sim_pose_state": {"mean": [0.4116843848848401, 0.2529693095351415, 1.1755867244417009, -0.04289545032073972, -0.005551517208132982, 1.2710072245204518, 0.4294400744314369, -0.23735575809173687, 1.1652148661694983, -0.04967454180964296, -0.03186087112966757, -1.3593375382162054], "std": [0.048055300188939755, 0.03727732826828624, 0.03692906630103737, 0.04051326996879872, 0.060988602590425475, 0.30432362967057375, 0.026701732591656015, 0.03190476601070817, 0.018396722826532763, 0.05409428126030666, 0.038393179616511994, 0.03728098956901434], "min": [0.370927634506082, 0.15196770826319306, 1.1387224286707358, -0.17466245066565966, -0.15006959458264135, 0.526964693168505, 0.39636683870446104, -0.26383208707498856, 1.131760275723898, -0.1607054201112147, -0.06756691989673502, -1.4419629008819936], "max": [0.5479854585776845, 0.3314599162774628, 1.2577559301704857, -0.01719959191401199, 0.053724640680655744, 1.4640264142195232, 0.49944455927669024, -0.1886796149552232, 1.1803703867452597, 0.049144677450154495, 0.04894180865665976, -1.2648737485811847], "count": [810]}, "eef_sim_pose_action": {"mean": [0.41172639189774823, 0.2529646069193221, 1.1755660662719714, -0.04290210566854304, -0.005612854890509435, 1.2710185032640235, 0.4294687647277524, -0.2374482523944798, 1.1652584238713806, -0.04977703915931857, -0.031843887647778464, -1.3594349538569044], "std": [0.04804552044661942, 0.03727611138797409, 0.03694424013756735, 0.040509543067710076, 0.060975099105535946, 0.30433027706741644, 0.026678672794471146, 0.03187211529792912, 0.01838930530615501, 0.053987996076329044, 0.03838044444525272, 0.03724010648244087], "min": [0.370927634506082, 0.15196770826319306, 1.1387224286707358, -0.17466245066565966, -0.15006959458264135, 0.526964693168505, 0.39636683870446104, -0.26383208707498856, 1.131760275723898, -0.1607054201112147, -0.06756691989673502, -1.4419629008819936], "max": [0.5479854585776845, 0.3314599162774628, 1.2577559301704857, -0.01719959191401199, 0.053724640680655744, 1.4640264142195232, 0.49944455927669024, -0.1886796149552232, 1.1803703867452597, 0.049144677450154495, 0.04894180865665976, -1.2648737485811847], "count": [810]}, "gripper_mode_state": {"mean": [0.3728395061728395, 0.39382716049382716], "std": [0.48355993300689476, 0.488597306737565], "min": [0, 0], "max": [1, 1], "count": [810]}, "gripper_activity_state": {"mean": [1.988888888888889, 1.874074074074074], "std": [0.13562839573037455, 0.4404761110316559], "min": [0, 0], "max": [2, 2], "count": [810]}, "gripper_mode_action": {"mean": [0.3728395061728395, 0.39382716049382716], "std": [0.48355993300689476, 0.488597306737565], "min": [0, 0], "max": [1, 1], "count": [810]}, "gripper_activity_action": {"mean": [1.988888888888889, 1.874074074074074], "std": [0.13562839573037455, 0.4404761110316559], "min": [0, 0], "max": [2, 2], "count": [810]}}} +{"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.4640730711622256]], [[0.44793389161220043]], [[0.4352931317559075]]], "std": [[[0.1736763692925947]], [[0.18140402388416302]], [[0.18504226701507842]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4760998591209988]], [[0.4680284049250042]], [[0.4610688552664655]]], "std": [[[0.1453836303156785]], [[0.1484818964843812]], [[0.15186242730657312]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46844482675548854]], [[0.4645464494825708]], [[0.4541647315443271]]], "std": [[[0.16270495595546025]], [[0.15830523512682754]], [[0.1642948149139882]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4964158025389643]], [[0.4892108785822021]], [[0.4746569753435562]]], "std": [[[0.15586628833390054]], [[0.1524242361692659]], [[0.16269098811195593]]], "count": [156]}, "observation.state": {"min": [-0.3297101557254791, 0.1140747144818306, -0.18395769596099854, -2.057725667953491, -0.5142438411712646, -0.11726866662502289, -0.6271491646766663, -0.30288100242614746, 0.30605000257492065, 0.010557999834418297, -2.084515333175659, -1.8817028999328613, -1.2204599380493164, -0.2485523372888565, 0.04970697686076164, -0.2626371383666992, -1.9314686059951782, 0.06569419056177139, -0.06410594284534454, -0.026232298463582993, -0.3348029851913452, -0.48065200448036194, 0.10692399740219116, 1.2489564418792725, -1.4913992881774902, 0.9688171744346619, 0.0, 0.0, 0.0005489244940690696, -0.2355901151895523, -0.8378443121910095, 1.911892294883728, -1.0719118118286133, -0.001938359346240759], "max": [0.4954640865325928, 0.5562015175819397, 0.49296826124191284, -1.6210967302322388, -0.10203195363283157, 0.27522096037864685, 0.0020943949930369854, -0.17143000662326813, 0.47572198510169983, 0.2504329979419708, -1.2276031970977783, -1.1854757070541382, -0.502296507358551, 0.1589471399784088, 0.20399408042430878, 0.041294489055871964, -1.3426294326782227, 0.16948893666267395, 0.1538507640361786, 0.16196654736995697, -0.24821799993515015, -0.3701690137386322, 0.20881199836730957, 1.4756050109863281, -1.2883942127227783, 1.132131576538086, 1001.0, 1003.0, 0.000573362922295928, -0.22898046672344208, -0.8362889289855957, 1.913125991821289, -1.0681498050689697, 0.003046128898859024], "mean": [0.14768031239509583, 0.2519472539424896, 0.11137785762548447, -1.8251794576644897, -0.2542542517185211, 0.028235474601387978, -0.12027253210544586, -0.25858816504478455, 0.38197892904281616, 0.1665903776884079, -1.4490443468093872, -1.3933322429656982, -1.0652291774749756, -0.17572838068008423, 0.17124398052692413, -0.03783046826720238, -1.815580129623413, 0.14292143285274506, 0.04794739931821823, 0.12247508764266968, -0.27041947841644287, -0.38792848587036133, 0.17802728712558746, 1.3827656507492065, -1.3333605527877808, 1.0926944017410278, 532.209228515625, 646.9243774414062, 0.0005577884730882943, -0.23153865337371826, -0.8371177911758423, 1.9127085208892822, -1.0705822706222534, 0.0002247323136543855], "std": [0.21546043455600739, 0.08984725177288055, 0.16991794109344482, 0.09046107530593872, 0.0785020962357521, 0.10007304698228836, 0.15983815491199493, 0.042978834360837936, 0.03536853566765785, 0.0725332498550415, 0.2575259208679199, 0.15182015299797058, 0.19819702208042145, 0.11583518981933594, 0.04865511134266853, 0.11260376870632172, 0.1627177745103836, 0.036161601543426514, 0.04937915876507759, 0.061236873269081116, 0.0282264593988657, 0.031270530074834824, 0.041004713624715805, 0.06086406111717224, 0.068605437874794, 0.04358787462115288, 486.5919189453125, 465.62548828125, 1.5504543853239738e-06, 0.002130603650584817, 0.0002384773688390851, 0.00020733074052259326, 0.0003871449443977326, 0.000619142665527761], "count": [846]}, "action": {"min": [-0.3297101557254791, 0.1140747144818306, -0.18395769596099854, -2.057725667953491, -0.5142438411712646, -0.11726866662502289, -0.6271491646766663, -0.30288100242614746, 0.30605000257492065, 0.010557999834418297, -2.084515333175659, -1.8817028999328613, -1.2204599380493164, -0.2485523372888565, 0.04970697686076164, -0.2626371383666992, -1.9314686059951782, 0.06569419056177139, -0.06410594284534454, -0.026232298463582993, -0.3348029851913452, -0.48065200448036194, 0.10692399740219116, 1.2489564418792725, -1.4913992881774902, 0.9688171744346619, 0.0, 0.0, 0.0005489244940690696, -0.2355901151895523, -0.8378443121910095, 1.911892294883728, -1.0719118118286133, -0.001938359346240759], "max": [0.4954640865325928, 0.5562015175819397, 0.49296826124191284, -1.6210967302322388, -0.10203195363283157, 0.27522096037864685, 0.0020943949930369854, -0.17143000662326813, 0.47572198510169983, 0.2504329979419708, -1.2276031970977783, -1.1854757070541382, -0.502296507358551, 0.1589471399784088, 0.20399408042430878, 0.041294489055871964, -1.3426294326782227, 0.16948893666267395, 0.1538507640361786, 0.16196654736995697, -0.24821799993515015, -0.3701690137386322, 0.20881199836730957, 1.4756050109863281, -1.2883942127227783, 1.132131576538086, 1001.0, 1003.0, 0.000573362922295928, -0.22898046672344208, -0.8362889289855957, 1.913125991821289, -1.0681498050689697, 0.003046128898859024], "mean": [0.14752425253391266, 0.2518485188484192, 0.11130920797586441, -1.8249897956848145, -0.25415971875190735, 0.02826804667711258, -0.12033595144748688, -0.2586103677749634, 0.3820238411426544, 0.16660717129707336, -1.4489803314208984, -1.3932948112487793, -1.0652111768722534, -0.1758086085319519, 0.17125549912452698, -0.03747302293777466, -1.815747857093811, 0.14304181933403015, 0.048084426671266556, 0.12269382178783417, -0.2703710198402405, -0.38792404532432556, 0.17814293503761292, 1.3826757669448853, -1.333317518234253, 1.0927579402923584, 532.209228515625, 646.9243774414062, 0.0005577884730882943, -0.23153777420520782, -0.8371174931526184, 1.9127086400985718, -1.0705819129943848, 0.00022504202206619084], "std": [0.2154228240251541, 0.08990516513586044, 0.16995760798454285, 0.09057822078466415, 0.07855059206485748, 0.1000615656375885, 0.1598089635372162, 0.04299641773104668, 0.03537318855524063, 0.07254305481910706, 0.2575702965259552, 0.15184234082698822, 0.19818700850009918, 0.11585692316293716, 0.0486602820456028, 0.11236985772848129, 0.16274578869342804, 0.03607384115457535, 0.049229610711336136, 0.06103525683283806, 0.028224434703588486, 0.03127243369817734, 0.0409497432410717, 0.06078261509537697, 0.0686194896697998, 0.04358864948153496, 486.5919189453125, 465.62548828125, 1.5504543853239738e-06, 0.0021312793251127005, 0.0002383769751759246, 0.00020739948377013206, 0.0003872081870213151, 0.0006191612919792533], "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": [329], "max": [329], "mean": [329.0], "std": [0.0], "count": [846]}, "index": {"min": [282132], "max": [282977], "mean": [282554.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5709219858156028, 0.6457151304124072], "std": [0.4949445139891637, 0.46470242959295033], "count": [846]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5709219858156028, 0.6457151304124072], "std": [0.4949445139891637, 0.46470242959295033], "count": [846]}, "eef_direction_state": {"mean": [4.787234042553192, 5.095744680851064], "std": [1.977324806314969, 1.9914844365581534], "min": [0, 0], "max": [6, 6], "count": [846]}, "eef_velocity_state": {"mean": [0.3877068557919622, 0.2033096926713948], "std": [0.6253435474715855, 0.44433754561714484], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_acc_mag_state": {"mean": [0.30260047281323876, 0.16548463356973994], "std": [0.645528609382799, 0.49445166431657855], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_direction_action": {"mean": [4.787234042553192, 5.095744680851064], "std": [1.977324806314969, 1.9914844365581534], "min": [0, 0], "max": [6, 6], "count": [846]}, "eef_velocity_action": {"mean": [0.3877068557919622, 0.2033096926713948], "std": [0.6253435474715854, 0.4443375456171449], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_acc_mag_action": {"mean": [0.30260047281323876, 0.16548463356973994], "std": [0.645528609382799, 0.49445166431657855], "min": [0, 0], "max": [2, 2], "count": [846]}, "eef_sim_pose_state": {"mean": [0.407393147007196, 0.246099998410606, 1.1803084108028092, -0.02787133733214539, -0.012468550160530466, 1.27938580904147, 0.40667601075312027, -0.25026621457053533, 1.1704329667180027, 0.010579034436870666, -0.026948252793292056, -1.3643220912430234], "std": [0.043524796168479804, 0.049264548126361364, 0.04086294606829727, 0.03209983278858607, 0.06909619288649137, 0.29269081511383777, 0.0320417998549717, 0.03730477734936078, 0.02220379461216815, 0.06533463659075621, 0.03856616147955618, 0.03434651579716676], "min": [0.32593795010535453, 0.1310696022475068, 1.1417092247837861, -0.13449339350220962, -0.1638286769967705, 0.48506555494627307, 0.38785369743297426, -0.2788539711842254, 1.122396298079164, -0.1461053896605784, -0.06766390580892034, -1.4181100422716488], "max": [0.5138175210323292, 0.3287504894577167, 1.2626986229057482, 0.02330484916190978, 0.08466673148858006, 1.5074524717349613, 0.5008601156802057, -0.18627229784623378, 1.1884351069659198, 0.049159961797073826, 0.06451192044262655, -1.2923987289505343], "count": [846]}, "eef_sim_pose_action": {"mean": [0.40743742710597997, 0.2461103595307994, 1.1802913167926938, -0.02782692301989566, -0.0124868120899344, 1.2794434449847893, 0.40666902923187476, -0.25037091888206375, 1.1704820139832366, 0.010574183130824418, -0.02691971311937089, -1.364418496797769], "std": [0.04351952955612218, 0.049269344282790895, 0.04087577923019129, 0.032140030467081804, 0.06908628908415472, 0.2927283945837282, 0.032044682626045214, 0.03725609614465445, 0.022192259321642763, 0.06533201101479648, 0.03854498249146576, 0.034292659577461505], "min": [0.32593795010535453, 0.1310696022475068, 1.1417092247837861, -0.13449339350220962, -0.1638286769967705, 0.48506555494627307, 0.38785369743297426, -0.2788539711842254, 1.122396298079164, -0.1461053896605784, -0.06766390580892034, -1.4181100422716488], "max": [0.5138175210323292, 0.3287504894577167, 1.2626986229057482, 0.02330484916190978, 0.08466673148858006, 1.5074524717349613, 0.5008601156802057, -0.18627229784623378, 1.1884351069659198, 0.049159961797073826, 0.06451192044262655, -1.2923987289505343], "count": [846]}, "gripper_mode_state": {"mean": [0.42907801418439717, 0.3534278959810875], "std": [0.4949445139891637, 0.4780341183675791], "min": [0, 0], "max": [1, 1], "count": [846]}, "gripper_activity_state": {"mean": [1.9893617021276595, 1.875886524822695], "std": [0.13273026434193516, 0.44024504930258995], "min": [0, 0], "max": [2, 2], "count": [846]}, "gripper_mode_action": {"mean": [0.42907801418439717, 0.3534278959810875], "std": [0.4949445139891637, 0.4780341183675791], "min": [0, 0], "max": [1, 1], "count": [846]}, "gripper_activity_action": {"mean": [1.9893617021276595, 1.875886524822695], "std": [0.13273026434193516, 0.44024504930258995], "min": [0, 0], "max": [2, 2], "count": [846]}}} +{"episode_index": 329, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.468086152736411]], [[0.45039044660585753]], [[0.43855720246959545]]], "std": [[[0.17184646336502413]], [[0.17620087133646944]], [[0.17965824920266635]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47614801025895587]], [[0.46809157824522213]], [[0.46160345309009676]]], "std": [[[0.1449667210405688]], [[0.1469279482469464]], [[0.150136364783994]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45274161935343754]], [[0.4495020980702408]], [[0.4382836686626127]]], "std": [[[0.16234967574447035]], [[0.15801936045688544]], [[0.16350192898705906]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5084099083726318]], [[0.4974405146024654]], [[0.48128860164846526]]], "std": [[[0.1626744201759923]], [[0.15604027843863602]], [[0.16563200720533744]]], "count": [158]}, "observation.state": {"min": [-0.3494323790073395, 0.1408480703830719, -0.1180889755487442, -2.0429253578186035, -0.4931602478027344, -0.02241002768278122, -0.5205793380737305, -0.30480000376701355, 0.3401719927787781, 0.01616399921476841, -1.9724066257476807, -1.9022160768508911, -1.2285773754119873, -0.17331120371818542, 0.13699088990688324, -0.2626371383666992, -1.8525621891021729, 0.06581636518239975, -0.0636696144938469, -0.0262148454785347, -0.3293370008468628, -0.4836750030517578, 0.10670600086450577, 1.3058983087539673, -1.5780646800994873, 0.8569465279579163, 0.0, 0.0, 0.0005414049956016243, -0.23522354662418365, -0.837645411491394, 1.9128652811050415, -1.0710458755493164, -0.002232625614851713], "max": [0.3629237711429596, 0.42669808864593506, 0.4737696349620819, -1.611392617225647, -0.16713273525238037, 0.19058994948863983, -0.019146261736750603, -0.17473499476909637, 0.47572898864746094, 0.2345390021800995, -1.2332707643508911, -1.2443194389343262, -0.6594419479370117, 0.18181094527244568, 0.270159512758255, -0.0014486232539638877, -1.343467116355896, 0.24689427018165588, 0.19401080906391144, 0.21048671007156372, -0.24493800103664398, -0.37615901231765747, 0.20447200536727905, 1.4798840284347534, -1.298140525817871, 1.0664958953857422, 1001.0, 1002.0, 0.0005658433656208217, -0.22918161749839783, -0.8366534113883972, 1.9128978252410889, -1.0701789855957031, 0.004486134275794029], "mean": [0.18476389348506927, 0.23959922790527344, 0.09221747517585754, -1.832576036453247, -0.26061078906059265, 0.011282282881438732, -0.08268620073795319, -0.2662017345428467, 0.3778430223464966, 0.1754373162984848, -1.3935129642486572, -1.3828473091125488, -1.1208105087280273, -0.09199462085962296, 0.2314857542514801, -0.08449424058198929, -1.760278344154358, 0.14395718276500702, 0.08802119642496109, 0.15126508474349976, -0.2693307101726532, -0.4083758294582367, 0.17433828115463257, 1.4330506324768066, -1.3506380319595337, 0.9971628785133362, 600.3333129882812, 634.8783569335938, 0.0005573679809458554, -0.23179616034030914, -0.8370957374572754, 1.912855625152588, -1.0704437494277954, 0.00022289737535174936], "std": [0.18009014427661896, 0.05388270318508148, 0.13917303085327148, 0.07889334112405777, 0.061306290328502655, 0.06489474326372147, 0.11956623941659927, 0.03744920343160629, 0.028190914541482925, 0.060265347361564636, 0.20115922391414642, 0.1504295915365219, 0.1317075937986374, 0.09618672728538513, 0.04303343966603279, 0.10320035368204117, 0.15095928311347961, 0.03987596556544304, 0.06655290722846985, 0.07640185207128525, 0.031067483127117157, 0.02701086550951004, 0.038275886327028275, 0.0440853051841259, 0.07749183475971222, 0.05196858569979668, 477.34326171875, 469.3061218261719, 1.6336736052835477e-06, 0.0017319145845249295, 0.000140137315611355, 2.0128898540860973e-05, 0.00017106377345044166, 0.0006467149942182004], "count": [855]}, "action": {"min": [-0.3494323790073395, 0.1408480703830719, -0.1180889755487442, -2.0429253578186035, -0.4931602478027344, -0.02241002768278122, -0.5205793380737305, -0.30480000376701355, 0.3401719927787781, 0.01616399921476841, -1.9724066257476807, -1.9022160768508911, -1.2285773754119873, -0.17331120371818542, 0.13699088990688324, -0.2626371383666992, -1.8525621891021729, 0.06581636518239975, -0.0636696144938469, -0.0262148454785347, -0.3293370008468628, -0.4836750030517578, 0.10670600086450577, 1.3058983087539673, -1.5780646800994873, 0.8569465279579163, 0.0, 0.0, 0.0005414049956016243, -0.23522354662418365, -0.837645411491394, 1.9128652811050415, -1.0710458755493164, -0.002232625614851713], "max": [0.3629237711429596, 0.42669808864593506, 0.4737696349620819, -1.611392617225647, -0.16713273525238037, 0.19058994948863983, -0.019146261736750603, -0.17473499476909637, 0.47572898864746094, 0.2345390021800995, -1.2332707643508911, -1.2443194389343262, -0.6594419479370117, 0.18181094527244568, 0.270159512758255, -0.0014486232539638877, -1.343467116355896, 0.24689427018165588, 0.19401080906391144, 0.21048671007156372, -0.24493800103664398, -0.37615901231765747, 0.20447200536727905, 1.4798840284347534, -1.298140525817871, 1.0664958953857422, 1001.0, 1002.0, 0.0005658433656208217, -0.22918161749839783, -0.8366534113883972, 1.9128978252410889, -1.0701789855957031, 0.004486134275794029], "mean": [0.18467070162296295, 0.23948436975479126, 0.09213804453611374, -1.832434892654419, -0.26051563024520874, 0.011300427839159966, -0.08275564759969711, -0.26622629165649414, 0.37786972522735596, 0.1754511594772339, -1.3934437036514282, -1.3828198909759521, -1.1208040714263916, -0.09194506704807281, 0.23157452046871185, -0.08419283479452133, -1.7603689432144165, 0.1440683752298355, 0.08823130279779434, 0.1515158712863922, -0.26927679777145386, -0.40840470790863037, 0.174448624253273, 1.4330224990844727, -1.3506088256835938, 0.9970985651016235, 600.3333129882812, 634.8783569335938, 0.0005573636153712869, -0.23179958760738373, -0.8370959758758545, 1.912855625152588, -1.070444107055664, 0.00022277524112723768], "std": [0.1800689995288849, 0.053984206169843674, 0.13922086358070374, 0.07897163182497025, 0.06137987598776817, 0.06488797068595886, 0.11954709887504578, 0.037467241287231445, 0.02819112315773964, 0.06027275696396828, 0.2012026309967041, 0.15044333040714264, 0.13170461356639862, 0.0961558073759079, 0.04302471876144409, 0.10305589437484741, 0.15099038183689117, 0.039790451526641846, 0.06635712087154388, 0.0761706754565239, 0.031067973002791405, 0.026989594101905823, 0.03822539001703262, 0.04406541585922241, 0.07750414311885834, 0.05191679298877716, 477.34326171875, 469.3061218261719, 1.6310975752276136e-06, 0.001730546006001532, 0.00014028165605850518, 2.013528319366742e-05, 0.00017115766240749508, 0.0006466778577305377], "count": [855]}, "timestamp": {"min": [0.0], "max": [28.466666666666665], "mean": [14.233333333333333], "std": [8.227235708754636], "count": [855]}, "frame_index": {"min": [0], "max": [854], "mean": [427.0], "std": [246.8170712626391], "count": [855]}, "episode_index": {"min": [330], "max": [330], "mean": [330.0], "std": [0.0], "count": [855]}, "index": {"min": [282978], "max": [283832], "mean": [283405.0], "std": [246.8170712626391], "count": [855]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [855]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6385964912280702, 0.6336923975862389], "std": [0.4804071321486252, 0.46837539318013277], "count": [855]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6385964912280702, 0.6336923975862389], "std": [0.4804071321486252, 0.46837539318013277], "count": [855]}, "eef_direction_state": {"mean": [4.949707602339181, 5.232748538011696], "std": [1.937876521241644, 1.7838400791536828], "min": [0, 0], "max": [6, 6], "count": [855]}, "eef_velocity_state": {"mean": [0.3333333333333333, 0.19883040935672514], "std": [0.5962847939999443, 0.4382298662613633], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_acc_mag_state": {"mean": [0.2549707602339181, 0.1649122807017544], "std": [0.6025446762393085, 0.4952964360428849], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_direction_action": {"mean": [4.949707602339181, 5.232748538011696], "std": [1.9378765212416438, 1.7838400791536828], "min": [0, 0], "max": [6, 6], "count": [855]}, "eef_velocity_action": {"mean": [0.3333333333333333, 0.19883040935672514], "std": [0.5962847939999443, 0.43822986626136323], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_acc_mag_action": {"mean": [0.2549707602339181, 0.1649122807017544], "std": [0.6025446762393085, 0.4952964360428849], "min": [0, 0], "max": [2, 2], "count": [855]}, "eef_sim_pose_state": {"mean": [0.40010542845401476, 0.24951289948021557, 1.1721133113362832, -0.032655453678899646, 0.017519007105441402, 1.3347605829686608, 0.4289134460113343, -0.25373532664975557, 1.1753591845432079, -0.022950907807464543, -0.07570310176470675, -1.2972699711401878], "std": [0.03722334486383407, 0.038830546341570994, 0.03342349280116313, 0.03727840056212733, 0.03657373126913944, 0.23862235638503657, 0.02818098712713608, 0.03603136005884981, 0.026654176216554727, 0.06364572199660849, 0.04347414129106943, 0.03717127235459144], "min": [0.35780180592827077, 0.13451341391549282, 1.1395409221738058, -0.12825268458153083, -0.1294486876969938, 0.5695278136249812, 0.39637025691812744, -0.2818914977510772, 1.127928300831563, -0.17152251945972152, -0.10933847362081472, -1.357074225723093], "max": [0.515665616484671, 0.30165635938336494, 1.2561614128804812, 0.020546377732505672, 0.09096453513291514, 1.4996621799051622, 0.5062699929455415, -0.18867859834606238, 1.1968867953340772, 0.047930298138030736, 0.07941454869755082, -1.177563411394124], "count": [855]}, "eef_sim_pose_action": {"mean": [0.4001314806312721, 0.24952031216890305, 1.172093598060781, -0.03261302307981406, 0.017514619101688875, 1.3348181076486423, 0.42894159172203955, -0.2538434918687618, 1.1754192823025362, -0.023005277137222013, -0.07574680828852859, -1.2972864771425863], "std": [0.03721950929683906, 0.03883401535126766, 0.033437484026132266, 0.03731614859279131, 0.03657213705685711, 0.23865506019084368, 0.028160498212233404, 0.03597467071907788, 0.02664246943595265, 0.06360499072920198, 0.0434846530318312, 0.037177541531770476], "min": [0.35780180592827077, 0.13451341391549282, 1.1395409221738058, -0.12825268458153083, -0.1294486876969938, 0.5695278136249812, 0.39637025691812744, -0.2818914977510772, 1.127928300831563, -0.17152251945972152, -0.10933847362081472, -1.357074225723093], "max": [0.515665616484671, 0.30165635938336494, 1.2561614128804812, 0.020546377732505672, 0.09096453513291514, 1.4996621799051622, 0.5062699929455415, -0.18867859834606238, 1.1968867953340772, 0.047916547455223224, 0.07941454869755082, -1.177563411394124], "count": [855]}, "gripper_mode_state": {"mean": [0.36140350877192984, 0.36608187134502923], "std": [0.4804071321486252, 0.4817322231463741], "min": [0, 0], "max": [1, 1], "count": [855]}, "gripper_activity_state": {"mean": [1.9894736842105263, 1.8771929824561404], "std": [0.13203429980509998, 0.43542714547336847], "min": [0, 0], "max": [2, 2], "count": [855]}, "gripper_mode_action": {"mean": [0.36140350877192984, 0.36608187134502923], "std": [0.4804071321486252, 0.4817322231463741], "min": [0, 0], "max": [1, 1], "count": [855]}, "gripper_activity_action": {"mean": [1.9894736842105263, 1.8771929824561404], "std": [0.13203429980509998, 0.43542714547336847], "min": [0, 0], "max": [2, 2], "count": [855]}}} +{"episode_index": 330, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4628804602396514]], [[0.4478451048474945]], [[0.43646557734204794]]], "std": [[[0.17603934327706178]], [[0.18024794288525225]], [[0.1832832628446633]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4752225571895425]], [[0.46874485838779956]], [[0.46265536083877995]]], "std": [[[0.1496216374234481]], [[0.15187467629496057]], [[0.15486836042020677]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45617998366013074]], [[0.453402193627451]], [[0.4426444948257081]]], "std": [[[0.15957095447476202]], [[0.1544190014869666]], [[0.15992481621726903]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5030012091503269]], [[0.4933394308278867]], [[0.47801808823529407]]], "std": [[[0.1664900114519535]], [[0.16225569279268942]], [[0.17264522164099333]]], "count": [150]}, "observation.state": {"min": [-0.42186352610588074, 0.14042918384075165, -0.14299482107162476, -2.058790445327759, -0.5122017860412598, -0.049096111208200455, -0.5708797574043274, -0.3073219954967499, 0.35119301080703735, 0.0032870001159608364, -2.018831491470337, -1.906437635421753, -1.2893606424331665, -0.17332863807678223, 0.020298179239034653, -0.26258477568626404, -1.823607325553894, -0.0007330382941290736, -0.0636521577835083, -0.026232298463582993, -0.3393549919128418, -0.47748100757598877, 0.10881099849939346, 1.2746670246124268, -1.4396330118179321, 0.9856308698654175, 0.0, 0.0, 0.0005489244940690696, -0.23376664519309998, -0.8376573324203491, 1.9123566150665283, -1.071230411529541, -0.0017760384362190962], "max": [0.31061625480651855, 0.4885351061820984, 0.5148372054100037, -1.6043415069580078, -0.1391027420759201, 0.257436066865921, 0.03185226023197174, -0.1496029943227768, 0.48075801134109497, 0.24553699791431427, -1.2014344930648804, -1.2067469358444214, -0.5801631212234497, 0.14378021657466888, 0.18929840624332428, -0.013124875724315643, -1.3228896856307983, 0.08541641384363174, 0.07044148445129395, 0.10868165642023087, -0.2673470079898834, -0.37616899609565735, 0.18515299260616302, 1.4756146669387817, -1.2353261709213257, 1.093708872795105, 1001.0, 1002.0, 0.0005696031730622053, -0.23024186491966248, -0.8365654349327087, 1.9129643440246582, -1.069724202156067, 0.00140678184106946], "mean": [0.1579369455575943, 0.24600735306739807, 0.09973961859941483, -1.8289424180984497, -0.27564388513565063, 0.021117523312568665, -0.09044398367404938, -0.2597203254699707, 0.3810092508792877, 0.17376410961151123, -1.4092843532562256, -1.3909580707550049, -1.112414002418518, -0.12009797245264053, 0.11907797306776047, -0.0875110924243927, -1.7379155158996582, 0.04285381734371185, 0.030848875641822815, 0.07627294212579727, -0.28487566113471985, -0.40302160382270813, 0.15760374069213867, 1.3748167753219604, -1.2907859086990356, 1.0716873407363892, 584.547607421875, 621.1428833007812, 0.0005569045315496624, -0.2314363270998001, -0.8370067477226257, 1.9127665758132935, -1.0705701112747192, 0.00021486847253981978], "std": [0.2049589604139328, 0.0710604265332222, 0.16092611849308014, 0.08542244881391525, 0.08543839305639267, 0.0824505090713501, 0.14317293465137482, 0.04715316742658615, 0.028205247595906258, 0.06640871614217758, 0.2341943383216858, 0.1752433478832245, 0.17010962963104248, 0.09324834495782852, 0.04512258619070053, 0.09640471637248993, 0.1511460542678833, 0.01767994463443756, 0.04998007416725159, 0.04911845177412033, 0.024553054943680763, 0.02698294073343277, 0.03232048824429512, 0.0551375113427639, 0.06713688373565674, 0.02288360334932804, 479.52874755859375, 471.9027404785156, 1.3644038290294702e-06, 0.0007069229613989592, 0.00022875772265251726, 0.00010765188926598057, 0.0003327339072711766, 0.0003213377785868943], "count": [798]}, "action": {"min": [-0.42186352610588074, 0.14042918384075165, -0.14299482107162476, -2.058790445327759, -0.5122017860412598, -0.049096111208200455, -0.5708797574043274, -0.3073219954967499, 0.35119301080703735, 0.0032870001159608364, -2.018831491470337, -1.906437635421753, -1.2893606424331665, -0.17332863807678223, 0.020298179239034653, -0.26258477568626404, -1.823607325553894, -0.0007330382941290736, -0.0636521577835083, -0.026232298463582993, -0.3393549919128418, -0.47748100757598877, 0.10881099849939346, 1.2746670246124268, -1.4396330118179321, 0.9856308698654175, 0.0, 0.0, 0.0005489244940690696, -0.23376664519309998, -0.8376573324203491, 1.9123566150665283, -1.071230411529541, -0.0017760384362190962], "max": [0.31061625480651855, 0.4885351061820984, 0.5148372054100037, -1.6043415069580078, -0.1391027420759201, 0.257436066865921, 0.03185226023197174, -0.1496029943227768, 0.48075801134109497, 0.24553699791431427, -1.2014344930648804, -1.2067469358444214, -0.5801631212234497, 0.14378021657466888, 0.18929840624332428, -0.013124875724315643, -1.3228896856307983, 0.08541641384363174, 0.07044148445129395, 0.10868165642023087, -0.2673470079898834, -0.37616899609565735, 0.18515299260616302, 1.4756146669387817, -1.2353261709213257, 1.093708872795105, 1001.0, 1002.0, 0.0005696031730622053, -0.23024186491966248, -0.8365654349327087, 1.9129643440246582, -1.069724202156067, 0.00140678184106946], "mean": [0.15782365202903748, 0.24588336050510406, 0.09967067837715149, -1.8287709951400757, -0.27552086114883423, 0.021110372617840767, -0.09046141803264618, -0.2597479522228241, 0.38104182481765747, 0.17377948760986328, -1.409199833869934, -1.3908743858337402, -1.1124281883239746, -0.12008446455001831, 0.1189935952425003, -0.0872018113732338, -1.7379798889160156, 0.04281099885702133, 0.03101092204451561, 0.07643737643957138, -0.2848450243473053, -0.403045117855072, 0.15769657492637634, 1.3746811151504517, -1.2906742095947266, 1.071710467338562, 584.547607421875, 621.1428833007812, 0.0005569068598560989, -0.23143428564071655, -0.8370063304901123, 1.9127663373947144, -1.0705701112747192, 0.00021471860236488283], "std": [0.20492443442344666, 0.07115522027015686, 0.16096265614032745, 0.0855187177658081, 0.08554033935070038, 0.08245447278022766, 0.14316518604755402, 0.0471733957529068, 0.028203681111335754, 0.06641661375761032, 0.23424690961837769, 0.17529350519180298, 0.17011626064777374, 0.09324205666780472, 0.0450541116297245, 0.0962381362915039, 0.15117070078849792, 0.017665615305304527, 0.04988301172852516, 0.048994679003953934, 0.024559305980801582, 0.026967728510499, 0.032289180904626846, 0.05502202734351158, 0.06714662164449692, 0.02288774587213993, 479.5287780761719, 471.9027404785156, 1.3652189636559342e-06, 0.0007071237196214497, 0.00022854884446132928, 0.00010757985728560016, 0.00033273050212301314, 0.00032136100344359875], "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": [331], "max": [331], "mean": [331.0], "std": [0.0], "count": [798]}, "index": {"min": [283833], "max": [284630], "mean": [284231.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.62531328320802, 0.6199924811498521], "std": [0.4840419207585519, 0.4709725472773795], "count": [798]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.62531328320802, 0.6199924811498521], "std": [0.48404192075855185, 0.4709725472773795], "count": [798]}, "eef_direction_state": {"mean": [5.001253132832081, 5.098997493734336], "std": [1.8171415581042176, 2.027127799444839], "min": [0, 0], "max": [6, 6], "count": [798]}, "eef_velocity_state": {"mean": [0.37844611528822053, 0.19172932330827067], "std": [0.6466699672902617, 0.43595516878489077], "min": [0, 0], "max": [2, 2], "count": [798]}, "eef_acc_mag_state": {"mean": [0.2694235588972431, 0.11278195488721804], "std": [0.6183026475410359, 0.4125986235259801], "min": [0, 0], "max": [2, 2], "count": [798]}, "eef_direction_action": {"mean": [5.001253132832081, 5.098997493734336], "std": [1.8171415581042174, 2.0271277994448393], "min": [0, 0], "max": [6, 6], "count": [798]}, "eef_velocity_action": {"mean": [0.37844611528822053, 0.19172932330827067], "std": [0.6466699672902618, 0.43595516878489077], "min": [0, 0], "max": [2, 2], "count": [798]}, "eef_acc_mag_action": {"mean": [0.2694235588972431, 0.11278195488721804], "std": [0.6183026475410359, 0.41259862352598015], "min": [0, 0], "max": [2, 2], "count": [798]}, "eef_sim_pose_state": {"mean": [0.405018240017086, 0.24901546541927677, 1.1779686010601593, -0.03809699448251421, 0.016711979668250714, 1.317560210033721, 0.42113678456856807, -0.22694446569875137, 1.157305382396111, -0.0009375109157963326, -0.06402080171831726, -1.3888230481697905], "std": [0.03970587242351113, 0.04213704712254239, 0.043015542850989165, 0.04425235888806418, 0.029649479338076417, 0.28530980580638343, 0.027066741193234073, 0.026784915883270123, 0.02109128896891167, 0.04277796851910592, 0.03750897118880721, 0.05235744295311344], "min": [0.3717758843661636, 0.1301068252496347, 1.136003695228859, -0.21380306253265774, -0.07999794720013487, 0.515149210918449, 0.3963687015584108, -0.25034249597217056, 1.1125620405623642, -0.09683555174850567, -0.08909170608604522, -1.4303207022461968], "max": [0.5248175287166609, 0.3167595815706274, 1.279160765085926, 0.010978038394045098, 0.06147068775087394, 1.5849014259743917, 0.4958852704885013, -0.18800588862448533, 1.1737976249025428, 0.051294914984796436, 0.019699485789719695, -1.2874497769188757], "count": [798]}, "eef_sim_pose_action": {"mean": [0.40504980504888194, 0.2490188724886212, 1.1779443742215798, -0.038067295364182435, 0.016688176348939748, 1.3176656815693963, 0.4211564648250365, -0.22701978316411842, 1.1573412527879132, -0.0009834235265647861, -0.06404620326164552, -1.3889769483680046], "std": [0.03969877281122652, 0.0421384139340012, 0.04303288987431756, 0.04427407479957771, 0.0296443349752102, 0.2853727915213257, 0.027054460718637423, 0.026761764696006305, 0.02109384884578004, 0.04274512511194955, 0.03751822075569914, 0.05228944562460006], "min": [0.3717758843661636, 0.1301068252496347, 1.136003695228859, -0.21380306253265774, -0.07999794720013487, 0.515149210918449, 0.3963687015584108, -0.25034249597217056, 1.1125620405623642, -0.09683555174850567, -0.08909170608604522, -1.4303207022461968], "max": [0.5248175287166609, 0.3167595815706274, 1.279160765085926, 0.010978038394045098, 0.06147068775087394, 1.5849014259743917, 0.4958852704885013, -0.18800588862448533, 1.1737976249025428, 0.051294914984796436, 0.019699485789719695, -1.2874497769188757], "count": [798]}, "gripper_mode_state": {"mean": [0.37468671679197996, 0.37969924812030076], "std": [0.4840419207585519, 0.4853119915035947], "min": [0, 0], "max": [1, 1], "count": [798]}, "gripper_activity_state": {"mean": [1.9887218045112782, 1.8659147869674186], "std": [0.13663745748410744, 0.45423774896893176], "min": [0, 0], "max": [2, 2], "count": [798]}, "gripper_mode_action": {"mean": [0.37468671679197996, 0.37969924812030076], "std": [0.48404192075855185, 0.4853119915035947], "min": [0, 0], "max": [1, 1], "count": [798]}, "gripper_activity_action": {"mean": [1.9887218045112782, 1.8659147869674186], "std": [0.13663745748410744, 0.45423774896893176], "min": [0, 0], "max": [2, 2], "count": [798]}}} +{"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.47036628091855504]], [[0.4531029766447497]], [[0.4412654910766702]]], "std": [[[0.1771038754970832]], [[0.18106488634068868]], [[0.18433939841325186]]], "count": [167]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47815140674533285]], [[0.47042609633673826]], [[0.4633735849379672]]], "std": [[[0.14760664409187424]], [[0.1494277145459947]], [[0.15236966303212063]]], "count": [167]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45240118537434937]], [[0.4497596889554225]], [[0.43879979624085164]]], "std": [[[0.1598227340089489]], [[0.1554357768005588]], [[0.1611649463713888]]], "count": [167]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5033787425149701]], [[0.494805594692967]], [[0.4804203247915933]]], "std": [[[0.16582232653249035]], [[0.16026565490036562]], [[0.17096148504561898]]], "count": [167]}, "observation.state": {"min": [-0.3506017327308655, 0.16053538024425507, -0.22595033049583435, -2.0836613178253174, -0.669316291809082, -0.04366813972592354, -0.5674763321876526, -0.2980189919471741, 0.3298499882221222, 0.01835400052368641, -2.0079495906829834, -1.8064557313919067, -1.2894597053527832, -0.19551177322864532, 0.05633922666311264, -0.2626197040081024, -1.8360514640808105, 0.05890486389398575, -0.0636696144938469, -0.0262148454785347, -0.3372269868850708, -0.4819619953632355, 0.10967999696731567, 1.3144785165786743, -1.4618347883224487, 0.935131847858429, 0.0, 0.0, 0.0005451647448353469, -0.23506000638008118, -0.8377183079719543, 1.9120832681655884, -1.0722335577011108, -0.0025278409011662006], "max": [0.3530800938606262, 0.6001139879226685, 0.5118352770805359, -1.6251633167266846, -0.2039591670036316, 0.21783454716205597, 0.0316777266561985, -0.1480109989643097, 0.4769670069217682, 0.27480998635292053, -1.1811681985855103, -1.2206441164016724, -0.6383558511734009, 0.1658935546875, 0.2016204297542572, 0.01169370673596859, -1.3056459426879883, 0.18847809731960297, 0.12547172605991364, 0.21453586220741272, -0.2678390145301819, -0.3761630058288574, 0.2010830044746399, 1.4755313396453857, -1.2402275800704956, 1.1057096719741821, 1001.0, 1002.0, 0.0005696031730622053, -0.2289278358221054, -0.8362184166908264, 1.9129858016967773, -1.068331241607666, 0.004004866816103458], "mean": [0.178756445646286, 0.26558950543403625, 0.08672263473272324, -1.8404512405395508, -0.28950124979019165, 0.013071839697659016, -0.09713362157344818, -0.26064983010292053, 0.37713751196861267, 0.17997640371322632, -1.4123674631118774, -1.3887778520584106, -1.1118528842926025, -0.10722621530294418, 0.16988933086395264, -0.07531268894672394, -1.7139698266983032, 0.13579510152339935, 0.025279663503170013, 0.13824287056922913, -0.28694435954093933, -0.40582001209259033, 0.1684773564338684, 1.3949205875396729, -1.3657876253128052, 1.0663630962371826, 613.8173217773438, 633.2529907226562, 0.0005570320645347238, -0.23164765536785126, -0.837131142616272, 1.9127259254455566, -1.070565938949585, 0.00025530782295390964], "std": [0.18472962081432343, 0.09041552990674973, 0.15518833696842194, 0.07932533323764801, 0.10071622580289841, 0.07336344569921494, 0.14781203866004944, 0.04350405931472778, 0.027332177385687828, 0.06143537536263466, 0.23276664316654205, 0.15535226464271545, 0.16604886949062347, 0.0937408059835434, 0.043303459882736206, 0.11063609272241592, 0.14090928435325623, 0.04820806160569191, 0.049312639981508255, 0.08818164467811584, 0.022186748683452606, 0.02732350304722786, 0.039445970207452774, 0.047197598963975906, 0.03998745232820511, 0.03201446309685707, 475.367919921875, 470.9165954589844, 1.6111544027808122e-06, 0.0018491456285119057, 0.0002804793184623122, 0.0001114730112021789, 0.0004645198059733957, 0.0007128899451345205], "count": [925]}, "action": {"min": [-0.3506017327308655, 0.16053538024425507, -0.22595033049583435, -2.0836613178253174, -0.669316291809082, -0.04366813972592354, -0.5674763321876526, -0.2980189919471741, 0.3298499882221222, 0.01835400052368641, -2.0079495906829834, -1.8064557313919067, -1.2894597053527832, -0.19551177322864532, 0.05633922666311264, -0.2626197040081024, -1.8360514640808105, 0.05890486389398575, -0.0636696144938469, -0.0262148454785347, -0.3372269868850708, -0.4819619953632355, 0.10967999696731567, 1.3144785165786743, -1.4618347883224487, 0.935131847858429, 0.0, 0.0, 0.0005451647448353469, -0.23506000638008118, -0.8377183079719543, 1.9120832681655884, -1.0722335577011108, -0.0025278409011662006], "max": [0.3530800938606262, 0.6001139879226685, 0.5118352770805359, -1.6251633167266846, -0.2039591670036316, 0.21783454716205597, 0.0316777266561985, -0.1480109989643097, 0.4769670069217682, 0.27480998635292053, -1.1811681985855103, -1.2206441164016724, -0.6383558511734009, 0.1658935546875, 0.2016204297542572, 0.01169370673596859, -1.3056459426879883, 0.18847809731960297, 0.12547172605991364, 0.21453586220741272, -0.2678390145301819, -0.3761630058288574, 0.2010830044746399, 1.4755313396453857, -1.2402275800704956, 1.1057096719741821, 1001.0, 1002.0, 0.0005696031730622053, -0.2289278358221054, -0.8362184166908264, 1.9129858016967773, -1.068331241607666, 0.004004866816103458], "mean": [0.178689107298851, 0.26551657915115356, 0.08663954585790634, -1.8403409719467163, -0.2894604802131653, 0.013049645349383354, -0.0971672534942627, -0.2606639862060547, 0.37715744972229004, 0.1800030916929245, -1.4123049974441528, -1.388717770576477, -1.1119016408920288, -0.10719176381826401, 0.16989365220069885, -0.07501629739999771, -1.7139785289764404, 0.13591423630714417, 0.025406382977962494, 0.13849057257175446, -0.2869223356246948, -0.4058457911014557, 0.1685759276151657, 1.3948320150375366, -1.365818977355957, 1.0663827657699585, 613.8173217773438, 633.2529907226562, 0.0005570321227423847, -0.2316417098045349, -0.8371315002441406, 1.9127260446548462, -1.0705658197402954, 0.00025494658621028066], "std": [0.18470942974090576, 0.09046246856451035, 0.15523281693458557, 0.07938383519649506, 0.1007382869720459, 0.07337675988674164, 0.14779801666736603, 0.04351355880498886, 0.02733124978840351, 0.06145019829273224, 0.23280535638332367, 0.15539009869098663, 0.1660768836736679, 0.09372258931398392, 0.04330557584762573, 0.11050106585025787, 0.140912726521492, 0.048171430826187134, 0.0492345429956913, 0.08804109692573547, 0.022191757336258888, 0.027306780219078064, 0.03941290080547333, 0.047122977674007416, 0.039969973266124725, 0.032020166516304016, 475.367919921875, 470.9165954589844, 1.6111517879835446e-06, 0.0018470349023118615, 0.0002804649993777275, 0.0001115353443310596, 0.00046451942762359977, 0.0007128845318220556], "count": [925]}, "timestamp": {"min": [0.0], "max": [30.8], "mean": [15.4], "std": [8.900811448651435], "count": [925]}, "frame_index": {"min": [0], "max": [924], "mean": [462.0], "std": [267.02434345954305], "count": [925]}, "episode_index": {"min": [332], "max": [332], "mean": [332.0], "std": [0.0], "count": [925]}, "index": {"min": [284631], "max": [285555], "mean": [285093.0], "std": [267.02434345954305], "count": [925]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [925]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6497297297297298, 0.6320637837142961], "std": [0.4770545126451086, 0.4699893676270076], "count": [925]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6497297297297298, 0.6320637837142961], "std": [0.4770545126451086, 0.4699893676270076], "count": [925]}, "eef_direction_state": {"mean": [5.1016216216216215, 5.2594594594594595], "std": [1.7130493019419681, 1.8193345173975664], "min": [0, 0], "max": [6, 6], "count": [925]}, "eef_velocity_state": {"mean": [0.34594594594594597, 0.17405405405405405], "std": [0.6369668813125001, 0.419751918106192], "min": [0, 0], "max": [2, 2], "count": [925]}, "eef_acc_mag_state": {"mean": [0.28864864864864864, 0.14054054054054055], "std": [0.6341035901481027, 0.46930625018698163], "min": [0, 0], "max": [2, 2], "count": [925]}, "eef_direction_action": {"mean": [5.1016216216216215, 5.2594594594594595], "std": [1.7130493019419684, 1.8193345173975664], "min": [0, 0], "max": [6, 6], "count": [925]}, "eef_velocity_action": {"mean": [0.34594594594594597, 0.17405405405405405], "std": [0.6369668813125001, 0.419751918106192], "min": [0, 0], "max": [2, 2], "count": [925]}, "eef_acc_mag_action": {"mean": [0.28864864864864864, 0.14054054054054055], "std": [0.6341035901481027, 0.4693062501869816], "min": [0, 0], "max": [2, 2], "count": [925]}, "eef_sim_pose_state": {"mean": [0.40080071016099944, 0.25561283713384636, 1.1771350172079338, -0.03741494458547426, 0.014173909067653074, 1.3167979320974745, 0.4252266095877887, -0.2443248954889284, 1.1555440936515624, -0.003772239083524821, -0.02358473311686502, -1.330307618239709], "std": [0.03634607663744868, 0.041195983298342044, 0.039762312022135746, 0.03990552643214227, 0.04531548868946719, 0.2709447868812723, 0.027471097446815536, 0.0375679149057817, 0.018905962486704318, 0.044272184480126445, 0.026985589123126333, 0.025179256535340803], "min": [0.36603653642267253, 0.14115297751370037, 1.1421856722037511, -0.20448659488600365, -0.1379957360889621, 0.6487942322962414, 0.39637036574538365, -0.27734200362717726, 1.1138961897723165, -0.12239959085425844, -0.06981119770044475, -1.4570589765328643], "max": [0.5159575487482805, 0.3512474599175537, 1.270995849084503, -0.016168704517911636, 0.0882746234485583, 1.5705441330474774, 0.5016293497466104, -0.18868394220208723, 1.173475281651364, 0.04797796865537174, 0.027953258400779335, -1.2765616131042794], "count": [925]}, "eef_sim_pose_action": {"mean": [0.40081982226798857, 0.2556298310740037, 1.177120563102548, -0.037417391293614384, 0.01417985811870307, 1.3168824120098597, 0.4252511168633932, -0.24441882376270832, 1.1555710339335528, -0.003815204981836281, -0.0235325896215331, -1.3303464722216314], "std": [0.03634162086840426, 0.04120290294005054, 0.0397721275734049, 0.0399043730750041, 0.04531827372490479, 0.27099719010835255, 0.027455464782234235, 0.037537313343420524, 0.01890795632438448, 0.04424131320826143, 0.02694728593852595, 0.025166905741344205], "min": [0.36603653642267253, 0.14115297751370037, 1.1421856722037511, -0.20448659488600365, -0.1379957360889621, 0.6487942322962414, 0.39637036574538365, -0.27734200362717726, 1.1138961897723165, -0.12239959085425844, -0.06981119770044475, -1.4570589765328643], "max": [0.5159575487482805, 0.3512474599175537, 1.270995849084503, -0.016168704517911636, 0.0882746234485583, 1.5705441330474774, 0.5016293497466104, -0.18868394220208723, 1.173475281651364, 0.04797796865537174, 0.027953258400779335, -1.2765616131042794], "count": [925]}, "gripper_mode_state": {"mean": [0.35027027027027025, 0.36864864864864866], "std": [0.4770545126451086, 0.4824384131660479], "min": [0, 0], "max": [1, 1], "count": [925]}, "gripper_activity_state": {"mean": [1.9902702702702704, 1.8886486486486487], "std": [0.12697066029442663, 0.4152899486107217], "min": [0, 0], "max": [2, 2], "count": [925]}, "gripper_mode_action": {"mean": [0.35027027027027025, 0.36864864864864866], "std": [0.4770545126451086, 0.4824384131660479], "min": [0, 0], "max": [1, 1], "count": [925]}, "gripper_activity_action": {"mean": [1.9902702702702704, 1.8886486486486487], "std": [0.12697066029442663, 0.4152899486107217], "min": [0, 0], "max": [2, 2], "count": [925]}}} +{"episode_index": 332, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4676777937065812]], [[0.4514468812944465]], [[0.4400902469478357]]], "std": [[[0.17424256355430365]], [[0.1787584833512261]], [[0.18215608703974115]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4765494473732889]], [[0.47004386201545606]], [[0.46360531122826487]]], "std": [[[0.14643030400779558]], [[0.148988096557409]], [[0.15227105783034028]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45145572948781193]], [[0.4483402341020265]], [[0.4366412576561023]]], "std": [[[0.16077707339688987]], [[0.1558447750298641]], [[0.16153908250393073]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5070591279750893]], [[0.49488101312327865]], [[0.4792718879742673]]], "std": [[[0.16549260630577423]], [[0.1579519894282204]], [[0.16789994014880458]]], "count": [159]}, "observation.state": {"min": [-0.28679248690605164, 0.1166403591632843, -0.20863667130470276, -2.0035157203674316, -0.5917713046073914, -0.06199409440159798, -0.5777214765548706, -0.29959601163864136, 0.328002005815506, 0.024434000253677368, -1.921007752418518, -1.7973328828811646, -1.2140902280807495, -0.18387043476104736, 0.0619242824614048, -0.2626197040081024, -1.8279880285263062, 0.042411502450704575, -0.06375688314437866, -0.02626720443367958, -0.3363099992275238, -0.4801830053329468, 0.10453200340270996, 1.322469711303711, -1.4257283210754395, 0.9631075263023376, 0.0, 0.0, 0.0005414049956016243, -0.23550929129123688, -0.8375661969184875, 1.9121562242507935, -1.0711781978607178, -0.002216488355770707], "max": [0.3913551867008209, 0.5946162343025208, 0.41140902042388916, -1.654886245727539, -0.1368512660264969, 0.25274112820625305, -0.01891936920583248, -0.178616002202034, 0.47133201360702515, 0.26774999499320984, -1.2378610372543335, -1.295892357826233, -0.7650882601737976, 0.1587027907371521, 0.25652849674224854, 0.0096516702324152, -1.3246351480484009, 0.29801496863365173, 0.08145451545715332, 0.25968754291534424, -0.26770201325416565, -0.3761560022830963, 0.20528100430965424, 1.4825732707977295, -1.3278453350067139, 1.1392138004302979, 1001.0, 1002.0, 0.0005658433656208217, -0.22860637307167053, -0.8367841243743896, 1.9129453897476196, -1.0700570344924927, 0.0030261948704719543], "mean": [0.16175180673599243, 0.2501702904701233, 0.09274446964263916, -1.820405125617981, -0.2683705687522888, 0.022268015891313553, -0.10760800540447235, -0.2624473571777344, 0.38305073976516724, 0.17434750497341156, -1.4159563779830933, -1.3946846723556519, -1.1006466150283813, -0.12410248070955276, 0.20464375615119934, -0.0678977444767952, -1.7091760635375977, 0.2043161243200302, -0.03248047083616257, 0.18606500327587128, -0.28551414608955383, -0.40058812499046326, 0.17387156188488007, 1.4469856023788452, -1.4025756120681763, 1.0904264450073242, 567.5800170898438, 634.8074340820312, 0.0005563732702285051, -0.23148372769355774, -0.8370772004127502, 1.9125996828079224, -1.0705407857894897, 0.0001697683474048972], "std": [0.18581418693065643, 0.09383346885442734, 0.14605121314525604, 0.07580391317605972, 0.09513754397630692, 0.09094588458538055, 0.14156024158000946, 0.040475524961948395, 0.03160300478339195, 0.06278827786445618, 0.20844464004039764, 0.13840852677822113, 0.14808860421180725, 0.09715534746646881, 0.06984904408454895, 0.09792520850896835, 0.1308354288339615, 0.11152642220258713, 0.041142769157886505, 0.10168913006782532, 0.022801900282502174, 0.027622010558843613, 0.04008504003286362, 0.05723560228943825, 0.03086322546005249, 0.06130662187933922, 483.2132263183594, 469.38330078125, 1.355059339402942e-06, 0.0019002227345481515, 0.00012803383287973702, 0.0001621714764041826, 0.00020609649072866887, 0.0006788205937482417], "count": [862]}, "action": {"min": [-0.28679248690605164, 0.1166403591632843, -0.20863667130470276, -2.0035157203674316, -0.5917713046073914, -0.06199409440159798, -0.5777214765548706, -0.29959601163864136, 0.328002005815506, 0.024434000253677368, -1.921007752418518, -1.7973328828811646, -1.2140902280807495, -0.18387043476104736, 0.0619242824614048, -0.2626197040081024, -1.8279880285263062, 0.042411502450704575, -0.06375688314437866, -0.02626720443367958, -0.3363099992275238, -0.4801830053329468, 0.10453200340270996, 1.322469711303711, -1.4257283210754395, 0.9631075263023376, 0.0, 0.0, 0.0005414049956016243, -0.23550929129123688, -0.8375661969184875, 1.9121562242507935, -1.0711781978607178, -0.002216488355770707], "max": [0.3913551867008209, 0.5946162343025208, 0.41140902042388916, -1.654886245727539, -0.1368512660264969, 0.25274112820625305, -0.01891936920583248, -0.178616002202034, 0.47133201360702515, 0.26774999499320984, -1.2378610372543335, -1.295892357826233, -0.7650882601737976, 0.1587027907371521, 0.25652849674224854, 0.0096516702324152, -1.3246351480484009, 0.29801496863365173, 0.08145451545715332, 0.25968754291534424, -0.26770201325416565, -0.3761560022830963, 0.20528100430965424, 1.4825732707977295, -1.3278453350067139, 1.1392138004302979, 1001.0, 1002.0, 0.0005658433656208217, -0.22860637307167053, -0.8367841243743896, 1.9129453897476196, -1.0700570344924927, 0.0030261948704719543], "mean": [0.16161218285560608, 0.25006476044654846, 0.092696912586689, -1.820235013961792, -0.26829656958580017, 0.0222703218460083, -0.1076674684882164, -0.2624655067920685, 0.3830907344818115, 0.17435266077518463, -1.4159138202667236, -1.3946689367294312, -1.1006637811660767, -0.12410033494234085, 0.20471720397472382, -0.06759113818407059, -1.7091752290725708, 0.20457743108272552, -0.03246874734759331, 0.18639452755451202, -0.2854892909526825, -0.40060368180274963, 0.17398090660572052, 1.4469884634017944, -1.4026795625686646, 1.0905057191848755, 567.5800170898438, 634.8074340820312, 0.0005563711165450513, -0.23148559033870697, -0.8370769619941711, 1.9125996828079224, -1.0705410242080688, 0.00016980247164610773], "std": [0.1857813149690628, 0.0938948467373848, 0.1460740715265274, 0.07590339332818985, 0.09517357498407364, 0.09094475209712982, 0.14153426885604858, 0.04048832878470421, 0.03160405904054642, 0.06279074400663376, 0.20847249031066895, 0.1384180337190628, 0.14809951186180115, 0.09715451300144196, 0.0698656439781189, 0.09772889316082001, 0.13083478808403015, 0.11146540194749832, 0.04113548994064331, 0.101460762321949, 0.022806284949183464, 0.027612021192908287, 0.0400383323431015, 0.05723722651600838, 0.030766280367970467, 0.06131993606686592, 483.2132263183594, 469.38330078125, 1.356467009827611e-06, 0.0018990739481523633, 0.00012789263564627618, 0.0001621849660295993, 0.00020614714594557881, 0.0006788188475184143], "count": [862]}, "timestamp": {"min": [0.0], "max": [28.7], "mean": [14.349999999999996], "std": [8.294593285856623], "count": [862]}, "frame_index": {"min": [0], "max": [861], "mean": [430.5], "std": [248.8377985756987], "count": [862]}, "episode_index": {"min": [333], "max": [333], "mean": [333.0], "std": [0.0], "count": [862]}, "index": {"min": [285556], "max": [286417], "mean": [285986.5], "std": [248.8377985756987], "count": [862]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [862]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.605568445475638, 0.6336241298346519], "std": [0.4887282509942091, 0.4684562619770388], "count": [862]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.605568445475638, 0.6336241298346519], "std": [0.4887282509942091, 0.4684562619770388], "count": [862]}, "eef_direction_state": {"mean": [4.900232018561485, 4.995359628770301], "std": [1.9047565182886828, 2.079616419687467], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_state": {"mean": [0.3723897911832947, 0.21693735498839908], "std": [0.6385370433416132, 0.44465465968235257], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_state": {"mean": [0.24129930394431554, 0.14269141531322505], "std": [0.5858043677584692, 0.4663241206692486], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_direction_action": {"mean": [4.900232018561485, 4.995359628770301], "std": [1.9047565182886828, 2.079616419687467], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_action": {"mean": [0.3723897911832947, 0.21693735498839908], "std": [0.6385370433416132, 0.44465465968235257], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_action": {"mean": [0.24129930394431554, 0.14269141531322505], "std": [0.5858043677584692, 0.4663241206692486], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_sim_pose_state": {"mean": [0.4061780774506305, 0.2513415612717142, 1.17612274947807, -0.03045483952914538, 0.010637824745159178, 1.3084157138683439, 0.421624521076338, -0.25476140983463297, 1.1521209623670654, 0.03860549212004996, -0.002452596054717321, -1.2821195330811384], "std": [0.03852418317362628, 0.045745228954909886, 0.037961324366326425, 0.026992912471446365, 0.041727629263670796, 0.24298714053047707, 0.0272060219237832, 0.04225538053542466, 0.015109720510008511, 0.07144669993198541, 0.03314192531263868, 0.023272650911208507], "min": [0.3538395007537427, 0.14103401979794056, 1.1417718352903956, -0.1228701085464306, -0.11473900606334886, 0.6866715469577662, 0.3963652683693392, -0.2876633016620111, 1.1161292507366387, -0.11463732163829077, -0.07801200225812455, -1.3334282151655739], "max": [0.5059428599421247, 0.3597299199624314, 1.2564680850384422, -0.0005342505061718406, 0.05853378199850168, 1.4928577096466595, 0.500076785906603, -0.18432694787437423, 1.1722940247790772, 0.08904111588118802, 0.023580885063372303, -1.2622712579407747], "count": [862]}, "eef_sim_pose_action": {"mean": [0.40621757983897666, 0.25134232266637374, 1.1761060466326583, -0.03044231673102684, 0.010648017564504838, 1.308454626030978, 0.42164167960382026, -0.254875049382346, 1.1521409430107086, 0.038647795507318124, -0.0023496969613338173, -1.2820735142047195], "std": [0.03851836264238226, 0.045745453722148575, 0.03797298419995371, 0.027001420611018918, 0.04173408151122866, 0.24301183228993387, 0.027194762109334317, 0.04220917967516284, 0.01511099999993142, 0.07146300263539672, 0.033077554365562215, 0.023267751935833556], "min": [0.3538395007537427, 0.14103401979794056, 1.1417718352903956, -0.1228701085464306, -0.11473900606334886, 0.6866715469577662, 0.3963652683693392, -0.2876633016620111, 1.1161292507366387, -0.11463732163829077, -0.07801200225812455, -1.3334282151655739], "max": [0.5059428599421247, 0.3597299199624314, 1.2564680850384422, -0.0005342505061718406, 0.05853378199850168, 1.4928577096466595, 0.500076785906603, -0.18432694787437423, 1.1722940247790772, 0.08904111588118802, 0.023580885063372303, -1.2622712579407747], "count": [862]}, "gripper_mode_state": {"mean": [0.39443155452436196, 0.3665893271461717], "std": [0.4887282509942091, 0.48187300439917347], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_state": {"mean": [1.9895591647331787, 1.8781902552204177], "std": [0.13150049836521555, 0.43379560552873514], "min": [0, 0], "max": [2, 2], "count": [862]}, "gripper_mode_action": {"mean": [0.39443155452436196, 0.3665893271461717], "std": [0.4887282509942091, 0.48187300439917347], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_action": {"mean": [1.9895591647331787, 1.8781902552204177], "std": [0.13150049836521555, 0.4337956055287352], "min": [0, 0], "max": [2, 2], "count": [862]}}} +{"episode_index": 333, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4670010185185185]], [[0.45060034041394337]], [[0.43930747549019605]]], "std": [[[0.17250134771504308]], [[0.17691547661918203]], [[0.18033846823166697]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4755195642701525]], [[0.4685241898148148]], [[0.4616841557734205]]], "std": [[[0.14451453350986007]], [[0.14717210370360406]], [[0.15051531825891648]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4600794512527233]], [[0.4555750245098039]], [[0.44399669117647056]]], "std": [[[0.16052021659842183]], [[0.1557600699962312]], [[0.16128867532119082]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49598741149237474]], [[0.48533752314814815]], [[0.47019551879084964]]], "std": [[[0.15826557388003315]], [[0.1515258259348724]], [[0.16132129895770533]]], "count": [150]}, "observation.state": {"min": [-0.3413340151309967, 0.1747947335243225, -0.17488199472427368, -1.9927122592926025, -0.599101722240448, -0.029304077848792076, -0.5449616312980652, -0.2977429926395416, 0.3430449962615967, 0.02042900025844574, -1.897420883178711, -1.8529285192489624, -1.2036657333374023, -0.17933256924152374, 0.1152266412973404, -0.2626197040081024, -1.8676419258117676, 0.05260422080755234, -0.0636696144938469, -0.02626720443367958, -0.3362880051136017, -0.4815259873867035, 0.10635799914598465, 1.334381103515625, -1.533347249031067, 0.9133425354957581, 0.0, 0.0, 0.0005470446194522083, -0.23501111567020416, -0.8374045491218567, 1.9121673107147217, -1.070798635482788, -0.002056065946817398], "max": [0.32009339332580566, 0.5873556733131409, 0.4772951900959015, -1.6555670499801636, -0.2163161039352417, 0.2760063707828522, -0.019425515085458755, -0.1680690050125122, 0.47385498881340027, 0.26556798815727234, -1.2879431247711182, -1.3075780868530273, -0.7362885475158691, 0.17385224997997284, 0.28223717212677, 0.040421824902296066, -1.3181425333023071, 0.23481661081314087, 0.12575097382068634, 0.24326398968696594, -0.24465300142765045, -0.37615999579429626, 0.21964100003242493, 1.4948382377624512, -1.2479673624038696, 1.1035047769546509, 1001.0, 1002.0, 0.000562083616387099, -0.22929628193378448, -0.8367286920547485, 1.91274094581604, -1.070167899131775, 0.004029547329992056], "mean": [0.15507978200912476, 0.26812905073165894, 0.08410535007715225, -1.8199541568756104, -0.2962968945503235, 0.029304511845111847, -0.11190778762102127, -0.26064324378967285, 0.38455286622047424, 0.18152450025081635, -1.409895658493042, -1.404502511024475, -1.1021515130996704, -0.09632691740989685, 0.23415301740169525, -0.056013938039541245, -1.7156301736831665, 0.18872320652008057, -0.0011184437898918986, 0.1868390291929245, -0.27479925751686096, -0.40860897302627563, 0.18573129177093506, 1.4608029127120972, -1.35960853099823, 1.0546857118606567, 563.0933837890625, 621.6874389648438, 0.000556253595277667, -0.23170199990272522, -0.8370435833930969, 1.91254723072052, -1.0705640316009521, 0.0002669895184226334], "std": [0.1851194202899933, 0.08697649836540222, 0.15181110799312592, 0.07876616716384888, 0.09829089045524597, 0.09396475553512573, 0.1355293095111847, 0.04209429770708084, 0.02953037992119789, 0.06160210072994232, 0.19552463293075562, 0.1571342945098877, 0.14227496087551117, 0.0962502509355545, 0.05691760778427124, 0.11145079135894775, 0.14152519404888153, 0.059653159230947495, 0.0367627777159214, 0.08914618194103241, 0.028445910662412643, 0.026650790125131607, 0.04458622634410858, 0.05355560779571533, 0.06626293063163757, 0.04669671133160591, 482.7891845703125, 472.07855224609375, 9.659814850238035e-07, 0.0020499106030911207, 0.00018199410988017917, 0.0001489129790570587, 0.00018121134780813009, 0.0006437731208279729], "count": [803]}, "action": {"min": [-0.3413340151309967, 0.1747947335243225, -0.17488199472427368, -1.9927122592926025, -0.599101722240448, -0.029304077848792076, -0.5449616312980652, -0.2977429926395416, 0.3430449962615967, 0.02042900025844574, -1.897420883178711, -1.8529285192489624, -1.2036657333374023, -0.17933256924152374, 0.1152266412973404, -0.2626197040081024, -1.8676419258117676, 0.05260422080755234, -0.0636696144938469, -0.02626720443367958, -0.3362880051136017, -0.4815259873867035, 0.10635799914598465, 1.334381103515625, -1.533347249031067, 0.9133425354957581, 0.0, 0.0, 0.0005470446194522083, -0.23501111567020416, -0.8374045491218567, 1.9121673107147217, -1.070798635482788, -0.002056065946817398], "max": [0.32009339332580566, 0.5873556733131409, 0.4772951900959015, -1.6555670499801636, -0.2163161039352417, 0.2760063707828522, -0.019425515085458755, -0.1680690050125122, 0.47385498881340027, 0.26556798815727234, -1.2879431247711182, -1.3075780868530273, -0.7362885475158691, 0.17385224997997284, 0.28223717212677, 0.040421824902296066, -1.3181425333023071, 0.23481661081314087, 0.12575097382068634, 0.24326398968696594, -0.24465300142765045, -0.37615999579429626, 0.21964100003242493, 1.4948382377624512, -1.2479673624038696, 1.1035047769546509, 1001.0, 1002.0, 0.000562083616387099, -0.22929628193378448, -0.8367286920547485, 1.91274094581604, -1.070167899131775, 0.004029547329992056], "mean": [0.1549040824174881, 0.2680686414241791, 0.08401648700237274, -1.8197429180145264, -0.2962527573108673, 0.029318373650312424, -0.1120581328868866, -0.2606605589389801, 0.38460299372673035, 0.18155153095722198, -1.4098929166793823, -1.40450918674469, -1.1021229028701782, -0.09627879410982132, 0.23426157236099243, -0.05565750226378441, -1.715640664100647, 0.1889285296201706, -0.0010489566484466195, 0.18717272579669952, -0.2747548222541809, -0.40863990783691406, 0.18586663901805878, 1.4608248472213745, -1.35960853099823, 1.054702639579773, 563.0933837890625, 621.6874389648438, 0.000556253595277667, -0.23169980943202972, -0.8370439410209656, 1.912546992301941, -1.0705641508102417, 0.0002668866654857993], "std": [0.18508155643939972, 0.08701219409704208, 0.15185664594173431, 0.07891497761011124, 0.0983179360628128, 0.09395812451839447, 0.13549405336380005, 0.042106419801712036, 0.02953406237065792, 0.06161576136946678, 0.19552592933177948, 0.15713095664978027, 0.14226073026657104, 0.09622139483690262, 0.056914880871772766, 0.11124749481678009, 0.141529381275177, 0.05951360613107681, 0.036696452647447586, 0.08884990215301514, 0.028446758165955544, 0.026627562940120697, 0.04452010616660118, 0.05356522276997566, 0.06626295298337936, 0.046703435480594635, 482.7891845703125, 472.07855224609375, 9.659813713369658e-07, 0.002051353920251131, 0.0001821869664127007, 0.00014878077490720898, 0.00018121091125067323, 0.0006437654374167323], "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": [334], "max": [334], "mean": [334.0], "std": [0.0], "count": [803]}, "index": {"min": [286418], "max": [287220], "mean": [286819.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6052303860523038, 0.6205342466102688], "std": [0.4888011516468463, 0.47114810056636064], "count": [803]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6052303860523038, 0.6205342466102688], "std": [0.4888011516468463, 0.47114810056636064], "count": [803]}, "eef_direction_state": {"mean": [4.921544209215442, 5.1955168119551685], "std": [1.8905471363326598, 1.8324268389769298], "min": [0, 0], "max": [6, 6], "count": [803]}, "eef_velocity_state": {"mean": [0.3848069738480697, 0.21170610211706103], "std": [0.654607812849627, 0.4601287959819389], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_acc_mag_state": {"mean": [0.29638854296388545, 0.1780821917808219], "std": [0.6385884250095327, 0.5204823973936957], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_direction_action": {"mean": [4.921544209215442, 5.1955168119551685], "std": [1.8905471363326598, 1.8324268389769298], "min": [0, 0], "max": [6, 6], "count": [803]}, "eef_velocity_action": {"mean": [0.3848069738480697, 0.21170610211706103], "std": [0.654607812849627, 0.4601287959819389], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_acc_mag_action": {"mean": [0.29638854296388545, 0.1780821917808219], "std": [0.6385884250095326, 0.5204823973936957], "min": [0, 0], "max": [2, 2], "count": [803]}, "eef_sim_pose_state": {"mean": [0.4076891638535473, 0.2586027070044803, 1.1780376729308784, -0.02925530636270692, 0.01885229232216262, 1.3069260649599406, 0.42939735081135705, -0.26603436996426216, 1.163919453113361, 0.02921974657589938, -0.048909665318502334, -1.2921942457114686], "std": [0.036914210425012, 0.044400221007635944, 0.03961120947458229, 0.02759419512022741, 0.02949351159163652, 0.24404853069519988, 0.027314314825527666, 0.04358050107794556, 0.02161043131969783, 0.0664585740523556, 0.03401035228513055, 0.026715657410291693], "min": [0.3768063670261288, 0.14359296315755468, 1.1444569598499486, -0.12329386564387135, -0.07206839596548087, 0.7114240439574984, 0.3963676218424319, -0.29960637528746503, 1.1183391760419965, -0.12445364141140458, -0.09813311434924743, -1.3813304329169438], "max": [0.5121690919735277, 0.3484601613620039, 1.26614596983729, 0.006321749964451451, 0.09186529335581262, 1.451566271055921, 0.5034813666969016, -0.18653051483821487, 1.190042987980165, 0.0789712325831845, 0.03021562786919829, -1.1991297884621583], "count": [803]}, "eef_sim_pose_action": {"mean": [0.40773932979249955, 0.2586308871187156, 1.178022753280331, -0.02923442962403466, 0.018841391964109878, 1.3069164502088884, 0.42942872600144066, -0.26617064454171974, 1.163961151564654, 0.029243756830274897, -0.048906437395430914, -1.292186676211164], "std": [0.03690867535618819, 0.044411165503508536, 0.03962145404660314, 0.02760929975442164, 0.02949001651807729, 0.24404320552075973, 0.027290820088198216, 0.0435094295914645, 0.021605196759657164, 0.06646878763101755, 0.03400871498360263, 0.02671306419970067], "min": [0.3768063670261288, 0.14359296315755468, 1.1444569598499486, -0.12329386564387135, -0.07206839596548087, 0.7114240439574984, 0.3963676218424319, -0.29960637528746503, 1.1183391760419965, -0.12445364141140458, -0.09813311434924743, -1.3813304329169438], "max": [0.5121690919735277, 0.3484601613620039, 1.26614596983729, 0.006321749964451451, 0.09186529335581262, 1.451566271055921, 0.5034813666969016, -0.18653051483821487, 1.190042987980165, 0.0789712325831845, 0.03021562786919829, -1.1991297884621583], "count": [803]}, "gripper_mode_state": {"mean": [0.39476961394769616, 0.37858032378580325], "std": [0.4888011516468463, 0.48503325888854304], "min": [0, 0], "max": [1, 1], "count": [803]}, "gripper_activity_state": {"mean": [1.9887920298879203, 1.8692403486924034], "std": [0.13621428556787402, 0.44814580860389286], "min": [0, 0], "max": [2, 2], "count": [803]}, "gripper_mode_action": {"mean": [0.39476961394769616, 0.37858032378580325], "std": [0.4888011516468463, 0.48503325888854304], "min": [0, 0], "max": [1, 1], "count": [803]}, "gripper_activity_action": {"mean": [1.9887920298879203, 1.8692403486924034], "std": [0.13621428556787402, 0.44814580860389286], "min": [0, 0], "max": [2, 2], "count": [803]}}} +{"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.4695601346721484]], [[0.45435455144423365]], [[0.44279766366223905]]], "std": [[[0.1747422179686522]], [[0.17868920297079074]], [[0.18243787489500377]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.474750328115117]], [[0.4682643158338604]], [[0.4615764402804132]]], "std": [[[0.1486960896638731]], [[0.15066450884737487]], [[0.15391363035155525]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4538792259645794]], [[0.4556405255112798]], [[0.4450963195762176]]], "std": [[[0.1609445456078012]], [[0.15700047575478576]], [[0.16272978231767704]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5029906348829855]], [[0.4926359226755218]], [[0.4783689318469323]]], "std": [[[0.16874242796198755]], [[0.15962169342712948]], [[0.16998785735576763]]], "count": [155]}, "observation.state": {"min": [-0.34983381628990173, 0.1414240300655365, -0.20903809368610382, -2.115513563156128, -0.46270424127578735, -0.10777408629655838, -0.4029790759086609, -0.3135969936847687, 0.3209030032157898, 0.012745999731123447, -1.9571690559387207, -1.736129879951477, -1.2428865432739258, -0.17935003340244293, 0.060702551156282425, -0.2626371383666992, -1.8396642208099365, 0.061191245913505554, -0.0636696144938469, -0.0262148454785347, -0.3402400016784668, -0.4800550043582916, 0.10641899704933167, 1.2911860942840576, -1.5192580223083496, 0.8608484864234924, 0.0, 0.0, 0.0005244860658422112, -0.23523858189582825, -0.8373348116874695, 1.9125895500183105, -1.070960283279419, -0.002039928687736392], "max": [0.42788493633270264, 0.46214574575424194, 0.4527035057544708, -1.5608479976654053, -0.1661728024482727, 0.1235518604516983, -0.019687313586473465, -0.1803389936685562, 0.47915199398994446, 0.25321099162101746, -1.2759530544281006, -1.2683603763580322, -0.756323516368866, 0.15859806537628174, 0.27951446175575256, -0.043336525559425354, -1.3087002038955688, 0.22682298719882965, 0.16208872199058533, 0.2263692021369934, -0.26255398988723755, -0.376147985458374, 0.18833400309085846, 1.5131642818450928, -1.3291609287261963, 1.0680845975875854, 1001.0, 1002.0, 0.0005884019774384797, -0.22918538749217987, -0.8366042971611023, 1.9127607345581055, -1.0698398351669312, 0.0024547488428652287], "mean": [0.16113126277923584, 0.2441929429769516, 0.08595816045999527, -1.7995405197143555, -0.2567664682865143, -0.004347462207078934, -0.10000593215227127, -0.2680959701538086, 0.3843540549278259, 0.17914360761642456, -1.4113188982009888, -1.371436595916748, -1.1131118535995483, -0.11400654166936874, 0.21953560411930084, -0.10563424974679947, -1.7221992015838623, 0.17955999076366425, -0.00010146081331185997, 0.17053022980690002, -0.2844681739807129, -0.4014594852924347, 0.1605447232723236, 1.4607805013656616, -1.40902578830719, 1.0322893857955933, 621.114990234375, 614.08984375, 0.0005570637877099216, -0.23164895176887512, -0.8372015953063965, 1.9126325845718384, -1.0705264806747437, 0.00026209017960354686], "std": [0.19070585072040558, 0.06011657789349556, 0.15168361365795135, 0.11831293255090714, 0.06195119023323059, 0.05347669869661331, 0.11688347905874252, 0.040755048394203186, 0.032670848071575165, 0.06436973810195923, 0.2187209576368332, 0.12492173910140991, 0.13377951085567474, 0.1091790720820427, 0.07657920569181442, 0.07617228478193283, 0.16903285682201385, 0.058033205568790436, 0.03941095620393753, 0.08420470356941223, 0.027715079486370087, 0.03125951439142227, 0.03050903230905533, 0.07957001030445099, 0.04630575329065323, 0.03480450063943863, 472.1280212402344, 474.4862976074219, 3.887635102728382e-06, 0.0020521392580121756, 0.00014033887418918312, 5.683080598828383e-05, 0.00024016707902774215, 0.0005469145253300667], "count": [835]}, "action": {"min": [-0.34983381628990173, 0.1414240300655365, -0.20903809368610382, -2.115513563156128, -0.46270424127578735, -0.10777408629655838, -0.4029790759086609, -0.3135969936847687, 0.3209030032157898, 0.012745999731123447, -1.9571690559387207, -1.736129879951477, -1.2428865432739258, -0.17935003340244293, 0.060702551156282425, -0.2626197040081024, -1.8396642208099365, 0.061191245913505554, -0.0636696144938469, -0.0262148454785347, -0.3402400016784668, -0.4800550043582916, 0.10641899704933167, 1.2911860942840576, -1.5192580223083496, 0.8608484864234924, 0.0, 0.0, 0.0005244860658422112, -0.23523858189582825, -0.8373348116874695, 1.9125895500183105, -1.070960283279419, -0.002039928687736392], "max": [0.42788493633270264, 0.46214574575424194, 0.4527035057544708, -1.5608479976654053, -0.1661728024482727, 0.1235518604516983, -0.019687313586473465, -0.1803389936685562, 0.47915199398994446, 0.25321099162101746, -1.2759530544281006, -1.2683603763580322, -0.756323516368866, 0.15859806537628174, 0.27951446175575256, -0.043336525559425354, -1.3087002038955688, 0.22682298719882965, 0.16208872199058533, 0.2263692021369934, -0.26255398988723755, -0.376147985458374, 0.18833400309085846, 1.5131642818450928, -1.3291609287261963, 1.0680845975875854, 1001.0, 1002.0, 0.0005884019774384797, -0.22918538749217987, -0.8366042971611023, 1.9127607345581055, -1.0698398351669312, 0.0024547488428652287], "mean": [0.16093991696834564, 0.24411478638648987, 0.0858859196305275, -1.7992606163024902, -0.25666871666908264, -0.004386843182146549, -0.10010767728090286, -0.2681322991847992, 0.3844078481197357, 0.17916953563690186, -1.4112956523895264, -1.3713878393173218, -1.1130770444869995, -0.11401041597127914, 0.21964018046855927, -0.10537848621606827, -1.7222596406936646, 0.17974798381328583, -2.2074864318710752e-05, 0.17083248496055603, -0.28443560004234314, -0.4014711081981659, 0.1606353372335434, 1.460823893547058, -1.4091074466705322, 1.0322479009628296, 621.114990234375, 614.08984375, 0.0005570705397985876, -0.23164910078048706, -0.8372012376785278, 1.912632703781128, -1.0705260038375854, 0.000262154993833974], "std": [0.19068118929862976, 0.060163021087646484, 0.15171892940998077, 0.11847176402807236, 0.06202000007033348, 0.05350092053413391, 0.11685075610876083, 0.04078204929828644, 0.032678645104169846, 0.06438323855400085, 0.21873393654823303, 0.1249501183629036, 0.13376465439796448, 0.109181247651577, 0.07659728825092316, 0.07600279897451401, 0.16905969381332397, 0.05791860446333885, 0.03934966400265694, 0.0839511826634407, 0.027722055092453957, 0.03125191107392311, 0.030470144003629684, 0.07958842813968658, 0.046224843710660934, 0.034784551709890366, 472.1280517578125, 474.48626708984375, 3.8914449760341085e-06, 0.002051987685263157, 0.00014041349641047418, 5.694055653293617e-05, 0.0002399277000222355, 0.0005468911840580404], "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": [335], "max": [335], "mean": [335.0], "std": [0.0], "count": [835]}, "index": {"min": [287221], "max": [288055], "mean": [287638.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6610778443113773, 0.6129497005804971], "std": [0.473343351143757, 0.4735521873741758], "count": [835]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6610778443113773, 0.6129497005804971], "std": [0.473343351143757, 0.4735521873741758], "count": [835]}, "eef_direction_state": {"mean": [5.02874251497006, 5.337724550898203], "std": [1.8329355989094092, 1.5778260176875714], "min": [0, 0], "max": [6, 6], "count": [835]}, "eef_velocity_state": {"mean": [0.3473053892215569, 0.20718562874251498], "std": [0.6486110790659734, 0.4420378587134652], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_acc_mag_state": {"mean": [0.274251497005988, 0.1532934131736527], "std": [0.6211794915331273, 0.48742073590373924], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_direction_action": {"mean": [5.02874251497006, 5.337724550898203], "std": [1.8329355989094092, 1.5778260176875714], "min": [0, 0], "max": [6, 6], "count": [835]}, "eef_velocity_action": {"mean": [0.3473053892215569, 0.20718562874251498], "std": [0.6486110790659734, 0.44203785871346524], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_acc_mag_action": {"mean": [0.274251497005988, 0.1532934131736527], "std": [0.6211794915331273, 0.48742073590373924], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_sim_pose_state": {"mean": [0.4068602609717071, 0.2539482332324311, 1.1697527619823387, -0.037004219255888135, 0.0018107654346096202, 1.3290103689311576, 0.4233382088318241, -0.24468593487640092, 1.1565886357234338, 0.008743050525059517, -0.029023397381246114, -1.2563691424076733], "std": [0.041036539280954784, 0.04313999159742405, 0.03605524001996064, 0.043420669764674874, 0.04448783277262734, 0.23626339499829735, 0.03060678096783601, 0.033690812555813264, 0.022752054189393967, 0.053384731460150055, 0.046626871619342175, 0.039656755139662325], "min": [0.3427721969607606, 0.1352990695039923, 1.1290802272221407, -0.1684673500725542, -0.10917940527952119, 0.7003303064469679, 0.39635488938729047, -0.27452159083364824, 1.1100093562823699, -0.130793789859189, -0.0887678420130098, -1.3323927820430153], "max": [0.5212078470331332, 0.3285659003728573, 1.2472427263090118, 0.005550038526987211, 0.03275034477362504, 1.4801366174859811, 0.49963558454547924, -0.1884540048192405, 1.1786066965794793, 0.0488582273425654, 0.07750932935539301, -1.168735862391526], "count": [835]}, "eef_sim_pose_action": {"mean": [0.40691357318694676, 0.25397016850629034, 1.1697195768381652, -0.0369765602655527, 0.0017666239904492297, 1.3290461736359145, 0.4233526968968788, -0.24478576900464288, 1.1566223083261102, 0.00873323388760422, -0.029003048772693458, -1.2562835308049287], "std": [0.041035076510154124, 0.043150026516069, 0.036079877432009376, 0.04344037242245193, 0.044475479678368346, 0.2362833721204772, 0.030596881325580118, 0.03364815532901009, 0.022754921670927065, 0.05337829266364838, 0.04661378174635683, 0.03963030449987336], "min": [0.3427721969607606, 0.1352990695039923, 1.1290802272221407, -0.1684673500725542, -0.10917940527952119, 0.7003303064469679, 0.39635488938729047, -0.27452159083364824, 1.1100093562823699, -0.130793789859189, -0.0887678420130098, -1.3323927820430153], "max": [0.5212078470331332, 0.3285659003728573, 1.2472427263090118, 0.005550038526987211, 0.03275034477362504, 1.4801366174859811, 0.49963558454547924, -0.1884540048192405, 1.1786066965794793, 0.0488582273425654, 0.07750932935539301, -1.168735862391526], "count": [835]}, "gripper_mode_state": {"mean": [0.3389221556886228, 0.38682634730538923], "std": [0.473343351143757, 0.4870233303813766], "min": [0, 0], "max": [1, 1], "count": [835]}, "gripper_activity_state": {"mean": [1.9892215568862275, 1.8766467065868264], "std": [0.13359602172344331, 0.43540140579217934], "min": [0, 0], "max": [2, 2], "count": [835]}, "gripper_mode_action": {"mean": [0.3389221556886228, 0.38682634730538923], "std": [0.473343351143757, 0.48702333038137663], "min": [0, 0], "max": [1, 1], "count": [835]}, "gripper_activity_action": {"mean": [1.9892215568862275, 1.8766467065868264], "std": [0.13359602172344331, 0.43540140579217934], "min": [0, 0], "max": [2, 2], "count": [835]}}} +{"episode_index": 335, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4670673539829802]], [[0.4526978001491424]], [[0.44122787674913366]]], "std": [[[0.17710726765100457]], [[0.18087064542009731]], [[0.18377156795708957]]], "count": [149]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4751696358073431]], [[0.46891463789095056]], [[0.46291294770145197]]], "std": [[[0.1457732574839595]], [[0.14748039400386467]], [[0.15087657148167433]]], "count": [149]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4443857292077905]], [[0.44928250427687855]], [[0.4389412066280651]]], "std": [[[0.16008241281308452]], [[0.15645166097319127]], [[0.16242018211996004]]], "count": [149]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5049167845549852]], [[0.4964016811422556]], [[0.4802036973066632]]], "std": [[[0.1651880823025355]], [[0.15819822897102995]], [[0.16749487208335945]]], "count": [149]}, "observation.state": {"min": [-0.36131805181503296, 0.07082546502351761, -0.17203710973262787, -2.005906820297241, -0.545397937297821, -0.07738789916038513, -0.5053251385688782, -0.31704801321029663, 0.34022799134254456, -0.011281999759376049, -1.9732705354690552, -1.7975071668624878, -1.2501566410064697, -0.17331120371818542, 0.1385093331336975, -0.2626197040081024, -1.7864317893981934, 0.06578145921230316, -0.06372196972370148, -0.026232298463582993, -0.3380829989910126, -0.4851660132408142, 0.10967600345611572, 1.3899554014205933, -1.4983185529708862, 0.8577499985694885, 0.0, 0.0, 0.0005357653135433793, -0.23542092740535736, -0.8378561735153198, 1.9127227067947388, -1.0725774765014648, -0.003075555432587862], "max": [0.3425208628177643, 0.4859345555305481, 0.5067389011383057, -1.5391011238098145, -0.11238175630569458, 0.12007865309715271, -0.019652407616376877, -0.18129900097846985, 0.481361985206604, 0.25690698623657227, -1.184211015701294, -1.2549896240234375, -0.7829556465148926, 0.19148007035255432, 0.2842617928981781, -0.0009773843921720982, -1.2807050943374634, 0.2588672339916229, 0.12630948424339294, 0.22629939019680023, -0.25428900122642517, -0.37616100907325745, 0.2107280045747757, 1.4826304912567139, -1.3291609287261963, 1.0823529958724976, 1001.0, 1002.0, 0.000584642228204757, -0.22903309762477875, -0.836635172367096, 1.912804365158081, -1.0698422193527222, 0.0046712374314665794], "mean": [0.16328871250152588, 0.23732146620750427, 0.08934077620506287, -1.7965866327285767, -0.26060688495635986, -0.008846573531627655, -0.1078195795416832, -0.26945263147354126, 0.38310399651527405, 0.17615537345409393, -1.4139546155929565, -1.387757658958435, -1.1156530380249023, -0.08643687516450882, 0.24017879366874695, -0.08234667778015137, -1.7077540159225464, 0.1978698968887329, 0.005251820664852858, 0.1768726408481598, -0.2772596776485443, -0.41030949354171753, 0.17843450605869293, 1.4597225189208984, -1.3813481330871582, 1.0471253395080566, 610.1459350585938, 668.2490844726562, 0.000559272535610944, -0.23161283135414124, -0.8370290398597717, 1.9127628803253174, -1.0705437660217285, 0.0001983792899409309], "std": [0.1837301105260849, 0.07168994843959808, 0.15513426065444946, 0.09818653017282486, 0.09814544022083282, 0.03727840632200241, 0.1362311989068985, 0.039491575211286545, 0.028746062889695168, 0.06726083159446716, 0.2303852140903473, 0.1511610895395279, 0.11944969743490219, 0.09654486924409866, 0.050653159618377686, 0.10296961665153503, 0.15153303742408752, 0.07285464555025101, 0.03982185572385788, 0.08828285336494446, 0.029491446912288666, 0.026943478733301163, 0.040294017642736435, 0.02634292095899582, 0.04592805355787277, 0.056913889944553375, 474.1771240234375, 457.5957946777344, 2.3217771740746684e-06, 0.002103097504004836, 0.0001696377876214683, 1.971782694454305e-05, 0.0003232572053093463, 0.0008998870034702122], "count": [795]}, "action": {"min": [-0.36131805181503296, 0.07082546502351761, -0.17203710973262787, -2.005906820297241, -0.545397937297821, -0.07738789916038513, -0.5053251385688782, -0.31704801321029663, 0.34022799134254456, -0.011281999759376049, -1.9732705354690552, -1.7975071668624878, -1.2501566410064697, -0.17331120371818542, 0.1385093331336975, -0.2626197040081024, -1.7864317893981934, 0.06578145921230316, -0.06372196972370148, -0.026232298463582993, -0.3380829989910126, -0.4851660132408142, 0.10967600345611572, 1.3899554014205933, -1.4983185529708862, 0.8577499985694885, 0.0, 0.0, 0.0005357653135433793, -0.23542092740535736, -0.8378561735153198, 1.9127227067947388, -1.0725774765014648, -0.003075555432587862], "max": [0.3425208628177643, 0.4859345555305481, 0.5067389011383057, -1.5391011238098145, -0.11238175630569458, 0.12007865309715271, -0.019652407616376877, -0.18129900097846985, 0.481361985206604, 0.25690698623657227, -1.184211015701294, -1.2549896240234375, -0.7829556465148926, 0.19148007035255432, 0.2842617928981781, -0.0009773843921720982, -1.2807050943374634, 0.2588672339916229, 0.12630948424339294, 0.22629939019680023, -0.25428900122642517, -0.37616100907325745, 0.2107280045747757, 1.4826304912567139, -1.3291609287261963, 1.0823529958724976, 1001.0, 1002.0, 0.000584642228204757, -0.22903309762477875, -0.836635172367096, 1.912804365158081, -1.0698422193527222, 0.0046712374314665794], "mean": [0.16313569247722626, 0.23722898960113525, 0.08926940709352493, -1.7963601350784302, -0.26043975353240967, -0.008828440681099892, -0.10795477032661438, -0.2694905400276184, 0.3831465542316437, 0.17616969347000122, -1.4139509201049805, -1.3877218961715698, -1.115521788597107, -0.08637266606092453, 0.24029235541820526, -0.08202090114355087, -1.7077690362930298, 0.19810451567173004, 0.005361634306609631, 0.17718605697155, -0.2772143483161926, -0.4103443920612335, 0.17855989933013916, 1.4597193002700806, -1.3813934326171875, 1.0471419095993042, 610.1459350585938, 668.2490844726562, 0.0005592677625827491, -0.23161974549293518, -0.8370288610458374, 1.912762999534607, -1.0705437660217285, 0.0001981990208150819], "std": [0.18369553983211517, 0.07173258811235428, 0.15516889095306396, 0.09827263653278351, 0.09826986491680145, 0.03727615997195244, 0.1361970752477646, 0.03951927646994591, 0.028746725991368294, 0.06726748496294022, 0.2303871065378189, 0.15118063986301422, 0.11943105608224869, 0.09650401026010513, 0.05063987895846367, 0.10280850529670715, 0.15153998136520386, 0.07272941619157791, 0.03975178301334381, 0.08800339698791504, 0.02949628420174122, 0.02691718377172947, 0.040235042572021484, 0.02634117379784584, 0.045894622802734375, 0.05692075565457344, 474.1771240234375, 457.5957946777344, 2.3198892904474633e-06, 0.002104796702042222, 0.00016968404815997928, 1.9755392713705078e-05, 0.0003232569433748722, 0.0008998948032967746], "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": [336], "max": [336], "mean": [336.0], "std": [0.0], "count": [795]}, "index": {"min": [288056], "max": [288850], "mean": [288453.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6528301886792452, 0.6670037736876065], "std": [0.4760703030312498, 0.4566860212339117], "count": [795]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6528301886792452, 0.6670037736876065], "std": [0.47607030303124986, 0.4566860212339117], "count": [795]}, "eef_direction_state": {"mean": [5.0050314465408805, 5.19622641509434], "std": [1.7554873086510825, 1.843359211179569], "min": [0, 0], "max": [6, 6], "count": [795]}, "eef_velocity_state": {"mean": [0.35974842767295595, 0.21132075471698114], "std": [0.6453627030378867, 0.44931550065515613], "min": [0, 0], "max": [2, 2], "count": [795]}, "eef_acc_mag_state": {"mean": [0.2578616352201258, 0.1761006289308176], "std": [0.6020284002367897, 0.508229027694007], "min": [0, 0], "max": [2, 2], "count": [795]}, "eef_direction_action": {"mean": [5.0050314465408805, 5.19622641509434], "std": [1.7554873086510825, 1.843359211179569], "min": [0, 0], "max": [6, 6], "count": [795]}, "eef_velocity_action": {"mean": [0.35974842767295595, 0.21132075471698114], "std": [0.6453627030378866, 0.44931550065515613], "min": [0, 0], "max": [2, 2], "count": [795]}, "eef_acc_mag_action": {"mean": [0.2578616352201258, 0.1761006289308176], "std": [0.6020284002367897, 0.508229027694007], "min": [0, 0], "max": [2, 2], "count": [795]}, "eef_sim_pose_state": {"mean": [0.4063627981928168, 0.25164258367097825, 1.1679343525306685, -0.04095874485046907, 0.009683345148227513, 1.318562030618323, 0.43142160215369424, -0.26016899106891456, 1.162398808793184, 0.020906582418826387, -0.03872178891523562, -1.277192012043409], "std": [0.03844379607774175, 0.0466917957708319, 0.03217198262355957, 0.0683946048510445, 0.03749112973516828, 0.2526643491323934, 0.0277781371477331, 0.039573510773532994, 0.02430437093859587, 0.05431100505135553, 0.017152473863913265, 0.029056719821306802], "min": [0.36762705316938243, 0.10961249320130909, 1.130829566251839, -0.20966031717030337, -0.09556270294938107, 0.6780358271952751, 0.39636752078126514, -0.291633406386322, 1.1128153171848045, -0.12438601533675331, -0.06873208713715018, -1.3044312562155094], "max": [0.5204207588056957, 0.3372329588585703, 1.2452364282532653, 0.05110698604050856, 0.09341586938027335, 1.5346504209369316, 0.5075858174846785, -0.18867178808617935, 1.181646653414721, 0.05388985485917064, 0.0016268617541761454, -1.1747066890472628], "count": [795]}, "eef_sim_pose_action": {"mean": [0.40640556591577987, 0.25165763966437543, 1.1679052469178979, -0.04088140379266129, 0.009589723719062908, 1.318553707399043, 0.4314570934635617, -0.26029644551999775, 1.1624437184315546, 0.020909922646788932, -0.03868400425195411, -1.2771717817173196], "std": [0.038437247471458436, 0.04669788013804103, 0.03219249555994606, 0.06845578943544953, 0.037526484071593945, 0.25266026163341804, 0.027751384784390765, 0.0395062327439678, 0.024304244557613985, 0.05431274659298154, 0.017121968542632888, 0.02904341570423752], "min": [0.36762705316938243, 0.10961249320130909, 1.130829566251839, -0.20966031717030337, -0.09556270294938107, 0.6780358271952751, 0.39636752078126514, -0.291633406386322, 1.1128153171848045, -0.12438601533675331, -0.06873208713715018, -1.3044312562155094], "max": [0.5204207588056957, 0.3372329588585703, 1.2452364282532653, 0.05110698604050856, 0.09341586938027335, 1.5346504209369316, 0.5075858174846785, -0.18867178808617935, 1.181646653414721, 0.05388985485917064, 0.0016268617541761454, -1.1747066890472628], "count": [795]}, "gripper_mode_state": {"mean": [0.3471698113207547, 0.3320754716981132], "std": [0.4760703030312498, 0.47095790979087815], "min": [0, 0], "max": [1, 1], "count": [795]}, "gripper_activity_state": {"mean": [1.9886792452830189, 1.8716981132075472], "std": [0.1368932614884307, 0.44426917947672767], "min": [0, 0], "max": [2, 2], "count": [795]}, "gripper_mode_action": {"mean": [0.3471698113207547, 0.3320754716981132], "std": [0.47607030303124986, 0.47095790979087815], "min": [0, 0], "max": [1, 1], "count": [795]}, "gripper_activity_action": {"mean": [1.9886792452830189, 1.8716981132075472], "std": [0.1368932614884307, 0.44426917947672767], "min": [0, 0], "max": [2, 2], "count": [795]}}} +{"episode_index": 336, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4660682592481437]], [[0.45094429716330975]], [[0.43902256319194344]]], "std": [[[0.17673605830902195]], [[0.1820047259284399]], [[0.18547177112849025]]], "count": [147]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47326017212440535]], [[0.46630489001156017]], [[0.45984836573518295]]], "std": [[[0.14635557610690944]], [[0.1490463696292187]], [[0.15270909178551373]]], "count": [147]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.444724641245387]], [[0.4495561043861989]], [[0.43943264944866833]]], "std": [[[0.15478104716641444]], [[0.15267120312107885]], [[0.15885138097570037]]], "count": [147]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5032005093704148]], [[0.4958348853430261]], [[0.48176414593615224]]], "std": [[[0.16299565753139436]], [[0.1565346424559779]], [[0.16674702696223642]]], "count": [147]}, "observation.state": {"min": [-0.33245033025741577, 0.07072073966264725, -0.193539559841156, -2.0314934253692627, -0.5457469820976257, -0.058625608682632446, -0.4674515426158905, -0.301239013671875, 0.3251419961452484, 0.0032550001051276922, -1.9683061838150024, -1.7170301675796509, -1.2759188413619995, -0.17332863807678223, 0.061226148158311844, -0.2626197040081024, -1.807550311088562, 0.06023131310939789, -0.0636696144938469, -0.026232298463582993, -0.3295780122280121, -0.4777959883213043, 0.10687000304460526, 1.2957208156585693, -1.4674707651138306, 0.9462705850601196, 0.0, 0.0, 0.0005489244940690696, -0.23534010350704193, -0.8372809290885925, 1.9127774238586426, -1.0713413953781128, -0.002257305895909667], "max": [0.42619195580482483, 0.5119748711585999, 0.45814892649650574, -1.602264642715454, -0.07963937520980835, 0.1690351516008377, 0.02033308520913124, -0.16887399554252625, 0.47565698623657227, 0.2589150071144104, -1.1775579452514648, -1.1196281909942627, -0.7872782945632935, 0.1483355313539505, 0.26450464129447937, 0.01984439231455326, -1.3769950866699219, 0.26520276069641113, 0.12882275879383087, 0.289811909198761, -0.2521989941596985, -0.37616100907325745, 0.20909300446510315, 1.485417366027832, -1.2888555526733398, 1.0879477262496948, 1001.0, 1003.0, 0.0005658433656208217, -0.2288958877325058, -0.8368523120880127, 1.9128280878067017, -1.0693906545639038, 0.0034020959865301847], "mean": [0.15001702308654785, 0.23048415780067444, 0.09584325551986694, -1.818932294845581, -0.24219468235969543, 0.013643556274473667, -0.10662166774272919, -0.2579219937324524, 0.3840288817882538, 0.16947811841964722, -1.436385154724121, -1.373100757598877, -1.106666922569275, -0.07830946147441864, 0.20647019147872925, -0.05966766178607941, -1.7182525396347046, 0.1836371272802353, 0.04844413325190544, 0.1943172961473465, -0.27286258339881897, -0.41304290294647217, 0.1759031116962433, 1.4382025003433228, -1.398231029510498, 1.0495600700378418, 555.6790161132812, 660.3132934570312, 0.0005573271191678941, -0.23155270516872406, -0.83709317445755, 1.9128000736236572, -1.0705318450927734, 0.00017615081742405891], "std": [0.20460931956768036, 0.085675910115242, 0.17256824672222137, 0.09238000214099884, 0.09764784574508667, 0.06256956607103348, 0.12401074916124344, 0.04371340572834015, 0.0331704281270504, 0.07546179741621017, 0.24816809594631195, 0.13186712563037872, 0.14281901717185974, 0.08371387422084808, 0.07023872435092926, 0.10736352950334549, 0.12739607691764832, 0.08533062040805817, 0.045802559703588486, 0.110540971159935, 0.028061263263225555, 0.025225160643458366, 0.042678117752075195, 0.06461992114782333, 0.034088775515556335, 0.03647575527429581, 483.3157653808594, 460.0502624511719, 1.252040647159447e-06, 0.0016997146885842085, 0.0001415558363078162, 1.5215506209642626e-05, 0.0004124600382056087, 0.000649162451736629], "count": [782]}, "action": {"min": [-0.33245033025741577, 0.07072073966264725, -0.193539559841156, -2.0314934253692627, -0.5457469820976257, -0.058625608682632446, -0.4674515426158905, -0.301239013671875, 0.3251419961452484, 0.0032550001051276922, -1.9683061838150024, -1.7170301675796509, -1.2759188413619995, -0.17332863807678223, 0.061226148158311844, -0.2626197040081024, -1.807550311088562, 0.06023131310939789, -0.0636696144938469, -0.026232298463582993, -0.3295780122280121, -0.4777959883213043, 0.10687000304460526, 1.2957208156585693, -1.4674707651138306, 0.9462705850601196, 0.0, 0.0, 0.0005489244940690696, -0.23534010350704193, -0.8372809290885925, 1.9127774238586426, -1.0713413953781128, -0.002257305895909667], "max": [0.42619195580482483, 0.5119748711585999, 0.45814892649650574, -1.602264642715454, -0.07963937520980835, 0.1690351516008377, 0.02033308520913124, -0.16887399554252625, 0.47565698623657227, 0.2589150071144104, -1.1775579452514648, -1.1196281909942627, -0.7872782945632935, 0.1483355313539505, 0.26450464129447937, 0.01984439231455326, -1.3769950866699219, 0.26520276069641113, 0.12882275879383087, 0.289811909198761, -0.2521989941596985, -0.37616100907325745, 0.20909300446510315, 1.485417366027832, -1.2888555526733398, 1.0879477262496948, 1001.0, 1003.0, 0.0005658433656208217, -0.2288958877325058, -0.8368523120880127, 1.9128280878067017, -1.0693906545639038, 0.0034020959865301847], "mean": [0.1498703509569168, 0.23032762110233307, 0.09569723159074783, -1.8187509775161743, -0.2420337051153183, 0.013678329065442085, -0.10673323273658752, -0.25794288516044617, 0.38407057523727417, 0.16950932145118713, -1.4363104104995728, -1.3730182647705078, -1.1066560745239258, -0.0782216414809227, 0.20655490458011627, -0.059307631105184555, -1.718263864517212, 0.1838729977607727, 0.048601120710372925, 0.19470247626304626, -0.27281254529953003, -0.4130832850933075, 0.1760295033454895, 1.4381991624832153, -1.39832603931427, 1.0495632886886597, 555.6790161132812, 660.3132934570312, 0.0005573247326537967, -0.23155300319194794, -0.8370932936668396, 1.9128000736236572, -1.0705316066741943, 0.00017639723955653608], "std": [0.20456752181053162, 0.08576828241348267, 0.17266206443309784, 0.09245932102203369, 0.09773216396570206, 0.06255794316530228, 0.1239718496799469, 0.04372936859726906, 0.03316905349493027, 0.07548022270202637, 0.24821867048740387, 0.13192118704319, 0.14281341433525085, 0.0836506336927414, 0.07025779038667679, 0.10715389996767044, 0.12740132212638855, 0.0852600708603859, 0.04562801867723465, 0.11029649525880814, 0.028061900287866592, 0.02519136853516102, 0.042628154158592224, 0.06461811065673828, 0.03399954363703728, 0.03647738695144653, 483.3157653808594, 460.0502624511719, 1.2519350320872036e-06, 0.0016996911726891994, 0.00014146851026453078, 1.5204797819023952e-05, 0.0004125365521758795, 0.0006491722306236625], "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": [337], "max": [337], "mean": [337.0], "std": [0.0], "count": [782]}, "index": {"min": [288851], "max": [289632], "mean": [289241.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5971867007672634, 0.6590843990366534], "std": [0.49046380620181745, 0.45913615442583977], "count": [782]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5971867007672634, 0.6590843990366534], "std": [0.4904638062018175, 0.45913615442583977], "count": [782]}, "eef_direction_state": {"mean": [4.7851662404092075, 5.164961636828645], "std": [1.9781116600504507, 1.9035973311180825], "min": [0, 0], "max": [6, 6], "count": [782]}, "eef_velocity_state": {"mean": [0.4309462915601023, 0.1918158567774936], "std": [0.7023627458677767, 0.43094439426752773], "min": [0, 0], "max": [2, 2], "count": [782]}, "eef_acc_mag_state": {"mean": [0.2915601023017903, 0.149616368286445], "std": [0.6372137004931346, 0.4710206647668948], "min": [0, 0], "max": [2, 2], "count": [782]}, "eef_direction_action": {"mean": [4.7851662404092075, 5.164961636828645], "std": [1.9781116600504507, 1.9035973311180825], "min": [0, 0], "max": [6, 6], "count": [782]}, "eef_velocity_action": {"mean": [0.4309462915601023, 0.1918158567774936], "std": [0.7023627458677767, 0.43094439426752773], "min": [0, 0], "max": [2, 2], "count": [782]}, "eef_acc_mag_action": {"mean": [0.2915601023017903, 0.149616368286445], "std": [0.6372137004931346, 0.4710206647668948], "min": [0, 0], "max": [2, 2], "count": [782]}, "eef_sim_pose_state": {"mean": [0.4077592659058992, 0.2461338337698113, 1.1787419118631774, -0.0472877616155969, -0.006773699480946219, 1.3117399098254168, 0.4340580809892988, -0.25720814312782425, 1.1683090497728543, 0.007674438557384462, -0.022352470093185726, -1.2806171983158312], "std": [0.04202017040537297, 0.052946317541912445, 0.038229893200124127, 0.05284574434163672, 0.061630228531513155, 0.25735259624726003, 0.02509159123638457, 0.04501335804124601, 0.022170223966884242, 0.06278068588738148, 0.020461097940971014, 0.027640716379442612], "min": [0.3475162936201054, 0.12243567330602871, 1.1423779487448824, -0.19231715144251088, -0.14706092637543655, 0.7243428955322277, 0.3963670135992312, -0.29420372857766885, 1.1260263187546797, -0.13297644862542035, -0.07137261251748184, -1.382976350660664], "max": [0.514041238684603, 0.34166589000968006, 1.2578111902733227, 0.015362402366279171, 0.10060798387265102, 1.6467804605662726, 0.4979395949854728, -0.18757067734663355, 1.18492099167422, 0.04794788357323898, 0.006546447442877357, -1.2452345303574903], "count": [782]}, "eef_sim_pose_action": {"mean": [0.4077999837890581, 0.24615453538859444, 1.1787254774308735, -0.04724914524690608, -0.006813565817876159, 1.3118326083554488, 0.4341001157865407, -0.25734017166746886, 1.1683602359114205, 0.007664561540619363, -0.022290082098152857, -1.2805629512670988], "std": [0.04201206751144924, 0.05295667344219629, 0.03824208122617878, 0.05287847614438738, 0.06161476794796262, 0.2574139557196625, 0.02505596371062213, 0.044963547594254714, 0.022161410508626207, 0.06277496178048199, 0.020397648707469702, 0.027635676499852282], "min": [0.3475162936201054, 0.12243567330602871, 1.1423779487448824, -0.19231715144251088, -0.14706092637543655, 0.7243428955322277, 0.3963670135992312, -0.29420372857766885, 1.1260263187546797, -0.13297644862542035, -0.07137261251748184, -1.382976350660664], "max": [0.514041238684603, 0.34166589000968006, 1.2578111902733227, 0.015362402366279171, 0.10060798387265102, 1.6467804605662726, 0.4979395949854728, -0.18757067734663355, 1.18492099167422, 0.04794788357323898, 0.006546447442877357, -1.2452345303574903], "count": [782]}, "gripper_mode_state": {"mean": [0.40281329923273657, 0.3414322250639386], "std": [0.49046380620181745, 0.4741901103479818], "min": [0, 0], "max": [1, 1], "count": [782]}, "gripper_activity_state": {"mean": [1.9884910485933505, 1.8657289002557544], "std": [0.13801858467347322, 0.45360383377335567], "min": [0, 0], "max": [2, 2], "count": [782]}, "gripper_mode_action": {"mean": [0.40281329923273657, 0.3414322250639386], "std": [0.4904638062018175, 0.4741901103479818], "min": [0, 0], "max": [1, 1], "count": [782]}, "gripper_activity_action": {"mean": [1.9884910485933505, 1.8657289002557544], "std": [0.13801858467347322, 0.45360383377335567], "min": [0, 0], "max": [2, 2], "count": [782]}}} +{"episode_index": 337, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46533209972730816]], [[0.45090759181708007]], [[0.43880691495693197]]], "std": [[[0.17051426013968785]], [[0.17409741769541803]], [[0.1780383756238902]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4778176508462104]], [[0.4724013291022811]], [[0.46594330687573043]]], "std": [[[0.14485952831414978]], [[0.14721344671489317]], [[0.15060300498734944]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4461465258840843]], [[0.450907015593213]], [[0.4410021547526295]]], "std": [[[0.15198408736338845]], [[0.14966719108573606]], [[0.15572393799080117]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4973540584556118]], [[0.4904199414037138]], [[0.4752121139570618]]], "std": [[[0.15448425079705283]], [[0.14986951942428395]], [[0.15905886745269915]]], "count": [151]}, "observation.state": {"min": [-0.32478830218315125, 0.1684591919183731, -0.16702800989151, -1.8974696397781372, -0.777718722820282, -0.1656142920255661, -0.7213620543479919, -0.2922770082950592, 0.3386319875717163, 0.05595799908041954, -2.0502994060516357, -1.890315055847168, -1.2619985342025757, -0.2090729922056198, 0.0685739815235138, -0.2626197040081024, -1.9501436948776245, 0.03237585723400116, -0.06389650702476501, -0.026232298463582993, -0.33228600025177, -0.48013898730278015, 0.10967099666595459, 1.2776354551315308, -1.5578563213348389, 0.9083887338638306, 0.0, 0.0, 0.0005376451881602407, -0.23506750166416168, -0.8375788927078247, 1.9126664400100708, -1.0725116729736328, -0.0028819094877690077], "max": [0.3262718617916107, 0.5491504073143005, 0.41023963689804077, -1.6241685152053833, -0.13718287646770477, 0.13704325258731842, 0.05647885426878929, -0.1698800027370453, 0.47769299149513245, 0.28189098834991455, -1.2279685735702515, -1.087817907333374, -0.7408350110054016, 0.15770795941352844, 0.21814869344234467, 0.04562290757894516, -1.360745906829834, 0.1863662600517273, 0.248308002948761, 0.18476055562496185, -0.2230679988861084, -0.3681969940662384, 0.21077699959278107, 1.4795079231262207, -1.2102311849594116, 1.0742591619491577, 1001.0, 1002.0, 0.0005714830476790667, -0.22931508719921112, -0.8360052704811096, 1.9128684997558594, -1.069011926651001, 0.004049481358379126], "mean": [0.15898223221302032, 0.27543458342552185, 0.07767314463853836, -1.8085176944732666, -0.3010028600692749, -0.020426493138074875, -0.12989410758018494, -0.2597619891166687, 0.38328585028648376, 0.18826298415660858, -1.4430420398712158, -1.3821635246276855, -1.1231114864349365, -0.10329253226518631, 0.18494059145450592, -0.039739593863487244, -1.8270844221115112, 0.10180836915969849, 0.17174717783927917, 0.13989613950252533, -0.25344541668891907, -0.4043610394001007, 0.17888179421424866, 1.3784505128860474, -1.3191279172897339, 1.0142306089401245, 548.8199462890625, 642.9852294921875, 0.0005554686649702489, -0.23162534832954407, -0.8371431231498718, 1.9127439260482788, -1.070522427558899, 0.00027778008370660245], "std": [0.1933153122663498, 0.09017281979322433, 0.14474502205848694, 0.06661932915449142, 0.13936640322208405, 0.05483701080083847, 0.19814623892307281, 0.03969695046544075, 0.03278695046901703, 0.05547252297401428, 0.2600010931491852, 0.18303491175174713, 0.13618218898773193, 0.09169819951057434, 0.04600256308913231, 0.1177518218755722, 0.185201495885849, 0.02509666420519352, 0.10726141184568405, 0.06362680345773697, 0.04219585284590721, 0.027019554749131203, 0.0429268516600132, 0.04813919588923454, 0.0917448103427887, 0.029617395251989365, 484.5011291503906, 466.193115234375, 1.8251694200444035e-06, 0.0014836926711723208, 0.000249189994065091, 7.241272396640852e-05, 0.0004695700481534004, 0.0008031652541831136], "count": [811]}, "action": {"min": [-0.32478830218315125, 0.1684591919183731, -0.16702800989151, -1.8974696397781372, -0.777718722820282, -0.1656142920255661, -0.7213620543479919, -0.2922770082950592, 0.3386319875717163, 0.05595799908041954, -2.0502994060516357, -1.890315055847168, -1.2619985342025757, -0.2090729922056198, 0.0685739815235138, -0.2626197040081024, -1.9501436948776245, 0.03237585723400116, -0.06389650702476501, -0.026232298463582993, -0.33228600025177, -0.48013898730278015, 0.10967099666595459, 1.2776354551315308, -1.5578563213348389, 0.9083887338638306, 0.0, 0.0, 0.0005376451881602407, -0.23506750166416168, -0.8375788927078247, 1.9126664400100708, -1.0725116729736328, -0.0028819094877690077], "max": [0.3262718617916107, 0.5491504073143005, 0.41023963689804077, -1.6241685152053833, -0.13718287646770477, 0.13704325258731842, 0.05647885426878929, -0.1698800027370453, 0.47769299149513245, 0.28189098834991455, -1.2279685735702515, -1.087817907333374, -0.7408350110054016, 0.15770795941352844, 0.21814869344234467, 0.04562290757894516, -1.360745906829834, 0.1863662600517273, 0.248308002948761, 0.18476055562496185, -0.2230679988861084, -0.3681969940662384, 0.21077699959278107, 1.4795079231262207, -1.2102311849594116, 1.0742591619491577, 1001.0, 1002.0, 0.0005714830476790667, -0.22931508719921112, -0.8360052704811096, 1.9128684997558594, -1.069011926651001, 0.004049481358379126], "mean": [0.15886737406253815, 0.27534687519073486, 0.07755374908447266, -1.8084027767181396, -0.3008739650249481, -0.02043391950428486, -0.12989012897014618, -0.2597595751285553, 0.3833197057247162, 0.18830668926239014, -1.4429855346679688, -1.381971836090088, -1.1231588125228882, -0.10324736684560776, 0.184968501329422, -0.03935987874865532, -1.8272935152053833, 0.10185391455888748, 0.1721259206533432, 0.14014489948749542, -0.253360390663147, -0.404386043548584, 0.17900621891021729, 1.3783339262008667, -1.3190451860427856, 1.014170527458191, 548.8199462890625, 642.9852294921875, 0.0005554686649702489, -0.2316296547651291, -0.8371430039405823, 1.9127439260482788, -1.0705218315124512, 0.00027733060414902866], "std": [0.1932796686887741, 0.09024081379175186, 0.14481417834758759, 0.06662913411855698, 0.13945823907852173, 0.05483745038509369, 0.19814857840538025, 0.03969559445977211, 0.03278397396206856, 0.05549713596701622, 0.2600378394126892, 0.18318301439285278, 0.1362103670835495, 0.09167244285345078, 0.046012114733457565, 0.11752903461456299, 0.1852339804172516, 0.025064775720238686, 0.10697125643491745, 0.06337076425552368, 0.04218742623925209, 0.027002885937690735, 0.04287230223417282, 0.048018280416727066, 0.09176582098007202, 0.029560772702097893, 484.5011291503906, 466.1930847167969, 1.8251694200444035e-06, 0.001488475943915546, 0.00024924043100327253, 7.247444591484964e-05, 0.0004693476657848805, 0.0008031619363464415], "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": [338], "max": [338], "mean": [338.0], "std": [0.0], "count": [811]}, "index": {"min": [289633], "max": [290443], "mean": [290038.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5893958076448829, 0.6417891491883757], "std": [0.4919434820947609, 0.4652703773262071], "count": [811]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5893958076448829, 0.6417891491883757], "std": [0.4919434820947609, 0.4652703773262071], "count": [811]}, "eef_direction_state": {"mean": [4.9186189889025895, 5.049321824907522], "std": [1.834263847831572, 1.999391746903986], "min": [0, 0], "max": [6, 6], "count": [811]}, "eef_velocity_state": {"mean": [0.37361282367447596, 0.23551171393341552], "std": [0.6180548166489956, 0.4891136232232593], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_acc_mag_state": {"mean": [0.2651048088779285, 0.16522811344019728], "std": [0.6082077996946673, 0.4914301743635536], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_direction_action": {"mean": [4.9186189889025895, 5.049321824907522], "std": [1.8342638478315723, 1.999391746903986], "min": [0, 0], "max": [6, 6], "count": [811]}, "eef_velocity_action": {"mean": [0.37361282367447596, 0.23551171393341552], "std": [0.6180548166489956, 0.4891136232232593], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_acc_mag_action": {"mean": [0.2651048088779285, 0.16522811344019728], "std": [0.6082077996946673, 0.4914301743635536], "min": [0, 0], "max": [2, 2], "count": [811]}, "eef_sim_pose_state": {"mean": [0.40811237504450204, 0.2646974083735891, 1.174795604071102, -0.06616707994720457, 0.0031044405185556264, 1.3061855022143611, 0.42333220073104255, -0.25191405770779113, 1.1930895624531086, -0.039038984513461994, -0.07580375881398908, -1.3533085730185281], "std": [0.042448876922573216, 0.03744122224084974, 0.033522383560447365, 0.07214167123449605, 0.058953816295395305, 0.2887387849841529, 0.027634618981125, 0.037710443132941585, 0.03965854726509556, 0.050215604444663026, 0.058635955717282986, 0.05085605600653461], "min": [0.37000138308129316, 0.17932159938056075, 1.146479903103073, -0.3069424430340674, -0.16022267274630275, 0.6251968677498887, 0.38966805805660654, -0.2803911496859404, 1.1240432175781472, -0.1494619917760781, -0.1364549246205955, -1.431106390472233], "max": [0.5178573697287938, 0.3713536627478077, 1.2531158784342005, -0.017478388277744505, 0.12645039954424253, 1.6184470838433163, 0.5004738194112142, -0.18867176681629277, 1.222250541657298, 0.050863768550714505, 0.053847397895082194, -1.2039713442360291], "count": [811]}, "eef_sim_pose_action": {"mean": [0.40814529550334233, 0.26472296116549393, 1.174794016278243, -0.06620207512858464, 0.003029563238887279, 1.3063465325846293, 0.42335435052107667, -0.2520263256362847, 1.1931852565864582, -0.03913210881804827, -0.07585980793508985, -1.3534095492319849], "std": [0.04244013362324183, 0.037448164523129976, 0.03352326462711564, 0.07212502959138829, 0.05895483902200451, 0.2888529887128803, 0.02762020604798727, 0.037657562674950816, 0.039634762605860546, 0.05012437541268062, 0.05864970780446895, 0.050840075057395843], "min": [0.37000138308129316, 0.17932159938056075, 1.146479903103073, -0.3069424430340674, -0.16022267274630275, 0.6251968677498887, 0.38966805805660654, -0.2803911496859404, 1.1240432175781472, -0.1494619917760781, -0.1364549246205955, -1.431106390472233], "max": [0.5178573697287938, 0.3713536627478077, 1.2531158784342005, -0.017478388277744505, 0.12645039954424253, 1.6184470838433163, 0.5004738194112142, -0.18867176681629277, 1.222250541657298, 0.050863768550714505, 0.053847397895082194, -1.2039713442360291], "count": [811]}, "gripper_mode_state": {"mean": [0.41060419235511714, 0.35758323057953145], "std": [0.4919434820947609, 0.4792884974499594], "min": [0, 0], "max": [1, 1], "count": [811]}, "gripper_activity_state": {"mean": [1.9889025893958077, 1.8705302096177558], "std": [0.13554531278580786, 0.44611720135944777], "min": [0, 0], "max": [2, 2], "count": [811]}, "gripper_mode_action": {"mean": [0.41060419235511714, 0.35758323057953145], "std": [0.4919434820947609, 0.47928849744995944], "min": [0, 0], "max": [1, 1], "count": [811]}, "gripper_activity_action": {"mean": [1.9889025893958077, 1.8705302096177558], "std": [0.13554531278580786, 0.44611720135944777], "min": [0, 0], "max": [2, 2], "count": [811]}}} +{"episode_index": 338, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4638573819727052]], [[0.447480828914375]], [[0.4360926927899042]]], "std": [[[0.1782475136578732]], [[0.18415139725174548]], [[0.18759136220072553]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47543329556665437]], [[0.46832342150696754]], [[0.4610522708821474]]], "std": [[[0.14592853891457389]], [[0.1486440596683881]], [[0.1519608672710536]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4453945551753196]], [[0.4498998399412176]], [[0.4396502754141489]]], "std": [[[0.156440516603207]], [[0.1538802701116573]], [[0.1598906052242862]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.499270681752785]], [[0.4940687160870637]], [[0.4795715524417314]]], "std": [[[0.15916222867896493]], [[0.15358269824947313]], [[0.16311349064990802]]], "count": [159]}, "observation.state": {"min": [-0.3157126307487488, 0.03618067502975464, -0.17638297379016876, -2.029451370239258, -0.513353705406189, -0.07553785294294357, -0.4216541051864624, -0.2860350012779236, 0.337693989276886, -0.006521000061184168, -1.8726943731307983, -1.705241084098816, -1.2818362712860107, -0.1733635514974594, 0.05541420355439186, -0.2626197040081024, -1.8229091167449951, 0.057997290045022964, -0.0636696144938469, -0.026197392493486404, -0.32323598861694336, -0.4797089993953705, 0.10853999853134155, 1.226024866104126, -1.502533197402954, 0.8940761089324951, 0.0, 0.0, 0.0005169665673747659, -0.2351088672876358, -0.8372706174850464, 1.9128328561782837, -1.0708794593811035, -0.004198512993752956], "max": [0.3638313412666321, 0.44374993443489075, 0.46816709637641907, -1.6299105882644653, -0.04715879634022713, 0.2500533163547516, -0.019547687843441963, -0.17068399488925934, 0.4712870121002197, 0.2628450095653534, -1.2560906410217285, -1.2180415391921997, -0.7982571721076965, 0.1584409922361374, 0.20432569086551666, 0.04691445082426071, -1.4025291204452515, 0.24909339845180511, 0.258151650428772, 0.23003439605236053, -0.2458149939775467, -0.37615200877189636, 0.2156350016593933, 1.4849706888198853, -1.2966798543930054, 1.169203758239746, 1001.0, 1002.0, 0.0006222397787496448, -0.22883759438991547, -0.8367540240287781, 1.9128756523132324, -1.070003867149353, 0.00339450198225677], "mean": [0.1590396761894226, 0.2233530730009079, 0.09554306417703629, -1.8257830142974854, -0.23771274089813232, 0.020596591755747795, -0.09329019486904144, -0.2583197057247162, 0.38304728269577026, 0.16905327141284943, -1.4203506708145142, -1.3689429759979248, -1.1168875694274902, -0.04082607477903366, 0.16865931451320648, -0.044597331434488297, -1.702044129371643, 0.18407776951789856, 0.10248469561338425, 0.1652011275291443, -0.27039387822151184, -0.42457765340805054, 0.179203063249588, 1.3639122247695923, -1.4007493257522583, 1.0888255834579468, 586.5254516601562, 623.0590209960938, 0.0005596445989795029, -0.23160968720912933, -0.8370955586433411, 1.912841796875, -1.0704694986343384, 0.00022528246336150914], "std": [0.19588035345077515, 0.0750669613480568, 0.16050603985786438, 0.07455757260322571, 0.09137978404760361, 0.09257913380861282, 0.10830728709697723, 0.041708000004291534, 0.03169945627450943, 0.07542361319065094, 0.21106308698654175, 0.12499997019767761, 0.13752909004688263, 0.077720046043396, 0.04644031822681427, 0.1156541109085083, 0.1017220988869667, 0.07605119049549103, 0.07368706166744232, 0.08458849787712097, 0.027360741049051285, 0.024262700229883194, 0.04546421021223068, 0.06797963380813599, 0.04784783348441124, 0.08608298003673553, 480.2685852050781, 472.61248779296875, 4.095962140127085e-06, 0.0021068588830530643, 0.00013897665485274047, 1.08275289676385e-05, 0.00018261004879605025, 0.0007918316987343132], "count": [864]}, "action": {"min": [-0.3157126307487488, 0.03618067502975464, -0.17638297379016876, -2.029451370239258, -0.513353705406189, -0.07553785294294357, -0.4216541051864624, -0.2860350012779236, 0.337693989276886, -0.006521000061184168, -1.8726943731307983, -1.705241084098816, -1.2818362712860107, -0.1733635514974594, 0.05541420355439186, -0.2626197040081024, -1.8229091167449951, 0.057997290045022964, -0.0636696144938469, -0.026197392493486404, -0.32323598861694336, -0.4797089993953705, 0.10853999853134155, 1.226024866104126, -1.502533197402954, 0.8940761089324951, 0.0, 0.0, 0.0005169665673747659, -0.2351088672876358, -0.8372706174850464, 1.9128328561782837, -1.0708794593811035, -0.004198512993752956], "max": [0.3638313412666321, 0.44374993443489075, 0.46816709637641907, -1.6299105882644653, -0.04715879634022713, 0.2500533163547516, -0.019547687843441963, -0.17068399488925934, 0.4712870121002197, 0.2628450095653534, -1.2560906410217285, -1.2180415391921997, -0.7982571721076965, 0.1584409922361374, 0.20432569086551666, 0.04691445082426071, -1.4025291204452515, 0.24909339845180511, 0.258151650428772, 0.23003439605236053, -0.2458149939775467, -0.37615200877189636, 0.2156350016593933, 1.4849706888198853, -1.2966798543930054, 1.169203758239746, 1001.0, 1002.0, 0.0006222397787496448, -0.22883759438991547, -0.8367540240287781, 1.9128756523132324, -1.070003867149353, 0.00339450198225677], "mean": [0.15892864763736725, 0.2232295423746109, 0.09542952477931976, -1.82567298412323, -0.23758327960968018, 0.020606935024261475, -0.09334586560726166, -0.25832149386405945, 0.3830796480178833, 0.16907958686351776, -1.42030930519104, -1.3688308000564575, -1.1169198751449585, -0.04068172350525856, 0.16866779327392578, -0.0442446693778038, -1.7020115852355957, 0.18428394198417664, 0.10267652571201324, 0.16549167037010193, -0.2703453600406647, -0.4246346056461334, 0.1793244481086731, 1.3637995719909668, -1.400816798210144, 1.0889226198196411, 586.5254516601562, 623.0590209960938, 0.0005596511764451861, -0.23160971701145172, -0.8370956182479858, 1.912841796875, -1.0704693794250488, 0.0002248825621791184], "std": [0.1958467960357666, 0.07512558251619339, 0.16057856380939484, 0.07459307461977005, 0.09143604338169098, 0.09257499873638153, 0.10828185826539993, 0.04170909523963928, 0.031696971505880356, 0.07543900609016418, 0.21109060943126678, 0.12508854269981384, 0.13754837214946747, 0.07758946716785431, 0.04644472897052765, 0.1154533177614212, 0.10170329362154007, 0.07597168534994125, 0.07347078621387482, 0.08436161279678345, 0.02735939435660839, 0.024206817150115967, 0.045418478548526764, 0.06787540763616562, 0.047787856310606, 0.08610469102859497, 480.2685852050781, 472.61248779296875, 4.095352778676897e-06, 0.0021068197675049305, 0.00013892770220991224, 1.0846381883311551e-05, 0.00018294114852324128, 0.0007917946204543114], "count": [864]}, "timestamp": {"min": [0.0], "max": [28.766666666666666], "mean": [14.383333333333335], "std": [8.31383830774976], "count": [864]}, "frame_index": {"min": [0], "max": [863], "mean": [431.5], "std": [249.4151492324928], "count": [864]}, "episode_index": {"min": [339], "max": [339], "mean": [339.0], "std": [0.0], "count": [864]}, "index": {"min": [290444], "max": [291307], "mean": [290875.5], "std": [249.4151492324928], "count": [864]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [864]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6238425925925926, 0.621896990901506], "std": [0.4844202847321163, 0.471678984694874], "count": [864]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6238425925925926, 0.621896990901506], "std": [0.4844202847321163, 0.471678984694874], "count": [864]}, "eef_direction_state": {"mean": [5.078703703703703, 5.126157407407407], "std": [1.6515453440095473, 1.9682811295271188], "min": [0, 0], "max": [6, 6], "count": [864]}, "eef_velocity_state": {"mean": [0.3506944444444444, 0.19907407407407407], "std": [0.6407637797586708, 0.4380079845311488], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_acc_mag_state": {"mean": [0.2638888888888889, 0.14583333333333334], "std": [0.6084221142724842, 0.4733951935320653], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_direction_action": {"mean": [5.078703703703703, 5.126157407407407], "std": [1.6515453440095473, 1.9682811295271188], "min": [0, 0], "max": [6, 6], "count": [864]}, "eef_velocity_action": {"mean": [0.3506944444444444, 0.19907407407407407], "std": [0.6407637797586708, 0.43800798453114886], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_acc_mag_action": {"mean": [0.2638888888888889, 0.14583333333333334], "std": [0.6084221142724842, 0.4733951935320653], "min": [0, 0], "max": [2, 2], "count": [864]}, "eef_sim_pose_state": {"mean": [0.40553331276463844, 0.24438897952382696, 1.1785929959686, -0.045001707377744705, 0.00030796010772864325, 1.32528601960954, 0.44427659404560066, -0.25469690773720466, 1.173057104846035, -0.012303238347989954, 0.01907993225275208, -1.3324459920585812], "std": [0.039370479200195756, 0.054520446728132166, 0.0382418118500641, 0.04455948339526591, 0.05365957595936558, 0.23055678213646194, 0.024552088778202523, 0.04283909959538977, 0.01984378356650282, 0.08764336009667356, 0.03507076162562616, 0.03225882200758686], "min": [0.3602611617633785, 0.10950358187845244, 1.152214324851381, -0.20903355513915806, -0.1468856914882264, 0.8122445560469145, 0.39635683925579124, -0.2900665916387668, 1.1391601688970583, -0.2192181842825972, -0.06753822309374713, -1.4655874727849798], "max": [0.5061650556388958, 0.3317861496072222, 1.26194900617706, -0.017457704877032798, 0.0700038608648712, 1.537745710896416, 0.5011114674152325, -0.1886718366321534, 1.197419522416906, 0.048962546320602374, 0.03784373419830933, -1.2376516342531454], "count": [864]}, "eef_sim_pose_action": {"mean": [0.405564729581659, 0.24440384976920906, 1.1785893513657895, -0.04501773801284073, 0.0002680226658466774, 1.325386746631425, 0.44433194701237644, -0.2548121658385507, 1.1731072079351395, -0.012317078287253124, 0.01920048121580524, -1.332495875807634], "std": [0.039363720855261616, 0.05452769286014679, 0.03824403638568818, 0.04455210598429925, 0.05364834386801681, 0.23062846110935298, 0.024497911105359985, 0.04279533041663416, 0.019826212169103827, 0.08763480527314971, 0.03495184704132758, 0.03224861806770211], "min": [0.3602611617633785, 0.10950358187845244, 1.152214324851381, -0.20903355513915806, -0.1468856914882264, 0.8122445560469145, 0.39635683925579124, -0.2900665916387668, 1.1391601688970583, -0.2192181842825972, -0.06753822309374713, -1.4655874727849798], "max": [0.5061650556388958, 0.3317861496072222, 1.26194900617706, -0.017457704877032798, 0.0700038608648712, 1.537745710896416, 0.5011114674152325, -0.1886718366321534, 1.197419522416906, 0.048962546320602374, 0.03784373419830933, -1.2376516342531454], "count": [864]}, "gripper_mode_state": {"mean": [0.3761574074074074, 0.3784722222222222], "std": [0.4844202847321163, 0.48500618473210366], "min": [0, 0], "max": [1, 1], "count": [864]}, "gripper_activity_state": {"mean": [1.9895833333333333, 1.8773148148148149], "std": [0.13134916888456796, 0.43434093640800175], "min": [0, 0], "max": [2, 2], "count": [864]}, "gripper_mode_action": {"mean": [0.3761574074074074, 0.3784722222222222], "std": [0.4844202847321163, 0.48500618473210366], "min": [0, 0], "max": [1, 1], "count": [864]}, "gripper_activity_action": {"mean": [1.9895833333333333, 1.8773148148148149], "std": [0.13134916888456796, 0.43434093640800175], "min": [0, 0], "max": [2, 2], "count": [864]}}} +{"episode_index": 339, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47171248328877]], [[0.45553972498090145]], [[0.444677311454885]]], "std": [[[0.17315579114624838]], [[0.17719579316502446]], [[0.18061066782131102]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4809960834712673]], [[0.4737509270753756]], [[0.466627433738647]]], "std": [[[0.14320855749181727]], [[0.14525170739960827]], [[0.1484868177336153]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4468643843901197]], [[0.45059242901706137]], [[0.44038913027332144]]], "std": [[[0.15299082985811172]], [[0.15051041977514384]], [[0.1565532602821364]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49954933526440876]], [[0.49544568982896187]], [[0.48109305635132843]]], "std": [[[0.15533731431902714]], [[0.15173089160578135]], [[0.16088053258513696]]], "count": [154]}, "observation.state": {"min": [-0.3364645838737488, 0.1229933500289917, -0.2220582365989685, -2.0322265625, -0.6880785822868347, -0.05305800959467888, -0.5899561643600464, -0.29572299122810364, 0.3305729925632477, 0.01398099958896637, -1.911971092224121, -1.7840468883514404, -1.3245692253112793, -0.17400933802127838, 0.05705481395125389, -0.2626197040081024, -1.9475953578948975, 0.03597123920917511, -0.0636696144938469, -0.026232298463582993, -0.31797900795936584, -0.4816119968891144, 0.10966899991035461, 1.2350645065307617, -1.488488793373108, 0.8333352208137512, 0.0, 0.0, -0.0004718494601547718, -0.23591910302639008, -0.8376049995422363, 1.9126592874526978, -1.071243166923523, -0.0028040714096277952], "max": [0.3772529065608978, 0.6272538900375366, 0.4394738972187042, -1.622754693031311, -0.13723523914813995, 0.23115141689777374, -0.00945968460291624, -0.1709969937801361, 0.4795140027999878, 0.2905780076980591, -1.1232342720031738, -1.2479761838912964, -0.7515115141868591, 0.1601688712835312, 0.1892460584640503, 0.06140068173408508, -1.4189702272415161, 0.139434352517128, 0.29775315523147583, 0.15159930288791656, -0.236068993806839, -0.3761639893054962, 0.2165360003709793, 1.4755313396453857, -1.2211856842041016, 1.1631771326065063, 1001.0, 1002.0, 0.0015715783229097724, -0.22889962792396545, -0.8361907005310059, 1.9129858016967773, -1.0693731307983398, 0.0028429904486984015], "mean": [0.19355402886867523, 0.2803773880004883, 0.04840962961316109, -1.8402646780014038, -0.3153529763221741, 0.01811395026743412, -0.13173538446426392, -0.2598080635070801, 0.37477192282676697, 0.19349439442157745, -1.4091311693191528, -1.3977705240249634, -1.1135324239730835, -0.12543846666812897, 0.15109503269195557, -0.038794297724962234, -1.793028473854065, 0.10410666465759277, 0.07420267164707184, 0.11143267899751663, -0.2650294005870819, -0.4009392559528351, 0.17864800989627838, 1.3752655982971191, -1.297344446182251, 1.0912803411483765, 617.814453125, 648.0590209960938, 0.0005188370705582201, -0.23168998956680298, -0.8371565341949463, 1.9128309488296509, -1.070592999458313, 0.0002135901158908382], "std": [0.1768225133419037, 0.09969810396432877, 0.16807667911052704, 0.07456890493631363, 0.12617053091526031, 0.08473905175924301, 0.15568824112415314, 0.04239516332745552, 0.028391489759087563, 0.07041879743337631, 0.22400793433189392, 0.1433950960636139, 0.15287241339683533, 0.0985313355922699, 0.03519730269908905, 0.12729831039905548, 0.12980803847312927, 0.03596564009785652, 0.09364688396453857, 0.061765577644109726, 0.02792573906481266, 0.027574358507990837, 0.04511909931898117, 0.06532520055770874, 0.08130332082509995, 0.10130847245454788, 473.04095458984375, 464.8572082519531, 7.120703958207741e-05, 0.002341663930565119, 0.0002090495836455375, 5.481713014887646e-05, 0.0002463951241225004, 0.0006733770715072751], "count": [830]}, "action": {"min": [-0.3364645838737488, 0.1229933500289917, -0.2220582365989685, -2.0322265625, -0.6880785822868347, -0.05305800959467888, -0.5899561643600464, -0.29572299122810364, 0.3305729925632477, 0.01398099958896637, -1.911971092224121, -1.7840468883514404, -1.3245692253112793, -0.17400933802127838, 0.05705481395125389, -0.2626197040081024, -1.9475953578948975, 0.03597123920917511, -0.0636696144938469, -0.026232298463582993, -0.31797900795936584, -0.4816119968891144, 0.10966899991035461, 1.2350645065307617, -1.488488793373108, 0.8333352208137512, 0.0, 0.0, -0.0004718494601547718, -0.23591910302639008, -0.8376049995422363, 1.9126592874526978, -1.071243166923523, -0.0028040714096277952], "max": [0.3772529065608978, 0.6272538900375366, 0.4394738972187042, -1.622754693031311, -0.13723523914813995, 0.23115141689777374, -0.00945968460291624, -0.1709969937801361, 0.4795140027999878, 0.2905780076980591, -1.1232342720031738, -1.2479761838912964, -0.7515115141868591, 0.1601688712835312, 0.1892460584640503, 0.06140068173408508, -1.4189702272415161, 0.139434352517128, 0.29775315523147583, 0.15159930288791656, -0.236068993806839, -0.3761639893054962, 0.2165360003709793, 1.4755313396453857, -1.2211856842041016, 1.1631771326065063, 1001.0, 1002.0, 0.0015715783229097724, -0.22889962792396545, -0.8361907005310059, 1.9129858016967773, -1.0693731307983398, 0.0028429904486984015], "mean": [0.1934930384159088, 0.28037378191947937, 0.048252299427986145, -1.840131402015686, -0.3153802454471588, 0.01808680221438408, -0.13184566795825958, -0.25982174277305603, 0.37479034066200256, 0.1935611218214035, -1.4090819358825684, -1.3977100849151611, -1.1135586500167847, -0.1254364252090454, 0.15106239914894104, -0.03840959444642067, -1.793142318725586, 0.10418684780597687, 0.0743429884314537, 0.11164233088493347, -0.2649726867675781, -0.4009579122066498, 0.17877346277236938, 1.3751572370529175, -1.2972387075424194, 1.0913947820663452, 617.814453125, 648.0590209960938, 0.0005187237984500825, -0.23168976604938507, -0.8371562361717224, 1.9128305912017822, -1.0705926418304443, 0.00021312352328095585], "std": [0.17680634558200836, 0.09969957917928696, 0.16814355552196503, 0.07465165853500366, 0.12615977227687836, 0.08475514501333237, 0.15564139187335968, 0.04240458086133003, 0.028391188010573387, 0.07045289129018784, 0.22403693199157715, 0.1434391736984253, 0.1528867930173874, 0.09853067994117737, 0.03517444431781769, 0.12710359692573547, 0.12983067333698273, 0.035954464226961136, 0.09352760016918182, 0.061593156307935715, 0.027918541803956032, 0.027562791481614113, 0.04507193714380264, 0.06523361057043076, 0.08131862431764603, 0.10133442282676697, 473.0409851074219, 464.8572082519531, 7.12131368345581e-05, 0.002341835293918848, 0.0002091984497383237, 5.501534906215966e-05, 0.0002464353456161916, 0.0006732780602760613], "count": [830]}, "timestamp": {"min": [0.0], "max": [27.633333333333333], "mean": [13.816666666666665], "std": [7.98667292709827], "count": [830]}, "frame_index": {"min": [0], "max": [829], "mean": [414.5], "std": [239.6001878129481], "count": [830]}, "episode_index": {"min": [340], "max": [340], "mean": [340.0], "std": [0.0], "count": [830]}, "index": {"min": [291308], "max": [292137], "mean": [291722.5], "std": [239.6001878129481], "count": [830]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [830]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6590361445783133, 0.6468518074422357], "std": [0.47403323165962225, 0.4639351803205733], "count": [830]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6590361445783133, 0.6468518074422357], "std": [0.47403323165962225, 0.46393518032057324], "count": [830]}, "eef_direction_state": {"mean": [4.9, 5.024096385542169], "std": [1.8071811238660682, 2.0327197260531946], "min": [0, 0], "max": [6, 6], "count": [830]}, "eef_velocity_state": {"mean": [0.4072289156626506, 0.2325301204819277], "std": [0.6570806432196933, 0.4684268555199142], "min": [0, 0], "max": [2, 2], "count": [830]}, "eef_acc_mag_state": {"mean": [0.3060240963855422, 0.17710843373493976], "std": [0.6514764321048269, 0.5159679875202917], "min": [0, 0], "max": [2, 2], "count": [830]}, "eef_direction_action": {"mean": [4.9, 5.024096385542169], "std": [1.8071811238660684, 2.0327197260531946], "min": [0, 0], "max": [6, 6], "count": [830]}, "eef_velocity_action": {"mean": [0.4072289156626506, 0.2325301204819277], "std": [0.6570806432196933, 0.4684268555199142], "min": [0, 0], "max": [2, 2], "count": [830]}, "eef_acc_mag_action": {"mean": [0.3060240963855422, 0.17710843373493976], "std": [0.6514764321048269, 0.5159679875202917], "min": [0, 0], "max": [2, 2], "count": [830]}, "eef_sim_pose_state": {"mean": [0.39802457547628944, 0.2697753759682153, 1.1783320018213237, -0.0343995747666272, 0.020478931780895302, 1.3135304939891352, 0.4196272555312019, -0.24797859344553375, 1.1757689577869284, 0.010866983474097657, -0.04634987933512791, -1.3881975889110576], "std": [0.0349725005028094, 0.05482300693325662, 0.03908314719339663, 0.0358750855817366, 0.062271166213690415, 0.2516203928978467, 0.02875786520789649, 0.03855409064808039, 0.019785172232068916, 0.103181391523228, 0.01681258633657237, 0.06363010724593199], "min": [0.3571335590995312, 0.13321378616728566, 1.144740415302951, -0.17960167339615996, -0.14118145448264996, 0.7126743763978615, 0.3963721726774028, -0.28101671863606753, 1.1444770637387305, -0.2346712080104053, -0.08531909576620089, -1.4550266327754962], "max": [0.5161938589910395, 0.36923148330053596, 1.262724785241439, 0.005376269349948504, 0.1612815317975953, 1.5808803064744388, 0.5025380901731653, -0.1886666650791293, 1.2089861992224304, 0.07284923619431038, -0.0051160718572695885, -1.239911721696962], "count": [830]}, "eef_sim_pose_action": {"mean": [0.3980422201941058, 0.2698339287395713, 1.1783186277674942, -0.034396703095562794, 0.020468372469799996, 1.3136022303849433, 0.419642461768578, -0.24808642199021197, 1.1758226826579599, 0.010893199403745635, -0.04632730659692214, -1.3883547308727429], "std": [0.034968861260551404, 0.05484333787734693, 0.0390924079614504, 0.03587653057211639, 0.062269851900871476, 0.2516666030551606, 0.028748904856035172, 0.038513230159243676, 0.01976071800800926, 0.1031935588411349, 0.01679679302098723, 0.06358390855300947], "min": [0.3571335590995312, 0.13321378616728566, 1.144740415302951, -0.17960167339615996, -0.14118145448264996, 0.7126743763978615, 0.3963721726774028, -0.28101671863606753, 1.1444770637387305, -0.2346712080104053, -0.08531909576620089, -1.4550266327754962], "max": [0.5161938589910395, 0.36923148330053596, 1.262724785241439, 0.005376269349948504, 0.1612815317975953, 1.5808803064744388, 0.5025380901731653, -0.1886666650791293, 1.2089861992224304, 0.07284923619431038, -0.0051160718572695885, -1.239911721696962], "count": [830]}, "gripper_mode_state": {"mean": [0.3409638554216867, 0.3530120481927711], "std": [0.47403323165962225, 0.47790641554964375], "min": [0, 0], "max": [1, 1], "count": [830]}, "gripper_activity_state": {"mean": [1.989156626506024, 1.8734939759036144], "std": [0.1339951880027661, 0.44140638799331555], "min": [0, 0], "max": [2, 2], "count": [830]}, "gripper_mode_action": {"mean": [0.3409638554216867, 0.3530120481927711], "std": [0.47403323165962225, 0.47790641554964375], "min": [0, 0], "max": [1, 1], "count": [830]}, "gripper_activity_action": {"mean": [1.989156626506024, 1.8734939759036144], "std": [0.1339951880027661, 0.44140638799331555], "min": [0, 0], "max": [2, 2], "count": [830]}}} +{"episode_index": 340, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4649451248027947]], [[0.4520392410412441]], [[0.4403611632296597]]], "std": [[[0.16973663806903788]], [[0.17308138718148672]], [[0.17612205532230063]]], "count": [145]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47025233547441964]], [[0.4643432682555781]], [[0.4579110082826234]]], "std": [[[0.1438159829593046]], [[0.14555085373368878]], [[0.14848706266023726]]], "count": [145]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4568819726166328]], [[0.4526671174216813]], [[0.44229240336939374]]], "std": [[[0.16381278136212266]], [[0.15698298213228878]], [[0.16268129362931788]]], "count": [145]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.507660180020284]], [[0.5011334502479152]], [[0.48769022284201036]]], "std": [[[0.15917970952290492]], [[0.15471905708466574]], [[0.165038535984688]]], "count": [145]}, "observation.state": {"min": [-0.3537956774234772, 0.21956241130828857, -0.10100220888853073, -2.0346174240112305, -0.4931427538394928, -0.08068657666444778, -0.507454514503479, -0.2994140088558197, 0.34904998540878296, 0.035245999693870544, -1.9884241819381714, -1.8680428266525269, -1.206398844718933, -0.17331120371818542, 0.028379054740071297, -0.2626197040081024, -1.771422028541565, 0.0656592845916748, -0.06412339955568314, -0.0262148454785347, -0.3322260081768036, -0.4801360070705414, 0.10923200100660324, 1.2671489715576172, -1.500311255455017, 0.9655710458755493, 0.0, 0.0, 0.00044929093564860523, -0.23515775799751282, -0.8376715779304504, 1.9125912189483643, -1.0712549686431885, -0.0026322577614337206], "max": [0.3211056888103485, 0.44144612550735474, 0.4470486342906952, -1.5824376344680786, -0.1900663673877716, 0.1103222668170929, 0.12543681263923645, -0.17606200277805328, 0.4831570088863373, 0.22707200050354004, -1.257021188735962, -1.1976380348205566, -0.7444617748260498, 0.15636403858661652, 0.19451695680618286, 0.01401499379426241, -1.3370792865753174, 0.16804030537605286, 0.11873474717140198, 0.15105824172496796, -0.26502498984336853, -0.3761630058288574, 0.20913900434970856, 1.4829211235046387, -1.3025617599487305, 1.1175923347473145, 1001.0, 1003.0, 0.00047936898772604764, -0.2294391691684723, -0.8364426493644714, 1.9127259254455566, -1.0698200464248657, 0.004413991700857878], "mean": [0.18404889106750488, 0.2597140371799469, 0.0889691412448883, -1.818007469177246, -0.2735635042190552, -0.015617928467690945, -0.07238033413887024, -0.26806366443634033, 0.37908148765563965, 0.18429327011108398, -1.395727515220642, -1.359665036201477, -1.1309994459152222, -0.08351463824510574, 0.16263768076896667, -0.06013402342796326, -1.706506609916687, 0.13976053893566132, 0.052150700241327286, 0.1183905303478241, -0.2829579710960388, -0.41444137692451477, 0.17579805850982666, 1.35824716091156, -1.3481788635253906, 1.0851600170135498, 641.4479370117188, 698.8294067382812, 0.0004630729090422392, -0.23177824914455414, -0.8371503353118896, 1.9126728773117065, -1.070501685142517, 0.00031199908698908985], "std": [0.19046540558338165, 0.04904474318027496, 0.12803839147090912, 0.08149811625480652, 0.07197710871696472, 0.046307582408189774, 0.1498004049062729, 0.03955497220158577, 0.030973369255661964, 0.05185604467988014, 0.22089926898479462, 0.15123434364795685, 0.12500980496406555, 0.07661924511194229, 0.04900010675191879, 0.09268932044506073, 0.12001065164804459, 0.03264843299984932, 0.04301505908370018, 0.05194474384188652, 0.022022461518645287, 0.022445213049650192, 0.03915894776582718, 0.050405800342559814, 0.06020687520503998, 0.03519619256258011, 465.3796081542969, 444.5311584472656, 3.014359208464157e-06, 0.0016738841077312827, 0.00023835664615035057, 5.1427479775156826e-05, 0.00029198871925473213, 0.0008366603869944811], "count": [768]}, "action": {"min": [-0.3537956774234772, 0.21956241130828857, -0.10100220888853073, -2.0346174240112305, -0.4931427538394928, -0.08068657666444778, -0.507454514503479, -0.2994140088558197, 0.34904998540878296, 0.035245999693870544, -1.9884241819381714, -1.8680428266525269, -1.206398844718933, -0.17331120371818542, 0.028379054740071297, -0.2626197040081024, -1.771422028541565, 0.0656592845916748, -0.06412339955568314, -0.0262148454785347, -0.3322260081768036, -0.4801360070705414, 0.10923200100660324, 1.2671489715576172, -1.500311255455017, 0.9655710458755493, 0.0, 0.0, 0.00044929093564860523, -0.23515775799751282, -0.8376715779304504, 1.9125912189483643, -1.0712549686431885, -0.0026322577614337206], "max": [0.3211056888103485, 0.44144612550735474, 0.4470486342906952, -1.5824376344680786, -0.1900663673877716, 0.1103222668170929, 0.12543681263923645, -0.17606200277805328, 0.4831570088863373, 0.22707200050354004, -1.257021188735962, -1.1976380348205566, -0.7444617748260498, 0.15636403858661652, 0.19451695680618286, 0.01401499379426241, -1.3370792865753174, 0.16804030537605286, 0.11873474717140198, 0.15105824172496796, -0.26502498984336853, -0.3761630058288574, 0.20913900434970856, 1.4829211235046387, -1.3025617599487305, 1.1175923347473145, 1001.0, 1003.0, 0.00047936898772604764, -0.2294391691684723, -0.8364426493644714, 1.9127259254455566, -1.0698200464248657, 0.004413991700857878], "mean": [0.18404115736484528, 0.25970807671546936, 0.08895646780729294, -1.817936897277832, -0.27351972460746765, -0.015668673440814018, -0.07232383638620377, -0.2680833637714386, 0.37908419966697693, 0.18431055545806885, -1.3956815004348755, -1.3595725297927856, -1.1310065984725952, -0.08342957496643066, 0.16263313591480255, -0.05979270860552788, -1.7064918279647827, 0.13988254964351654, 0.05232273042201996, 0.11861249059438705, -0.28292855620384216, -0.4144861698150635, 0.17591875791549683, 1.3580931425094604, -1.3481606245040894, 1.0852118730545044, 641.4479370117188, 698.8294067382812, 0.000463067990494892, -0.23177862167358398, -0.8371508121490479, 1.9126728773117065, -1.0705019235610962, 0.00031207568827085197], "std": [0.19046226143836975, 0.049047309905290604, 0.12804391980171204, 0.08149434626102448, 0.07199942320585251, 0.04633451998233795, 0.14982841908931732, 0.03956626355648041, 0.030972395092248917, 0.05186409130692482, 0.2209237664937973, 0.15128104388713837, 0.12501297891139984, 0.07655580341815948, 0.04899773374199867, 0.09242553263902664, 0.12000187486410141, 0.03254690393805504, 0.042815253138542175, 0.05169019103050232, 0.022025350481271744, 0.02240307815372944, 0.03909773379564285, 0.050227630883455276, 0.06021478399634361, 0.03519811853766441, 465.379638671875, 444.5311584472656, 3.012330353158177e-06, 0.0016738660633563995, 0.0002383295795880258, 5.1403640100033954e-05, 0.0002920732367783785, 0.0008366762194782495], "count": [768]}, "timestamp": {"min": [0.0], "max": [25.566666666666666], "mean": [12.783333333333333], "std": [7.390077180973196], "count": [768]}, "frame_index": {"min": [0], "max": [767], "mean": [383.5], "std": [221.70231542919586], "count": [768]}, "episode_index": {"min": [341], "max": [341], "mean": [341.0], "std": [0.0], "count": [768]}, "index": {"min": [292138], "max": [292905], "mean": [292521.5], "std": [221.70231542919586], "count": [768]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [768]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6848958333333334, 0.6975156249839832], "std": [0.46455734932941856, 0.4436335319965826], "count": [768]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6848958333333334, 0.6975156249839832], "std": [0.46455734932941856, 0.4436335319965826], "count": [768]}, "eef_direction_state": {"mean": [5.0, 5.09765625], "std": [1.9290811716116734, 2.0102846830327135], "min": [0, 0], "max": [6, 6], "count": [768]}, "eef_velocity_state": {"mean": [0.3203125, 0.20442708333333334], "std": [0.6220797663299164, 0.44910928618005863], "min": [0, 0], "max": [2, 2], "count": [768]}, "eef_acc_mag_state": {"mean": [0.2721354166666667, 0.13020833333333334], "std": [0.6167409491261234, 0.4374689969173782], "min": [0, 0], "max": [2, 2], "count": [768]}, "eef_direction_action": {"mean": [5.0, 5.09765625], "std": [1.9290811716116734, 2.0102846830327135], "min": [0, 0], "max": [6, 6], "count": [768]}, "eef_velocity_action": {"mean": [0.3203125, 0.20442708333333334], "std": [0.6220797663299164, 0.44910928618005863], "min": [0, 0], "max": [2, 2], "count": [768]}, "eef_acc_mag_action": {"mean": [0.2721354166666667, 0.13020833333333334], "std": [0.6167409491261234, 0.4374689969173782], "min": [0, 0], "max": [2, 2], "count": [768]}, "eef_sim_pose_state": {"mean": [0.4013414300726242, 0.25656312834255757, 1.1690893988168167, -0.04271097837675442, 0.006607756440817012, 1.3501424416421257, 0.4329813182974565, -0.247526906101468, 1.1603701565576607, -0.011045705548764813, -0.015934856276195994, -1.3677108282326704], "std": [0.04209819519051388, 0.02990644067622409, 0.03408842108078196, 0.05055280693521602, 0.0361965296537701, 0.2490126183234293, 0.022605908068032414, 0.03489924976389634, 0.018061640177862832, 0.04609107748323365, 0.035849897381096535, 0.03960592271708376], "min": [0.369970960684159, 0.16583559467527964, 1.14151342200028, -0.18242620442962287, -0.09818433697771023, 0.6521479669442922, 0.396370360996934, -0.2774149401480563, 1.1206855013473853, -0.12547154273447692, -0.06757190558504855, -1.3978969405712312], "max": [0.524591069870727, 0.3050358346058999, 1.2495532910075555, -0.009586787744475522, 0.049581469088735064, 1.5413865529308124, 0.4995172189551643, -0.18867683851277156, 1.1746674804568042, 0.05071644800062802, 0.07134522676212973, -1.2551902735038616], "count": [768]}, "eef_sim_pose_action": {"mean": [0.40134323433055896, 0.2565707907225349, 1.1690706432170774, -0.04270305659275519, 0.0065658984078544895, 1.3502275953144327, 0.4330228633141188, -0.2476342940390089, 1.1604058729549358, -0.011100746882049777, -0.01588159109596435, -1.3678265307845026], "std": [0.042097460526083263, 0.029909236039835804, 0.03409912920999892, 0.05055722002960864, 0.0361849805422251, 0.2490565196116408, 0.02256788668194966, 0.034844867064034314, 0.018057335217807936, 0.04604592737799772, 0.03580358957922684, 0.03955016422757102], "min": [0.369970960684159, 0.16583559467527964, 1.14151342200028, -0.18242620442962287, -0.09818433697771023, 0.6521479669442922, 0.396370360996934, -0.2774149401480563, 1.1206855013473853, -0.12547154273447692, -0.06757190558504855, -1.3978969405712312], "max": [0.524591069870727, 0.3050358346058999, 1.2495532910075555, -0.009586787744475522, 0.049581469088735064, 1.5413865529308124, 0.4995172189551643, -0.18867683851277156, 1.1746674804568042, 0.05071644800062802, 0.07134522676212973, -1.2551902735038616], "count": [768]}, "gripper_mode_state": {"mean": [0.3151041666666667, 0.3020833333333333], "std": [0.46455734932941856, 0.45916118417779206], "min": [0, 0], "max": [1, 1], "count": [768]}, "gripper_activity_state": {"mean": [1.98828125, 1.8606770833333333], "std": [0.13926205835918662, 0.46223591547841325], "min": [0, 0], "max": [2, 2], "count": [768]}, "gripper_mode_action": {"mean": [0.3151041666666667, 0.3020833333333333], "std": [0.46455734932941856, 0.45916118417779206], "min": [0, 0], "max": [1, 1], "count": [768]}, "gripper_activity_action": {"mean": [1.98828125, 1.8606770833333333], "std": [0.13926205835918662, 0.46223591547841325], "min": [0, 0], "max": [2, 2], "count": [768]}}} +{"episode_index": 341, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4621487365779645]], [[0.45172520290167345]], [[0.4419834513933779]]], "std": [[[0.16827206429713532]], [[0.17416305249786238]], [[0.17741306305349344]]], "count": [182]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47429209760827407]], [[0.46759144042232276]], [[0.46225577618868063]]], "std": [[[0.14501978996869277]], [[0.1475969988775958]], [[0.15075747128693576]]], "count": [182]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4616092089079221]], [[0.459085947039072]], [[0.44828470426632194]]], "std": [[[0.1590805631864743]], [[0.1548652410724729]], [[0.1609376026344864]]], "count": [182]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4990758109333477]], [[0.49205534232923936]], [[0.4788804440045249]]], "std": [[[0.15547875483866425]], [[0.15142700709451876]], [[0.16124146439582798]]], "count": [182]}, "observation.state": {"min": [-0.5145056247711182, 0.14597934484481812, -0.14367550611495972, -2.046206474304199, -0.6166073679924011, -0.1281769722700119, -0.626747727394104, -0.3008579909801483, 0.31505700945854187, -0.015883000567555428, -2.13454008102417, -1.7773915529251099, -1.259117603302002, -0.17414894700050354, -0.0029321531765162945, -0.2626197040081024, -1.7714743614196777, 0.023020893335342407, -0.0636696144938469, -0.026232298463582993, -0.3381370007991791, -0.4748699963092804, 0.0907529965043068, 1.2830805778503418, -1.475099802017212, 0.9648156762123108, 0.0, 0.0, 0.00045117083936929703, -0.23502428829669952, -0.8398045897483826, 1.9119644165039062, -1.070682168006897, -0.0050566308200359344], "max": [0.4352327585220337, 0.7054620385169983, 0.5304579138755798, -1.3495757579803467, -0.17847736179828644, -0.01352630089968443, -0.019809486344456673, -0.17999200522899628, 0.5006120204925537, 0.2456430047750473, -1.2401878833770752, -1.1603670120239258, -0.6682333946228027, 0.1400103121995926, 0.18929840624332428, 0.022671828046441078, -1.3317036628723145, 0.17304939031600952, 0.10061822831630707, 0.17931513488292694, -0.26361098885536194, -0.37617000937461853, 0.20760999619960785, 1.4776649475097656, -1.262231707572937, 1.1446715593338013, 1001.0, 1003.0, 0.0004699696146417409, -0.2293996810913086, -0.8367215394973755, 1.912950873374939, -1.067840814590454, 0.0041871219873428345], "mean": [0.14372693002223969, 0.270177960395813, 0.08271543681621552, -1.7821424007415771, -0.28123414516448975, -0.04042539373040199, -0.15707257390022278, -0.2624208927154541, 0.3843787908554077, 0.18271857500076294, -1.479158878326416, -1.3789507150650024, -1.0808228254318237, -0.03154517710208893, 0.1433059573173523, -0.048081886023283005, -1.655072569847107, 0.13171404600143433, 0.052148133516311646, 0.13969320058822632, -0.2816973030567169, -0.42904990911483765, 0.17640458047389984, 1.3606431484222412, -1.3531877994537354, 1.0940805673599243, 607.0829467773438, 677.059814453125, 0.0004630651092156768, -0.23162104189395905, -0.8385156393051147, 1.9122213125228882, -1.0688011646270752, 0.0002911594929173589], "std": [0.24053657054901123, 0.11640594154596329, 0.18808014690876007, 0.13977672159671783, 0.10468541830778122, 0.03298407047986984, 0.19307269155979156, 0.04203774407505989, 0.04010786861181259, 0.07397089898586273, 0.3238597512245178, 0.16343621909618378, 0.18107421696186066, 0.07114991545677185, 0.06042957305908203, 0.09744268655776978, 0.1274346560239792, 0.05429855361580849, 0.057047318667173386, 0.06171051040291786, 0.027560025453567505, 0.021928612142801285, 0.04447701573371887, 0.03910044580698013, 0.038928139954805374, 0.035453688353300095, 478.2880859375, 457.6441345214844, 1.4093643585511018e-06, 0.0019497271860018373, 0.0007812065887264907, 0.0002611507661640644, 0.0010386597132310271, 0.0009085464989766479], "count": [1037]}, "action": {"min": [-0.5145056247711182, 0.14597934484481812, -0.14367550611495972, -2.046206474304199, -0.6166073679924011, -0.1281769722700119, -0.626747727394104, -0.3008579909801483, 0.31505700945854187, -0.015883000567555428, -2.13454008102417, -1.7773915529251099, -1.259117603302002, -0.17414894700050354, -0.0029321531765162945, -0.2626197040081024, -1.7714743614196777, 0.023020893335342407, -0.0636696144938469, -0.026232298463582993, -0.3381370007991791, -0.4748699963092804, 0.0907529965043068, 1.2830805778503418, -1.475099802017212, 0.9648156762123108, 0.0, 0.0, 0.00045117083936929703, -0.23502428829669952, -0.8398045897483826, 1.9119644165039062, -1.070682168006897, -0.0050566308200359344], "max": [0.4352327585220337, 0.7054620385169983, 0.5304579138755798, -1.3495757579803467, -0.17847736179828644, -0.01352630089968443, -0.019809486344456673, -0.17999200522899628, 0.5006120204925537, 0.2456430047750473, -1.2401878833770752, -1.1603670120239258, -0.6682333946228027, 0.1400103121995926, 0.18929840624332428, 0.022671828046441078, -1.3317036628723145, 0.17304939031600952, 0.10061822831630707, 0.17931513488292694, -0.26361098885536194, -0.37617000937461853, 0.20760999619960785, 1.4776649475097656, -1.262231707572937, 1.1446715593338013, 1001.0, 1003.0, 0.0004699696146417409, -0.2293996810913086, -0.8367215394973755, 1.912950873374939, -1.067840814590454, 0.0041871219873428345], "mean": [0.14365658164024353, 0.270130455493927, 0.08260289579629898, -1.7820247411727905, -0.28116655349731445, -0.040425196290016174, -0.15714062750339508, -0.2624363899230957, 0.38439926505088806, 0.18275979161262512, -1.4791122674942017, -1.378868818283081, -1.080806851387024, -0.03141878545284271, 0.14329178631305695, -0.047813963145017624, -1.6550134420394897, 0.13181330263614655, 0.052294276654720306, 0.13989010453224182, -0.2816706597805023, -0.4291006922721863, 0.17649801075458527, 1.3605278730392456, -1.3531931638717651, 1.0941282510757446, 607.0829467773438, 677.059814453125, 0.0004630651092156768, -0.23161886632442474, -0.8385171890258789, 1.91222083568573, -1.0687986612319946, 0.00029096362413838506], "std": [0.2405114471912384, 0.11642783880233765, 0.18813937902450562, 0.13977128267288208, 0.1047256737947464, 0.03298419713973999, 0.19303667545318604, 0.0420483760535717, 0.04010428488254547, 0.07399342954158783, 0.32388970255851746, 0.1634875237941742, 0.18106575310230255, 0.07101412117481232, 0.06042041629552841, 0.09723420441150665, 0.12739427387714386, 0.054272450506687164, 0.05694465711712837, 0.06150636449456215, 0.027563398703932762, 0.021867161616683006, 0.04443851485848427, 0.03893724083900452, 0.03892526775598526, 0.03545008599758148, 478.2880859375, 457.6441345214844, 1.4093643585511018e-06, 0.0019507670076563954, 0.0007804082124494016, 0.00026086316211149096, 0.001037214300595224, 0.0009085267665795982], "count": [1037]}, "timestamp": {"min": [0.0], "max": [34.53333333333333], "mean": [17.266666666666666], "std": [9.978532512905447], "count": [1037]}, "frame_index": {"min": [0], "max": [1036], "mean": [518.0], "std": [299.3559753871634], "count": [1037]}, "episode_index": {"min": [342], "max": [342], "mean": [342.0], "std": [0.0], "count": [1037]}, "index": {"min": [292906], "max": [293942], "mean": [293424.0], "std": [299.3559753871634], "count": [1037]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1037]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.639344262295082, 0.6757492768356402], "std": [0.48019077101235647, 0.45671510950780136], "count": [1037]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.639344262295082, 0.6757492768356402], "std": [0.48019077101235647, 0.45671510950780136], "count": [1037]}, "eef_direction_state": {"mean": [4.8592092574734815, 5.369334619093539], "std": [1.958943231434671, 1.6471666567380756], "min": [0, 0], "max": [6, 6], "count": [1037]}, "eef_velocity_state": {"mean": [0.36065573770491804, 0.15911282545805208], "std": [0.598225239296936, 0.3937143350542438], "min": [0, 0], "max": [2, 2], "count": [1037]}, "eef_acc_mag_state": {"mean": [0.2651880424300868, 0.10221793635486982], "std": [0.6133151992156555, 0.4038924624943864], "min": [0, 0], "max": [2, 2], "count": [1037]}, "eef_direction_action": {"mean": [4.8592092574734815, 5.369334619093539], "std": [1.958943231434671, 1.6471666567380756], "min": [0, 0], "max": [6, 6], "count": [1037]}, "eef_velocity_action": {"mean": [0.36065573770491804, 0.15911282545805208], "std": [0.598225239296936, 0.3937143350542438], "min": [0, 0], "max": [2, 2], "count": [1037]}, "eef_acc_mag_action": {"mean": [0.2651880424300868, 0.10221793635486982], "std": [0.6133151992156555, 0.4038924624943864], "min": [0, 0], "max": [2, 2], "count": [1037]}, "eef_sim_pose_state": {"mean": [0.41166511766386593, 0.2620419667134689, 1.1732067102844197, -0.056822293980434105, -0.02602486243605077, 1.2771060494310442, 0.44754793914075364, -0.24830412115171072, 1.1609303164897609, -0.0049803422052471825, -0.00905506138231625, -1.3653001040582786], "std": [0.05304735642150291, 0.049824192045773166, 0.03435398510050945, 0.0735808815152203, 0.07763554084157595, 0.32895120636163017, 0.02162293914066476, 0.041051271753698465, 0.024514766708522116, 0.03458206687840747, 0.022408639123065933, 0.03507009602797814], "min": [0.34396373876927905, 0.12290876132642363, 1.1427812334759477, -0.2412219653161421, -0.18930724884973582, 0.6111404332618487, 0.396377734601922, -0.276929551511421, 1.1111774396619396, -0.11679584699395507, -0.06755813660264254, -1.4481914164212688], "max": [0.5624170234745829, 0.3451532755754737, 1.2416777530139338, 0.013983470796410269, 0.07372984543267802, 1.5279607811336873, 0.4936717337027799, -0.17386870624977196, 1.1772970350169816, 0.0480279366001396, 0.04937731680978641, -1.2541382813813908], "count": [1037]}, "eef_sim_pose_action": {"mean": [0.4116848672815873, 0.2620747703859778, 1.1731937875983718, -0.05679978005395912, -0.02607375177694547, 1.2771798780425117, 0.4475965428023872, -0.24838861192302797, 1.1609613769029858, -0.005018541025692187, -0.008998325985952994, -1.365377122855825], "std": [0.053040677364744236, 0.04983701018588875, 0.034362672086677926, 0.07359648647534965, 0.0776145437455154, 0.32899765992415225, 0.021564486091901404, 0.041018653007833854, 0.024514382770483237, 0.03454535166145319, 0.02233483488032186, 0.03502382452617249], "min": [0.34396373876927905, 0.12290876132642363, 1.1427812334759477, -0.2412219653161421, -0.18930724884973582, 0.6111404332618487, 0.396377734601922, -0.276929551511421, 1.1111774396619396, -0.11679584699395507, -0.06755813660264254, -1.4481914164212688], "max": [0.5624170234745829, 0.3451532755754737, 1.2416777530139338, 0.013983470796410269, 0.07372984543267802, 1.5279607811336873, 0.4936717337027799, -0.17386870624977196, 1.1772970350169816, 0.048020553046129066, 0.04937731680978641, -1.2541382813813908], "count": [1037]}, "gripper_mode_state": {"mean": [0.36065573770491804, 0.32497589199614274], "std": [0.4801907710123565, 0.4683658416424607], "min": [0, 0], "max": [1, 1], "count": [1037]}, "gripper_activity_state": {"mean": [1.991321118611379, 1.8987463837994214], "std": [0.11995615587459661, 0.39812527200276454], "min": [0, 0], "max": [2, 2], "count": [1037]}, "gripper_mode_action": {"mean": [0.36065573770491804, 0.32497589199614274], "std": [0.4801907710123565, 0.4683658416424607], "min": [0, 0], "max": [1, 1], "count": [1037]}, "gripper_activity_action": {"mean": [1.991321118611379, 1.8987463837994214], "std": [0.11995615587459661, 0.39812527200276454], "min": [0, 0], "max": [2, 2], "count": [1037]}}} +{"episode_index": 342, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4680589562258024]], [[0.4558603240393822]], [[0.44511010027684106]]], "std": [[[0.16475978685854686]], [[0.1701452494603597]], [[0.1740148607507939]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47518264227134593]], [[0.4669948781795096]], [[0.4615271949544149]]], "std": [[[0.14692027480866246]], [[0.1492839022231768]], [[0.1525424673649018]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45159089182382084]], [[0.451304837433912]], [[0.44184208609133674]]], "std": [[[0.15678462290099293]], [[0.15412193659079104]], [[0.16067861607668935]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.503622581543233]], [[0.4917126563735898]], [[0.4768101778131635]]], "std": [[[0.15912403308618944]], [[0.15161663988388455]], [[0.16183639057799307]]], "count": [157]}, "observation.state": {"min": [-0.4856727719306946, 0.24089033901691437, -0.2600889801979065, -2.098932981491089, -0.7053399085998535, -0.10264281183481216, -0.6171135306358337, -0.29102298617362976, 0.3082379996776581, 0.0352570004761219, -2.040449857711792, -1.8857287168502808, -1.2444648742675781, -0.17345081269741058, 0.022479839622974396, -0.2626371383666992, -1.7720327377319336, 0.06318091601133347, -0.06375688314437866, -0.026232298463582993, -0.33252400159835815, -0.4774569869041443, 0.09995000064373016, 1.262416958808899, -1.5154739618301392, 0.9293821454048157, 0.0, 0.0, 0.00044553118641488254, -0.2355337291955948, -0.8392443656921387, 1.91201913356781, -1.0698708295822144, -0.005163895897567272], "max": [0.4954465925693512, 0.700592577457428, 0.5076465010643005, -1.4967944622039795, -0.2295806109905243, 0.11451105028390884, 0.1621585488319397, -0.16572700440883636, 0.4981609880924225, 0.26895201206207275, -1.1674243211746216, -1.1028804779052734, -0.5800438523292542, 0.15618951618671417, 0.2543468177318573, -0.005427973810583353, -1.3436940908432007, 0.2779960632324219, 0.150325208902359, 0.24150121212005615, -0.2548309862613678, -0.37615400552749634, 0.20250800251960754, 1.4811902046203613, -1.3291609287261963, 1.1171557903289795, 1001.0, 1003.0, 0.00048124889144673944, -0.2287699282169342, -0.838762640953064, 1.9121838808059692, -1.0678249597549438, 0.006370386574417353], "mean": [0.1546929031610489, 0.3260994553565979, 0.10415347665548325, -1.8380014896392822, -0.34588712453842163, 0.001288645900785923, -0.13830961287021637, -0.250641405582428, 0.3778879642486572, 0.18231551349163055, -1.47417414188385, -1.4182523488998413, -1.0598009824752808, -0.027565261349081993, 0.20303602516651154, -0.08140844851732254, -1.680666208267212, 0.21864688396453857, 0.09708477556705475, 0.18190135061740875, -0.2750924825668335, -0.4271773397922516, 0.17056141793727875, 1.390526533126831, -1.44970703125, 1.0511146783828735, 507.7579650878906, 681.0011596679688, 0.00046400175779126585, -0.23169438540935516, -0.839042603969574, 1.912075400352478, -1.068240761756897, 0.0002017710794461891], "std": [0.250640332698822, 0.1340588480234146, 0.18493768572807312, 0.12179237604141235, 0.1441015601158142, 0.047864217311143875, 0.2276996225118637, 0.04770611599087715, 0.039335351437330246, 0.06138221174478531, 0.2988334000110626, 0.21815288066864014, 0.2129218876361847, 0.0691012516617775, 0.07046575844287872, 0.08235876262187958, 0.11224866658449173, 0.07989184558391571, 0.06127763167023659, 0.08514264225959778, 0.026774538680911064, 0.021786170080304146, 0.03793226182460785, 0.05230732634663582, 0.04516276344656944, 0.027465322986245155, 487.5555114746094, 453.6531677246094, 1.9242802409280557e-06, 0.002220039488747716, 0.00011506312876008451, 3.304201891296543e-05, 0.0002724045480135828, 0.0012062960304319859], "count": [847]}, "action": {"min": [-0.4856727719306946, 0.24089033901691437, -0.2600889801979065, -2.098932981491089, -0.7053399085998535, -0.10264281183481216, -0.6171135306358337, -0.29102298617362976, 0.3082379996776581, 0.0352570004761219, -2.040449857711792, -1.8857287168502808, -1.2444648742675781, -0.17345081269741058, 0.022479839622974396, -0.2626371383666992, -1.7720327377319336, 0.06318091601133347, -0.06372196972370148, -0.026232298463582993, -0.33252400159835815, -0.4774569869041443, 0.09995000064373016, 1.262416958808899, -1.5154739618301392, 0.9293821454048157, 0.0, 0.0, 0.00044553118641488254, -0.2355337291955948, -0.8392443656921387, 1.91201913356781, -1.0698708295822144, -0.005163895897567272], "max": [0.4954465925693512, 0.700592577457428, 0.5076465010643005, -1.4967944622039795, -0.2295806109905243, 0.11451105028390884, 0.1621585488319397, -0.16572700440883636, 0.4981609880924225, 0.26895201206207275, -1.1674243211746216, -1.1028804779052734, -0.5800438523292542, 0.15618951618671417, 0.2543468177318573, -0.005427973810583353, -1.3436940908432007, 0.2779960632324219, 0.150325208902359, 0.24150121212005615, -0.2548309862613678, -0.37615400552749634, 0.20250800251960754, 1.4811902046203613, -1.3291609287261963, 1.1171557903289795, 1001.0, 1003.0, 0.00048124889144673944, -0.2287699282169342, -0.838762640953064, 1.9121838808059692, -1.0678249597549438, 0.006370386574417353], "mean": [0.154680535197258, 0.32610827684402466, 0.10409460216760635, -1.837964653968811, -0.3458644449710846, 0.0013183184200897813, -0.138194739818573, -0.2506498694419861, 0.37789386510849, 0.18235844373703003, -1.4740381240844727, -1.4181029796600342, -1.059820532798767, -0.027395471930503845, 0.20310404896736145, -0.08113207668066025, -1.6806093454360962, 0.21889282763004303, 0.0973137840628624, 0.18221122026443481, -0.275052547454834, -0.4272390902042389, 0.17066387832164764, 1.3904427289962769, -1.4498605728149414, 1.0511056184768677, 507.7579650878906, 681.0011596679688, 0.000464003998786211, -0.23169614374637604, -0.8390424251556396, 1.9120755195617676, -1.0682402849197388, 0.00020163886074442416], "std": [0.25063538551330566, 0.13405348360538483, 0.18496529757976532, 0.12179366499185562, 0.14411763846874237, 0.047858256846666336, 0.22778387367725372, 0.0477125346660614, 0.039334025233983994, 0.06140853837132454, 0.29894036054611206, 0.21826428174972534, 0.212934210896492, 0.06891889125108719, 0.0704803541302681, 0.08214256912469864, 0.11221509426832199, 0.07974158972501755, 0.06103799492120743, 0.08486250042915344, 0.02677442878484726, 0.02171550877392292, 0.03788489103317261, 0.05222807452082634, 0.04497351124882698, 0.02746129222214222, 487.5555114746094, 453.6531677246094, 1.9235958461649716e-06, 0.002219185931608081, 0.00011519363761181012, 3.304255005787127e-05, 0.0002723227080423385, 0.0012062940513715148], "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": [343], "max": [343], "mean": [343.0], "std": [0.0], "count": [847]}, "index": {"min": [293943], "max": [294789], "mean": [294366.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5489964580873672, 0.679710743640942], "std": [0.4975935561227564, 0.452740564854801], "count": [847]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5489964580873672, 0.679710743640942], "std": [0.49759355612275646, 0.45274056485480096], "count": [847]}, "eef_direction_state": {"mean": [4.358913813459268, 5.210153482880756], "std": [2.3768089986754606, 1.7987903189715897], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_state": {"mean": [0.41204250295159384, 0.19244391971664698], "std": [0.6022362561561018, 0.40602260754165864], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_state": {"mean": [0.3140495867768595, 0.14167650531286896], "std": [0.6559713994375042, 0.4571339534878974], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_direction_action": {"mean": [4.358913813459268, 5.210153482880756], "std": [2.3768089986754606, 1.7987903189715895], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_action": {"mean": [0.41204250295159384, 0.19244391971664698], "std": [0.6022362561561018, 0.40602260754165864], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_action": {"mean": [0.3140495867768595, 0.14167650531286896], "std": [0.6559713994375042, 0.4571339534878974], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_sim_pose_state": {"mean": [0.4066187609078065, 0.2639067577529782, 1.1862798701490969, -0.045091811936164405, -0.005750950110827329, 1.2495897261243352, 0.4481975993364026, -0.25218672930026975, 1.1697360082098418, -0.024280703969019136, 0.0244625959822577, -1.2789798231536376], "std": [0.053115968260779085, 0.038268223873283755, 0.042969757821893106, 0.04833727318365095, 0.04781702378003313, 0.35888935125462973, 0.021830319277098893, 0.03932169769333279, 0.023552419480480685, 0.04516501272466518, 0.03501750273075648, 0.024208608845716212], "min": [0.3292822464579459, 0.17372208517332305, 1.1530907356694693, -0.17014665978292398, -0.10272323819207063, 0.5204600453062906, 0.3963501991035345, -0.27948635593268967, 1.1214248489441923, -0.13275169937612796, -0.06755786041424061, -1.3678734439960385], "max": [0.551399572001776, 0.35130582521285547, 1.2627474812195962, 0.019487256130423458, 0.049185414502830316, 1.6460567890311326, 0.49813017383137115, -0.17949182813736025, 1.1868448263710654, 0.04803532129227894, 0.0766115470767863, -1.2370763276209433], "count": [847]}, "eef_sim_pose_action": {"mean": [0.40662365304336423, 0.26392963542355463, 1.1862760645147092, -0.04505106272815961, -0.005800191773673648, 1.2497658843385615, 0.4482605522963961, -0.25229379733722007, 1.1697839989431504, -0.024351421272055317, 0.024578015380147613, -1.278935283434958], "std": [0.053114029491959626, 0.03827436404695806, 0.04297251069148451, 0.048374959583304435, 0.04779879594578514, 0.3590222298994753, 0.021757539232487334, 0.039272074439163286, 0.02354238920979616, 0.045098571801468715, 0.03487505816498174, 0.024196552274216174], "min": [0.3292822464579459, 0.17372208517332305, 1.1530907356694693, -0.17014665978292398, -0.10272323819207063, 0.5204600453062906, 0.3963501991035345, -0.27948635593268967, 1.1214248489441923, -0.13275169937612796, -0.06755786041424061, -1.3678734439960385], "max": [0.551399572001776, 0.35130582521285547, 1.2627474812195962, 0.019487256130423458, 0.049185414502830316, 1.6460567890311326, 0.49813017383137115, -0.17949182813736025, 1.1868448263710654, 0.04800011374931823, 0.0766115470767863, -1.2370763276209433], "count": [847]}, "gripper_mode_state": {"mean": [0.4510035419126328, 0.31995277449822906], "std": [0.4975935561227564, 0.4664579258508821], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_state": {"mean": [1.989374262101535, 1.8760330578512396], "std": [0.1326523910761572, 0.4373142662916683], "min": [0, 0], "max": [2, 2], "count": [847]}, "gripper_mode_action": {"mean": [0.4510035419126328, 0.31995277449822906], "std": [0.49759355612275646, 0.4664579258508821], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_action": {"mean": [1.989374262101535, 1.8760330578512396], "std": [0.1326523910761572, 0.4373142662916683], "min": [0, 0], "max": [2, 2], "count": [847]}}} +{"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.4661951371128162]], [[0.4526002161734259]], [[0.44077652057199695]]], "std": [[[0.16778268681583888]], [[0.17151422681371806]], [[0.17506605935977151]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47240010351966877]], [[0.467017934528884]], [[0.4614367819591605]]], "std": [[[0.14914780772768207]], [[0.15122529090302045]], [[0.1541841185173651]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45221758920959687]], [[0.45204817851053464]], [[0.4438468758880364]]], "std": [[[0.16342573872833874]], [[0.159002792473743]], [[0.16577646749636413]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5026839859132058]], [[0.49105412962286366]], [[0.4756113356574514]]], "std": [[[0.16374173846680862]], [[0.15501122699051811]], [[0.1643292645561446]]], "count": [161]}, "observation.state": {"min": [-0.3850719928741455, 0.19339993596076965, -0.1517912745475769, -2.050971269607544, -0.6005852222442627, -0.07911577820777893, -0.5481904745101929, -0.297417014837265, 0.32949501276016235, 0.027713999152183533, -1.960447072982788, -1.8644905090332031, -1.2504560947418213, -0.1733810007572174, -0.00855211354792118, -0.2626371383666992, -1.8179525136947632, 0.0486772321164608, -0.06375688314437866, -0.026232298463582993, -0.33290600776672363, -0.47833698987960815, 0.09984699636697769, 1.2392289638519287, -1.4887099266052246, 0.9319456219673157, 0.0, 0.0, 0.00044553118641488254, -0.23519910871982574, -0.8394052386283875, 1.912009596824646, -1.070175051689148, -0.00239969277754426], "max": [0.3770958483219147, 0.5824687480926514, 0.47197192907333374, -1.5311249494552612, -0.24754004180431366, 0.09285151958465576, -0.006946410518139601, -0.17923299968242645, 0.4874590039253235, 0.24234899878501892, -1.2721587419509888, -1.2853810787200928, -0.7742711901664734, 0.15086625516414642, 0.26193901896476746, -0.060964349657297134, -1.3723697662353516, 0.1930159628391266, 0.1653001308441162, 0.21998129785060883, -0.24079500138759613, -0.37615999579429626, 0.18123699724674225, 1.4755313396453857, -1.3291609287261963, 1.0965118408203125, 1001.0, 1002.0, 0.00047936898772604764, -0.22939592599868774, -0.8385375738143921, 1.9121284484863281, -1.0674129724502563, 0.004346595145761967], "mean": [0.16507993638515472, 0.2740280032157898, 0.08620581775903702, -1.8114994764328003, -0.314326673746109, -0.013329918496310711, -0.11700261384248734, -0.2626567780971527, 0.38245055079460144, 0.1832055002450943, -1.4240471124649048, -1.4065383672714233, -1.1246540546417236, -0.04555399343371391, 0.19658631086349487, -0.11258009821176529, -1.7286252975463867, 0.1451655775308609, 0.11391279846429825, 0.15598170459270477, -0.26881757378578186, -0.4195858836174011, 0.15396247804164886, 1.4284050464630127, -1.4033162593841553, 0.9990156888961792, 563.3624877929688, 630.9193115234375, 0.0004644325817935169, -0.2313862293958664, -0.8390780091285706, 1.912032127380371, -1.0681564807891846, 0.00013590813614428043], "std": [0.19931426644325256, 0.08548370003700256, 0.14998802542686462, 0.10539548099040985, 0.10237757116556168, 0.03944438323378563, 0.15522345900535583, 0.039337776601314545, 0.033162105828523636, 0.056587643921375275, 0.23216946423053741, 0.16634008288383484, 0.1367703229188919, 0.07546309381723404, 0.08748479932546616, 0.07167948782444, 0.1370060294866562, 0.057916488498449326, 0.07723790407180786, 0.08739859610795975, 0.03332576900720596, 0.023774877190589905, 0.03286614269018173, 0.07569901645183563, 0.03710046410560608, 0.033299002796411514, 484.0092468261719, 470.867431640625, 1.797168579287245e-06, 0.0017320893239229918, 0.0001421043270966038, 2.6814775992534123e-05, 0.00038504734402522445, 0.0008109565242193639], "count": [880]}, "action": {"min": [-0.3850719928741455, 0.19339993596076965, -0.1517912745475769, -2.050971269607544, -0.6005852222442627, -0.07911577820777893, -0.5481904745101929, -0.297417014837265, 0.32949501276016235, 0.027713999152183533, -1.960447072982788, -1.8644905090332031, -1.2504560947418213, -0.1733810007572174, -0.00855211354792118, -0.2626371383666992, -1.8179525136947632, 0.0486772321164608, -0.06375688314437866, -0.026232298463582993, -0.33290600776672363, -0.47833698987960815, 0.09984699636697769, 1.2392289638519287, -1.4887099266052246, 0.9319456219673157, 0.0, 0.0, 0.00044553118641488254, -0.23519910871982574, -0.8394052386283875, 1.912009596824646, -1.070175051689148, -0.00239969277754426], "max": [0.3770958483219147, 0.5824687480926514, 0.47197192907333374, -1.5311249494552612, -0.24754004180431366, 0.09285151958465576, -0.006946410518139601, -0.17923299968242645, 0.4874590039253235, 0.24234899878501892, -1.2721587419509888, -1.2853810787200928, -0.7742711901664734, 0.15086625516414642, 0.26193901896476746, -0.060964349657297134, -1.3723697662353516, 0.1930159628391266, 0.1653001308441162, 0.21998129785060883, -0.24079500138759613, -0.37615999579429626, 0.18123699724674225, 1.4755313396453857, -1.3291609287261963, 1.0965118408203125, 1001.0, 1002.0, 0.00047936898772604764, -0.22939592599868774, -0.8385375738143921, 1.9121284484863281, -1.0674129724502563, 0.004346595145761967], "mean": [0.16494104266166687, 0.27398085594177246, 0.08615245670080185, -1.811315894126892, -0.3143324553966522, -0.013373867608606815, -0.11706836521625519, -0.26267197728157043, 0.3824904263019562, 0.18322792649269104, -1.4240221977233887, -1.4065250158309937, -1.1247093677520752, -0.04542016237974167, 0.1966628134250641, -0.11235137283802032, -1.728664517402649, 0.145307257771492, 0.11416906863451004, 0.15625953674316406, -0.26876330375671387, -0.4196328818798065, 0.15404236316680908, 1.4283958673477173, -1.4033950567245483, 0.9989199638366699, 563.3624877929688, 630.9193115234375, 0.0004644325817935169, -0.2313816100358963, -0.8390781283378601, 1.912032127380371, -1.0681562423706055, 0.0001358919544145465], "std": [0.19928671419620514, 0.08551332354545593, 0.1500120759010315, 0.10547031462192535, 0.102374367415905, 0.03947421535849571, 0.15519462525844574, 0.039348334074020386, 0.03316420316696167, 0.056598931550979614, 0.23218417167663574, 0.16634733974933624, 0.1368047595024109, 0.07534032315015793, 0.08750787377357483, 0.07152139395475388, 0.13702276349067688, 0.05787460878491402, 0.07702180743217468, 0.08720727264881134, 0.033326711505651474, 0.0237298421561718, 0.032843828201293945, 0.07569370418787003, 0.037016820162534714, 0.03322603181004524, 484.0092468261719, 470.867431640625, 1.797168579287245e-06, 0.001731616910547018, 0.00014205904153641313, 2.6818624974112026e-05, 0.00038508782745338976, 0.0008109566988423467], "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": [344], "max": [344], "mean": [344.0], "std": [0.0], "count": [880]}, "index": {"min": [294790], "max": [295669], "mean": [295229.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6011363636363637, 0.6297397726035507], "std": [0.48966461578350895, 0.4699408659668156], "count": [880]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6011363636363637, 0.6297397726035507], "std": [0.48966461578350895, 0.46994086596681567], "count": [880]}, "eef_direction_state": {"mean": [4.6693181818181815, 5.319318181818182], "std": [2.187976335387313, 1.687949129090302], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_state": {"mean": [0.36022727272727273, 0.1693181818181818], "std": [0.5962076691143314, 0.3898886655028662], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_state": {"mean": [0.24772727272727274, 0.14659090909090908], "std": [0.5877494195363299, 0.4672085536937777], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_direction_action": {"mean": [4.6693181818181815, 5.319318181818182], "std": [2.187976335387313, 1.687949129090302], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_action": {"mean": [0.36022727272727273, 0.1693181818181818], "std": [0.5962076691143314, 0.3898886655028662], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_action": {"mean": [0.24772727272727274, 0.14659090909090908], "std": [0.58774941953633, 0.4672085536937777], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_sim_pose_state": {"mean": [0.4064947940702015, 0.2602203419019931, 1.1734413933461394, -0.052211385129170604, 0.02534548639210682, 1.303240978284905, 0.44098443738350607, -0.23646230285424535, 1.1768797713247399, -0.03173488676085302, -0.040284647625768714, -1.2693579030268554], "std": [0.04360215524950101, 0.03672929906502242, 0.033886412417548806, 0.05104018390779065, 0.028666896717447266, 0.26907898859299273, 0.02370510749188809, 0.036400467347374454, 0.03012628377642367, 0.053331645267068094, 0.03856620981958111, 0.03673869695098553], "min": [0.3612337836050683, 0.16134461900686667, 1.1407769351116466, -0.17839451365151343, -0.06855471362285726, 0.6355100573201723, 0.3963671985578886, -0.2665767358321527, 1.1252221819728248, -0.15206752659047262, -0.06757728909205496, -1.3584453733225588], "max": [0.5326037171956697, 0.333589556664064, 1.2442443546176614, -0.0174717482802369, 0.0620507432220887, 1.4838267341688514, 0.4980058733439284, -0.17407038916966971, 1.2017955259114654, 0.05237455025417892, 0.04869125352377468, -1.2416317930839167], "count": [880]}, "eef_sim_pose_action": {"mean": [0.40653428740636716, 0.26023864961625337, 1.1734237221367825, -0.052232668631279275, 0.025374341105079332, 1.3032754038387648, 0.4410335140133468, -0.2365492222846863, 1.1769426750791423, -0.03181044892756569, -0.040277775594315265, -1.269289025897565], "std": [0.04359704502062103, 0.036735448373729815, 0.03389913646130276, 0.051029642842801516, 0.028687124564845543, 0.26909916500810477, 0.023657365233068228, 0.036377559869983866, 0.030116396038170092, 0.05326576892155392, 0.03856190023918305, 0.036729855253803116], "min": [0.3612337836050683, 0.16134461900686667, 1.1407769351116466, -0.17839451365151343, -0.06855471362285726, 0.6355100573201723, 0.3963671985578886, -0.2665767358321527, 1.1252221819728248, -0.15206752659047262, -0.06757728909205496, -1.3584453733225588], "max": [0.5326037171956697, 0.333589556664064, 1.2442443546176614, -0.0174717482802369, 0.0620507432220887, 1.4838267341688514, 0.4980058733439284, -0.17407038916966971, 1.2017955259114654, 0.05237455025417892, 0.04869125352377468, -1.2416317930839167], "count": [880]}, "gripper_mode_state": {"mean": [0.39886363636363636, 0.3704545454545455], "std": [0.48966461578351056, 0.48292646977216275], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_state": {"mean": [1.9897727272727272, 1.8806818181818181], "std": [0.1301570491291828, 0.42968221728533096], "min": [0, 0], "max": [2, 2], "count": [880]}, "gripper_mode_action": {"mean": [0.39886363636363636, 0.3704545454545455], "std": [0.4896646157835106, 0.48292646977216275], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_action": {"mean": [1.9897727272727272, 1.8806818181818181], "std": [0.1301570491291828, 0.42968221728533096], "min": [0, 0], "max": [2, 2], "count": [880]}}} +{"episode_index": 344, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679614438144736]], [[0.4521223644578313]], [[0.440057273210489]]], "std": [[[0.1717443213565221]], [[0.17680771249316465]], [[0.17992967032758406]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47515814114300337]], [[0.46841692136191826]], [[0.46208262830734703]]], "std": [[[0.14724856207848083]], [[0.1498966886741005]], [[0.15293923166625809]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4540954368946374]], [[0.4555977968245531]], [[0.4455965910209465]]], "std": [[[0.16083142248026125]], [[0.15768193386984933]], [[0.16361726057914835]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49761968092960074]], [[0.4895928358040003]], [[0.47593499242066306]]], "std": [[[0.1579211736940521]], [[0.15303341760505967]], [[0.16278793783661985]]], "count": [166]}, "observation.state": {"min": [-0.4277278482913971, 0.15917402505874634, -0.30026644468307495, -2.0817763805389404, -0.6558598279953003, -0.18024013936519623, -0.5844584107398987, -0.29039400815963745, 0.29739099740982056, 0.0018269999418407679, -1.9662144184112549, -1.8715403079986572, -1.3461180925369263, -0.17331120371818542, -0.03783873841166496, -0.2626371383666992, -1.7735337018966675, 0.023858651518821716, -0.06417575478553772, -0.02626720443367958, -0.3367080092430115, -0.47888800501823425, 0.1021680012345314, 1.2241711616516113, -1.5286520719528198, 0.9764502048492432, 0.0, 0.0, 0.0004549305886030197, -0.23507127165794373, -0.8393751382827759, 1.9119287729263306, -1.070448398590088, -0.002450952073559165], "max": [0.5394986867904663, 0.6555107235908508, 0.49230504035949707, -1.5182443857192993, -0.21593213081359863, 0.11814133822917938, 0.02347467839717865, -0.16484500467777252, 0.48716500401496887, 0.282927006483078, -1.2152382135391235, -1.1857290267944336, -0.744249165058136, 0.14967943727970123, 0.22198842465877533, -0.0114493602886796, -1.3229944705963135, 0.14318682253360748, 0.07449065148830414, 0.21580995619297028, -0.25546398758888245, -0.37615400552749634, 0.20240400731563568, 1.4931585788726807, -1.2478630542755127, 1.1237713098526, 1001.0, 1002.0, 0.0004774891131091863, -0.22938840091228485, -0.838478147983551, 1.912519097328186, -1.0673249959945679, 0.004675034433603287], "mean": [0.17254862189292908, 0.26439368724823, 0.08941438049077988, -1.8291808366775513, -0.30772849917411804, -0.014069047756493092, -0.11635138839483261, -0.2552616000175476, 0.3781224489212036, 0.17634132504463196, -1.443830966949463, -1.4047389030456543, -1.1247472763061523, -0.01582697033882141, 0.165694460272789, -0.07824418693780899, -1.6514860391616821, 0.11415467411279678, 0.04418731480836868, 0.14794789254665375, -0.27745088934898376, -0.43195050954818726, 0.16833926737308502, 1.411872386932373, -1.3437211513519287, 1.0531233549118042, 566.0208129882812, 657.5962524414062, 0.00046337873209267855, -0.2314649075269699, -0.8390002250671387, 1.912142038345337, -1.0681540966033936, 0.0002270846744067967], "std": [0.23372291028499603, 0.09488827735185623, 0.17851968109607697, 0.11874932050704956, 0.10494650155305862, 0.05134794861078262, 0.16253405809402466, 0.043472323566675186, 0.040325190871953964, 0.07236925512552261, 0.2524764835834503, 0.17765545845031738, 0.14315582811832428, 0.07272815704345703, 0.08356249332427979, 0.0891319066286087, 0.1161883994936943, 0.03387603908777237, 0.04652227833867073, 0.08659876883029938, 0.02898203395307064, 0.024058524519205093, 0.043642811477184296, 0.07808589190244675, 0.06190771237015724, 0.024757837876677513, 484.12591552734375, 463.15594482421875, 1.407658828611602e-06, 0.0018400275148451328, 0.00017590135394129902, 0.00013265263987705112, 0.0005441694520413876, 0.0007678821566514671], "count": [914]}, "action": {"min": [-0.4277278482913971, 0.15917402505874634, -0.30026644468307495, -2.0817763805389404, -0.6558598279953003, -0.18024013936519623, -0.5844584107398987, -0.29039400815963745, 0.29739099740982056, 0.0018269999418407679, -1.9662144184112549, -1.8715403079986572, -1.3461180925369263, -0.17331120371818542, -0.03783873841166496, -0.2626371383666992, -1.7735337018966675, 0.023858651518821716, -0.06417575478553772, -0.02626720443367958, -0.3367080092430115, -0.47888800501823425, 0.1021680012345314, 1.2241711616516113, -1.5286520719528198, 0.9764502048492432, 0.0, 0.0, 0.0004549305886030197, -0.23507127165794373, -0.8393751382827759, 1.9119287729263306, -1.070448398590088, -0.002450952073559165], "max": [0.5394986867904663, 0.6555107235908508, 0.49230504035949707, -1.5182443857192993, -0.21593213081359863, 0.11814133822917938, 0.02347467839717865, -0.16484500467777252, 0.48716500401496887, 0.282927006483078, -1.2152382135391235, -1.1857290267944336, -0.744249165058136, 0.14967943727970123, 0.22198842465877533, -0.0114493602886796, -1.3229944705963135, 0.14318682253360748, 0.07449065148830414, 0.21580995619297028, -0.25546398758888245, -0.37615400552749634, 0.20240400731563568, 1.4931585788726807, -1.2478630542755127, 1.1237713098526, 1001.0, 1002.0, 0.0004774891131091863, -0.22938840091228485, -0.838478147983551, 1.912519097328186, -1.0673249959945679, 0.004675034433603287], "mean": [0.17250244319438934, 0.26434043049812317, 0.08930705487728119, -1.8291046619415283, -0.3077009916305542, -0.014069944620132446, -0.11636774241924286, -0.2552690804004669, 0.3781369924545288, 0.17638163268566132, -1.4437487125396729, -1.4046512842178345, -1.124799370765686, -0.015644587576389313, 0.16572393476963043, -0.07797449827194214, -1.6513984203338623, 0.11423327028751373, 0.044336140155792236, 0.14820747077465057, -0.27741289138793945, -0.4320172071456909, 0.16843979060649872, 1.411842942237854, -1.3436996936798096, 1.0530973672866821, 566.0208129882812, 657.5962524414062, 0.00046338082756847143, -0.23146361112594604, -0.8389998078346252, 1.9121423959732056, -1.0681543350219727, 0.0002271781413583085], "std": [0.23370859026908875, 0.09491506218910217, 0.1785774976015091, 0.11875874549150467, 0.10496389865875244, 0.05134807899594307, 0.1625252068042755, 0.04347771778702736, 0.04032346233725548, 0.07239367067813873, 0.25253671407699585, 0.17771747708320618, 0.1431862860918045, 0.07254177331924438, 0.08357589691877365, 0.08894629776477814, 0.11612819135189056, 0.03384687751531601, 0.04639436677098274, 0.08643177151679993, 0.028985515236854553, 0.023988109081983566, 0.043613411486148834, 0.07806751877069473, 0.061916105449199677, 0.024757081642746925, 484.1258850097656, 463.15594482421875, 1.4076664456297294e-06, 0.001839665463194251, 0.00017545883019920439, 0.00013260629202704877, 0.0005440659006126225, 0.000767879537306726], "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": [345], "max": [345], "mean": [345.0], "std": [0.0], "count": [914]}, "index": {"min": [295670], "max": [296583], "mean": [296126.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6017505470459519, 0.6563599560360365], "std": [0.48953735932597264, 0.4622405695259468], "count": [914]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6017505470459519, 0.6563599560360365], "std": [0.48953735932597264, 0.4622405695259468], "count": [914]}, "eef_direction_state": {"mean": [4.6039387308533914, 5.287746170678337], "std": [2.1987229784245756, 1.777356591115608], "min": [0, 0], "max": [6, 6], "count": [914]}, "eef_velocity_state": {"mean": [0.4201312910284464, 0.15536105032822758], "std": [0.6751850254921851, 0.37413464100360333], "min": [0, 0], "max": [2, 2], "count": [914]}, "eef_acc_mag_state": {"mean": [0.3063457330415755, 0.10940919037199125], "std": [0.6466740313234643, 0.4118845530966825], "min": [0, 0], "max": [2, 2], "count": [914]}, "eef_direction_action": {"mean": [4.6039387308533914, 5.287746170678337], "std": [2.1987229784245756, 1.7773565911156082], "min": [0, 0], "max": [6, 6], "count": [914]}, "eef_velocity_action": {"mean": [0.4201312910284464, 0.15536105032822758], "std": [0.6751850254921851, 0.37413464100360333], "min": [0, 0], "max": [2, 2], "count": [914]}, "eef_acc_mag_action": {"mean": [0.3063457330415755, 0.10940919037199125], "std": [0.6466740313234643, 0.41188455309668254], "min": [0, 0], "max": [2, 2], "count": [914]}, "eef_sim_pose_state": {"mean": [0.4032597571191538, 0.2542250053540877, 1.1793897396550845, -0.06504880132612455, 0.01846852245829908, 1.2924841463751584, 0.45142093675723144, -0.24440623766705621, 1.1645688095118136, 0.00030957626169521665, -0.04854493525971711, -1.3302561802892303], "std": [0.050727720952765745, 0.05138920182129856, 0.03624527483933697, 0.07314348018919153, 0.03075474550278088, 0.2864175031517729, 0.02362546983052537, 0.04392829047848904, 0.02498626369188317, 0.04507161688110607, 0.06473332125253148, 0.028207185352421376], "min": [0.3222598658481761, 0.13395909951783563, 1.1501384971289859, -0.26574575801570394, -0.05796632578599392, 0.6470104155103995, 0.39636581856563424, -0.27944845783919525, 1.1157581227222797, -0.10482002177368455, -0.08757145729625226, -1.4124964473354993], "max": [0.5354817937049076, 0.37200472363041004, 1.2530974968084279, -0.010434763779976541, 0.11423405390598962, 1.5707515353373265, 0.49712303573008376, -0.17195743179385542, 1.1830562113160783, 0.057799355152414744, 0.10533481489894525, -1.2480924495049568], "count": [914]}, "eef_sim_pose_action": {"mean": [0.40327335256993274, 0.254252275484308, 1.1793826141567032, -0.0650457640587308, 0.018463847609625605, 1.2925983599605435, 0.4514867736403535, -0.24450394942193857, 1.1646104723254773, 0.00027722813391798843, -0.04856395071792593, -1.3302799035302844], "std": [0.05072408738292496, 0.05140126434008811, 0.0362503478592753, 0.07314550961102279, 0.030752924129766917, 0.2864994541993881, 0.02355571168132715, 0.04390354621354181, 0.02498447217675166, 0.045048063939439775, 0.06474146117692188, 0.028194529489395066], "min": [0.3222598658481761, 0.13395909951783563, 1.1501384971289859, -0.26574575801570394, -0.05796632578599392, 0.6470104155103995, 0.39636581856563424, -0.27944845783919525, 1.1157581227222797, -0.10482002177368455, -0.08757145729625226, -1.4124964473354993], "max": [0.5354817937049076, 0.37200472363041004, 1.2530974968084279, -0.010434763779976541, 0.11423405390598962, 1.5707515353373265, 0.49712303573008376, -0.17195743179385542, 1.1830562113160783, 0.057799355152414744, 0.10533481489894525, -1.2480924495049568], "count": [914]}, "gripper_mode_state": {"mean": [0.3982494529540481, 0.3435448577680525], "std": [0.48953735932597264, 0.47489134385580545], "min": [0, 0], "max": [1, 1], "count": [914]}, "gripper_activity_state": {"mean": [1.9901531728665207, 1.886214442013129], "std": [0.12772790827067548, 0.42121827837938014], "min": [0, 0], "max": [2, 2], "count": [914]}, "gripper_mode_action": {"mean": [0.3982494529540481, 0.3435448577680525], "std": [0.48953735932597264, 0.47489134385580545], "min": [0, 0], "max": [1, 1], "count": [914]}, "gripper_activity_action": {"mean": [1.9901531728665207, 1.886214442013129], "std": [0.12772790827067546, 0.4212182783793802], "min": [0, 0], "max": [2, 2], "count": [914]}}} +{"episode_index": 345, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4610149766301869]], [[0.4489580732729138]], [[0.4380174062357501]]], "std": [[[0.1659358052743866]], [[0.16961743799353785]], [[0.17314737851064607]]], "count": [172]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4759108325258398]], [[0.4701284662847697]], [[0.4639433020785834]]], "std": [[[0.14459684204395648]], [[0.14633168170983807]], [[0.14939064881248718]]], "count": [172]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44521115006079953]], [[0.44765474544953643]], [[0.4374310899262806]]], "std": [[[0.16362483083343402]], [[0.15978068132216583]], [[0.16610220042806234]]], "count": [172]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49539437984496126]], [[0.4895445332687338]], [[0.4761973549836601]]], "std": [[[0.1582316078237137]], [[0.15216084692399706]], [[0.16237669450348288]]], "count": [172]}, "observation.state": {"min": [-0.44397684931755066, 0.24062854051589966, -0.18181094527244568, -2.148587703704834, -0.5830272436141968, -0.10810568928718567, -0.516757071018219, -0.30663299560546875, 0.29126399755477905, 0.03910500183701515, -2.0171728134155273, -1.7879655361175537, -1.2383779287338257, -0.17776179313659668, -0.012740903533995152, -0.2626546025276184, -1.7875661849975586, 0.029164452105760574, -0.06375688314437866, -0.026232298463582993, -0.33406201004981995, -0.47637298703193665, 0.10324099659919739, 1.271915078163147, -1.4738610982894897, 0.9415408372879028, 0.0, 0.0, 0.00044929093564860523, -0.23504307866096497, -0.8395732045173645, 1.9119033813476562, -1.0707526206970215, -0.0025354349054396152], "max": [0.5382595658302307, 0.5887693762779236, 0.48542842268943787, -1.463860034942627, -0.07579965144395828, 0.05824163556098938, 0.13498376309871674, -0.18018199503421783, 0.4972729980945587, 0.23720699548721313, -1.2268718481063843, -1.1239124536514282, -0.6915044784545898, 0.14320425689220428, 0.28476792573928833, 0.00020943951676599681, -1.3454045057296753, 0.2716081440448761, 0.0711570754647255, 0.2537010610103607, -0.27299100160598755, -0.3761509954929352, 0.22214999794960022, 1.4755313396453857, -1.3291609287261963, 1.0686404705047607, 1001.0, 1002.0, 0.00047936898772604764, -0.22886766493320465, -0.8384456634521484, 1.912721872329712, -1.0673391819000244, 0.004040938336402178], "mean": [0.17749635875225067, 0.2772572934627533, 0.09513156861066818, -1.8061585426330566, -0.25985491275787354, -0.02034894749522209, -0.07954482734203339, -0.2692769169807434, 0.3800942301750183, 0.18555712699890137, -1.4186381101608276, -1.3445554971694946, -1.091025710105896, -0.052151381969451904, 0.22266067564487457, -0.07994051277637482, -1.6493114233016968, 0.1957472860813141, 0.026427973061800003, 0.18262065947055817, -0.28912922739982605, -0.4212266504764557, 0.17921532690525055, 1.4135982990264893, -1.4069727659225464, 1.0356394052505493, 657.4291381835938, 686.2125244140625, 0.0004641841514967382, -0.23154956102371216, -0.8390684127807617, 1.9121966361999512, -1.068148136138916, 0.00024911470245569944], "std": [0.2182561159133911, 0.07739444077014923, 0.14374615252017975, 0.12450733780860901, 0.12413478642702103, 0.02833494357764721, 0.18410447239875793, 0.03918149694800377, 0.03881844878196716, 0.05107411369681358, 0.24444223940372467, 0.1832355260848999, 0.14624470472335815, 0.06834123283624649, 0.09615661948919296, 0.08702240884304047, 0.0994960367679596, 0.09635692834854126, 0.034255899488925934, 0.10139960050582886, 0.018732357770204544, 0.022036166861653328, 0.04720684140920639, 0.05276840925216675, 0.031194306910037994, 0.01969272643327713, 463.3135681152344, 453.0876770019531, 1.602329348315834e-06, 0.0018801563419401646, 0.00020368692639749497, 0.00013295143435243517, 0.00047948199789971113, 0.0006011109217070043], "count": [960]}, "action": {"min": [-0.44397684931755066, 0.24062854051589966, -0.18181094527244568, -2.148587703704834, -0.5830272436141968, -0.10810568928718567, -0.516757071018219, -0.30663299560546875, 0.29126399755477905, 0.03910500183701515, -2.0171728134155273, -1.7879655361175537, -1.2383779287338257, -0.17776179313659668, -0.012740903533995152, -0.2626546025276184, -1.7875661849975586, 0.029164452105760574, -0.06375688314437866, -0.026232298463582993, -0.33406201004981995, -0.47637298703193665, 0.10324099659919739, 1.271915078163147, -1.4738610982894897, 0.9415408372879028, 0.0, 0.0, 0.00044929093564860523, -0.23504307866096497, -0.8395732045173645, 1.9119033813476562, -1.0707526206970215, -0.0025354349054396152], "max": [0.5382595658302307, 0.5887693762779236, 0.48542842268943787, -1.463860034942627, -0.07579965144395828, 0.05824163556098938, 0.13498376309871674, -0.18018199503421783, 0.4972729980945587, 0.23720699548721313, -1.2268718481063843, -1.1239124536514282, -0.6915044784545898, 0.14320425689220428, 0.28476792573928833, 0.00020943951676599681, -1.3454045057296753, 0.2716081440448761, 0.0711570754647255, 0.2537010610103607, -0.27299100160598755, -0.3761579990386963, 0.22214999794960022, 1.4755313396453857, -1.3291609287261963, 1.0686404705047607, 1001.0, 1002.0, 0.00047936898772604764, -0.22886766493320465, -0.8384456634521484, 1.912721872329712, -1.0673391819000244, 0.004040938336402178], "mean": [0.17744150757789612, 0.2772611677646637, 0.09514940530061722, -1.8060532808303833, -0.25968295335769653, -0.020355382934212685, -0.07944432646036148, -0.2693004608154297, 0.3801094889640808, 0.18557149171829224, -1.4186224937438965, -1.3443619012832642, -1.0909178256988525, -0.052026644349098206, 0.2227565348148346, -0.07969190925359726, -1.6492056846618652, 0.19595295190811157, 0.026534948498010635, 0.18290716409683228, -0.28911516070365906, -0.4212757647037506, 0.17932161688804626, 1.4135499000549316, -1.407063364982605, 1.0356078147888184, 657.4291381835938, 686.2125244140625, 0.0004641841514967382, -0.23154988884925842, -0.839068591594696, 1.9121965169906616, -1.0681477785110474, 0.0002490188053343445], "std": [0.21824045479297638, 0.07739267498254776, 0.14374032616615295, 0.12451348453760147, 0.12425737828016281, 0.028335697948932648, 0.18416345119476318, 0.039196666330099106, 0.03881610557436943, 0.05108072608709335, 0.24445058405399323, 0.18336108326911926, 0.14621396362781525, 0.06822869181632996, 0.09616903960704803, 0.08684070408344269, 0.09942049533128738, 0.09629002213478088, 0.034134481102228165, 0.10119789093732834, 0.018735188990831375, 0.021988173946738243, 0.047165025025606155, 0.05273383855819702, 0.031094234436750412, 0.01966746337711811, 463.3135681152344, 453.0876770019531, 1.602329348315834e-06, 0.0018807275919243693, 0.0002037642989307642, 0.00013301949365995824, 0.0004791686369571835, 0.0006011182558722794], "count": [960]}, "timestamp": {"min": [0.0], "max": [31.966666666666665], "mean": [15.983333333333333], "std": [9.237599295311567], "count": [960]}, "frame_index": {"min": [0], "max": [959], "mean": [479.5], "std": [277.12797885934697], "count": [960]}, "episode_index": {"min": [346], "max": [346], "mean": [346.0], "std": [0.0], "count": [960]}, "index": {"min": [296584], "max": [297543], "mean": [297063.5], "std": [277.12797885934697], "count": [960]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [960]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6916666666666667, 0.6849166665711285], "std": [0.46180503341658063, 0.45218036515642707], "count": [960]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6916666666666667, 0.6849166665711285], "std": [0.46180503341658063, 0.45218036515642707], "count": [960]}, "eef_direction_state": {"mean": [4.911458333333333, 5.226041666666666], "std": [2.1353849083004213, 1.8478447350712666], "min": [0, 0], "max": [6, 6], "count": [960]}, "eef_velocity_state": {"mean": [0.3229166666666667, 0.18020833333333333], "std": [0.6307203498557957, 0.4303873719459599], "min": [0, 0], "max": [2, 2], "count": [960]}, "eef_acc_mag_state": {"mean": [0.234375, 0.12083333333333333], "std": [0.5793905068043487, 0.4353917456983171], "min": [0, 0], "max": [2, 2], "count": [960]}, "eef_direction_action": {"mean": [4.911458333333333, 5.226041666666666], "std": [2.1353849083004213, 1.8478447350712668], "min": [0, 0], "max": [6, 6], "count": [960]}, "eef_velocity_action": {"mean": [0.3229166666666667, 0.18020833333333333], "std": [0.6307203498557956, 0.4303873719459599], "min": [0, 0], "max": [2, 2], "count": [960]}, "eef_acc_mag_action": {"mean": [0.234375, 0.12083333333333333], "std": [0.5793905068043487, 0.4353917456983171], "min": [0, 0], "max": [2, 2], "count": [960]}, "eef_sim_pose_state": {"mean": [0.40366761585683597, 0.2590669776536279, 1.1686290282589622, -0.03638325942080231, -0.02886541585648008, 1.3353800775264395, 0.4419303734986254, -0.2598658320237084, 1.154851208165877, -0.01681123693820147, -0.01697978985066891, -1.2867130049358477], "std": [0.04944983702891832, 0.028959180977882797, 0.03351981817992192, 0.05262858036691274, 0.07306276416779875, 0.28134434547382126, 0.02181047142616548, 0.04949437088354811, 0.01564857906464744, 0.039216555740474376, 0.0251287450753533, 0.028707645641476334], "min": [0.319907721333086, 0.17828408836351353, 1.1377354591864834, -0.17024167555476216, -0.15066565252640518, 0.6164724228930061, 0.396349953479884, -0.2983935131581596, 1.1190389715432782, -0.10224513859536843, -0.06755702307175548, -1.3701122804585326], "max": [0.549004821651423, 0.32520215659250395, 1.246574898883387, 0.02091455488459837, 0.08090615910674326, 1.6168241530753553, 0.495246075457183, -0.17592641511881782, 1.1715054064398243, 0.04802983269817174, 0.03549669416216816, -1.219449250002171], "count": [960]}, "eef_sim_pose_action": {"mean": [0.40368199678173355, 0.2590698181446022, 1.1686095690646825, -0.036347344947257845, -0.02904410870071998, 1.3354791464696485, 0.44198029807136474, -0.259975479940254, 1.1548719260106288, -0.01686943246861973, -0.016924875093600536, -1.2866794212359103], "std": [0.04944597616516029, 0.028959849352568613, 0.033532087399577304, 0.05265316503166052, 0.07312180883056923, 0.28139997774704545, 0.0217608770462926, 0.04945313020008602, 0.015647991289817267, 0.039161900675680796, 0.02507578540393505, 0.028705826525051204], "min": [0.319907721333086, 0.17828408836351353, 1.1377354591864834, -0.17024167555476216, -0.15066565252640518, 0.6164724228930061, 0.39636231700765406, -0.2983935131581596, 1.1190389715432782, -0.10224513859536843, -0.06755702307175548, -1.3701122804585326], "max": [0.549004821651423, 0.32520215659250395, 1.246574898883387, 0.02091455488459837, 0.08090615910674326, 1.6168241530753553, 0.495246075457183, -0.17592641511881782, 1.1715054064398243, 0.04802983269817174, 0.03549669416216816, -1.219449250002171], "count": [960]}, "gripper_mode_state": {"mean": [0.30833333333333335, 0.3145833333333333], "std": [0.46180503341658063, 0.46434971704764016], "min": [0, 0], "max": [1, 1], "count": [960]}, "gripper_activity_state": {"mean": [1.990625, 1.890625], "std": [0.12464794171986987, 0.41270906949286523], "min": [0, 0], "max": [2, 2], "count": [960]}, "gripper_mode_action": {"mean": [0.30833333333333335, 0.3145833333333333], "std": [0.46180503341658063, 0.46434971704764016], "min": [0, 0], "max": [1, 1], "count": [960]}, "gripper_activity_action": {"mean": [1.990625, 1.890625], "std": [0.12464794171986987, 0.41270906949286523], "min": [0, 0], "max": [2, 2], "count": [960]}}} +{"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.4645421335200747]], [[0.44917274371869964]], [[0.4376672515597148]]], "std": [[[0.16748157861371557]], [[0.17170913743274402]], [[0.17503677966310904]]], "count": [154]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4687885578473813]], [[0.4615660067057126]], [[0.4551061494673627]]], "std": [[[0.14205130578784383]], [[0.14445957262191525]], [[0.14797979130291314]]], "count": [154]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4495287910618793]], [[0.4507032974174518]], [[0.440351766085222]]], "std": [[[0.16366643627667646]], [[0.1608930767591062]], [[0.16708469386916913]]], "count": [154]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5033706776271115]], [[0.5002654883923267]], [[0.486113937431033]]], "std": [[[0.1536594071365527]], [[0.14932013226146099]], [[0.1587123772070868]]], "count": [154]}, "observation.state": {"min": [-0.4946437478065491, 0.15791739523410797, -0.2028072625398636, -2.0844292640686035, -0.5355368256568909, -0.13327334821224213, -0.5082224011421204, -0.30160900950431824, 0.304641991853714, -0.010634999722242355, -2.0531368255615234, -1.7621597051620483, -1.2629516124725342, -0.17467255890369415, 0.016004668548703194, -0.2626197040081024, -1.771422028541565, 0.06578145921230316, -0.0826762467622757, -0.0262148454785347, -0.3426769971847534, -0.4772990047931671, 0.10549700260162354, 1.2647169828414917, -1.5863977670669556, 1.008858323097229, 0.0, 0.0, 0.0003477775026112795, -0.23518219590187073, -0.8392816185951233, 1.9121673107147217, -1.06918466091156, -0.0019820246379822493], "max": [0.4910309314727783, 0.5695358514785767, 0.5299866795539856, -1.3973978757858276, -0.16523031890392303, 0.03769911453127861, -0.014765486121177673, -0.1810380071401596, 0.4980129897594452, 0.2464579939842224, -1.2323527336120605, -1.2405587434768677, -0.6377735733985901, 0.1468869149684906, 0.33712780475616455, 0.03632030263543129, -1.303708553314209, 0.33396875858306885, 0.06454227864742279, 0.302465558052063, -0.27479100227355957, -0.37615400552749634, 0.2506679892539978, 1.4835171699523926, -1.3291609287261963, 1.1267141103744507, 1001.0, 1002.0, 0.0006147202802821994, -0.22920982539653778, -0.8387126922607422, 1.9125555753707886, -1.067836046218872, 0.003572010900825262], "mean": [0.16711878776550293, 0.25911810994148254, 0.10073202848434448, -1.810408592224121, -0.2764347195625305, -0.022108230739831924, -0.11928827315568924, -0.264053076505661, 0.37938717007637024, 0.174043208360672, -1.4487009048461914, -1.389184832572937, -1.095244288444519, -0.043060071766376495, 0.2519964873790741, -0.0473179817199707, -1.6074734926223755, 0.24685600399971008, 0.024201447144150734, 0.21512465178966522, -0.2951301038265228, -0.42387017607688904, 0.2013898640871048, 1.3809531927108765, -1.4296702146530151, 1.0443220138549805, 584.5956420898438, 658.4636840820312, 0.00042442677658982575, -0.23152610659599304, -0.8390293121337891, 1.9122036695480347, -1.0681331157684326, 0.00019200507085770369], "std": [0.23002350330352783, 0.08019616454839706, 0.17729534208774567, 0.1298217475414276, 0.07026346772909164, 0.02849080227315426, 0.16748782992362976, 0.03639502823352814, 0.03751196712255478, 0.06967015564441681, 0.2723469138145447, 0.15536269545555115, 0.17842191457748413, 0.0733085572719574, 0.1128450408577919, 0.11178376525640488, 0.11086887121200562, 0.10477305203676224, 0.05428687483072281, 0.11680813878774643, 0.02074454538524151, 0.0236525796353817, 0.06300970911979675, 0.04910571500658989, 0.046949587762355804, 0.03022175468504429, 479.912109375, 461.43359375, 2.630540620884858e-05, 0.002136380411684513, 0.00012817246897611767, 7.904112135292962e-05, 0.00023406768741551787, 0.0005874823546037078], "count": [826]}, "action": {"min": [-0.4946437478065491, 0.15791739523410797, -0.2028072625398636, -2.0844292640686035, -0.5355368256568909, -0.13327334821224213, -0.5082224011421204, -0.30160900950431824, 0.304641991853714, -0.010634999722242355, -2.0531368255615234, -1.7621597051620483, -1.2629516124725342, -0.17467255890369415, 0.016004668548703194, -0.2626197040081024, -1.771422028541565, 0.06578145921230316, -0.0826762467622757, -0.0262148454785347, -0.3426769971847534, -0.4772990047931671, 0.10549700260162354, 1.2647169828414917, -1.5863977670669556, 1.008858323097229, 0.0, 0.0, 0.0003477775026112795, -0.23518219590187073, -0.8392816185951233, 1.9121673107147217, -1.06918466091156, -0.0019820246379822493], "max": [0.4910309314727783, 0.5695358514785767, 0.5299866795539856, -1.3973978757858276, -0.16523031890392303, 0.03769911453127861, -0.014765486121177673, -0.1810380071401596, 0.4980129897594452, 0.2464579939842224, -1.2323527336120605, -1.2405587434768677, -0.6377735733985901, 0.1468869149684906, 0.33712780475616455, 0.03632030263543129, -1.303708553314209, 0.33396875858306885, 0.06454227864742279, 0.302465558052063, -0.27479100227355957, -0.37615400552749634, 0.2506679892539978, 1.4835171699523926, -1.3291609287261963, 1.1267141103744507, 1001.0, 1002.0, 0.0006147202802821994, -0.22920982539653778, -0.8387126922607422, 1.9125555753707886, -1.067836046218872, 0.003572010900825262], "mean": [0.1669914424419403, 0.25902944803237915, 0.10066131502389908, -1.8102251291275024, -0.2763444781303406, -0.022145017981529236, -0.11933000385761261, -0.2640748918056488, 0.3794237971305847, 0.17406563460826874, -1.448660135269165, -1.3891032934188843, -1.0952666997909546, -0.04289918392896652, 0.25217217206954956, -0.04695923626422882, -1.6072944402694702, 0.24717120826244354, 0.024355439469218254, 0.21551872789859772, -0.29511862993240356, -0.4239324927330017, 0.20155948400497437, 1.3808408975601196, -1.4297966957092285, 1.0442734956741333, 584.5956420898438, 658.4636840820312, 0.0004243585281074047, -0.23152859508991241, -0.8390291333198547, 1.9122036695480347, -1.0681328773498535, 0.00019245210569351912], "std": [0.22999797761440277, 0.08025670796632767, 0.17733033001422882, 0.1298736035823822, 0.0703403577208519, 0.02850867249071598, 0.16746719181537628, 0.036411941051483154, 0.03751428797841072, 0.0696820542216301, 0.2723722755908966, 0.15541745722293854, 0.17843438684940338, 0.07316822558641434, 0.11286070942878723, 0.11156727373600006, 0.1107233539223671, 0.10461930185556412, 0.05421800911426544, 0.11654222011566162, 0.020748816430568695, 0.023594563826918602, 0.06295118480920792, 0.04899686947464943, 0.0468202568590641, 0.030219698324799538, 479.912109375, 461.43359375, 2.627477078931406e-05, 0.0021351168397814035, 0.0001282093144254759, 7.904355152277276e-05, 0.00023414596216753125, 0.0005875732167623937], "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": [347], "max": [347], "mean": [347.0], "std": [0.0], "count": [826]}, "index": {"min": [297544], "max": [298369], "mean": [297956.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6222760290556901, 0.657233656121905], "std": [0.4848180820868496, 0.4605183098682032], "count": [826]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6222760290556901, 0.657233656121905], "std": [0.4848180820868496, 0.4605183098682032], "count": [826]}, "eef_direction_state": {"mean": [4.578692493946731, 5.099273607748184], "std": [2.231023008785568, 1.982324913618668], "min": [0, 0], "max": [6, 6], "count": [826]}, "eef_velocity_state": {"mean": [0.4213075060532688, 0.20823244552058112], "std": [0.6614469683056252, 0.453909596457277], "min": [0, 0], "max": [2, 2], "count": [826]}, "eef_acc_mag_state": {"mean": [0.2990314769975787, 0.1513317191283293], "std": [0.6388731237566598, 0.47463957921366184], "min": [0, 0], "max": [2, 2], "count": [826]}, "eef_direction_action": {"mean": [4.578692493946731, 5.099273607748184], "std": [2.231023008785568, 1.982324913618668], "min": [0, 0], "max": [6, 6], "count": [826]}, "eef_velocity_action": {"mean": [0.4213075060532688, 0.20823244552058112], "std": [0.6614469683056252, 0.453909596457277], "min": [0, 0], "max": [2, 2], "count": [826]}, "eef_acc_mag_action": {"mean": [0.2990314769975787, 0.1513317191283293], "std": [0.6388731237566598, 0.47463957921366184], "min": [0, 0], "max": [2, 2], "count": [826]}, "eef_sim_pose_state": {"mean": [0.4048031221090916, 0.2521167698684434, 1.172600320932868, -0.047424239621594824, -0.003163688544542099, 1.291321044304468, 0.44434971622033653, -0.2812349940386253, 1.1506435507221024, -0.03239589009583736, 0.010612035325148341, -1.2948518546383339], "std": [0.04967580720361722, 0.04562637868549323, 0.03143816926480846, 0.04880847490766808, 0.05667080759081026, 0.29784394758338395, 0.023280105205430814, 0.06385192172719752, 0.02049888712163907, 0.03240968951420668, 0.042203901239888986, 0.02932461768530853], "min": [0.33364738875568956, 0.12646286599142, 1.1378703246734347, -0.18337893223156565, -0.1394401823535163, 0.5939827012666545, 0.39636190356733836, -0.331542258405933, 1.1051555766124783, -0.07103054345524273, -0.06761463790745359, -1.3727364371800337], "max": [0.5559220755164577, 0.34319152348697957, 1.2456869303282256, -0.0010208988553083165, 0.06535716247680501, 1.5280911664751766, 0.4958231005763476, -0.1886825474077105, 1.169054983999101, 0.051739615263410754, 0.11593470254530747, -1.201081787623616], "count": [826]}, "eef_sim_pose_action": {"mean": [0.4048389574809355, 0.2521301451437413, 1.1725782463409105, -0.047426436767988675, -0.0031911676762849733, 1.2914005248673546, 0.4444125963046851, -0.2814065704273348, 1.150667747093115, -0.03250700784475042, 0.010698574816316777, -1.2948302831470764], "std": [0.04967110093934782, 0.04563163469897768, 0.03145564754863396, 0.04880717066354846, 0.05665895959797563, 0.29789394124713847, 0.023220494697714145, 0.06379341859258865, 0.020503376557186252, 0.03229182736693974, 0.042116785133203084, 0.029324211691922557], "min": [0.33364738875568956, 0.12646286599142, 1.1378703246734347, -0.18337893223156565, -0.1394401823535163, 0.5939827012666545, 0.39636190356733836, -0.331542258405933, 1.1051555766124783, -0.07103054345524273, -0.06761463790745359, -1.3727364371800337], "max": [0.5559220755164577, 0.34319152348697957, 1.2456869303282256, -0.0010208988553083165, 0.06535716247680501, 1.5280911664751766, 0.4958231005763476, -0.1886825474077105, 1.169054983999101, 0.051739615263410754, 0.11593470254530747, -1.201081787623616], "count": [826]}, "gripper_mode_state": {"mean": [0.37772397094430993, 0.34261501210653755], "std": [0.4848180820868496, 0.47458399212970476], "min": [0, 0], "max": [1, 1], "count": [826]}, "gripper_activity_state": {"mean": [1.9891041162227603, 1.87409200968523], "std": [0.1343171099008332, 0.44136258450567045], "min": [0, 0], "max": [2, 2], "count": [826]}, "gripper_mode_action": {"mean": [0.37772397094430993, 0.34261501210653755], "std": [0.4848180820868496, 0.47458399212970476], "min": [0, 0], "max": [1, 1], "count": [826]}, "gripper_activity_action": {"mean": [1.9891041162227603, 1.87409200968523], "std": [0.1343171099008332, 0.4413625845056704], "min": [0, 0], "max": [2, 2], "count": [826]}}} +{"episode_index": 347, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.459826740521019]], [[0.4457009629846257]], [[0.43392775294303326]]], "std": [[[0.17105132001658585]], [[0.1761375087158742]], [[0.17893409595060064]]], "count": [176]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4688571537990196]], [[0.46204492535650626]], [[0.4557476047237077]]], "std": [[[0.14720134866826173]], [[0.1502928686896467]], [[0.15339312502341104]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4456447122883244]], [[0.4467003873755942]], [[0.4357280873997326]]], "std": [[[0.16205388305184848]], [[0.1584803355359128]], [[0.16465472303812947]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4987804214015152]], [[0.4958009506833036]], [[0.48334936334855916]]], "std": [[[0.1575151221666587]], [[0.15304156161589716]], [[0.16170520065281516]]], "count": [176]}, "observation.state": {"min": [-0.5019217729568481, 0.14280284941196442, -0.18481290340423584, -2.2198493480682373, -0.5603903532028198, -0.040282201021909714, -0.5689772963523865, -0.28661099076271057, 0.29991498589515686, -0.025107000023126602, -2.014270067214966, -1.9510908126831055, -1.3041549921035767, -0.17434094846248627, 0.031031953170895576, -0.2727600634098053, -1.7838835716247559, 0.06405358761548996, -0.06494370102882385, -0.02834414690732956, -0.3335689902305603, -0.48036399483680725, 0.08738300204277039, 1.235534429550171, -1.584053874015808, 0.8900107741355896, 0.0, 0.0, 0.00034401772427372634, -0.2353607714176178, -0.8394178748130798, 1.911939024925232, -1.0696916580200195, -0.002188011072576046], "max": [0.4475547671318054, 0.6011961102485657, 0.5879141688346863, -1.4454816579818726, -0.2094220519065857, 0.20226620137691498, 0.0530056469142437, -0.17252899706363678, 0.49568700790405273, 0.2502000033855438, -1.212174654006958, -1.1801605224609375, -0.5732637047767639, 0.159016951918602, 0.24270549416542053, 0.018395770341157913, -1.3660516738891602, 0.20024161040782928, 0.18338175117969513, 0.22617721557617188, -0.27048900723457336, -0.3757320046424866, 0.21724499762058258, 1.5146816968917847, -1.3270221948623657, 1.067775011062622, 1001.0, 1002.0, 0.00046057021245360374, -0.22937336564064026, -0.8384321928024292, 1.9125959873199463, -1.0675064325332642, 0.006284954492002726], "mean": [0.1412544697523117, 0.25960108637809753, 0.11971396207809448, -1.8179881572723389, -0.2976391315460205, 0.018839014694094658, -0.1166246235370636, -0.2568720579147339, 0.38159823417663574, 0.16602937877178192, -1.4426358938217163, -1.421312928199768, -1.0748382806777954, -0.05150400102138519, 0.18317414820194244, -0.0711267814040184, -1.6827510595321655, 0.15311256051063538, 0.12327487021684647, 0.1556871384382248, -0.28765562176704407, -0.42116713523864746, 0.173695370554924, 1.3411307334899902, -1.407708764076233, 1.0098011493682861, 588.5951538085938, 590.0463256835938, 0.0003870768705382943, -0.23166456818580627, -0.8389679193496704, 1.912104845046997, -1.0681627988815308, 0.00019923436047974974], "std": [0.25937190651893616, 0.08597561717033386, 0.2004123330116272, 0.14712099730968475, 0.09454398602247238, 0.06772065162658691, 0.1755158007144928, 0.04245082661509514, 0.039487265050411224, 0.07999501377344131, 0.26706618070602417, 0.2134133279323578, 0.21680587530136108, 0.07832121104001999, 0.0652015209197998, 0.10932564735412598, 0.11190897971391678, 0.04655638709664345, 0.0837286189198494, 0.08001226931810379, 0.022452084347605705, 0.024471692740917206, 0.04883353412151337, 0.06342146545648575, 0.06441500782966614, 0.032186657190322876, 481.52978515625, 481.7365417480469, 1.5172428902587853e-05, 0.0018523354083299637, 0.0002047425223281607, 0.0001312259555561468, 0.0003661509254015982, 0.0008224061457440257], "count": [993]}, "action": {"min": [-0.5019217729568481, 0.14280284941196442, -0.18481290340423584, -2.2198493480682373, -0.5603903532028198, -0.040282201021909714, -0.5689772963523865, -0.28661099076271057, 0.29991498589515686, -0.025107000023126602, -2.014270067214966, -1.9510908126831055, -1.3041549921035767, -0.17434094846248627, 0.031031953170895576, -0.2727600634098053, -1.7838835716247559, 0.06405358761548996, -0.06494370102882385, -0.02834414690732956, -0.3335689902305603, -0.48036399483680725, 0.08738300204277039, 1.235534429550171, -1.584053874015808, 0.8900107741355896, 0.0, 0.0, 0.00034401772427372634, -0.2353607714176178, -0.8394178748130798, 1.911939024925232, -1.0696916580200195, -0.002188011072576046], "max": [0.4475547671318054, 0.6011961102485657, 0.5879141688346863, -1.4454816579818726, -0.2094220519065857, 0.20226620137691498, 0.0530056469142437, -0.17252899706363678, 0.49568700790405273, 0.2502000033855438, -1.212174654006958, -1.1801605224609375, -0.5732637047767639, 0.159016951918602, 0.24270549416542053, 0.018395770341157913, -1.3660516738891602, 0.20024161040782928, 0.18338175117969513, 0.22617721557617188, -0.27048900723457336, -0.37578099966049194, 0.21724499762058258, 1.5146816968917847, -1.3270221948623657, 1.067775011062622, 1001.0, 1002.0, 0.00046057021245360374, -0.22937336564064026, -0.8384321928024292, 1.9125959873199463, -1.0675064325332642, 0.006284954492002726], "mean": [0.141152486205101, 0.25951629877090454, 0.11964377760887146, -1.8178881406784058, -0.29760488867759705, 0.018855413421988487, -0.1166413277387619, -0.2568747103214264, 0.3816281855106354, 0.16604872047901154, -1.4425643682479858, -1.4212645292282104, -1.074907898902893, -0.051392391324043274, 0.1832164227962494, -0.0708436593413353, -1.6827142238616943, 0.1532345712184906, 0.12351521849632263, 0.1559303253889084, -0.2876344919204712, -0.4212132692337036, 0.17380189895629883, 1.3409868478775024, -1.407760500907898, 1.0097392797470093, 588.5951538085938, 590.0463256835938, 0.0003870466025546193, -0.23166552186012268, -0.8389680981636047, 1.912104845046997, -1.068162441253662, 0.00019925442757084966], "std": [0.2593432068824768, 0.08603537827730179, 0.20045146346092224, 0.147133469581604, 0.09456589072942734, 0.06771302223205566, 0.17550718784332275, 0.042452532798051834, 0.03948722407221794, 0.08000604808330536, 0.26711466908454895, 0.21344193816184998, 0.2168520987033844, 0.07822493463754654, 0.06521845608949661, 0.10918958485126495, 0.11188521981239319, 0.04648164287209511, 0.08353061228990555, 0.07981925457715988, 0.022458190098404884, 0.024429451674222946, 0.04880785942077637, 0.06327376514673233, 0.06437192112207413, 0.03213468939065933, 481.52978515625, 481.7365417480469, 1.5160675502556842e-05, 0.00185179163236171, 0.00020487011352088302, 0.00013121977099217474, 0.00036599411396309733, 0.0008224036428146064], "count": [993]}, "timestamp": {"min": [0.0], "max": [33.06666666666667], "mean": [16.53333333333333], "std": [9.555142109918656], "count": [993]}, "frame_index": {"min": [0], "max": [992], "mean": [496.0], "std": [286.6542632975597], "count": [993]}, "episode_index": {"min": [348], "max": [348], "mean": [348.0], "std": [0.0], "count": [993]}, "index": {"min": [298370], "max": [299362], "mean": [298866.0], "std": [286.6542632975597], "count": [993]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [993]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.62134944612286, 0.588938569875616], "std": [0.48505083437272667, 0.48078637669883], "count": [993]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.62134944612286, 0.588938569875616], "std": [0.48505083437272667, 0.48078637669882995], "count": [993]}, "eef_direction_state": {"mean": [4.873111782477341, 5.21852970795569], "std": [1.9954661815132515, 1.7558932717124558], "min": [0, 0], "max": [6, 6], "count": [993]}, "eef_velocity_state": {"mean": [0.3675730110775428, 0.20644511581067473], "std": [0.6416524574014502, 0.4241913713116792], "min": [0, 0], "max": [2, 2], "count": [993]}, "eef_acc_mag_state": {"mean": [0.2688821752265861, 0.14400805639476336], "std": [0.6179657196227836, 0.46249775910352686], "min": [0, 0], "max": [2, 2], "count": [993]}, "eef_direction_action": {"mean": [4.873111782477341, 5.21852970795569], "std": [1.9954661815132515, 1.7558932717124558], "min": [0, 0], "max": [6, 6], "count": [993]}, "eef_velocity_action": {"mean": [0.3675730110775428, 0.20644511581067473], "std": [0.6416524574014502, 0.4241913713116792], "min": [0, 0], "max": [2, 2], "count": [993]}, "eef_acc_mag_action": {"mean": [0.2688821752265861, 0.14400805639476336], "std": [0.6179657196227836, 0.46249775910352686], "min": [0, 0], "max": [2, 2], "count": [993]}, "eef_sim_pose_state": {"mean": [0.4087125491067399, 0.24563774794095428, 1.1810971408073216, -0.03569495549970104, 0.013038577697089106, 1.2694214875222765, 0.441244268313191, -0.25030041707921613, 1.163092766584488, -0.07604466814244731, -0.010815180386023944, -1.3221503338295462], "std": [0.053655568303572904, 0.05143418265946169, 0.03980101207297127, 0.03142155655207837, 0.04236171616651234, 0.340084904439483, 0.024483264333596686, 0.045660519904123266, 0.021473118981366713, 0.0568888738521569, 0.044257271506337646, 0.0402466291310842], "min": [0.3400035613668898, 0.11486215541688893, 1.1507555112521115, -0.14443437228710904, -0.10559414177882798, 0.4849596570288904, 0.3959428146850057, -0.2927306359261574, 1.1159180598136373, -0.1760072373025443, -0.06848450019589314, -1.4132725117982954], "max": [0.5480112742402109, 0.32190267365294545, 1.2675892164159082, -0.002543213000581024, 0.10305332537500989, 1.5485028003410786, 0.5008668245166968, -0.17837417562352137, 1.180888630050806, 0.04986063261855922, 0.10185032582250564, -1.1651491223722354], "count": [993]}, "eef_sim_pose_action": {"mean": [0.40874176068082396, 0.24564708487702977, 1.1810937972022924, -0.03570120365004688, 0.013065902955722982, 1.2695083621237047, 0.44128940427428914, -0.2504021333230413, 1.1631289247703667, -0.07617579206724671, -0.010777602842644526, -1.3221871115693344], "std": [0.05364973157618793, 0.0514384537051633, 0.03980319008393376, 0.03141856060285899, 0.042383171493237046, 0.3401409961008527, 0.02444098484259269, 0.0456341134671031, 0.021472302256960937, 0.05674843783925038, 0.044224722306575495, 0.0402477289884131], "min": [0.3400035613668898, 0.11486215541688893, 1.1507555112521115, -0.14443437228710904, -0.10559414177882798, 0.4849596570288904, 0.3959428146850057, -0.2927306359261574, 1.1159180598136373, -0.1760072373025443, -0.06848450019589314, -1.4132725117982954], "max": [0.5480112742402109, 0.32190267365294545, 1.2675892164159082, -0.002543213000581024, 0.10305332537500989, 1.5485028003410786, 0.5008668245166968, -0.17837417562352137, 1.180888630050806, 0.04986063261855922, 0.10185032582250564, -1.1651491223722354], "count": [993]}, "gripper_mode_state": {"mean": [0.37865055387714, 0.40986908358509566], "std": [0.48505083437272667, 0.49180933084500866], "min": [0, 0], "max": [1, 1], "count": [993]}, "gripper_activity_state": {"mean": [1.9909365558912386, 1.8982880161127895], "std": [0.12257077205498973, 0.3972806476768296], "min": [0, 0], "max": [2, 2], "count": [993]}, "gripper_mode_action": {"mean": [0.37865055387714, 0.40986908358509566], "std": [0.48505083437272667, 0.49180933084500866], "min": [0, 0], "max": [1, 1], "count": [993]}, "gripper_activity_action": {"mean": [1.9909365558912386, 1.8982880161127895], "std": [0.12257077205498973, 0.3972806476768296], "min": [0, 0], "max": [2, 2], "count": [993]}}} +{"episode_index": 348, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4608883679408093]], [[0.4464125002294926]], [[0.43431991949401483]]], "std": [[[0.1667971521065962]], [[0.17204913380993117]], [[0.17539624686833785]]], "count": [178]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47484044530733643]], [[0.46859963877873245]], [[0.46204050428692073]]], "std": [[[0.14565451581325484]], [[0.14784783751778907]], [[0.15072670687650172]]], "count": [178]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44653501023536757]], [[0.447473921614526]], [[0.43587037687265917]]], "std": [[[0.16630124290871348]], [[0.16214656818524487]], [[0.16779343626435794]]], "count": [178]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4874183924506132]], [[0.4839926527961372]], [[0.4703367963758537]]], "std": [[[0.15518845639514645]], [[0.151165496262411]], [[0.1605657270032482]]], "count": [178]}, "observation.state": {"min": [-0.4194375276565552, 0.09576621651649475, -0.1710946410894394, -2.1497044563293457, -0.6279869079589844, -0.09288642555475235, -0.6591933965682983, -0.31277599930763245, 0.2776229977607727, -0.018648000434041023, -1.9939210414886475, -1.8984804153442383, -1.2534067630767822, -0.17837265133857727, 0.010821041651070118, -0.2626371383666992, -1.846785306930542, 0.05159193277359009, -0.06377433240413666, -0.02626720443367958, -0.3346650004386902, -0.4778459966182709, 0.09929700195789337, 1.2384922504425049, -1.5155669450759888, 0.9185877442359924, 0.0, 0.0, 0.0003628165286500007, -0.23443399369716644, -0.8394028544425964, 1.911939024925232, -1.0703715085983276, -0.0019972126465290785], "max": [0.5438445806503296, 0.5783672332763672, 0.5227959156036377, -1.449007272720337, -0.13440780341625214, 0.08433430641889572, 0.047280970960855484, -0.1783200055360794, 0.4887480139732361, 0.23457099497318268, -1.23258638381958, -1.2236140966415405, -0.6867836713790894, 0.1440420299768448, 0.2272593230009079, 0.027488935738801956, -1.3443747758865356, 0.19975292682647705, 0.13383184373378754, 0.23778365552425385, -0.2697429955005646, -0.3734529912471771, 0.2127089947462082, 1.512744426727295, -1.2618663311004639, 1.1133365631103516, 1001.0, 1003.0, 0.00038725495687685907, -0.23089607059955597, -0.8383395075798035, 1.9127298593521118, -1.0671055316925049, 0.003418233245611191], "mean": [0.18308663368225098, 0.23089228570461273, 0.09238044172525406, -1.807125449180603, -0.26314085721969604, -0.016623854637145996, -0.09764774143695831, -0.2704528868198395, 0.37702104449272156, 0.17336586117744446, -1.4053001403808594, -1.3900066614151, -1.11898934841156, -0.03949703276157379, 0.17776036262512207, -0.06251377612352371, -1.6666854619979858, 0.14937427639961243, 0.08838436752557755, 0.16161026060581207, -0.28480011224746704, -0.4254636764526367, 0.17678934335708618, 1.362952709197998, -1.390160322189331, 1.039167881011963, 651.855712890625, 661.8637084960938, 0.00037612367304973304, -0.23178473114967346, -0.8390626907348633, 1.9122081995010376, -1.0681333541870117, 0.00020867785497102886], "std": [0.2153622955083847, 0.08097893744707108, 0.16165849566459656, 0.12137830257415771, 0.10173250734806061, 0.03568997234106064, 0.15921258926391602, 0.03924959897994995, 0.036652930080890656, 0.06917543709278107, 0.23994573950767517, 0.17762286961078644, 0.14008526504039764, 0.07184939086437225, 0.06728482246398926, 0.1037813201546669, 0.10242100059986115, 0.056515298783779144, 0.0646134689450264, 0.0929427444934845, 0.020536178722977638, 0.024115772917866707, 0.04589468985795975, 0.06356430053710938, 0.042652200907468796, 0.025245053693652153, 465.6098937988281, 462.821044921875, 1.6086846699181478e-06, 0.000715705391485244, 0.00020952978229615837, 0.00014445882698055357, 0.00042858647066168487, 0.0005516943638212979], "count": [1005]}, "action": {"min": [-0.4194375276565552, 0.09576621651649475, -0.1710946410894394, -2.1497044563293457, -0.6279869079589844, -0.09288642555475235, -0.6591933965682983, -0.31277599930763245, 0.2776229977607727, -0.018648000434041023, -1.9939210414886475, -1.8984804153442383, -1.2534067630767822, -0.17837265133857727, 0.010821041651070118, -0.2626371383666992, -1.846785306930542, 0.05159193277359009, -0.06377433240413666, -0.02626720443367958, -0.3346650004386902, -0.4778459966182709, 0.09929700195789337, 1.2384922504425049, -1.5155669450759888, 0.9185877442359924, 0.0, 0.0, 0.0003628165286500007, -0.23443399369716644, -0.8394028544425964, 1.911939024925232, -1.0703715085983276, -0.0019972126465290785], "max": [0.5438445806503296, 0.5783672332763672, 0.5227959156036377, -1.449007272720337, -0.13440780341625214, 0.08433430641889572, 0.047280970960855484, -0.1783200055360794, 0.4887480139732361, 0.23457099497318268, -1.23258638381958, -1.2236140966415405, -0.6867836713790894, 0.1440420299768448, 0.2272593230009079, 0.027488935738801956, -1.3443747758865356, 0.19975292682647705, 0.13383184373378754, 0.23778365552425385, -0.2697429955005646, -0.3734529912471771, 0.2127089947462082, 1.512744426727295, -1.2618663311004639, 1.1133365631103516, 1001.0, 1003.0, 0.00038725495687685907, -0.23089607059955597, -0.8383395075798035, 1.9127298593521118, -1.0671055316925049, 0.003418233245611191], "mean": [0.18305006623268127, 0.2307969480752945, 0.0923374816775322, -1.8070181608200073, -0.2630324065685272, -0.016646862030029297, -0.09766751527786255, -0.2704816162586212, 0.37703096866607666, 0.17337116599082947, -1.405245304107666, -1.3899542093276978, -1.1189732551574707, -0.03935711458325386, 0.17778882384300232, -0.06224408373236656, -1.6666043996810913, 0.14950008690357208, 0.08857215940952301, 0.16186310350894928, -0.284780353307724, -0.42551761865615845, 0.1768895387649536, 1.3628414869308472, -1.3902182579040527, 1.039138674736023, 651.855712890625, 661.8637084960938, 0.00037612367304973304, -0.2317861020565033, -0.8390626311302185, 1.9122085571289062, -1.0681337118148804, 0.00020871279411949217], "std": [0.21535171568393707, 0.08102334290742874, 0.16167734563350677, 0.12138888239860535, 0.10180031508207321, 0.03570002689957619, 0.1592041403055191, 0.03926953300833702, 0.036651477217674255, 0.06917780637741089, 0.2399764060974121, 0.17765185236930847, 0.14007818698883057, 0.07172554731369019, 0.067295603454113, 0.10361330211162567, 0.10237028449773788, 0.05646967515349388, 0.06444521248340607, 0.09277667850255966, 0.020538795739412308, 0.02406599372625351, 0.045858003199100494, 0.0634641945362091, 0.042608316987752914, 0.02523048035800457, 465.6098937988281, 462.821044921875, 1.6086847836049856e-06, 0.0007156851352192461, 0.00020952515478711575, 0.00014424254186451435, 0.00042836787179112434, 0.0005516889505088329], "count": [1005]}, "timestamp": {"min": [0.0], "max": [33.46666666666667], "mean": [16.733333333333334], "std": [9.670612221609382], "count": [1005]}, "frame_index": {"min": [0], "max": [1004], "mean": [502.0], "std": [290.11836664828144], "count": [1005]}, "episode_index": {"min": [349], "max": [349], "mean": [349.0], "std": [0.0], "count": [1005]}, "index": {"min": [299363], "max": [300367], "mean": [299865.0], "std": [290.11836664828144], "count": [1005]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1005]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6845771144278607, 0.6606129352978676], "std": [0.46468407421546587, 0.4618997656137435], "count": [1005]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6845771144278607, 0.6606129352978676], "std": [0.46468407421546587, 0.4618997656137436], "count": [1005]}, "eef_direction_state": {"mean": [5.111442786069651, 5.285572139303483], "std": [1.7741982725750185, 1.7463653216998247], "min": [0, 0], "max": [6, 6], "count": [1005]}, "eef_velocity_state": {"mean": [0.3263681592039801, 0.1701492537313433], "std": [0.6456523129633532, 0.39386397835385156], "min": [0, 0], "max": [2, 2], "count": [1005]}, "eef_acc_mag_state": {"mean": [0.23681592039800994, 0.14328358208955225], "std": [0.576175252278833, 0.4714402239471401], "min": [0, 0], "max": [2, 2], "count": [1005]}, "eef_direction_action": {"mean": [5.111442786069651, 5.285572139303483], "std": [1.7741982725750185, 1.7463653216998247], "min": [0, 0], "max": [6, 6], "count": [1005]}, "eef_velocity_action": {"mean": [0.3263681592039801, 0.1701492537313433], "std": [0.6456523129633532, 0.3938639783538516], "min": [0, 0], "max": [2, 2], "count": [1005]}, "eef_acc_mag_action": {"mean": [0.23681592039800994, 0.14328358208955225], "std": [0.5761752522788329, 0.47144022394714014], "min": [0, 0], "max": [2, 2], "count": [1005]}, "eef_sim_pose_state": {"mean": [0.4008351736737734, 0.2479838886743434, 1.167013551264051, -0.04019251554799708, 0.016937897180316096, 1.3233024787516086, 0.4450739056247358, -0.2529067316925563, 1.162218822675081, -0.0432960267400228, -0.013510114543036793, -1.3276418542612256], "std": [0.04635897320435736, 0.0471929388648547, 0.03310503138547188, 0.05604357818771418, 0.02867359226255764, 0.28101980192658915, 0.02371398531812758, 0.04481320728623428, 0.01869848814829348, 0.045748100231051934, 0.03449214062680533, 0.03502343083211575], "min": [0.3213123685696493, 0.11131340932920572, 1.1312186260899983, -0.1701015626706679, -0.09393293538230973, 0.5636414185434871, 0.3956458995885232, -0.28775640221122273, 1.1192920873102363, -0.1377179903040736, -0.07079126423256743, -1.4677112640186039], "max": [0.5372105552498804, 0.3232099533956672, 1.2467788398469555, 0.01947766208305335, 0.08655582117463467, 1.5261840848975181, 0.49657332783079045, -0.18568191000676446, 1.1763424407083565, 0.0554465460819803, 0.07487362351870686, -1.2054732747535537], "count": [1005]}, "eef_sim_pose_action": {"mean": [0.4008444416115146, 0.24798225389155282, 1.1669886228672544, -0.04015913594319897, 0.016908975154866134, 1.323363931984543, 0.44512704493190813, -0.2530039153639158, 1.162249132889532, -0.043388103044002084, -0.01345966192766527, -1.327665131180988], "std": [0.046356436980051485, 0.04719239449811659, 0.03312212453928092, 0.056066984557175306, 0.02867230385704558, 0.2810533439691998, 0.023664614016182427, 0.04477969251955895, 0.018694513399928968, 0.04565702165207652, 0.034450058230032714, 0.035015744246210366], "min": [0.3213123685696493, 0.11131340932920572, 1.1312186260899983, -0.1701015626706679, -0.09393293538230973, 0.5636414185434871, 0.3956458995885232, -0.28775640221122273, 1.1192920873102363, -0.1377179903040736, -0.07079126423256743, -1.4677112640186039], "max": [0.5372105552498804, 0.3232099533956672, 1.2467788398469555, 0.01947766208305335, 0.08655582117463467, 1.5261840848975181, 0.49657332783079045, -0.18568191000676446, 1.1763424407083565, 0.0554465460819803, 0.07487362351870686, -1.2054732747535537], "count": [1005]}, "gripper_mode_state": {"mean": [0.3154228855721393, 0.33930348258706466], "std": [0.46468407421546587, 0.47347294462446293], "min": [0, 0], "max": [1, 1], "count": [1005]}, "gripper_activity_state": {"mean": [1.991044776119403, 1.8935323383084577], "std": [0.12184078586243913, 0.4083798351415731], "min": [0, 0], "max": [2, 2], "count": [1005]}, "gripper_mode_action": {"mean": [0.3154228855721393, 0.33930348258706466], "std": [0.46468407421546587, 0.473472944624463], "min": [0, 0], "max": [1, 1], "count": [1005]}, "gripper_activity_action": {"mean": [1.991044776119403, 1.8935323383084577], "std": [0.12184078586243913, 0.4083798351415731], "min": [0, 0], "max": [2, 2], "count": [1005]}}} +{"episode_index": 349, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4621833189873171]], [[0.4480376886865857]], [[0.4360323466192032]]], "std": [[[0.16489474229079754]], [[0.16953382208308293]], [[0.1732187333249577]]], "count": [168]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4762525409469343]], [[0.46901627786531275]], [[0.4623533642623716]]], "std": [[[0.1474714173567624]], [[0.14992820918597163]], [[0.1529568296540317]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4498520840627918]], [[0.4497795090258325]], [[0.43830603942966073]]], "std": [[[0.1617192388679694]], [[0.1587461215056164]], [[0.1645097468175867]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5012106651688454]], [[0.491063680506925]], [[0.47536225028205725]]], "std": [[[0.15873809388991783]], [[0.151924342901885]], [[0.161658511816721]]], "count": [168]}, "observation.state": {"min": [-0.560547411441803, 0.2272418737411499, -0.2209412306547165, -2.1404194831848145, -0.7101221084594727, -0.09958848357200623, -0.6950249671936035, -0.2832770049571991, 0.30301401019096375, 0.005714999977499247, -2.049527406692505, -2.0242745876312256, -1.3667844533920288, -0.19148007035255432, 0.01062905602157116, -0.2626371383666992, -1.8070964813232422, 0.06557201594114304, -0.06372196972370148, -0.026232298463582993, -0.3257429897785187, -0.47900301218032837, 0.10966499894857407, 1.2240142822265625, -1.6086117029190063, 0.9540349245071411, 0.0, 0.0, 0.00032897869823500514, -0.23312371969223022, -0.8398370742797852, 1.911955714225769, -1.0701805353164673, -0.002485124859958887], "max": [0.4570319354534149, 0.6735225319862366, 0.5837602615356445, -1.3895089626312256, -0.253456711769104, 0.15521211922168732, 0.08361872285604477, -0.1657709926366806, 0.5118680000305176, 0.24903100728988647, -1.2303577661514282, -1.202925443649292, -0.4462398290634155, 0.1506393551826477, 0.2581341862678528, 0.006649704650044441, -1.386751413345337, 0.26563912630081177, 0.21596702933311462, 0.28468066453933716, -0.2595820128917694, -0.37372100353240967, 0.20319600403308868, 1.4887497425079346, -1.3291609287261963, 1.099227786064148, 1001.0, 1003.0, 0.0003834952076431364, -0.2308434396982193, -0.8384377956390381, 1.912575364112854, -1.0676522254943848, 0.004581058863550425], "mean": [0.16479329764842987, 0.29776161909103394, 0.10287735611200333, -1.8359781503677368, -0.3324166238307953, 0.0017506531439721584, -0.13176584243774414, -0.25537440180778503, 0.3763597309589386, 0.17883005738258362, -1.4504342079162598, -1.4230107069015503, -1.07615065574646, -0.04463175684213638, 0.19787000119686127, -0.07484167069196701, -1.6852787733078003, 0.19654108583927155, 0.09036167711019516, 0.19019261002540588, -0.2788769602775574, -0.4223371744155884, 0.171153262257576, 1.3952200412750244, -1.4399034976959229, 1.036147117614746, 548.88037109375, 637.445068359375, 0.00037160678766667843, -0.2316938042640686, -0.8390177488327026, 1.912093997001648, -1.0681676864624023, 0.0001848278334364295], "std": [0.25571203231811523, 0.1152137890458107, 0.18677809834480286, 0.13544464111328125, 0.1354055553674698, 0.05336586385965347, 0.21574550867080688, 0.043481357395648956, 0.03985370323061943, 0.06264937669038773, 0.27709120512008667, 0.21820656955242157, 0.23254474997520447, 0.0761384665966034, 0.07552231848239899, 0.09628419578075409, 0.10050632059574127, 0.07909965515136719, 0.0657038539648056, 0.11110687255859375, 0.022790594026446342, 0.024213535711169243, 0.04205600172281265, 0.07868292927742004, 0.053861845284700394, 0.0265052430331707, 486.4187316894531, 469.61199951171875, 3.6586341138900025e-06, 0.0005921769188717008, 0.00019803935720119625, 0.0001309650979237631, 0.0004420593031682074, 0.000700545497238636], "count": [928]}, "action": {"min": [-0.560547411441803, 0.2272418737411499, -0.2209412306547165, -2.1404194831848145, -0.7101221084594727, -0.09958848357200623, -0.6950249671936035, -0.2832770049571991, 0.30301401019096375, 0.005714999977499247, -2.049527406692505, -2.0242745876312256, -1.3667844533920288, -0.19148007035255432, 0.01062905602157116, -0.2626371383666992, -1.8070964813232422, 0.06557201594114304, -0.06370452046394348, -0.026232298463582993, -0.3257429897785187, -0.47900301218032837, 0.10966499894857407, 1.2240142822265625, -1.6086117029190063, 0.9540349245071411, 0.0, 0.0, 0.00032897869823500514, -0.23312371969223022, -0.8398370742797852, 1.911955714225769, -1.0701805353164673, -0.002485124859958887], "max": [0.4570319354534149, 0.6735225319862366, 0.5837602615356445, -1.3895089626312256, -0.253456711769104, 0.15521211922168732, 0.08361872285604477, -0.1657709926366806, 0.5118680000305176, 0.24903100728988647, -1.2303577661514282, -1.202925443649292, -0.4462398290634155, 0.1506393551826477, 0.2581341862678528, 0.006649704650044441, -1.386751413345337, 0.26563912630081177, 0.21596702933311462, 0.28468066453933716, -0.2595820128917694, -0.37372100353240967, 0.20319600403308868, 1.4887497425079346, -1.3291609287261963, 1.099227786064148, 1001.0, 1003.0, 0.0003834952076431364, -0.2308434396982193, -0.8384377956390381, 1.912575364112854, -1.0676522254943848, 0.004581058863550425], "mean": [0.1648106575012207, 0.2977644205093384, 0.10281184315681458, -1.8359901905059814, -0.3324485719203949, 0.0017366418614983559, -0.1317446529865265, -0.2553674280643463, 0.37635716795921326, 0.178859144449234, -1.45038640499115, -1.4229508638381958, -1.076216697692871, -0.04449617862701416, 0.19793318212032318, -0.07456578314304352, -1.685221552848816, 0.19674479961395264, 0.09054254740476608, 0.19051367044448853, -0.27884557843208313, -0.42238849401474, 0.17125381529331207, 1.3951683044433594, -1.4400315284729004, 1.036121129989624, 548.88037109375, 637.445068359375, 0.00037159869680181146, -0.23169340193271637, -0.8390173316001892, 1.9120938777923584, -1.0681670904159546, 0.00018488510977476835], "std": [0.2557193636894226, 0.11521248519420624, 0.18681013584136963, 0.13544629514217377, 0.13539056479930878, 0.05337347462773323, 0.21575744450092316, 0.043477412313222885, 0.03985438123345375, 0.06266631931066513, 0.2771211564540863, 0.21824301779270172, 0.2325844019651413, 0.07602113485336304, 0.07553912699222565, 0.09611257165670395, 0.10047213733196259, 0.07900572568178177, 0.06551001965999603, 0.11091328412294388, 0.02279234491288662, 0.02416599914431572, 0.04202042147517204, 0.07864570617675781, 0.05373990908265114, 0.026487134397029877, 486.4187316894531, 469.61199951171875, 3.6572889712260803e-06, 0.0005917737144045532, 0.00019802339375019073, 0.00013101774675305933, 0.0004415920120663941, 0.0007005439838394523], "count": [928]}, "timestamp": {"min": [0.0], "max": [30.9], "mean": [15.450000000000003], "std": [8.92967897892565], "count": [928]}, "frame_index": {"min": [0], "max": [927], "mean": [463.5], "std": [267.89036936776955], "count": [928]}, "episode_index": {"min": [350], "max": [350], "mean": [350.0], "std": [0.0], "count": [928]}, "index": {"min": [300368], "max": [301295], "mean": [300831.5], "std": [267.89036936776955], "count": [928]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [928]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5851293103448276, 0.6362500000732012], "std": [0.49269970623109854, 0.4686869796400866], "count": [928]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5851293103448276, 0.6362500000732012], "std": [0.49269970623109854, 0.4686869796400866], "count": [928]}, "eef_direction_state": {"mean": [4.731681034482759, 5.247844827586207], "std": [2.1446074558390267, 1.7601294554831923], "min": [0, 0], "max": [6, 6], "count": [928]}, "eef_velocity_state": {"mean": [0.3900862068965517, 0.16918103448275862], "std": [0.647266128299815, 0.3749117390187989], "min": [0, 0], "max": [2, 1], "count": [928]}, "eef_acc_mag_state": {"mean": [0.2855603448275862, 0.11099137931034483], "std": [0.6257121017604921, 0.4146663177762376], "min": [0, 0], "max": [2, 2], "count": [928]}, "eef_direction_action": {"mean": [4.731681034482759, 5.247844827586207], "std": [2.144607455839027, 1.7601294554831926], "min": [0, 0], "max": [6, 6], "count": [928]}, "eef_velocity_action": {"mean": [0.3900862068965517, 0.16918103448275862], "std": [0.647266128299815, 0.3749117390187989], "min": [0, 0], "max": [2, 1], "count": [928]}, "eef_acc_mag_action": {"mean": [0.2855603448275862, 0.11099137931034483], "std": [0.6257121017604921, 0.4146663177762376], "min": [0, 0], "max": [2, 2], "count": [928]}, "eef_sim_pose_state": {"mean": [0.40410697045828364, 0.2587431211404429, 1.1819296414753762, -0.041808282844178285, 0.01407093114847778, 1.263636807292977, 0.4435698575945778, -0.25281014648164296, 1.1666506430905985, -0.030425326048234915, 0.009593309945336718, -1.2786344917463208], "std": [0.05383481432579478, 0.038282270351727765, 0.040347556318434015, 0.03747961354655413, 0.044048034430096944, 0.35256107945011034, 0.024278512120110257, 0.04459527195490921, 0.01824723606739309, 0.06431070762640574, 0.03765928289331766, 0.040326998558406296], "min": [0.3444088142651014, 0.14908898970728568, 1.156780386721069, -0.1522149962019212, -0.12371054869049991, 0.3858842094170151, 0.3944989520459702, -0.2889211114367586, 1.133438822050646, -0.17118501256578877, -0.0676062657407297, -1.4181908106868162], "max": [0.5703205827663919, 0.3470958691008735, 1.2651076948138593, -0.017437282090227435, 0.08856896400096903, 1.5744871531744362, 0.4989048753983332, -0.18453788560888246, 1.1850390155366908, 0.057072666682013606, 0.10923462130732076, -1.1941522322487217], "count": [928]}, "eef_sim_pose_action": {"mean": [0.4041037163400182, 0.2587630948084587, 1.1819340440672392, -0.041830156422637155, 0.01408354388726973, 1.263715389449623, 0.4436226444273337, -0.2529160638229875, 1.1666888570902105, -0.030485669777425707, 0.009675764682709276, -1.2785822823497048], "std": [0.05383615062807957, 0.03829011907677144, 0.04034504039037676, 0.03747140894812488, 0.04405503316994207, 0.35260981395755203, 0.02422903644969578, 0.04455954646675325, 0.01823792021885753, 0.06426341351183508, 0.037574095591550144, 0.040325023203162426], "min": [0.3444088142651014, 0.14908898970728568, 1.156780386721069, -0.1522149962019212, -0.12371054869049991, 0.3858842094170151, 0.3944989520459702, -0.2889211114367586, 1.133438822050646, -0.17118501256578877, -0.0676062657407297, -1.4181908106868162], "max": [0.5703205827663919, 0.3470958691008735, 1.2651076948138593, -0.017437282090227435, 0.08856896400096903, 1.5744871531744362, 0.4989048753983332, -0.18453788560888246, 1.1850390155366908, 0.057072666682013606, 0.10923462130732076, -1.1941522322487217], "count": [928]}, "gripper_mode_state": {"mean": [0.41487068965517243, 0.36314655172413796], "std": [0.49269970623109854, 0.48090657480949667], "min": [0, 0], "max": [1, 1], "count": [928]}, "gripper_activity_state": {"mean": [1.990301724137931, 1.8857758620689655], "std": [0.12676646460618643, 0.42280396301535567], "min": [0, 0], "max": [2, 2], "count": [928]}, "gripper_mode_action": {"mean": [0.41487068965517243, 0.36314655172413796], "std": [0.49269970623109854, 0.4809065748094966], "min": [0, 0], "max": [1, 1], "count": [928]}, "gripper_activity_action": {"mean": [1.990301724137931, 1.8857758620689655], "std": [0.12676646460618643, 0.42280396301535567], "min": [0, 0], "max": [2, 2], "count": [928]}}} +{"episode_index": 350, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46532509780067743]], [[0.4504107986260198]], [[0.4384145302585754]]], "std": [[[0.16706359653295785]], [[0.17311196661343292]], [[0.1762715982283457]]], "count": [137]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4709111564333763]], [[0.46418303337149946]], [[0.45803541547397547]]], "std": [[[0.1458420432287633]], [[0.14912888185193682]], [[0.15265040090624132]]], "count": [137]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46476768910118793]], [[0.46245686483230763]], [[0.45241940538380804]]], "std": [[[0.16448987294765657]], [[0.160189665382183]], [[0.16642949264611673]]], "count": [137]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5056785905968227]], [[0.4976189470922189]], [[0.48333304410572014]]], "std": [[[0.15968631323018143]], [[0.15200448423022622]], [[0.16200134295478152]]], "count": [137]}, "observation.state": {"min": [-0.47945940494537354, 0.169925257563591, -0.20643754303455353, -2.154818296432495, -0.5488711595535278, -0.038117989897727966, -0.47514843940734863, -0.29437801241874695, 0.31777599453926086, -0.0063669998198747635, -1.9680888652801514, -1.8246625661849976, -1.2476143836975098, -0.17331120371818542, 0.040421824902296066, -0.2626197040081024, -1.7814924716949463, 0.06585127115249634, -0.0636521577835083, -0.026197392493486404, -0.3314329981803894, -0.4798789918422699, 0.10967700183391571, 1.2705327272415161, -1.5690685510635376, 0.9127756357192993, 0.0, 0.0, 0.0003552970301825553, -0.23485320806503296, -0.8396175503730774, 1.912063479423523, -1.069665551185608, -0.0020067051518708467], "max": [0.43598324060440063, 0.5311735272407532, 0.5484173893928528, -1.4008710384368896, -0.1022588461637497, 0.13924236595630646, 0.16229815781116486, -0.17684300243854523, 0.499210000038147, 0.2569670081138611, -1.2239880561828613, -1.0822360515594482, -0.6364616751670837, 0.15358898043632507, 0.3136182129383087, -0.004817108623683453, -1.3510768413543701, 0.41954225301742554, 0.11791444569826126, 0.32875022292137146, -0.27409499883651733, -0.37616199254989624, 0.22612400352954865, 1.475890874862671, -1.3291609287261963, 1.1239041090011597, 1001.0, 1003.0, 0.00037597568007186055, -0.22894287109375, -0.8379726409912109, 1.91262686252594, -1.0672504901885986, 0.0035359396133571863], "mean": [0.12515443563461304, 0.26730141043663025, 0.12130724638700485, -1.7962217330932617, -0.29790452122688293, 0.008542096242308617, -0.11319293826818466, -0.2576518952846527, 0.3880888521671295, 0.16956576704978943, -1.4476087093353271, -1.4065393209457397, -1.0824474096298218, -0.03545469418168068, 0.24472667276859283, -0.07557537406682968, -1.622018575668335, 0.2949748635292053, 0.019973939284682274, 0.22974029183387756, -0.28818777203559875, -0.4246598482131958, 0.18526196479797363, 1.410123348236084, -1.4899063110351562, 1.0759621858596802, 552.9547729492188, 662.2810668945312, 0.00036819998058490455, -0.23158830404281616, -0.8390553593635559, 1.9122843742370605, -1.0681023597717285, 0.00024670298444107175], "std": [0.2581953704357147, 0.07511936873197556, 0.19405077397823334, 0.15198737382888794, 0.09642913937568665, 0.05224514752626419, 0.16956458985805511, 0.04177414998412132, 0.04212163761258125, 0.07591716200113297, 0.2599843144416809, 0.1910366714000702, 0.19018635153770447, 0.0727119892835617, 0.097084179520607, 0.09389369934797287, 0.09606374055147171, 0.1464020162820816, 0.041606321930885315, 0.12788958847522736, 0.018841911107301712, 0.02333902381360531, 0.050232499837875366, 0.05872044339776039, 0.06598827242851257, 0.046614862978458405, 482.1607360839844, 457.7507629394531, 1.4195445601217216e-06, 0.0015490044606849551, 0.00020374539599288255, 0.00014294078573584557, 0.00030530805815942585, 0.0006414806703105569], "count": [708]}, "action": {"min": [-0.47945940494537354, 0.169925257563591, -0.20643754303455353, -2.154818296432495, -0.5488711595535278, -0.038117989897727966, -0.47514843940734863, -0.29437801241874695, 0.31777599453926086, -0.0063669998198747635, -1.9680888652801514, -1.8246625661849976, -1.2476143836975098, -0.17331120371818542, 0.040421824902296066, -0.2626197040081024, -1.7814924716949463, 0.06585127115249634, -0.0636521577835083, -0.026197392493486404, -0.3314329981803894, -0.4798789918422699, 0.10967700183391571, 1.2705327272415161, -1.5690685510635376, 0.9127756357192993, 0.0, 0.0, 0.0003552970301825553, -0.23485320806503296, -0.8396175503730774, 1.912063479423523, -1.069665551185608, -0.0020067051518708467], "max": [0.43598324060440063, 0.5311735272407532, 0.5484173893928528, -1.4008710384368896, -0.1022588461637497, 0.13924236595630646, 0.16229815781116486, -0.17684300243854523, 0.499210000038147, 0.2569670081138611, -1.2239880561828613, -1.0822360515594482, -0.6364616751670837, 0.15358898043632507, 0.3136182129383087, -0.004817108623683453, -1.3510768413543701, 0.41954225301742554, 0.11791444569826126, 0.32875022292137146, -0.27409499883651733, -0.37616199254989624, 0.22612400352954865, 1.475890874862671, -1.3291609287261963, 1.1239041090011597, 1001.0, 1003.0, 0.00037597568007186055, -0.22894287109375, -0.8379726409912109, 1.91262686252594, -1.0672504901885986, 0.0035359396133571863], "mean": [0.12496259808540344, 0.2672773599624634, 0.12125237286090851, -1.7959946393966675, -0.2979210317134857, 0.008525874465703964, -0.11318182200193405, -0.25766721367836, 0.3881450295448303, 0.16960719227790833, -1.4475147724151611, -1.4064611196517944, -1.0825190544128418, -0.03526169806718826, 0.24489940702915192, -0.07521717995405197, -1.621821403503418, 0.2954530119895935, 0.02008654735982418, 0.2302265465259552, -0.28816550970077515, -0.4247310161590576, 0.18542176485061646, 1.4100590944290161, -1.4901845455169678, 1.076018214225769, 552.9547729492188, 662.2810668945312, 0.00036819998058490455, -0.23158834874629974, -0.8390557169914246, 1.9122847318649292, -1.0681023597717285, 0.0002463999844621867], "std": [0.25814172625541687, 0.07513051480054855, 0.1940786987543106, 0.15202774107456207, 0.09642259776592255, 0.05225604772567749, 0.16957105696201324, 0.04178554564714432, 0.04211955890059471, 0.07594277709722519, 0.2600506544113159, 0.1910838931798935, 0.1902344673871994, 0.07252701371908188, 0.09709415584802628, 0.09366301447153091, 0.09590040147304535, 0.1462046205997467, 0.04148763418197632, 0.12757013738155365, 0.018846560269594193, 0.02326778881251812, 0.05017182603478432, 0.05867381393909454, 0.06572483479976654, 0.046627502888441086, 482.1607666015625, 457.750732421875, 1.4195445601217216e-06, 0.001548989675939083, 0.0002038626407738775, 0.00014275031571742147, 0.0003053275286220014, 0.0006415004027076066], "count": [708]}, "timestamp": {"min": [0.0], "max": [23.566666666666666], "mean": [11.783333333333331], "std": [6.812726380880179], "count": [708]}, "frame_index": {"min": [0], "max": [707], "mean": [353.5], "std": [204.38179142640536], "count": [708]}, "episode_index": {"min": [351], "max": [351], "mean": [351.0], "std": [0.0], "count": [708]}, "index": {"min": [301296], "max": [302003], "mean": [301649.5], "std": [204.38179142640536], "count": [708]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [708]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6016949152542372, 0.6610593221480511], "std": [0.4895489191198723, 0.4568447293438794], "count": [708]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6016949152542372, 0.6610593221480511], "std": [0.4895489191198723, 0.4568447293438794], "count": [708]}, "eef_direction_state": {"mean": [4.716101694915254, 5.15819209039548], "std": [2.0707597205293022, 1.8964293261521963], "min": [0, 0], "max": [6, 6], "count": [708]}, "eef_velocity_state": {"mean": [0.4632768361581921, 0.20903954802259886], "std": [0.7422339902235017, 0.45575749773430135], "min": [0, 0], "max": [2, 2], "count": [708]}, "eef_acc_mag_state": {"mean": [0.3347457627118644, 0.15112994350282485], "std": [0.6677236545654371, 0.47661277802513335], "min": [0, 0], "max": [2, 2], "count": [708]}, "eef_direction_action": {"mean": [4.716101694915254, 5.15819209039548], "std": [2.0707597205293022, 1.8964293261521963], "min": [0, 0], "max": [6, 6], "count": [708]}, "eef_velocity_action": {"mean": [0.4632768361581921, 0.20903954802259886], "std": [0.7422339902235017, 0.45575749773430135], "min": [0, 0], "max": [2, 2], "count": [708]}, "eef_acc_mag_action": {"mean": [0.3347457627118644, 0.15112994350282485], "std": [0.6677236545654371, 0.47661277802513335], "min": [0, 0], "max": [2, 2], "count": [708]}, "eef_sim_pose_state": {"mean": [0.41420076387380567, 0.2489089070033751, 1.179648560487588, -0.041509196613932105, 0.0035831736194756585, 1.2778966098648092, 0.4467687873447316, -0.2698978847712304, 1.1535729588066166, 0.0024803963780605904, 0.056145999485752524, -1.2487770776487672], "std": [0.05583270346883767, 0.0494985162307168, 0.03803535230999939, 0.03595401506422958, 0.053523612819029905, 0.31308332871390243, 0.023383489474720225, 0.05410821051546144, 0.013143897213026159, 0.05856890983336347, 0.05162998078429452, 0.045164241675952795], "min": [0.34091585110274386, 0.13202166843360236, 1.1458134367442914, -0.13900753362712281, -0.20345516517099838, 0.6019566697526819, 0.3963671495941097, -0.31239734991314994, 1.1229599296714552, -0.13315670590324957, -0.06757099055244642, -1.348777528652768], "max": [0.5540005573420418, 0.3267396027138279, 1.25534844413989, -0.016260524041169733, 0.045545183093284036, 1.586824186776334, 0.49941795437742215, -0.18867965440818896, 1.1647841150583094, 0.04788981179640783, 0.09672505270256071, -1.1259420143018422], "count": [708]}, "eef_sim_pose_action": {"mean": [0.41425575950208665, 0.2489367502090178, 1.1796332965416962, -0.04150876668024167, 0.0035987069018971266, 1.2780155933213027, 0.4468435636933685, -0.27006944729849164, 1.1535978029406724, 0.002457741224231415, 0.05636542952159282, -1.2486614321049687], "std": [0.05582161886278993, 0.0495128366048405, 0.038046679030263895, 0.03595430291490284, 0.05353365474052656, 0.3131631586477995, 0.023306727618069036, 0.05404300173838167, 0.013143294803582473, 0.058554486343088755, 0.051433742137416805, 0.045126686253638686], "min": [0.34091585110274386, 0.13202166843360236, 1.1458134367442914, -0.13900753362712281, -0.20345516517099838, 0.6019566697526819, 0.3963671495941097, -0.31239734991314994, 1.1229599296714552, -0.13315670590324957, -0.06757099055244642, -1.348777528652768], "max": [0.5540005573420418, 0.3267396027138279, 1.25534844413989, -0.016260524041169733, 0.045545183093284036, 1.586824186776334, 0.49941795437742215, -0.18867965440818896, 1.1647841150583094, 0.04788981179640783, 0.09672505270256071, -1.1259420143018422], "count": [708]}, "gripper_mode_state": {"mean": [0.3983050847457627, 0.3375706214689266], "std": [0.4895489191198723, 0.4728812715576835], "min": [0, 0], "max": [1, 1], "count": [708]}, "gripper_activity_state": {"mean": [1.9872881355932204, 1.8531073446327684], "std": [0.1449994799344801, 0.473482058438931], "min": [0, 0], "max": [2, 2], "count": [708]}, "gripper_mode_action": {"mean": [0.3983050847457627, 0.3375706214689266], "std": [0.4895489191198723, 0.4728812715576835], "min": [0, 0], "max": [1, 1], "count": [708]}, "gripper_activity_action": {"mean": [1.9872881355932204, 1.8531073446327684], "std": [0.1449994799344801, 0.473482058438931], "min": [0, 0], "max": [2, 2], "count": [708]}}} +{"episode_index": 351, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46116509650735293]], [[0.4479307636335784]], [[0.43658441329656866]]], "std": [[[0.1689718464313196]], [[0.1757298466123697]], [[0.17874866150475544]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4737305517258987]], [[0.46844058542687905]], [[0.4620946959252451]]], "std": [[[0.1462455342602364]], [[0.14960165621029664]], [[0.15300307190884255]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44962312219158496]], [[0.4483384931576797]], [[0.43742653824550654]]], "std": [[[0.15932028846252558]], [[0.1552043842240984]], [[0.16136927095145018]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5056403684129902]], [[0.4980098575367647]], [[0.4860971328635621]]], "std": [[[0.15776880284072325]], [[0.1519098212994035]], [[0.16306132215622465]]], "count": [160]}, "observation.state": {"min": [-0.4409574270248413, 0.08213519304990768, -0.15732397139072418, -2.1397910118103027, -0.558191180229187, -0.05602506920695305, -0.5951223373413086, -0.29180699586868286, 0.3065589964389801, -0.02591799944639206, -2.084955930709839, -1.824093222618103, -1.2847189903259277, -0.1811651736497879, 0.048572514206171036, -0.2626197040081024, -1.826539397239685, 0.0648040771484375, -0.06370452046394348, -0.026232298463582993, -0.331167995929718, -0.47951599955558777, 0.10820099711418152, 1.2568782567977905, -1.549548625946045, 0.9706012606620789, 0.0, 0.0, 0.00031581957591697574, -0.2354171872138977, -0.8394591212272644, 1.911960482597351, -1.0701203346252441, -0.0022145898547023535], "max": [0.4426853060722351, 0.6725975275039673, 0.567511260509491, -1.4494086503982544, -0.12103858590126038, 0.13060298562049866, -0.016912240535020828, -0.17278100550174713, 0.49090299010276794, 0.23887600004673004, -1.2359522581100464, -1.1741055250167847, -0.5522229671478271, 0.1547059863805771, 0.29715973138809204, 0.01541125774383545, -1.3599779605865479, 0.3523121774196625, 0.15341444313526154, 0.310528963804245, -0.26813700795173645, -0.3760960102081299, 0.2238049954175949, 1.484426736831665, -1.3291609287261963, 1.080116629600525, 1001.0, 1003.0, 0.0004624500870704651, -0.22932259738445282, -0.837925136089325, 1.9125365018844604, -1.0674866437911987, 0.003542584367096424], "mean": [0.13659757375717163, 0.2563806176185608, 0.11053258180618286, -1.8105744123458862, -0.27518540620803833, 0.006243583280593157, -0.13511647284030914, -0.256609708070755, 0.383102685213089, 0.1668616384267807, -1.4666907787322998, -1.402918815612793, -1.0675179958343506, -0.05256607010960579, 0.2333037406206131, -0.056006014347076416, -1.6637656688690186, 0.26019594073295593, 0.051858123391866684, 0.21980798244476318, -0.28180310130119324, -0.4206596910953522, 0.18715804815292358, 1.402167558670044, -1.4619431495666504, 1.0643690824508667, 572.8682861328125, 675.4776611328125, 0.00039050503983162344, -0.2316911369562149, -0.8390651941299438, 1.9121342897415161, -1.0681581497192383, 0.00023526480072177947], "std": [0.24607720971107483, 0.12106549739837646, 0.2020110934972763, 0.12865254282951355, 0.0910479947924614, 0.048002708703279495, 0.17242605984210968, 0.042522579431533813, 0.03755775839090347, 0.08138266205787659, 0.28864601254463196, 0.17311130464076996, 0.21941740810871124, 0.07156351953744888, 0.08449871093034744, 0.10253407806158066, 0.09812570363283157, 0.11105874925851822, 0.04535554349422455, 0.11859410256147385, 0.020841659978032112, 0.0229144599288702, 0.049269068986177444, 0.058645881712436676, 0.05278069153428078, 0.023045988753437996, 482.47442626953125, 456.1502380371094, 1.6377520296373405e-05, 0.002032874384894967, 0.00024593606940470636, 9.940611198544502e-05, 0.0003812971990555525, 0.0006042309105396271], "count": [873]}, "action": {"min": [-0.4409574270248413, 0.08213519304990768, -0.15732397139072418, -2.1397910118103027, -0.558191180229187, -0.05602506920695305, -0.5951223373413086, -0.29180699586868286, 0.3065589964389801, -0.02591799944639206, -2.084955930709839, -1.824093222618103, -1.2847189903259277, -0.1811651736497879, 0.048572514206171036, -0.2626197040081024, -1.826539397239685, 0.0648040771484375, -0.06370452046394348, -0.026232298463582993, -0.331167995929718, -0.47951599955558777, 0.10820099711418152, 1.2568782567977905, -1.549548625946045, 0.9706012606620789, 0.0, 0.0, 0.00031581957591697574, -0.2354171872138977, -0.8394591212272644, 1.911960482597351, -1.0701203346252441, -0.0022145898547023535], "max": [0.4426853060722351, 0.6725975275039673, 0.567511260509491, -1.4494086503982544, -0.12103858590126038, 0.13060298562049866, -0.016912240535020828, -0.17278100550174713, 0.49090299010276794, 0.23887600004673004, -1.2359522581100464, -1.1741055250167847, -0.5522229671478271, 0.1547059863805771, 0.29715973138809204, 0.01541125774383545, -1.3599779605865479, 0.3523121774196625, 0.15341444313526154, 0.310528963804245, -0.26813700795173645, -0.3760960102081299, 0.2238049954175949, 1.484426736831665, -1.3291609287261963, 1.080116629600525, 1001.0, 1003.0, 0.0004624500870704651, -0.22932259738445282, -0.837925136089325, 1.9125365018844604, -1.0674866437911987, 0.003542584367096424], "mean": [0.13652364909648895, 0.2562705874443054, 0.11040304601192474, -1.8104759454727173, -0.27512893080711365, 0.0062469616532325745, -0.1351974606513977, -0.2566176652908325, 0.3831241726875305, 0.16689418256282806, -1.4666244983673096, -1.4028635025024414, -1.0675783157348633, -0.052426498383283615, 0.2334197610616684, -0.05568859353661537, -1.6636614799499512, 0.26051053404808044, 0.0520036444067955, 0.22018380463123322, -0.28177639842033386, -0.4207135736942291, 0.18728749454021454, 1.4021059274673462, -1.462117075920105, 1.0643815994262695, 572.8682861328125, 675.4776611328125, 0.0003905438061337918, -0.23169006407260895, -0.8390648365020752, 1.9121339321136475, -1.0681586265563965, 0.0002354898606427014], "std": [0.24604836106300354, 0.12112312763929367, 0.20209090411663055, 0.12865567207336426, 0.09107651561498642, 0.048000890761613846, 0.17238864302635193, 0.042528219521045685, 0.03755371645092964, 0.08140229433774948, 0.28869175910949707, 0.17314566671848297, 0.2194567322731018, 0.07144606113433838, 0.08450780063867569, 0.102322518825531, 0.09805940091609955, 0.110896997153759, 0.04518816992640495, 0.11833260208368301, 0.020843420177698135, 0.02286512777209282, 0.04921375960111618, 0.05859799683094025, 0.05259265378117561, 0.023050416260957718, 482.47442626953125, 456.1502380371094, 1.636110755498521e-05, 0.002032889286056161, 0.00024591200053691864, 9.934134141076356e-05, 0.00038107705768197775, 0.0006042607710696757], "count": [873]}, "timestamp": {"min": [0.0], "max": [29.066666666666666], "mean": [14.533333333333331], "std": [8.400440905536293], "count": [873]}, "frame_index": {"min": [0], "max": [872], "mean": [436.0], "std": [252.01322716608877], "count": [873]}, "episode_index": {"min": [352], "max": [352], "mean": [352.0], "std": [0.0], "count": [873]}, "index": {"min": [302004], "max": [302876], "mean": [302440.0], "std": [252.01322716608877], "count": [873]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [873]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6116838487972509, 0.674209622090964], "std": [0.48736712847486263, 0.45523826908075193], "count": [873]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6116838487972509, 0.674209622090964], "std": [0.48736712847486263, 0.45523826908075193], "count": [873]}, "eef_direction_state": {"mean": [4.88659793814433, 5.105383734249713], "std": [1.880682894871186, 1.930731955418931], "min": [0, 0], "max": [6, 6], "count": [873]}, "eef_velocity_state": {"mean": [0.3974799541809851, 0.20504009163802978], "std": [0.6572134377416713, 0.43117068534942876], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_acc_mag_state": {"mean": [0.28751431844215347, 0.143184421534937], "std": [0.6284892576101005, 0.45546440092868246], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_direction_action": {"mean": [4.88659793814433, 5.105383734249713], "std": [1.880682894871186, 1.930731955418931], "min": [0, 0], "max": [6, 6], "count": [873]}, "eef_velocity_action": {"mean": [0.3974799541809851, 0.20504009163802978], "std": [0.6572134377416714, 0.43117068534942876], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_acc_mag_action": {"mean": [0.28751431844215347, 0.143184421534937], "std": [0.6284892576101005, 0.45546440092868246], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_sim_pose_state": {"mean": [0.4103115939876463, 0.2474679889304747, 1.1808544891078532, -0.04053633445168123, -0.008166298990555496, 1.2637919773680304, 0.4420228078088475, -0.26989564445544645, 1.1613128365493344, -0.009267663762810045, 0.035297899558370927, -1.2682941619692272], "std": [0.05009435330403137, 0.05620640860383438, 0.03940924978561782, 0.039496408369037436, 0.0676418996719091, 0.32961345108881557, 0.022931083677458487, 0.05185169887297799, 0.01676276444316055, 0.04913846054590336, 0.04102783774077797, 0.03094746822118155], "min": [0.3502100650489651, 0.10349178164596015, 1.1481544242994646, -0.14957402667719666, -0.15263192810889326, 0.5293535046375932, 0.3963704243641566, -0.30947277012739416, 1.124332519348209, -0.12943947413883494, -0.06757016755396794, -1.3391235743894185], "max": [0.540109781436069, 0.3378668843414728, 1.2552211895051504, -0.0008139976600217702, 0.0589828495193927, 1.5340498391522202, 0.4995672235638308, -0.18831033203437253, 1.1744694141151806, 0.05366413279943594, 0.10463539953118928, -1.2350421927632278], "count": [873]}, "eef_sim_pose_action": {"mean": [0.41033223746869396, 0.24749059363084874, 1.1808458823547145, -0.04054162159719462, -0.008150122160754242, 1.2638783590023575, 0.4420786056568112, -0.27003168540429795, 1.1613446650948298, -0.009311982906633225, 0.03543081168399144, -1.2682298292931322], "std": [0.0500870144643618, 0.05621723527199086, 0.03941531934254936, 0.03949364406259942, 0.06765335599528606, 0.3296710472792604, 0.022879190934565724, 0.05179425175432951, 0.01675717434295602, 0.049104347138826394, 0.04088213521606244, 0.03093083421139222], "min": [0.3502100650489651, 0.10349178164596015, 1.1481544242994646, -0.14957402667719666, -0.15263192810889326, 0.5293535046375932, 0.3963704243641566, -0.30947277012739416, 1.124332519348209, -0.12943947413883494, -0.06757016755396794, -1.3391235743894185], "max": [0.540109781436069, 0.3378668843414728, 1.2552211895051504, -0.0008139976600217702, 0.0589828495193927, 1.5340498391522202, 0.4995672235638308, -0.18831033203437253, 1.1744694141151806, 0.05366413279943594, 0.10463539953118928, -1.2350421927632278], "count": [873]}, "gripper_mode_state": {"mean": [0.38831615120274915, 0.32531500572737687], "std": [0.48736712847486263, 0.468492425526797], "min": [0, 0], "max": [1, 1], "count": [873]}, "gripper_activity_state": {"mean": [1.9896907216494846, 1.8808705612829324], "std": [0.13067459341464988, 0.43025677404033524], "min": [0, 0], "max": [2, 2], "count": [873]}, "gripper_mode_action": {"mean": [0.38831615120274915, 0.32531500572737687], "std": [0.48736712847486263, 0.46849242552679704], "min": [0, 0], "max": [1, 1], "count": [873]}, "gripper_activity_action": {"mean": [1.9896907216494846, 1.8808705612829324], "std": [0.13067459341464988, 0.43025677404033524], "min": [0, 0], "max": [2, 2], "count": [873]}}} +{"episode_index": 352, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46387986519607843]], [[0.4495093613834423]], [[0.4377763167211329]]], "std": [[[0.16430672281494305]], [[0.17102679972624227]], [[0.17418201166703778]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4738556413398693]], [[0.4677183156318083]], [[0.4615002355664488]]], "std": [[[0.1453887268442559]], [[0.14760842188721945]], [[0.15087816448375752]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44767680147058825]], [[0.44638082380174293]], [[0.43531791122004354]]], "std": [[[0.16390929040473026]], [[0.15993745178247917]], [[0.16593879900191583]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4982443804466231]], [[0.4875572453703704]], [[0.47291635484749456]]], "std": [[[0.15505005062689542]], [[0.14899008349881093]], [[0.1579650781093926]]], "count": [150]}, "observation.state": {"min": [-0.41462042927742004, 0.07991862297058105, -0.1979028731584549, -2.1645050048828125, -0.5542467832565308, -0.09279915690422058, -0.5588195323944092, -0.29446399211883545, 0.29047301411628723, -0.020569000393152237, -1.9715214967727661, -1.9081823825836182, -1.3214107751846313, -0.1875007152557373, 0.02480112947523594, -0.2626197040081024, -1.8591771125793457, 0.06318091601133347, -0.0636696144938469, -0.0262148454785347, -0.3310739994049072, -0.4803920090198517, 0.10968100279569626, 1.262427568435669, -1.5120537281036377, 0.9555734992027283, 0.0, 0.0, 0.0003684561816044152, -0.23504307866096497, -0.8394416570663452, 1.9117536544799805, -1.070050597190857, -0.002990123350173235], "max": [0.5401968359947205, 0.5399350523948669, 0.5208935141563416, -1.4130359888076782, -0.13962633907794952, 0.06351253390312195, 0.044139377772808075, -0.189643993973732, 0.48938700556755066, 0.26000499725341797, -1.2148807048797607, -1.1868863105773926, -0.7093247175216675, 0.15676547586917877, 0.31784191727638245, 0.019652407616376877, -1.3479002714157104, 0.24617868661880493, 0.15369369089603424, 0.27457520365715027, -0.22431200742721558, -0.3752399981021881, 0.2201479971408844, 1.4968242645263672, -1.2913228273391724, 1.0809671878814697, 1001.0, 1002.0, 0.0004192128835711628, -0.22886204719543457, -0.8385748267173767, 1.9125380516052246, -1.067665696144104, 0.005497080739587545], "mean": [0.1783469021320343, 0.23913967609405518, 0.10343661904335022, -1.8191742897033691, -0.275669127702713, -0.019061237573623657, -0.10393505543470383, -0.2639875113964081, 0.37668168544769287, 0.16806362569332123, -1.4297415018081665, -1.4042596817016602, -1.1194275617599487, -0.047599583864212036, 0.23209740221500397, -0.06653057038784027, -1.7232145071029663, 0.17470842599868774, 0.08825083822011948, 0.18122835457324982, -0.2626682221889496, -0.42058825492858887, 0.17916306853294373, 1.4405930042266846, -1.373232364654541, 1.0191349983215332, 609.7935180664062, 603.5870361328125, 0.00039824246778152883, -0.23151853680610657, -0.8388760685920715, 1.9121021032333374, -1.068202257156372, 0.00015557951701339334], "std": [0.21647192537784576, 0.08685686439275742, 0.16757124662399292, 0.1347896158695221, 0.08694102615118027, 0.031065264716744423, 0.16542014479637146, 0.03453199565410614, 0.03802900016307831, 0.073323093354702, 0.2516382038593292, 0.1941048502922058, 0.15582208335399628, 0.07606718689203262, 0.09919188171625137, 0.10280212014913559, 0.1274341195821762, 0.0739884003996849, 0.06655613332986832, 0.10583223402500153, 0.03736132010817528, 0.024281727150082588, 0.04770367965102196, 0.08063311129808426, 0.04547081142663956, 0.025688063353300095, 474.5525207519531, 476.3745422363281, 2.768886815829319e-06, 0.002024139277637005, 0.0001511175069026649, 0.00015299512597266585, 0.00036044951411895454, 0.000728609215002507], "count": [804]}, "action": {"min": [-0.41462042927742004, 0.07991862297058105, -0.1979028731584549, -2.1645050048828125, -0.5542467832565308, -0.09279915690422058, -0.5588195323944092, -0.29446399211883545, 0.29047301411628723, -0.020569000393152237, -1.9715214967727661, -1.9081823825836182, -1.3214107751846313, -0.1875007152557373, 0.02480112947523594, -0.2626197040081024, -1.8591771125793457, 0.06318091601133347, -0.0636696144938469, -0.0262148454785347, -0.3310739994049072, -0.4803920090198517, 0.10968100279569626, 1.262427568435669, -1.5120537281036377, 0.9555734992027283, 0.0, 0.0, 0.0003684561816044152, -0.23504307866096497, -0.8394416570663452, 1.9117536544799805, -1.070050597190857, -0.002990123350173235], "max": [0.5401968359947205, 0.5399350523948669, 0.5208935141563416, -1.4130359888076782, -0.13962633907794952, 0.06351253390312195, 0.044139377772808075, -0.189643993973732, 0.48938700556755066, 0.26000499725341797, -1.2148807048797607, -1.1868863105773926, -0.7093247175216675, 0.15676547586917877, 0.31784191727638245, 0.019652407616376877, -1.3479002714157104, 0.24617868661880493, 0.15369369089603424, 0.27457520365715027, -0.22431200742721558, -0.3752399981021881, 0.2201479971408844, 1.4968242645263672, -1.2913228273391724, 1.0809671878814697, 1001.0, 1002.0, 0.0004192128835711628, -0.22886204719543457, -0.8385748267173767, 1.9125380516052246, -1.067665696144104, 0.005497080739587545], "mean": [0.1782499998807907, 0.2389797419309616, 0.10338433086872101, -1.8190417289733887, -0.2755417227745056, -0.019140124320983887, -0.10386580228805542, -0.2639982998371124, 0.3767094314098358, 0.1680716872215271, -1.4296495914459229, -1.404105544090271, -1.1195690631866455, -0.047442927956581116, 0.2322472780942917, -0.06618741154670715, -1.7232327461242676, 0.17491991817951202, 0.0884871706366539, 0.1815892457962036, -0.2625960111618042, -0.42064541578292847, 0.17929862439632416, 1.440610408782959, -1.373262882232666, 1.0190623998641968, 609.7935180664062, 603.5870361328125, 0.00039823775296099484, -0.23152035474777222, -0.8388761281967163, 1.912102222442627, -1.0682023763656616, 0.00015544492634944618], "std": [0.216450497508049, 0.08697162568569183, 0.1675969660282135, 0.1348123699426651, 0.08704786747694016, 0.031150050461292267, 0.16546691954135895, 0.0345393568277359, 0.03802981600165367, 0.07332716137170792, 0.2516999840736389, 0.1942218393087387, 0.15593305230140686, 0.07593799382448196, 0.09921771287918091, 0.10260758548974991, 0.1274418830871582, 0.07391989231109619, 0.06635350733995438, 0.10561848431825638, 0.0373605452477932, 0.024231135845184326, 0.047660984098911285, 0.08064126968383789, 0.04544959217309952, 0.025636397302150726, 474.5525207519531, 476.3745422363281, 2.7684109227266163e-06, 0.0020230470690876245, 0.00015123777848202735, 0.0001530600420664996, 0.00036047122557647526, 0.000728610553778708], "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": [353], "max": [353], "mean": [353.0], "std": [0.0], "count": [804]}, "index": {"min": [302877], "max": [303680], "mean": [303278.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6517412935323383, 0.6024701491450608], "std": [0.4764184923332963, 0.47543856183599326], "count": [804]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6517412935323383, 0.6024701491450608], "std": [0.4764184923332963, 0.47543856183599326], "count": [804]}, "eef_direction_state": {"mean": [4.802238805970149, 5.029850746268656], "std": [2.0202814844236574, 1.9493855333983872], "min": [0, 0], "max": [6, 6], "count": [804]}, "eef_velocity_state": {"mean": [0.4253731343283582, 0.2462686567164179], "std": [0.7040416266205828, 0.47739811755958156], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_acc_mag_state": {"mean": [0.2736318407960199, 0.15049751243781095], "std": [0.6106445854442929, 0.46626199715804273], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_direction_action": {"mean": [4.802238805970149, 5.029850746268656], "std": [2.0202814844236574, 1.9493855333983872], "min": [0, 0], "max": [6, 6], "count": [804]}, "eef_velocity_action": {"mean": [0.4253731343283582, 0.2462686567164179], "std": [0.7040416266205828, 0.4773981175595815], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_acc_mag_action": {"mean": [0.2736318407960199, 0.15049751243781095], "std": [0.6106445854442929, 0.4662619971580427], "min": [0, 0], "max": [2, 2], "count": [804]}, "eef_sim_pose_state": {"mean": [0.4018032088128654, 0.24498531654623618, 1.1717595926609483, -0.05525045290636321, 0.02102067048015347, 1.2999796896610625, 0.44143612411146177, -0.260025551969907, 1.180363097568996, -0.008432512927590015, -0.05350119448493069, -1.2860115761834154], "std": [0.047114199381063114, 0.04949310412685909, 0.028860079317947103, 0.0577782121085108, 0.025847616642666407, 0.3004362353618159, 0.024233311081623594, 0.05017112240406819, 0.03302214125566211, 0.05705402528285608, 0.04696528142151507, 0.028501852908920985], "min": [0.31646873714095997, 0.1077065604418919, 1.1409400010083512, -0.18705279707464917, -0.06134180384244181, 0.5816435276010006, 0.3963704767615743, -0.303444720711201, 1.1240517177729827, -0.14106840000426613, -0.094618142967968, -1.3565028424177954], "max": [0.5390700982588429, 0.32612334965866807, 1.231264023134979, 0.00070696154771277, 0.059409025316286446, 1.596411254497291, 0.4999423710990859, -0.18867936107142788, 1.213281246048855, 0.05629422425414188, 0.06978411980443955, -1.2518785951065405], "count": [804]}, "eef_sim_pose_action": {"mean": [0.4018301521517179, 0.24497286144894445, 1.1717419418180774, -0.05531049737767546, 0.021033995838908515, 1.3001563615250769, 0.4414947147519864, -0.26016623629326024, 1.1804400964833077, -0.008474253707558783, -0.05352167831155476, -1.2859629319883736], "std": [0.04710992266830051, 0.04948944393238505, 0.028873549786129753, 0.05776417153125542, 0.025856377790276084, 0.3005637269094556, 0.02418120194866589, 0.050129475995842575, 0.03301061297472215, 0.05702506575663321, 0.0469749738322742, 0.028503910671253394], "min": [0.31646873714095997, 0.1077065604418919, 1.1409400010083512, -0.18705279707464917, -0.06134180384244181, 0.5816435276010006, 0.3963704767615743, -0.303444720711201, 1.1240517177729827, -0.14106840000426613, -0.094618142967968, -1.3565028424177954], "max": [0.5390700982588429, 0.32612334965866807, 1.231264023134979, 0.00070696154771277, 0.059409025316286446, 1.596411254497291, 0.4999423710990859, -0.18867936107142788, 1.213281246048855, 0.05629422425414188, 0.06978411980443955, -1.2518785951065405], "count": [804]}, "gripper_mode_state": {"mean": [0.3482587064676617, 0.39676616915422885], "std": [0.4764184923332963, 0.4892267124441465], "min": [0, 0], "max": [1, 1], "count": [804]}, "gripper_activity_state": {"mean": [1.9888059701492538, 1.8681592039800996], "std": [0.13613012199219937, 0.44891366334925986], "min": [0, 0], "max": [2, 2], "count": [804]}, "gripper_mode_action": {"mean": [0.3482587064676617, 0.39676616915422885], "std": [0.4764184923332963, 0.4892267124441465], "min": [0, 0], "max": [1, 1], "count": [804]}, "gripper_activity_action": {"mean": [1.9888059701492538, 1.8681592039800996], "std": [0.13613012199219937, 0.44891366334925986], "min": [0, 0], "max": [2, 2], "count": [804]}}} +{"episode_index": 353, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46249951055117167]], [[0.4482888806691376]], [[0.43679374526741593]]], "std": [[[0.16894148986993993]], [[0.17489120807822253]], [[0.17790582901152796]]], "count": [164]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47282536764705885]], [[0.4666087871632393]], [[0.45991921977124184]]], "std": [[[0.14597664330439572]], [[0.14887403078482134]], [[0.1520920865593757]]], "count": [164]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4523052317471704]], [[0.4510064412960306]], [[0.44015979694723417]]], "std": [[[0.16411857508592087]], [[0.15977206342706224]], [[0.165699093118879]]], "count": [164]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48800076219512195]], [[0.4879546356906584]], [[0.47427512005818584]]], "std": [[[0.15192330809838314]], [[0.14864489545313073]], [[0.15710644753430547]]], "count": [164]}, "observation.state": {"min": [-0.4985183775424957, 0.10559242218732834, -0.14730578660964966, -2.201488494873047, -0.5948605537414551, -0.13388420641422272, -0.5862037539482117, -0.3206160068511963, 0.26558101177215576, -0.03847099840641022, -2.047252893447876, -1.9549405574798584, -1.2747349739074707, -0.19045032560825348, 0.0068765971809625626, -0.2626371383666992, -1.8385647535324097, 0.02370157279074192, -0.06370452046394348, -0.026232298463582993, -0.3278149962425232, -0.47772398591041565, 0.10845500230789185, 1.234290599822998, -1.4966880083084106, 0.9344517588615417, 0.0, 0.0, 0.0002951409260276705, -0.23266127705574036, -0.8394598960876465, 1.9119635820388794, -1.0695538520812988, -0.0022611028980463743], "max": [0.582503616809845, 0.5985257625579834, 0.5596747398376465, -1.4387272596359253, -0.16926203668117523, 0.18453365564346313, -0.019285889342427254, -0.17852699756622314, 0.49415600299835205, 0.24009199440479279, -1.2338889837265015, -1.289167881011963, -0.6509479880332947, 0.14147639274597168, 0.18929840624332428, 0.04138175770640373, -1.3935930728912354, 0.10074040293693542, 0.17233380675315857, 0.1353851854801178, -0.2348569929599762, -0.37245699763298035, 0.21408000588417053, 1.4971281290054321, -1.2208613157272339, 1.1456876993179321, 1001.0, 1002.0, 0.0004624500870704651, -0.23089982569217682, -0.8383592963218689, 1.9122520685195923, -1.0677765607833862, 0.002819259185343981], "mean": [0.15458840131759644, 0.26068612933158875, 0.11690310388803482, -1.8006360530853271, -0.2948710322380066, -0.01671840250492096, -0.1415773332118988, -0.2634385824203491, 0.3790547847747803, 0.16481336951255798, -1.4644378423690796, -1.4348405599594116, -1.0745224952697754, -0.04076255112886429, 0.13390494883060455, -0.0425909198820591, -1.7309794425964355, 0.08212310075759888, 0.1048353835940361, 0.10087936371564865, -0.2609142065048218, -0.42490196228027344, 0.17796571552753448, 1.3561304807662964, -1.2859567403793335, 1.0948846340179443, 544.8268432617188, 648.6859130859375, 0.0003600696800276637, -0.23177944123744965, -0.839049756526947, 1.912095546722412, -1.0682076215744019, 0.0001835329894674942], "std": [0.2573268711566925, 0.10404742509126663, 0.18866385519504547, 0.15910926461219788, 0.10453283041715622, 0.06935349851846695, 0.1735461801290512, 0.04126844182610512, 0.04619603976607323, 0.07876653969287872, 0.2707163691520691, 0.20178553462028503, 0.18840880692005157, 0.07006366550922394, 0.047213710844516754, 0.11498546600341797, 0.11319232732057571, 0.022978104650974274, 0.06377901136875153, 0.05013833940029144, 0.03457801416516304, 0.023078279569745064, 0.04680795595049858, 0.06095637381076813, 0.08846775442361832, 0.0702342838048935, 486.4001159667969, 465.84869384765625, 2.379264697083272e-05, 0.0005809834692627192, 0.00024332352040801197, 7.498466584365815e-05, 0.0003627095138654113, 0.0005563978920690715], "count": [901]}, "action": {"min": [-0.4985183775424957, 0.10559242218732834, -0.14730578660964966, -2.201488494873047, -0.5948605537414551, -0.13388420641422272, -0.5862037539482117, -0.3206160068511963, 0.26558101177215576, -0.03847099840641022, -2.047252893447876, -1.9549405574798584, -1.2747349739074707, -0.19045032560825348, 0.0068765971809625626, -0.2626371383666992, -1.8385647535324097, 0.02370157279074192, -0.06370452046394348, -0.026232298463582993, -0.3278149962425232, -0.47772398591041565, 0.10845500230789185, 1.234290599822998, -1.4966880083084106, 0.9344517588615417, 0.0, 0.0, 0.0002951409260276705, -0.23266127705574036, -0.8394598960876465, 1.9119635820388794, -1.0695538520812988, -0.0022611028980463743], "max": [0.582503616809845, 0.5985257625579834, 0.5596747398376465, -1.4387272596359253, -0.16926203668117523, 0.18453365564346313, -0.019285889342427254, -0.17852699756622314, 0.49415600299835205, 0.24009199440479279, -1.2338889837265015, -1.289167881011963, -0.6509479880332947, 0.14147639274597168, 0.18929840624332428, 0.04138175770640373, -1.3935930728912354, 0.10074040293693542, 0.17233380675315857, 0.1353851854801178, -0.2348569929599762, -0.37245699763298035, 0.21408000588417053, 1.4971281290054321, -1.2208613157272339, 1.1456876993179321, 1001.0, 1002.0, 0.0004624500870704651, -0.23089982569217682, -0.8383592963218689, 1.9122520685195923, -1.0677765607833862, 0.002819259185343981], "mean": [0.15442951023578644, 0.2605930268764496, 0.11683760583400726, -1.8004027605056763, -0.2947826087474823, -0.01676378957927227, -0.1416768878698349, -0.2634683847427368, 0.3790993392467499, 0.16482888162136078, -1.4644252061843872, -1.4348092079162598, -1.0745158195495605, -0.04061201959848404, 0.13386191427707672, -0.04225481301546097, -1.7309937477111816, 0.08215821534395218, 0.10504929721355438, 0.10105156898498535, -0.2608519196510315, -0.42496004700660706, 0.17808058857917786, 1.355995535850525, -1.2858408689498901, 1.094969630241394, 544.8268432617188, 648.6859130859375, 0.00036001333501189947, -0.23177997767925262, -0.8390495181083679, 1.9120956659317017, -1.0682071447372437, 0.00018362043192610145], "std": [0.25730255246162415, 0.10410241782665253, 0.18870005011558533, 0.1591920405626297, 0.10460128635168076, 0.06936950981616974, 0.1735021322965622, 0.04129243269562721, 0.04620344191789627, 0.07877522706985474, 0.27072474360466003, 0.20180611312389374, 0.18840493261814117, 0.0699242576956749, 0.04718092083930969, 0.11478374898433685, 0.11319936066865921, 0.022977419197559357, 0.06353668123483658, 0.04996727406978607, 0.034572284668684006, 0.023021357133984566, 0.0467672124505043, 0.0608263835310936, 0.08848007768392563, 0.07024621218442917, 486.4001159667969, 465.84869384765625, 2.376600241404958e-05, 0.0005805411492474377, 0.00024322337412741035, 7.50635372241959e-05, 0.000362758815754205, 0.0005563917802646756], "count": [901]}, "timestamp": {"min": [0.0], "max": [30.0], "mean": [15.0], "std": [8.669871202426634], "count": [901]}, "frame_index": {"min": [0], "max": [900], "mean": [450.0], "std": [260.096136072799], "count": [901]}, "episode_index": {"min": [354], "max": [354], "mean": [354.0], "std": [0.0], "count": [901]}, "index": {"min": [303681], "max": [304581], "mean": [304131.0], "std": [260.096136072799], "count": [901]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [901]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5826859045504994, 0.6474694781988388], "std": [0.49311564687065335, 0.4649258916874344], "count": [901]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5826859045504994, 0.6474694781988388], "std": [0.49311564687065335, 0.4649258916874344], "count": [901]}, "eef_direction_state": {"mean": [4.631520532741399, 5.213096559378468], "std": [2.1414115732240733, 1.8214060321829497], "min": [0, 0], "max": [6, 6], "count": [901]}, "eef_velocity_state": {"mean": [0.4306326304106548, 0.18756936736958935], "std": [0.6620475247087542, 0.4070695699205741], "min": [0, 0], "max": [2, 2], "count": [901]}, "eef_acc_mag_state": {"mean": [0.33518312985571586, 0.1598224195338513], "std": [0.6735651455569699, 0.48847490990896364], "min": [0, 0], "max": [2, 2], "count": [901]}, "eef_direction_action": {"mean": [4.631520532741399, 5.213096559378468], "std": [2.1414115732240733, 1.8214060321829497], "min": [0, 0], "max": [6, 6], "count": [901]}, "eef_velocity_action": {"mean": [0.4306326304106548, 0.18756936736958935], "std": [0.662047524708754, 0.4070695699205741], "min": [0, 0], "max": [2, 2], "count": [901]}, "eef_acc_mag_action": {"mean": [0.33518312985571586, 0.1598224195338513], "std": [0.6735651455569699, 0.48847490990896364], "min": [0, 0], "max": [2, 2], "count": [901]}, "eef_sim_pose_state": {"mean": [0.4065053886580198, 0.2467609498100834, 1.1734019637754711, -0.045597234880389935, 0.011224226149465244, 1.24924189340517, 0.4429813485375618, -0.24511656103805593, 1.1806652047243231, 0.00421085244182554, -0.04820774560542104, -1.4085591434569043], "std": [0.05485999644014872, 0.05331498419373682, 0.03727384157976079, 0.05076184509083235, 0.0432359840291096, 0.32623528672964713, 0.02266536334672855, 0.03924733289399447, 0.02783009798770937, 0.0740678060969851, 0.029429042817765816, 0.07241505195300599], "min": [0.30959074238687545, 0.09778740904857065, 1.1213938310610352, -0.23636500679116454, -0.13433982492720942, 0.49993750888732064, 0.39330248955159713, -0.27588561225134905, 1.1316710505074399, -0.17072724743385292, -0.08076978736488849, -1.4642151194265682], "max": [0.5456431507558168, 0.31931801070642923, 1.2582853975068002, 0.00014360143539093873, 0.0854556300316558, 1.5116071858464166, 0.4967669962147966, -0.1869772935376829, 1.2019627444533052, 0.05642312131538085, 0.04795780574824837, -1.2301152162735067], "count": [901]}, "eef_sim_pose_action": {"mean": [0.4065496387751722, 0.2467736997331164, 1.1733729587885837, -0.045590018626506836, 0.011204371353559566, 1.2492664204833972, 0.4430356695024146, -0.245212068820357, 1.1807280749970062, 0.004205557358064113, -0.0482015034974839, -1.4087309224680968], "std": [0.05485750535237341, 0.053320610665456715, 0.03729689365280238, 0.05076629589787166, 0.04323025955511327, 0.326250905005806, 0.02261220106951986, 0.039214573454762196, 0.027812255957757954, 0.07406485877109661, 0.029425540951001885, 0.07235113134090926], "min": [0.30959074238687545, 0.09778740904857065, 1.1213938310610352, -0.23636500679116454, -0.13433982492720942, 0.49993750888732064, 0.39330248955159713, -0.27588561225134905, 1.1316710505074399, -0.17072724743385292, -0.08076978736488849, -1.4642151194265682], "max": [0.5456431507558168, 0.31931801070642923, 1.2582853975068002, 0.00014360143539093873, 0.0854556300316558, 1.5116071858464166, 0.4967669962147966, -0.1869772935376829, 1.2019627444533052, 0.05642312131538085, 0.04795780574824837, -1.2301152162735067], "count": [901]}, "gripper_mode_state": {"mean": [0.41731409544950054, 0.3518312985571587], "std": [0.49311564687065335, 0.47754165882438315], "min": [0, 0], "max": [1, 1], "count": [901]}, "gripper_activity_state": {"mean": [1.9900110987791344, 1.8845726970033296], "std": [0.1286405478604729, 0.42139712722417233], "min": [0, 0], "max": [2, 2], "count": [901]}, "gripper_mode_action": {"mean": [0.41731409544950054, 0.3518312985571587], "std": [0.49311564687065335, 0.47754165882438315], "min": [0, 0], "max": [1, 1], "count": [901]}, "gripper_activity_action": {"mean": [1.9900110987791344, 1.8845726970033296], "std": [0.1286405478604729, 0.42139712722417233], "min": [0, 0], "max": [2, 2], "count": [901]}}} +{"episode_index": 354, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4615529972801357]], [[0.4466781847232564]], [[0.4347122592971788]]], "std": [[[0.16792757237513037]], [[0.17237799930125136]], [[0.17549175198850483]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47584347853065273]], [[0.4685386275026889]], [[0.46107859942500207]]], "std": [[[0.14409844900678118]], [[0.14703701811009712]], [[0.15045592427218027]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4484447495242823]], [[0.4477699168011086]], [[0.4370869218995615]]], "std": [[[0.1594787528069596]], [[0.15565232518706737]], [[0.1616886337676155]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4977846343178622]], [[0.49332788326300986]], [[0.4812993492491934]]], "std": [[[0.15060655831419237]], [[0.1462590141196682]], [[0.15514921291126693]]], "count": [158]}, "observation.state": {"min": [-0.5000019073486328, 0.14191271364688873, -0.220051109790802, -2.0718281269073486, -0.6955136656761169, -0.12273155152797699, -0.5921378135681152, -0.3020220100879669, 0.30501601099967957, -0.013957999646663666, -2.1503829956054688, -1.86286199092865, -1.243582010269165, -0.19027580320835114, 0.08738863468170166, -0.2626371383666992, -1.9275416135787964, 0.06581636518239975, -0.06370452046394348, -0.026232298463582993, -0.3348790109157562, -0.48078200221061707, 0.10360600054264069, 1.299118161201477, -1.5182074308395386, 0.91119784116745, 0.0, 0.0, 0.0002970207715407014, -0.2349359393119812, -0.8393537402153015, 1.912065029144287, -1.070184588432312, -0.001960192108526826], "max": [0.5029166340827942, 0.7034898400306702, 0.5845108032226562, -1.4435967206954956, -0.05391322076320648, 0.11821114271879196, -0.01935570128262043, -0.17204700410366058, 0.4971500039100647, 0.25664401054382324, -1.2610589265823364, -1.269211769104004, -0.5210217237472534, 0.1644623875617981, 0.3334626257419586, 0.07846999913454056, -1.345212459564209, 0.2889043390750885, 0.20013689994812012, 0.24843016266822815, -0.24157600104808807, -0.37055400013923645, 0.2529129981994629, 1.5012937784194946, -1.3067423105239868, 1.075571894645691, 1001.0, 1003.0, 0.0003703360562212765, -0.23014599084854126, -0.8385074734687805, 1.912275791168213, -1.066828966140747, 0.0018567242659628391], "mean": [0.14580893516540527, 0.2751729488372803, 0.11346609145402908, -1.812305212020874, -0.2764146625995636, -0.01637684367597103, -0.15687114000320435, -0.25621578097343445, 0.37999728322029114, 0.16732671856880188, -1.5041348934173584, -1.3946071863174438, -1.0460593700408936, -0.0691847875714302, 0.2581377327442169, -0.02907685562968254, -1.7188440561294556, 0.21239985525608063, 0.08128149062395096, 0.18266047537326813, -0.26592525839805603, -0.41638585925102234, 0.20135168731212616, 1.4080413579940796, -1.362966775894165, 1.0369058847427368, 531.721435546875, 641.2202758789062, 0.000350741611327976, -0.2317543625831604, -0.8390243053436279, 1.9121367931365967, -1.068178415298462, 0.000197951405425556], "std": [0.2699938714504242, 0.11687919497489929, 0.21349769830703735, 0.13755077123641968, 0.1300279200077057, 0.04515465348958969, 0.18822062015533447, 0.042660269886255264, 0.042895980179309845, 0.07918637245893478, 0.3156689405441284, 0.15533502399921417, 0.23675313591957092, 0.08349992334842682, 0.09304092079401016, 0.13578134775161743, 0.1358211785554886, 0.08401355147361755, 0.061312269419431686, 0.08974644541740417, 0.03373255953192711, 0.024723943322896957, 0.06339264661073685, 0.046308957040309906, 0.07014759629964828, 0.038046516478061676, 486.83148193359375, 467.3840637207031, 4.208170594210969e-06, 0.0008135848329402506, 0.00014515838120132685, 6.200878124218434e-05, 0.00046864806790836155, 0.0005037686787545681], "count": [858]}, "action": {"min": [-0.5000019073486328, 0.14191271364688873, -0.220051109790802, -2.0718281269073486, -0.6955136656761169, -0.12273155152797699, -0.5921378135681152, -0.3020220100879669, 0.30501601099967957, -0.013957999646663666, -2.1503829956054688, -1.86286199092865, -1.243582010269165, -0.19027580320835114, 0.08738863468170166, -0.2626371383666992, -1.9275416135787964, 0.06581636518239975, -0.06370452046394348, -0.026232298463582993, -0.3348790109157562, -0.48078200221061707, 0.10360600054264069, 1.299118161201477, -1.5182074308395386, 0.91119784116745, 0.0, 0.0, 0.0002970207715407014, -0.2349359393119812, -0.8393537402153015, 1.912065029144287, -1.070184588432312, -0.001960192108526826], "max": [0.5029166340827942, 0.7034898400306702, 0.5845108032226562, -1.4435967206954956, -0.05391322076320648, 0.11821114271879196, -0.01935570128262043, -0.17204700410366058, 0.4971500039100647, 0.25664401054382324, -1.2610589265823364, -1.269211769104004, -0.5210217237472534, 0.1644623875617981, 0.3334626257419586, 0.07846999913454056, -1.345212459564209, 0.2889043390750885, 0.20013689994812012, 0.24843016266822815, -0.24157600104808807, -0.37055400013923645, 0.2529129981994629, 1.5012937784194946, -1.3067423105239868, 1.075571894645691, 1001.0, 1003.0, 0.0003703360562212765, -0.23014599084854126, -0.8385074734687805, 1.912275791168213, -1.066828966140747, 0.0018567242659628391], "mean": [0.14567555487155914, 0.2750609815120697, 0.11339195817708969, -1.8121271133422852, -0.2763459086418152, -0.016392182558774948, -0.15697002410888672, -0.2562359571456909, 0.3800351917743683, 0.16733808815479279, -1.504104495048523, -1.3945997953414917, -1.0460840463638306, -0.06908796727657318, 0.25830090045928955, -0.028682582080364227, -1.7188515663146973, 0.2126457840204239, 0.08148130029439926, 0.182972714304924, -0.26586708426475525, -0.41643017530441284, 0.20151667296886444, 1.407973051071167, -1.3629589080810547, 1.0368919372558594, 531.721435546875, 641.2202758789062, 0.00035075037158094347, -0.2317541390657425, -0.8390243053436279, 1.9121370315551758, -1.0681787729263306, 0.00019813948892988265], "std": [0.26996320486068726, 0.11695785075426102, 0.2135334312915802, 0.13760188221931458, 0.13005542755126953, 0.04515836387872696, 0.18817086517810822, 0.04267719388008118, 0.04289854317903519, 0.07919201254844666, 0.3156900703907013, 0.15533870458602905, 0.236768901348114, 0.08342694491147995, 0.09304263442754745, 0.13559378683567047, 0.13582442700862885, 0.083892822265625, 0.061118606477975845, 0.08948452770709991, 0.03373036906123161, 0.024685882031917572, 0.06333805620670319, 0.04625243693590164, 0.070151686668396, 0.03803764656186104, 486.83148193359375, 467.3840637207031, 4.205884579278063e-06, 0.0008136728429235518, 0.00014515289512928575, 6.212291191332042e-05, 0.0004684632585849613, 0.0005037675728090107], "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": [355], "max": [355], "mean": [355.0], "std": [0.0], "count": [858]}, "index": {"min": [304582], "max": [305439], "mean": [305010.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5710955710955711, 0.6400209788714984], "std": [0.4949196094019683, 0.46646009536563793], "count": [858]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5710955710955711, 0.6400209788714984], "std": [0.4949196094019683, 0.46646009536563793], "count": [858]}, "eef_direction_state": {"mean": [4.592074592074592, 5.252913752913753], "std": [2.1213824568510935, 1.7314173948989149], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_state": {"mean": [0.4324009324009324, 0.23426573426573427], "std": [0.6392186865462407, 0.5085660028636871], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_state": {"mean": [0.3484848484848485, 0.16083916083916083], "std": [0.6783387000323482, 0.48737462771857964], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_direction_action": {"mean": [4.592074592074592, 5.252913752913753], "std": [2.1213824568510935, 1.7314173948989149], "min": [0, 0], "max": [6, 6], "count": [858]}, "eef_velocity_action": {"mean": [0.4324009324009324, 0.23426573426573427], "std": [0.6392186865462407, 0.5085660028636871], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_acc_mag_action": {"mean": [0.3484848484848485, 0.16083916083916083], "std": [0.6783387000323482, 0.4873746277185797], "min": [0, 0], "max": [2, 2], "count": [858]}, "eef_sim_pose_state": {"mean": [0.40823930302717476, 0.25070269437874904, 1.180719527182587, -0.045373772559671254, -0.03231626040758744, 1.2387304574279434, 0.43629142813199917, -0.2787828089257282, 1.1776830569402452, -0.013570050756534568, -0.042558660156219986, -1.3164783125336244], "std": [0.05536815048838305, 0.05588469612528756, 0.03949993612768847, 0.04692491006921883, 0.11978715152683984, 0.32953348086491596, 0.025172261919283092, 0.06011908715730698, 0.029592565411794423, 0.05511572653387585, 0.03999107949207349, 0.03306513203501533], "min": [0.32883996564113804, 0.1255835664481124, 1.13934203795406, -0.21633032358697418, -0.37205098931795244, 0.5375820297532782, 0.3920818466562127, -0.32816065552044194, 1.120162547188233, -0.1503462093778043, -0.09168188025262114, -1.342749173897133], "max": [0.5503721615558943, 0.35242485181703914, 1.2561469256336164, -0.005830776052915043, 0.05168742994815201, 1.475647051702008, 0.5018688671146794, -0.1886717775054044, 1.1996650771509632, 0.06681578434492552, 0.05603293796017117, -1.2231672974244332], "count": [858]}, "eef_sim_pose_action": {"mean": [0.4082768675841548, 0.2507108372931538, 1.180699634795825, -0.04537084754083845, -0.03229959419779644, 1.2387586683105642, 0.4363343248848311, -0.2789428127525572, 1.1777466139332862, -0.01361698471805383, -0.0425537738386962, -1.316519937263346], "std": [0.05536228736845841, 0.05588721821246896, 0.039516266877520606, 0.04692672543184321, 0.11979718560846135, 0.3295522441816684, 0.02513552260479444, 0.06006177726525285, 0.029579719386932248, 0.0550805809865737, 0.03998828710175189, 0.033072344959633626], "min": [0.32883996564113804, 0.1255835664481124, 1.13934203795406, -0.21633032358697418, -0.37205098931795244, 0.5375820297532782, 0.3920818466562127, -0.32816065552044194, 1.120162547188233, -0.1503462093778043, -0.09168188025262114, -1.342749173897133], "max": [0.5503721615558943, 0.35242485181703914, 1.2561469256336164, -0.005830776052915043, 0.05168742994815201, 1.475647051702008, 0.5018688671146794, -0.1886717775054044, 1.1996650771509632, 0.06681578434492552, 0.05603293796017117, -1.2231672974244332], "count": [858]}, "gripper_mode_state": {"mean": [0.4289044289044289, 0.3578088578088578], "std": [0.4949196094019683, 0.47935548300022596], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_state": {"mean": [1.9895104895104896, 1.878787878787879], "std": [0.1318047330417538, 0.4310148746127601], "min": [0, 0], "max": [2, 2], "count": [858]}, "gripper_mode_action": {"mean": [0.4289044289044289, 0.3578088578088578], "std": [0.4949196094019683, 0.47935548300022596], "min": [0, 0], "max": [1, 1], "count": [858]}, "gripper_activity_action": {"mean": [1.9895104895104896, 1.878787878787879], "std": [0.1318047330417538, 0.43101487461276006], "min": [0, 0], "max": [2, 2], "count": [858]}}} +{"episode_index": 355, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45726927238066944]], [[0.45302629109724696]], [[0.4437145214398891]]], "std": [[[0.17242848351365767]], [[0.17735868008243205]], [[0.17974557975977035]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47116524930679343]], [[0.46906407333135275]], [[0.46314108734402853]]], "std": [[[0.144088191637459]], [[0.14729306508731657]], [[0.1505532875505321]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46319711947910475]], [[0.46132936472568825]], [[0.45178122895622896]]], "std": [[[0.16155328211377679]], [[0.15856608389603943]], [[0.16542425419876536]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4958230689245395]], [[0.4893449346405229]], [[0.47522992176668644]]], "std": [[[0.15009561026921425]], [[0.14710417638869877]], [[0.1568720856091861]]], "count": [165]}, "observation.state": {"min": [-0.5665338635444641, 0.1676563322544098, -0.11997393518686295, -2.0360660552978516, -0.45036476850509644, -0.12690289318561554, -0.557144045829773, -0.2898949980735779, 0.32034701108932495, -0.01856599934399128, -2.2362143993377686, -1.79967200756073, -1.2672054767608643, -0.17332863807678223, -0.017924530431628227, -0.2626371383666992, -1.88266921043396, 0.02396337129175663, -0.06375688314437866, -0.026232298463582993, -0.33489900827407837, -0.47658300399780273, 0.10403399914503098, 1.2503801584243774, -1.5376126766204834, 0.9860900640487671, 0.0, 0.0, 0.00032709885272197425, -0.23503369092941284, -0.8393869996070862, 1.912060260772705, -1.0693026781082153, -0.00469591747969389], "max": [0.3827681541442871, 0.5643522143363953, 0.5891882181167603, -1.2969889640808105, -0.13543754816055298, -0.020699605345726013, -0.019739674404263496, -0.1791979968547821, 0.5090420246124268, 0.26541200280189514, -1.2639201879501343, -1.0998040437698364, -0.5641012787818909, 0.14177310466766357, 0.2459518015384674, 0.06410594284534454, -1.3454393148422241, 0.21692697703838348, 0.09969320148229599, 0.20381955802440643, -0.2193399965763092, -0.37615299224853516, 0.234702005982399, 1.5201609134674072, -1.2294361591339111, 1.1869629621505737, 1001.0, 1003.0, 0.0003703360562212765, -0.22876805067062378, -0.8386113047599792, 1.9122703075408936, -1.0678606033325195, 0.0059603126719594], "mean": [0.14152026176452637, 0.2611323595046997, 0.10662205517292023, -1.7903321981430054, -0.2540796995162964, -0.042360637336969376, -0.14021779596805573, -0.26206380128860474, 0.3825397491455078, 0.17426276206970215, -1.491267204284668, -1.3608323335647583, -1.0671344995498657, -0.06193161383271217, 0.18505418300628662, -0.022620053961873055, -1.712040662765503, 0.15870293974876404, 0.024957748129963875, 0.14503921568393707, -0.26264771819114685, -0.41937994956970215, 0.19102762639522552, 1.411728858947754, -1.3063684701919556, 1.1186095476150513, 585.0944213867188, 626.2415161132812, 0.0003563368518371135, -0.23140349984169006, -0.8389788866043091, 1.9121357202529907, -1.0681462287902832, 0.0001919161732075736], "std": [0.2528592646121979, 0.08144968003034592, 0.20286235213279724, 0.1517077386379242, 0.07658358663320541, 0.03166482225060463, 0.18959353864192963, 0.03603050112724304, 0.03909516707062721, 0.07957380264997482, 0.33572331070899963, 0.16763387620449066, 0.21776863932609558, 0.0744241327047348, 0.088884636759758, 0.11746321618556976, 0.1398869752883911, 0.07184092700481415, 0.032776542007923126, 0.07511220127344131, 0.03903733938932419, 0.022707730531692505, 0.05553453043103218, 0.07194674015045166, 0.07615569978952408, 0.05179654061794281, 481.0738830566406, 472.54144287109375, 2.7243272597843315e-06, 0.0017198241548612714, 0.00015655205061193556, 6.395173113560304e-05, 0.0002817115746438503, 0.0010477944742888212], "count": [911]}, "action": {"min": [-0.5665338635444641, 0.1676563322544098, -0.11997393518686295, -2.0360660552978516, -0.45036476850509644, -0.12690289318561554, -0.557144045829773, -0.2898949980735779, 0.32034701108932495, -0.01856599934399128, -2.2362143993377686, -1.79967200756073, -1.2672054767608643, -0.17332863807678223, -0.017924530431628227, -0.2626371383666992, -1.88266921043396, 0.02396337129175663, -0.06375688314437866, -0.026232298463582993, -0.33489900827407837, -0.47658300399780273, 0.10403399914503098, 1.2503801584243774, -1.5376126766204834, 0.9860900640487671, 0.0, 0.0, 0.00032709885272197425, -0.23503369092941284, -0.8393869996070862, 1.912060260772705, -1.0693026781082153, -0.00469591747969389], "max": [0.3827681541442871, 0.5643522143363953, 0.5891882181167603, -1.2969889640808105, -0.13543754816055298, -0.020699605345726013, -0.019739674404263496, -0.1791979968547821, 0.5090420246124268, 0.26541200280189514, -1.2639201879501343, -1.0998040437698364, -0.5641012787818909, 0.14177310466766357, 0.2459518015384674, 0.06410594284534454, -1.3454393148422241, 0.21692697703838348, 0.09969320148229599, 0.20381955802440643, -0.2193399965763092, -0.37615299224853516, 0.234702005982399, 1.5201609134674072, -1.2294361591339111, 1.1869629621505737, 1001.0, 1003.0, 0.0003703360562212765, -0.22876805067062378, -0.8386113047599792, 1.9122703075408936, -1.0678606033325195, 0.0059603126719594], "mean": [0.14145416021347046, 0.2610718607902527, 0.10644558817148209, -1.7902181148529053, -0.2539611756801605, -0.042401932179927826, -0.14028790593147278, -0.2620700001716614, 0.38255834579467773, 0.17432773113250732, -1.4912394285202026, -1.3606407642364502, -1.0671416521072388, -0.0618290938436985, 0.18511447310447693, -0.02226283960044384, -1.7120507955551147, 0.15886394679546356, 0.02506283111870289, 0.1452847272157669, -0.26258599758148193, -0.4194244146347046, 0.19116340577602386, 1.411694884300232, -1.306289553642273, 1.118705153465271, 585.0944213867188, 626.2415161132812, 0.00035634302184917033, -0.23140352964401245, -0.8389789462089539, 1.9121356010437012, -1.0681453943252563, 0.0001917380141094327], "std": [0.252834677696228, 0.08148503303527832, 0.2029881775379181, 0.15170249342918396, 0.07666734606027603, 0.031661104410886765, 0.18956078588962555, 0.03603462129831314, 0.039091650396585464, 0.07962045818567276, 0.3357403874397278, 0.16778193414211273, 0.2177724987268448, 0.0743347778916359, 0.08890589326620102, 0.11722777038812637, 0.13989242911338806, 0.07179693877696991, 0.03264490142464638, 0.07491757720708847, 0.03903520852327347, 0.02266273833811283, 0.05548666790127754, 0.07192342728376389, 0.07616805285215378, 0.05178048834204674, 481.0738830566406, 472.54144287109375, 2.71982503363688e-06, 0.0017198220593854785, 0.00015654762682970613, 6.39837235212326e-05, 0.0002812594757415354, 0.0010477886535227299], "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": [356], "max": [356], "mean": [356.0], "std": [0.0], "count": [911]}, "index": {"min": [305440], "max": [306350], "mean": [305895.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6223929747530187, 0.6250680570460501], "std": [0.4847885721952491, 0.4716056347513543], "count": [911]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6223929747530187, 0.6250680570460501], "std": [0.4847885721952491, 0.4716056347513543], "count": [911]}, "eef_direction_state": {"mean": [4.698133918770582, 5.257958287596049], "std": [2.1826546107923352, 1.7318542699403623], "min": [0, 0], "max": [6, 6], "count": [911]}, "eef_velocity_state": {"mean": [0.3600439077936334, 0.19099890230515917], "std": [0.5944359632691818, 0.42008596553570327], "min": [0, 0], "max": [2, 2], "count": [911]}, "eef_acc_mag_state": {"mean": [0.2491767288693743, 0.1690450054884742], "std": [0.5967685415199174, 0.5046078230216392], "min": [0, 0], "max": [2, 2], "count": [911]}, "eef_direction_action": {"mean": [4.698133918770582, 5.257958287596049], "std": [2.1826546107923352, 1.7318542699403623], "min": [0, 0], "max": [6, 6], "count": [911]}, "eef_velocity_action": {"mean": [0.3600439077936334, 0.19099890230515917], "std": [0.5944359632691818, 0.4200859655357032], "min": [0, 0], "max": [2, 2], "count": [911]}, "eef_acc_mag_action": {"mean": [0.2491767288693743, 0.1690450054884742], "std": [0.5967685415199174, 0.5046078230216392], "min": [0, 0], "max": [2, 2], "count": [911]}, "eef_sim_pose_state": {"mean": [0.41032367815650234, 0.25365767077619455, 1.1736557346438965, -0.056219478123503405, -0.042163401799280686, 1.2748931555489678, 0.4382966081497607, -0.26279488426390735, 1.173883905365175, 0.048285940693642206, -0.03688430635713532, -1.3699626584489204], "std": [0.055147686455336305, 0.04961599524755865, 0.030749647051155227, 0.05575252819772701, 0.10763394000915932, 0.3445710165646211, 0.022411628658721282, 0.052899974015147476, 0.030358254811402533, 0.07974441175326279, 0.04039686535697372, 0.03591450852804429], "min": [0.3577889138747847, 0.12535050866772696, 1.1480800077364828, -0.20389166796471653, -0.35469630414403586, 0.5411319483154124, 0.39636203722464336, -0.3043543475293328, 1.117925480379233, -0.12204836819557341, -0.08630546715885945, -1.4061175791015867], "max": [0.5731643504883427, 0.31430830812616056, 1.24301677878585, -0.017447747703623784, 0.03291434317827968, 1.5750028754025618, 0.4951204337245972, -0.17551226585854382, 1.2056877173919538, 0.150699029967588, 0.0957160877625578, -1.2549480592442088], "count": [911]}, "eef_sim_pose_action": {"mean": [0.41034137462155756, 0.25370761571054656, 1.1736465016906603, -0.05624615321899286, -0.04226845888669665, 1.2750281539686887, 0.4383391514102473, -0.2629205333539833, 1.1739394331686037, 0.04834023032888541, -0.03687362405425942, -1.3700553089774397], "std": [0.05514166562166605, 0.04964983289189228, 0.03075596250677731, 0.05573982713996902, 0.10760758658155392, 0.3446620881434854, 0.022368799245240403, 0.05285968724514755, 0.03035071398207158, 0.07976103066390618, 0.040390042636658186, 0.03585396217084897], "min": [0.3577889138747847, 0.12535050866772696, 1.1480800077364828, -0.20389166796471653, -0.35469630414403586, 0.5411319483154124, 0.39636203722464336, -0.3043543475293328, 1.117925480379233, -0.12204836819557341, -0.08630546715885945, -1.4061175791015867], "max": [0.5731643504883427, 0.31430830812616056, 1.24301677878585, -0.017447747703623784, 0.03291434317827968, 1.5750028754025618, 0.4951204337245972, -0.17551226585854382, 1.2056877173919538, 0.150699029967588, 0.0957160877625578, -1.2549480592442088], "count": [911]}, "gripper_mode_state": {"mean": [0.37760702524698136, 0.3754116355653128], "std": [0.4847885721952491, 0.48422901549523545], "min": [0, 0], "max": [1, 1], "count": [911]}, "gripper_activity_state": {"mean": [1.9901207464324917, 1.880351262349067], "std": [0.12793679283717654, 0.43192862309785834], "min": [0, 0], "max": [2, 2], "count": [911]}, "gripper_mode_action": {"mean": [0.37760702524698136, 0.3754116355653128], "std": [0.4847885721952491, 0.48422901549523545], "min": [0, 0], "max": [1, 1], "count": [911]}, "gripper_activity_action": {"mean": [1.9901207464324917, 1.880351262349067], "std": [0.12793679283717654, 0.43192862309785834], "min": [0, 0], "max": [2, 2], "count": [911]}}} +{"episode_index": 356, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45442075163398693]], [[0.4440276005821755]], [[0.43416995357745747]]], "std": [[[0.1646592912225256]], [[0.16965724510873564]], [[0.17264160913744192]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47378429884647016]], [[0.46926092931653896]], [[0.46310178331818375]]], "std": [[[0.1448104136066908]], [[0.14694449385195588]], [[0.1499729329404479]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4443029057373501]], [[0.4445052387676925]], [[0.43479757634289923]]], "std": [[[0.16180425383357014]], [[0.15838031082650797]], [[0.16474881578401024]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49932358216465395]], [[0.49098947918019303]], [[0.4770677414729689]]], "std": [[[0.15685078870953734]], [[0.1503537557862011]], [[0.15982466927838843]]], "count": [151]}, "observation.state": {"min": [-0.4809603691101074, 0.09787806123495102, -0.1475152224302292, -2.2659261226654053, -0.4927762448787689, -0.0999375507235527, -0.5680348873138428, -0.29043900966644287, 0.27380698919296265, -0.0250840000808239, -2.1013126373291016, -1.8770644664764404, -1.3054401874542236, -0.17690657079219818, 0.02183406986296177, -0.2626371383666992, -1.8155264854431152, 0.04253367334604263, -0.06372196972370148, -0.026232298463582993, -0.33554598689079285, -0.4796839952468872, 0.10665600001811981, 1.3074977397918701, -1.5354782342910767, 0.9679239392280579, 0.0, 0.0, 0.0003252189781051129, -0.23517467081546783, -0.8391065001487732, 1.912023901939392, -1.0699365139007568, -0.004865832626819611], "max": [0.561001181602478, 0.5699546933174133, 0.5349608659744263, -1.3778501749038696, -0.19779816269874573, 0.06469935923814774, 0.032707467675209045, -0.1781580001115799, 0.5006979703903198, 0.23398299515247345, -1.202338457107544, -1.1986528635025024, -0.6264363527297974, 0.16112880408763885, 0.24575981497764587, 0.05101597681641579, -1.323797345161438, 0.290841668844223, 0.10402162373065948, 0.24984388053417206, -0.24160300195217133, -0.37615498900413513, 0.22334200143814087, 1.4881490468978882, -1.2676948308944702, 1.1766960620880127, 1001.0, 1002.0, 0.0004699696146417409, -0.2290838658809662, -0.8380035758018494, 1.9125975370407104, -1.065203070640564, 0.0037580630742013454], "mean": [0.19849742949008942, 0.25198543071746826, 0.08953669667243958, -1.8383666276931763, -0.27196624875068665, -0.01584477908909321, -0.09251979738473892, -0.26410698890686035, 0.37231215834617615, 0.17599235475063324, -1.4196586608886719, -1.3790380954742432, -1.1158713102340698, -0.06112121045589447, 0.19151930510997772, -0.06048914045095444, -1.6957508325576782, 0.19984465837478638, 0.03373006731271744, 0.16892333328723907, -0.27288684248924255, -0.41787537932395935, 0.17690777778625488, 1.41446053981781, -1.3939956426620483, 1.1004821062088013, 649.7525024414062, 578.125, 0.00039358437061309814, -0.23161055147647858, -0.838910698890686, 1.912164568901062, -1.0681700706481934, 0.00012536862050183117], "std": [0.21016354858875275, 0.07792503386735916, 0.16274675726890564, 0.14062215387821198, 0.0595894455909729, 0.029341619461774826, 0.16005989909172058, 0.03613215312361717, 0.03609655052423477, 0.07047946006059647, 0.2596112787723541, 0.16914580762386322, 0.1720304787158966, 0.07943054288625717, 0.06275203824043274, 0.123057059943676, 0.12977947294712067, 0.09610427916049957, 0.042757656425237656, 0.09449650347232819, 0.033473506569862366, 0.024460820481181145, 0.051056962460279465, 0.04532768204808235, 0.05120641365647316, 0.06853283941745758, 463.5635070800781, 481.1510009765625, 2.8607928470592014e-05, 0.0020947628654539585, 0.00013168698933441192, 5.7863217080011964e-05, 0.00046827629557810724, 0.0008653314434923232], "count": [808]}, "action": {"min": [-0.4809603691101074, 0.09787806123495102, -0.1475152224302292, -2.2659261226654053, -0.4927762448787689, -0.0999375507235527, -0.5680348873138428, -0.29043900966644287, 0.27380698919296265, -0.0250840000808239, -2.1013126373291016, -1.8770644664764404, -1.3054401874542236, -0.17690657079219818, 0.02183406986296177, -0.2626371383666992, -1.8155264854431152, 0.04253367334604263, -0.06372196972370148, -0.026232298463582993, -0.33554598689079285, -0.4796839952468872, 0.10665600001811981, 1.3074977397918701, -1.5354782342910767, 0.9679239392280579, 0.0, 0.0, 0.0003252189781051129, -0.23517467081546783, -0.8391065001487732, 1.912023901939392, -1.0699365139007568, -0.004865832626819611], "max": [0.561001181602478, 0.5699546933174133, 0.5349608659744263, -1.3778501749038696, -0.19779816269874573, 0.06469935923814774, 0.032707467675209045, -0.1781580001115799, 0.5006979703903198, 0.23398299515247345, -1.202338457107544, -1.1986528635025024, -0.6264363527297974, 0.16112880408763885, 0.24575981497764587, 0.05101597681641579, -1.323797345161438, 0.290841668844223, 0.10402162373065948, 0.24984388053417206, -0.24160300195217133, -0.37615498900413513, 0.22334200143814087, 1.4881490468978882, -1.2676948308944702, 1.1766960620880127, 1001.0, 1002.0, 0.0004699696146417409, -0.2290838658809662, -0.8380035758018494, 1.9125975370407104, -1.065203070640564, 0.0037580630742013454], "mean": [0.1984739899635315, 0.25192204117774963, 0.08944638818502426, -1.8383020162582397, -0.2719314992427826, -0.015897288918495178, -0.09246284514665604, -0.26411378383636475, 0.3723202645778656, 0.17603109776973724, -1.4195550680160522, -1.3788950443267822, -1.115983486175537, -0.06099659204483032, 0.19157929718494415, -0.060110658407211304, -1.6957319974899292, 0.20011243224143982, 0.033878181129693985, 0.16925309598445892, -0.2728303074836731, -0.41792750358581543, 0.17704570293426514, 1.4143993854522705, -1.3940609693527222, 1.1005947589874268, 649.7525024414062, 578.125, 0.00039366117562167346, -0.2316111922264099, -0.838910698890686, 1.912164568901062, -1.0681703090667725, 0.00012529580271802843], "std": [0.21015706658363342, 0.07795476913452148, 0.16279323399066925, 0.14062908291816711, 0.05960816144943237, 0.029388288035988808, 0.16009396314620972, 0.036136262118816376, 0.03609602898359299, 0.07050222903490067, 0.259676992893219, 0.16924555599689484, 0.17210480570793152, 0.07933339476585388, 0.06277308613061905, 0.12290500849485397, 0.12976962327957153, 0.096032053232193, 0.04262690618634224, 0.09427966177463531, 0.03347955271601677, 0.02441670373082161, 0.051025692373514175, 0.04527856782078743, 0.05115748569369316, 0.06855142116546631, 463.5635070800781, 481.1509704589844, 2.8593363822437823e-05, 0.002094430383294821, 0.00013172921899240464, 5.787018017144874e-05, 0.00046823167940601707, 0.0008653306285850704], "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": [357], "max": [357], "mean": [357.0], "std": [0.0], "count": [808]}, "index": {"min": [306351], "max": [307158], "mean": [306754.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6918316831683168, 0.5770618809625682], "std": [0.4617365107210053, 0.4802160853935237], "count": [808]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6918316831683168, 0.5770618809625682], "std": [0.4617365107210053, 0.4802160853935237], "count": [808]}, "eef_direction_state": {"mean": [4.837871287128713, 5.063118811881188], "std": [2.099552385880559, 1.8661195444559415], "min": [0, 0], "max": [6, 6], "count": [808]}, "eef_velocity_state": {"mean": [0.40222772277227725, 0.2537128712871287], "std": [0.7090957759213254, 0.4706600344751469], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_acc_mag_state": {"mean": [0.32425742574257427, 0.16831683168316833], "std": [0.6666048847299637, 0.4988959480136306], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_direction_action": {"mean": [4.837871287128713, 5.063118811881188], "std": [2.099552385880559, 1.8661195444559417], "min": [0, 0], "max": [6, 6], "count": [808]}, "eef_velocity_action": {"mean": [0.40222772277227725, 0.2537128712871287], "std": [0.7090957759213254, 0.47066003447514687], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_acc_mag_action": {"mean": [0.32425742574257427, 0.16831683168316833], "std": [0.6666048847299636, 0.4988959480136306], "min": [0, 0], "max": [2, 2], "count": [808]}, "eef_sim_pose_state": {"mean": [0.3966975525683499, 0.25093981673240656, 1.172690752966002, -0.046195715298153014, 0.008097762591330908, 1.3199352074452597, 0.43801326957916875, -0.2548986575394312, 1.166141291912836, 0.02643798006109647, 0.007169959409911278, -1.3096801114618912], "std": [0.045065984494734354, 0.045742940275335396, 0.03149876718700507, 0.04733758121144402, 0.046662508139942015, 0.29502627801129966, 0.02446549115355611, 0.048974145965865044, 0.02680459128382564, 0.06445432041121847, 0.03571013142243174, 0.030964657257968122], "min": [0.31410780963629464, 0.1101374393596935, 1.14748130148836, -0.18554636584522444, -0.11783016635216215, 0.5009402212479257, 0.3963653958632063, -0.29842692292085116, 1.1178978166005447, -0.1015790178726329, -0.06780779082098642, -1.4033964668958863], "max": [0.554156883574741, 0.3029737931234576, 1.2495663296347082, -0.017352840547267157, 0.04086228028432104, 1.5937009647009621, 0.49944487628091355, -0.18226178495831738, 1.1927947560648118, 0.07892348184150588, 0.06257482954433136, -1.2141221601279573], "count": [808]}, "eef_sim_pose_action": {"mean": [0.39670473053944677, 0.25095876874292933, 1.1726802761488073, -0.046227882674886873, 0.008101092644080835, 1.3201070683121978, 0.43806461065231783, -0.25503315472369315, 1.166194691532751, 0.026465072962701286, 0.007283533129749505, -1.3097044126991106], "std": [0.04506434377721345, 0.045751728165872946, 0.03150545409182467, 0.04732694044632664, 0.04666436227126161, 0.2951399714172245, 0.024421562689787107, 0.04894133337978717, 0.02680437384189259, 0.064467943188732, 0.035618215116988455, 0.030968196780986754], "min": [0.31410780963629464, 0.1101374393596935, 1.14748130148836, -0.18554636584522444, -0.11783016635216215, 0.5009402212479257, 0.3963653958632063, -0.29842692292085116, 1.1178978166005447, -0.1015790178726329, -0.06780779082098642, -1.4033964668958863], "max": [0.554156883574741, 0.3029737931234576, 1.2495663296347082, -0.017352840547267157, 0.04086228028432104, 1.5937009647009621, 0.49944487628091355, -0.18226178495831738, 1.1927947560648118, 0.07892348184150588, 0.06257482954433136, -1.2141221601279573], "count": [808]}, "gripper_mode_state": {"mean": [0.30816831683168316, 0.42326732673267325], "std": [0.4617365107210053, 0.4940770151031626], "min": [0, 0], "max": [1, 1], "count": [808]}, "gripper_activity_state": {"mean": [1.988861386138614, 1.8712871287128714], "std": [0.1357950209576568, 0.4458469820672594], "min": [0, 0], "max": [2, 2], "count": [808]}, "gripper_mode_action": {"mean": [0.30816831683168316, 0.42326732673267325], "std": [0.4617365107210053, 0.4940770151031626], "min": [0, 0], "max": [1, 1], "count": [808]}, "gripper_activity_action": {"mean": [1.988861386138614, 1.8712871287128714], "std": [0.1357950209576568, 0.4458469820672594], "min": [0, 0], "max": [2, 2], "count": [808]}}} +{"episode_index": 357, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4595828563229089]], [[0.44526455851327873]], [[0.4339222007632167]]], "std": [[[0.17370163242580652]], [[0.17715846181153075]], [[0.1801936325211241]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47693565142301647]], [[0.470023666956234]], [[0.463468932272276]]], "std": [[[0.14394681841403503]], [[0.14655018290612518]], [[0.15004487641290754]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4450365850190287]], [[0.44633104781997185]], [[0.4377324734218582]]], "std": [[[0.1554286946987186]], [[0.1518142655453067]], [[0.15806515134376106]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4926743957867957]], [[0.48908457045793]], [[0.47530273227434433]]], "std": [[[0.1509308603983322]], [[0.14712569882465684]], [[0.15621057989267476]]], "count": [158]}, "observation.state": {"min": [-0.45120251178741455, 0.06937683373689651, -0.17184510827064514, -2.235138416290283, -0.5294281840324402, -0.1045452207326889, -0.5117130875587463, -0.28914499282836914, 0.2743369936943054, -0.01925799995660782, -2.0827276706695557, -1.7674202919006348, -1.3228440284729004, -0.17638297379016876, -0.018395770341157913, -0.2626371383666992, -1.8904708623886108, 0.010594148188829422, -0.06370452046394348, -0.026232298463582993, -0.3262600004673004, -0.48363998532295227, 0.09946499764919281, 1.192574143409729, -1.4794281721115112, 0.9247967600822449, 0.0, 0.0, 0.00037597568007186055, -0.23508067429065704, -0.8397205471992493, 1.911351203918457, -1.0701513290405273, -0.001954496605321765], "max": [0.5856452584266663, 0.5736722350120544, 0.5469338297843933, -1.4486756324768066, 0.016842426732182503, 0.12915436923503876, 0.01679006777703762, -0.1770009994506836, 0.49257200956344604, 0.2472279965877533, -1.1924195289611816, -1.0901529788970947, -0.5606276392936707, 0.1610415279865265, 0.2583959996700287, 0.10410889238119125, -1.378687858581543, 0.23862141370773315, 0.2471386194229126, 0.2594780921936035, -0.2214059978723526, -0.37535199522972107, 0.2439669966697693, 1.513981580734253, -1.2383465766906738, 1.1192306280136108, 1001.0, 1002.0, 0.00043049216037616134, -0.22874924540519714, -0.8376937508583069, 1.9135031700134277, -1.0652347803115845, 0.002120614517480135], "mean": [0.16607069969177246, 0.23674499988555908, 0.08730176091194153, -1.8273521661758423, -0.22218331694602966, -0.0075076911598443985, -0.10878965258598328, -0.25888368487358093, 0.37866994738578796, 0.1730218082666397, -1.4505877494812012, -1.3367003202438354, -1.086724042892456, -0.038130033761262894, 0.18585851788520813, -0.012531043961644173, -1.7338535785675049, 0.1560966968536377, 0.1450919508934021, 0.16704583168029785, -0.2561142146587372, -0.4238150417804718, 0.19232994318008423, 1.366111159324646, -1.3522125482559204, 1.0628795623779297, 577.6051635742188, 632.075927734375, 0.00041687986231409013, -0.23150432109832764, -0.8390009999275208, 1.9121551513671875, -1.068207859992981, 0.00020533082715701312], "std": [0.23806937038898468, 0.10522434115409851, 0.1949809342622757, 0.140282541513443, 0.11313438415527344, 0.04401293024420738, 0.15180447697639465, 0.039961058646440506, 0.04135816916823387, 0.07700450718402863, 0.2975662350654602, 0.1388063132762909, 0.21423237025737762, 0.07437629997730255, 0.09404365718364716, 0.1420801430940628, 0.11099398136138916, 0.09260154515504837, 0.084426648914814, 0.1047782301902771, 0.03813536465167999, 0.024513021111488342, 0.06330522149801254, 0.07788936048746109, 0.04902923107147217, 0.05328511819243431, 481.6512145996094, 470.2181701660156, 3.0964533834776375e-06, 0.0012898285640403628, 0.00019534768944140524, 0.00025775161338970065, 0.0004398518649395555, 0.0004247237229719758], "count": [856]}, "action": {"min": [-0.45120251178741455, 0.06937683373689651, -0.17184510827064514, -2.235138416290283, -0.5294281840324402, -0.1045452207326889, -0.5117130875587463, -0.28914499282836914, 0.2743369936943054, -0.01925799995660782, -2.0827276706695557, -1.7674202919006348, -1.3228440284729004, -0.17638297379016876, -0.018395770341157913, -0.2626371383666992, -1.8904708623886108, 0.010594148188829422, -0.06370452046394348, -0.026232298463582993, -0.3262600004673004, -0.48363998532295227, 0.09946499764919281, 1.192574143409729, -1.4794281721115112, 0.9247967600822449, 0.0, 0.0, 0.00037597568007186055, -0.23508067429065704, -0.8397205471992493, 1.911351203918457, -1.0701513290405273, -0.001954496605321765], "max": [0.5856452584266663, 0.5736722350120544, 0.5469338297843933, -1.4486756324768066, 0.016842426732182503, 0.12915436923503876, 0.01679006777703762, -0.1770009994506836, 0.49257200956344604, 0.2472279965877533, -1.1924195289611816, -1.0901529788970947, -0.5606276392936707, 0.1610415279865265, 0.2583959996700287, 0.10410889238119125, -1.378687858581543, 0.23862141370773315, 0.2471386194229126, 0.2594780921936035, -0.2214059978723526, -0.37535199522972107, 0.2439669966697693, 1.513981580734253, -1.2383465766906738, 1.1192306280136108, 1001.0, 1002.0, 0.00043049216037616134, -0.22874924540519714, -0.8376937508583069, 1.9135031700134277, -1.0652347803115845, 0.002120614517480135], "mean": [0.1659255176782608, 0.23654690384864807, 0.08711504191160202, -1.8271986246109009, -0.22199983894824982, -0.007515378296375275, -0.10882402211427689, -0.25888922810554504, 0.37870946526527405, 0.17306792736053467, -1.4504691362380981, -1.3365049362182617, -1.086826205253601, -0.037964630872011185, 0.18592876195907593, -0.01211166474968195, -1.7338687181472778, 0.15628963708877563, 0.14537158608436584, 0.16736659407615662, -0.2560385465621948, -0.4238750636577606, 0.19248542189598083, 1.366006851196289, -1.3522107601165771, 1.06291663646698, 577.6051635742188, 632.075927734375, 0.00041687546763569117, -0.23150429129600525, -0.8390008807182312, 1.912155270576477, -1.0682071447372437, 0.00020554706861730665], "std": [0.2380465716123581, 0.10537583380937576, 0.19510063529014587, 0.14033028483390808, 0.11321009695529938, 0.044015802443027496, 0.15178775787353516, 0.039964720606803894, 0.04136284813284874, 0.07703355699777603, 0.2976473569869995, 0.13894881308078766, 0.21429972350597382, 0.07423257827758789, 0.09406871348619461, 0.14187133312225342, 0.11099962145090103, 0.09258567541837692, 0.08413056284189224, 0.10460695624351501, 0.03812820091843605, 0.024459131062030792, 0.06326544284820557, 0.0778026431798935, 0.04902977868914604, 0.053298790007829666, 481.6512145996094, 470.2181701660156, 3.0957926355767995e-06, 0.0012898319400846958, 0.00019533198792487383, 0.00025775021640583873, 0.000439756375271827, 0.00042471764027141035], "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": [358], "max": [358], "mean": [358.0], "std": [0.0], "count": [856]}, "index": {"min": [307159], "max": [308014], "mean": [307586.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6156542056074766, 0.6308971962523777], "std": [0.48644023756809435, 0.46928912096667846], "count": [856]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6156542056074766, 0.6308971962523777], "std": [0.4864402375680943, 0.46928912096667846], "count": [856]}, "eef_direction_state": {"mean": [4.683411214953271, 5.074766355140187], "std": [2.199512594492734, 1.9667846267042188], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_state": {"mean": [0.41238317757009346, 0.2336448598130841], "std": [0.6779476469857013, 0.48248653561837845], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_state": {"mean": [0.3037383177570093, 0.15537383177570094], "std": [0.6530196192391095, 0.48857900045853786], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_direction_action": {"mean": [4.683411214953271, 5.074766355140187], "std": [2.199512594492734, 1.9667846267042188], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_action": {"mean": [0.41238317757009346, 0.2336448598130841], "std": [0.6779476469857013, 0.4824865356183785], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_action": {"mean": [0.3037383177570093, 0.15537383177570094], "std": [0.6530196192391096, 0.48857900045853786], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_sim_pose_state": {"mean": [0.40362838556444425, 0.24876408438166372, 1.1781382960010556, -0.044647037411399644, -0.03624984585315334, 1.316189230027449, 0.44288517798861354, -0.2654454186335768, 1.1883786990329726, -0.021387747574242076, -0.02662896178103856, -1.3547323680656969], "std": [0.0494459099133847, 0.0515108453731043, 0.036732564300993496, 0.03877391441904482, 0.11905852913158746, 0.3024404818415783, 0.02418900730930566, 0.061274822935552455, 0.0321373154878594, 0.07900491772300805, 0.026700429540673764, 0.03386704592427221], "min": [0.3113971850865672, 0.11073911195035605, 1.148878037765232, -0.14597397941448365, -0.3719693068356924, 0.6129460220429082, 0.3962362831715781, -0.3161501534487869, 1.13607234579095, -0.19152619785501468, -0.08404124116510836, -1.4475790022165689], "max": [0.5411540072289341, 0.3150327527476428, 1.2590443786362182, -0.01743017961760418, 0.0606816522748268, 1.6553264115560373, 0.502878958408827, -0.17626713630751642, 1.2202690877984095, 0.06495937641797189, 0.03124180038469948, -1.244344793199759], "count": [856]}, "eef_sim_pose_action": {"mean": [0.4036671806529854, 0.248786064299515, 1.1781295118101232, -0.04467589548535715, -0.036278749219412404, 1.3164008055994554, 0.44294299813841687, -0.2655924357094013, 1.188458573470429, -0.021424423988405262, -0.026584907904151255, -1.3548056137650695], "std": [0.04944313618698521, 0.0515215860657346, 0.036738559031289, 0.038762951431026794, 0.11904479365488009, 0.30259443202439223, 0.02413686686221247, 0.06124142695485888, 0.03211309665390741, 0.078980036599935, 0.026664033215472786, 0.033825755595883536], "min": [0.3113971850865672, 0.11073911195035605, 1.148878037765232, -0.14597397941448365, -0.3719693068356924, 0.6129460220429082, 0.3962362831715781, -0.3161501534487869, 1.13607234579095, -0.19152619785501468, -0.08404124116510836, -1.4475790022165689], "max": [0.5411540072289341, 0.3150327527476428, 1.2590443786362182, -0.01743017961760418, 0.0606816522748268, 1.6553264115560373, 0.502878958408827, -0.17626713630751642, 1.2202690877984095, 0.06495937641797189, 0.03124180038469948, -1.244344793199759], "count": [856]}, "gripper_mode_state": {"mean": [0.38434579439252337, 0.3679906542056075], "std": [0.48644023756809435, 0.48225878179970055], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_state": {"mean": [1.9894859813084111, 1.8761682242990654], "std": [0.13195764432928547, 0.43620312695150965], "min": [0, 0], "max": [2, 2], "count": [856]}, "gripper_mode_action": {"mean": [0.38434579439252337, 0.3679906542056075], "std": [0.4864402375680943, 0.4822587817997005], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_action": {"mean": [1.9894859813084111, 1.8761682242990654], "std": [0.13195764432928547, 0.4362031269515097], "min": [0, 0], "max": [2, 2], "count": [856]}}} +{"episode_index": 358, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46312709984107797]], [[0.44747282657355175]], [[0.43584306031202436]]], "std": [[[0.16829754541612632]], [[0.17377826716933925]], [[0.17704094637387988]]], "count": [146]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47974000581967946]], [[0.47298166101486255]], [[0.4670036191131704]]], "std": [[[0.1439497934885735]], [[0.14675723562045112]], [[0.15029152159216105]]], "count": [146]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45124125789014236]], [[0.4524956702144328]], [[0.44467802623332436]]], "std": [[[0.15857214488717503]], [[0.15547100485189863]], [[0.1623163018273496]]], "count": [146]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49124489798773385]], [[0.48876769965977257]], [[0.47681798252976987]]], "std": [[[0.15696371319286337]], [[0.15204176498911126]], [[0.1615041997016335]]], "count": [146]}, "observation.state": {"min": [-0.46417030692100525, 0.07668976485729218, -0.1425933986902237, -2.172079563140869, -0.6342700719833374, -0.07499679923057556, -0.5249426960945129, -0.3084290027618408, 0.28128400444984436, -0.03506699949502945, -2.004685163497925, -1.8186880350112915, -1.3013817071914673, -0.17407913506031036, 0.04155629128217697, -0.26258477568626404, -1.7741620540618896, 0.06578145921230316, -0.0636696144938469, -0.026197392493486404, -0.33118200302124023, -0.4847109913825989, 0.1096860021352768, 1.2515180110931396, -1.5456186532974243, 0.9595325589179993, 0.0, 0.0, 0.00015039027493912727, -0.2358100712299347, -0.8398061394691467, 1.9119913578033447, -1.0696496963500977, -0.0051363673992455006], "max": [0.544263482093811, 0.5599191188812256, 0.5688551664352417, -1.4394952058792114, -0.06270968168973923, 0.1618792861700058, -0.015044737607240677, -0.18198400735855103, 0.49201700091362, 0.23815299570560455, -1.1861485242843628, -1.1617052555084229, -0.6164132356643677, 0.17695893347263336, 0.26633724570274353, 0.04445353522896767, -1.3407095670700073, 0.21015509963035583, 0.15709708631038666, 0.2359161525964737, -0.25745099782943726, -0.37616199254989624, 0.2435699999332428, 1.4766368865966797, -1.2493085861206055, 1.0700747966766357, 1001.0, 1002.0, 0.0003120597975794226, -0.22888648509979248, -0.8380938768386841, 1.9122251272201538, -1.0677480697631836, 0.006138770841062069], "mean": [0.16031435132026672, 0.2274610847234726, 0.08825714141130447, -1.8106147050857544, -0.2473669797182083, 0.0026294116396456957, -0.11179403215646744, -0.26326122879981995, 0.38058051466941833, 0.1708959937095642, -1.4246398210525513, -1.3761903047561646, -1.1010305881500244, -0.0008645273046568036, 0.2157995104789734, -0.037780020385980606, -1.6261965036392212, 0.16626650094985962, 0.08162185549736023, 0.171443372964859, -0.2802267074584961, -0.43713414669036865, 0.20083318650722504, 1.362072229385376, -1.3526016473770142, 1.040869116783142, 541.8441772460938, 682.2363891601562, 0.00024244275118689984, -0.23152364790439606, -0.8389710783958435, 1.9120854139328003, -1.0681631565093994, 0.0002275963342981413], "std": [0.22827604413032532, 0.10935138911008835, 0.19138747453689575, 0.13856983184814453, 0.12363671511411667, 0.06395000964403152, 0.14665362238883972, 0.04089896008372307, 0.038988735526800156, 0.08027540892362595, 0.26528990268707275, 0.1601928174495697, 0.19620448350906372, 0.07871478796005249, 0.06763653457164764, 0.11592774093151093, 0.09189247339963913, 0.051415275782346725, 0.05790042132139206, 0.08780943602323532, 0.02226160280406475, 0.026302937418222427, 0.057150524109601974, 0.05278753861784935, 0.06291929632425308, 0.02388586662709713, 484.4919738769531, 451.50823974609375, 2.3175603928393684e-05, 0.0018474236130714417, 0.00024211476556956768, 6.097260120441206e-05, 0.00032149162143468857, 0.0010567824356257915], "count": [770]}, "action": {"min": [-0.46417030692100525, 0.07668976485729218, -0.1425933986902237, -2.172079563140869, -0.6342700719833374, -0.07499679923057556, -0.5249426960945129, -0.3084290027618408, 0.28128400444984436, -0.03506699949502945, -2.004685163497925, -1.8186880350112915, -1.3013817071914673, -0.17407913506031036, 0.04155629128217697, -0.26258477568626404, -1.7741620540618896, 0.06578145921230316, -0.0636696144938469, -0.026197392493486404, -0.33118200302124023, -0.4847109913825989, 0.1096860021352768, 1.2515180110931396, -1.5456186532974243, 0.9595325589179993, 0.0, 0.0, 0.00015039027493912727, -0.2358100712299347, -0.8398061394691467, 1.9119913578033447, -1.0696496963500977, -0.0051363673992455006], "max": [0.544263482093811, 0.5599191188812256, 0.5688551664352417, -1.4394952058792114, -0.06270968168973923, 0.1618792861700058, -0.015044737607240677, -0.18198400735855103, 0.49201700091362, 0.23815299570560455, -1.1861485242843628, -1.1617052555084229, -0.6164132356643677, 0.17695893347263336, 0.26633724570274353, 0.04445353522896767, -1.3407095670700073, 0.21015509963035583, 0.15709708631038666, 0.2359161525964737, -0.25745099782943726, -0.37616199254989624, 0.2435699999332428, 1.4766368865966797, -1.2493085861206055, 1.0700747966766357, 1001.0, 1002.0, 0.0003120597975794226, -0.22888648509979248, -0.8380938768386841, 1.9122251272201538, -1.0677480697631836, 0.006138770841062069], "mean": [0.16015981137752533, 0.2272525578737259, 0.08808175474405289, -1.8103797435760498, -0.24720372259616852, 0.0025758505798876286, -0.11184503138065338, -0.26329243183135986, 0.38062265515327454, 0.17093729972839355, -1.4244989156723022, -1.3760401010513306, -1.101133108139038, -0.0006149685359559953, 0.21589072048664093, -0.03738535940647125, -1.6260149478912354, 0.16644185781478882, 0.08184228837490082, 0.17177364230155945, -0.2801927924156189, -0.43722471594810486, 0.20100398361682892, 1.3619211912155151, -1.352592945098877, 1.0408456325531006, 541.8441772460938, 682.2363891601562, 0.00024250865681096911, -0.2315233051776886, -0.8389712572097778, 1.9120854139328003, -1.0681630373001099, 0.00022786138288211077], "std": [0.22824515402317047, 0.10947847366333008, 0.19149164855480194, 0.1386575549840927, 0.12371102720499039, 0.06398684531450272, 0.14662858843803406, 0.0409233421087265, 0.03899119421839714, 0.08029945194721222, 0.26538601517677307, 0.16030064225196838, 0.19626875221729279, 0.07847201824188232, 0.06764821708202362, 0.11567816138267517, 0.09174352884292603, 0.05130254849791527, 0.057669661939144135, 0.08754294365644455, 0.022263389080762863, 0.026212817057967186, 0.057074468582868576, 0.05262918025255203, 0.06292326003313065, 0.023869730532169342, 484.4919738769531, 451.50823974609375, 2.314097400812898e-05, 0.0018474827520549297, 0.0002420479868305847, 6.097260120441206e-05, 0.0003214994794689119, 0.0010567654389888048], "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": [359], "max": [359], "mean": [359.0], "std": [0.0], "count": [770]}, "index": {"min": [308015], "max": [308784], "mean": [308399.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5857142857142857, 0.6809688312043859], "std": [0.49259827570190545, 0.45060835251933207], "count": [770]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5857142857142857, 0.6809688312043859], "std": [0.49259827570190545, 0.45060835251933207], "count": [770]}, "eef_direction_state": {"mean": [4.698701298701299, 4.985714285714286], "std": [2.0714819029897136, 2.0578777547347733], "min": [0, 0], "max": [6, 6], "count": [770]}, "eef_velocity_state": {"mean": [0.4675324675324675, 0.24155844155844156], "std": [0.7276436901773737, 0.48492887397880685], "min": [0, 0], "max": [2, 2], "count": [770]}, "eef_acc_mag_state": {"mean": [0.34935064935064936, 0.17272727272727273], "std": [0.6904023627563675, 0.5071274753641262], "min": [0, 0], "max": [2, 2], "count": [770]}, "eef_direction_action": {"mean": [4.698701298701299, 4.985714285714286], "std": [2.0714819029897136, 2.0578777547347733], "min": [0, 0], "max": [6, 6], "count": [770]}, "eef_velocity_action": {"mean": [0.4675324675324675, 0.24155844155844156], "std": [0.7276436901773737, 0.48492887397880685], "min": [0, 0], "max": [2, 2], "count": [770]}, "eef_acc_mag_action": {"mean": [0.34935064935064936, 0.17272727272727273], "std": [0.6904023627563676, 0.5071274753641262], "min": [0, 0], "max": [2, 2], "count": [770]}, "eef_sim_pose_state": {"mean": [0.4051511042581508, 0.24686814905088697, 1.1744858485224134, -0.03787323783460478, 0.0004048992247796054, 1.3123130958686116, 0.4561135938410818, -0.2742816051506211, 1.1661227210172889, -0.03762890434888181, -0.03695852343540277, -1.3507747691798693], "std": [0.04669810907882502, 0.05608390721947991, 0.03822362204149002, 0.03321015645529872, 0.08745398826027559, 0.29561760518011615, 0.025908497540646502, 0.05335646298591924, 0.01977827319782927, 0.04769762645655555, 0.040516320574565494, 0.035103702774533306], "min": [0.3213167773584646, 0.09639039245749562, 1.1313518379662644, -0.1527454079844523, -0.27878063382553986, 0.7165933539783378, 0.39635636534070856, -0.3151174751976099, 1.1259359841572847, -0.15666622827504517, -0.08434606908443754, -1.435001013062799], "max": [0.5420528921254459, 0.31555477943505017, 1.2545260600862946, -0.01033357681915359, 0.11629555200198571, 1.6101783342558311, 0.5053813406861839, -0.18868710904814862, 1.1860492002925127, 0.04792499259388794, 0.08474901115828781, -1.261545272624588], "count": [770]}, "eef_sim_pose_action": {"mean": [0.405192165473024, 0.24688690927905452, 1.1744538909333135, -0.03787986147134969, 0.00040654332844308305, 1.3125099330697665, 0.4562015656533982, -0.27444196561850326, 1.1661682169208227, -0.03773058176428306, -0.036939425484356386, -1.350862484343879], "std": [0.046692960595696685, 0.05609223046379826, 0.03824865917968974, 0.033206613801438106, 0.08745460596325651, 0.2957569202034198, 0.025820402100784172, 0.053284517475839926, 0.019768766120005197, 0.047598626490791295, 0.040505364037426196, 0.035071880952578724], "min": [0.3213167773584646, 0.09639039245749562, 1.1313518379662644, -0.1527454079844523, -0.27878063382553986, 0.7165933539783378, 0.39635636534070856, -0.3151174751976099, 1.1259359841572847, -0.15666622827504517, -0.08434606908443754, -1.435001013062799], "max": [0.5420528921254459, 0.31555477943505017, 1.2545260600862946, -0.01033357681915359, 0.11629555200198571, 1.6101783342558311, 0.5053813406861839, -0.18868710904814862, 1.1860492002925127, 0.04792499259388794, 0.08474901115828781, -1.261545272624588], "count": [770]}, "gripper_mode_state": {"mean": [0.4142857142857143, 0.3194805194805195], "std": [0.49259827570190545, 0.4662753662300649], "min": [0, 0], "max": [1, 1], "count": [770]}, "gripper_activity_state": {"mean": [1.9883116883116883, 1.8636363636363635], "std": [0.13908235995408036, 0.4568125282327766], "min": [0, 0], "max": [2, 2], "count": [770]}, "gripper_mode_action": {"mean": [0.4142857142857143, 0.3194805194805195], "std": [0.49259827570190545, 0.4662753662300649], "min": [0, 0], "max": [1, 1], "count": [770]}, "gripper_activity_action": {"mean": [1.9883116883116883, 1.8636363636363635], "std": [0.13908235995408036, 0.4568125282327767], "min": [0, 0], "max": [2, 2], "count": [770]}}} +{"episode_index": 359, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4619441790516631]], [[0.4463045551288456]], [[0.4340876173452396]]], "std": [[[0.16676221692658208]], [[0.17340326162288253]], [[0.17694869793361062]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4728762332958661]], [[0.4665030754339952]], [[0.46098186612755504]]], "std": [[[0.14513966625009922]], [[0.1487583541873117]], [[0.1522379655508332]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44736801002248033]], [[0.4495337790370926]], [[0.44159805352608134]]], "std": [[[0.15700929465607893]], [[0.1542871094319128]], [[0.1611857713561729]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49893359326214565]], [[0.49005156295533076]], [[0.47594880651305105]]], "std": [[[0.1569015157744602]], [[0.15146593957770216]], [[0.16115987092067918]]], "count": [157]}, "observation.state": {"min": [-0.45376816391944885, 0.11538371443748474, -0.3551570773124695, -2.1897075176239014, -0.6557725667953491, -0.10873401165008545, -0.6098878383636475, -0.31597501039505005, 0.27096500992774963, -0.01840299926698208, -2.0086121559143066, -1.8131510019302368, -1.319144606590271, -0.17332863807678223, -0.02076941914856434, -0.2626371383666992, -1.835108995437622, 0.04080579802393913, -0.06370452046394348, -0.02626720443367958, -0.32521799206733704, -0.48342499136924744, 0.10167499631643295, 1.1713374853134155, -1.4979139566421509, 0.9189391732215881, 0.0, 0.0, 0.00021994576673023403, -0.23493029177188873, -0.8394955396652222, 1.9117521047592163, -1.070135474205017, -0.0033631769474595785], "max": [0.629627525806427, 0.663033127784729, 0.5523967146873474, -1.4566518068313599, -0.14332643151283264, 0.16434021294116974, 0.025848325341939926, -0.16565999388694763, 0.49290698766708374, 0.2884320020675659, -1.1503145694732666, -1.1042829751968384, -0.6800285577774048, 0.16118115186691284, 0.22027800977230072, 0.046530477702617645, -1.3697168827056885, 0.28492501378059387, 0.22687533497810364, 0.2772979140281677, -0.24756300449371338, -0.3761509954929352, 0.20911499857902527, 1.481923222541809, -1.3291609287261963, 1.134360432624817, 1001.0, 1002.0, 0.00030642017372883856, -0.22939780354499817, -0.8385772109031677, 1.9126394987106323, -1.06743586063385, 0.005020559765398502], "mean": [0.15353891253471375, 0.2651040852069855, 0.08993574976921082, -1.8056843280792236, -0.2846420407295227, -0.005562077276408672, -0.13261161744594574, -0.25898581743240356, 0.3811955153942108, 0.17545461654663086, -1.4571360349655151, -1.3946341276168823, -1.078112006187439, -0.057605013251304626, 0.17131195962429047, -0.03994571417570114, -1.725601077079773, 0.20099085569381714, 0.13290438055992126, 0.18511080741882324, -0.2696678638458252, -0.41890808939933777, 0.17617826163768768, 1.3574726581573486, -1.4440706968307495, 1.0729955434799194, 548.5914916992188, 683.4014282226562, 0.00024829196627251804, -0.23164016008377075, -0.8389551639556885, 1.9120763540267944, -1.0681483745574951, 0.00014152719813864678], "std": [0.25344809889793396, 0.09960826486349106, 0.20552845299243927, 0.1479950100183487, 0.12374892830848694, 0.06477914750576019, 0.1655813455581665, 0.048510562628507614, 0.04329811781644821, 0.0818246454000473, 0.2668621838092804, 0.18068218231201172, 0.1737673580646515, 0.07025487720966339, 0.07353038340806961, 0.1138477623462677, 0.10163077712059021, 0.10048851370811462, 0.082737997174263, 0.11602966487407684, 0.027133319526910782, 0.023067330941557884, 0.044306304305791855, 0.07946739345788956, 0.0510077141225338, 0.041079454123973846, 485.21075439453125, 452.5741271972656, 6.103640771470964e-06, 0.000987021834589541, 0.00014875255874358118, 0.00014409907453227788, 0.0005268972017802298, 0.0007999043446034193], "count": [847]}, "action": {"min": [-0.45376816391944885, 0.11538371443748474, -0.3551570773124695, -2.1897075176239014, -0.6557725667953491, -0.10873401165008545, -0.6098878383636475, -0.31597501039505005, 0.27096500992774963, -0.01840299926698208, -2.0086121559143066, -1.8131510019302368, -1.319144606590271, -0.17332863807678223, -0.02076941914856434, -0.2626197040081024, -1.835108995437622, 0.04080579802393913, -0.06370452046394348, -0.02626720443367958, -0.32521799206733704, -0.48342499136924744, 0.10167499631643295, 1.1713374853134155, -1.4979139566421509, 0.9189391732215881, 0.0, 0.0, 0.00021994576673023403, -0.23493029177188873, -0.8394955396652222, 1.9117521047592163, -1.070135474205017, -0.0033631769474595785], "max": [0.629627525806427, 0.663033127784729, 0.5523967146873474, -1.4566518068313599, -0.14332643151283264, 0.16434021294116974, 0.025848325341939926, -0.16565999388694763, 0.49290698766708374, 0.2884320020675659, -1.1503145694732666, -1.1042829751968384, -0.6800285577774048, 0.16118115186691284, 0.22027800977230072, 0.046530477702617645, -1.3697168827056885, 0.28492501378059387, 0.22687533497810364, 0.2772979140281677, -0.24756300449371338, -0.3761509954929352, 0.20911499857902527, 1.481923222541809, -1.3291609287261963, 1.134360432624817, 1001.0, 1002.0, 0.00030642017372883856, -0.22939780354499817, -0.8385772109031677, 1.9126394987106323, -1.06743586063385, 0.005020559765398502], "mean": [0.15339858829975128, 0.26507967710494995, 0.08982987701892853, -1.8054372072219849, -0.28451409935951233, -0.005602175835520029, -0.13277477025985718, -0.25902387499809265, 0.3812340199947357, 0.17549918591976166, -1.4571689367294312, -1.3945603370666504, -1.0779762268066406, -0.057468608021736145, 0.17133764922618866, -0.03959285467863083, -1.725594162940979, 0.20123736560344696, 0.13317471742630005, 0.18545792996883392, -0.2696196734905243, -0.4189608097076416, 0.17629408836364746, 1.3573516607284546, -1.444237470626831, 1.0730305910110474, 548.5914916992188, 683.4014282226562, 0.0002482786658219993, -0.23164057731628418, -0.8389549851417542, 1.912076473236084, -1.0681486129760742, 0.00014137031394056976], "std": [0.2534189820289612, 0.0996166467666626, 0.20557619631290436, 0.14809682965278625, 0.12383662164211273, 0.0647989958524704, 0.16553817689418793, 0.04854223132133484, 0.043299682438373566, 0.08184925466775894, 0.2668440043926239, 0.18072578310966492, 0.1737290471792221, 0.07014185190200806, 0.07353997230529785, 0.11362048238515854, 0.10162776708602905, 0.10041262954473495, 0.08246829360723495, 0.11583682149648666, 0.027129584923386574, 0.023020556196570396, 0.044260554015636444, 0.07936743646860123, 0.05086301267147064, 0.04108599200844765, 485.2107238769531, 452.5741271972656, 6.0956717788940296e-06, 0.0009868585038930178, 0.00014865875709801912, 0.0001440798514522612, 0.0005267729284241796, 0.000799897126853466], "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": [360], "max": [360], "mean": [360.0], "std": [0.0], "count": [847]}, "index": {"min": [308785], "max": [309631], "mean": [309208.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5879574970484062, 0.6821216057079988], "std": [0.492202680521934, 0.45167373959066554], "count": [847]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5879574970484062, 0.6821216057079988], "std": [0.492202680521934, 0.45167373959066554], "count": [847]}, "eef_direction_state": {"mean": [4.857142857142857, 4.990554899645809], "std": [1.9191799845564126, 2.108599483499611], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_state": {"mean": [0.42621015348288077, 0.2243211334120425], "std": [0.7068046180622625, 0.47034738681928784], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_state": {"mean": [0.3152302243211334, 0.15466351829988192], "std": [0.6526971831380433, 0.47702724559237714], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_direction_action": {"mean": [4.857142857142857, 4.990554899645809], "std": [1.9191799845564126, 2.108599483499611], "min": [0, 0], "max": [6, 6], "count": [847]}, "eef_velocity_action": {"mean": [0.42621015348288077, 0.2243211334120425], "std": [0.7068046180622625, 0.47034738681928784], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_acc_mag_action": {"mean": [0.3152302243211334, 0.15466351829988192], "std": [0.6526971831380433, 0.47702724559237714], "min": [0, 0], "max": [2, 2], "count": [847]}, "eef_sim_pose_state": {"mean": [0.40714757770914617, 0.2548913375047012, 1.1780400903079096, -0.04399451127331997, -0.01099623284150959, 1.2787446520644676, 0.4392434867951302, -0.2546530125714331, 1.175757532693519, -0.029508487657179023, 0.03928756511942269, -1.307593851006677], "std": [0.05233431136384368, 0.05911776413695273, 0.042923188604220466, 0.05744940532357139, 0.062115306816243894, 0.30295863408378704, 0.02292549997138412, 0.046600225126036086, 0.02283716639048381, 0.06790333555534023, 0.04595926274557611, 0.039466346793334516], "min": [0.3110334157871275, 0.11248360667838798, 1.1292560231229276, -0.20591592220836252, -0.1654246891254445, 0.6760055643468688, 0.3963601621286767, -0.2906796894207416, 1.1340622154177433, -0.20279652985257224, -0.06756686222429442, -1.4213465266227059], "max": [0.5425283591056826, 0.37707527449145933, 1.2600127804943237, 0.02788582212493762, 0.04059258271729016, 1.6719663821732715, 0.5025290746807721, -0.18058947608825265, 1.1943755162818719, 0.04794969429027185, 0.07333190654071586, -1.259438952224631], "count": [847]}, "eef_sim_pose_action": {"mean": [0.4071862533177982, 0.25493668121617424, 1.1780080177361818, -0.04394225476704186, -0.011125014230781863, 1.278735358637823, 0.43929653976555744, -0.2547705883858194, 1.1758132694742836, -0.029574746983876563, 0.03944250721966024, -1.307574976590267], "std": [0.052328916790880524, 0.05913987324434928, 0.04294918467120217, 0.05749363236149601, 0.06213773625829634, 0.3029536264939991, 0.022878145466296608, 0.04655924953545142, 0.02281832622636861, 0.06785524836439799, 0.04581985665534205, 0.03947174116803688], "min": [0.3110334157871275, 0.11248360667838798, 1.1292560231229276, -0.20591592220836252, -0.1654246891254445, 0.6760055643468688, 0.3963649688936662, -0.2906796894207416, 1.1340622154177433, -0.20279652985257224, -0.06756686222429442, -1.4213465266227059], "max": [0.5425283591056826, 0.37707527449145933, 1.2600127804943237, 0.02788582212493762, 0.04059258271729016, 1.6719663821732715, 0.5025290746807721, -0.18058947608825265, 1.1943755162818719, 0.04794969429027185, 0.07333190654071586, -1.259438952224631], "count": [847]}, "gripper_mode_state": {"mean": [0.41204250295159384, 0.31759149940968123], "std": [0.492202680521934, 0.46553962120575304], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_state": {"mean": [1.989374262101535, 1.8760330578512396], "std": [0.1326523910761572, 0.4373142662916683], "min": [0, 0], "max": [2, 2], "count": [847]}, "gripper_mode_action": {"mean": [0.41204250295159384, 0.31759149940968123], "std": [0.492202680521934, 0.46553962120575304], "min": [0, 0], "max": [1, 1], "count": [847]}, "gripper_activity_action": {"mean": [1.989374262101535, 1.8760330578512396], "std": [0.1326523910761572, 0.4373142662916683], "min": [0, 0], "max": [2, 2], "count": [847]}}} +{"episode_index": 360, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4600159694312508]], [[0.4453841201335607]], [[0.4335718700523688]]], "std": [[[0.17447598929395614]], [[0.17847367775875586]], [[0.18201110811294569]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47414147053749034]], [[0.46709978230422605]], [[0.461790027605245]]], "std": [[[0.1458915514107036]], [[0.14920673151827982]], [[0.15275276096932186]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44761057575203994]], [[0.4505062149859944]], [[0.443208384078269]]], "std": [[[0.15554031190190806]], [[0.15230392534421655]], [[0.15905230366496517]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4905758953943896]], [[0.48498277970608533]], [[0.47393278579547765]]], "std": [[[0.15358566122665396]], [[0.14922595802448202]], [[0.15938581213425035]]], "count": [161]}, "observation.state": {"min": [-0.48455578088760376, 0.14816100895404816, -0.2976135313510895, -2.1553070545196533, -0.592661440372467, -0.10545279085636139, -0.6044249534606934, -0.2911190092563629, 0.27653801441192627, -0.011354999616742134, -2.0509145259857178, -1.8192353248596191, -1.2296795845031738, -0.1785646378993988, 0.02782054804265499, -0.2626197040081024, -1.78810715675354, 0.06581636518239975, -0.0636696144938469, -0.0262148454785347, -0.33312100172042847, -0.48614901304244995, 0.10967200249433517, 1.2622787952423096, -1.663266658782959, 0.9809848666191101, 0.0, 0.0, 0.00022558541968464851, -0.23497352004051208, -0.8402435183525085, 1.9119065999984741, -1.0701544284820557, -0.0025847957003861666], "max": [0.5957506895065308, 0.6427524089813232, 0.5326395630836487, -1.4400362968444824, -0.19456930458545685, 0.13166764378547668, -0.0190066359937191, -0.17004799842834473, 0.49738800525665283, 0.27898699045181274, -1.263458013534546, -1.1839028596878052, -0.5810887813568115, 0.17922785878181458, 0.19310322403907776, 0.03591887652873993, -1.3169556856155396, 0.32909929752349854, 0.14995868504047394, 0.22340214252471924, -0.26236799359321594, -0.3761560022830963, 0.21672600507736206, 1.4755313396453857, -1.3243305683135986, 1.1432523727416992, 1001.0, 1002.0, 0.00026694274856708944, -0.22932448983192444, -0.8378466963768005, 1.9125293493270874, -1.0654431581497192, 0.005157250910997391], "mean": [0.13685342669487, 0.26701903343200684, 0.10116768628358841, -1.802024483680725, -0.2715524435043335, -0.0011155492393299937, -0.14088091254234314, -0.25669342279434204, 0.3837393820285797, 0.17304377257823944, -1.4763818979263306, -1.3814504146575928, -1.0574167966842651, -0.022904736921191216, 0.16800707578659058, -0.03912410885095596, -1.6627466678619385, 0.21282345056533813, 0.10601764917373657, 0.15997503697872162, -0.27929946780204773, -0.43078893423080444, 0.1846017986536026, 1.3192105293273926, -1.4273664951324463, 1.1055090427398682, 551.7095947265625, 688.4020385742188, 0.0002456223592162132, -0.23162320256233215, -0.8395093083381653, 1.912199854850769, -1.0676504373550415, 0.0001886530517367646], "std": [0.26591554284095764, 0.09027153998613358, 0.21494075655937195, 0.1397293359041214, 0.0872928723692894, 0.05564248189330101, 0.1729174107313156, 0.043184418231248856, 0.044255416840314865, 0.08648666739463806, 0.29694002866744995, 0.15933063626289368, 0.2157074362039566, 0.07364551723003387, 0.041122984141111374, 0.10912254452705383, 0.10543224215507507, 0.0737966001033783, 0.06735733151435852, 0.07537996023893356, 0.024242408573627472, 0.023707864806056023, 0.043545134365558624, 0.05667642503976822, 0.0567590557038784, 0.04947444796562195, 485.3312683105469, 451.01629638671875, 2.4173343717848184e-06, 0.0019324111053720117, 0.00036281748907640576, 0.00012882390001323074, 0.0005370299331843853, 0.0008031267207115889], "count": [878]}, "action": {"min": [-0.48455578088760376, 0.14816100895404816, -0.2976135313510895, -2.1553070545196533, -0.592661440372467, -0.10545279085636139, -0.6044249534606934, -0.2911190092563629, 0.27653801441192627, -0.011354999616742134, -2.0509145259857178, -1.8192353248596191, -1.2296795845031738, -0.1785646378993988, 0.02782054804265499, -0.2626197040081024, -1.78810715675354, 0.06581636518239975, -0.0636696144938469, -0.0262148454785347, -0.33312100172042847, -0.48614901304244995, 0.10967200249433517, 1.2622787952423096, -1.663266658782959, 0.9809848666191101, 0.0, 0.0, 0.00022558541968464851, -0.23497352004051208, -0.8402435183525085, 1.9119065999984741, -1.0701544284820557, -0.0025847957003861666], "max": [0.5957506895065308, 0.6427524089813232, 0.5326395630836487, -1.4400362968444824, -0.19456930458545685, 0.13166764378547668, -0.0190066359937191, -0.17004799842834473, 0.49738800525665283, 0.27898699045181274, -1.263458013534546, -1.1839028596878052, -0.5810887813568115, 0.17922785878181458, 0.19310322403907776, 0.03591887652873993, -1.3169556856155396, 0.32909929752349854, 0.14995868504047394, 0.22340214252471924, -0.26236799359321594, -0.3761560022830963, 0.21672600507736206, 1.4755313396453857, -1.3243305683135986, 1.1432523727416992, 1001.0, 1002.0, 0.00026694274856708944, -0.22932448983192444, -0.8378466963768005, 1.9125293493270874, -1.0654431581497192, 0.005157250910997391], "mean": [0.13676510751247406, 0.2670031785964966, 0.10103309154510498, -1.8018909692764282, -0.2715049982070923, -0.0011348513653501868, -0.14095230400562286, -0.25670158863067627, 0.3837657868862152, 0.17310237884521484, -1.476353645324707, -1.3813303709030151, -1.0574153661727905, -0.02272746153175831, 0.16800343990325928, -0.03878647834062576, -1.6626579761505127, 0.21303874254226685, 0.10625432431697845, 0.16023659706115723, -0.2792673408985138, -0.43085619807243347, 0.1847212165594101, 1.319013237953186, -1.427472710609436, 1.1055914163589478, 551.7095947265625, 688.4020385742188, 0.00024562448379583657, -0.23162296414375305, -0.8395098447799683, 1.9122002124786377, -1.0676496028900146, 0.00018874710076488554], "std": [0.2658855617046356, 0.09027743339538574, 0.21501460671424866, 0.1397402584552765, 0.08731377124786377, 0.05565224215388298, 0.17288021743297577, 0.043190136551856995, 0.044252123683691025, 0.08652357757091522, 0.29695838689804077, 0.1594177931547165, 0.21570657193660736, 0.07347071915864944, 0.04112144559621811, 0.10888919234275818, 0.1053728386759758, 0.07364293187856674, 0.06712519377470016, 0.07513168454170227, 0.024244122207164764, 0.023636488243937492, 0.04348320513963699, 0.056432534009218216, 0.056663062423467636, 0.04946960508823395, 485.33123779296875, 451.01629638671875, 2.417071073068655e-06, 0.0019324437016621232, 0.0003625789249781519, 0.000128655054140836, 0.0005371198640204966, 0.0008031224133446813], "count": [878]}, "timestamp": {"min": [0.0], "max": [29.233333333333334], "mean": [14.616666666666664], "std": [8.448553459353594], "count": [878]}, "frame_index": {"min": [0], "max": [877], "mean": [438.5], "std": [253.45660378060776], "count": [878]}, "episode_index": {"min": [361], "max": [361], "mean": [361.0], "std": [0.0], "count": [878]}, "index": {"min": [309632], "max": [310509], "mean": [310070.5], "std": [253.45660378060776], "count": [878]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [878]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.591116173120729, 0.6871093394110671], "std": [0.49162774839896217, 0.450122222662475], "count": [878]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.591116173120729, 0.6871093394110671], "std": [0.49162774839896217, 0.450122222662475], "count": [878]}, "eef_direction_state": {"mean": [4.899772209567198, 5.244874715261959], "std": [1.9472484981345797, 1.7589186780424713], "min": [0, 0], "max": [6, 6], "count": [878]}, "eef_velocity_state": {"mean": [0.3952164009111617, 0.19134396355353075], "std": [0.6915203191547594, 0.42131994308998316], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_acc_mag_state": {"mean": [0.2824601366742597, 0.1560364464692483], "std": [0.6331303849933274, 0.48393674029083256], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_direction_action": {"mean": [4.899772209567198, 5.244874715261959], "std": [1.9472484981345797, 1.7589186780424713], "min": [0, 0], "max": [6, 6], "count": [878]}, "eef_velocity_action": {"mean": [0.3952164009111617, 0.19134396355353075], "std": [0.6915203191547594, 0.42131994308998316], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_acc_mag_action": {"mean": [0.2824601366742597, 0.1560364464692483], "std": [0.6331303849933273, 0.4839367402908325], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_sim_pose_state": {"mean": [0.41071248679177114, 0.25343294475094147, 1.1808525308480704, -0.03970279184802926, -0.029546036862374173, 1.2680078324199915, 0.44986068435764526, -0.25855009825394604, 1.1662813744253544, -0.030893965881782785, 0.05509243476441507, -1.3488477925762012], "std": [0.05535028583313345, 0.05997127136060897, 0.04012033252946174, 0.03335535579168719, 0.08496665955826418, 0.3248341189729113, 0.02342773868938479, 0.040128610200365615, 0.02138808372023086, 0.044327364474282316, 0.04942212154583502, 0.03904130891830805], "min": [0.318535066985339, 0.12180667948575917, 1.1486412621486182, -0.14216670996940028, -0.2179250420631189, 0.6091162072593663, 0.3963655236583663, -0.28841720154904416, 1.1214739709558512, -0.13481489559709514, -0.06756413859328148, -1.434314462307715], "max": [0.5503230888990306, 0.3644851400945469, 1.2579456126079964, -0.017481173186523535, 0.04147319441323272, 1.5471394603573718, 0.5057817209949599, -0.18867102557910329, 1.1817608096244032, 0.04794398162196334, 0.20008913408846718, -1.221309700493041], "count": [878]}, "eef_sim_pose_action": {"mean": [0.4107380148706126, 0.25348143689343255, 1.1808437526701223, -0.03970782169099199, -0.029613579301142515, 1.2680976915465472, 0.4499257529187665, -0.2586609917146167, 1.1663224049851435, -0.03097185614695088, 0.05525188020487073, -1.3489226083535344], "std": [0.05534290091984612, 0.05999742789986304, 0.040126433594938914, 0.033352351498581304, 0.08494069337135125, 0.3248942213400266, 0.023358361477734325, 0.04006990299344915, 0.021380817298838173, 0.0442488963986003, 0.04925182594849912, 0.03901890516842299], "min": [0.318535066985339, 0.12180667948575917, 1.1486412621486182, -0.14216670996940028, -0.2179250420631189, 0.6091162072593663, 0.3963655236583663, -0.28841720154904416, 1.1214739709558512, -0.13481489559709514, -0.06756413859328148, -1.434314462307715], "max": [0.5503230888990306, 0.3644851400945469, 1.2579456126079964, -0.017481173186523535, 0.04147319441323272, 1.5471394603573718, 0.5057817209949599, -0.18867102557910329, 1.1817608096244032, 0.04794398162196334, 0.20008913408846718, -1.221309700493041], "count": [878]}, "gripper_mode_state": {"mean": [0.40888382687927105, 0.3120728929384966], "std": [0.49162774839896217, 0.4633394030637709], "min": [0, 0], "max": [1, 1], "count": [878]}, "gripper_activity_state": {"mean": [1.989749430523918, 1.8815489749430523], "std": [0.1303042911248615, 0.4291235616935349], "min": [0, 0], "max": [2, 2], "count": [878]}, "gripper_mode_action": {"mean": [0.40888382687927105, 0.3120728929384966], "std": [0.49162774839896217, 0.4633394030637709], "min": [0, 0], "max": [1, 1], "count": [878]}, "gripper_activity_action": {"mean": [1.989749430523918, 1.8815489749430523], "std": [0.1303042911248615, 0.4291235616935349], "min": [0, 0], "max": [2, 2], "count": [878]}}} +{"episode_index": 361, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46246163833467113]], [[0.44688926991361844]], [[0.4347576276612009]]], "std": [[[0.16410532897889687]], [[0.16947835841478634]], [[0.17333835595336614]]], "count": [171]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4748874902056339]], [[0.4679940254366854]], [[0.4620059554523564]]], "std": [[[0.14638263145160363]], [[0.14876985328184014]], [[0.15243157212596148]]], "count": [171]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44864789970569124]], [[0.4508180947330199]], [[0.4432671544738753]]], "std": [[[0.16064162219121983]], [[0.1580861513796377]], [[0.16542050100903574]]], "count": [171]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5089179124622559]], [[0.49356762532010856]], [[0.47812442906012304]]], "std": [[[0.16164662320796247]], [[0.15319420082915192]], [[0.16338812014557133]]], "count": [171]}, "observation.state": {"min": [-0.5095314383506775, 0.1253146380186081, -0.1788962483406067, -2.0136735439300537, -0.6225240230560303, -0.09105382859706879, -0.5055171847343445, -0.2930949926376343, 0.3246909976005554, -0.02366499975323677, -2.075716018676758, -1.8210045099258423, -1.2709485292434692, -0.17332863807678223, 0.023858651518821716, -0.26258477568626404, -1.8512881994247437, 0.06578145921230316, -0.0636521577835083, -0.026197392493486404, -0.3340590000152588, -0.4848630130290985, 0.10732600092887878, 1.2736704349517822, -1.5537440776824951, 0.9649171233177185, 0.0, 0.0, 0.00023498480732087046, -0.23522166907787323, -0.8400739431381226, 1.9115967750549316, -1.0679492950439453, -0.0025696076918393373], "max": [0.40015164017677307, 0.6399250030517578, 0.560547411441803, -1.381742238998413, -0.09580112248659134, 0.10697123408317566, -0.01935570128262043, -0.18114900588989258, 0.502597987651825, 0.26963499188423157, -1.2920527458190918, -1.2329144477844238, -0.582024872303009, 0.17449802160263062, 0.2940530776977539, -0.011658798903226852, -1.3131682872772217, 0.38515928387641907, 0.1284387856721878, 0.22678808867931366, -0.23105600476264954, -0.37616199254989624, 0.20520199835300446, 1.4926578998565674, -1.328906536102295, 1.1345876455307007, 1001.0, 1003.0, 0.00025754334637895226, -0.2288958877325058, -0.839206337928772, 1.9123098850250244, -1.06704843044281, 0.006006825715303421], "mean": [0.15771110355854034, 0.27441465854644775, 0.09888538718223572, -1.8085899353027344, -0.2854576110839844, -0.01684320718050003, -0.13902969658374786, -0.26172736287117004, 0.3802556097507477, 0.17567536234855652, -1.4655852317810059, -1.3958693742752075, -1.0768883228302002, -0.07845038175582886, 0.23226606845855713, -0.08422486484050751, -1.7431104183197021, 0.275282621383667, 0.0743388757109642, 0.1642012894153595, -0.2656070590019226, -0.4115103483200073, 0.1711043417453766, 1.4087402820587158, -1.465130090713501, 1.0930169820785522, 524.8897094726562, 692.0357055664062, 0.000245707284193486, -0.2316965013742447, -0.8395498991012573, 1.912049651145935, -1.0673470497131348, 0.00016831737593747675], "std": [0.22876644134521484, 0.10853183269500732, 0.18795649707317352, 0.12641428411006927, 0.11079518496990204, 0.0423501692712307, 0.17033861577510834, 0.03637545928359032, 0.03728277236223221, 0.07499376684427261, 0.2807731330394745, 0.1564849466085434, 0.20689447224140167, 0.07678913325071335, 0.08139067888259888, 0.09514185041189194, 0.1316080242395401, 0.133199542760849, 0.06379684060811996, 0.09172488749027252, 0.03281868249177933, 0.023846397176384926, 0.04082978144288063, 0.054896701127290726, 0.059975218027830124, 0.04672009125351906, 488.317138671875, 450.58642578125, 1.4855079371045576e-06, 0.002086343476548791, 0.0001809828681871295, 0.00015840644482523203, 0.00016703273286111653, 0.0007292308728210628], "count": [952]}, "action": {"min": [-0.5095314383506775, 0.1253146380186081, -0.1788962483406067, -2.0136735439300537, -0.6225240230560303, -0.09105382859706879, -0.5055171847343445, -0.2930949926376343, 0.3246909976005554, -0.02366499975323677, -2.075716018676758, -1.8210045099258423, -1.2709485292434692, -0.17332863807678223, 0.023858651518821716, -0.26258477568626404, -1.8512881994247437, 0.06578145921230316, -0.0636521577835083, -0.026197392493486404, -0.3340590000152588, -0.4848630130290985, 0.10732600092887878, 1.2736704349517822, -1.5537440776824951, 0.9649171233177185, 0.0, 0.0, 0.00023498480732087046, -0.23522166907787323, -0.8400739431381226, 1.9115967750549316, -1.0679492950439453, -0.0025696076918393373], "max": [0.40015164017677307, 0.6399250030517578, 0.560547411441803, -1.381742238998413, -0.09580112248659134, 0.10697123408317566, -0.01935570128262043, -0.18114900588989258, 0.502597987651825, 0.26963499188423157, -1.2920527458190918, -1.2329144477844238, -0.582024872303009, 0.17449802160263062, 0.2940530776977539, -0.011658798903226852, -1.3131682872772217, 0.38515928387641907, 0.1284387856721878, 0.22678808867931366, -0.23105600476264954, -0.37616199254989624, 0.20520199835300446, 1.4926578998565674, -1.328906536102295, 1.1345876455307007, 1001.0, 1003.0, 0.00025754334637895226, -0.2288958877325058, -0.839206337928772, 1.9123098850250244, -1.06704843044281, 0.006006825715303421], "mean": [0.15756264328956604, 0.2743516266345978, 0.09880021214485168, -1.8084064722061157, -0.2853795886039734, -0.01689879037439823, -0.1391206830739975, -0.26173603534698486, 0.38029807806015015, 0.1757040172815323, -1.4656099081039429, -1.3957854509353638, -1.0769076347351074, -0.07836417108774185, 0.23237013816833496, -0.08396618813276291, -1.7431457042694092, 0.2756071090698242, 0.07452177256345749, 0.1644638627767563, -0.26555562019348145, -0.41154608130455017, 0.17120136320590973, 1.4086805582046509, -1.4653029441833496, 1.0930789709091187, 524.8897094726562, 692.0357055664062, 0.0002457053342368454, -0.2316945344209671, -0.839550256729126, 1.9120497703552246, -1.067347526550293, 0.00016846097423695028], "std": [0.22874236106872559, 0.10856863856315613, 0.18800029158592224, 0.12648189067840576, 0.11084361374378204, 0.04238997772336006, 0.1702979952096939, 0.03638157248497009, 0.03729027509689331, 0.07500895112752914, 0.2807595133781433, 0.15654759109020233, 0.2069052755832672, 0.07672788947820663, 0.08139940351247787, 0.094991035759449, 0.1316206008195877, 0.13306507468223572, 0.06365052610635757, 0.09153721481561661, 0.03281552344560623, 0.02381882816553116, 0.04079347476363182, 0.05485500395298004, 0.059821680188179016, 0.0467231459915638, 488.3171691894531, 450.58642578125, 1.4860163446428487e-06, 0.002087502973154187, 0.00018129740783479065, 0.00015855394303798676, 0.00016729831986594945, 0.0007292320369742811], "count": [952]}, "timestamp": {"min": [0.0], "max": [31.7], "mean": [15.850000000000001], "std": [9.160619217304278], "count": [952]}, "frame_index": {"min": [0], "max": [951], "mean": [475.5], "std": [274.8185765191283], "count": [952]}, "episode_index": {"min": [362], "max": [362], "mean": [362.0], "std": [0.0], "count": [952]}, "index": {"min": [310510], "max": [311461], "mean": [310985.5], "std": [274.8185765191283], "count": [952]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [952]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5598739495798319, 0.690702730941414], "std": [0.4964021657504275, 0.4496682844123872], "count": [952]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5598739495798319, 0.690702730941414], "std": [0.4964021657504275, 0.4496682844123872], "count": [952]}, "eef_direction_state": {"mean": [4.824579831932773, 5.224789915966387], "std": [1.9249863122761153, 1.8322206523478655], "min": [0, 0], "max": [6, 6], "count": [952]}, "eef_velocity_state": {"mean": [0.37710084033613445, 0.17436974789915966], "std": [0.6060105095874047, 0.39302562333442326], "min": [0, 0], "max": [2, 2], "count": [952]}, "eef_acc_mag_state": {"mean": [0.296218487394958, 0.1134453781512605], "std": [0.6371436939317835, 0.4172588358466216], "min": [0, 0], "max": [2, 2], "count": [952]}, "eef_direction_action": {"mean": [4.824579831932773, 5.224789915966387], "std": [1.9249863122761153, 1.8322206523478657], "min": [0, 0], "max": [6, 6], "count": [952]}, "eef_velocity_action": {"mean": [0.37710084033613445, 0.17436974789915966], "std": [0.6060105095874047, 0.39302562333442326], "min": [0, 0], "max": [2, 2], "count": [952]}, "eef_acc_mag_action": {"mean": [0.296218487394958, 0.1134453781512605], "std": [0.6371436939317835, 0.41725883584662155], "min": [0, 0], "max": [2, 2], "count": [952]}, "eef_sim_pose_state": {"mean": [0.406521722323838, 0.2558244697622388, 1.1752527665371268, -0.044540341772445605, -0.009286718553828623, 1.2705965686025504, 0.43284644209384426, -0.25358830031718405, 1.174877824853666, 0.01363797108107572, 0.04892334410374864, -1.2684760316237769], "std": [0.04756260252312455, 0.052476068361365584, 0.033446938456990816, 0.03794403533696886, 0.08413138214602676, 0.30835920437182196, 0.023751500580400115, 0.04295504465604226, 0.02792807680897489, 0.05605049046931864, 0.05262557075260636, 0.030662099682554816], "min": [0.3553992984291395, 0.10996578524783804, 1.1426987472076169, -0.15821054604706164, -0.3017845452293042, 0.5499710570999453, 0.39636844647735026, -0.2889866314024363, 1.1197847169732562, -0.12974007839469426, -0.06764266329668911, -1.348046113395248], "max": [0.5558087639441992, 0.35298927067485464, 1.249029806847328, -0.01747804635740824, 0.06397750587425621, 1.498871744163393, 0.5044083947850391, -0.1883240458750641, 1.2023703379943242, 0.0745410515833923, 0.08520202060924231, -1.1931761935760727], "count": [952]}, "eef_sim_pose_action": {"mean": [0.4065638894943415, 0.25584869157903833, 1.1752392343454163, -0.04458257785040524, -0.009332562233482437, 1.2706364099243634, 0.4328836555954722, -0.2536905349654087, 1.1749304405473702, 0.01362713165323198, 0.04907807408429752, -1.2684222660073978], "std": [0.04755998429587419, 0.052485406241445244, 0.03345699538566173, 0.037936401125349496, 0.0841204116785431, 0.30838430405082484, 0.02372208917974603, 0.04291627959323802, 0.02791798073151541, 0.056044873341559644, 0.05249929752722182, 0.030644162289871175], "min": [0.3553992984291395, 0.10996578524783804, 1.1426987472076169, -0.15821054604706164, -0.3017845452293042, 0.5499710570999453, 0.39636844647735026, -0.2889866314024363, 1.1197847169732562, -0.12974007839469426, -0.06764266329668911, -1.348046113395248], "max": [0.5558087639441992, 0.35298927067485464, 1.249029806847328, -0.01747804635740824, 0.06397750587425621, 1.498871744163393, 0.5044083947850391, -0.1883240458750641, 1.2023703379943242, 0.0745410515833923, 0.08520202060924231, -1.1931761935760727], "count": [952]}, "gripper_mode_state": {"mean": [0.44012605042016806, 0.30987394957983194], "std": [0.4964021657504275, 0.46244143948355726], "min": [0, 0], "max": [1, 1], "count": [952]}, "gripper_activity_state": {"mean": [1.990546218487395, 1.888655462184874], "std": [0.12516760178305045, 0.4178243456462391], "min": [0, 0], "max": [2, 2], "count": [952]}, "gripper_mode_action": {"mean": [0.44012605042016806, 0.30987394957983194], "std": [0.4964021657504275, 0.46244143948355726], "min": [0, 0], "max": [1, 1], "count": [952]}, "gripper_activity_action": {"mean": [1.990546218487395, 1.888655462184874], "std": [0.12516760178305045, 0.41782434564623916], "min": [0, 0], "max": [2, 2], "count": [952]}}} +{"episode_index": 362, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.468111709814134]], [[0.45122733864379083]], [[0.43965110294117643]]], "std": [[[0.1707098564239031]], [[0.17837539441775352]], [[0.1815069169263524]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4765555989583333]], [[0.47072855902777777]], [[0.46563237974877447]]], "std": [[[0.14541282015728998]], [[0.14769548355831258]], [[0.1514726449706046]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.447311057495915]], [[0.44984116753472225]], [[0.4423125485089869]]], "std": [[[0.15965092784761953]], [[0.15615576794676003]], [[0.16304324897792533]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.507103617749183]], [[0.500471697559232]], [[0.48564987106821894]]], "std": [[[0.1588195699256238]], [[0.15294017251446823]], [[0.16218920295867245]]], "count": [160]}, "observation.state": {"min": [-0.4559498131275177, 0.06340780854225159, -0.2756747603416443, -2.0846736431121826, -0.655144214630127, -0.17285741865634918, -0.6201678514480591, -0.2999829947948456, 0.2823370099067688, -0.03285599872469902, -1.9798284769058228, -1.7967010736465454, -1.3099955320358276, -0.2108706831932068, 0.06904522329568863, -0.2626371383666992, -1.799800992012024, 0.06578145921230316, -0.06635741889476776, -0.026232298463582993, -0.33839601278305054, -0.48987799882888794, 0.10967399924993515, 1.3174467086791992, -1.6027743816375732, 0.9787845015525818, 0.0, 0.0, 0.00023122504353523254, -0.23513518273830414, -0.8425896763801575, 1.9111696481704712, -1.0663163661956787, -0.003559670876711607], "max": [0.5705830454826355, 0.5991365909576416, 0.5240176320075989, -1.4302798509597778, -0.11739084124565125, 0.16728980839252472, 0.029949849471449852, -0.1801539957523346, 0.49503299593925476, 0.2626740038394928, -1.1673808097839355, -1.127880573272705, -0.6955101490020752, 0.19919443130493164, 0.31609657406806946, -0.0023911010939627886, -1.2626934051513672, 0.34835025668144226, 0.08983209729194641, 0.2551322281360626, -0.25360700488090515, -0.37033799290657043, 0.2291630059480667, 1.4797378778457642, -1.3291609287261963, 1.0897117853164673, 1001.0, 1003.0, 0.00025754334637895226, -0.22935080528259277, -0.8419851064682007, 1.9117608070373535, -1.0624544620513916, 0.00426211254671216], "mean": [0.17302891612052917, 0.2372037023305893, 0.08133130520582199, -1.815263271331787, -0.2598994970321655, -0.0030235610902309418, -0.10372140258550644, -0.26364701986312866, 0.379719078540802, 0.17644554376602173, -1.4161101579666138, -1.3723629713058472, -1.113682746887207, -0.01810540072619915, 0.2456589937210083, -0.08648630231618881, -1.6379395723342896, 0.2542051076889038, 0.04176643490791321, 0.18520711362361908, -0.2795116901397705, -0.42941564321517944, 0.18367509543895721, 1.4096665382385254, -1.4365055561065674, 1.063707709312439, 599.545166015625, 597.1314086914062, 0.00024531868984922767, -0.23155061900615692, -0.8421967029571533, 1.911423921585083, -1.0641517639160156, 0.0002811113081406802], "std": [0.2182193547487259, 0.10008524358272552, 0.1795782744884491, 0.1164722591638565, 0.10441991686820984, 0.06470928341150284, 0.15596450865268707, 0.037968412041664124, 0.037744034081697464, 0.07521311938762665, 0.25162142515182495, 0.14551866054534912, 0.16738535463809967, 0.09004949778318405, 0.08162856101989746, 0.10127929598093033, 0.12680219113826752, 0.10478086769580841, 0.05857148766517639, 0.09717470407485962, 0.030961260199546814, 0.028659695759415627, 0.05126579850912094, 0.041850246489048004, 0.05912545695900917, 0.030176078900694847, 477.80230712890625, 478.7292785644531, 1.9429949134064373e-06, 0.002023484790697694, 0.00017767888493835926, 0.00017486621800344437, 0.001025497680529952, 0.0007549300789833069], "count": [875]}, "action": {"min": [-0.4559498131275177, 0.06340780854225159, -0.2756747603416443, -2.0846736431121826, -0.655144214630127, -0.17285741865634918, -0.6201678514480591, -0.2999829947948456, 0.2823370099067688, -0.03285599872469902, -1.9798284769058228, -1.7967010736465454, -1.3099955320358276, -0.2108706831932068, 0.06904522329568863, -0.2626371383666992, -1.799800992012024, 0.06578145921230316, -0.06635741889476776, -0.026232298463582993, -0.33839601278305054, -0.48987799882888794, 0.10967399924993515, 1.3174467086791992, -1.6027743816375732, 0.9787845015525818, 0.0, 0.0, 0.00023122504353523254, -0.23513518273830414, -0.8425896763801575, 1.9111696481704712, -1.0663163661956787, -0.003559670876711607], "max": [0.5705830454826355, 0.5991365909576416, 0.5240176320075989, -1.4302798509597778, -0.11739084124565125, 0.16728980839252472, 0.029949849471449852, -0.1801539957523346, 0.49503299593925476, 0.2626740038394928, -1.1673808097839355, -1.127880573272705, -0.6955101490020752, 0.19919443130493164, 0.31609657406806946, -0.0023911010939627886, -1.2626934051513672, 0.34835025668144226, 0.08983209729194641, 0.2551322281360626, -0.25360700488090515, -0.37033799290657043, 0.2291630059480667, 1.4797378778457642, -1.3291609287261963, 1.0897117853164673, 1001.0, 1003.0, 0.00025754334637895226, -0.22935080528259277, -0.8419851064682007, 1.9117608070373535, -1.0624544620513916, 0.00426211254671216], "mean": [0.17288640141487122, 0.2370491474866867, 0.08119968324899673, -1.8150978088378906, -0.25980344414711, -0.0029825912788510323, -0.1037801057100296, -0.2636641263961792, 0.37975966930389404, 0.17647522687911987, -1.415980577468872, -1.372302770614624, -1.1137405633926392, -0.017907630652189255, 0.24579960107803345, -0.08619121462106705, -1.6378211975097656, 0.2545161843299866, 0.041936520487070084, 0.18552467226982117, -0.2794705927371979, -0.4294864237308502, 0.18380942940711975, 1.409597396850586, -1.4366241693496704, 1.0637266635894775, 599.545166015625, 597.1314086914062, 0.00024531868984922767, -0.23155254125595093, -0.8421961069107056, 1.9114243984222412, -1.0641498565673828, 0.00028093880973756313], "std": [0.21819958090782166, 0.10018370300531387, 0.17964911460876465, 0.11652673780918121, 0.10446397215127945, 0.0647093877196312, 0.1559426486492157, 0.037980563938617706, 0.03774905577301979, 0.075228251516819, 0.25171157717704773, 0.14555194973945618, 0.16741879284381866, 0.0898982509970665, 0.08163731545209885, 0.10114113241434097, 0.12672638893127441, 0.10462477803230286, 0.05848081037402153, 0.09693712741136551, 0.03096841648221016, 0.028604622930288315, 0.051225729286670685, 0.041791126132011414, 0.05901433899998665, 0.03018271178007126, 477.80230712890625, 478.7292785644531, 1.9429949134064373e-06, 0.002022362081333995, 0.00017721616313792765, 0.0001750861993059516, 0.001024972996674478, 0.0007549189613200724], "count": [875]}, "timestamp": {"min": [0.0], "max": [29.133333333333333], "mean": [14.566666666666665], "std": [8.419685927106254], "count": [875]}, "frame_index": {"min": [0], "max": [874], "mean": [437.0], "std": [252.59057781318765], "count": [875]}, "episode_index": {"min": [363], "max": [363], "mean": [363.0], "std": [0.0], "count": [875]}, "index": {"min": [311462], "max": [312336], "mean": [311899.0], "std": [252.59057781318765], "count": [875]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [875]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6377142857142857, 0.596009142796376], "std": [0.48066076968086546, 0.47777922210166746], "count": [875]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6377142857142857, 0.596009142796376], "std": [0.4806607696808655, 0.47777922210166746], "count": [875]}, "eef_direction_state": {"mean": [4.917714285714286, 4.9954285714285716], "std": [1.8633534833953582, 1.9833540752359924], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_state": {"mean": [0.41485714285714287, 0.2502857142857143], "std": [0.7046027104630216, 0.48307045161599593], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_state": {"mean": [0.2857142857142857, 0.192], "std": [0.6293501669603817, 0.5342487382163092], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_direction_action": {"mean": [4.917714285714286, 4.9954285714285716], "std": [1.8633534833953582, 1.9833540752359924], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_action": {"mean": [0.41485714285714287, 0.2502857142857143], "std": [0.7046027104630216, 0.4830704516159959], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_action": {"mean": [0.2857142857142857, 0.192], "std": [0.6293501669603817, 0.5342487382163092], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_sim_pose_state": {"mean": [0.40338002318350213, 0.2513282119433718, 1.1737668268091, -0.040798869873058, 0.0036995378215058912, 1.3248921493985975, 0.4503756187148518, -0.26527136185095235, 1.1629346220342596, -0.003322813902951078, 0.017152514740536626, -1.2788498355927174], "std": [0.045197598042056156, 0.05493415151646946, 0.03353164335737447, 0.05114878537500741, 0.06089990685046028, 0.2744557848261107, 0.028652299365850228, 0.05080607574411549, 0.027562807488469943, 0.04267078722516643, 0.04025892634381726, 0.02591168308103555], "min": [0.3215570025704142, 0.094611764756615, 1.1446132998870948, -0.18464544675628858, -0.17555694778976427, 0.6795182801519161, 0.3916175681136871, -0.3102947692615394, 1.1122996981806452, -0.09734927356615775, -0.06761303910203886, -1.3054043399513997], "max": [0.542545188544868, 0.3677544640221801, 1.2501040926892928, 0.022902403063088883, 0.07542212417793426, 1.5919207727049514, 0.510371888927166, -0.18866982522002865, 1.1853898371156182, 0.04910649591769889, 0.1019298375005031, -1.17594544259361], "count": [875]}, "eef_sim_pose_action": {"mean": [0.4034196340683376, 0.25134349387798116, 1.173753498684681, -0.04076617807802289, 0.0037262448947111425, 1.3250194748276611, 0.4504469520938072, -0.26540800153408617, 1.1629804918111217, -0.003364389416738929, 0.017255044769785222, -1.2788251769636987], "std": [0.04519534844662271, 0.05493968548177247, 0.033540697874171604, 0.05117278331670903, 0.06091775721659587, 0.2745377434310015, 0.028595451220920935, 0.050760665008221836, 0.027565493759925362, 0.0426385438123255, 0.04015734155818824, 0.02589765236722553], "min": [0.3215570025704142, 0.094611764756615, 1.1446132998870948, -0.18464544675628858, -0.17555694778976427, 0.6795182801519161, 0.3916175681136871, -0.3102947692615394, 1.1122996981806452, -0.09734927356615775, -0.06761303910203886, -1.3054043399513997], "max": [0.542545188544868, 0.3677544640221801, 1.2501040926892928, 0.022902403063088883, 0.07542212417793426, 1.5919207727049514, 0.510371888927166, -0.18866982522002865, 1.1853898371156182, 0.04910649591769889, 0.1019298375005031, -1.17594544259361], "count": [875]}, "gripper_mode_state": {"mean": [0.36228571428571427, 0.4045714285714286], "std": [0.48066076968086546, 0.4908089116500492], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_state": {"mean": [1.9897142857142858, 1.8822857142857143], "std": [0.13052609403674711, 0.4261125653713436], "min": [0, 0], "max": [2, 2], "count": [875]}, "gripper_mode_action": {"mean": [0.36228571428571427, 0.4045714285714286], "std": [0.4806607696808655, 0.4908089116500492], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_action": {"mean": [1.9897142857142858, 1.8822857142857143], "std": [0.13052609403674711, 0.4261125653713436], "min": [0, 0], "max": [2, 2], "count": [875]}}} +{"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.4659878571052077]], [[0.4506397085178157]], [[0.4384281388361796]]], "std": [[[0.17311127888520653]], [[0.17949234009672796]], [[0.18359857620049128]]], "count": [155]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4707323199978916]], [[0.46486978837233817]], [[0.4597531783681214]]], "std": [[[0.14903240519739266]], [[0.1512705606095997]], [[0.15493385677047847]]], "count": [155]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4466409511385199]], [[0.44873256641366227]], [[0.44111485215053764]]], "std": [[[0.16132048187237102]], [[0.15756015224589406]], [[0.16460341988375554]]], "count": [155]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5011586311406283]], [[0.4905634514020662]], [[0.47579479891418935]]], "std": [[[0.163511937257967]], [[0.1556412105482844]], [[0.16576428286845055]]], "count": [155]}, "observation.state": {"min": [-0.48486992716789246, 0.09258971363306046, -0.23404864966869354, -2.154975414276123, -0.595157265663147, -0.08129743486642838, -0.5434780716896057, -0.30436599254608154, 0.2976970076560974, -0.030202999711036682, -1.9775704145431519, -1.8750802278518677, -1.2374094724655151, -0.17414894700050354, 0.07937756925821304, -0.26258477568626404, -1.7714568376541138, 0.06583382189273834, -0.0636696144938469, -0.026197392493486404, -0.34103500843048096, -0.4871160089969635, 0.1060509979724884, 1.3017361164093018, -1.662941575050354, 0.9816593527793884, 0.0, 0.0, 0.00020866650447715074, -0.23504871129989624, -0.8423606753349304, 1.9115508794784546, -1.06536865234375, -0.00225635664537549], "max": [0.5034227967262268, 0.6171135306358337, 0.543268620967865, -1.4210121631622314, -0.15587535500526428, 0.17235127091407776, -0.018884463235735893, -0.17495399713516235, 0.49768999218940735, 0.2464269995689392, -1.275112271308899, -1.2152481079101562, -0.6657248735427856, 0.19060739874839783, 0.24383994936943054, -0.019774580374360085, -1.2882449626922607, 0.34749504923820496, 0.048834312707185745, 0.2560223340988159, -0.26781201362609863, -0.37615299224853516, 0.2022169977426529, 1.4755313396453857, -1.3286445140838623, 1.1743872165679932, 1001.0, 1003.0, 0.0004436513117980212, -0.22908763587474823, -0.842001736164093, 1.911831259727478, -1.0625090599060059, 0.004823116585612297], "mean": [0.1572725623846054, 0.2511020004749298, 0.09477441012859344, -1.8087106943130493, -0.26843997836112976, 0.0013161228271201253, -0.11575816571712494, -0.2627962827682495, 0.3816013038158417, 0.17294439673423767, -1.4354069232940674, -1.3898847103118896, -1.089974045753479, -0.019143275916576385, 0.20495839416980743, -0.1116078719496727, -1.6132973432540894, 0.261299192905426, 0.0021927128545939922, 0.18691177666187286, -0.2894589304924011, -0.42857468128204346, 0.16535843908786774, 1.4099375009536743, -1.4783719778060913, 1.1001098155975342, 604.2838134765625, 643.7820434570312, 0.0002756390313152224, -0.23160117864608765, -0.8422396183013916, 1.9116264581680298, -1.0641372203826904, 0.0002576878177933395], "std": [0.22462213039398193, 0.09625864028930664, 0.1836693435907364, 0.13729317486286163, 0.09521009773015976, 0.0636516585946083, 0.14918652176856995, 0.04164671525359154, 0.03789854422211647, 0.0766468346118927, 0.24975179135799408, 0.16298426687717438, 0.18359704315662384, 0.09198793023824692, 0.04627969115972519, 0.08489471673965454, 0.12879355251789093, 0.1075359508395195, 0.031165817752480507, 0.10146310180425644, 0.02383602224290371, 0.02831542305648327, 0.035438574850559235, 0.04431552812457085, 0.07460261881351471, 0.055250782519578934, 476.1559753417969, 466.3538818359375, 2.249814133392647e-05, 0.0018644744995981455, 9.743742702994496e-05, 6.533172563649714e-05, 0.0008576652035117149, 0.0007779989391565323], "count": [835]}, "action": {"min": [-0.48486992716789246, 0.09258971363306046, -0.23404864966869354, -2.154975414276123, -0.595157265663147, -0.08129743486642838, -0.5434780716896057, -0.30436599254608154, 0.2976970076560974, -0.030202999711036682, -1.9775704145431519, -1.8750802278518677, -1.2374094724655151, -0.17414894700050354, 0.07937756925821304, -0.26258477568626404, -1.7714568376541138, 0.06583382189273834, -0.0636696144938469, -0.026197392493486404, -0.34103500843048096, -0.4871160089969635, 0.1060509979724884, 1.3017361164093018, -1.662941575050354, 0.9816593527793884, 0.0, 0.0, 0.00020866650447715074, -0.23504871129989624, -0.8423606753349304, 1.9115508794784546, -1.06536865234375, -0.00225635664537549], "max": [0.5034227967262268, 0.6171135306358337, 0.543268620967865, -1.4210121631622314, -0.15587535500526428, 0.17235127091407776, -0.018884463235735893, -0.17495399713516235, 0.49768999218940735, 0.2464269995689392, -1.275112271308899, -1.2152481079101562, -0.6657248735427856, 0.19060739874839783, 0.24383994936943054, -0.019774580374360085, -1.2882449626922607, 0.34749504923820496, 0.048834312707185745, 0.2560223340988159, -0.26781201362609863, -0.37615299224853516, 0.2022169977426529, 1.4755313396453857, -1.3286445140838623, 1.1743872165679932, 1001.0, 1003.0, 0.0004436513117980212, -0.22908763587474823, -0.842001736164093, 1.911831259727478, -1.0625090599060059, 0.004823116585612297], "mean": [0.15709014236927032, 0.25100022554397583, 0.09466881304979324, -1.8084615468978882, -0.26833677291870117, 0.0012669814750552177, -0.11586042493581772, -0.2628207206726074, 0.3816530108451843, 0.17297637462615967, -1.4353848695755005, -1.3898049592971802, -1.089991807937622, -0.018956076353788376, 0.20501750707626343, -0.111349917948246, -1.613142490386963, 0.26162952184677124, 0.0022905764635652304, 0.1872466504573822, -0.2894362807273865, -0.4286421239376068, 0.1654585301876068, 1.4098694324493408, -1.4785819053649902, 1.1002007722854614, 604.2838134765625, 643.7820434570312, 0.00027569307712838054, -0.2316056340932846, -0.842239499092102, 1.9116264581680298, -1.0641366243362427, 0.00025770600768737495], "std": [0.22459617257118225, 0.09631431847810745, 0.18372496962547302, 0.13740834593772888, 0.09527257829904556, 0.06368452310562134, 0.14914999902248383, 0.041664693504571915, 0.03790758177638054, 0.07666446268558502, 0.24976466596126556, 0.16303524374961853, 0.18360678851604462, 0.0918329656124115, 0.04629114270210266, 0.08476222306489944, 0.12868037819862366, 0.10735897719860077, 0.031087107956409454, 0.10122032463550568, 0.023842506110668182, 0.02825760282576084, 0.03539920970797539, 0.044258326292037964, 0.07442876696586609, 0.055257294327020645, 476.15594482421875, 466.3538818359375, 2.247704287583474e-05, 0.0018678799970075488, 9.751576726557687e-05, 6.535834108944982e-05, 0.0008578074048273265, 0.0007779953302815557], "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": [364], "max": [364], "mean": [364.0], "std": [0.0], "count": [835]}, "index": {"min": [312337], "max": [313171], "mean": [312754.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.644311377245509, 0.6425005988153757], "std": [0.47872144969439895, 0.4653688752559328], "count": [835]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.644311377245509, 0.6425005988153757], "std": [0.4787214496943989, 0.4653688752559328], "count": [835]}, "eef_direction_state": {"mean": [4.8970059880239525, 5.135329341317365], "std": [1.9677466717125915, 1.906091019696202], "min": [0, 0], "max": [6, 6], "count": [835]}, "eef_velocity_state": {"mean": [0.4251497005988024, 0.19401197604790418], "std": [0.7309020399212142, 0.41030156848601024], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_acc_mag_state": {"mean": [0.3065868263473054, 0.1532934131736527], "std": [0.6543395193116818, 0.48495748701108277], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_direction_action": {"mean": [4.8970059880239525, 5.135329341317365], "std": [1.9677466717125915, 1.9060910196962018], "min": [0, 0], "max": [6, 6], "count": [835]}, "eef_velocity_action": {"mean": [0.4251497005988024, 0.19401197604790418], "std": [0.7309020399212142, 0.41030156848601024], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_acc_mag_action": {"mean": [0.3065868263473054, 0.1532934131736527], "std": [0.6543395193116818, 0.48495748701108277], "min": [0, 0], "max": [2, 2], "count": [835]}, "eef_sim_pose_state": {"mean": [0.40641478801332453, 0.25060659486775744, 1.1749855930633837, -0.03740549049023279, -0.00022790787389039436, 1.2966374853272795, 0.4501715865578867, -0.24864510895870795, 1.1504580148274874, 0.018793004080483112, 0.06104253010561704, -1.2610061372295525], "std": [0.04614704472851187, 0.05357914286050726, 0.038765520239597506, 0.030288188656319506, 0.05596957463066511, 0.29026704443610485, 0.028809104126736974, 0.03651759851840202, 0.01797740698743542, 0.054657695244678804, 0.06153866792544002, 0.02887037157274529], "min": [0.3364082653906388, 0.10135515079765679, 1.1348244775230152, -0.12703535609605443, -0.15732005880818978, 0.6448429340673011, 0.3963577835089695, -0.2779369397001468, 1.1130261940444575, -0.11339298190400626, -0.06759791089150124, -1.340240266406494], "max": [0.5485712166809534, 0.3467935278120254, 1.2563243818783272, -0.017357494963163078, 0.03921881538036742, 1.5235722608663327, 0.5082061299719693, -0.18869468319288082, 1.1662315339782208, 0.06979547447560042, 0.15504424136330752, -1.1637470645429526], "count": [835]}, "eef_sim_pose_action": {"mean": [0.40646581715740954, 0.2506311899888988, 1.1749600209232995, -0.03741545187032661, -0.00026132672803900163, 1.296702620877949, 0.45024084382843477, -0.2487513713871912, 1.1504805541690144, 0.018794189802667345, 0.06123681772208311, -1.2609401831327438], "std": [0.04614524011777679, 0.053590245866181635, 0.03878454075804202, 0.030283028073322657, 0.0559582394624483, 0.2903066440999567, 0.02874920655193741, 0.03647207722464723, 0.017981733354737267, 0.05465833782187506, 0.06138838877289441, 0.02883426816711275], "min": [0.3364082653906388, 0.10135515079765679, 1.1348244775230152, -0.12703535609605443, -0.15732005880818978, 0.6448429340673011, 0.3963577835089695, -0.2779369397001468, 1.1130261940444575, -0.11339298190400626, -0.06759791089150124, -1.340240266406494], "max": [0.5485712166809534, 0.3467935278120254, 1.2563243818783272, -0.017357494963163078, 0.03921881538036742, 1.5235722608663327, 0.5082061299719693, -0.18869468319288082, 1.1662315339782208, 0.06979547447560042, 0.15504424136330752, -1.1637470645429526], "count": [835]}, "gripper_mode_state": {"mean": [0.35568862275449104, 0.35568862275449104], "std": [0.47872144969439895, 0.47872144969439456], "min": [0, 0], "max": [1, 1], "count": [835]}, "gripper_activity_state": {"mean": [1.9892215568862275, 1.8718562874251496], "std": [0.13359602172344326, 0.44491622403837217], "min": [0, 0], "max": [2, 2], "count": [835]}, "gripper_mode_action": {"mean": [0.35568862275449104, 0.35568862275449104], "std": [0.4787214496943989, 0.47872144969439456], "min": [0, 0], "max": [1, 1], "count": [835]}, "gripper_activity_action": {"mean": [1.9892215568862275, 1.8718562874251496], "std": [0.13359602172344326, 0.44491622403837217], "min": [0, 0], "max": [2, 2], "count": [835]}}} +{"episode_index": 364, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46277567514735957]], [[0.4498138307470227]], [[0.4384393908637074]]], "std": [[[0.17369869190176168]], [[0.17957032723163166]], [[0.1825492677361497]]], "count": [163]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4749890482777978]], [[0.46887281968001926]], [[0.4634548448213642]]], "std": [[[0.14567161203149454]], [[0.14840878451073009]], [[0.15213017902830972]]], "count": [163]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4479898176550784]], [[0.45006084972332494]], [[0.44218992466618545]]], "std": [[[0.15946448086235593]], [[0.15543227693921977]], [[0.16232960162226484]]], "count": [163]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49367008876659046]], [[0.48755616704759613]], [[0.47255172245278476]]], "std": [[[0.15390079302973914]], [[0.14825263193831714]], [[0.15725967857629689]]], "count": [163]}, "observation.state": {"min": [-0.44594907760620117, 0.06974335759878159, -0.23642228543758392, -2.0923357009887695, -0.6046693325042725, -0.1039692610502243, -0.5634620785713196, -0.30895400047302246, 0.30613499879837036, -0.02939699962735176, -2.0068092346191406, -1.7110823392868042, -1.2888742685317993, -0.17331120371818542, 0.05031783878803253, -0.2626197040081024, -1.7714568376541138, 0.06578145921230316, -0.0636521577835083, -0.026232298463582993, -0.3288689851760864, -0.48799899220466614, 0.10873500257730484, 1.2446985244750977, -1.595807433128357, 0.9398338794708252, 0.0, 0.0, 0.0002744622470345348, -0.23515963554382324, -0.8430302143096924, 1.91117525100708, -1.0653092861175537, -0.0010242359712719917], "max": [0.4669453799724579, 0.6013357043266296, 0.5326919555664062, -1.4137166738510132, -0.09485864639282227, 0.1385267823934555, -0.01953023299574852, -0.18195299804210663, 0.49477699398994446, 0.2679060101509094, -1.1790963411331177, -1.1910635232925415, -0.6816691160202026, 0.17989109456539154, 0.2836858034133911, 0.03933972120285034, -1.339714765548706, 0.42060691118240356, 0.16929693520069122, 0.3237411081790924, -0.2658739984035492, -0.3761639893054962, 0.2324790060520172, 1.4797534942626953, -1.3291609287261963, 1.16432523727417, 1001.0, 1003.0, 0.0003045402991119772, -0.22932636737823486, -0.8419827222824097, 1.9118114709854126, -1.0623236894607544, 0.002142447279766202], "mean": [0.1519480049610138, 0.2276780605316162, 0.0961737260222435, -1.7976844310760498, -0.23808234930038452, -0.009107058867812157, -0.11838388442993164, -0.2633606195449829, 0.3826954960823059, 0.16820193827152252, -1.4472427368164062, -1.3708049058914185, -1.0909125804901123, 0.027860814705491066, 0.22233985364437103, -0.05639989674091339, -1.5877448320388794, 0.30514174699783325, 0.1125224307179451, 0.22493159770965576, -0.2837894558906555, -0.44288086891174316, 0.19062373042106628, 1.3313766717910767, -1.5263571739196777, 1.08237624168396, 569.3311157226562, 659.4899291992188, 0.0002911694173235446, -0.23153455555438995, -0.8422728776931763, 1.9114192724227905, -1.0641900300979614, 0.00024044881865847856], "std": [0.23241496086120605, 0.10197318345308304, 0.19362042844295502, 0.1343763917684555, 0.11094468086957932, 0.049265578389167786, 0.14964909851551056, 0.04159199446439743, 0.038619160652160645, 0.08345314860343933, 0.2768871486186981, 0.13651634752750397, 0.17706844210624695, 0.08962792158126831, 0.07677751779556274, 0.10568834841251373, 0.09795936197042465, 0.1496819108724594, 0.08019042760133743, 0.12865965068340302, 0.021354341879487038, 0.02913583628833294, 0.050925079733133316, 0.06108247488737106, 0.09372179955244064, 0.04170294478535652, 483.24365234375, 462.3924560546875, 1.8553472500570933e-06, 0.0021019766572862864, 0.00020057657093275338, 0.00013923172082286328, 0.0008777354960329831, 0.00030587983201257885], "count": [894]}, "action": {"min": [-0.44594907760620117, 0.06974335759878159, -0.23642228543758392, -2.0923357009887695, -0.6046693325042725, -0.1039692610502243, -0.5634620785713196, -0.30895400047302246, 0.30613499879837036, -0.02939699962735176, -2.0068092346191406, -1.7110823392868042, -1.2888742685317993, -0.17331120371818542, 0.05031783878803253, -0.2626197040081024, -1.7714568376541138, 0.06578145921230316, -0.0636521577835083, -0.026232298463582993, -0.3288689851760864, -0.48799899220466614, 0.10873500257730484, 1.2446985244750977, -1.595807433128357, 0.9398338794708252, 0.0, 0.0, 0.0002744622470345348, -0.23515963554382324, -0.8430302143096924, 1.91117525100708, -1.0653092861175537, -0.0010242359712719917], "max": [0.4669453799724579, 0.6013357043266296, 0.5326919555664062, -1.4137166738510132, -0.09485864639282227, 0.1385267823934555, -0.01953023299574852, -0.18195299804210663, 0.49477699398994446, 0.2679060101509094, -1.1790963411331177, -1.1910635232925415, -0.6816691160202026, 0.17989109456539154, 0.2836858034133911, 0.03933972120285034, -1.339714765548706, 0.42060691118240356, 0.16929693520069122, 0.3237411081790924, -0.2658739984035492, -0.3761639893054962, 0.2324790060520172, 1.4797534942626953, -1.3291609287261963, 1.16432523727417, 1001.0, 1003.0, 0.0003045402991119772, -0.22932636737823486, -0.8419827222824097, 1.9118114709854126, -1.0623236894607544, 0.002142447279766202], "mean": [0.15184681117534637, 0.2275335043668747, 0.09605984389781952, -1.7975181341171265, -0.23791655898094177, -0.00912827905267477, -0.11845649033784866, -0.2633877396583557, 0.38272374868392944, 0.1682245433330536, -1.4471858739852905, -1.3707038164138794, -1.090906023979187, 0.028122084215283394, 0.2224377989768982, -0.056085582822561264, -1.587531566619873, 0.30553555488586426, 0.11277613043785095, 0.2253178060054779, -0.28376421332359314, -0.44296780228614807, 0.1907569020986557, 1.3311976194381714, -1.5266497135162354, 1.0824202299118042, 569.3311157226562, 659.4899291992188, 0.0002911715127993375, -0.23152989149093628, -0.8422728180885315, 1.9114197492599487, -1.064192771911621, 0.00024045308236964047], "std": [0.23238509893417358, 0.1020456850528717, 0.193682000041008, 0.13440439105033875, 0.11103170365095139, 0.049274589866399765, 0.14961685240268707, 0.0416129007935524, 0.038616668432950974, 0.08346501737833023, 0.27692288160324097, 0.13658826053142548, 0.1770651787519455, 0.08938148617744446, 0.0767916664481163, 0.10549236088991165, 0.0977669432759285, 0.14951582252979279, 0.07999082654714584, 0.12842336297035217, 0.02135787531733513, 0.02905254438519478, 0.05086895078420639, 0.06089462339878082, 0.09351450949907303, 0.04170629382133484, 483.24365234375, 462.3924560546875, 1.8545160855865106e-06, 0.002099310979247093, 0.00020060900715179741, 0.00013927977124694735, 0.0008773131994530559, 0.0003058783186133951], "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": [365], "max": [365], "mean": [365.0], "std": [0.0], "count": [894]}, "index": {"min": [313172], "max": [314065], "mean": [313618.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6073825503355704, 0.6580167784328496], "std": [0.4883328658644937, 0.46129999005064987], "count": [894]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6073825503355704, 0.6580167784328496], "std": [0.4883328658644937, 0.46129999005064987], "count": [894]}, "eef_direction_state": {"mean": [4.95413870246085, 5.158836689038031], "std": [1.8910834243032157, 1.908255112106917], "min": [0, 0], "max": [6, 6], "count": [894]}, "eef_velocity_state": {"mean": [0.3859060402684564, 0.18791946308724833], "std": [0.6885630208464315, 0.42096821685112157], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_acc_mag_state": {"mean": [0.3098434004474273, 0.1599552572706935], "std": [0.6546797448506747, 0.487111743183317], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_direction_action": {"mean": [4.95413870246085, 5.158836689038031], "std": [1.8910834243032157, 1.9082551121069171], "min": [0, 0], "max": [6, 6], "count": [894]}, "eef_velocity_action": {"mean": [0.3859060402684564, 0.18791946308724833], "std": [0.6885630208464315, 0.42096821685112157], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_acc_mag_action": {"mean": [0.3098434004474273, 0.1599552572706935], "std": [0.6546797448506747, 0.48711174318331707], "min": [0, 0], "max": [2, 2], "count": [894]}, "eef_sim_pose_state": {"mean": [0.4075540665815327, 0.24553910535791984, 1.1737538049714324, -0.04331931921851928, -0.016468587038046375, 1.3015632422594796, 0.4642162409907107, -0.2728933775814348, 1.1629436238578463, -0.0412847300130889, 0.10475448956194693, -1.276243089190769], "std": [0.048533219936998426, 0.060056347639029534, 0.036770994161751884, 0.048374445256823426, 0.07928042614396962, 0.2870837404117034, 0.029473900144276945, 0.05393428715016862, 0.01930859632509485, 0.0480954601595116, 0.08410762590735905, 0.03331984795714959], "min": [0.34174192260748587, 0.09941130708411076, 1.133185725717558, -0.1822775895555782, -0.23660916563615397, 0.7127560650303237, 0.39637054765018476, -0.31417564786715985, 1.1244053405880419, -0.15353730531382792, -0.0676130238489554, -1.38658594434395], "max": [0.5430114215107505, 0.36316025100548666, 1.2465521823491326, 0.0056561090040631035, 0.0679759359501495, 1.5911544016014876, 0.507737122278577, -0.18866237186434057, 1.1786335897102873, 0.048943512014813395, 0.16234126941981342, -1.243722131906544], "count": [894]}, "eef_sim_pose_action": {"mean": [0.40758149122842907, 0.24555106975662203, 1.173728980530584, -0.043298994416585315, -0.016521615091716308, 1.3016570511910854, 0.46430516356833135, -0.27303321505542627, 1.1629798449789261, -0.041381314846069245, 0.10501111625369103, -1.27618565677296], "std": [0.04852654519538296, 0.060061196035070916, 0.03678991683098326, 0.048389114058939135, 0.0792634025205104, 0.28714457236782037, 0.029388925738122868, 0.053877850222755215, 0.019304342000202056, 0.04800287801474094, 0.08393130456652706, 0.03331556744255577], "min": [0.34174192260748587, 0.09941130708411076, 1.133185725717558, -0.1822775895555782, -0.23660916563615397, 0.7127560650303237, 0.39637054765018476, -0.31417564786715985, 1.1244053405880419, -0.15353730531382792, -0.0676130238489554, -1.38658594434395], "max": [0.5430114215107505, 0.36316025100548666, 1.2465521823491326, 0.0056561090040631035, 0.0679759359501495, 1.5911544016014876, 0.507737122278577, -0.18866237186434057, 1.1786335897102873, 0.048943512014813395, 0.16234126941981342, -1.243722131906544], "count": [894]}, "gripper_mode_state": {"mean": [0.3926174496644295, 0.3422818791946309], "std": [0.4883328658644937, 0.4744733863660121], "min": [0, 0], "max": [1, 1], "count": [894]}, "gripper_activity_state": {"mean": [1.9899328859060403, 1.8825503355704698], "std": [0.12914014365700613, 0.4265618560552122], "min": [0, 0], "max": [2, 2], "count": [894]}, "gripper_mode_action": {"mean": [0.3926174496644295, 0.3422818791946309], "std": [0.4883328658644937, 0.4744733863660121], "min": [0, 0], "max": [1, 1], "count": [894]}, "gripper_activity_action": {"mean": [1.9899328859060403, 1.8825503355704698], "std": [0.12914014365700613, 0.4265618560552122], "min": [0, 0], "max": [2, 2], "count": [894]}}} +{"episode_index": 365, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46676791091174413]], [[0.4520918578123073]], [[0.44050877497225305]]], "std": [[[0.1755754935708864]], [[0.17965330312839897]], [[0.18282378254194942]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4708994031837054]], [[0.46544713178772557]], [[0.4595146339458215]]], "std": [[[0.14764459674657882]], [[0.15009377953961936]], [[0.15374877177959567]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44746673963086286]], [[0.4486436906523616]], [[0.44008717423027915]]], "std": [[[0.16322044290123494]], [[0.1586567231331342]], [[0.16534466481627444]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.500655430437374]], [[0.49339373175895096]], [[0.4798086770871871]]], "std": [[[0.16299465228084148]], [[0.15484613791328086]], [[0.16401204736288447]]], "count": [159]}, "observation.state": {"min": [-0.4574333429336548, 0.05679301172494888, -0.1417207270860672, -2.147871971130371, -0.4634721875190735, -0.16605062782764435, -0.47336819767951965, -0.30340099334716797, 0.28376299142837524, -0.038630999624729156, -2.060932159423828, -1.7151999473571777, -1.2157020568847656, -0.17496925592422485, 0.02192133665084839, -0.2626197040081024, -1.7771815061569214, 0.03378957509994507, -0.06370452046394348, -0.0262148454785347, -0.3318699896335602, -0.4873329997062683, 0.10967300087213516, 1.2421317100524902, -1.5808236598968506, 0.9223378896713257, 0.0, 0.0, 0.0002650628739502281, -0.23521603643894196, -0.842669665813446, 1.9108139276504517, -1.0654170513153076, -0.003720093285664916], "max": [0.5449616312980652, 0.5151164531707764, 0.5513843894004822, -1.3984276056289673, 0.032707467675209045, 0.1359262466430664, -0.01953023299574852, -0.18837499618530273, 0.4969959855079651, 0.24443499743938446, -1.2493330240249634, -1.2889015674591064, -0.6441619396209717, 0.18184584379196167, 0.26892033219337463, -0.00778416870161891, -1.3328555822372437, 0.2935818135738373, 0.19593065977096558, 0.31524136662483215, -0.26093000173568726, -0.3761669993400574, 0.2042820006608963, 1.480028748512268, -1.3291609287261963, 1.0664958953857422, 1001.0, 1003.0, 0.0003552970301825553, -0.22931508719921112, -0.8413646817207336, 1.911834478378296, -1.0624393224716187, 0.003669783240184188], "mean": [0.16474376618862152, 0.2213238775730133, 0.09501159191131592, -1.8001912832260132, -0.2288205474615097, -0.010395575314760208, -0.10522777587175369, -0.26733899116516113, 0.3817068338394165, 0.16848957538604736, -1.4294432401657104, -1.3641895055770874, -1.101897120475769, 0.02039807103574276, 0.20837967097759247, -0.09020888060331345, -1.6275112628936768, 0.2109634280204773, 0.14115820825099945, 0.20955386757850647, -0.28129905462265015, -0.4392891824245453, 0.1712256520986557, 1.3707871437072754, -1.482688069343567, 0.9971565008163452, 600.828369140625, 643.2672729492188, 0.0002971883805003017, -0.2317490428686142, -0.8423105478286743, 1.9113669395446777, -1.064225673675537, 0.00022005483333487064], "std": [0.2236863672733307, 0.08309803158044815, 0.17755235731601715, 0.14050088822841644, 0.08986510336399078, 0.044733867049217224, 0.12608419358730316, 0.0364568829536438, 0.03929342329502106, 0.07942114770412445, 0.26518067717552185, 0.10264032334089279, 0.17356961965560913, 0.09176567196846008, 0.07377301156520844, 0.0878165066242218, 0.09618327021598816, 0.1006525531411171, 0.09099476039409637, 0.12799958884716034, 0.021826429292559624, 0.029268816113471985, 0.04003690555691719, 0.06178240105509758, 0.07390239834785461, 0.03438786417245865, 477.46588134765625, 467.28228759765625, 6.122505055827787e-06, 0.0019447602098807693, 0.00017484845011495054, 0.00015728666039649397, 0.0009412897052243352, 0.0007541619706898928], "count": [868]}, "action": {"min": [-0.4574333429336548, 0.05679301172494888, -0.1417207270860672, -2.147871971130371, -0.4634721875190735, -0.16605062782764435, -0.47336819767951965, -0.30340099334716797, 0.28376299142837524, -0.038630999624729156, -2.060932159423828, -1.7151999473571777, -1.2157020568847656, -0.17496925592422485, 0.02192133665084839, -0.2626197040081024, -1.7771815061569214, 0.03378957509994507, -0.06370452046394348, -0.0262148454785347, -0.3318699896335602, -0.4873329997062683, 0.10967300087213516, 1.2421317100524902, -1.5808236598968506, 0.9223378896713257, 0.0, 0.0, 0.0002650628739502281, -0.23521603643894196, -0.842669665813446, 1.9108139276504517, -1.0654170513153076, -0.003720093285664916], "max": [0.5449616312980652, 0.5151164531707764, 0.5513843894004822, -1.3984276056289673, 0.032707467675209045, 0.1359262466430664, -0.01953023299574852, -0.18837499618530273, 0.4969959855079651, 0.24443499743938446, -1.2493330240249634, -1.2889015674591064, -0.6441619396209717, 0.18184584379196167, 0.26892033219337463, -0.00778416870161891, -1.3328555822372437, 0.2935818135738373, 0.19593065977096558, 0.31524136662483215, -0.26093000173568726, -0.3761669993400574, 0.2042820006608963, 1.480028748512268, -1.3291609287261963, 1.0664958953857422, 1001.0, 1003.0, 0.0003552970301825553, -0.22931508719921112, -0.8413646817207336, 1.911834478378296, -1.0624393224716187, 0.003669783240184188], "mean": [0.16459888219833374, 0.22119426727294922, 0.09493104368448257, -1.800002932548523, -0.22873161733150482, -0.010391793213784695, -0.10532181710004807, -0.26736176013946533, 0.38174811005592346, 0.1685003936290741, -1.4293906688690186, -1.3641780614852905, -1.101914405822754, 0.02066277153789997, 0.208461195230484, -0.08993765711784363, -1.627347707748413, 0.21121852099895477, 0.14145667850971222, 0.2099371999502182, -0.28126901388168335, -0.43937525153160095, 0.17133264243602753, 1.3706759214401245, -1.482919454574585, 0.997062087059021, 600.828369140625, 643.2672729492188, 0.0002972035144921392, -0.2317488193511963, -0.8423106670379639, 1.9113670587539673, -1.064225196838379, 0.00022051417909096926], "std": [0.22366172075271606, 0.0831550657749176, 0.1775922030210495, 0.1405448168516159, 0.08987857401371002, 0.04473305866122246, 0.1260509043931961, 0.03647293522953987, 0.03929644823074341, 0.07942632585763931, 0.2652114927768707, 0.10264574736356735, 0.17357882857322693, 0.09153778105974197, 0.07379128038883209, 0.08764668554067612, 0.09605942666530609, 0.10056526958942413, 0.09074654430150986, 0.1277906447649002, 0.021829521283507347, 0.029192859306931496, 0.03999634087085724, 0.06168089434504509, 0.07373616844415665, 0.034309569746255875, 477.46588134765625, 467.28228759765625, 6.1243904383445624e-06, 0.0019446935039013624, 0.0001748770591802895, 0.0001573099143570289, 0.0009409732301719487, 0.0007541756494902074], "count": [868]}, "timestamp": {"min": [0.0], "max": [28.9], "mean": [14.450000000000003], "std": [8.352328351357416], "count": [868]}, "frame_index": {"min": [0], "max": [867], "mean": [433.5], "std": [250.56985054072248], "count": [868]}, "episode_index": {"min": [366], "max": [366], "mean": [366.0], "std": [0.0], "count": [868]}, "index": {"min": [314066], "max": [314933], "mean": [314499.5], "std": [250.56985054072248], "count": [868]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [868]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6382488479262672, 0.6419066820582826], "std": [0.48050729031624634, 0.46623769606822757], "count": [868]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6382488479262672, 0.6419066820582826], "std": [0.48050729031624634, 0.46623769606822757], "count": [868]}, "eef_direction_state": {"mean": [4.776497695852535, 5.082949308755761], "std": [2.101305429503103, 1.9242652705725822], "min": [0, 0], "max": [6, 6], "count": [868]}, "eef_velocity_state": {"mean": [0.3859447004608295, 0.2154377880184332], "std": [0.6751928597546172, 0.4512056731621738], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_acc_mag_state": {"mean": [0.2868663594470046, 0.15552995391705068], "std": [0.6291409149753062, 0.49187342446266], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_direction_action": {"mean": [4.776497695852535, 5.082949308755761], "std": [2.101305429503103, 1.9242652705725822], "min": [0, 0], "max": [6, 6], "count": [868]}, "eef_velocity_action": {"mean": [0.3859447004608295, 0.2154377880184332], "std": [0.6751928597546172, 0.4512056731621738], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_acc_mag_action": {"mean": [0.2868663594470046, 0.15552995391705068], "std": [0.6291409149753062, 0.49187342446266], "min": [0, 0], "max": [2, 2], "count": [868]}, "eef_sim_pose_state": {"mean": [0.40517308080152875, 0.24444250339514598, 1.170486103144378, -0.03729986238697231, -0.010594025068278685, 1.3179600860898888, 0.46154415073017885, -0.25530485105739636, 1.1689235686490855, -0.07155207350197182, 0.026755781372975414, -1.2570142534815087], "std": [0.04742303966240489, 0.056634748578905325, 0.03224452528607199, 0.04230575875972587, 0.10081832594556042, 0.25620740900984595, 0.029964697838973247, 0.04486719707612313, 0.02100690206542176, 0.0579335232884193, 0.04467856107122865, 0.04785085664584783], "min": [0.3196806047473514, 0.09164364338909528, 1.1388126650189427, -0.16979776747915637, -0.345803314369977, 0.6785787141232444, 0.39636728545339184, -0.2918184471860543, 1.128136200209405, -0.16748275270981305, -0.06752821097896144, -1.3603712523050664], "max": [0.5442778388302543, 0.31785284315116225, 1.2431602029682243, 0.0013665263399522676, 0.04712509107392071, 1.4846739674892846, 0.5072606613011292, -0.18858104728128836, 1.1872036213427577, 0.04799089438216109, 0.12781705430134038, -1.2086030846354983], "count": [868]}, "eef_sim_pose_action": {"mean": [0.4052138046278206, 0.24444854373001204, 1.1704656654225543, -0.037279470808722556, -0.010578891664328221, 1.3180026691640518, 0.46163384377059197, -0.2554222910907053, 1.168970168670731, -0.071696825183119, 0.026891555870308188, -1.2569182161290204], "std": [0.04741959627398774, 0.05663717266083414, 0.03225880291818115, 0.04231953203116368, 0.10082580162869287, 0.25623175684586436, 0.029885949235575547, 0.04482601236868389, 0.020997539282589208, 0.05779165471493306, 0.04457101474996048, 0.04783943854820407], "min": [0.3196806047473514, 0.09164364338909528, 1.1388126650189427, -0.16979776747915637, -0.345803314369977, 0.6785787141232444, 0.39636728545339184, -0.2918184471860543, 1.128136200209405, -0.16748275270981305, -0.06752821097896144, -1.3603712523050664], "max": [0.5442778388302543, 0.31785284315116225, 1.2431602029682243, 0.0013665263399522676, 0.04712509107392071, 1.4846739674892846, 0.5072606613011292, -0.18858104728128836, 1.1872036213427577, 0.04799089438216109, 0.12781705430134038, -1.2086030846354983], "count": [868]}, "gripper_mode_state": {"mean": [0.3617511520737327, 0.358294930875576], "std": [0.48050729031624634, 0.47949939873210223], "min": [0, 0], "max": [1, 1], "count": [868]}, "gripper_activity_state": {"mean": [1.98963133640553, 1.8790322580645162], "std": [0.13104807059261897, 0.4324115038211206], "min": [0, 0], "max": [2, 2], "count": [868]}, "gripper_mode_action": {"mean": [0.3617511520737327, 0.358294930875576], "std": [0.48050729031624634, 0.47949939873210223], "min": [0, 0], "max": [1, 1], "count": [868]}, "gripper_activity_action": {"mean": [1.98963133640553, 1.8790322580645162], "std": [0.13104807059261897, 0.4324115038211206], "min": [0, 0], "max": [2, 2], "count": [868]}}} +{"episode_index": 366, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46521341401143795]], [[0.4496203367544935]], [[0.43813461754493466]]], "std": [[[0.17130162079534522]], [[0.17577931578805212]], [[0.17881209018992003]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4744003293504902]], [[0.4672438457414216]], [[0.46075044424019607]]], "std": [[[0.14405937457739598]], [[0.14615470471669748]], [[0.14976934133749858]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4490503484987745]], [[0.4491990936478758]], [[0.4402053053513072]]], "std": [[[0.1617833518051641]], [[0.1576234340532086]], [[0.16414338706024817]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5016258220996732]], [[0.4954644633374183]], [[0.47982824499591503]]], "std": [[[0.16044477370000457]], [[0.15462738489502156]], [[0.1642468154394806]]], "count": [160]}, "observation.state": {"min": [-0.4348487854003906, 0.061540309339761734, -0.16632987558841705, -2.0200963020324707, -0.6188065409660339, -0.12796753644943237, -0.6505715250968933, -0.31288400292396545, 0.3107450008392334, -0.03337499871850014, -2.1335067749023438, -1.7742853164672852, -1.2267367839813232, -0.17709855735301971, 0.06588618457317352, -0.2626197040081024, -1.7717361450195312, 0.06478662043809891, -0.07686429470777512, -0.026197392493486404, -0.3421050012111664, -0.48954200744628906, 0.10967899858951569, 1.3544361591339111, -1.4869732856750488, 0.961162269115448, 0.0, 0.0, 0.0002951409260276705, -0.23539461195468903, -0.8425341844558716, 1.9112045764923096, -1.0655137300491333, -0.0035416351165622473], "max": [0.40891319513320923, 0.608421802520752, 0.5714731812477112, -1.370537281036377, 0.09075711667537689, 0.03464478626847267, -0.004066617228090763, -0.19479699432849884, 0.49433401226997375, 0.24682199954986572, -1.2275785207748413, -1.167380690574646, -0.5963591933250427, 0.2016204297542572, 0.29338982701301575, 0.01785471849143505, -1.2427966594696045, 0.34978145360946655, 0.025499260053038597, 0.30082494020462036, -0.2609040141105652, -0.3761560022830963, 0.22435300052165985, 1.4765666723251343, -1.326155662536621, 1.1220948696136475, 1001.0, 1003.0, 0.00031393967219628394, -0.22944478690624237, -0.8418821096420288, 1.9118012189865112, -1.0623300075531006, 0.005150606390088797], "mean": [0.15721572935581207, 0.2387697398662567, 0.09928682446479797, -1.7935320138931274, -0.2265673577785492, -0.025254689157009125, -0.12454733997583389, -0.2666959762573242, 0.38188719749450684, 0.17005179822444916, -1.4638540744781494, -1.3548117876052856, -1.079034686088562, -0.03621546924114227, 0.23306477069854736, -0.0686936154961586, -1.6357277631759644, 0.2455640733242035, -0.005085290875285864, 0.21265660226345062, -0.2811819314956665, -0.424484521150589, 0.185434490442276, 1.4429981708526611, -1.4276642799377441, 1.085315465927124, 584.5487060546875, 666.018310546875, 0.0003042270545847714, -0.23164266347885132, -0.842170000076294, 1.9114934206008911, -1.0641840696334839, 0.00026409263955429196], "std": [0.21875984966754913, 0.0985620841383934, 0.18803220987319946, 0.13358372449874878, 0.1337626576423645, 0.02512737549841404, 0.16541320085525513, 0.03337825834751129, 0.036055002361536026, 0.08098987489938736, 0.303462952375412, 0.11862844228744507, 0.19988170266151428, 0.08227454870939255, 0.07296575605869293, 0.10868716984987259, 0.12118339538574219, 0.1220237985253334, 0.03795239329338074, 0.11841040104627609, 0.0280169565230608, 0.025842618197202682, 0.04987798258662224, 0.031170882284641266, 0.04765637218952179, 0.04510161653161049, 480.62261962890625, 459.61346435546875, 1.498778146924451e-06, 0.001335404347628355, 0.00017659513105172664, 0.0001947917480720207, 0.0010323774768039584, 0.0007392737898044288], "count": [873]}, "action": {"min": [-0.4348487854003906, 0.061540309339761734, -0.16632987558841705, -2.0200963020324707, -0.6188065409660339, -0.12796753644943237, -0.6505715250968933, -0.31288400292396545, 0.3107450008392334, -0.03337499871850014, -2.1335067749023438, -1.7742853164672852, -1.2267367839813232, -0.17709855735301971, 0.06588618457317352, -0.2626197040081024, -1.7717361450195312, 0.06478662043809891, -0.07686429470777512, -0.026197392493486404, -0.3421050012111664, -0.48954200744628906, 0.10967899858951569, 1.3544361591339111, -1.4869732856750488, 0.961162269115448, 0.0, 0.0, 0.0002951409260276705, -0.23539461195468903, -0.8425341844558716, 1.9112045764923096, -1.0655137300491333, -0.0035416351165622473], "max": [0.40891319513320923, 0.608421802520752, 0.5714731812477112, -1.370537281036377, 0.09075711667537689, 0.03464478626847267, -0.004066617228090763, -0.19479699432849884, 0.49433401226997375, 0.24682199954986572, -1.2275785207748413, -1.167380690574646, -0.5963591933250427, 0.2016204297542572, 0.29338982701301575, 0.01785471849143505, -1.2427966594696045, 0.34978145360946655, 0.025499260053038597, 0.30082494020462036, -0.2609040141105652, -0.3761560022830963, 0.22435300052165985, 1.4765666723251343, -1.326155662536621, 1.1220948696136475, 1001.0, 1003.0, 0.00031393967219628394, -0.22944478690624237, -0.8418821096420288, 1.9118012189865112, -1.0623300075531006, 0.005150606390088797], "mean": [0.15705455839633942, 0.23866531252861023, 0.09918142110109329, -1.7933375835418701, -0.2264595627784729, -0.02526324801146984, -0.12467028200626373, -0.26671087741851807, 0.3819330930709839, 0.17007657885551453, -1.463848352432251, -1.3547580242156982, -1.079030156135559, -0.03604784980416298, 0.23317782580852509, -0.06837809085845947, -1.635602593421936, 0.245882049202919, -0.004985249135643244, 0.21302738785743713, -0.2811465263366699, -0.42454636096954346, 0.18556569516658783, 1.44297194480896, -1.4278054237365723, 1.0853732824325562, 584.5487060546875, 666.018310546875, 0.0003042249009013176, -0.23163963854312897, -0.8421696424484253, 1.9114934206008911, -1.0641865730285645, 0.000263797992374748], "std": [0.21873174607753754, 0.09860795736312866, 0.18808990716934204, 0.13362590968608856, 0.13377857208251953, 0.025127114728093147, 0.16537527740001678, 0.03338853269815445, 0.03606113791465759, 0.08100292086601257, 0.30346643924713135, 0.1186554878950119, 0.19987933337688446, 0.08214400708675385, 0.07297427952289581, 0.10852330178022385, 0.12109971046447754, 0.12191648781299591, 0.03791317343711853, 0.11816838383674622, 0.028022650629281998, 0.025791458785533905, 0.04982917010784149, 0.031152978539466858, 0.04754667729139328, 0.04510946944355965, 480.6225891113281, 459.61346435546875, 1.4969742778703221e-06, 0.001337179564870894, 0.00017643245519138873, 0.00019466537924017757, 0.0010323069291189313, 0.000739262264687568], "count": [873]}, "timestamp": {"min": [0.0], "max": [29.066666666666666], "mean": [14.533333333333331], "std": [8.400440905536293], "count": [873]}, "frame_index": {"min": [0], "max": [872], "mean": [436.0], "std": [252.01322716608877], "count": [873]}, "episode_index": {"min": [367], "max": [367], "mean": [367.0], "std": [0.0], "count": [873]}, "index": {"min": [314934], "max": [315806], "mean": [315370.0], "std": [252.01322716608877], "count": [873]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [873]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6231386025200458, 0.6647388316842409], "std": [0.48459971581647937, 0.4586797659482944], "count": [873]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6231386025200458, 0.6647388316842409], "std": [0.48459971581647937, 0.4586797659482944], "count": [873]}, "eef_direction_state": {"mean": [4.8006872852233675, 5.080183276059564], "std": [1.9911947024883039, 1.9788072965615733], "min": [0, 0], "max": [6, 6], "count": [873]}, "eef_velocity_state": {"mean": [0.40778923253150057, 0.20389461626575028], "std": [0.6742073817504936, 0.4303848384518066], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_acc_mag_state": {"mean": [0.30584192439862545, 0.17525773195876287], "std": [0.6504383984499986, 0.5090088374236581], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_direction_action": {"mean": [4.8006872852233675, 5.080183276059564], "std": [1.9911947024883037, 1.9788072965615735], "min": [0, 0], "max": [6, 6], "count": [873]}, "eef_velocity_action": {"mean": [0.40778923253150057, 0.20389461626575028], "std": [0.6742073817504936, 0.4303848384518066], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_acc_mag_action": {"mean": [0.30584192439862545, 0.17525773195876287], "std": [0.6504383984499986, 0.5090088374236581], "min": [0, 0], "max": [2, 2], "count": [873]}, "eef_sim_pose_state": {"mean": [0.4070257371134899, 0.24812270532944983, 1.1704958100017984, -0.043492306157757836, -0.03475162394300343, 1.2960736927416177, 0.4457688999332477, -0.26788479438795126, 1.1573088900107238, 0.031165165993968815, 0.012421297254612091, -1.2687052608330818], "std": [0.04578573535262212, 0.058724659801917045, 0.028917856254260986, 0.044770248345377246, 0.13072667968062843, 0.28619960465561145, 0.0261159453158675, 0.05112553627070456, 0.023574379681101373, 0.041841895234575356, 0.04012781541606638, 0.02648610505234308], "min": [0.3569384968421932, 0.09561397462139903, 1.1304681655146351, -0.16439658447068145, -0.4282991771217466, 0.6425367941384041, 0.3963652931355962, -0.30840093710396116, 1.1069901799358488, -0.0660977528817096, -0.06757055406455792, -1.3662984098931035], "max": [0.5418981426154883, 0.3498691734936523, 1.2360722987295996, 0.012239782315168535, 0.08365653939566986, 1.5233919754162124, 0.5100934629850177, -0.18868044738922635, 1.1746962829332512, 0.05833505100154934, 0.04318523097896998, -1.190052004272504], "count": [873]}, "eef_sim_pose_action": {"mean": [0.40707125498689034, 0.24814359123593688, 1.170480731113785, -0.04349385429509884, -0.03478605467136954, 1.2961086840904839, 0.44583242406548235, -0.2680213859255028, 1.1573433301329765, 0.03117327437902333, 0.012544730090394864, -1.26864999059758], "std": [0.04578207796009632, 0.0587337298277725, 0.028928421970228636, 0.04476937550300755, 0.13071287737203083, 0.2862197769375016, 0.026063133578912247, 0.05107305564509618, 0.023577593419821012, 0.04184580422120529, 0.04004734492204879, 0.026462189049024035], "min": [0.3569384968421932, 0.09561397462139903, 1.1304681655146351, -0.16439658447068145, -0.4282991771217466, 0.6425367941384041, 0.3963652931355962, -0.30840093710396116, 1.1069901799358488, -0.0660977528817096, -0.06757055406455792, -1.3662984098931035], "max": [0.5418981426154883, 0.3498691734936523, 1.2360722987295996, 0.012239782315168535, 0.08365653939566986, 1.5233919754162124, 0.5100934629850177, -0.18868044738922635, 1.1746962829332512, 0.05833505100154934, 0.04318523097896998, -1.190052004272504], "count": [873]}, "gripper_mode_state": {"mean": [0.3768613974799542, 0.3356242840778923], "std": [0.48459971581647937, 0.47220824221426766], "min": [0, 0], "max": [1, 1], "count": [873]}, "gripper_activity_state": {"mean": [1.9896907216494846, 1.8808705612829324], "std": [0.13067459341464976, 0.4275861794574709], "min": [0, 0], "max": [2, 2], "count": [873]}, "gripper_mode_action": {"mean": [0.3768613974799542, 0.3356242840778923], "std": [0.48459971581647937, 0.47220824221426766], "min": [0, 0], "max": [1, 1], "count": [873]}, "gripper_activity_action": {"mean": [1.9896907216494846, 1.8808705612829324], "std": [0.13067459341464976, 0.4275861794574709], "min": [0, 0], "max": [2, 2], "count": [873]}}} +{"episode_index": 367, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4626175789760349]], [[0.4469124481029309]], [[0.4353227894931558]]], "std": [[[0.1732132870422167]], [[0.17758723895928935]], [[0.18096902247659502]]], "count": [159]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47415665464298923]], [[0.4666022950322687]], [[0.46010531765116947]]], "std": [[[0.14700907187826787]], [[0.1496572598991163]], [[0.15311314391326009]]], "count": [159]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4476399281148518]], [[0.44798749332017923]], [[0.43931422519217334]]], "std": [[[0.1537646756717071]], [[0.15006211771516045]], [[0.1563646693628087]]], "count": [159]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4914535431310889]], [[0.484662855315082]], [[0.4707316805915238]]], "std": [[[0.1578623970730173]], [[0.15137764159004008]], [[0.16064954362412162]]], "count": [159]}, "observation.state": {"min": [-0.560617208480835, 0.12208577990531921, -0.20444786548614502, -2.119283437728882, -0.6311459541320801, -0.14943508803844452, -0.5843187570571899, -0.29708001017570496, 0.29151201248168945, -0.024872999638319016, -2.1955084800720215, -1.771239995956421, -1.3636177778244019, -0.18037977814674377, 0.044313911348581314, -0.2626197040081024, -1.7747905254364014, 0.06578145921230316, -0.0636521577835083, -0.02626720443367958, -0.3343470096588135, -0.4923880100250244, 0.10967999696731567, 1.2768765687942505, -1.4927011728286743, 0.9480851292610168, 0.0, 0.0, 0.00029138114769011736, -0.23505248129367828, -0.8430286049842834, 1.911231517791748, -1.0653599500656128, -0.0020978327374905348], "max": [0.5453281402587891, 0.6172705888748169, 0.556847333908081, -1.294336199760437, -0.13529792428016663, -0.020699605345726013, 0.04700171947479248, -0.1686439961194992, 0.5118340253829956, 0.25526100397109985, -1.2077027559280396, -1.0362898111343384, -0.6594261527061462, 0.19680333137512207, 0.26230552792549133, 0.0018325956771150231, -1.2953659296035767, 0.2733360230922699, 0.16203637421131134, 0.2871589958667755, -0.2670289874076843, -0.3756369948387146, 0.21159100532531738, 1.4760974645614624, -1.3001888990402222, 1.0777757167816162, 1001.0, 1003.0, 0.0003120597975794226, -0.229305699467659, -0.8418258428573608, 1.9116514921188354, -1.062535285949707, 0.0029350672848522663], "mean": [0.13399437069892883, 0.2452087104320526, 0.08631754666566849, -1.777260661125183, -0.2642676830291748, -0.05019984021782875, -0.14361782371997833, -0.25863218307495117, 0.3878743350505829, 0.17762726545333862, -1.4818735122680664, -1.3608263731002808, -1.1088088750839233, 0.031126054003834724, 0.2079770714044571, -0.07421737909317017, -1.5955086946487427, 0.20315492153167725, 0.11127270758152008, 0.20791766047477722, -0.28575995564460754, -0.4443085789680481, 0.18082952499389648, 1.366911768913269, -1.4526739120483398, 1.011993169784546, 514.5057983398438, 676.6090698242188, 0.00030420106486417353, -0.23168233036994934, -0.8423048257827759, 1.9113774299621582, -1.0641902685165405, 0.00028251862386241555], "std": [0.25859907269477844, 0.09816158562898636, 0.1928250938653946, 0.16425028443336487, 0.11150240153074265, 0.040386050939559937, 0.18934093415737152, 0.04184170067310333, 0.044187940657138824, 0.07469392567873001, 0.3249639570713043, 0.15247371792793274, 0.17139127850532532, 0.08418198674917221, 0.07227896898984909, 0.08237852156162262, 0.09929115325212479, 0.08776895701885223, 0.07443051040172577, 0.10529682785272598, 0.02298741042613983, 0.027134399861097336, 0.04091005027294159, 0.04606614634394646, 0.05020160600543022, 0.023731235414743423, 487.6903381347656, 455.4366455078125, 1.1580741556826979e-06, 0.002087049186229706, 0.00021203550568316132, 0.00014515785733237863, 0.0008796212496235967, 0.0004985167761333287], "count": [862]}, "action": {"min": [-0.560617208480835, 0.12208577990531921, -0.20444786548614502, -2.119283437728882, -0.6311459541320801, -0.14943508803844452, -0.5843187570571899, -0.29708001017570496, 0.29151201248168945, -0.024872999638319016, -2.1955084800720215, -1.771239995956421, -1.3636177778244019, -0.18037977814674377, 0.044313911348581314, -0.2626197040081024, -1.7747905254364014, 0.06578145921230316, -0.0636521577835083, -0.02626720443367958, -0.3343470096588135, -0.4923880100250244, 0.10967999696731567, 1.2768765687942505, -1.4927011728286743, 0.9480851292610168, 0.0, 0.0, 0.00029138114769011736, -0.23505248129367828, -0.8430286049842834, 1.911231517791748, -1.0653599500656128, -0.0020978327374905348], "max": [0.5453281402587891, 0.6172705888748169, 0.556847333908081, -1.294336199760437, -0.13529792428016663, -0.020699605345726013, 0.04700171947479248, -0.1686439961194992, 0.5118340253829956, 0.25526100397109985, -1.2077027559280396, -1.0362898111343384, -0.6594261527061462, 0.19680333137512207, 0.26230552792549133, 0.0018325956771150231, -1.2953659296035767, 0.2733360230922699, 0.16203637421131134, 0.2871589958667755, -0.2670289874076843, -0.3756369948387146, 0.21159100532531738, 1.4760974645614624, -1.3001888990402222, 1.0777757167816162, 1001.0, 1003.0, 0.0003120597975794226, -0.229305699467659, -0.8418258428573608, 1.9116514921188354, -1.062535285949707, 0.0029350672848522663], "mean": [0.13382989168167114, 0.24508938193321228, 0.08617296814918518, -1.7770594358444214, -0.26413360238075256, -0.05021897703409195, -0.14372801780700684, -0.2586459815502167, 0.38792094588279724, 0.17766742408275604, -1.4818432331085205, -1.360715389251709, -1.108824610710144, 0.03139212727546692, 0.20805272459983826, -0.07393801957368851, -1.59531831741333, 0.2033875435590744, 0.11153025925159454, 0.2082720547914505, -0.2857357859611511, -0.4443976581096649, 0.1809447705745697, 1.3667898178100586, -1.452850103378296, 1.0119242668151855, 514.5057983398438, 676.6090698242188, 0.00030420106486417353, -0.23167632520198822, -0.8423048257827759, 1.9113779067993164, -1.0641899108886719, 0.00028286880115047097], "std": [0.258560448884964, 0.09822909533977509, 0.19290493428707123, 0.16426818072795868, 0.1115843653678894, 0.04037599265575409, 0.18929637968540192, 0.04185176268219948, 0.04418668895959854, 0.0747162327170372, 0.3249824047088623, 0.1525392085313797, 0.17139887809753418, 0.08389747887849808, 0.07229319214820862, 0.0821470394730568, 0.09911125898361206, 0.08767013251781464, 0.0742083191871643, 0.105022132396698, 0.022991687059402466, 0.027036432176828384, 0.04084937274456024, 0.04591712728142738, 0.050033919513225555, 0.023659083992242813, 487.6903381347656, 455.4366455078125, 1.1580742693695356e-06, 0.0020848200656473637, 0.00021199208276811987, 0.0001453300501452759, 0.0008794507593847811, 0.0004984912229701877], "count": [862]}, "timestamp": {"min": [0.0], "max": [28.7], "mean": [14.349999999999996], "std": [8.294593285856623], "count": [862]}, "frame_index": {"min": [0], "max": [861], "mean": [430.5], "std": [248.8377985756987], "count": [862]}, "episode_index": {"min": [368], "max": [368], "mean": [368.0], "std": [0.0], "count": [862]}, "index": {"min": [315807], "max": [316668], "mean": [316237.5], "std": [248.8377985756987], "count": [862]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [862]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5533642691415314, 0.6753317864314359], "std": [0.49714409860621656, 0.4545279224588523], "count": [862]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5533642691415314, 0.6753317864314359], "std": [0.49714409860621656, 0.4545279224588523], "count": [862]}, "eef_direction_state": {"mean": [4.6600928074245935, 5.0533642691415315], "std": [2.0844711427561333, 2.048015632762864], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_state": {"mean": [0.45707656612529, 0.20533642691415313], "std": [0.697951787127069, 0.4343908613905497], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_state": {"mean": [0.3213457076566125, 0.14617169373549885], "std": [0.6604393171390597, 0.4714375096549532], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_direction_action": {"mean": [4.6600928074245935, 5.0533642691415315], "std": [2.0844711427561333, 2.048015632762864], "min": [0, 0], "max": [6, 6], "count": [862]}, "eef_velocity_action": {"mean": [0.45707656612529, 0.20533642691415313], "std": [0.697951787127069, 0.4343908613905497], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_acc_mag_action": {"mean": [0.3213457076566125, 0.14617169373549885], "std": [0.6604393171390597, 0.4714375096549532], "min": [0, 0], "max": [2, 2], "count": [862]}, "eef_sim_pose_state": {"mean": [0.4145155984683254, 0.25552115477674914, 1.1748072470618662, -0.0763918950038285, -0.024581275536354027, 1.2932362825015302, 0.46544436099827247, -0.26216284461042355, 1.1635685617022973, -0.06349735908630041, 0.01406657752599857, -1.2810795359866716], "std": [0.05815450750178063, 0.05050582546669524, 0.03300322512789447, 0.08855367971219685, 0.09022749494931537, 0.3135717113339833, 0.027335791335856258, 0.04346192148242314, 0.021930908478735887, 0.04221443649454567, 0.03013374817475508, 0.03296402276703907], "min": [0.32051537961205767, 0.114148352159818, 1.1410755683926865, -0.30857114858767193, -0.3028382540115597, 0.5978131698322889, 0.3960048407934006, -0.2935087733304553, 1.1217123366913306, -0.1316496147490852, -0.06757710568841335, -1.4073220268058981], "max": [0.572840112158191, 0.34910314413971094, 1.2506541633423418, -0.017451127520307863, 0.04106623331226689, 1.6839192070521913, 0.5118105346490938, -0.18867723486353685, 1.17875635677898, 0.04800040422001883, 0.03278581061486152, -1.2490692145259512], "count": [862]}, "eef_sim_pose_action": {"mean": [0.41456130490084875, 0.25555125295256587, 1.1747920829959515, -0.07640376125213548, -0.02463293120666645, 1.293325365903743, 0.4655351737927099, -0.26228341704385644, 1.1636079405416633, -0.06363058738960493, 0.01417939371175967, -1.2810291268478085], "std": [0.05814560090120309, 0.050518916352402875, 0.03301448906041416, 0.08854648066814631, 0.09020745740713372, 0.31362596975806906, 0.0272360505661946, 0.04340204930249154, 0.02192711571891445, 0.04204357748992802, 0.030009836056235948, 0.032961563469191185], "min": [0.32051537961205767, 0.114148352159818, 1.1410755683926865, -0.30857114858767193, -0.3028382540115597, 0.5978131698322889, 0.3960048407934006, -0.2935087733304553, 1.1217123366913306, -0.1316496147490852, -0.06757710568841335, -1.4073220268058981], "max": [0.572840112158191, 0.34910314413971094, 1.2506541633423418, -0.017451127520307863, 0.04106623331226689, 1.6839192070521913, 0.5118105346490938, -0.18867723486353685, 1.17875635677898, 0.04800040422001883, 0.03278581061486152, -1.2490692145259512], "count": [862]}, "gripper_mode_state": {"mean": [0.4466357308584687, 0.3248259860788863], "std": [0.49714409860621656, 0.46830979580482635], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_state": {"mean": [1.9895591647331787, 1.8781902552204177], "std": [0.1315004983652156, 0.43379560552873564], "min": [0, 0], "max": [2, 2], "count": [862]}, "gripper_mode_action": {"mean": [0.4466357308584687, 0.3248259860788863], "std": [0.49714409860621656, 0.4683097958048263], "min": [0, 0], "max": [1, 1], "count": [862]}, "gripper_activity_action": {"mean": [1.9895591647331787, 1.8781902552204177], "std": [0.1315004983652156, 0.43379560552873564], "min": [0, 0], "max": [2, 2], "count": [862]}}} +{"episode_index": 368, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4644484431453741]], [[0.44846318835505217]], [[0.4368078720618682]]], "std": [[[0.17648013459907802]], [[0.18204643689274147]], [[0.18511693087556702]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4797290524905614]], [[0.4723311271972557]], [[0.46561401118418383]]], "std": [[[0.14608681815410848]], [[0.14905816120926724]], [[0.15221676165141276]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44528889091868634]], [[0.4450157157065725]], [[0.43564542483660135]]], "std": [[[0.15652939718560824]], [[0.15218803600031056]], [[0.15833393957835792]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49920212595907926]], [[0.49582663119595666]], [[0.4818736248122437]]], "std": [[[0.1568076641599753]], [[0.15311780714208578]], [[0.16280850634365063]]], "count": [161]}, "observation.state": {"min": [-0.4740314185619354, 0.03867649659514427, -0.2347467839717865, -2.0450196266174316, -0.7193025946617126, -0.10321877151727676, -0.6901555061340332, -0.2921319901943207, 0.307668000459671, -0.04791500046849251, -1.9863159656524658, -1.8986376523971558, -1.2605795860290527, -0.17331120371818542, 0.044366270303726196, -0.2626197040081024, -1.7917550802230835, 0.06581636518239975, -0.06370452046394348, -0.026232298463582993, -0.3329100012779236, -0.492451012134552, 0.10945399850606918, 1.2502555847167969, -1.5377113819122314, 0.9529207348823547, 0.0, 0.0, 0.0002970207715407014, -0.23511074483394623, -0.8429945707321167, 1.9111989736557007, -1.0653892755508423, -0.0020361316855996847], "max": [0.43334782123565674, 0.6381272673606873, 0.5577548742294312, -1.3855645656585693, -0.12863075733184814, 0.15193091332912445, -0.019233528524637222, -0.181645005941391, 0.4977380037307739, 0.27690500020980835, -1.2828080654144287, -1.193246603012085, -0.6947287321090698, 0.1978330761194229, 0.28005552291870117, 0.03850196301937103, -1.300374984741211, 0.24708625674247742, 0.16779595613479614, 0.2503151297569275, -0.23628300428390503, -0.37615999579429626, 0.2297700047492981, 1.47920823097229, -1.2874606847763062, 1.1079459190368652, 1001.0, 1003.0, 0.0003120597975794226, -0.22901995480060577, -0.8418607115745544, 1.9118257761001587, -1.062139868736267, 0.004003917798399925], "mean": [0.14715072512626648, 0.23548558354377747, 0.09216434508562088, -1.792863130569458, -0.26464784145355225, -0.011143499985337257, -0.1268930435180664, -0.2600201964378357, 0.38402676582336426, 0.1701498180627823, -1.4502902030944824, -1.387434720993042, -1.100516438484192, -0.005186896305531263, 0.2147887796163559, -0.05489981546998024, -1.6784104108810425, 0.18209046125411987, 0.1065724715590477, 0.16890011727809906, -0.26425638794898987, -0.433510422706604, 0.18705658614635468, 1.3928554058074951, -1.3746881484985352, 1.050041913986206, 558.90185546875, 639.3298950195312, 0.00030402420088648796, -0.23169036209583282, -0.8422062993049622, 1.9115785360336304, -1.06419837474823, 0.0001966385025298223], "std": [0.24180810153484344, 0.10677240788936615, 0.19731585681438446, 0.1422237604856491, 0.111383356153965, 0.05446859076619148, 0.1630733162164688, 0.03928293660283089, 0.04088105261325836, 0.08924592286348343, 0.25832611322402954, 0.17118555307388306, 0.17447039484977722, 0.08938676863908768, 0.07400228828191757, 0.11564662307500839, 0.1205548644065857, 0.07106553763151169, 0.07847233861684799, 0.09850771725177765, 0.03496488928794861, 0.028835376724600792, 0.05194960534572601, 0.06375889480113983, 0.052236780524253845, 0.02989286184310913, 484.4936828613281, 468.4410095214844, 1.3357025636651088e-06, 0.0021156691946089268, 0.0002608923241496086, 0.0001373023696942255, 0.000864838482812047, 0.0007271388894878328], "count": [876]}, "action": {"min": [-0.4740314185619354, 0.03867649659514427, -0.2347467839717865, -2.0450196266174316, -0.7193025946617126, -0.10321877151727676, -0.6901555061340332, -0.2921319901943207, 0.307668000459671, -0.04791500046849251, -1.9863159656524658, -1.8986376523971558, -1.2605795860290527, -0.17331120371818542, 0.044366270303726196, -0.2626197040081024, -1.7917550802230835, 0.06581636518239975, -0.06370452046394348, -0.026232298463582993, -0.3329100012779236, -0.492451012134552, 0.10945399850606918, 1.2502555847167969, -1.5377113819122314, 0.9529207348823547, 0.0, 0.0, 0.0002970207715407014, -0.23511074483394623, -0.8429945707321167, 1.9111989736557007, -1.0653892755508423, -0.0020361316855996847], "max": [0.43334782123565674, 0.6381272673606873, 0.5577548742294312, -1.3855645656585693, -0.12863075733184814, 0.15193091332912445, -0.019233528524637222, -0.181645005941391, 0.4977380037307739, 0.27690500020980835, -1.2828080654144287, -1.193246603012085, -0.6947287321090698, 0.1978330761194229, 0.28005552291870117, 0.03850196301937103, -1.300374984741211, 0.24708625674247742, 0.16779595613479614, 0.2503151297569275, -0.23628300428390503, -0.37615999579429626, 0.2297700047492981, 1.47920823097229, -1.2874606847763062, 1.1079459190368652, 1001.0, 1003.0, 0.0003120597975794226, -0.22901995480060577, -0.8418607115745544, 1.9118257761001587, -1.062139868736267, 0.004003917798399925], "mean": [0.14702710509300232, 0.23538248240947723, 0.09201457351446152, -1.7926959991455078, -0.2645585834980011, -0.01119875069707632, -0.12700651586055756, -0.26002946496009827, 0.38406145572662354, 0.17019356787204742, -1.4502785205841064, -1.3873282670974731, -1.100571870803833, -0.004974765237420797, 0.21488064527511597, -0.05456200987100601, -1.6783521175384521, 0.1822872757911682, 0.10682062804698944, 0.16920557618141174, -0.26419395208358765, -0.4335843026638031, 0.18719235062599182, 1.3927799463272095, -1.3747179508209229, 1.0500380992889404, 558.90185546875, 639.3298950195312, 0.00030402420088648796, -0.2316962480545044, -0.8422057032585144, 1.9115785360336304, -1.064198613166809, 0.00019668076129164547], "std": [0.2417752593755722, 0.10681069642305374, 0.1974036544561386, 0.1422433704137802, 0.11142320930957794, 0.05450280383229256, 0.16303323209285736, 0.03928939998149872, 0.040879178792238235, 0.08927082270383835, 0.25833314657211304, 0.17125724256038666, 0.174504816532135, 0.08920779824256897, 0.07402066141366959, 0.11547153443098068, 0.12052193284034729, 0.07098229974508286, 0.07827701419591904, 0.09831699728965759, 0.03496404364705086, 0.028771275654435158, 0.051902636885643005, 0.06369968503713608, 0.052218370139598846, 0.029891112819314003, 484.49371337890625, 468.4410095214844, 1.3357025636651088e-06, 0.002117487136274576, 0.00026074532070197165, 0.00013737402332480997, 0.0008643565233796835, 0.0007271436043083668], "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": [369], "max": [369], "mean": [369.0], "std": [0.0], "count": [876]}, "index": {"min": [316669], "max": [317544], "mean": [317106.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5970319634703196, 0.6381278538355629], "std": [0.4904944424405809, 0.4675067841039266], "count": [876]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5970319634703196, 0.6381278538355629], "std": [0.4904944424405809, 0.4675067841039266], "count": [876]}, "eef_direction_state": {"mean": [5.006849315068493, 5.025114155251141], "std": [1.7530009833464733, 2.01972224699464], "min": [0, 0], "max": [6, 6], "count": [876]}, "eef_velocity_state": {"mean": [0.4063926940639269, 0.22945205479452055], "std": [0.7033223512797229, 0.4618803846348023], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_acc_mag_state": {"mean": [0.2910958904109589, 0.17009132420091325], "std": [0.6327898544836555, 0.5007487461076484], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_direction_action": {"mean": [5.006849315068493, 5.025114155251141], "std": [1.7530009833464733, 2.01972224699464], "min": [0, 0], "max": [6, 6], "count": [876]}, "eef_velocity_action": {"mean": [0.4063926940639269, 0.22945205479452055], "std": [0.703322351279723, 0.46188038463480235], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_acc_mag_action": {"mean": [0.2910958904109589, 0.17009132420091325], "std": [0.6327898544836555, 0.5007487461076484], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_sim_pose_state": {"mean": [0.40929410667243554, 0.2481776602231441, 1.1759272539972567, -0.05367466873748424, -0.0019186713795976615, 1.292329724797927, 0.4532721382361624, -0.2638706394294598, 1.1796753227974723, -0.016592164272448206, -0.02526275791130178, -1.3220253228581744], "std": [0.05063080481437753, 0.06680129887972089, 0.03508048625164965, 0.050236513390927336, 0.05887355094915523, 0.2937725996482122, 0.028705144923825646, 0.050766986640500465, 0.03107728949841823, 0.058692231763577705, 0.0352224848917895, 0.023681148554613046], "min": [0.3471393370576176, 0.08521859751918778, 1.1438076128645307, -0.19204496962365947, -0.17410263707359208, 0.6255722120881234, 0.39636724448293154, -0.30707046266905397, 1.1238915128131783, -0.15507521779609112, -0.0675712554486303, -1.4211794094216779], "max": [0.5474262651239943, 0.3619010739563855, 1.2468518826124795, -0.017454619353150957, 0.053269994740158255, 1.5358173005750966, 0.5119476962086488, -0.18867665737385303, 1.2048776888331925, 0.050218299096040586, 0.0655947813475588, -1.2555038238667957], "count": [876]}, "eef_sim_pose_action": {"mean": [0.40932813994610623, 0.2482118722823703, 1.1759127801803828, -0.0537200864360229, -0.001948488264490161, 1.2924135496328204, 0.4533450174915376, -0.264003178944917, 1.1797435552928408, -0.016643019719151726, -0.02522681644945949, -1.3220511211033548], "std": [0.05062347190052086, 0.06681733194702794, 0.035090987354558414, 0.050221759999101626, 0.058862605346090675, 0.293826868396402, 0.028641642824712925, 0.05072208900075926, 0.031065650276893435, 0.05865555920823043, 0.03519539966199472, 0.02367417803237888], "min": [0.3471393370576176, 0.08521859751918778, 1.1438076128645307, -0.19204496962365947, -0.17410263707359208, 0.6255722120881234, 0.39636724448293154, -0.30707046266905397, 1.1238915128131783, -0.15507521779609112, -0.0675712554486303, -1.4211794094216779], "max": [0.5474262651239943, 0.3619010739563855, 1.2468518826124795, -0.017454619353150957, 0.053269994740158255, 1.5358173005750966, 0.5119476962086488, -0.18867665737385303, 1.2048776888331925, 0.050218299096040586, 0.0655947813475588, -1.2555038238667957], "count": [876]}, "gripper_mode_state": {"mean": [0.4029680365296804, 0.363013698630137], "std": [0.4904944424405809, 0.4808687484511828], "min": [0, 0], "max": [1, 1], "count": [876]}, "gripper_activity_state": {"mean": [1.9897260273972603, 1.8789954337899544], "std": [0.13045203393658128, 0.43159140047672007], "min": [0, 0], "max": [2, 2], "count": [876]}, "gripper_mode_action": {"mean": [0.4029680365296804, 0.363013698630137], "std": [0.4904944424405809, 0.4808687484511828], "min": [0, 0], "max": [1, 1], "count": [876]}, "gripper_activity_action": {"mean": [1.9897260273972603, 1.8789954337899544], "std": [0.13045203393658128, 0.43159140047672007], "min": [0, 0], "max": [2, 2], "count": [876]}}} +{"episode_index": 369, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4639801904300815]], [[0.4481475064048253]], [[0.4366377075264262]]], "std": [[[0.17830367449823423]], [[0.18445170206544326]], [[0.18758443304528358]]], "count": [162]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4768487238259501]], [[0.46957664609053495]], [[0.46260535433309125]]], "std": [[[0.14689787849654967]], [[0.15030014368873115]], [[0.15364425708058504]]], "count": [162]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4479848957072541]], [[0.4469862762749133]], [[0.43703809484184625]]], "std": [[[0.1592203249480879]], [[0.15449369726764436]], [[0.1603013396269461]]], "count": [162]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5037726450919875]], [[0.4962079387053175]], [[0.4796238262022916]]], "std": [[[0.15978617720276989]], [[0.15254377565482327]], [[0.16255094885409396]]], "count": [162]}, "observation.state": {"min": [-0.4718497693538666, 0.03707079589366913, -0.16348499059677124, -2.1330366134643555, -0.5937435626983643, -0.10765191167593002, -0.5615073442459106, -0.2937290072441101, 0.28714999556541443, -0.04481400176882744, -2.027533531188965, -1.7400139570236206, -1.187461495399475, -0.17332863807678223, 0.06037094071507454, -0.2626546025276184, -1.772312045097351, 0.06517059355974197, -0.06375688314437866, -0.026232298463582993, -0.33556899428367615, -0.49050799012184143, 0.10904499888420105, 1.2881348133087158, -1.5208580493927002, 0.9690502882003784, 0.0, 0.0, 0.00029138114769011736, -0.235328808426857, -0.8424644470214844, 1.9111871719360352, -1.0653860569000244, -0.002459495095536113], "max": [0.5235289931297302, 0.5635842680931091, 0.5532169938087463, -1.4529516696929932, -0.05754350498318672, 0.189490407705307, -0.019495327025651932, -0.1684190034866333, 0.49332401156425476, 0.23522700369358063, -1.2737895250320435, -1.243918776512146, -0.6362349390983582, 0.1941678822040558, 0.36246997117996216, -0.013316862285137177, -1.2896935939788818, 0.4034503102302551, 0.11702432483434677, 0.3163059949874878, -0.2464279979467392, -0.376147985458374, 0.2251030057668686, 1.4856350421905518, -1.3291609287261963, 1.0664958953857422, 1001.0, 1003.0, 0.00031581957591697574, -0.22836387157440186, -0.8420730233192444, 1.9121379852294922, -1.062233328819275, 0.0038824141956865788], "mean": [0.1430853307247162, 0.23515361547470093, 0.11088808625936508, -1.8036829233169556, -0.2435445785522461, 0.012146695517003536, -0.119460828602314, -0.25925561785697937, 0.3834841251373291, 0.16337019205093384, -1.455092430114746, -1.3806852102279663, -1.0697002410888672, -0.0009777190862223506, 0.27280566096305847, -0.08327843993902206, -1.6343077421188354, 0.2876076102256775, 0.0689813569188118, 0.2264653891324997, -0.2748465836048126, -0.43310481309890747, 0.18667185306549072, 1.4263877868652344, -1.477209210395813, 1.0311243534088135, 593.25341796875, 630.6300659179688, 0.0003042753378394991, -0.2317311018705368, -0.8422736525535583, 1.9114956855773926, -1.064186453819275, 0.00020215364929754287], "std": [0.2581306993961334, 0.08598170429468155, 0.19681629538536072, 0.1326962560415268, 0.08743613213300705, 0.07230213284492493, 0.1466994285583496, 0.042754486203193665, 0.04191579669713974, 0.08981064707040787, 0.2693035900592804, 0.13381876051425934, 0.1935960203409195, 0.08886148780584335, 0.10631827265024185, 0.08780299127101898, 0.13043580949306488, 0.1359580159187317, 0.062056876718997955, 0.12083135545253754, 0.031898949295282364, 0.027969587594270706, 0.04654654115438461, 0.060979802161455154, 0.061612147837877274, 0.019934140145778656, 479.1705627441406, 470.91046142578125, 1.411828066011367e-06, 0.00215706299059093, 0.0001613559143152088, 0.00017691640823613852, 0.0009568125242367387, 0.0006223435630090535], "count": [884]}, "action": {"min": [-0.4718497693538666, 0.03707079589366913, -0.16348499059677124, -2.1330366134643555, -0.5937435626983643, -0.10765191167593002, -0.5615073442459106, -0.2937290072441101, 0.28714999556541443, -0.04481400176882744, -2.027533531188965, -1.7400139570236206, -1.187461495399475, -0.17332863807678223, 0.06037094071507454, -0.2626371383666992, -1.772312045097351, 0.06517059355974197, -0.06375688314437866, -0.026232298463582993, -0.33556899428367615, -0.49050799012184143, 0.10904499888420105, 1.2881348133087158, -1.5208580493927002, 0.9690502882003784, 0.0, 0.0, 0.00029138114769011736, -0.235328808426857, -0.8424644470214844, 1.9111871719360352, -1.0653860569000244, -0.002459495095536113], "max": [0.5235289931297302, 0.5635842680931091, 0.5532169938087463, -1.4529516696929932, -0.05754350498318672, 0.189490407705307, -0.019495327025651932, -0.1684190034866333, 0.49332401156425476, 0.23522700369358063, -1.2737895250320435, -1.243918776512146, -0.6362349390983582, 0.1941678822040558, 0.36246997117996216, -0.013316862285137177, -1.2896935939788818, 0.4034503102302551, 0.11702432483434677, 0.3163059949874878, -0.2464279979467392, -0.37615299224853516, 0.2251030057668686, 1.4856350421905518, -1.3291609287261963, 1.0664958953857422, 1001.0, 1003.0, 0.00031581957591697574, -0.22836387157440186, -0.8420738577842712, 1.9121379852294922, -1.062233328819275, 0.0038824141956865788], "mean": [0.14303193986415863, 0.23510177433490753, 0.11077050864696503, -1.8035914897918701, -0.2434709668159485, 0.012148691341280937, -0.1195506900548935, -0.2592664957046509, 0.38350027799606323, 0.16340798139572144, -1.4550704956054688, -1.3806105852127075, -1.0696762800216675, -0.000778784102294594, 0.2729935944080353, -0.08300284296274185, -1.6342021226882935, 0.2879800498485565, 0.06917889416217804, 0.22685033082962036, -0.2748010754585266, -0.4331717789173126, 0.18680036067962646, 1.4263628721237183, -1.4774187803268433, 1.0310851335525513, 593.25341796875, 630.6300659179688, 0.0003042753378394991, -0.23172909021377563, -0.8422737717628479, 1.9114960432052612, -1.064186453819275, 0.00020196895638946444], "std": [0.25811025500297546, 0.08599196374416351, 0.19688831269741058, 0.13269269466400146, 0.08745478838682175, 0.0723012238740921, 0.14666271209716797, 0.04276179522275925, 0.041912056505680084, 0.08983384817838669, 0.2693172097206116, 0.133871927857399, 0.19358280301094055, 0.08867185562849045, 0.10631782561540604, 0.0876217857003212, 0.13036252558231354, 0.1358005404472351, 0.06191212683916092, 0.1205674484372139, 0.03190302103757858, 0.027903931215405464, 0.046490494161844254, 0.060963865369558334, 0.06142337620258331, 0.01989859901368618, 479.1705627441406, 470.91046142578125, 1.411828066011367e-06, 0.0021583721973001957, 0.0001612646010471508, 0.00017666217172518373, 0.0009567333036102355, 0.0006223435048013926], "count": [884]}, "timestamp": {"min": [0.0], "max": [29.433333333333334], "mean": [14.716666666666667], "std": [8.50628852346571], "count": [884]}, "frame_index": {"min": [0], "max": [883], "mean": [441.5], "std": [255.18865570397128], "count": [884]}, "episode_index": {"min": [370], "max": [370], "mean": [370.0], "std": [0.0], "count": [884]}, "index": {"min": [317545], "max": [318428], "mean": [317986.5], "std": [255.18865570397128], "count": [884]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [884]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6312217194570136, 0.6294490951393906], "std": [0.4824736887569568, 0.4699764877699302], "count": [884]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6312217194570136, 0.6294490951393906], "std": [0.4824736887569568, 0.4699764877699302], "count": [884]}, "eef_direction_state": {"mean": [5.040723981900452, 5.127828054298643], "std": [1.851541468801566, 1.8533800081466343], "min": [0, 0], "max": [6, 6], "count": [884]}, "eef_velocity_state": {"mean": [0.34841628959276016, 0.22737556561085973], "std": [0.6681911345669276, 0.4748154098490446], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_acc_mag_state": {"mean": [0.3076923076923077, 0.17647058823529413], "std": [0.6559057261642389, 0.517204664929221], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_direction_action": {"mean": [5.040723981900452, 5.127828054298643], "std": [1.851541468801566, 1.8533800081466343], "min": [0, 0], "max": [6, 6], "count": [884]}, "eef_velocity_action": {"mean": [0.34841628959276016, 0.22737556561085973], "std": [0.6681911345669276, 0.47481540984904463], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_acc_mag_action": {"mean": [0.3076923076923077, 0.17647058823529413], "std": [0.6559057261642389, 0.517204664929221], "min": [0, 0], "max": [2, 2], "count": [884]}, "eef_sim_pose_state": {"mean": [0.40870379150163716, 0.24249481786666402, 1.1789891295335893, -0.03328173545018866, -0.02069863648201262, 1.284587938711047, 0.4557248929683054, -0.27288743590803277, 1.1690925602624411, -0.01645617514991901, 0.023279529522880822, -1.2359837986631546], "std": [0.052874921896414774, 0.06493309966465813, 0.03984533945006733, 0.034601996288979836, 0.08211300586225129, 0.28771384738808287, 0.02811596755158542, 0.051631644075150654, 0.028378867938682644, 0.0474563634046026, 0.0367225025974171, 0.05106450769886382], "min": [0.32668025111107435, 0.08584872679644694, 1.147842922886063, -0.16419420740821816, -0.2338090818137486, 0.6709578619655903, 0.3963593222672531, -0.31560918553877254, 1.1188335164123884, -0.12557086626929126, -0.06757622931065654, -1.3346716710275102], "max": [0.5390730609116718, 0.3280750395064963, 1.2668177314487379, -0.003564029037218752, 0.04019229912443456, 1.4966456950771678, 0.5102389074688143, -0.18865269326219397, 1.193853246795065, 0.04808855758730757, 0.06684272817391346, -1.1953166170694791], "count": [884]}, "eef_sim_pose_action": {"mean": [0.4087193377938144, 0.2425266423733799, 1.1789799011385202, -0.03326739251242666, -0.020753219542172813, 1.284640803725901, 0.4557959871885695, -0.2730287195149152, 1.1691444939069604, -0.016512644086341788, 0.023401582114173494, -1.23586302193221], "std": [0.05286952963099689, 0.0649507780329566, 0.03985141987712459, 0.034611174807902885, 0.08209350280249585, 0.2877477797975129, 0.02804513430496608, 0.05157179759528446, 0.028375834107091734, 0.04740935571393452, 0.03659960999978675, 0.05102906317380629], "min": [0.32668025111107435, 0.08584872679644694, 1.147842922886063, -0.16419420740821816, -0.2338090818137486, 0.6709578619655903, 0.39636084522873805, -0.31560918553877254, 1.1188335164123884, -0.12557086626929126, -0.06757622931065654, -1.3346716710275102], "max": [0.5390730609116718, 0.3280750395064963, 1.2668177314487379, -0.003564029037218752, 0.04019229912443456, 1.4966456950771678, 0.5102389074688143, -0.1886568792741427, 1.193853246795065, 0.04808855758730757, 0.06684272817391346, -1.1953166170694791], "count": [884]}, "gripper_mode_state": {"mean": [0.36877828054298645, 0.36877828054298645], "std": [0.4824736887569568, 0.4824736887569649], "min": [0, 0], "max": [1, 1], "count": [884]}, "gripper_activity_state": {"mean": [1.989819004524887, 1.8778280542986425], "std": [0.1298640563165612, 0.4343891402714891], "min": [0, 0], "max": [2, 2], "count": [884]}, "gripper_mode_action": {"mean": [0.36877828054298645, 0.36877828054298645], "std": [0.4824736887569568, 0.4824736887569649], "min": [0, 0], "max": [1, 1], "count": [884]}, "gripper_activity_action": {"mean": [1.989819004524887, 1.8778280542986425], "std": [0.1298640563165612, 0.4343891402714891], "min": [0, 0], "max": [2, 2], "count": [884]}}} +{"episode_index": 370, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46422821958644567]], [[0.44819735376789605]], [[0.4365340073529412]]], "std": [[[0.17419621465687046]], [[0.17961663421411606]], [[0.18266614731920877]]], "count": [168]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.480868470131108]], [[0.47251570767195766]], [[0.4644165779158886]]], "std": [[[0.14411051642318204]], [[0.14681604868533907]], [[0.1500423950127962]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45034523566370993]], [[0.4484098012468876]], [[0.43797646280734515]]], "std": [[[0.1581561748584721]], [[0.1538142147109231]], [[0.15955781885977022]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5008495625680828]], [[0.4919118643985372]], [[0.4772172667678183]]], "std": [[[0.15504177598204522]], [[0.14987957382262213]], [[0.1598179820943144]]], "count": [168]}, "observation.state": {"min": [-0.4502600431442261, 0.053703781217336655, -0.2447998821735382, -2.2097089290618896, -0.6141290068626404, -0.044017206877470016, -0.5271766781806946, -0.3054789900779724, 0.2838209867477417, -0.0399090014398098, -2.0383245944976807, -1.7907456159591675, -1.2689963579177856, -0.17332863807678223, 0.06298892945051193, -0.2626371383666992, -1.7884912490844727, 0.06288421154022217, -0.06377433240413666, -0.02626720443367958, -0.3366119861602783, -0.49390798807144165, 0.10899899899959564, 1.2603532075881958, -1.5467697381973267, 0.9854963421821594, 0.0, 0.0, 0.0002951409260276705, -0.23519347608089447, -0.8429042100906372, 1.910500168800354, -1.0656341314315796, -0.0024566473439335823], "max": [0.5583133697509766, 0.549412190914154, 0.5557477474212646, -1.3984625339508057, 0.0677013173699379, 0.193522110581398, -0.019460421055555344, -0.18300199508666992, 0.49552100896835327, 0.24981799721717834, -1.2019188404083252, -1.1222636699676514, -0.6253252029418945, 0.20626300573349, 0.27548277378082275, 0.030630528926849365, -1.2803560495376587, 0.33861130475997925, 0.1299048513174057, 0.2336297631263733, -0.24380099773406982, -0.3761509954929352, 0.22065100073814392, 1.4796955585479736, -1.3291609287261963, 1.1625868082046509, 1001.0, 1002.0, 0.00031581957591697574, -0.2283901870250702, -0.8413995504379272, 1.9128367900848389, -1.0623886585235596, 0.0039403182454407215], "mean": [0.15796726942062378, 0.22339540719985962, 0.09222590178251266, -1.8064484596252441, -0.216911181807518, 0.005990701727569103, -0.11342185735702515, -0.263365775346756, 0.38154447078704834, 0.16839361190795898, -1.440571665763855, -1.3532700538635254, -1.0804028511047363, -0.03921147808432579, 0.2230008989572525, -0.04995053634047508, -1.6980106830596924, 0.25867173075675964, 0.0864156112074852, 0.17413409054279327, -0.26678112149238586, -0.42472043633461, 0.18756939470767975, 1.3813378810882568, -1.4311389923095703, 1.099227786064148, 545.0657958984375, 670.9773559570312, 0.0003045947232749313, -0.23163186013698578, -0.8422152400016785, 1.9114317893981934, -1.0642191171646118, 0.00017026539717335254], "std": [0.23374031484127045, 0.08662142604589462, 0.20208550989627838, 0.15445813536643982, 0.13286857306957245, 0.05486207455396652, 0.1286468505859375, 0.03933018073439598, 0.040395885705947876, 0.08802380412817001, 0.267765074968338, 0.12565071880817413, 0.19445347785949707, 0.08390508592128754, 0.06697972863912582, 0.10543793439865112, 0.1308741420507431, 0.10556778311729431, 0.05966293811798096, 0.0865328386425972, 0.03201889991760254, 0.026022931560873985, 0.044911231845617294, 0.05675845593214035, 0.04551533982157707, 0.05232856050133705, 486.75634765625, 458.59490966796875, 1.1847890846183873e-06, 0.002175954869017005, 0.0002310283452970907, 0.00026298087323084474, 0.0010182016994804144, 0.0006417622789740562], "count": [927]}, "action": {"min": [-0.4502600431442261, 0.053703781217336655, -0.2447998821735382, -2.2097089290618896, -0.6141290068626404, -0.044017206877470016, -0.5271766781806946, -0.3054789900779724, 0.2838209867477417, -0.0399090014398098, -2.0383245944976807, -1.7907456159591675, -1.2689963579177856, -0.17332863807678223, 0.06298892945051193, -0.2626371383666992, -1.7884912490844727, 0.06288421154022217, -0.06377433240413666, -0.02626720443367958, -0.3366119861602783, -0.49390798807144165, 0.10899899899959564, 1.2603532075881958, -1.5467697381973267, 0.9854963421821594, 0.0, 0.0, 0.0002951409260276705, -0.23519347608089447, -0.8429042100906372, 1.910500168800354, -1.0656341314315796, -0.0024566473439335823], "max": [0.5583133697509766, 0.549412190914154, 0.5557477474212646, -1.3984625339508057, 0.0677013173699379, 0.193522110581398, -0.019460421055555344, -0.18300199508666992, 0.49552100896835327, 0.24981799721717834, -1.2019188404083252, -1.1222636699676514, -0.6253252029418945, 0.20626300573349, 0.27548277378082275, 0.030630528926849365, -1.2803560495376587, 0.33861130475997925, 0.1299048513174057, 0.2336297631263733, -0.24380099773406982, -0.3761509954929352, 0.22065100073814392, 1.4796955585479736, -1.3291609287261963, 1.1625868082046509, 1001.0, 1002.0, 0.00031581957591697574, -0.2283901870250702, -0.8413995504379272, 1.9128367900848389, -1.0623886585235596, 0.0039403182454407215], "mean": [0.1578378975391388, 0.2233068197965622, 0.09208552539348602, -1.8062589168548584, -0.21683211624622345, 0.005987914744764566, -0.11356174945831299, -0.26338863372802734, 0.3815804719924927, 0.16843503713607788, -1.4405300617218018, -1.353226900100708, -1.0803930759429932, -0.03907855227589607, 0.2230866551399231, -0.04964245855808258, -1.6979912519454956, 0.2589612603187561, 0.08660993725061417, 0.1744099110364914, -0.2667303681373596, -0.4247719943523407, 0.18768849968910217, 1.381246566772461, -1.4312554597854614, 1.0993013381958008, 545.0657958984375, 670.9773559570312, 0.00030459469417110085, -0.2316315621137619, -0.8422152400016785, 1.911431908607483, -1.0642207860946655, 0.0001703841844573617], "std": [0.233713760972023, 0.08664534986019135, 0.20216523110866547, 0.15451350808143616, 0.13286839425563812, 0.05486353114247322, 0.1286156326532364, 0.03934788331389427, 0.04039748013019562, 0.0880485475063324, 0.2677903175354004, 0.1256694197654724, 0.1944483518600464, 0.08379051089286804, 0.06698714196681976, 0.10523312538862228, 0.13086441159248352, 0.10540658980607986, 0.05946663022041321, 0.08630070090293884, 0.0320160798728466, 0.025974133983254433, 0.04485083743929863, 0.05667455121874809, 0.045392513275146484, 0.05233033373951912, 486.7563171386719, 458.59490966796875, 1.1847896530525759e-06, 0.0021756235510110855, 0.0002310322452103719, 0.00026297615841031075, 0.0010177670046687126, 0.0006417614640668035], "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": [371], "max": [371], "mean": [371.0], "std": [0.0], "count": [927]}, "index": {"min": [318429], "max": [319355], "mean": [318892.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5803667745415318, 0.6697130529772582], "std": [0.4934989174758056, 0.4576878169352595], "count": [927]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5803667745415318, 0.6697130529772582], "std": [0.4934989174758056, 0.4576878169352595], "count": [927]}, "eef_direction_state": {"mean": [4.913700107874865, 5.174757281553398], "std": [1.8916428961139988, 1.866553776171547], "min": [0, 0], "max": [6, 6], "count": [927]}, "eef_velocity_state": {"mean": [0.4045307443365696, 0.19741100323624594], "std": [0.6930857247630476, 0.4318418274995737], "min": [0, 0], "max": [2, 2], "count": [927]}, "eef_acc_mag_state": {"mean": [0.284789644012945, 0.1650485436893204], "std": [0.6273310651890488, 0.49566358255551707], "min": [0, 0], "max": [2, 2], "count": [927]}, "eef_direction_action": {"mean": [4.913700107874865, 5.174757281553398], "std": [1.8916428961139988, 1.8665537761715472], "min": [0, 0], "max": [6, 6], "count": [927]}, "eef_velocity_action": {"mean": [0.4045307443365696, 0.19741100323624594], "std": [0.6930857247630476, 0.4318418274995737], "min": [0, 0], "max": [2, 2], "count": [927]}, "eef_acc_mag_action": {"mean": [0.284789644012945, 0.1650485436893204], "std": [0.6273310651890488, 0.495663582555517], "min": [0, 0], "max": [2, 2], "count": [927]}, "eef_sim_pose_state": {"mean": [0.40545204564566145, 0.24507988103626477, 1.175026335762701, -0.032307693409115434, -0.028927403020704946, 1.3107235098959653, 0.44486270749275014, -0.2659652639140581, 1.1750213448619653, 0.0022842407966601566, 0.03815647444429722, -1.306930040723938], "std": [0.04867038757077931, 0.06413664963481079, 0.03621053307056444, 0.0337011066528539, 0.1198791658585214, 0.2682944642814778, 0.026065446285359655, 0.04458445251156115, 0.026575979574492762, 0.06088787760020327, 0.04197248724666992, 0.016826283028055316], "min": [0.3166282998660508, 0.08897939711635311, 1.1377671502819757, -0.14714167597887073, -0.3798927353604833, 0.7354744187241258, 0.3963609349175027, -0.29897255648121274, 1.1205361274950854, -0.13914180415660904, -0.06942661104833214, -1.3811950547336118], "max": [0.5423009086364193, 0.33276546920353584, 1.2495471437145678, 0.012958545458350179, 0.06606069574325613, 1.6100490616633367, 0.5139839970630916, -0.18865887528252742, 1.1943543973615802, 0.048121748340846926, 0.08895134720498366, -1.2372247168604074], "count": [927]}, "eef_sim_pose_action": {"mean": [0.40548748160165704, 0.24511573273986365, 1.175006272060934, -0.03228327423299839, -0.02894986392010568, 1.3107729703901165, 0.4449139536322764, -0.26608357693510204, 1.175074339796208, 0.002264275717422398, 0.03829029337857624, -1.3069319241712336], "std": [0.04866635058116008, 0.0641567880393497, 0.0362257683971966, 0.0337199333415562, 0.11986957029938551, 0.26832358742421974, 0.02601674628276091, 0.044524643629459466, 0.02656410578193666, 0.06087587738489818, 0.04183278373212813, 0.01682609320033852], "min": [0.3166282998660508, 0.08897939711635311, 1.1377671502819757, -0.14714167597887073, -0.3798927353604833, 0.7354744187241258, 0.3963609349175027, -0.29897255648121274, 1.1205361274950854, -0.13914180415660904, -0.06942661104833214, -1.3811950547336118], "max": [0.5423009086364193, 0.33276546920353584, 1.2495471437145678, 0.012958545458350179, 0.06606069574325613, 1.6100490616633367, 0.5139839970630916, -0.18865887528252742, 1.1943543973615802, 0.048121748340846926, 0.08895134720498366, -1.2372247168604074], "count": [927]}, "gripper_mode_state": {"mean": [0.41963322545846815, 0.3300970873786408], "std": [0.4934989174758056, 0.47024780731310517], "min": [0, 0], "max": [1, 1], "count": [927]}, "gripper_activity_state": {"mean": [1.9902912621359223, 1.8867313915857604], "std": [0.12683442033828762, 0.41946541737266846], "min": [0, 0], "max": [2, 2], "count": [927]}, "gripper_mode_action": {"mean": [0.41963322545846815, 0.3300970873786408], "std": [0.4934989174758056, 0.47024780731310517], "min": [0, 0], "max": [1, 1], "count": [927]}, "gripper_activity_action": {"mean": [1.9902912621359223, 1.8867313915857604], "std": [0.1268344203382876, 0.41946541737266846], "min": [0, 0], "max": [2, 2], "count": [927]}}} +{"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.45931389691293184]], [[0.44395554072323373]], [[0.4323131382761438]]], "std": [[[0.17758065361273878]], [[0.18355514846166557]], [[0.18653703101139918]]], "count": [168]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47133279474984435]], [[0.4654117330960162]], [[0.45841166379746345]]], "std": [[[0.14925660189593504]], [[0.1519144074914755]], [[0.15503397752532672]]], "count": [168]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4458408844440554]], [[0.44411218341503267]], [[0.4331980978155151]]], "std": [[[0.15807930111583085]], [[0.15341339081433933]], [[0.15927268271232572]]], "count": [168]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5028425913768285]], [[0.49405072167755987]], [[0.4792686692732649]]], "std": [[[0.16741350892706253]], [[0.158703196166193]], [[0.16896530994084544]]], "count": [168]}, "observation.state": {"min": [-0.46589818596839905, 0.04419173672795296, -0.11623892188072205, -2.157471179962158, -0.48570770025253296, -0.06551966071128845, -0.4049338400363922, -0.289002001285553, 0.2979080080986023, -0.0405689999461174, -1.9364243745803833, -1.741937518119812, -1.302777647972107, -0.18395769596099854, 0.0964818000793457, -0.2626197040081024, -1.793605089187622, 0.06462953984737396, -0.06377433240413666, -0.026232298463582993, -0.3367229998111725, -0.49830400943756104, 0.10966300219297409, 1.3138368129730225, -1.5282719135284424, 0.9231628775596619, 0.0, 0.0, 0.0002951409260276705, -0.23507314920425415, -0.8433360457420349, 1.9112132787704468, -1.0654503107070923, -0.0029065897688269615], "max": [0.4882384240627289, 0.4806462228298187, 0.551908016204834, -1.4222164154052734, -0.08433430641889572, 0.21146409213542938, -0.019774580374360085, -0.17364299297332764, 0.4990699887275696, 0.2365490049123764, -1.2163662910461426, -1.2450858354568481, -0.6549429297447205, 0.2255139797925949, 0.34808847308158875, -0.05368632823228836, -1.2495336532592773, 0.32246702909469604, 0.1175304725766182, 0.3118380010128021, -0.2654010057449341, -0.3744949996471405, 0.20780399441719055, 1.4838875532150269, -1.328906536102295, 1.0664958953857422, 1001.0, 1003.0, 0.0003176994505338371, -0.22890715301036835, -0.8411087393760681, 1.9118281602859497, -1.0626057386398315, 0.003285338869318366], "mean": [0.1539580225944519, 0.22241279482841492, 0.09656365215778351, -1.8103359937667847, -0.25334426760673523, 0.008293949998915195, -0.09938131272792816, -0.26087963581085205, 0.38329052925109863, 0.16841831803321838, -1.4185943603515625, -1.3812977075576782, -1.1172224283218384, 0.004907471127808094, 0.26125919818878174, -0.12395069748163223, -1.6149977445602417, 0.2311718612909317, 0.06381886452436447, 0.21160948276519775, -0.28656816482543945, -0.43340641260147095, 0.17271937429904938, 1.43417227268219, -1.4626110792160034, 0.9775146245956421, 608.717041015625, 624.0235595703125, 0.00030487324693240225, -0.23168298602104187, -0.8423663377761841, 1.9115803241729736, -1.0641604661941528, 0.000167242280440405], "std": [0.2283751219511032, 0.08173314481973648, 0.1823882907629013, 0.1291458159685135, 0.07168076932430267, 0.06819390505552292, 0.11930161714553833, 0.03907602280378342, 0.03811347112059593, 0.08242536336183548, 0.2384992241859436, 0.1389307677745819, 0.17389442026615143, 0.09670542180538177, 0.09415017813444138, 0.07205473631620407, 0.12355731427669525, 0.10278001427650452, 0.06663300842046738, 0.12100636959075928, 0.024979542940855026, 0.030146513134241104, 0.04089559614658356, 0.052515339106321335, 0.06096954643726349, 0.044844094663858414, 476.6452941894531, 473.400634765625, 1.5808864191058092e-06, 0.0020499408710747957, 0.0002443716221023351, 0.00015111276297830045, 0.000942271261010319, 0.0006302249967120588], "count": [933]}, "action": {"min": [-0.46589818596839905, 0.04419173672795296, -0.11623892188072205, -2.157471179962158, -0.48570770025253296, -0.06551966071128845, -0.4049338400363922, -0.289002001285553, 0.2979080080986023, -0.0405689999461174, -1.9364243745803833, -1.741937518119812, -1.302777647972107, -0.18395769596099854, 0.0964818000793457, -0.2626197040081024, -1.793605089187622, 0.06462953984737396, -0.06377433240413666, -0.026232298463582993, -0.3367229998111725, -0.49830400943756104, 0.10966300219297409, 1.3138368129730225, -1.5282719135284424, 0.9231628775596619, 0.0, 0.0, 0.0002951409260276705, -0.23507314920425415, -0.8433360457420349, 1.9112132787704468, -1.0654503107070923, -0.0029065897688269615], "max": [0.4882384240627289, 0.4806462228298187, 0.551908016204834, -1.4222164154052734, -0.08433430641889572, 0.21146409213542938, -0.019774580374360085, -0.17364299297332764, 0.4990699887275696, 0.2365490049123764, -1.2163662910461426, -1.2450858354568481, -0.6549429297447205, 0.2255139797925949, 0.34808847308158875, -0.05368632823228836, -1.2495336532592773, 0.32246702909469604, 0.1175304725766182, 0.3118380010128021, -0.2654010057449341, -0.3744949996471405, 0.20780399441719055, 1.4838875532150269, -1.328906536102295, 1.0664958953857422, 1001.0, 1003.0, 0.0003176994505338371, -0.22890715301036835, -0.8411087393760681, 1.9118281602859497, -1.0626057386398315, 0.003285338869318366], "mean": [0.15382124483585358, 0.2222839593887329, 0.09642363339662552, -1.8101879358291626, -0.2533019781112671, 0.00829106755554676, -0.09946058690547943, -0.26088380813598633, 0.383329302072525, 0.16845442354679108, -1.4185103178024292, -1.3812406063079834, -1.117334008216858, 0.00512522179633379, 0.26141905784606934, -0.1237456426024437, -1.6148511171340942, 0.2314392626285553, 0.06400763988494873, 0.21196062862873077, -0.28654298186302185, -0.43347692489624023, 0.17282257974147797, 1.4341553449630737, -1.4627883434295654, 0.9773883819580078, 608.717041015625, 624.0235595703125, 0.00030487324693240225, -0.2316870540380478, -0.8423663377761841, 1.9115805625915527, -1.0641611814498901, 0.00016722497821319848], "std": [0.2283465713262558, 0.0817985013127327, 0.18248014152050018, 0.12918031215667725, 0.07169212400913239, 0.0681951493024826, 0.11927338689565659, 0.03907863423228264, 0.038114890456199646, 0.0824473649263382, 0.23855562508106232, 0.13896751403808594, 0.17397165298461914, 0.09653171896934509, 0.09415420144796371, 0.07193180918693542, 0.1234530508518219, 0.10267364978790283, 0.06652083992958069, 0.12079101800918579, 0.02498576231300831, 0.03008946217596531, 0.040857840329408646, 0.052504654973745346, 0.06082271784543991, 0.044761452823877335, 476.6452941894531, 473.4006042480469, 1.5808864191058092e-06, 0.002052638679742813, 0.0002443749108351767, 0.0001509269350208342, 0.0009428406483493745, 0.0006302243564277887], "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": [372], "max": [372], "mean": [372.0], "std": [0.0], "count": [933]}, "index": {"min": [319356], "max": [320288], "mean": [319822.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6441586280814576, 0.6228520900364426], "std": [0.4787674696025977, 0.4724661412885445], "count": [933]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6441586280814576, 0.6228520900364426], "std": [0.47876746960259764, 0.4724661412885445], "count": [933]}, "eef_direction_state": {"mean": [4.883172561629153, 5.091103965702036], "std": [1.9882467647267836, 1.967380335272702], "min": [0, 0], "max": [6, 6], "count": [933]}, "eef_velocity_state": {"mean": [0.3687031082529475, 0.20042872454448016], "std": [0.6475000409779426, 0.4186435356944576], "min": [0, 0], "max": [2, 2], "count": [933]}, "eef_acc_mag_state": {"mean": [0.2347266881028939, 0.1457663451232583], "std": [0.5741808604988521, 0.4723612632118571], "min": [0, 0], "max": [2, 2], "count": [933]}, "eef_direction_action": {"mean": [4.883172561629153, 5.091103965702036], "std": [1.9882467647267836, 1.967380335272702], "min": [0, 0], "max": [6, 6], "count": [933]}, "eef_velocity_action": {"mean": [0.3687031082529475, 0.20042872454448016], "std": [0.6475000409779426, 0.4186435356944576], "min": [0, 0], "max": [2, 2], "count": [933]}, "eef_acc_mag_action": {"mean": [0.2347266881028939, 0.1457663451232583], "std": [0.5741808604988521, 0.4723612632118571], "min": [0, 0], "max": [2, 2], "count": [933]}, "eef_sim_pose_state": {"mean": [0.40684084507257706, 0.2440619113747383, 1.1762725476798401, -0.04311411559528472, 0.011324959330359367, 1.3179100770601764, 0.45652452715904956, -0.26002042741420167, 1.1606687222968983, -0.045215744270203896, -0.011532119999063712, -1.2250819724202822], "std": [0.04727527364805029, 0.05822685847376703, 0.035897205854731516, 0.04042008699044941, 0.06368413630407935, 0.2655034820663248, 0.031007810628609123, 0.04604337849670887, 0.023667394844851985, 0.046706622533072055, 0.030637340446864354, 0.052056173918736875], "min": [0.3317084451291619, 0.08871839632417819, 1.148904794916292, -0.19639855590775246, -0.20492513075081265, 0.689087314701136, 0.3952254267864869, -0.29888519110182676, 1.1171528688737296, -0.1224034926740627, -0.06835053508216338, -1.3044321402976915], "max": [0.5454111085858826, 0.3114580117997952, 1.2567444467210445, -0.017331277683817148, 0.0851817223628355, 1.547577051706949, 0.5189784197594944, -0.1886614473421782, 1.179782626860089, 0.04980557383661488, 0.06403682555814516, -1.1677105314334466], "count": [933]}, "eef_sim_pose_action": {"mean": [0.4068787614593149, 0.24408542411940481, 1.1762651569663267, -0.04314194224879283, 0.01137486891555885, 1.3180171096665085, 0.4565996668136711, -0.2601373178826791, 1.1607060379558733, -0.045322161036212026, -0.011470688414660094, -1.2249516942637637], "std": [0.047270721420327254, 0.05823954184469513, 0.03590191959670775, 0.04041138781541347, 0.06371908456314489, 0.2655751602254797, 0.030946850475276313, 0.046000510683817865, 0.023669309167159525, 0.046607167524936335, 0.030582176291278164, 0.052009767931937526], "min": [0.3317084451291619, 0.08871839632417819, 1.148904794916292, -0.19639855590775246, -0.20492513075081265, 0.689087314701136, 0.3952254267864869, -0.29888519110182676, 1.1171528688737296, -0.1224034926740627, -0.06835053508216338, -1.3044321402976915], "max": [0.5454111085858826, 0.3114580117997952, 1.2567444467210445, -0.017331277683817148, 0.0851817223628355, 1.547577051706949, 0.5189784197594944, -0.1886614473421782, 1.179782626860089, 0.04980557383661488, 0.06403682555814516, -1.1677105314334466], "count": [933]}, "gripper_mode_state": {"mean": [0.3558413719185423, 0.3762057877813505], "std": [0.4787674696025977, 0.48443265065555846], "min": [0, 0], "max": [1, 1], "count": [933]}, "gripper_activity_state": {"mean": [1.9903536977491962, 1.8853161843515542], "std": [0.12642831672885868, 0.4227314231083244], "min": [0, 0], "max": [2, 2], "count": [933]}, "gripper_mode_action": {"mean": [0.3558413719185423, 0.3762057877813505], "std": [0.47876746960259764, 0.48443265065555846], "min": [0, 0], "max": [1, 1], "count": [933]}, "gripper_activity_action": {"mean": [1.9903536977491962, 1.8853161843515542], "std": [0.12642831672885868, 0.4227314231083244], "min": [0, 0], "max": [2, 2], "count": [933]}}} +{"episode_index": 372, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4659629141566265]], [[0.45166986327663594]], [[0.4404366707024175]]], "std": [[[0.17880803993267352]], [[0.18366438918954625]], [[0.18683987945209182]]], "count": [166]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47709242115520906]], [[0.4704429458028191]], [[0.4628558830911883]]], "std": [[[0.14489093641191814]], [[0.14716937141476868]], [[0.1502573252482278]]], "count": [166]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4473658740353571]], [[0.4458045552307268]], [[0.4348528981120561]]], "std": [[[0.156174260985978]], [[0.15109022755522925]], [[0.1567213839687899]]], "count": [166]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5012423111563903]], [[0.4982260783329396]], [[0.4826462959681864]]], "std": [[[0.1577747670778413]], [[0.15380247767760347]], [[0.16330682197895358]]], "count": [166]}, "observation.state": {"min": [-0.47574183344841003, 0.05593780055642128, -0.11367329210042953, -2.106368064880371, -0.5094965100288391, -0.09885545074939728, -0.4219333231449127, -0.28919199109077454, 0.3128319978713989, -0.036472998559474945, -2.0356740951538086, -1.6818947792053223, -1.2240052223205566, -0.17331120371818542, 0.09866346418857574, -0.2626197040081024, -1.7714568376541138, 0.06581636518239975, -0.0636696144938469, -0.0262148454785347, -0.33880698680877686, -0.4987980127334595, 0.1096780002117157, 1.288795828819275, -1.6055296659469604, 0.984893798828125, 0.0, 0.0, 0.00029138114769011736, -0.23571042716503143, -0.8426546454429626, 1.9109208583831787, -1.0654360055923462, -0.0024148805532604456], "max": [0.42469096183776855, 0.4453207552433014, 0.5541420578956604, -1.437575340270996, 0.04035201296210289, 0.16748179495334625, -0.019652407616376877, -0.16880199313163757, 0.49774500727653503, 0.24191999435424805, -1.2521194219589233, -1.135697841644287, -0.5950961709022522, 0.22975513339042664, 0.2900911867618561, 0.015027284622192383, -1.2411036491394043, 0.3236887454986572, 0.07564257085323334, 0.2607521712779999, -0.26920199394226074, -0.3761659860610962, 0.23722200095653534, 1.4840513467788696, -1.3291609287261963, 1.1134438514709473, 1001.0, 1002.0, 0.0003402580041438341, -0.2292417734861374, -0.8418068289756775, 1.91250479221344, -1.0618847608566284, 0.0040978929027915], "mean": [0.16290058195590973, 0.21405375003814697, 0.07761083543300629, -1.811718225479126, -0.21102526783943176, 0.0038566028233617544, -0.09549899399280548, -0.2634669542312622, 0.3827272951602936, 0.17610980570316315, -1.4139509201049805, -1.330522894859314, -1.1124131679534912, 0.023982562124729156, 0.23292075097560883, -0.07106838375329971, -1.5710316896438599, 0.25053733587265015, 0.03817051276564598, 0.19195574522018433, -0.2876756489276886, -0.44281554222106934, 0.19382083415985107, 1.3753539323806763, -1.4295498132705688, 1.0739145278930664, 623.83935546875, 617.4185791015625, 0.00030534027609974146, -0.23172461986541748, -0.8421815037727356, 1.9115846157073975, -1.0641872882843018, 0.00018943390750791878], "std": [0.2120305895805359, 0.07186093181371689, 0.1799144148826599, 0.10985986143350601, 0.10061907768249512, 0.06165456026792526, 0.1126800924539566, 0.038416653871536255, 0.034186989068984985, 0.07928289473056793, 0.24641072750091553, 0.10138574987649918, 0.1747170090675354, 0.09435480087995529, 0.06480756402015686, 0.1057034507393837, 0.12167822569608688, 0.08975936472415924, 0.043143533170223236, 0.09286316484212875, 0.023935044184327126, 0.03004765883088112, 0.05338752269744873, 0.0475289449095726, 0.06144271045923233, 0.04206251725554466, 472.694091796875, 474.8543395996094, 2.099808625644073e-06, 0.0021001824643462896, 0.0001375627180095762, 0.0002175360277760774, 0.0008929568575695157, 0.0005683652125298977], "count": [915]}, "action": {"min": [-0.47574183344841003, 0.05593780055642128, -0.11367329210042953, -2.106368064880371, -0.5094965100288391, -0.09885545074939728, -0.4219333231449127, -0.28919199109077454, 0.3128319978713989, -0.036472998559474945, -2.0356740951538086, -1.6818947792053223, -1.2240052223205566, -0.17331120371818542, 0.09866346418857574, -0.2626197040081024, -1.7714568376541138, 0.06581636518239975, -0.0636696144938469, -0.0262148454785347, -0.33880698680877686, -0.4987980127334595, 0.1096780002117157, 1.288795828819275, -1.6055296659469604, 0.984893798828125, 0.0, 0.0, 0.00029138114769011736, -0.23571042716503143, -0.8426546454429626, 1.9109208583831787, -1.0654360055923462, -0.0024148805532604456], "max": [0.42469096183776855, 0.4453207552433014, 0.5541420578956604, -1.437575340270996, 0.04035201296210289, 0.16748179495334625, -0.019652407616376877, -0.16880199313163757, 0.49774500727653503, 0.24191999435424805, -1.2521194219589233, -1.135697841644287, -0.5950961709022522, 0.22975513339042664, 0.2900911867618561, 0.015027284622192383, -1.2411036491394043, 0.3236887454986572, 0.07564257085323334, 0.2607521712779999, -0.26920199394226074, -0.3761659860610962, 0.23722200095653534, 1.4840513467788696, -1.3291609287261963, 1.1134438514709473, 1001.0, 1002.0, 0.0003402580041438341, -0.2292417734861374, -0.8418068289756775, 1.91250479221344, -1.0618847608566284, 0.0040978929027915], "mean": [0.162803053855896, 0.21392440795898438, 0.07744648307561874, -1.8116021156311035, -0.2109019011259079, 0.003854332258924842, -0.09560295194387436, -0.26347246766090393, 0.3827543556690216, 0.17615146934986115, -1.413905382156372, -1.3304102420806885, -1.11244797706604, 0.024213522672653198, 0.2330232709646225, -0.07077033817768097, -1.5708277225494385, 0.25081029534339905, 0.038308896124362946, 0.1922587901353836, -0.2876523435115814, -0.4428968131542206, 0.1939590573310852, 1.3752392530441284, -1.4296458959579468, 1.073955774307251, 623.83935546875, 617.4185791015625, 0.00030534027609974146, -0.2317245900630951, -0.8421813249588013, 1.9115846157073975, -1.0641847848892212, 0.00018932702369056642], "std": [0.21200384199619293, 0.07191894948482513, 0.18001532554626465, 0.10987632721662521, 0.10063577443361282, 0.06165554001927376, 0.11265426129102707, 0.03841984644532204, 0.03418406471610069, 0.07930640876293182, 0.24643604457378387, 0.10145562142133713, 0.17473465204238892, 0.09413065016269684, 0.0648125559091568, 0.1055474579334259, 0.12149851024150848, 0.08957697451114655, 0.043019913136959076, 0.09260283410549164, 0.0239411611109972, 0.02996782399713993, 0.05333327129483223, 0.04741434007883072, 0.06135420873761177, 0.042073581367731094, 472.694091796875, 474.8543395996094, 2.099808625644073e-06, 0.0021002262365072966, 0.00013751027290709317, 0.00021754283807240427, 0.0008936760132201016, 0.0005683741183020175], "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": [373], "max": [373], "mean": [373.0], "std": [0.0], "count": [915]}, "index": {"min": [320289], "max": [321203], "mean": [320746.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6601092896174864, 0.6162666667665003], "std": [0.4736718435564687, 0.4739205796492829], "count": [915]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6601092896174864, 0.6162666667665003], "std": [0.47367184355646863, 0.47392057964928286], "count": [915]}, "eef_direction_state": {"mean": [5.0153005464480875, 5.0972677595628415], "std": [1.8268746019667474, 1.9620283831770409], "min": [0, 0], "max": [6, 6], "count": [915]}, "eef_velocity_state": {"mean": [0.36721311475409835, 0.2010928961748634], "std": [0.6666254578323485, 0.4297653535708258], "min": [0, 0], "max": [2, 2], "count": [915]}, "eef_acc_mag_state": {"mean": [0.2284153005464481, 0.1366120218579235], "std": [0.575702186771361, 0.45318966375115904], "min": [0, 0], "max": [2, 2], "count": [915]}, "eef_direction_action": {"mean": [5.0153005464480875, 5.0972677595628415], "std": [1.8268746019667474, 1.962028383177041], "min": [0, 0], "max": [6, 6], "count": [915]}, "eef_velocity_action": {"mean": [0.36721311475409835, 0.2010928961748634], "std": [0.6666254578323485, 0.4297653535708258], "min": [0, 0], "max": [2, 2], "count": [915]}, "eef_acc_mag_action": {"mean": [0.2284153005464481, 0.1366120218579235], "std": [0.575702186771361, 0.45318966375115904], "min": [0, 0], "max": [2, 2], "count": [915]}, "eef_sim_pose_state": {"mean": [0.404986445422802, 0.24876172102766111, 1.1741307086343071, -0.039190060635081424, -0.02173999093812314, 1.3490679008477433, 0.46301903489626756, -0.2724806134294395, 1.1562853838793097, -0.016760348431659477, 0.02678077382559799, -1.3059863344104898], "std": [0.04315937164158595, 0.05621483456800809, 0.035390690952805705, 0.041701347561419695, 0.10189953215331797, 0.24367486309725106, 0.030051521101765975, 0.050779147081414254, 0.01993472480789315, 0.04708899703899861, 0.04184145890360551, 0.032759302148926896], "min": [0.34622202871425045, 0.09027769880009523, 1.1493963711527255, -0.21745401217506127, -0.3449642270254667, 0.71396626151592, 0.39637205735996045, -0.3139349145712538, 1.1161601834415489, -0.11425908284361408, -0.06758088845836463, -1.38050203916796], "max": [0.5438115329359379, 0.3116341377528089, 1.2637127143987377, -0.01743263205423151, 0.03276602137530804, 1.565379160605075, 0.5198207536581184, -0.18867963320195122, 1.1725683228917305, 0.04799647993163425, 0.10824727425221026, -1.1868136858780456], "count": [915]}, "eef_sim_pose_action": {"mean": [0.4050126751777292, 0.24879165705606288, 1.1741234388875772, -0.03920524891396757, -0.02177768982049045, 1.3491713785086117, 0.46309946329979595, -0.2726161445132527, 1.1563146833900575, -0.01681290063988181, 0.02689152766594286, -1.3060073575057596], "std": [0.04315359813085121, 0.05623050433903207, 0.035394935243900194, 0.04169595898936557, 0.1018857567753672, 0.24373602943557704, 0.029971475805280264, 0.050720810827523694, 0.01993712064090029, 0.0470435534244026, 0.041725680953482266, 0.03276444190385259], "min": [0.34622202871425045, 0.09027769880009523, 1.1493963711527255, -0.21745401217506127, -0.3449642270254667, 0.71396626151592, 0.39637205735996045, -0.3139349145712538, 1.1161601834415489, -0.11425908284361408, -0.06758088845836463, -1.38050203916796], "max": [0.5438115329359379, 0.3116341377528089, 1.2637127143987377, -0.01743263205423151, 0.03276602137530804, 1.565379160605075, 0.5198207536581184, -0.18867963320195122, 1.1725683228917305, 0.04799647993163425, 0.10824727425221026, -1.1868136858780456], "count": [915]}, "gripper_mode_state": {"mean": [0.33989071038251367, 0.3836065573770492], "std": [0.4736718435564687, 0.48626388567770645], "min": [0, 0], "max": [1, 1], "count": [915]}, "gripper_activity_state": {"mean": [1.9901639344262294, 1.8852459016393444], "std": [0.12765850710774918, 0.4220051273509831], "min": [0, 0], "max": [2, 2], "count": [915]}, "gripper_mode_action": {"mean": [0.33989071038251367, 0.3836065573770492], "std": [0.47367184355646863, 0.48626388567770645], "min": [0, 0], "max": [1, 1], "count": [915]}, "gripper_activity_action": {"mean": [1.9901639344262294, 1.8852459016393444], "std": [0.12765850710774918, 0.42200512735098306], "min": [0, 0], "max": [2, 2], "count": [915]}}} +{"episode_index": 373, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645401405127268]], [[0.4483665281329923]], [[0.43696275321722894]]], "std": [[[0.18029224267282362]], [[0.18544952935244666]], [[0.18856449697404135]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4779222892055373]], [[0.4702256754150936]], [[0.4621218297101449]]], "std": [[[0.1449548721915293]], [[0.14814108339035353]], [[0.15148181423806634]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4490444830105955]], [[0.4476237377197256]], [[0.4367736598262493]]], "std": [[[0.15415997649350155]], [[0.14978610466256773]], [[0.1552761537399322]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5006112379734503]], [[0.4915731272581496]], [[0.4761629610177404]]], "std": [[[0.15695553093706838]], [[0.14969132851687508]], [[0.15938012877741944]]], "count": [161]}, "observation.state": {"min": [-0.46931901574134827, 0.05845107510685921, -0.18371336162090302, -2.0924577713012695, -0.5499881505966187, -0.0757472887635231, -0.48982664942741394, -0.30168798565864563, 0.3109790086746216, -0.040578000247478485, -2.128394842147827, -1.7632818222045898, -1.331007957458496, -0.17332863807678223, 0.07503169775009155, -0.26256734132766724, -1.7766753435134888, 0.05550147220492363, -0.0636696144938469, -0.0262148454785347, -0.3320389986038208, -0.4994879961013794, 0.10795900225639343, 1.2896627187728882, -1.5431571006774902, 0.9532392621040344, 0.0, 0.0, 0.00029138114769011736, -0.23540401458740234, -0.8433970808982849, 1.911336064338684, -1.065481185913086, -0.0023750122636556625], "max": [0.4691968560218811, 0.4242022931575775, 0.5635318756103516, -1.4538767337799072, 0.15854570269584656, 0.11526154726743698, -0.019687313586473465, -0.16510599851608276, 0.4955100119113922, 0.26299598813056946, -1.2256437540054321, -1.0743900537490845, -0.6230572462081909, 0.2266659140586853, 0.3571292757987976, 0.009826203808188438, -1.2584871053695679, 0.41172316670417786, 0.17449802160263062, 0.30319860577583313, -0.2530420124530792, -0.37615901231765747, 0.2342970073223114, 1.4872175455093384, -1.328330636024475, 1.0671405792236328, 1001.0, 1002.0, 0.00032333910348825157, -0.22925680875778198, -0.8409590125083923, 1.9115848541259766, -1.0624481439590454, 0.004996828734874725], "mean": [0.1315924972295761, 0.21592752635478973, 0.10373406112194061, -1.7921518087387085, -0.20438767969608307, -0.00620751827955246, -0.11050795763731003, -0.25903668999671936, 0.38714271783828735, 0.16601930558681488, -1.4598580598831177, -1.3289575576782227, -1.0892541408538818, 0.008171673864126205, 0.2732680141925812, -0.06855069845914841, -1.6208629608154297, 0.299247682094574, 0.11125857383012772, 0.22041703760623932, -0.27890151739120483, -0.43672415614128113, 0.1952410489320755, 1.371187686920166, -1.490978717803955, 1.0269240140914917, 534.45556640625, 658.6640014648438, 0.00030456314561888576, -0.2316157966852188, -0.8423572182655334, 1.9114466905593872, -1.0641584396362305, 0.00019225907453801483], "std": [0.25112152099609375, 0.06717444211244583, 0.20357969403266907, 0.13212502002716064, 0.1330873668193817, 0.038430288434028625, 0.1324603259563446, 0.044160325080156326, 0.04019567742943764, 0.08974961191415787, 0.3041495084762573, 0.11728917807340622, 0.20106996595859528, 0.08916427195072174, 0.10513962805271149, 0.09526416659355164, 0.12400705367326736, 0.1415375918149948, 0.08647585660219193, 0.11379041522741318, 0.02661217749118805, 0.028081882745027542, 0.051668159663677216, 0.04732935130596161, 0.06906086206436157, 0.019347278401255608, 486.9140930175781, 462.18548583984375, 1.986947836485342e-06, 0.001663794624619186, 0.0003121400368399918, 6.752683111699298e-05, 0.0010265050223097205, 0.0007850636611692607], "count": [878]}, "action": {"min": [-0.46931901574134827, 0.05845107510685921, -0.18371336162090302, -2.0924577713012695, -0.5499881505966187, -0.0757472887635231, -0.48982664942741394, -0.30168798565864563, 0.3109790086746216, -0.040578000247478485, -2.128394842147827, -1.7632818222045898, -1.331007957458496, -0.17332863807678223, 0.07503169775009155, -0.26256734132766724, -1.7766753435134888, 0.05550147220492363, -0.0636696144938469, -0.0262148454785347, -0.3320389986038208, -0.4994879961013794, 0.10795900225639343, 1.2896627187728882, -1.5431571006774902, 0.9532392621040344, 0.0, 0.0, 0.00029138114769011736, -0.23540401458740234, -0.8433970808982849, 1.911336064338684, -1.065481185913086, -0.0023750122636556625], "max": [0.4691968560218811, 0.4242022931575775, 0.5635318756103516, -1.4538767337799072, 0.15854570269584656, 0.11526154726743698, -0.019687313586473465, -0.16510599851608276, 0.4955100119113922, 0.26299598813056946, -1.2256437540054321, -1.0743900537490845, -0.6230572462081909, 0.2266659140586853, 0.3571292757987976, 0.009826203808188438, -1.2584871053695679, 0.41172316670417786, 0.17449802160263062, 0.30319860577583313, -0.2530420124530792, -0.37615901231765747, 0.2342970073223114, 1.4872175455093384, -1.328330636024475, 1.0671405792236328, 1001.0, 1002.0, 0.00032333910348825157, -0.22925680875778198, -0.8409590125083923, 1.9115848541259766, -1.0624481439590454, 0.004996828734874725], "mean": [0.13144491612911224, 0.21582233905792236, 0.10358336567878723, -1.791953682899475, -0.20428143441677094, -0.006208193954080343, -0.11064475774765015, -0.25905662775039673, 0.38718411326408386, 0.16606228053569794, -1.459816575050354, -1.3288885354995728, -1.0892486572265625, 0.008385301567614079, 0.27345314621925354, -0.0682532787322998, -1.6207294464111328, 0.2996361553668976, 0.11152701079845428, 0.220787912607193, -0.278865784406662, -0.43679696321487427, 0.1953827440738678, 1.3710631132125854, -1.4912132024765015, 1.0268758535385132, 534.45556640625, 658.6640014648438, 0.00030456099193543196, -0.2316160500049591, -0.8423575758934021, 1.9114466905593872, -1.0641604661941528, 0.00019225476717110723], "std": [0.25108078122138977, 0.067207470536232, 0.2036740928888321, 0.13216975331306458, 0.13308510184288025, 0.038430552929639816, 0.1324286162853241, 0.0441751629114151, 0.04019327089190483, 0.08977577835321426, 0.30417418479919434, 0.11731293052434921, 0.20106755197048187, 0.08895326405763626, 0.10513485223054886, 0.09506503492593765, 0.12390784174203873, 0.14136479794979095, 0.08629763126373291, 0.11351726204156876, 0.026615506038069725, 0.028007609769701958, 0.05160391703248024, 0.04719856381416321, 0.06886047124862671, 0.019301142543554306, 486.9140930175781, 462.18548583984375, 1.9859646727127256e-06, 0.0016635964857414365, 0.0003121660847682506, 6.754670903319493e-05, 0.0010265231830999255, 0.0007850643014535308], "count": [878]}, "timestamp": {"min": [0.0], "max": [29.233333333333334], "mean": [14.616666666666664], "std": [8.448553459353594], "count": [878]}, "frame_index": {"min": [0], "max": [877], "mean": [438.5], "std": [253.45660378060776], "count": [878]}, "episode_index": {"min": [374], "max": [374], "mean": [374.0], "std": [0.0], "count": [878]}, "index": {"min": [321204], "max": [322081], "mean": [321642.5], "std": [253.45660378060776], "count": [878]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [878]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5740318906605922, 0.6574339407929993], "std": [0.4944889070193776, 0.46127563002480665], "count": [878]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5740318906605922, 0.6574339407929993], "std": [0.4944889070193776, 0.46127563002480665], "count": [878]}, "eef_direction_state": {"mean": [4.921412300683372, 5.164009111617312], "std": [1.9385718649475459, 1.9074194806302582], "min": [0, 0], "max": [6, 6], "count": [878]}, "eef_velocity_state": {"mean": [0.3735763097949886, 0.1947608200455581], "std": [0.6728267726872184, 0.4396311093053298], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_acc_mag_state": {"mean": [0.2767653758542141, 0.16400911161731208], "std": [0.6257078121104294, 0.49872581144021266], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_direction_action": {"mean": [4.921412300683372, 5.164009111617312], "std": [1.9385718649475459, 1.9074194806302582], "min": [0, 0], "max": [6, 6], "count": [878]}, "eef_velocity_action": {"mean": [0.3735763097949886, 0.1947608200455581], "std": [0.6728267726872184, 0.4396311093053298], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_acc_mag_action": {"mean": [0.2767653758542141, 0.16400911161731208], "std": [0.6257078121104294, 0.4987258114402126], "min": [0, 0], "max": [2, 2], "count": [878]}, "eef_sim_pose_state": {"mean": [0.41146765212402703, 0.2423631026349188, 1.1774801561019004, -0.04966425639885223, -0.0448522867421005, 1.315440580923657, 0.4586039973258598, -0.2791010874873499, 1.1692005275384116, -0.052965775503675, 0.0456123462013994, -1.2600736543066147], "std": [0.05170056738313406, 0.06353280442884356, 0.0393021725404777, 0.05567398642235658, 0.15181730637802596, 0.27323475865811375, 0.02826330863906384, 0.055001489408564155, 0.026194166224467873, 0.04300732100681832, 0.047248958840575686, 0.033590124274509116], "min": [0.33068437390089983, 0.0888982011111829, 1.1403914552938572, -0.21719126865365662, -0.4714587758158906, 0.6902951030194198, 0.3963672218338977, -0.321447179811268, 1.1212969934540171, -0.11823569201790607, -0.07038535845887073, -1.3287012656989259], "max": [0.5405301223277943, 0.3160011438448119, 1.2627804075002127, 0.00017242922834326269, 0.09676621246865702, 1.643628931871143, 0.5197277191976175, -0.18775949182686033, 1.1925818929755345, 0.05507924511432538, 0.07753890814754838, -1.230841523797591], "count": [878]}, "eef_sim_pose_action": {"mean": [0.4115082689093154, 0.24239860576704647, 1.1774621576737638, -0.04964728622792986, -0.04488815579508125, 1.3155067759659165, 0.45867954916305786, -0.27925137169010394, 1.1692503686738285, -0.05308915511911402, 0.045774161109770346, -1.2599961568055724], "std": [0.051692588045152685, 0.06355388253666339, 0.039315253586899794, 0.0556860509669587, 0.1518027156783808, 0.27327338586449185, 0.0281854389515322, 0.054934504787587914, 0.026188751061372514, 0.04287316091834169, 0.04710444834008684, 0.033566475473119466], "min": [0.33068437390089983, 0.0888982011111829, 1.1403914552938572, -0.21719126865365662, -0.4714587758158906, 0.6902951030194198, 0.3963672218338977, -0.321447179811268, 1.1212969934540171, -0.11823569201790607, -0.07038535845887073, -1.3287012656989259], "max": [0.5405301223277943, 0.3160011438448119, 1.2627804075002127, 0.00017242922834326269, 0.09676621246865702, 1.643628931871143, 0.5197277191976175, -0.18775949182686033, 1.1925818929755345, 0.05507924511432538, 0.07753890814754838, -1.230841523797591], "count": [878]}, "gripper_mode_state": {"mean": [0.42596810933940776, 0.3416856492027335], "std": [0.4944889070193776, 0.474274779354365], "min": [0, 0], "max": [1, 1], "count": [878]}, "gripper_activity_state": {"mean": [1.989749430523918, 1.8781321184510251], "std": [0.13030429112486144, 0.4347650593187097], "min": [0, 0], "max": [2, 2], "count": [878]}, "gripper_mode_action": {"mean": [0.42596810933940776, 0.3416856492027335], "std": [0.4944889070193776, 0.474274779354365], "min": [0, 0], "max": [1, 1], "count": [878]}, "gripper_activity_action": {"mean": [1.989749430523918, 1.8781321184510251], "std": [0.13030429112486144, 0.43476505931870973], "min": [0, 0], "max": [2, 2], "count": [878]}}} +{"episode_index": 374, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46404918352691393]], [[0.448535683620582]], [[0.4378152215769535]]], "std": [[[0.17467735229164524]], [[0.1796011131990697]], [[0.18267836452605515]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4804196809562466]], [[0.473601406061363]], [[0.4661230667957204]]], "std": [[[0.14308334619786983]], [[0.14567443686574902]], [[0.14891382826568714]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4482397706694143]], [[0.4465120649639898]], [[0.43525002731984513]]], "std": [[[0.1549642620141622]], [[0.15077448880739902]], [[0.15649988358892902]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4922597011469131]], [[0.4929921969318513]], [[0.48131599563923233]]], "std": [[[0.15525546062669693]], [[0.15153774526545233]], [[0.1609842328398049]]], "count": [157]}, "observation.state": {"min": [-0.3986855745315552, 0.05133013427257538, -0.27029913663864136, -2.176320791244507, -0.6033079624176025, -0.09224064648151398, -0.5924171209335327, -0.2840909957885742, 0.2733890116214752, -0.02014799974858761, -1.9353107213974, -1.67971932888031, -1.2582404613494873, -0.17331120371818542, 0.10649999231100082, -0.2626197040081024, -1.7714743614196777, 0.05958554148674011, -0.06370452046394348, -0.0262148454785347, -0.33156800270080566, -0.5015169978141785, 0.10434100031852722, 1.3014981746673584, -1.5343732833862305, 0.9036734104156494, 0.0, 0.0, 0.00029138114769011736, -0.23540401458740234, -0.8429715633392334, 1.910573124885559, -1.0653005838394165, -0.002245914889499545], "max": [0.6013357043266296, 0.6414085030555725, 0.5127952098846436, -1.5150330066680908, -0.008028514683246613, 0.23921483755111694, -0.019547687843441963, -0.17362700402736664, 0.49062299728393555, 0.26028698682785034, -1.2257086038589478, -1.2340667247772217, -0.634459912776947, 0.23958134651184082, 0.28101545572280884, 0.04366813972592354, -1.2567592859268188, 0.2718699276447296, 0.12498302012681961, 0.22280873358249664, -0.2671760022640228, -0.3761659860610962, 0.25542500615119934, 1.4835283756256104, -1.31856107711792, 1.1083415746688843, 65535.0, 1002.0, 0.0003120597975794226, -0.22865337133407593, -0.8410065770149231, 1.9120824337005615, -1.0624473094940186, 0.005501827225089073], "mean": [0.173448383808136, 0.24350948631763458, 0.07337993383407593, -1.8302603960037231, -0.24017734825611115, 0.018094856292009354, -0.11496783047914505, -0.2587156891822815, 0.3797338008880615, 0.17707164585590363, -1.4307210445404053, -1.3578755855560303, -1.0895717144012451, 0.037058763206005096, 0.23414379358291626, -0.046295542269945145, -1.5681504011154175, 0.2129146307706833, 0.05901692807674408, 0.17025341093540192, -0.2835994362831116, -0.44746989011764526, 0.20847167074680328, 1.350437045097351, -1.3695074319839478, 1.0685533285140991, 626.0377197265625, 682.2865600585938, 0.0003039914881810546, -0.23152880370616913, -0.842368483543396, 1.911494255065918, -1.0641828775405884, 0.00020287565712351352], "std": [0.22018682956695557, 0.10341496765613556, 0.18159089982509613, 0.12089212983846664, 0.10710931569337845, 0.07693856209516525, 0.13792096078395844, 0.03993227705359459, 0.0402357280254364, 0.07861822098493576, 0.24270938336849213, 0.10440164059400558, 0.17956440150737762, 0.09622503817081451, 0.058986466377973557, 0.12098179012537003, 0.11151888221502304, 0.07484999299049377, 0.05085306242108345, 0.08216039836406708, 0.022565988823771477, 0.03156299516558647, 0.06183258444070816, 0.054481200873851776, 0.06286568939685822, 0.058910951018333435, 2282.363037109375, 453.089599609375, 1.7262395886064041e-06, 0.0019844386260956526, 0.00025575747713446617, 0.00020195748948026448, 0.000983314123004675, 0.0007413201383315027], "count": [848]}, "action": {"min": [-0.3986855745315552, 0.05133013427257538, -0.27029913663864136, -2.176320791244507, -0.6033079624176025, -0.09224064648151398, -0.5924171209335327, -0.2840909957885742, 0.2733890116214752, -0.02014799974858761, -1.9353107213974, -1.67971932888031, -1.2582404613494873, -0.17331120371818542, 0.10649999231100082, -0.2626197040081024, -1.7714743614196777, 0.05958554148674011, -0.06370452046394348, -0.0262148454785347, -0.33156800270080566, -0.5015169978141785, 0.10434100031852722, 1.3014981746673584, -1.5343732833862305, 0.9036734104156494, 0.0, 0.0, 0.00029138114769011736, -0.23540401458740234, -0.8429715633392334, 1.910573124885559, -1.0653005838394165, -0.002245914889499545], "max": [0.6013357043266296, 0.6414085030555725, 0.5127952098846436, -1.5150330066680908, -0.008028514683246613, 0.23921483755111694, -0.019547687843441963, -0.17362700402736664, 0.49062299728393555, 0.26028698682785034, -1.2257086038589478, -1.2340667247772217, -0.634459912776947, 0.23958134651184082, 0.28101545572280884, 0.04366813972592354, -1.2567592859268188, 0.2718699276447296, 0.12498302012681961, 0.22280873358249664, -0.2671760022640228, -0.3761659860610962, 0.25542500615119934, 1.4835283756256104, -1.31856107711792, 1.1083415746688843, 65535.0, 1002.0, 0.0003120597975794226, -0.22865337133407593, -0.8410065770149231, 1.9120824337005615, -1.0624473094940186, 0.005501827225089073], "mean": [0.17330500483512878, 0.24344712495803833, 0.07322845607995987, -1.8301259279251099, -0.2401113212108612, 0.01813550479710102, -0.1151021346449852, -0.2587119936943054, 0.3797750771045685, 0.1771204173564911, -1.4307061433792114, -1.357804298400879, -1.0895686149597168, 0.03733650967478752, 0.23424704372882843, -0.045936763286590576, -1.5679067373275757, 0.2131504863500595, 0.05918809026479721, 0.17053982615470886, -0.2835712134838104, -0.44756701588630676, 0.20864219963550568, 1.3502634763717651, -1.3695186376571655, 1.0685995817184448, 626.0377197265625, 682.2865600585938, 0.0003039914881810546, -0.23153063654899597, -0.8423682451248169, 1.9114946126937866, -1.0641839504241943, 0.0002028208109550178], "std": [0.22016654908657074, 0.10343248397111893, 0.18167045712471008, 0.12093448638916016, 0.1071181520819664, 0.07692713290452957, 0.13788391649723053, 0.03993016481399536, 0.040240224450826645, 0.07864640653133392, 0.24271780252456665, 0.10444886982440948, 0.17956256866455078, 0.09595747292041779, 0.058984220027923584, 0.12079008668661118, 0.11129909753799438, 0.07470139116048813, 0.05068394914269447, 0.08189807087182999, 0.022570356726646423, 0.03147008642554283, 0.06175927445292473, 0.054316502064466476, 0.0628594309091568, 0.058925095945596695, 2282.363037109375, 453.089599609375, 1.7262394749195664e-06, 0.0019832795951515436, 0.000255719234701246, 0.0002019666280830279, 0.0009824472945183516, 0.0007413265411742032], "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": [375], "max": [375], "mean": [375.0], "std": [0.0], "count": [848]}, "index": {"min": [322082], "max": [322929], "mean": [322505.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.589622641509434, 0.6810082548000314], "std": [0.4919022078918434, 0.45218444234779054], "count": [848]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.589622641509434, 0.6810082548000314], "std": [0.4919022078918434, 0.45218444234779054], "count": [848]}, "eef_direction_state": {"mean": [4.91627358490566, 5.053066037735849], "std": [1.8445021010080156, 2.021293494736815], "min": [0, 0], "max": [6, 6], "count": [848]}, "eef_velocity_state": {"mean": [0.43514150943396224, 0.20047169811320756], "std": [0.72394424025193, 0.42046668159448064], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_acc_mag_state": {"mean": [0.29009433962264153, 0.15330188679245282], "std": [0.6337936026205025, 0.47839003132580754], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_direction_action": {"mean": [4.91627358490566, 5.053066037735849], "std": [1.8445021010080156, 2.021293494736815], "min": [0, 0], "max": [6, 6], "count": [848]}, "eef_velocity_action": {"mean": [0.43514150943396224, 0.20047169811320756], "std": [0.72394424025193, 0.42046668159448064], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_acc_mag_action": {"mean": [0.29009433962264153, 0.15330188679245282], "std": [0.6337936026205025, 0.47839003132580754], "min": [0, 0], "max": [2, 2], "count": [848]}, "eef_sim_pose_state": {"mean": [0.40288506936718405, 0.2532006099195747, 1.1797330306309428, -0.03178855622595901, -0.01951421908425207, 1.3171591394719968, 0.4664870590680666, -0.28150243125650015, 1.161735868474875, -0.02874577137141367, -0.008104095752425577, -1.3550335890881766], "std": [0.045273807646843356, 0.05936777330187379, 0.037762659995898715, 0.02401561709150952, 0.08891967076837379, 0.25049645308964896, 0.03109319921536073, 0.05567789447329024, 0.018921130411213377, 0.0521589104058622, 0.028451639453926054, 0.05920580263569241], "min": [0.3182765696907785, 0.1037372033016442, 1.1565503063586453, -0.09282884439860817, -0.26726353183167384, 0.7514191146356345, 0.39637198339774254, -0.3241811371659161, 1.1245181131738418, -0.14917476874662605, -0.07082597666447965, -1.4102461882304855], "max": [0.530527622397672, 0.3601543536824413, 1.2627757533414643, -0.0022018162941976893, 0.05820348544019538, 1.5368945262027236, 0.523087900689879, -0.18757774675266087, 1.1764109015143287, 0.04797849517777575, 0.04704795023026187, -1.1821091188590676], "count": [848]}, "eef_sim_pose_action": {"mean": [0.40292571847313013, 0.25324353152147216, 1.1797364179781336, -0.03179126354511267, -0.0195562427846172, 1.3172111874474883, 0.46658121075728076, -0.28166040927614805, 1.1617725239300065, -0.028819943761270568, -0.0080303118352529, -1.355142203309555], "std": [0.045271855918622386, 0.05938909702370003, 0.037760731926954005, 0.024014133766808974, 0.08890341893228958, 0.250527775978688, 0.031001570828742733, 0.0556043017929646, 0.018917853837331303, 0.052094454447674944, 0.028378485235608146, 0.059197191822514095], "min": [0.3182765696907785, 0.1037372033016442, 1.1565503063586453, -0.09282884439860817, -0.26726353183167384, 0.7514191146356345, 0.39637198339774254, -0.3241811371659161, 1.1245181131738418, -0.14917476874662605, -0.07082597666447965, -1.4102461882304855], "max": [0.530527622397672, 0.3601543536824413, 1.2627757533414643, -0.0022018162941976893, 0.05820348544019538, 1.5368945262027236, 0.523087900689879, -0.18757774675266087, 1.1764109015143287, 0.04797849517777575, 0.04704795023026187, -1.1821091188590676], "count": [848]}, "gripper_mode_state": {"mean": [0.41037735849056606, 0.31839622641509435], "std": [0.4919022078918434, 0.46585412890702343], "min": [0, 0], "max": [1, 1], "count": [848]}, "gripper_activity_state": {"mean": [1.9858490566037736, 1.8797169811320755], "std": [0.15292042525893726, 0.4312814550676029], "min": [0, 0], "max": [2, 2], "count": [848]}, "gripper_mode_action": {"mean": [0.41037735849056606, 0.31839622641509435], "std": [0.4919022078918434, 0.46585412890702343], "min": [0, 0], "max": [1, 1], "count": [848]}, "gripper_activity_action": {"mean": [1.9858490566037736, 1.8797169811320755], "std": [0.15292042525893726, 0.4312814550676029], "min": [0, 0], "max": [2, 2], "count": [848]}}} +{"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.4619171076267152]], [[0.4463642776371034]], [[0.43488436972471106]]], "std": [[[0.1778427933588879]], [[0.18390689479973565]], [[0.18682906397860843]]], "count": [151]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47731473320564427]], [[0.47090457137601177]], [[0.4633508040081375]]], "std": [[[0.14605706604177376]], [[0.149155620800698]], [[0.15246847415254913]]], "count": [151]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4480218315803143]], [[0.4470963186599143]], [[0.4361842212050383]]], "std": [[[0.15600511317668178]], [[0.1514069048108727]], [[0.156987250772935]]], "count": [151]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5019484753062373]], [[0.49652253224689435]], [[0.48072898000259706]]], "std": [[[0.16035196616115358]], [[0.1539618487635625]], [[0.1635944059975102]]], "count": [151]}, "observation.state": {"min": [-0.4406956434249878, 0.03906046599149704, -0.14290755987167358, -2.0996484756469727, -0.5660451650619507, -0.08206538110971451, -0.48834311962127686, -0.30536600947380066, 0.3073900043964386, -0.03207400068640709, -2.044999599456787, -1.7286335229873657, -1.2587698698043823, -0.17331120371818542, 0.12995721399784088, -0.2626371383666992, -1.781859040260315, 0.05497787147760391, -0.06370452046394348, -0.0262148454785347, -0.33701300621032715, -0.502780020236969, 0.10966499894857407, 1.3254616260528564, -1.5230910778045654, 0.910546064376831, 0.0, 0.0, 0.0002970207715407014, -0.2335786521434784, -0.8437607288360596, 1.910995364189148, -1.0666277408599854, -0.0021111220121383667], "max": [0.44804346561431885, 0.5030911564826965, 0.5523269176483154, -1.4539116621017456, 0.00041887903353199363, 0.1612509787082672, -0.019722219556570053, -0.17030300199985504, 0.4946880042552948, 0.23826800286769867, -1.2332903146743774, -1.1843912601470947, -0.6208571791648865, 0.2508387267589569, 0.34688419103622437, -0.01825614459812641, -1.2150808572769165, 0.3932226896286011, 0.050789084285497665, 0.3079633414745331, -0.26274099946022034, -0.3761410117149353, 0.23017899692058563, 1.5031555891036987, -1.321114420890808, 1.0849272012710571, 1001.0, 1002.0, 0.0003195793251506984, -0.23092801868915558, -0.8406801223754883, 1.9117845296859741, -1.062074899673462, 0.004505119286477566], "mean": [0.13042128086090088, 0.2195894420146942, 0.10602372884750366, -1.78315007686615, -0.22712980210781097, -0.0024607228115200996, -0.10498780757188797, -0.26241299510002136, 0.3892100155353546, 0.165573850274086, -1.4409363269805908, -1.3594383001327515, -1.0992910861968994, 0.00870387814939022, 0.27515265345573425, -0.09362463653087616, -1.5860759019851685, 0.2855745553970337, 0.015651430934667587, 0.2282603681087494, -0.28538602590560913, -0.43644338846206665, 0.19109758734703064, 1.4343684911727905, -1.4605389833450317, 1.0439064502716064, 603.828369140625, 627.5925903320312, 0.00030477994005195796, -0.23156864941120148, -0.8423327207565308, 1.91164231300354, -1.064181923866272, 0.00019446926307864487], "std": [0.2399478554725647, 0.08030989021062851, 0.1831800788640976, 0.13576659560203552, 0.09927542507648468, 0.057330574840307236, 0.12726856768131256, 0.04335116222500801, 0.040800727903842926, 0.08295489847660065, 0.2658287584781647, 0.1110972911119461, 0.1768619269132614, 0.0989663153886795, 0.08156146109104156, 0.08991028368473053, 0.13198493421077728, 0.1297367364168167, 0.034296371042728424, 0.11442968994379044, 0.024204054847359657, 0.030263980850577354, 0.04793421924114227, 0.03999783843755722, 0.05777498707175255, 0.0482083261013031, 475.84088134765625, 470.54754638671875, 1.4867540585328243e-06, 0.0006620638887397945, 0.000348867877619341, 0.00015777310181874782, 0.0010273242369294167, 0.0007674191147089005], "count": [810]}, "action": {"min": [-0.4406956434249878, 0.03906046599149704, -0.14290755987167358, -2.0996484756469727, -0.5660451650619507, -0.08206538110971451, -0.48834311962127686, -0.30536600947380066, 0.3073900043964386, -0.03207400068640709, -2.044999599456787, -1.7286335229873657, -1.2587698698043823, -0.17331120371818542, 0.12995721399784088, -0.2626197040081024, -1.781859040260315, 0.05497787147760391, -0.06370452046394348, -0.0262148454785347, -0.33701300621032715, -0.502780020236969, 0.10966499894857407, 1.3254616260528564, -1.5230910778045654, 0.910546064376831, 0.0, 0.0, 0.0002970207715407014, -0.2335786521434784, -0.8437607288360596, 1.910995364189148, -1.0666277408599854, -0.0021111220121383667], "max": [0.44804346561431885, 0.5030911564826965, 0.5523269176483154, -1.4539116621017456, 0.00041887903353199363, 0.1612509787082672, -0.019722219556570053, -0.17030300199985504, 0.4946880042552948, 0.23826800286769867, -1.2332903146743774, -1.1843912601470947, -0.6208571791648865, 0.2508387267589569, 0.34688419103622437, -0.01825614459812641, -1.2150808572769165, 0.3932226896286011, 0.050789084285497665, 0.3079633414745331, -0.26274099946022034, -0.3761410117149353, 0.23017899692058563, 1.5031555891036987, -1.321114420890808, 1.0849272012710571, 1001.0, 1002.0, 0.0003195793251506984, -0.23092801868915558, -0.8406801223754883, 1.9117845296859741, -1.062074899673462, 0.004505119286477566], "mean": [0.1302150934934616, 0.21945084631443024, 0.10591882467269897, -1.782885193824768, -0.2270088642835617, -0.002500952687114477, -0.1050979346036911, -0.2624374032020569, 0.38926854729652405, 0.16559620201587677, -1.4409066438674927, -1.3593757152557373, -1.0993211269378662, 0.008933941833674908, 0.27533969283103943, -0.0933312401175499, -1.5858712196350098, 0.2859725058078766, 0.015769122168421745, 0.22866900265216827, -0.2853572964668274, -0.4365226924419403, 0.19124482572078705, 1.4343311786651611, -1.460733413696289, 1.0439132452011108, 603.828369140625, 627.5925903320312, 0.00030477994005195796, -0.23156872391700745, -0.8423324823379517, 1.9116425514221191, -1.064181923866272, 0.00019430284737609327], "std": [0.2399032860994339, 0.08036969602108002, 0.18324099481105804, 0.13584695756435394, 0.09930253773927689, 0.05735476687550545, 0.1272335946559906, 0.043368421494960785, 0.04080234095454216, 0.08296706527471542, 0.2658461332321167, 0.1111345961689949, 0.17687849700450897, 0.09875939786434174, 0.08153752237558365, 0.08974619209766388, 0.13182616233825684, 0.129556804895401, 0.03418737277388573, 0.11411121487617493, 0.024209877476096153, 0.030189979821443558, 0.04786697030067444, 0.03997361660003662, 0.05759792774915695, 0.048211973160505295, 475.8409118652344, 470.54754638671875, 1.4867540585328243e-06, 0.0006620237254537642, 0.0003489396476652473, 0.00015773132327012718, 0.0010273635853081942, 0.0007674260996282101], "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": [376], "max": [376], "mean": [376.0], "std": [0.0], "count": [810]}, "index": {"min": [322930], "max": [323739], "mean": [323334.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.645679012345679, 0.6264296297277151], "std": [0.4783070408869057, 0.4696241530084904], "count": [810]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.645679012345679, 0.6264296297277151], "std": [0.4783070408869057, 0.4696241530084904], "count": [810]}, "eef_direction_state": {"mean": [5.079012345679012, 4.9604938271604935], "std": [1.7926266024049862, 2.065213288978686], "min": [0, 0], "max": [6, 6], "count": [810]}, "eef_velocity_state": {"mean": [0.35802469135802467, 0.22839506172839505], "std": [0.6778441128796823, 0.4314015539104552], "min": [0, 0], "max": [2, 2], "count": [810]}, "eef_acc_mag_state": {"mean": [0.2740740740740741, 0.14320987654320988], "std": [0.6257396172427514, 0.46532565832706946], "min": [0, 0], "max": [2, 2], "count": [810]}, "eef_direction_action": {"mean": [5.079012345679012, 4.9604938271604935], "std": [1.7926266024049862, 2.065213288978686], "min": [0, 0], "max": [6, 6], "count": [810]}, "eef_velocity_action": {"mean": [0.35802469135802467, 0.22839506172839505], "std": [0.6778441128796823, 0.4314015539104552], "min": [0, 0], "max": [2, 2], "count": [810]}, "eef_acc_mag_action": {"mean": [0.2740740740740741, 0.14320987654320988], "std": [0.6257396172427514, 0.46532565832706946], "min": [0, 0], "max": [2, 2], "count": [810]}, "eef_sim_pose_state": {"mean": [0.41304359985047184, 0.24195875813847367, 1.174719720942214, -0.043621203905267913, -0.017548164848903917, 1.3129705172088644, 0.45865686199399763, -0.27638498300978753, 1.1569554570701308, -0.0026389696687756487, 0.016680614670199646, -1.2436817557843782], "std": [0.050362127053467966, 0.05904944536197124, 0.03955510103237523, 0.04292156489649597, 0.0989985699854528, 0.2624050685508999, 0.030895571712283146, 0.050122942056856905, 0.019254037656207274, 0.052770131075079066, 0.042077916081187786, 0.028191781870330085], "min": [0.3429385294106533, 0.0939999180342505, 1.1335726826170265, -0.18526493277560457, -0.29222655979912937, 0.7074116764456815, 0.39636588116041516, -0.3171827792370069, 1.1162965893643166, -0.12323044997800336, -0.08844899305791865, -1.3043978220297157], "max": [0.5372213905904665, 0.32229540536557105, 1.265045195891442, -0.017345224254255, 0.044317042946061536, 1.5599831643724718, 0.5249833766587023, -0.18866590569064934, 1.1761491653875777, 0.05415681557637009, 0.04802337098174969, -1.1765837467294311], "count": [810]}, "eef_sim_pose_action": {"mean": [0.41310143485217365, 0.2419739871036048, 1.1746941119999432, -0.04363164100044922, -0.017562700358567752, 1.3130331589877793, 0.4587390859166774, -0.2765418828980915, 1.1569881835169515, -0.0026737766796083432, 0.016817122694895183, -1.243588469250728], "std": [0.05035507190380957, 0.05905685200428736, 0.03957339614477032, 0.04291626605976443, 0.09899206123295058, 0.26244283066575574, 0.030818212141122733, 0.050046966595900466, 0.019255338438904722, 0.05274611038713156, 0.04198391415026743, 0.028116042119500403], "min": [0.3429385294106533, 0.0939999180342505, 1.1335726826170265, -0.18526493277560457, -0.29222655979912937, 0.7074116764456815, 0.39636735985367916, -0.3171827792370069, 1.1162965893643166, -0.12323044997800336, -0.08844899305791865, -1.3043978220297157], "max": [0.5372213905904665, 0.32229540536557105, 1.265045195891442, -0.017345224254255, 0.044317042946061536, 1.5599831643724718, 0.5249833766587023, -0.18866590569064934, 1.1761491653875777, 0.05415681557637009, 0.04802337098174969, -1.1765837467294311], "count": [810]}, "gripper_mode_state": {"mean": [0.35432098765432096, 0.3728395061728395], "std": [0.4783070408869057, 0.48355993300689193], "min": [0, 0], "max": [1, 1], "count": [810]}, "gripper_activity_state": {"mean": [1.988888888888889, 1.8691358024691358], "std": [0.13562839573037463, 0.45014180901617423], "min": [0, 0], "max": [2, 2], "count": [810]}, "gripper_mode_action": {"mean": [0.35432098765432096, 0.3728395061728395], "std": [0.4783070408869057, 0.48355993300689193], "min": [0, 0], "max": [1, 1], "count": [810]}, "gripper_activity_action": {"mean": [1.988888888888889, 1.8691358024691358], "std": [0.13562839573037463, 0.45014180901617423], "min": [0, 0], "max": [2, 2], "count": [810]}}} +{"episode_index": 376, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4644211588214346]], [[0.44943937096740405]], [[0.4384862931016424]]], "std": [[[0.1817826192454578]], [[0.18916739238095537]], [[0.19186461443318706]]], "count": [156]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4780193603883861]], [[0.4729533043719624]], [[0.46594056896262775]]], "std": [[[0.1462886062427638]], [[0.1499710188644187]], [[0.15327301086457099]]], "count": [156]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4476723450330987]], [[0.4473238475678733]], [[0.43652520241536785]]], "std": [[[0.15505685492553953]], [[0.15034001104733502]], [[0.15605629178153171]]], "count": [156]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4980321861383442]], [[0.4973803706845986]], [[0.48436847321727833]]], "std": [[[0.15790869867453325]], [[0.15424506641407673]], [[0.16358829394142588]]], "count": [156]}, "observation.state": {"min": [-0.4156501591205597, 0.0054628802463412285, -0.12103858590126038, -2.175518035888672, -0.5152211785316467, -0.05380849912762642, -0.47600364685058594, -0.3089039921760559, 0.2945910096168518, -0.03893300145864487, -1.9876309633255005, -1.7026844024658203, -1.2406721115112305, -0.17345081269741058, 0.11362093687057495, -0.2626197040081024, -1.7896605730056763, 0.06525786221027374, -0.06372196972370148, -0.0262148454785347, -0.33351099491119385, -0.49563199281692505, 0.10871800035238266, 1.3372524976730347, -1.5760424137115479, 0.8696622848510742, 0.0, 0.0, 0.00027822202537208796, -0.23498480021953583, -0.8421626091003418, 1.9115222692489624, -1.0655461549758911, -0.0016953524900600314], "max": [0.4697902798652649, 0.5087634921073914, 0.5511924028396606, -1.4698289632797241, 0.04956734925508499, 0.19654151797294617, -0.014398965984582901, -0.16184799373149872, 0.4897260069847107, 0.23905600607395172, -1.1854135990142822, -1.168922781944275, -0.6450192928314209, 0.2191610038280487, 0.3082076907157898, -0.018901914358139038, -1.2742300033569336, 0.25190335512161255, 0.10608111321926117, 0.24870942533016205, -0.24652099609375, -0.37590399384498596, 0.232137992978096, 1.5173888206481934, -1.3066444396972656, 1.0664958953857422, 1001.0, 1002.0, 0.0003176994505338371, -0.22965723276138306, -0.8419359922409058, 1.9116910696029663, -1.062422752380371, 0.0031448504887521267], "mean": [0.13231486082077026, 0.2036496251821518, 0.11576647311449051, -1.7985693216323853, -0.20857247710227966, 0.023548638448119164, -0.09580560028553009, -0.25866028666496277, 0.38710102438926697, 0.15693429112434387, -1.438180923461914, -1.364270567893982, -1.0887075662612915, 0.051269035786390305, 0.25527286529541016, -0.09354732930660248, -1.5907829999923706, 0.19744637608528137, 0.057674795389175415, 0.1751956194639206, -0.2731323838233948, -0.44943809509277344, 0.19132933020591736, 1.4234858751296997, -1.364546298980713, 1.0199593305587769, 579.4976196289062, 608.5947875976562, 0.000302786473184824, -0.23165379464626312, -0.8420983552932739, 1.9115790128707886, -1.064190149307251, 0.00018226656538899988], "std": [0.2406405508518219, 0.0877048596739769, 0.19397813081741333, 0.13439463078975677, 0.10816306620836258, 0.07024664431810379, 0.11234958469867706, 0.04466520622372627, 0.04027632996439934, 0.09339101612567902, 0.2599692940711975, 0.12355267256498337, 0.1671115905046463, 0.09881612658500671, 0.06630343943834305, 0.09316707402467728, 0.12478239089250565, 0.05629681050777435, 0.052408941090106964, 0.07729101181030273, 0.03317241370677948, 0.03130786120891571, 0.049733780324459076, 0.0385218970477581, 0.08652724325656891, 0.04688272625207901, 481.0423889160156, 475.8680114746094, 2.0637278339563636e-06, 0.0009331223554909229, 4.787631405633874e-05, 4.387376247905195e-05, 0.0009611120913177729, 0.0005375973996706307], "count": [844]}, "action": {"min": [-0.4156501591205597, 0.0054628802463412285, -0.12103858590126038, -2.175518035888672, -0.5152211785316467, -0.05380849912762642, -0.47600364685058594, -0.3089039921760559, 0.2945910096168518, -0.03893300145864487, -1.9876309633255005, -1.7026844024658203, -1.2406721115112305, -0.17345081269741058, 0.11362093687057495, -0.2626197040081024, -1.7896605730056763, 0.06525786221027374, -0.06372196972370148, -0.0262148454785347, -0.33351099491119385, -0.49563199281692505, 0.10871800035238266, 1.3372524976730347, -1.5760424137115479, 0.8696622848510742, 0.0, 0.0, 0.00027822202537208796, -0.23498480021953583, -0.8421626091003418, 1.9115222692489624, -1.0655461549758911, -0.0016953524900600314], "max": [0.4697902798652649, 0.5087634921073914, 0.5511924028396606, -1.4698289632797241, 0.04956734925508499, 0.19654151797294617, -0.014398965984582901, -0.16184799373149872, 0.4897260069847107, 0.23905600607395172, -1.1854135990142822, -1.168922781944275, -0.6450192928314209, 0.2191610038280487, 0.3082076907157898, -0.018901914358139038, -1.2742300033569336, 0.25190335512161255, 0.10608111321926117, 0.24870942533016205, -0.24652099609375, -0.37590399384498596, 0.232137992978096, 1.5173888206481934, -1.3066444396972656, 1.0664958953857422, 1001.0, 1002.0, 0.0003176994505338371, -0.22965723276138306, -0.8419359922409058, 1.9116910696029663, -1.062422752380371, 0.0031448504887521267], "mean": [0.13215327262878418, 0.20350731909275055, 0.11560990661382675, -1.7983818054199219, -0.20841428637504578, 0.0236014723777771, -0.09589224308729172, -0.258679062128067, 0.38714665174484253, 0.15697617828845978, -1.4380769729614258, -1.3641623258590698, -1.0886975526809692, 0.051564913243055344, 0.2554137706756592, -0.09325923025608063, -1.590602159500122, 0.19764193892478943, 0.05785477161407471, 0.17547570168972015, -0.27307888865470886, -0.4495377242565155, 0.1914743185043335, 1.4234368801116943, -1.364519715309143, 1.0199304819107056, 579.4976196289062, 608.5947875976562, 0.00030278420308604836, -0.2316521406173706, -0.8420983552932739, 1.9115790128707886, -1.0641899108886719, 0.0001821158657548949], "std": [0.24059650301933289, 0.08774153888225555, 0.19409094750881195, 0.13443416357040405, 0.1081942543387413, 0.07023017108440399, 0.11231916397809982, 0.044678833335638046, 0.04027500003576279, 0.09341908991336823, 0.2600429952144623, 0.12363231182098389, 0.1671060472726822, 0.09851584583520889, 0.06628896296024323, 0.09301939606666565, 0.12462969124317169, 0.05612584948539734, 0.05225231125950813, 0.0769883543252945, 0.033178217709064484, 0.03120817057788372, 0.04967385157942772, 0.03848162665963173, 0.08654174208641052, 0.04686127230525017, 481.0423583984375, 475.8680114746094, 2.0628381207643542e-06, 0.0009353474015370011, 4.788633304997347e-05, 4.3933345295954496e-05, 0.000961251207627356, 0.0005376043845899403], "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": [377], "max": [377], "mean": [377.0], "std": [0.0], "count": [844]}, "index": {"min": [323740], "max": [324583], "mean": [324161.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6208530805687204, 0.6074680097098242], "std": [0.48517474472302086, 0.47493700277079304], "count": [844]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6208530805687204, 0.6074680097098242], "std": [0.48517474472302086, 0.474937002770793], "count": [844]}, "eef_direction_state": {"mean": [5.01303317535545, 5.186018957345971], "std": [1.82428868013614, 1.8637839967041772], "min": [0, 0], "max": [6, 6], "count": [844]}, "eef_velocity_state": {"mean": [0.3755924170616114, 0.19075829383886256], "std": [0.6900934099416334, 0.4275576991797695], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_acc_mag_state": {"mean": [0.2914691943127962, 0.1504739336492891], "std": [0.6405516156202875, 0.47432892284327144], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_direction_action": {"mean": [5.01303317535545, 5.186018957345971], "std": [1.82428868013614, 1.8637839967041772], "min": [0, 0], "max": [6, 6], "count": [844]}, "eef_velocity_action": {"mean": [0.3755924170616114, 0.19075829383886256], "std": [0.6900934099416334, 0.4275576991797695], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_acc_mag_action": {"mean": [0.2914691943127962, 0.1504739336492891], "std": [0.6405516156202875, 0.4743289228432714], "min": [0, 0], "max": [2, 2], "count": [844]}, "eef_sim_pose_state": {"mean": [0.41095835610066606, 0.23373720767662323, 1.1792965980726404, -0.03620773971317394, -0.020194168833340652, 1.3096536730681174, 0.46987136582453964, -0.27035749392887365, 1.170598200430149, -0.014702411603704715, -0.05306876214285185, -1.301628458663024], "std": [0.049391139838371054, 0.06842377290123419, 0.040087863820845046, 0.04618475270276604, 0.09061227588828458, 0.2629602836378396, 0.031237313335282714, 0.04592876820236819, 0.028575182846110502, 0.05583365565973734, 0.04449550000336282, 0.050619206297166736], "min": [0.335645286088215, 0.083913972396046, 1.1378819432580967, -0.16347543495744382, -0.2851432266704994, 0.7451127807060499, 0.39636754417867714, -0.3073738985984405, 1.1205923363067944, -0.13584714274019305, -0.08384515404661785, -1.3374429719248055], "max": [0.5298341436102045, 0.30756227701776045, 1.2632256011584164, 0.04105577829942908, 0.07783537275178443, 1.5606832359204823, 0.5170791218225317, -0.18866591627144727, 1.1939385590885434, 0.05537334756722756, 0.05753049014342326, -1.1487369972042678], "count": [844]}, "eef_sim_pose_action": {"mean": [0.4110030301955375, 0.23376477454186623, 1.1792833979707147, -0.03615921124080908, -0.02024305287971207, 1.3097793966609197, 0.46996970210445627, -0.27049805167693414, 1.1706566798907414, -0.014746015420827992, -0.05308787295595239, -1.3016659224276952], "std": [0.049383338929303515, 0.06844086305433446, 0.04009709245331431, 0.046225844677833625, 0.09059486797366832, 0.263050776596345, 0.031136239172932303, 0.04586003574570978, 0.02857220703999856, 0.05579908805470348, 0.044505163052952046, 0.05063289903543314], "min": [0.335645286088215, 0.083913972396046, 1.1378819432580967, -0.16347543495744382, -0.2851432266704994, 0.7451127807060499, 0.3963676535197135, -0.3073738985984405, 1.1205923363067944, -0.13584714274019305, -0.08384515404661785, -1.3374429719248055], "max": [0.5298341436102045, 0.30756227701776045, 1.2632256011584164, 0.04105577829942908, 0.07783537275178443, 1.5606832359204823, 0.5170791218225317, -0.18866591627144727, 1.1939385590885434, 0.05537334756722756, 0.05753049014342326, -1.1487369972042678], "count": [844]}, "gripper_mode_state": {"mean": [0.3791469194312796, 0.3921800947867299], "std": [0.48517474472302086, 0.4882364878210139], "min": [0, 0], "max": [1, 1], "count": [844]}, "gripper_activity_state": {"mean": [1.9893364928909953, 1.8755924170616114], "std": [0.13288642317587432, 0.4380282238297067], "min": [0, 0], "max": [2, 2], "count": [844]}, "gripper_mode_action": {"mean": [0.3791469194312796, 0.3921800947867299], "std": [0.48517474472302086, 0.4882364878210139], "min": [0, 0], "max": [1, 1], "count": [844]}, "gripper_activity_action": {"mean": [1.9893364928909953, 1.8755924170616114], "std": [0.13288642317587432, 0.4380282238297067], "min": [0, 0], "max": [2, 2], "count": [844]}}} +{"episode_index": 377, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46529642701525054]], [[0.451428431372549]], [[0.43999633714596953]]], "std": [[[0.17376420009612012]], [[0.17732131475075574]], [[0.18129030296034387]]], "count": [150]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47715988562091505]], [[0.4723392510893246]], [[0.46570567129629625]]], "std": [[[0.14864662044352298]], [[0.1507640540340959]], [[0.15368509107457357]]], "count": [150]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4509935348583878]], [[0.4508799291938998]], [[0.4406379602396514]]], "std": [[[0.1517035439133606]], [[0.1476779763098704]], [[0.153340408910823]]], "count": [150]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49805625408496734]], [[0.48798180147058823]], [[0.47341242102396514]]], "std": [[[0.16338274109445922]], [[0.15263192489477653]], [[0.16076824149569366]]], "count": [150]}, "observation.state": {"min": [-0.4634896218776703, 0.23553217947483063, -0.1578475683927536, -2.079716920852661, -0.5308942198753357, -0.06576400250196457, -0.45085346698760986, -0.29737499356269836, 0.3288719952106476, 0.05556600168347359, -1.9266120195388794, -1.7817342281341553, -1.3330411911010742, -0.17332863807678223, 0.09030333161354065, -0.2626371383666992, -1.7745635509490967, 0.06571164727210999, -0.06377433240413666, -0.02626720443367958, -0.33174899220466614, -0.4983530044555664, 0.109655000269413, 1.2899502515792847, -1.5826388597488403, 0.9406343698501587, 0.0, 0.0, 0.00028762139845639467, -0.23502616584300995, -0.8428543210029602, 1.9111934900283813, -1.065375804901123, -0.0023588752374053], "max": [0.3928386867046356, 0.49923399090766907, 0.4735601842403412, -1.5146141052246094, -0.2342057228088379, 0.14735814929008484, -0.006352998316287994, -0.16542400419712067, 0.4993779957294464, 0.2671760022640228, -1.1959104537963867, -1.2119580507278442, -0.7511682510375977, 0.22444933652877808, 0.31932541728019714, -0.05345943570137024, -1.2656952142715454, 0.3439869284629822, 0.10346312075853348, 0.348594605922699, -0.28893598914146423, -0.3761579990386963, 0.2039799988269806, 1.4756050109863281, -1.328906536102295, 1.0664958953857422, 1001.0, 1002.0, 0.00031393967219628394, -0.22942788898944855, -0.8417339324951172, 1.911840796470642, -1.0624258518218994, 0.004575363360345364], "mean": [0.15163756906986237, 0.2773631811141968, 0.07256745547056198, -1.7978745698928833, -0.3139873743057251, -0.0026774764992296696, -0.0992640033364296, -0.2622334659099579, 0.38779589533805847, 0.19461870193481445, -1.3942761421203613, -1.3766545057296753, -1.133455753326416, -0.000758994254283607, 0.2509987950325012, -0.1099582239985466, -1.583741307258606, 0.2628982663154602, 0.06380604207515717, 0.2447872906923294, -0.3000067472457886, -0.4320951998233795, 0.1755969077348709, 1.3997232913970947, -1.5200589895248413, 0.9836403727531433, 544.1708374023438, 632.8453979492188, 0.0003022605669684708, -0.23165768384933472, -0.842203676700592, 1.9115294218063354, -1.0641838312149048, 0.00016200372192543], "std": [0.22129401564598083, 0.06499295681715012, 0.147581085562706, 0.10993970185518265, 0.10289960354566574, 0.05229276791214943, 0.1434643268585205, 0.04297707602381706, 0.03883408010005951, 0.05366968736052513, 0.21671657264232635, 0.16141292452812195, 0.1368403434753418, 0.09281445294618607, 0.08034908771514893, 0.07286755740642548, 0.11946479976177216, 0.10282257199287415, 0.05774335563182831, 0.13438034057617188, 0.013702441938221455, 0.028753027319908142, 0.03761589899659157, 0.05115288123488426, 0.08592839539051056, 0.04453336447477341, 484.91448974609375, 468.822021484375, 1.5680025171604939e-06, 0.0021011787466704845, 0.00017552435747347772, 0.00010355108679505065, 0.0008496640948578715, 0.0007672137580811977], "count": [802]}, "action": {"min": [-0.4634896218776703, 0.23553217947483063, -0.1578475683927536, -2.079716920852661, -0.5308942198753357, -0.06576400250196457, -0.45085346698760986, -0.29737499356269836, 0.3288719952106476, 0.05556600168347359, -1.9266120195388794, -1.7817342281341553, -1.3330411911010742, -0.17332863807678223, 0.09030333161354065, -0.2626371383666992, -1.7745635509490967, 0.06571164727210999, -0.06377433240413666, -0.02626720443367958, -0.33174899220466614, -0.4983530044555664, 0.109655000269413, 1.2899502515792847, -1.5826388597488403, 0.9406343698501587, 0.0, 0.0, 0.00028762139845639467, -0.23502616584300995, -0.8428543210029602, 1.9111934900283813, -1.065375804901123, -0.0023588752374053], "max": [0.3928386867046356, 0.49923399090766907, 0.4735601842403412, -1.5146141052246094, -0.2342057228088379, 0.14735814929008484, -0.006352998316287994, -0.16542400419712067, 0.4993779957294464, 0.2671760022640228, -1.1959104537963867, -1.2119580507278442, -0.7511682510375977, 0.22444933652877808, 0.31932541728019714, -0.05345943570137024, -1.2656952142715454, 0.3439869284629822, 0.10346312075853348, 0.348594605922699, -0.28893598914146423, -0.3761579990386963, 0.2039799988269806, 1.4756050109863281, -1.328906536102295, 1.0664958953857422, 1001.0, 1002.0, 0.00031393967219628394, -0.22942788898944855, -0.8417339324951172, 1.911840796470642, -1.0624258518218994, 0.004575363360345364], "mean": [0.1515115648508072, 0.2773662209510803, 0.07244041562080383, -1.7976821660995483, -0.3139706552028656, -0.0027038962580263615, -0.09930814802646637, -0.26225000619888306, 0.3878331482410431, 0.19468756020069122, -1.3942091464996338, -1.376527190208435, -1.1334717273712158, -0.0005400415393523872, 0.2511511743068695, -0.10970527678728104, -1.5835223197937012, 0.2632375657558441, 0.06401210278272629, 0.24524490535259247, -0.3000083565711975, -0.43216702342033386, 0.17571429908275604, 1.399645447731018, -1.5203627347946167, 0.9834976196289062, 544.1708374023438, 632.8453979492188, 0.0003022582386620343, -0.2316623479127884, -0.842203676700592, 1.9115296602249146, -1.0641840696334839, 0.00016219310055021197], "std": [0.2212580293416977, 0.06499132513999939, 0.1476510465145111, 0.10998448729515076, 0.10291063785552979, 0.05230724811553955, 0.14344534277915955, 0.042987678200006485, 0.038828086107969284, 0.053714290261268616, 0.21675491333007812, 0.1614987552165985, 0.1368471086025238, 0.09261444956064224, 0.08034764230251312, 0.07268903404474258, 0.11928112804889679, 0.1026202142238617, 0.057582393288612366, 0.13408105075359344, 0.013701604679226875, 0.028685076162219048, 0.037556882947683334, 0.051085684448480606, 0.08568523079156876, 0.04445391148328781, 484.9144592285156, 468.822021484375, 1.5688101484556682e-06, 0.002100537996739149, 0.00017552378994878381, 0.00010355724953114986, 0.0008494863286614418, 0.0007672149804420769], "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": [378], "max": [378], "mean": [378.0], "std": [0.0], "count": [802]}, "index": {"min": [324584], "max": [325385], "mean": [324984.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5860349127182045, 0.6316708229805001], "std": [0.49254237766264225, 0.4678988517753572], "count": [802]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5860349127182045, 0.6316708229805001], "std": [0.49254237766264225, 0.4678988517753572], "count": [802]}, "eef_direction_state": {"mean": [4.982543640897756, 5.187032418952619], "std": [1.976721009359589, 1.9028607997927425], "min": [0, 0], "max": [6, 6], "count": [802]}, "eef_velocity_state": {"mean": [0.34538653366583544, 0.17581047381546136], "std": [0.648543284398855, 0.4090782827119551], "min": [0, 0], "max": [2, 2], "count": [802]}, "eef_acc_mag_state": {"mean": [0.2543640897755611, 0.13216957605985039], "std": [0.6055744018836112, 0.45493967282189685], "min": [0, 0], "max": [2, 2], "count": [802]}, "eef_direction_action": {"mean": [4.982543640897756, 5.187032418952619], "std": [1.976721009359589, 1.9028607997927425], "min": [0, 0], "max": [6, 6], "count": [802]}, "eef_velocity_action": {"mean": [0.34538653366583544, 0.17581047381546136], "std": [0.648543284398855, 0.4090782827119551], "min": [0, 0], "max": [2, 2], "count": [802]}, "eef_acc_mag_action": {"mean": [0.2543640897755611, 0.13216957605985039], "std": [0.6055744018836113, 0.45493967282189685], "min": [0, 0], "max": [2, 2], "count": [802]}, "eef_sim_pose_state": {"mean": [0.4104430546311185, 0.26776459471791425, 1.1749414663592705, -0.042798107921426076, 0.01981656057480122, 1.3406653063193135, 0.45597238445902366, -0.26438713143458387, 1.1493187551734394, -0.06362360035950071, 0.039121612237276185, -1.2142169760508141], "std": [0.04973748078300325, 0.03228163861757495, 0.038210897224172494, 0.046771152632610676, 0.03389901804748608, 0.2559717080731134, 0.029258823535677967, 0.04404035596404766, 0.012543422297569887, 0.046790763964029064, 0.045453675297798375, 0.06273178345573296], "min": [0.356087069198293, 0.18249243562476075, 1.143580005860338, -0.19458851525601828, -0.07408839385142807, 0.6998955561397571, 0.3963624196305334, -0.29894240261642346, 1.1218890760021971, -0.10856810879087675, -0.06761548538213424, -1.3094238260807718], "max": [0.5478721825759342, 0.33165531438994916, 1.2615183543332924, -0.00960944557095822, 0.11770490193640404, 1.5781493625213, 0.519001809075025, -0.18866043135898175, 1.1582933503992026, 0.04802407516494245, 0.0999502340875269, -1.1553431998627282], "count": [802]}, "eef_sim_pose_action": {"mean": [0.4104792558529392, 0.26781972153137273, 1.1749257707080942, -0.04279098313716491, 0.019763258666882742, 1.3407862682557332, 0.456051125398032, -0.2645231375931306, 1.1493353282637004, -0.06378248118951914, 0.039276476081726124, -1.2140448347095218], "std": [0.049728424336886026, 0.03231381219714993, 0.038220922166076345, 0.04677541849711677, 0.03391231419414542, 0.25604432913800484, 0.029183185838031395, 0.04397471956195655, 0.012545817825263265, 0.0466275597600061, 0.045301074982573165, 0.0626736545452179], "min": [0.356087069198293, 0.18249243562476075, 1.143580005860338, -0.19458851525601828, -0.07408839385142807, 0.6998955561397571, 0.3963624196305334, -0.29894240261642346, 1.1218890760021971, -0.10856810879087675, -0.06760072156288022, -1.3094238260807718], "max": [0.5478721825759342, 0.33165531438994916, 1.2615183543332924, -0.00960944557095822, 0.11770490193640404, 1.5781493625213, 0.519001809075025, -0.18866043135898175, 1.1582933503992026, 0.04802407516494245, 0.0999502340875269, -1.1553431998627282], "count": [802]}, "gripper_mode_state": {"mean": [0.4139650872817955, 0.36783042394014964], "std": [0.49254237766264225, 0.4822148931380627], "min": [0, 0], "max": [1, 1], "count": [802]}, "gripper_activity_state": {"mean": [1.9887780548628429, 1.8690773067331672], "std": [0.13629860543160563, 0.4484013126272141], "min": [0, 0], "max": [2, 2], "count": [802]}, "gripper_mode_action": {"mean": [0.4139650872817955, 0.36783042394014964], "std": [0.49254237766264225, 0.4822148931380627], "min": [0, 0], "max": [1, 1], "count": [802]}, "gripper_activity_action": {"mean": [1.9887780548628429, 1.8690773067331672], "std": [0.13629860543160563, 0.4484013126272141], "min": [0, 0], "max": [2, 2], "count": [802]}}} +{"episode_index": 378, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46646957474973116]], [[0.4529574348990651]], [[0.4414892498138496]]], "std": [[[0.1759854961732087]], [[0.1792998363836761]], [[0.18232545509099873]]], "count": [158]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4783630101038306]], [[0.4739744107822454]], [[0.46809796553114913]]], "std": [[[0.14572249012488542]], [[0.14861581587355455]], [[0.15172422047188708]]], "count": [158]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45115620734053113]], [[0.45122882668362707]], [[0.4414092943348225]]], "std": [[[0.15332008573641395]], [[0.14867946944639215]], [[0.15450545689197712]]], "count": [158]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4842533791470175]], [[0.48522229590675936]], [[0.47457881013692393]]], "std": [[[0.15225467001580162]], [[0.14894688853320426]], [[0.15863003794244024]]], "count": [158]}, "observation.state": {"min": [-0.5600935816764832, 0.24089033901691437, -0.1532049924135208, -2.1539807319641113, -0.6589839458465576, -0.05106833577156067, -0.6923896074295044, -0.28327399492263794, 0.3032839894294739, 0.033612001687288284, -1.9969756603240967, -2.029878854751587, -1.3143354654312134, -0.1771683692932129, 0.08119271695613861, -0.26258477568626404, -1.8479197025299072, 0.06346017122268677, -0.06372196972370148, -0.026232298463582993, -0.3280560076236725, -0.4997810125350952, 0.10968100279569626, 1.2741830348968506, -1.4979591369628906, 0.8132612109184265, 0.0, 0.0, 0.00028010187088511884, -0.23509007692337036, -0.8430460691452026, 1.9106816053390503, -1.0654479265213013, -0.0024481043219566345], "max": [0.4824787974357605, 0.557737410068512, 0.5632002949714661, -1.422321081161499, -0.2537708580493927, 0.1889144480228424, 0.06108652427792549, -0.16230100393295288, 0.5127390027046204, 0.24418799579143524, -1.2299275398254395, -1.2111035585403442, -0.5316800475120544, 0.2263517528772354, 0.3015579879283905, 0.042097341269254684, -1.2851557731628418, 0.2727600634098053, 0.19772836565971375, 0.29452431201934814, -0.2486090064048767, -0.3757129907608032, 0.24336299300193787, 1.5264908075332642, -1.274049162864685, 1.0916595458984375, 1001.0, 1002.0, 0.0003252189781051129, -0.22877179086208344, -0.8411262035369873, 1.912355899810791, -1.0620273351669312, 0.004407347179949284], "mean": [0.1279548555612564, 0.2965022921562195, 0.11003341525793076, -1.8066209554672241, -0.3456093668937683, 0.01797957345843315, -0.11413178592920303, -0.2541789412498474, 0.38775214552879333, 0.18296507000923157, -1.4228960275650024, -1.4208680391311646, -1.090134859085083, 0.04327081888914108, 0.2416360080242157, -0.046606723219156265, -1.6134706735610962, 0.1989370733499527, 0.11108054965734482, 0.2019314467906952, -0.26890406012535095, -0.44801726937294006, 0.20232518017292023, 1.3857371807098389, -1.3827377557754517, 1.0256099700927734, 601.1098022460938, 655.2429809570312, 0.00030198096646927297, -0.2316066175699234, -0.8422439694404602, 1.9114519357681274, -1.0642274618148804, 0.0002218842855654657], "std": [0.2751666307449341, 0.08325199782848358, 0.1841442584991455, 0.1408122181892395, 0.13607080280780792, 0.06663542240858078, 0.20895807445049286, 0.04288564622402191, 0.044281549751758575, 0.061693042516708374, 0.25010961294174194, 0.23705372214317322, 0.21388080716133118, 0.09312000870704651, 0.06322227418422699, 0.10930979251861572, 0.10616455227136612, 0.07588087767362595, 0.06655050814151764, 0.09659028798341751, 0.026811378076672554, 0.03006950579583645, 0.05321039259433746, 0.05410846695303917, 0.045536141842603683, 0.057606831192970276, 477.23577880859375, 463.0010681152344, 2.551958232288598e-06, 0.0020610210485756397, 0.0002153803943656385, 0.00022722501307725906, 0.0009793763747438788, 0.0007175079081207514], "count": [856]}, "action": {"min": [-0.5600935816764832, 0.24089033901691437, -0.1532049924135208, -2.1539807319641113, -0.6589839458465576, -0.05106833577156067, -0.6923896074295044, -0.28327399492263794, 0.3032839894294739, 0.033612001687288284, -1.9969756603240967, -2.029878854751587, -1.3143354654312134, -0.1771683692932129, 0.08119271695613861, -0.26258477568626404, -1.8479197025299072, 0.06346017122268677, -0.06372196972370148, -0.026232298463582993, -0.3280560076236725, -0.4997810125350952, 0.10968100279569626, 1.2741830348968506, -1.4979591369628906, 0.8132612109184265, 0.0, 0.0, 0.00028010187088511884, -0.23509007692337036, -0.8430460691452026, 1.9106816053390503, -1.0654479265213013, -0.0024481043219566345], "max": [0.4824787974357605, 0.557737410068512, 0.5632002949714661, -1.422321081161499, -0.2537708580493927, 0.1889144480228424, 0.06108652427792549, -0.16230100393295288, 0.5127390027046204, 0.24418799579143524, -1.2299275398254395, -1.2111035585403442, -0.5316800475120544, 0.2263517528772354, 0.3015579879283905, 0.042097341269254684, -1.2851557731628418, 0.2727600634098053, 0.19772836565971375, 0.29452431201934814, -0.2486090064048767, -0.3757129907608032, 0.24336299300193787, 1.5264908075332642, -1.274049162864685, 1.0916595458984375, 1001.0, 1002.0, 0.0003252189781051129, -0.22877179086208344, -0.8411262035369873, 1.912355899810791, -1.0620273351669312, 0.004407347179949284], "mean": [0.12787960469722748, 0.29655054211616516, 0.1099800392985344, -1.8065797090530396, -0.34565305709838867, 0.018014825880527496, -0.11405076086521149, -0.25416481494903564, 0.38777613639831543, 0.18300971388816833, -1.4228184223175049, -1.420753002166748, -1.090189814567566, 0.043557897210121155, 0.2417486160993576, -0.04626395180821419, -1.6132876873016357, 0.19915759563446045, 0.11131522059440613, 0.20227095484733582, -0.2688557803630829, -0.4481138288974762, 0.20247893035411835, 1.3856315612792969, -1.3827885389328003, 1.025591254234314, 601.1098022460938, 655.2429809570312, 0.0003019853902515024, -0.23160360753536224, -0.8422437906265259, 1.9114524126052856, -1.0642266273498535, 0.0002214839478256181], "std": [0.27513760328292847, 0.08323179930448532, 0.18417075276374817, 0.1408046931028366, 0.13604727387428284, 0.06662298738956451, 0.20900802314281464, 0.04287806525826454, 0.044275783002376556, 0.06172047555446625, 0.25015872716903687, 0.23712721467018127, 0.21391110122203827, 0.09283040463924408, 0.06321491301059723, 0.10909216850996017, 0.10602759569883347, 0.07576732337474823, 0.06628747284412384, 0.09629853814840317, 0.02680685929954052, 0.029971253126859665, 0.053132615983486176, 0.054020848125219345, 0.04550023749470711, 0.057595208287239075, 477.23577880859375, 463.0010681152344, 2.5531146548019024e-06, 0.002058924175798893, 0.00021542562171816826, 0.0002272994170198217, 0.000978841446340084, 0.0007174827624112368], "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": [379], "max": [379], "mean": [379.0], "std": [0.0], "count": [856]}, "index": {"min": [325386], "max": [326241], "mean": [325813.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.639018691588785, 0.6540210279521845], "std": [0.48028512717857985, 0.46208608602562357], "count": [856]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.639018691588785, 0.6540210279521845], "std": [0.48028512717857985, 0.46208608602562357], "count": [856]}, "eef_direction_state": {"mean": [4.942757009345795, 5.035046728971962], "std": [2.025017333910457, 1.9814998915585078], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_state": {"mean": [0.3516355140186916, 0.2336448598130841], "std": [0.6567031348614704, 0.45249958439257737], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_state": {"mean": [0.24649532710280375, 0.16822429906542055], "std": [0.6008069787203671, 0.5020701315350675], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_direction_action": {"mean": [4.942757009345795, 5.035046728971962], "std": [2.025017333910457, 1.9814998915585078], "min": [0, 0], "max": [6, 6], "count": [856]}, "eef_velocity_action": {"mean": [0.3516355140186916, 0.2336448598130841], "std": [0.6567031348614703, 0.45249958439257737], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_acc_mag_action": {"mean": [0.24649532710280375, 0.16822429906542055], "std": [0.6008069787203671, 0.5020701315350675], "min": [0, 0], "max": [2, 2], "count": [856]}, "eef_sim_pose_state": {"mean": [0.4144190709486395, 0.26074269720380233, 1.1835352277415452, -0.03788887587380061, 0.025400148383171374, 1.285386198669689, 0.46801793532387675, -0.2798118123306582, 1.1774113294404334, -0.037354411847421436, -0.02988020733224233, -1.3139359600997336], "std": [0.06004265845048589, 0.03347921049659924, 0.04004930196388996, 0.03546360117607285, 0.01849468666555576, 0.3434371676758741, 0.02983889156085848, 0.051069440228586664, 0.023367303822462337, 0.05864786680142329, 0.03237349125004059, 0.03496075238095488], "min": [0.3347626606436861, 0.1724712146813474, 1.1567712470526716, -0.15789451960657036, -0.06549450318521188, 0.4485242676826446, 0.3961396751910438, -0.3211948639498002, 1.1288994894998023, -0.18653846947790542, -0.13899202360440843, -1.4336152470835803], "max": [0.5693632555554218, 0.3210279416611091, 1.2713123494148089, -0.017419495308349076, 0.07227677928065024, 1.5591770855942233, 0.5202197366672165, -0.18868043583097646, 1.1948860198232185, 0.0787299466955671, 0.04100095554481009, -1.1835306907521725], "count": [856]}, "eef_sim_pose_action": {"mean": [0.4144420812713805, 0.26077266174643005, 1.1835485487205588, -0.03789595687882709, 0.025379641863638013, 1.285514730512275, 0.4681135072774211, -0.27996208295339564, 1.1774688069409178, -0.03743493368043556, -0.029830726899615162, -1.3139627208348497], "std": [0.06003457887546566, 0.03349404585414933, 0.04004230552799777, 0.03546014699857855, 0.018496239718684134, 0.343517771578533, 0.029740181460022636, 0.05099026274082577, 0.023346795371323326, 0.05857792128157258, 0.03234834672609155, 0.0349621722248984], "min": [0.3347626606436861, 0.1724712146813474, 1.1567712470526716, -0.15789451960657036, -0.06549450318521188, 0.4485242676826446, 0.3961396751910438, -0.3211948639498002, 1.1288994894998023, -0.18653846947790542, -0.13899202360440843, -1.4336152470835803], "max": [0.5693632555554218, 0.3210279416611091, 1.2713123494148089, -0.017419495308349076, 0.07227677928065024, 1.5591770855942233, 0.5202197366672165, -0.18868043583097646, 1.1948860198232185, 0.0787299466955671, 0.04100095554481009, -1.1835306907521725], "count": [856]}, "gripper_mode_state": {"mean": [0.36098130841121495, 0.3446261682242991], "std": [0.48028512717857985, 0.47524622291959556], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_state": {"mean": [1.9894859813084111, 1.8773364485981308], "std": [0.13195764432928547, 0.435192952026951], "min": [0, 0], "max": [2, 2], "count": [856]}, "gripper_mode_action": {"mean": [0.36098130841121495, 0.3446261682242991], "std": [0.48028512717857985, 0.4752462229195956], "min": [0, 0], "max": [1, 1], "count": [856]}, "gripper_activity_action": {"mean": [1.9894859813084111, 1.8773364485981308], "std": [0.13195764432928547, 0.435192952026951], "min": [0, 0], "max": [2, 2], "count": [856]}}} +{"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.4632417379533513]], [[0.4477948251740783]], [[0.4366522958584305]]], "std": [[[0.17480058895676803]], [[0.17898572990306888]], [[0.18197206068041313]]], "count": [153]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.476855584390619]], [[0.4711239881028664]], [[0.46455152532145755]]], "std": [[[0.14443940516110435]], [[0.14707974540501378]], [[0.15046503752725188]]], "count": [153]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44794867892690843]], [[0.44819885781109825]], [[0.4379027283843821]]], "std": [[[0.1540467134945425]], [[0.14972629544347196]], [[0.1555396026671716]]], "count": [153]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5065083114400445]], [[0.5023996286150625]], [[0.4886384083044983]]], "std": [[[0.15646680053896334]], [[0.1523268146773246]], [[0.16153218812179498]]], "count": [153]}, "observation.state": {"min": [-0.561681866645813, 0.11861257255077362, -0.17608626186847687, -2.1158976554870605, -0.541383683681488, -0.18743091821670532, -0.5789780616760254, -0.30348101258277893, 0.3057120144367218, -0.012157999910414219, -2.124040126800537, -1.8545211553573608, -1.3735243082046509, -0.1777268648147583, 0.08515461534261703, -0.2626371383666992, -1.7946522235870361, 0.06569419056177139, -0.07059857249259949, -0.026232298463582993, -0.3392600119113922, -0.49784401059150696, 0.109655000269413, 1.2943707704544067, -1.5450632572174072, 0.8866417407989502, 0.0, 0.0, 0.00027822202537208796, -0.2354152947664261, -0.8432520627975464, 1.9111340045928955, -1.0653647184371948, -0.0027414211072027683], "max": [0.4703662395477295, 0.49216538667678833, 0.6029937863349915, -1.352717399597168, -0.12534955143928528, 0.054454270750284195, 0.06639232486486435, -0.17134100198745728, 0.5148360133171082, 0.23972800374031067, -1.1980931758880615, -1.0657819509506226, -0.583843469619751, 0.22444933652877808, 0.36168456077575684, -0.0018325956771150231, -1.2348902225494385, 0.3513696789741516, 0.08662068843841553, 0.30457741022109985, -0.25549501180648804, -0.37603500485420227, 0.24087800085544586, 1.55978262424469, -1.3291609287261963, 1.07402765750885, 1001.0, 1003.0, 0.0003176994505338371, -0.2292192131280899, -0.8417806625366211, 1.911797285079956, -1.0623886585235596, 0.0036479507107287645], "mean": [0.1393631249666214, 0.24230986833572388, 0.09403228759765625, -1.7839012145996094, -0.27221277356147766, -0.02353801392018795, -0.11337145417928696, -0.2620477080345154, 0.3879544138908386, 0.17728616297245026, -1.4350343942642212, -1.3718516826629639, -1.1146907806396484, 0.027163203805685043, 0.28689834475517273, -0.0776907280087471, -1.5908724069595337, 0.2672969698905945, 0.04071670398116112, 0.2296660840511322, -0.2764953374862671, -0.4420120418071747, 0.2003173679113388, 1.4365142583847046, -1.4280836582183838, 1.0264638662338257, 592.5546264648438, 642.74755859375, 0.00030309634166769683, -0.23158210515975952, -0.8421462178230286, 1.9114733934402466, -1.0641560554504395, 0.00016623792180325836], "std": [0.2610069215297699, 0.07555878907442093, 0.1794002652168274, 0.16209422051906586, 0.09646091610193253, 0.03728605434298515, 0.17712508141994476, 0.041439253836870193, 0.045350927859544754, 0.06710650026798248, 0.2767501771450043, 0.16751383244991302, 0.18193209171295166, 0.09381327033042908, 0.09182125329971313, 0.0937267392873764, 0.12106425315141678, 0.10713206231594086, 0.04728226363658905, 0.11199724674224854, 0.02912558801472187, 0.02972184121608734, 0.05228773131966591, 0.053216543048620224, 0.04640917107462883, 0.0334792397916317, 478.51068115234375, 466.4999084472656, 2.1172822926018853e-06, 0.0019776069093495607, 0.0001909351849462837, 0.0001118397995014675, 0.001024357508867979, 0.0007361720781773329], "count": [824]}, "action": {"min": [-0.561681866645813, 0.11861257255077362, -0.17608626186847687, -2.1158976554870605, -0.541383683681488, -0.18743091821670532, -0.5789780616760254, -0.30348101258277893, 0.3057120144367218, -0.012157999910414219, -2.124040126800537, -1.8545211553573608, -1.3735243082046509, -0.1777268648147583, 0.08515461534261703, -0.2626371383666992, -1.7946522235870361, 0.06574655324220657, -0.07059857249259949, -0.026232298463582993, -0.3392600119113922, -0.49784401059150696, 0.10966300219297409, 1.2943707704544067, -1.5450632572174072, 0.8866417407989502, 0.0, 0.0, 0.00027822202537208796, -0.2354152947664261, -0.8432520627975464, 1.9111340045928955, -1.0653647184371948, -0.0027414211072027683], "max": [0.4703662395477295, 0.49216538667678833, 0.6029937863349915, -1.352717399597168, -0.12534955143928528, 0.054454270750284195, 0.06639232486486435, -0.17134100198745728, 0.5148360133171082, 0.23972800374031067, -1.1980931758880615, -1.0657819509506226, -0.583843469619751, 0.22444933652877808, 0.36168456077575684, -0.0018325956771150231, -1.2348902225494385, 0.3513696789741516, 0.08662068843841553, 0.30457741022109985, -0.25549501180648804, -0.37603500485420227, 0.24087800085544586, 1.55978262424469, -1.3291609287261963, 1.07402765750885, 1001.0, 1003.0, 0.0003176994505338371, -0.2292192131280899, -0.8417806625366211, 1.911797285079956, -1.0623886585235596, 0.0036479507107287645], "mean": [0.13917726278305054, 0.24216699600219727, 0.09394550323486328, -1.7836796045303345, -0.27207067608833313, -0.023525705561041832, -0.11338265240192413, -0.2620698809623718, 0.38800808787345886, 0.17730802297592163, -1.4349305629730225, -1.371740698814392, -1.1147223711013794, 0.027434727177023888, 0.28710249066352844, -0.07738402485847473, -1.5906676054000854, 0.2676391899585724, 0.04087623581290245, 0.23006729781627655, -0.27645137906074524, -0.4421028196811676, 0.20047594606876373, 1.4364906549453735, -1.4282069206237793, 1.0264252424240112, 592.5546264648438, 642.74755859375, 0.00030309634166769683, -0.23158028721809387, -0.8421462178230286, 1.9114731550216675, -1.0641578435897827, 0.00016641647380311042], "std": [0.26097139716148376, 0.07567235082387924, 0.17944279313087463, 0.16212928295135498, 0.0965740904211998, 0.037288639694452286, 0.17711958289146423, 0.04145544394850731, 0.04535182937979698, 0.06711741536855698, 0.2768179476261139, 0.16757908463478088, 0.18194660544395447, 0.09355605393648148, 0.09179092943668365, 0.09353429079055786, 0.12090114504098892, 0.10693848133087158, 0.04715105891227722, 0.11167169362306595, 0.02912941947579384, 0.029634740203619003, 0.05221061408519745, 0.05320379510521889, 0.0462808795273304, 0.03345147892832756, 478.51068115234375, 466.4999084472656, 2.1172822926018853e-06, 0.001978730084374547, 0.00019092443108092993, 0.00011183170863660052, 0.001023516058921814, 0.0007361784810200334], "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": [380], "max": [380], "mean": [380.0], "std": [0.0], "count": [824]}, "index": {"min": [326242], "max": [327065], "mean": [326653.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.633495145631068, 0.6415473300339462], "std": [0.48184960941453253, 0.4655778564734658], "count": [824]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.633495145631068, 0.6415473300339462], "std": [0.48184960941453253, 0.4655778564734658], "count": [824]}, "eef_direction_state": {"mean": [4.919902912621359, 5.025485436893204], "std": [1.9996096682916624, 1.9472612101774351], "min": [0, 0], "max": [6, 6], "count": [824]}, "eef_velocity_state": {"mean": [0.3737864077669903, 0.25485436893203883], "std": [0.6762921705959823, 0.49815263399159554], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_acc_mag_state": {"mean": [0.27305825242718446, 0.19174757281553398], "std": [0.6188404177379451, 0.534834929954966], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_direction_action": {"mean": [4.919902912621359, 5.025485436893204], "std": [1.9996096682916624, 1.9472612101774351], "min": [0, 0], "max": [6, 6], "count": [824]}, "eef_velocity_action": {"mean": [0.3737864077669903, 0.25485436893203883], "std": [0.6762921705959823, 0.49815263399159554], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_acc_mag_action": {"mean": [0.27305825242718446, 0.19174757281553398], "std": [0.6188404177379451, 0.534834929954966], "min": [0, 0], "max": [2, 2], "count": [824]}, "eef_sim_pose_state": {"mean": [0.41296176689293584, 0.2527663296959287, 1.1737815886245004, -0.05455514726199346, -0.00029596298825861593, 1.3145228556564306, 0.46372203955222335, -0.28415408589763946, 1.1667690173341643, -0.010707344888019537, -0.013036286929652727, -1.257845765837633], "std": [0.0587558512933228, 0.04200678314859547, 0.03543387952134382, 0.064933786086168, 0.06024921949626081, 0.30338341215308884, 0.029933531283933085, 0.05387617813090376, 0.025594115967524884, 0.045864692269946716, 0.03243930216290686, 0.03232477766865343], "min": [0.3364171172437298, 0.13346382229933001, 1.133464140806708, -0.2268936707944732, -0.20239491156844558, 0.5177794762784986, 0.39637091822216447, -0.32599726314151334, 1.1132732749953096, -0.12327358755267215, -0.1166811363546778, -1.3339820487236294], "max": [0.5695516024152529, 0.31883559718821897, 1.254014658386979, 0.00828367052315837, 0.05065679549002411, 1.6326337665280968, 0.5177832986362334, -0.18865605771650307, 1.1857148221589635, 0.05318588299073168, 0.05343955743921103, -1.1581675918153516], "count": [824]}, "eef_sim_pose_action": {"mean": [0.4130143000032953, 0.25277257940427195, 1.1737622351371029, -0.054530698782303134, -0.00032213336059448396, 1.3146601736571482, 0.4638148520848588, -0.28431997306090656, 1.166818909635842, -0.010759115672515219, -0.012970041091309366, -1.2577759247615417], "std": [0.058748839915671765, 0.04200891671549029, 0.03544749464376177, 0.06495147823537076, 0.06023960231761123, 0.3034684301083378, 0.029843033699632825, 0.05379225356339627, 0.025590755822400918, 0.04582239088481885, 0.032383533666392655, 0.032286407851077045], "min": [0.3364171172437298, 0.13346382229933001, 1.133464140806708, -0.2268936707944732, -0.20239491156844558, 0.5177794762784986, 0.39637091822216447, -0.32599726314151334, 1.1132732749953096, -0.12327358755267215, -0.1166811363546778, -1.3339820487236294], "max": [0.5695516024152529, 0.31883559718821897, 1.254014658386979, 0.00828367052315837, 0.05065679549002411, 1.6326337665280968, 0.5177832986362334, -0.188660425143057, 1.1857148221589635, 0.05318588299073168, 0.05343955743921103, -1.1581675918153516], "count": [824]}, "gripper_mode_state": {"mean": [0.36650485436893204, 0.3592233009708738], "std": [0.48184960941453253, 0.47977278060604417], "min": [0, 0], "max": [1, 1], "count": [824]}, "gripper_activity_state": {"mean": [1.9890776699029127, 1.8737864077669903], "std": [0.13447894333462024, 0.44185424936208756], "min": [0, 0], "max": [2, 2], "count": [824]}, "gripper_mode_action": {"mean": [0.36650485436893204, 0.3592233009708738], "std": [0.4818496094145326, 0.47977278060604417], "min": [0, 0], "max": [1, 1], "count": [824]}, "gripper_activity_action": {"mean": [1.9890776699029127, 1.8737864077669903], "std": [0.13447894333462024, 0.44185424936208756], "min": [0, 0], "max": [2, 2], "count": [824]}}} +{"episode_index": 380, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46185469139313184]], [[0.4427322010526126]], [[0.4225182920774203]]], "std": [[[0.17193028050893647]], [[0.16104612765105666]], [[0.16436864201434728]]], "count": [181]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47237843611201386]], [[0.45833561617556784]], [[0.44539801123027484]]], "std": [[[0.15082060825238144]], [[0.13837175014310119]], [[0.14248976680841283]]], "count": [181]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47586797317914276]], [[0.47016899916043764]], [[0.4616215085942296]]], "std": [[[0.14689029128875386]], [[0.14689071633383394]], [[0.15389330860603923]]], "count": [181]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4974913200086664]], [[0.5027467692647962]], [[0.48179782007185934]]], "std": [[[0.17123139252751368]], [[0.14209538134547064]], [[0.1369163687076297]]], "count": [181]}, "observation.state": {"min": [-0.43819981813430786, 0.08244935423135757, -0.1549154371023178, -2.0688085556030273, -0.5332155227661133, -0.02108357660472393, -0.4078136086463928, -0.28333601355552673, 0.3402999937534332, -0.012214000336825848, -1.8626948595046997, -1.718098759651184, -1.211413860321045, -0.12316788733005524, 0.10868165642023087, -0.16636477410793304, -1.7257989645004272, -0.022514747455716133, -0.02206096239387989, 0.10382963716983795, -0.34241899847984314, -0.49369698762893677, 0.12827299535274506, 1.2530138492584229, -1.6574649810791016, 0.9182640910148621, 0.0, 0.0, -0.066594697535038, -0.2574474811553955, -0.8387547135353088, 1.904348373413086, -1.074856162071228, -0.0038558354135602713], "max": [0.33506831526756287, 0.6013357043266296, 0.4671373665332794, -1.5244054794311523, -0.14969688653945923, 0.26975810527801514, -0.019495327025651932, -0.1629289984703064, 0.49416500329971313, 0.23809599876403809, -1.2542060613632202, -1.2248194217681885, -0.7361848950386047, 0.20804324746131897, 0.3551047146320343, 0.06937683373689651, -1.2875992059707642, 0.5174726843833923, 0.2290046513080597, 0.31007519364356995, -0.2692750096321106, -0.3974199891090393, 0.2526710033416748, 1.434384822845459, -1.3342468738555908, 1.0832408666610718, 1001.0, 1000.0, -0.06069939583539963, -0.2551370859146118, -0.8337003588676453, 1.9075534343719482, -1.0664724111557007, 0.004439621232450008], "mean": [0.1532556265592575, 0.24363203346729279, 0.07919789850711823, -1.8378275632858276, -0.25498196482658386, 0.046842414885759354, -0.10526338219642639, -0.2535134553909302, 0.3840905427932739, 0.17671136558055878, -1.4165799617767334, -1.3724002838134766, -1.0950065851211548, -0.06493938714265823, 0.28074970841407776, -0.014496109448373318, -1.6592872142791748, 0.3733483552932739, 0.16057361662387848, 0.25206270813941956, -0.29181402921676636, -0.4174819886684418, 0.20922303199768066, 1.2886950969696045, -1.5729734897613525, 1.0283808708190918, 605.5541381835938, 708.3268432617188, -0.06167759373784065, -0.2559414803981781, -0.8358513712882996, 1.9061822891235352, -1.069422721862793, 0.00014460999227594584], "std": [0.20913125574588776, 0.09920364618301392, 0.17045904695987701, 0.09756387770175934, 0.09269838035106659, 0.08958824723958969, 0.12031563371419907, 0.04307589679956436, 0.033746905624866486, 0.07268395274877548, 0.21737970411777496, 0.14137834310531616, 0.15977787971496582, 0.08183976262807846, 0.09874570369720459, 0.0951567143201828, 0.12041329592466354, 0.19668325781822205, 0.09277469664812088, 0.07745305448770523, 0.025110606104135513, 0.022737255319952965, 0.0476042702794075, 0.059577468782663345, 0.11052854359149933, 0.04886498302221298, 478.4427490234375, 442.5503234863281, 0.0016566923586651683, 0.00027352312463335693, 0.0008424562984146178, 0.0011187586933374405, 0.0009270502487197518, 0.0007621514960192144], "count": [1025]}, "action": {"min": [-0.43819981813430786, 0.08244935423135757, -0.1549154371023178, -2.0688085556030273, -0.5332155227661133, -0.02108357660472393, -0.4078136086463928, -0.28333601355552673, 0.3402999937534332, -0.012214000336825848, -1.8626948595046997, -1.718098759651184, -1.211413860321045, -0.12316788733005524, 0.10868165642023087, -0.16636477410793304, -1.7257989645004272, -0.022514747455716133, -0.02206096239387989, 0.10382963716983795, -0.34241899847984314, -0.49369698762893677, 0.12827299535274506, 1.2530138492584229, -1.6574649810791016, 0.9182640910148621, 0.0, 0.0, -0.066594697535038, -0.2574474811553955, -0.8387547135353088, 1.904348373413086, -1.074856162071228, -0.0038558354135602713], "max": [0.33506831526756287, 0.6013357043266296, 0.4671373665332794, -1.5244054794311523, -0.14969688653945923, 0.26975810527801514, -0.019495327025651932, -0.1629289984703064, 0.49416500329971313, 0.23809599876403809, -1.2542060613632202, -1.2248194217681885, -0.7361848950386047, 0.20804324746131897, 0.3551047146320343, 0.06937683373689651, -1.2875992059707642, 0.5174726843833923, 0.2290046513080597, 0.31007519364356995, -0.2692750096321106, -0.3974199891090393, 0.2526710033416748, 1.434384822845459, -1.3342468738555908, 1.0832408666610718, 1001.0, 1000.0, -0.06069939583539963, -0.2551370859146118, -0.8337003588676453, 1.9075534343719482, -1.0664724111557007, 0.004439621232450008], "mean": [0.15317995846271515, 0.2435523122549057, 0.07908520847558975, -1.8377882242202759, -0.2548847198486328, 0.04691823944449425, -0.1053302139043808, -0.25350508093833923, 0.384112685918808, 0.17674002051353455, -1.416541576385498, -1.3723210096359253, -1.094992756843567, -0.06491263210773468, 0.280962735414505, -0.014283334836363792, -1.6593464612960815, 0.3738667666912079, 0.16078369319438934, 0.25226014852523804, -0.2917676866054535, -0.4174942076206207, 0.2093333750963211, 1.2885249853134155, -1.573277473449707, 1.0285159349441528, 605.5541381835938, 708.3268432617188, -0.06167646124958992, -0.255941241979599, -0.8358533382415771, 1.9061845541000366, -1.0694218873977661, 0.00014479056699201465], "std": [0.20910486578941345, 0.09923861175775528, 0.17052170634269714, 0.09756694734096527, 0.09275192022323608, 0.08956416696310043, 0.12028715759515762, 0.0430709645152092, 0.0337430015206337, 0.0726996585726738, 0.2174043506383896, 0.1414312720298767, 0.1597706824541092, 0.08182497322559357, 0.0986623540520668, 0.09506098181009293, 0.12042991816997528, 0.1963394284248352, 0.09267871081829071, 0.07733436673879623, 0.025098908692598343, 0.02272980287671089, 0.04754946008324623, 0.059424277395009995, 0.1102980226278305, 0.04875385761260986, 478.4427490234375, 442.5503234863281, 0.001656950218603015, 0.0002734538575168699, 0.0008417912758886814, 0.0011174362152814865, 0.0009269542642869055, 0.0007621634867973626], "count": [1025]}, "timestamp": {"min": [0.0], "max": [34.13333333333333], "mean": [17.066666666666666], "std": [9.863062404750362], "count": [1025]}, "frame_index": {"min": [0], "max": [1024], "mean": [512.0], "std": [295.89187214251086], "count": [1025]}, "episode_index": {"min": [381], "max": [381], "mean": [381.0], "std": [0.0], "count": [1025]}, "index": {"min": [327066], "max": [328090], "mean": [327578.0], "std": [295.89187214251086], "count": [1025]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1025]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6390243902439025, 0.7083268291298754], "std": [0.48028347766429386, 0.4425508845646136], "count": [1025]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6390243902439025, 0.7083268291298754], "std": [0.4802834776642938, 0.4425508845646136], "count": [1025]}, "eef_direction_state": {"mean": [4.949268292682927, 5.143414634146342], "std": [1.848232366137585, 1.8937427256640305], "min": [0, 0], "max": [6, 6], "count": [1025]}, "eef_velocity_state": {"mean": [0.3473170731707317, 0.20390243902439023], "std": [0.5896299972109197, 0.4377151209031167], "min": [0, 0], "max": [2, 2], "count": [1025]}, "eef_acc_mag_state": {"mean": [0.2760975609756098, 0.14341463414634145], "std": [0.6175201311966125, 0.46739344556440915], "min": [0, 0], "max": [2, 2], "count": [1025]}, "eef_direction_action": {"mean": [4.949268292682927, 5.143414634146342], "std": [1.848232366137585, 1.8937427256640307], "min": [0, 0], "max": [6, 6], "count": [1025]}, "eef_velocity_action": {"mean": [0.3473170731707317, 0.20390243902439023], "std": [0.5896299972109198, 0.4377151209031167], "min": [0, 0], "max": [2, 2], "count": [1025]}, "eef_acc_mag_action": {"mean": [0.2760975609756098, 0.14341463414634145], "std": [0.6175201311966125, 0.46739344556440915], "min": [0, 0], "max": [2, 2], "count": [1025]}, "eef_sim_pose_state": {"mean": [0.40717588814429073, 0.2524388692867437, 1.1851295757842712, -0.029824413578626623, -0.005240916829946139, 1.3197811243130004, 0.43995869256902553, -0.2938586820580197, 1.1618114890203988, -0.10241961611356896, 0.12279765860281741, -1.2616953868886784], "std": [0.04231365566266168, 0.05199046795114049, 0.040706776112368476, 0.02847627158621374, 0.04914179940359616, 0.252894125408355, 0.022450411852496955, 0.050139913843242116, 0.025446056058298087, 0.013414174610309821, 0.11054339888965649, 0.02510248074837419], "min": [0.36669558107926414, 0.11007443466776105, 1.1567529930906923, -0.11281718310908395, -0.13105985692961375, 0.7653991521595762, 0.41809344791492853, -0.3315009497249419, 1.1097843089190154, -0.1439110105007716, -0.12498402109777218, -1.3802603318176838], "max": [0.5361294573669876, 0.3298634417244796, 1.2723036045358964, 0.0006522908117136961, 0.033594788593340086, 1.5219105068706318, 0.5144536164833936, -0.2089961068853695, 1.1827223990312548, -0.07333273508639215, 0.200984235223435, -1.2330184486554407], "count": [1025]}, "eef_sim_pose_action": {"mean": [0.4071973401054982, 0.2524597424386305, 1.1851398730776979, -0.02980774911556098, -0.005288486573260707, 1.319849823423557, 0.43997334664039034, -0.29397578212766995, 1.1618609331012058, -0.10244863354064793, 0.12310895218706942, -1.2616616668087999], "std": [0.042307224260256494, 0.05199961314144522, 0.04070094857043156, 0.02848841847058962, 0.04912869348037879, 0.25293793816840204, 0.02244104641614465, 0.050081749101217404, 0.025431190356643565, 0.013389646847807402, 0.11029442904726076, 0.02509754513471716], "min": [0.36669558107926414, 0.11007443466776105, 1.1567529930906923, -0.11281718310908395, -0.13105985692961375, 0.7653991521595762, 0.41809344791492853, -0.3315009497249419, 1.1097843089190154, -0.1439110105007716, -0.12498402109777218, -1.3802603318176838], "max": [0.5361294573669876, 0.3298634417244796, 1.2723036045358964, 0.0006522908117136961, 0.033594788593340086, 1.5219105068706318, 0.5144536164833936, -0.2089961068853695, 1.1827223990312548, -0.07333273508639215, 0.200984235223435, -1.2330184486554407], "count": [1025]}, "gripper_mode_state": {"mean": [0.36097560975609755, 0.29073170731707315], "std": [0.48028347766429386, 0.4540999688147665], "min": [0, 0], "max": [1, 1], "count": [1025]}, "gripper_activity_state": {"mean": [1.991219512195122, 1.8965853658536584], "std": [0.12065259788074097, 0.40126391629144254], "min": [0, 0], "max": [2, 2], "count": [1025]}, "gripper_mode_action": {"mean": [0.36097560975609755, 0.29073170731707315], "std": [0.4802834776642938, 0.4540999688147665], "min": [0, 0], "max": [1, 1], "count": [1025]}, "gripper_activity_action": {"mean": [1.991219512195122, 1.8965853658536584], "std": [0.12065259788074097, 0.4012639162914425], "min": [0, 0], "max": [2, 2], "count": [1025]}}} +{"episode_index": 381, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4569904702596619]], [[0.4418212316176471]], [[0.42583282493250924]]], "std": [[[0.17250352750998452]], [[0.16391735788154385]], [[0.16617287905907852]]], "count": [184]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4610707598483234]], [[0.4494636193698494]], [[0.43851053877166807]]], "std": [[[0.1491533882411642]], [[0.13858572855734336]], [[0.14168744503233663]]], "count": [184]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47153676137574596]], [[0.46558870595339585]], [[0.4540618916950839]]], "std": [[[0.14814395477083678]], [[0.14606170384962974]], [[0.15189208820595518]]], "count": [184]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48848773510763]], [[0.49310424992007673]], [[0.4757489754280335]]], "std": [[[0.1647748032992159]], [[0.1341871704058652]], [[0.1376955977223816]]], "count": [184]}, "observation.state": {"min": [-0.5348212122917175, 0.19205603003501892, -0.16861626505851746, -1.9258487224578857, -0.6419320702552795, -0.17987363040447235, -0.6342700719833374, -0.2992349863052368, 0.3566319942474365, 0.004424000158905983, -2.0072309970855713, -1.8217763900756836, -1.302344560623169, -0.1785646378993988, 0.027523843571543694, -0.2626197040081024, -1.790795087814331, 0.06126105785369873, -0.06775368005037308, -0.0262148454785347, -0.3393090069293976, -0.49064698815345764, 0.10967399924993515, 1.237807273864746, -1.534919261932373, 0.971869707107544, 0.0, 0.0, -0.06073887273669243, -0.2560356855392456, -0.8365781307220459, 1.9067507982254028, -1.0709261894226074, -0.0021756708156317472], "max": [0.30457741022109985, 0.6319836974143982, 0.5728868842124939, -1.4366852045059204, -0.15070918202400208, 0.21312215924263, 0.04427900165319443, -0.158610001206398, 0.5090389847755432, 0.2726469933986664, -1.2705814838409424, -1.13936185836792, -0.5724300146102905, 0.1901361644268036, 0.22739894688129425, 0.035465091466903687, -1.274107813835144, 0.2489013969898224, 0.09819222241640091, 0.19303342700004578, -0.2791700065135956, -0.3761630058288574, 0.21785199642181396, 1.4766563177108765, -1.3187497854232788, 1.136881947517395, 1001.0, 1002.0, -0.06072571128606796, -0.25560519099235535, -0.8360971808433533, 1.9072626829147339, -1.0680309534072876, 0.00475856801494956], "mean": [0.13966518640518188, 0.2714917063713074, 0.09692367166280746, -1.7907400131225586, -0.28357669711112976, -0.016588913276791573, -0.10517154633998871, -0.2628009021282196, 0.386552095413208, 0.18319784104824066, -1.432513952255249, -1.3676598072052002, -1.0996149778366089, -0.09699218720197678, 0.17709989845752716, -0.050657350569963455, -1.678961157798767, 0.1989486664533615, 0.02817610278725624, 0.13113613426685333, -0.2945411801338196, -0.4108698070049286, 0.18268409371376038, 1.3314621448516846, -1.392346739768982, 1.1070266962051392, 641.4657592773438, 663.6549682617188, -0.06073085963726044, -0.2559095621109009, -0.8363102078437805, 1.9069019556045532, -1.0692747831344604, 0.00010858262976398692], "std": [0.22289589047431946, 0.10205230116844177, 0.16857507824897766, 0.10223160684108734, 0.1182388886809349, 0.07761915773153305, 0.18271704018115997, 0.04374034330248833, 0.03303754702210426, 0.06370795518159866, 0.2536824345588684, 0.19014205038547516, 0.19615328311920166, 0.10598612576723099, 0.05797500163316727, 0.09739285707473755, 0.14707911014556885, 0.06898672878742218, 0.03819916397333145, 0.06265145540237427, 0.01979757845401764, 0.030074529349803925, 0.04080396518111229, 0.06102312356233597, 0.0439402312040329, 0.039560724049806595, 469.38934326171875, 461.250244140625, 3.3009841899911407e-06, 2.3627688278793357e-05, 0.00011181351874256507, 0.00012037168926326558, 0.0008448256412521005, 0.0006796197267249227], "count": [1052]}, "action": {"min": [-0.5348212122917175, 0.19205603003501892, -0.16861626505851746, -1.9258487224578857, -0.6419320702552795, -0.17987363040447235, -0.6342700719833374, -0.2992349863052368, 0.3566319942474365, 0.004424000158905983, -2.0072309970855713, -1.8217763900756836, -1.302344560623169, -0.1785646378993988, 0.027523843571543694, -0.2626197040081024, -1.790795087814331, 0.06126105785369873, -0.06775368005037308, -0.0262148454785347, -0.3393090069293976, -0.49064698815345764, 0.10967399924993515, 1.237807273864746, -1.534919261932373, 0.971869707107544, 0.0, 0.0, -0.06073887273669243, -0.2560356855392456, -0.8365781307220459, 1.9067507982254028, -1.0709261894226074, -0.0021756708156317472], "max": [0.30457741022109985, 0.6319836974143982, 0.5728868842124939, -1.4366852045059204, -0.15070918202400208, 0.21312215924263, 0.04427900165319443, -0.158610001206398, 0.5090389847755432, 0.2726469933986664, -1.2705814838409424, -1.13936185836792, -0.5724300146102905, 0.1901361644268036, 0.22739894688129425, 0.035465091466903687, -1.274107813835144, 0.2489013969898224, 0.09819222241640091, 0.19303342700004578, -0.2791700065135956, -0.3761630058288574, 0.21785199642181396, 1.4766563177108765, -1.3187497854232788, 1.136881947517395, 1001.0, 1002.0, -0.06072571128606796, -0.25560519099235535, -0.8360971808433533, 1.9072626829147339, -1.0680309534072876, 0.00475856801494956], "mean": [0.13957099616527557, 0.2714487314224243, 0.09689416736364365, -1.790602684020996, -0.2834850549697876, -0.01665492355823517, -0.10514350235462189, -0.26281383633613586, 0.3865792155265808, 0.18321654200553894, -1.432503342628479, -1.3675284385681152, -1.099639892578125, -0.09696728736162186, 0.17712025344371796, -0.05039234086871147, -1.6789419651031494, 0.19912132620811462, 0.02827802114188671, 0.13131895661354065, -0.29453185200691223, -0.4108922779560089, 0.18278208374977112, 1.331318974494934, -1.392394781112671, 1.1070927381515503, 641.4657592773438, 663.6549682617188, -0.060730867087841034, -0.2559095621109009, -0.8363099694252014, 1.9069019556045532, -1.0692739486694336, 0.0001083958413801156], "std": [0.2228635847568512, 0.1020747646689415, 0.16858738660812378, 0.10225048661231995, 0.11829932034015656, 0.07765208929777145, 0.18273179233074188, 0.04374834522604942, 0.03303289785981178, 0.06371629983186722, 0.25368839502334595, 0.19022345542907715, 0.19616593420505524, 0.10597053915262222, 0.057983677834272385, 0.09719517827033997, 0.147068589925766, 0.06888085603713989, 0.03809662535786629, 0.06247231736779213, 0.019801035523414612, 0.030057474970817566, 0.04075230285525322, 0.06086200475692749, 0.04389863461256027, 0.03955090418457985, 469.38934326171875, 461.2502136230469, 3.298807769169798e-06, 2.3624352252227254e-05, 0.00011162989540025592, 0.00012028651690343395, 0.0008454005583189428, 0.0006796229281462729], "count": [1052]}, "timestamp": {"min": [0.0], "max": [35.03333333333333], "mean": [17.516666666666666], "std": [10.122870146356714], "count": [1052]}, "frame_index": {"min": [0], "max": [1051], "mean": [525.5], "std": [303.6861043907014], "count": [1052]}, "episode_index": {"min": [382], "max": [382], "mean": [382.0], "std": [0.0], "count": [1052]}, "index": {"min": [328091], "max": [329142], "mean": [328616.5], "std": [303.6861043907014], "count": [1052]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1052]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6730038022813688, 0.66365304180158], "std": [0.469115853916905, 0.4612537267164177], "count": [1052]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6730038022813688, 0.66365304180158], "std": [0.469115853916905, 0.4612537267164177], "count": [1052]}, "eef_direction_state": {"mean": [5.021863117870723, 5.309885931558935], "std": [1.777686246757204, 1.7367032014141628], "min": [0, 0], "max": [6, 6], "count": [1052]}, "eef_velocity_state": {"mean": [0.3517110266159696, 0.16730038022813687], "std": [0.6241853399012315, 0.4142829403181424], "min": [0, 0], "max": [2, 2], "count": [1052]}, "eef_acc_mag_state": {"mean": [0.22718631178707224, 0.13212927756653992], "std": [0.569088450864796, 0.4516909825794401], "min": [0, 0], "max": [2, 2], "count": [1052]}, "eef_direction_action": {"mean": [5.021863117870723, 5.309885931558935], "std": [1.777686246757204, 1.7367032014141628], "min": [0, 0], "max": [6, 6], "count": [1052]}, "eef_velocity_action": {"mean": [0.3517110266159696, 0.16730038022813687], "std": [0.6241853399012315, 0.4142829403181424], "min": [0, 0], "max": [2, 2], "count": [1052]}, "eef_acc_mag_action": {"mean": [0.22718631178707224, 0.13212927756653992], "std": [0.569088450864796, 0.4516909825794401], "min": [0, 0], "max": [2, 2], "count": [1052]}, "eef_sim_pose_state": {"mean": [0.41156364874615364, 0.2586625610302474, 1.1738407582888117, -0.04749128485506608, -0.006949357662739793, 1.3139107663082812, 0.4295125177508409, -0.2549913806895268, 1.1497856985251689, -0.0197923217805041, 0.030009273786599698, -1.3630402371084842], "std": [0.045971851860701234, 0.04196620503763591, 0.04139193874708706, 0.046084550747644726, 0.048285884039988354, 0.31038475510735414, 0.03022593067123406, 0.037842112836707166, 0.015831322166182698, 0.044718701389316884, 0.039983654044594294, 0.03433217905462261], "min": [0.3749510539287629, 0.1370661384524583, 1.1380729254514697, -0.20946007554187718, -0.15289928627198157, 0.5814949564546452, 0.39636860471748253, -0.29004875615293507, 1.1138042941673552, -0.11739231212050338, -0.06907799893925337, -1.3939248808772167], "max": [0.5615281629109755, 0.3789816653586505, 1.2760999710211824, -0.006039838470364045, 0.05142012342749891, 1.543921035010921, 0.5092730688490781, -0.18867549914730422, 1.1665497046574342, 0.05643903415082463, 0.1226029193304341, -1.2263033014863658], "count": [1052]}, "eef_sim_pose_action": {"mean": [0.4115901308426034, 0.25867102938329256, 1.1738239522445357, -0.04752540730595872, -0.00701198948987397, 1.314002430187334, 0.42953288689677716, -0.255080903060498, 1.1498007369278918, -0.01984221321102249, 0.030109493585646446, -1.3631135167668007], "std": [0.04596370562891834, 0.041968285509133486, 0.041402436254628035, 0.04607568445087139, 0.04827714351721533, 0.3104379466022548, 0.03021081862559886, 0.03779656238157574, 0.015833791553421257, 0.04467246362410746, 0.03987114879148359, 0.034289061738537886], "min": [0.3749510539287629, 0.1370661384524583, 1.1380729254514697, -0.20946007554187718, -0.15289928627198157, 0.5814949564546452, 0.39636860471748253, -0.29004875615293507, 1.1138042941673552, -0.11739231212050338, -0.06907799893925337, -1.3939248808772167], "max": [0.5615281629109755, 0.3789816653586505, 1.2760999710211824, -0.006039838470364045, 0.05142012342749891, 1.543921035010921, 0.5092730688490781, -0.18867549914730422, 1.1665497046574342, 0.05643903415082463, 0.1226029193304341, -1.2263033014863658], "count": [1052]}, "gripper_mode_state": {"mean": [0.3269961977186312, 0.3365019011406844], "std": [0.469115853916905, 0.47251282698927105], "min": [0, 0], "max": [1, 1], "count": [1052]}, "gripper_activity_state": {"mean": [1.991444866920152, 1.8982889733840305], "std": [0.1191023292428238, 0.3997586250720257], "min": [0, 0], "max": [2, 2], "count": [1052]}, "gripper_mode_action": {"mean": [0.3269961977186312, 0.3365019011406844], "std": [0.469115853916905, 0.47251282698927105], "min": [0, 0], "max": [1, 1], "count": [1052]}, "gripper_activity_action": {"mean": [1.991444866920152, 1.8982889733840305], "std": [0.1191023292428238, 0.3997586250720257], "min": [0, 0], "max": [2, 2], "count": [1052]}}} +{"episode_index": 382, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4688858530154486]], [[0.452303171884284]], [[0.43484410395313433]]], "std": [[[0.17330062979528357]], [[0.16367434589882815]], [[0.16577065932386523]]], "count": [176]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46829441473559125]], [[0.45406798453282826]], [[0.44214226362893644]]], "std": [[[0.1515586494886913]], [[0.1387088102845208]], [[0.1407889165953452]]], "count": [176]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4739642240418895]], [[0.4685168017491087]], [[0.45686104728349675]]], "std": [[[0.14267818009444808]], [[0.1427274069340614]], [[0.14939401658029977]]], "count": [176]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49059626712901067]], [[0.49071423100490197]], [[0.46922951133578433]]], "std": [[[0.17334959599130548]], [[0.13371124833752449]], [[0.1369829686602455]]], "count": [176]}, "observation.state": {"min": [-0.581299364566803, 0.15041247010231018, -0.15214034914970398, -1.9522205591201782, -0.627358615398407, -0.09229300916194916, -0.650903046131134, -0.2965160012245178, 0.3534660041332245, -0.020356999710202217, -2.055736541748047, -1.9547277688980103, -1.3134232759475708, -0.17434094846248627, 0.09457939118146896, -0.2626197040081024, -1.8152470588684082, 0.06558947265148163, -0.08299040794372559, -0.0262148454785347, -0.3467339873313904, -0.4900349974632263, 0.10967999696731567, 1.2921463251113892, -1.5300456285476685, 0.957979142665863, 0.0, 0.0, -0.06075014919042587, -0.25617480278015137, -0.836699366569519, 1.9067809581756592, -1.0715141296386719, -0.0016260575503110886], "max": [0.2754304111003876, 0.6524389982223511, 0.6148271560668945, -1.3502739667892456, -0.20516344904899597, 0.12716469168663025, 0.07962191849946976, -0.1666799932718277, 0.5137190222740173, 0.2635140120983124, -1.2123829126358032, -1.1496368646621704, -0.5119417309761047, 0.1975887268781662, 0.28675758838653564, -0.010018190369009972, -1.2514535188674927, 0.23998276889324188, 0.04469788447022438, 0.25157174468040466, -0.25709599256515503, -0.37615400552749634, 0.200422003865242, 1.4949010610580444, -1.3021926879882812, 1.1418637037277222, 1001.0, 1002.0, -0.06072007119655609, -0.25551682710647583, -0.8357469439506531, 1.9068831205368042, -1.0680142641067505, 0.002154787303879857], "mean": [0.12400511652231216, 0.25882667303085327, 0.11130698025226593, -1.7797459363937378, -0.2950177490711212, -0.006517356727272272, -0.11587468534708023, -0.26264241337776184, 0.38888147473335266, 0.17470145225524902, -1.4316413402557373, -1.399264931678772, -1.0938199758529663, -0.09822109341621399, 0.18946993350982666, -0.07092601805925369, -1.7059468030929565, 0.18245263397693634, -0.008224762044847012, 0.1393086314201355, -0.28151804208755493, -0.4090942442417145, 0.1753232181072235, 1.4072556495666504, -1.366050362586975, 1.1095017194747925, 639.4114990234375, 636.0272827148438, -0.06073935329914093, -0.2559468150138855, -0.8363345861434937, 1.906787633895874, -1.0692522525787354, 0.00013275053061079234], "std": [0.24634462594985962, 0.10012594610452652, 0.1863836795091629, 0.1304004043340683, 0.10507355630397797, 0.05188613757491112, 0.19727832078933716, 0.04102911427617073, 0.037641093134880066, 0.07282460480928421, 0.2767603397369385, 0.19936805963516235, 0.22556303441524506, 0.10706983506679535, 0.04041041061282158, 0.07808839529752731, 0.17855489253997803, 0.04156329482793808, 0.033197544515132904, 0.05527927726507187, 0.03102646954357624, 0.029403014108538628, 0.029582740738987923, 0.04925323277711868, 0.0755530297756195, 0.03763061761856079, 469.2547302246094, 469.47344970703125, 4.093172719876748e-06, 4.045759851578623e-05, 0.00013373693218454719, 2.1342042600736022e-05, 0.0009485057089477777, 0.00041885653627105057], "count": [989]}, "action": {"min": [-0.581299364566803, 0.15041247010231018, -0.15214034914970398, -1.9522205591201782, -0.627358615398407, -0.09229300916194916, -0.650903046131134, -0.2965160012245178, 0.3534660041332245, -0.020356999710202217, -2.055736541748047, -1.9547277688980103, -1.3134232759475708, -0.17434094846248627, 0.09457939118146896, -0.2626197040081024, -1.8152470588684082, 0.06558947265148163, -0.08299040794372559, -0.0262148454785347, -0.3467339873313904, -0.4900349974632263, 0.10967999696731567, 1.2921463251113892, -1.5300456285476685, 0.957979142665863, 0.0, 0.0, -0.06075014919042587, -0.25617480278015137, -0.836699366569519, 1.9067809581756592, -1.0715141296386719, -0.0016260575503110886], "max": [0.2754304111003876, 0.6524389982223511, 0.6148271560668945, -1.3502739667892456, -0.20516344904899597, 0.12716469168663025, 0.07962191849946976, -0.1666799932718277, 0.5137190222740173, 0.2635140120983124, -1.2123829126358032, -1.1496368646621704, -0.5119417309761047, 0.1975887268781662, 0.28675758838653564, -0.010018190369009972, -1.2514535188674927, 0.23998276889324188, 0.04469788447022438, 0.25157174468040466, -0.25709599256515503, -0.37615400552749634, 0.200422003865242, 1.4949010610580444, -1.3021926879882812, 1.1418637037277222, 1001.0, 1002.0, -0.06072007119655609, -0.25551682710647583, -0.8357469439506531, 1.9068831205368042, -1.0680142641067505, 0.002154787303879857], "mean": [0.12385711818933487, 0.2587464451789856, 0.11127834767103195, -1.7795722484588623, -0.2949742376804352, -0.006553782615810633, -0.11584198474884033, -0.262654572725296, 0.38892418146133423, 0.17471489310264587, -1.4315688610076904, -1.399186611175537, -1.0939069986343384, -0.09819526225328445, 0.18949086964130402, -0.07067883759737015, -1.705977439880371, 0.18257956206798553, -0.008149798028171062, 0.13948610424995422, -0.2814868092536926, -0.40911629796028137, 0.17541013658046722, 1.4072009325027466, -1.3660434484481812, 1.1095702648162842, 639.4114990234375, 636.0272827148438, -0.060739364475011826, -0.25594690442085266, -0.8363348245620728, 1.906787633895874, -1.0692543983459473, 0.00013269581540953368], "std": [0.2463039606809616, 0.10017181932926178, 0.18639670312404633, 0.13042190670967102, 0.10509932786226273, 0.05190873518586159, 0.19729676842689514, 0.04103698953986168, 0.03763984516263008, 0.07283090054988861, 0.2768048942089081, 0.19941504299640656, 0.22561444342136383, 0.10705555975437164, 0.04041581228375435, 0.07786798477172852, 0.17856904864311218, 0.04139845818281174, 0.033156003803014755, 0.05502885580062866, 0.03103136084973812, 0.02938648872077465, 0.029516015201807022, 0.04920627176761627, 0.07555577903985977, 0.037613969296216965, 469.2547302246094, 469.47344970703125, 4.08933692597202e-06, 4.044985689688474e-05, 0.00013385072816163301, 2.13241273741005e-05, 0.000948313158005476, 0.00041885580867528915], "count": [989]}, "timestamp": {"min": [0.0], "max": [32.93333333333333], "mean": [16.466666666666665], "std": [9.516652072376433], "count": [989]}, "frame_index": {"min": [0], "max": [988], "mean": [494.0], "std": [285.499562171293], "count": [989]}, "episode_index": {"min": [383], "max": [383], "mean": [383.0], "std": [0.0], "count": [989]}, "index": {"min": [329143], "max": [330131], "mean": [329637.0], "std": [285.499562171293], "count": [989]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [989]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6723963599595552, 0.6360232558531529], "std": [0.4693394241619736, 0.4694684131666509], "count": [989]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6723963599595552, 0.6360232558531529], "std": [0.4693394241619736, 0.46946841316665094], "count": [989]}, "eef_direction_state": {"mean": [5.014155712841254, 5.256825075834176], "std": [1.8414950349159245, 1.7476740083818705], "min": [0, 0], "max": [6, 6], "count": [989]}, "eef_velocity_state": {"mean": [0.358948432760364, 0.1870576339737108], "std": [0.6513370446808449, 0.41263455716933434], "min": [0, 0], "max": [2, 2], "count": [989]}, "eef_acc_mag_state": {"mean": [0.27098078867542974, 0.16177957532861476], "std": [0.624230283266525, 0.4906767452189902], "min": [0, 0], "max": [2, 2], "count": [989]}, "eef_direction_action": {"mean": [5.014155712841254, 5.256825075834176], "std": [1.8414950349159245, 1.7476740083818705], "min": [0, 0], "max": [6, 6], "count": [989]}, "eef_velocity_action": {"mean": [0.358948432760364, 0.1870576339737108], "std": [0.6513370446808449, 0.41263455716933434], "min": [0, 0], "max": [2, 2], "count": [989]}, "eef_acc_mag_action": {"mean": [0.27098078867542974, 0.16177957532861476], "std": [0.624230283266525, 0.4906767452189902], "min": [0, 0], "max": [2, 2], "count": [989]}, "eef_sim_pose_state": {"mean": [0.415293288249601, 0.25178718380406495, 1.1747707378185135, -0.040617925375923354, 0.01248669596731451, 1.2930157880366884, 0.42856474325696536, -0.2509203676100798, 1.1568725195022882, 0.03195956474790474, -0.003861034516509247, -1.3338394246168777], "std": [0.05174158307545771, 0.047841444661026154, 0.03858330600403185, 0.03437830662562233, 0.05368245677947033, 0.3393231032826108, 0.029882184142690532, 0.026621135964527563, 0.025852665271361385, 0.0482414597040801, 0.050264123350629075, 0.03605405204153818], "min": [0.3832129437089701, 0.11706732483480618, 1.1411381435331138, -0.16102817033818495, -0.15523070662578853, 0.48699893488899265, 0.39636211997047766, -0.2714359781503941, 1.1012956327722776, -0.0896490745034445, -0.06757298164625669, -1.3772865876638583], "max": [0.5720196265256022, 0.35985681689827514, 1.2668839418429167, -0.017469968552926263, 0.057293315861227434, 1.5934207828984783, 0.510236703424401, -0.18868044749308496, 1.177526072901828, 0.06561477019380968, 0.1073046039004435, -1.1790642871611514], "count": [989]}, "eef_sim_pose_action": {"mean": [0.41533519622855025, 0.25178802114797827, 1.1747559822994273, -0.04064061858941877, 0.0125067364873456, 1.2931244874949217, 0.4285853855904647, -0.2510010880181983, 1.1569022321353566, 0.031973124854059384, -0.0038163776175064324, -1.3338932470398845], "std": [0.05173260586145009, 0.04784167500562303, 0.03859295652108328, 0.034370501270718966, 0.05369368388604652, 0.3393892759867095, 0.029866996884250707, 0.026553291067962344, 0.025855300171532317, 0.04824780264985148, 0.05022719195515979, 0.036049684186287685], "min": [0.3832129437089701, 0.11706732483480618, 1.1411381435331138, -0.16102817033818495, -0.15523070662578853, 0.48699893488899265, 0.39636211997047766, -0.2714359781503941, 1.1012956327722776, -0.0896490745034445, -0.06757298164625669, -1.3772865876638583], "max": [0.5720196265256022, 0.35985681689827514, 1.2668839418429167, -0.017469968552926263, 0.057293315861227434, 1.5934207828984783, 0.510236703424401, -0.18868044749308496, 1.177526072901828, 0.06561477019380968, 0.1073046039004435, -1.1790642871611514], "count": [989]}, "gripper_mode_state": {"mean": [0.3276036400404449, 0.3640040444893832], "std": [0.4693394241619736, 0.4811497688711434], "min": [0, 0], "max": [1, 1], "count": [989]}, "gripper_activity_state": {"mean": [1.9908998988877655, 1.8958543983822043], "std": [0.1228170319898859, 0.4025613180574171], "min": [0, 0], "max": [2, 2], "count": [989]}, "gripper_mode_action": {"mean": [0.3276036400404449, 0.3640040444893832], "std": [0.4693394241619736, 0.4811497688711434], "min": [0, 0], "max": [1, 1], "count": [989]}, "gripper_activity_action": {"mean": [1.9908998988877655, 1.8958543983822043], "std": [0.12281703198988592, 0.4025613180574171], "min": [0, 0], "max": [2, 2], "count": [989]}}} +{"episode_index": 383, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4660983655435354]], [[0.44913003812636165]], [[0.43033711544962816]]], "std": [[[0.1756299589461474]], [[0.16234831686882928]], [[0.16416830582829461]]], "count": [174]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4645283529599579]], [[0.4504055351307189]], [[0.4377312255841034]]], "std": [[[0.14959471648552083]], [[0.13842156033913938]], [[0.1409718129402889]]], "count": [174]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4667747117046052]], [[0.4620327889057922]], [[0.452392781346255]]], "std": [[[0.1415784615907042]], [[0.1421561052529597]], [[0.14887041219117203]]], "count": [174]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47909805917098636]], [[0.48256804992111785]], [[0.46339297503005034]]], "std": [[[0.1663920187873695]], [[0.13270580200944615]], [[0.13379776116959674]]], "count": [174]}, "observation.state": {"min": [-0.5393765568733215, 0.08658578246831894, -0.14826571941375732, -1.9346973896026611, -0.5968502163887024, -0.04344124719500542, -0.6285803318023682, -0.28922098875045776, 0.3540549874305725, -4.199999966658652e-05, -2.002074718475342, -1.9218817949295044, -1.2902014255523682, -0.18010053038597107, 0.09079203009605408, -0.2626197040081024, -1.7965720891952515, 0.060877081006765366, -0.06370452046394348, -0.0262148454785347, -0.33613601326942444, -0.49114200472831726, 0.10938599705696106, 1.2484606504440308, -1.5074023008346558, 0.9922457933425903, 0.0, 0.0, -0.06075014919042587, -0.25618985295295715, -0.8375146985054016, 1.9065994024276733, -1.0717731714248657, -0.00244051031768322], "max": [0.30609583854675293, 0.6751806735992432, 0.5450314283370972, -1.4634062051773071, -0.08972737193107605, 0.29215067625045776, 0.10386455059051514, -0.15881699323654175, 0.5070310235023499, 0.261476993560791, -1.0962138175964355, -1.125827670097351, -0.5717472434043884, 0.19373154640197754, 0.1987231820821762, 0.0011868239380419254, -1.3055063486099243, 0.18969984352588654, 0.1077217236161232, 0.15482816100120544, -0.2828179895877838, -0.3761630058288574, 0.2154500037431717, 1.4948047399520874, -1.326702356338501, 1.1099512577056885, 1001.0, 1003.0, -0.06073322892189026, -0.2557518184185028, -0.8344284892082214, 1.9072768688201904, -1.0679216384887695, 0.004306727088987827], "mean": [0.1249072328209877, 0.26347821950912476, 0.10038569569587708, -1.7945621013641357, -0.28658244013786316, 0.030642135068774223, -0.10729571431875229, -0.26169905066490173, 0.3900681734085083, 0.1789022535085678, -1.4058740139007568, -1.3962372541427612, -1.0791114568710327, -0.029769137501716614, 0.16984890401363373, -0.0684039518237114, -1.6220834255218506, 0.17280128598213196, 0.04806029051542282, 0.12524506449699402, -0.2961558997631073, -0.4302002787590027, 0.1806393414735794, 1.3252241611480713, -1.3812508583068848, 1.0860415697097778, 545.1594848632812, 670.8005981445312, -0.060742247849702835, -0.25598374009132385, -0.8364909887313843, 1.9068684577941895, -1.0692410469055176, 9.312693146057427e-05], "std": [0.23016208410263062, 0.11822360754013062, 0.1784251630306244, 0.10051888972520828, 0.12151835858821869, 0.08645924180746078, 0.17563703656196594, 0.039659105241298676, 0.036366406828165054, 0.06625618040561676, 0.2417289763689041, 0.1964484304189682, 0.2115391045808792, 0.08017941564321518, 0.02532520517706871, 0.07908747345209122, 0.10888383537530899, 0.03781828284263611, 0.03993630409240723, 0.05034223943948746, 0.015514547936618328, 0.024818526580929756, 0.032784830778837204, 0.05688280239701271, 0.05627920851111412, 0.033616892993450165, 487.3121643066406, 459.2392272949219, 1.0576216027402552e-06, 3.763458153116517e-05, 0.0002685941581148654, 0.00015533329860772938, 0.0009851510403677821, 0.0006401088321581483], "count": [978]}, "action": {"min": [-0.5393765568733215, 0.08658578246831894, -0.14826571941375732, -1.9346973896026611, -0.5968502163887024, -0.04344124719500542, -0.6285803318023682, -0.28922098875045776, 0.3540549874305725, -4.199999966658652e-05, -2.002074718475342, -1.9218817949295044, -1.2902014255523682, -0.18010053038597107, 0.09079203009605408, -0.2626197040081024, -1.7965720891952515, 0.060877081006765366, -0.06370452046394348, -0.0262148454785347, -0.33613601326942444, -0.49114200472831726, 0.10938599705696106, 1.2484606504440308, -1.5074023008346558, 0.9922457933425903, 0.0, 0.0, -0.06075014919042587, -0.25618985295295715, -0.8375146985054016, 1.9065994024276733, -1.0717731714248657, -0.00244051031768322], "max": [0.30609583854675293, 0.6751806735992432, 0.5450314283370972, -1.4634062051773071, -0.08972737193107605, 0.29215067625045776, 0.10386455059051514, -0.15881699323654175, 0.5070310235023499, 0.261476993560791, -1.0962138175964355, -1.125827670097351, -0.5717472434043884, 0.19373154640197754, 0.1987231820821762, 0.0011868239380419254, -1.3055063486099243, 0.18969984352588654, 0.1077217236161232, 0.15482816100120544, -0.2828179895877838, -0.3761630058288574, 0.2154500037431717, 1.4948047399520874, -1.326702356338501, 1.1099512577056885, 1001.0, 1003.0, -0.06073322892189026, -0.2557518184185028, -0.8344284892082214, 1.9072768688201904, -1.0679216384887695, 0.004306727088987827], "mean": [0.1247166246175766, 0.2633306384086609, 0.10029653459787369, -1.7944070100784302, -0.2864153981208801, 0.030747944489121437, -0.10732020437717438, -0.26170235872268677, 0.39012306928634644, 0.1789177805185318, -1.4057730436325073, -1.3961416482925415, -1.079101800918579, -0.029629293829202652, 0.16984054446220398, -0.06815508753061295, -1.6219552755355835, 0.17292571067810059, 0.04818778112530708, 0.1254173070192337, -0.2961518168449402, -0.43025657534599304, 0.18073374032974243, 1.3250585794448853, -1.381278157234192, 1.0860844850540161, 545.1594848632812, 670.8026733398438, -0.060742247849702835, -0.255983829498291, -0.836491048336029, 1.9068689346313477, -1.0692414045333862, 9.295804920839146e-05], "std": [0.23012278974056244, 0.11834175884723663, 0.17847590148448944, 0.10055113583803177, 0.12167539447546005, 0.08645962178707123, 0.17562653124332428, 0.03966103121638298, 0.03637159615755081, 0.06626333296298981, 0.2417948991060257, 0.19650861620903015, 0.21153460443019867, 0.08004824072122574, 0.025320107117295265, 0.07885842025279999, 0.10878248512744904, 0.03766573965549469, 0.03977808728814125, 0.05011100694537163, 0.015516157262027264, 0.02475835755467415, 0.03271319717168808, 0.05668031424283981, 0.056260667741298676, 0.03361872211098671, 487.3121643066406, 459.2413024902344, 1.0586339840301662e-06, 3.76629141101148e-05, 0.0002686193329282105, 0.00015545045607723296, 0.0009847776964306831, 0.0006401079590432346], "count": [978]}, "timestamp": {"min": [0.0], "max": [32.56666666666667], "mean": [16.283333333333335], "std": [9.410804468308793], "count": [978]}, "frame_index": {"min": [0], "max": [977], "mean": [488.5], "std": [282.3241340492638], "count": [978]}, "episode_index": {"min": [384], "max": [384], "mean": [384.0], "std": [0.0], "count": [978]}, "index": {"min": [330132], "max": [331109], "mean": [330620.5], "std": [282.3241340492638], "count": [978]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [978]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5787321063394683, 0.6695674845683608], "std": [0.49376234711787137, 0.4583480474015624], "count": [978]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5787321063394683, 0.6695674845683608], "std": [0.49376234711787137, 0.45834804740156243], "count": [978]}, "eef_direction_state": {"mean": [4.8537832310838445, 5.195296523517382], "std": [1.9249972783145495, 1.85675640283714], "min": [0, 0], "max": [6, 6], "count": [978]}, "eef_velocity_state": {"mean": [0.38445807770961143, 0.17177914110429449], "std": [0.6470348940922681, 0.3798895333657135], "min": [0, 0], "max": [2, 2], "count": [978]}, "eef_acc_mag_state": {"mean": [0.28629856850715746, 0.130879345603272], "std": [0.6361923420891854, 0.4445160551373018], "min": [0, 0], "max": [2, 2], "count": [978]}, "eef_direction_action": {"mean": [4.8537832310838445, 5.195296523517382], "std": [1.9249972783145495, 1.85675640283714], "min": [0, 0], "max": [6, 6], "count": [978]}, "eef_velocity_action": {"mean": [0.38445807770961143, 0.17177914110429449], "std": [0.6470348940922681, 0.3798895333657135], "min": [0, 0], "max": [2, 2], "count": [978]}, "eef_acc_mag_action": {"mean": [0.28629856850715746, 0.130879345603272], "std": [0.6361923420891854, 0.44451605513730186], "min": [0, 0], "max": [2, 2], "count": [978]}, "eef_sim_pose_state": {"mean": [0.4151767987628049, 0.2550295918333825, 1.1784184119542933, -0.01706034018420588, 0.00951563168336173, 1.306610264597721, 0.44880810018470035, -0.2523404846800138, 1.1499134177463408, -0.03506021693718638, 0.013780050369304297, -1.3683494626766375], "std": [0.0476492080420869, 0.04421860439949848, 0.039136788107589436, 0.025056085153537723, 0.041427343498981424, 0.31535423607675284, 0.02483586363570906, 0.028167553657432412, 0.011772470367035102, 0.04477997470124962, 0.036437974211556264, 0.04166824740360078], "min": [0.37967867707989467, 0.13584771758696643, 1.1567919968843063, -0.08888703225966349, -0.11093017245662784, 0.5715043187940344, 0.39636997409910724, -0.2802741671790135, 1.119718637073396, -0.12696754287277923, -0.06762921645257158, -1.433747185866024], "max": [0.5592816735650898, 0.3697049578829636, 1.2805955740364883, 0.03706299738441332, 0.07520792714494329, 1.6940374165531606, 0.5111531021594834, -0.18867101642545778, 1.157958433181198, 0.06082238997459899, 0.08446446118448447, -1.2833322955130781], "count": [978]}, "eef_sim_pose_action": {"mean": [0.41523089163792226, 0.2550318445425815, 1.1784208678457475, -0.01701006438957083, 0.009473984144574558, 1.3067267248064312, 0.4488618765627146, -0.25242410391795184, 1.1499261659064803, -0.035135539672044906, 0.01386036504392213, -1.3684431194148994], "std": [0.047643244380101514, 0.044219145281595894, 0.03913550847749144, 0.025104325820934324, 0.041424548020948, 0.3154266744690277, 0.02477916535229312, 0.028099737341352148, 0.011773319252862843, 0.04470242278150478, 0.03634522094591574, 0.041627179759588344], "min": [0.37967867707989467, 0.13584771758696643, 1.1567919968843063, -0.08888703225966349, -0.11093017245662784, 0.5715043187940344, 0.39636997409910724, -0.2802741671790135, 1.119718637073396, -0.12696754287277923, -0.06762921645257158, -1.433747185866024], "max": [0.5592816735650898, 0.3697049578829636, 1.2805955740364883, 0.03706299738441332, 0.07520792714494329, 1.6940374165531606, 0.5111531021594834, -0.18867101642545778, 1.157958433181198, 0.06082238997459899, 0.08446446118448447, -1.2833322955130781], "count": [978]}, "gripper_mode_state": {"mean": [0.4212678936605317, 0.33026584867075665], "std": [0.49376234711787137, 0.47030874739104833], "min": [0, 0], "max": [1, 1], "count": [978]}, "gripper_activity_state": {"mean": [1.99079754601227, 1.8916155419222904], "std": [0.12350197631409432, 0.41013645223474277], "min": [0, 0], "max": [2, 2], "count": [978]}, "gripper_mode_action": {"mean": [0.4212678936605317, 0.33026584867075665], "std": [0.49376234711787137, 0.47030874739104833], "min": [0, 0], "max": [1, 1], "count": [978]}, "gripper_activity_action": {"mean": [1.99079754601227, 1.8916155419222904], "std": [0.12350197631409432, 0.41013645223474277], "min": [0, 0], "max": [2, 2], "count": [978]}}} +{"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.46221821971542243]], [[0.4470047852474323]], [[0.43035348161003534]]], "std": [[[0.17444200991273892]], [[0.16225385429734848]], [[0.1629073429449898]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46705528914464334]], [[0.4543784367007673]], [[0.44106080511914914]]], "std": [[[0.15316127292729034]], [[0.137817175923974]], [[0.1395994575850402]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47159767131490277]], [[0.4670664644480981]], [[0.4602995841452523]]], "std": [[[0.13905393104200725]], [[0.1397777571285889]], [[0.14600587021717504]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4934593989769821]], [[0.497680462946048]], [[0.4768640543173791]]], "std": [[[0.1694149041719049]], [[0.1375863531010158]], [[0.13729302755671138]]], "count": [161]}, "observation.state": {"min": [-0.4579569399356842, 0.18612191081047058, -0.12021827697753906, -1.9200541973114014, -0.5872683525085449, -0.10096729546785355, -0.5307022333145142, -0.28968700766563416, 0.35442399978637695, 0.011610999703407288, -1.9665656089782715, -1.9061670303344727, -1.3691997528076172, -0.17332863807678223, 0.11571533232927322, -0.26258477568626404, -1.8056129217147827, 0.05085889622569084, -0.06370452046394348, -0.0262148454785347, -0.33021900057792664, -0.4875139892101288, 0.10967099666595459, 1.2312389612197876, -1.5745066404342651, 0.9779690504074097, 0.0, 0.0, -0.06075391173362732, -0.25676319003105164, -0.8381398320198059, 1.9063807725906372, -1.0700387954711914, -0.004680729936808348], "max": [0.3090628981590271, 0.5455375909805298, 0.5476494431495667, -1.5103905200958252, -0.19305086135864258, 0.2378883808851242, 0.0714188739657402, -0.1720699965953827, 0.49638301134109497, 0.2637760043144226, -1.2201368808746338, -1.2048468589782715, -0.6128865480422974, 0.18858283758163452, 0.25328218936920166, 0.08560840040445328, -1.3286842107772827, 0.2623578906059265, 0.17634807527065277, 0.1805892139673233, -0.25823700428009033, -0.37615999579429626, 0.25257301330566406, 1.4874764680862427, -1.2727384567260742, 1.1505922079086304, 1001.0, 1003.0, -0.06073511019349098, -0.2558871805667877, -0.8355932235717773, 1.9079797267913818, -1.0663115978240967, 0.0060020796954631805], "mean": [0.12262734770774841, 0.2684475779533386, 0.11443881690502167, -1.7910679578781128, -0.3135288655757904, 0.01101345382630825, -0.10914920270442963, -0.2589591443538666, 0.39036059379577637, 0.17483627796173096, -1.4255034923553467, -1.4151840209960938, -1.101608157157898, -0.09167636185884476, 0.19844244420528412, -0.055173709988594055, -1.7027643918991089, 0.22147424519062042, 0.05764132738113403, 0.13918404281139374, -0.286135733127594, -0.4117686152458191, 0.18526016175746918, 1.338751196861267, -1.4045408964157104, 1.095933437347412, 552.5966186523438, 590.9613647460938, -0.06074238941073418, -0.2561075687408447, -0.8372839093208313, 1.9066978693008423, -1.0682861804962158, 0.00012856033572461456], "std": [0.23979666829109192, 0.0772773027420044, 0.17489366233348846, 0.10102672129869461, 0.10728131234645844, 0.08341241627931595, 0.1697292923927307, 0.03979362174868584, 0.03874443843960762, 0.06959039717912674, 0.23468315601348877, 0.20208507776260376, 0.18010830879211426, 0.1045670360326767, 0.02689935266971588, 0.10074592381715775, 0.1370222121477127, 0.0622558631002903, 0.05360235273838043, 0.06027807667851448, 0.02125796116888523, 0.028701819479465485, 0.03801650553941727, 0.061514776200056076, 0.07681360840797424, 0.06175689026713371, 485.33721923828125, 479.8865966796875, 9.182049325318076e-07, 0.00013582284736912698, 0.0006257136119529605, 0.00025391794042661786, 0.0008820750517770648, 0.0011489305179566145], "count": [880]}, "action": {"min": [-0.4579569399356842, 0.18612191081047058, -0.12021827697753906, -1.9200541973114014, -0.5872683525085449, -0.10096729546785355, -0.5307022333145142, -0.28968700766563416, 0.35442399978637695, 0.011610999703407288, -1.9665656089782715, -1.9061670303344727, -1.3691997528076172, -0.17332863807678223, 0.11571533232927322, -0.26258477568626404, -1.8056129217147827, 0.05085889622569084, -0.06370452046394348, -0.0262148454785347, -0.33021900057792664, -0.4875139892101288, 0.10967099666595459, 1.2312389612197876, -1.5745066404342651, 0.9779690504074097, 0.0, 0.0, -0.06075391173362732, -0.25676319003105164, -0.8381398320198059, 1.9063807725906372, -1.0700387954711914, -0.004680729936808348], "max": [0.3090628981590271, 0.5455375909805298, 0.5476494431495667, -1.5103905200958252, -0.19305086135864258, 0.2378883808851242, 0.0714188739657402, -0.1720699965953827, 0.49638301134109497, 0.2637760043144226, -1.2201368808746338, -1.2048468589782715, -0.6128865480422974, 0.18858283758163452, 0.25328218936920166, 0.08560840040445328, -1.3286842107772827, 0.2623578906059265, 0.17634807527065277, 0.1805892139673233, -0.25823700428009033, -0.37615999579429626, 0.25257301330566406, 1.4874764680862427, -1.2727384567260742, 1.1505922079086304, 1001.0, 1003.0, -0.06073511019349098, -0.2558871805667877, -0.8355932235717773, 1.9079797267913818, -1.0663115978240967, 0.0060020796954631805], "mean": [0.12244674563407898, 0.26839038729667664, 0.11440204083919525, -1.7908943891525269, -0.31346380710601807, 0.011046851985156536, -0.10910971462726593, -0.2589651942253113, 0.3904133141040802, 0.17485976219177246, -1.4254209995269775, -1.4150784015655518, -1.1016390323638916, -0.09164297580718994, 0.19847139716148376, -0.05485772714018822, -1.7027692794799805, 0.22168368101119995, 0.057776033878326416, 0.1393989771604538, -0.2861127555370331, -0.41179630160331726, 0.18537573516368866, 1.3385977745056152, -1.4045910835266113, 1.0960206985473633, 552.5966186523438, 590.9682006835938, -0.06074238941073418, -0.25610753893852234, -0.8372853994369507, 1.9066978693008423, -1.0682846307754517, 0.00012828527542296797], "std": [0.23974870145320892, 0.07731623202562332, 0.174912229180336, 0.1010577380657196, 0.10733485221862793, 0.08340556919574738, 0.1697540432214737, 0.03979772329330444, 0.03874373435974121, 0.06960299611091614, 0.23474092781543732, 0.20215962827205658, 0.18012481927871704, 0.10454442352056503, 0.026903022080659866, 0.10053059458732605, 0.13702450692653656, 0.06204143911600113, 0.05344598740339279, 0.0600249208509922, 0.02126244083046913, 0.028679262846708298, 0.03794119134545326, 0.061341457068920135, 0.07677837461233139, 0.061769042164087296, 485.33721923828125, 479.88726806640625, 9.182049325318076e-07, 0.0001358574809273705, 0.0006252082530409098, 0.00025386360357515514, 0.000881722429767251, 0.0011489000171422958], "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": [385], "max": [385], "mean": [385.0], "std": [0.0], "count": [880]}, "index": {"min": [331110], "max": [331989], "mean": [331549.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5909090909090909, 0.589919318158751], "std": [0.4916660830178152, 0.478991373006215], "count": [880]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.5909090909090909, 0.5899238636225081], "std": [0.4916660830178153, 0.47899524551457506], "count": [880]}, "eef_direction_state": {"mean": [4.954545454545454, 5.134090909090909], "std": [1.7703947358318597, 1.8488870339917238], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_state": {"mean": [0.39886363636363636, 0.22727272727272727], "std": [0.6597165917308417, 0.4604166277127445], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_state": {"mean": [0.2852272727272727, 0.20795454545454545], "std": [0.619207663199747, 0.5507683869973892], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_direction_action": {"mean": [4.954545454545454, 5.134090909090909], "std": [1.7703947358318597, 1.8488870339917238], "min": [0, 0], "max": [6, 6], "count": [880]}, "eef_velocity_action": {"mean": [0.39886363636363636, 0.22727272727272727], "std": [0.6597165917308417, 0.4604166277127445], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_acc_mag_action": {"mean": [0.2852272727272727, 0.20795454545454545], "std": [0.619207663199747, 0.5507683869973893], "min": [0, 0], "max": [2, 2], "count": [880]}, "eef_sim_pose_state": {"mean": [0.41572729760856886, 0.25279342338686644, 1.1783083479276721, -0.041974824616951775, 0.023479505235802823, 1.2904079805371005, 0.4310103051182262, -0.2592890587238776, 1.1584545377660134, -0.022325063969736176, 0.03176399815928701, -1.3483217219931547], "std": [0.050788796105361855, 0.04594299481207806, 0.036704540919910954, 0.04944702597801223, 0.025240324098285805, 0.3024432079646366, 0.029905898659887693, 0.033393545569309575, 0.015455546669147596, 0.06610485563262057, 0.0475897423311204, 0.045003556318972696], "min": [0.3750865275443626, 0.1419867235346787, 1.151856804520867, -0.21430821725101812, -0.04988128389918556, 0.624641302661304, 0.3963668736075707, -0.31177710991420055, 1.1269483513327228, -0.14977519410339224, -0.08996057014803194, -1.477767046950167], "max": [0.5430357196672778, 0.36514965651979925, 1.2629605514130646, -0.004495747656895754, 0.0902956362506473, 1.556824827988381, 0.5090506556134834, -0.1885781456554294, 1.1845286846475658, 0.05115394095904524, 0.10636157458758277, -1.2570402296636818], "count": [880]}, "eef_sim_pose_action": {"mean": [0.4157790015507703, 0.2528031698322009, 1.178303744296738, -0.041962100192154766, 0.023451637326004082, 1.2905287893131177, 0.4310355378770786, -0.2593949958441644, 1.1584823755420575, -0.022367481387401307, 0.031879057595162796, -1.348404312116757], "std": [0.05077912261720526, 0.045946391699725815, 0.03670749098722079, 0.04945474993474228, 0.02524371911949171, 0.30252651720250406, 0.029886040898852113, 0.03331722092386485, 0.015452433968464643, 0.06607178215971889, 0.047471788731144764, 0.044989459559506624], "min": [0.3750865275443626, 0.1419867235346787, 1.151856804520867, -0.21430821725101812, -0.04988128389918556, 0.624641302661304, 0.3963668736075707, -0.31177710991420055, 1.1269483513327228, -0.14977519410339224, -0.08996057014803194, -1.477767046950167], "max": [0.5430357196672778, 0.36514965651979925, 1.2629605514130646, -0.004495747656895754, 0.0902956362506473, 1.556824827988381, 0.5090506556134834, -0.1885781456554294, 1.1845286846475658, 0.05115394095904524, 0.10636157458758277, -1.2570402296636818], "count": [880]}, "gripper_mode_state": {"mean": [0.4090909090909091, 0.4090909090909091], "std": [0.4916660830178152, 0.4916660830178244], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_state": {"mean": [1.9897727272727272, 1.8818181818181818], "std": [0.13015704912918283, 0.42867275464917204], "min": [0, 0], "max": [2, 2], "count": [880]}, "gripper_mode_action": {"mean": [0.4090909090909091, 0.4090909090909091], "std": [0.4916660830178153, 0.4916660830178244], "min": [0, 0], "max": [1, 1], "count": [880]}, "gripper_activity_action": {"mean": [1.9897727272727272, 1.8818181818181818], "std": [0.13015704912918283, 0.42867275464917204], "min": [0, 0], "max": [2, 2], "count": [880]}}} +{"episode_index": 385, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46150683798772035]], [[0.44776947539116657]], [[0.43078679812834225]]], "std": [[[0.17648194872639053]], [[0.1635986497269099]], [[0.16462632746795333]]], "count": [165]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4655358424935631]], [[0.45450345241632006]], [[0.4419077911467617]]], "std": [[[0.15517577381353537]], [[0.13990781406393835]], [[0.14150759036583643]]], "count": [165]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46646031268568033]], [[0.463477130372351]], [[0.45627197712418305]]], "std": [[[0.1414015389135257]], [[0.14138062930719006]], [[0.1476784434186883]]], "count": [165]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48662045454545455]], [[0.4914075633788869]], [[0.469243190483264]]], "std": [[[0.17087676865473928]], [[0.13463734874747652]], [[0.135650769760993]]], "count": [165]}, "observation.state": {"min": [-0.6062052249908447, 0.24082054197788239, -0.20034635066986084, -1.8862122297286987, -0.7320085763931274, -0.1655968427658081, -0.7241894602775574, -0.2925589978694916, 0.3463110029697418, 0.002985999919474125, -2.2156827449798584, -2.0194966793060303, -1.3080921173095703, -0.17756979167461395, 0.05824163556098938, -0.2626197040081024, -1.8620569705963135, 0.06583382189273834, -0.06370452046394348, -0.0262148454785347, -0.3237519860267639, -0.4842810034751892, 0.10967300087213516, 1.1689776182174683, -1.511479377746582, 0.9377757906913757, 0.0, 0.0, -0.06075579300522804, -0.2562499940395355, -0.8379393815994263, 1.9066216945648193, -1.068053960800171, -0.0028610259760171175], "max": [0.3349112272262573, 0.5963091850280762, 0.631966233253479, -1.4233160018920898, -0.2384817749261856, 0.13692107796669006, 0.04871213808655739, -0.15401999652385712, 0.5096459984779358, 0.2850160002708435, -1.2709075212478638, -1.205570936203003, -0.3135722279548645, 0.16570156812667847, 0.1892635077238083, 0.04239404574036598, -1.3917255401611328, 0.1967335194349289, 0.27408650517463684, 0.1302364617586136, -0.23787400126457214, -0.37615999579429626, 0.21114499866962433, 1.4873597621917725, -1.2408225536346436, 1.1829959154129028, 1001.0, 1002.0, -0.06072947382926941, -0.25570106506347656, -0.8375796675682068, 1.9067223072052002, -1.0669002532958984, 0.0036897175014019012], "mean": [0.123483806848526, 0.29664668440818787, 0.13024351000785828, -1.792912244796753, -0.3291018605232239, -0.014690287411212921, -0.14639823138713837, -0.25861719250679016, 0.384644478559494, 0.17540912330150604, -1.4742939472198486, -1.424179196357727, -1.0608307123184204, -0.10464631766080856, 0.1310652494430542, -0.06127052381634712, -1.7259938716888428, 0.13366669416427612, 0.057513248175382614, 0.10380503535270691, -0.28418055176734924, -0.40837907791137695, 0.16918858885765076, 1.3312782049179077, -1.3567086458206177, 1.1071301698684692, 595.07568359375, 579.131591796875, -0.06074323132634163, -0.25594112277030945, -0.8378308415412903, 1.906651258468628, -1.067743182182312, 0.0001890686253318563], "std": [0.2681906521320343, 0.09813545644283295, 0.19813373684883118, 0.11470268666744232, 0.1345619410276413, 0.05377057194709778, 0.24327223002910614, 0.04282528907060623, 0.03631076216697693, 0.0670139268040657, 0.3116312325000763, 0.21778705716133118, 0.259714275598526, 0.11231494694948196, 0.029629573225975037, 0.08824290335178375, 0.13120955228805542, 0.02744169905781746, 0.09683492034673691, 0.0455634668469429, 0.02097502537071705, 0.03135765343904495, 0.02984699048101902, 0.08762393146753311, 0.0841289535164833, 0.07983218133449554, 479.256103515625, 481.7665100097656, 1.2199756156405783e-06, 3.1526116799796e-05, 9.956750727724284e-05, 2.5661605832283385e-05, 0.00026044106925837696, 0.0005987748736515641], "count": [912]}, "action": {"min": [-0.6062052249908447, 0.24082054197788239, -0.20034635066986084, -1.8862122297286987, -0.7320085763931274, -0.1655968427658081, -0.7241894602775574, -0.2925589978694916, 0.3463110029697418, 0.002985999919474125, -2.2156827449798584, -2.0194966793060303, -1.3080921173095703, -0.17756979167461395, 0.05824163556098938, -0.2626197040081024, -1.8620569705963135, 0.06583382189273834, -0.06370452046394348, -0.0262148454785347, -0.3237519860267639, -0.4842810034751892, 0.10967300087213516, 1.1689776182174683, -1.511479377746582, 0.9377757906913757, 0.0, 0.0, -0.06075579300522804, -0.2562499940395355, -0.8379393815994263, 1.9066216945648193, -1.068053960800171, -0.0028610259760171175], "max": [0.3349112272262573, 0.5963091850280762, 0.631966233253479, -1.4233160018920898, -0.2384817749261856, 0.13692107796669006, 0.04871213808655739, -0.15401999652385712, 0.5096459984779358, 0.2850160002708435, -1.2709075212478638, -1.205570936203003, -0.3135722279548645, 0.16570156812667847, 0.1892635077238083, 0.04239404574036598, -1.3917255401611328, 0.1967335194349289, 0.27408650517463684, 0.1302364617586136, -0.23787400126457214, -0.37615999579429626, 0.21114499866962433, 1.4873597621917725, -1.2408225536346436, 1.1829959154129028, 1001.0, 1002.0, -0.06072947382926941, -0.25570106506347656, -0.8375796675682068, 1.9067223072052002, -1.0669002532958984, 0.0036897175014019012], "mean": [0.123383067548275, 0.2966648042201996, 0.13028277456760406, -1.7928152084350586, -0.3290916383266449, -0.01467166654765606, -0.1463528573513031, -0.2586257755756378, 0.38467222452163696, 0.17541100084781647, -1.474272608757019, -1.4241472482681274, -1.0608036518096924, -0.1046496108174324, 0.13100583851337433, -0.06098036468029022, -1.7260303497314453, 0.13374535739421844, 0.0575886107981205, 0.1039724051952362, -0.284157395362854, -0.4083956778049469, 0.1692785918712616, 1.3311537504196167, -1.3566772937774658, 1.1072438955307007, 595.07568359375, 579.12939453125, -0.06074323505163193, -0.2559410631656647, -0.837830662727356, 1.9066511392593384, -1.067743182182312, 0.00018867001926992089], "std": [0.2681543827056885, 0.09812673181295395, 0.19811998307704926, 0.11469247937202454, 0.13456785678863525, 0.05377136915922165, 0.24329981207847595, 0.042830999940633774, 0.03630669042468071, 0.06701470911502838, 0.31164392828941345, 0.21780462563037872, 0.2597027122974396, 0.11231657862663269, 0.029567090794444084, 0.08801519125699997, 0.13122685253620148, 0.027350256219506264, 0.09676706045866013, 0.04536556452512741, 0.020977908745408058, 0.03134461119771004, 0.029791196808218956, 0.08749999105930328, 0.08414456993341446, 0.07984814047813416, 479.256103515625, 481.7645263671875, 1.2206954806970316e-06, 3.1527986720902845e-05, 9.973259147955105e-05, 2.567333467595745e-05, 0.0002604616165626794, 0.0005987694603390992], "count": [912]}, "timestamp": {"min": [0.0], "max": [30.366666666666667], "mean": [15.183333333333334], "std": [8.775718816184845], "count": [912]}, "frame_index": {"min": [0], "max": [911], "mean": [455.5], "std": [263.27156448554535], "count": [912]}, "episode_index": {"min": [386], "max": [386], "mean": [386.0], "std": [0.0], "count": [912]}, "index": {"min": [331990], "max": [332901], "mean": [332445.5], "std": [263.27156448554535], "count": [912]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [912]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6326754385964912, 0.5790526316018179], "std": [0.48207595666370695, 0.4816949806610824], "count": [912]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6326754385964912, 0.5790526316018179], "std": [0.48207595666370695, 0.4816949806610824], "count": [912]}, "eef_direction_state": {"mean": [4.9298245614035086, 5.154605263157895], "std": [1.806879146463053, 1.8146578678958238], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_state": {"mean": [0.3881578947368421, 0.23026315789473684], "std": [0.6510720791603931, 0.42617836749812027], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_acc_mag_state": {"mean": [0.31030701754385964, 0.17105263157894737], "std": [0.6532502358610409, 0.49704807282958613], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_direction_action": {"mean": [4.9298245614035086, 5.154605263157895], "std": [1.8068791464630525, 1.8146578678958238], "min": [0, 0], "max": [6, 6], "count": [912]}, "eef_velocity_action": {"mean": [0.3881578947368421, 0.23026315789473684], "std": [0.6510720791603932, 0.42617836749812027], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_acc_mag_action": {"mean": [0.31030701754385964, 0.17105263157894737], "std": [0.6532502358610409, 0.49704807282958613], "min": [0, 0], "max": [2, 2], "count": [912]}, "eef_sim_pose_state": {"mean": [0.41400876150975685, 0.2565716664747417, 1.1782577144548618, -0.045626936082885185, 0.001984955619722065, 1.2437545405662442, 0.42711628074272123, -0.23921617865626155, 1.1595044992389199, -0.014604935032045872, 0.009434293645698748, -1.38422819452096], "std": [0.055245528750900066, 0.041350021936360205, 0.03924554698646119, 0.06370917224775095, 0.06544372164296587, 0.3789145180556602, 0.03246612504847304, 0.024754321408486192, 0.012508636181574157, 0.10151339764287581, 0.04254686372371767, 0.0461870991705777], "min": [0.3695018178289228, 0.1508731937993669, 1.1504087042209348, -0.2807010827717392, -0.21351543847788568, 0.3005105134640126, 0.396367509633146, -0.2680952938480991, 1.1370320138032233, -0.22634857723417834, -0.08096319430981325, -1.5020856184998346], "max": [0.5698982222655008, 0.3786152514940989, 1.278578930662573, 0.007867837307449554, 0.0911430555045627, 1.477135635453199, 0.5047225099085876, -0.188670995234104, 1.2023534993572365, 0.06345331840750912, 0.0887609465863548, -1.274579425043763], "count": [912]}, "eef_sim_pose_action": {"mean": [0.4140361736924441, 0.2565705835970225, 1.1782519272783902, -0.045602376717393596, 0.001955198325585503, 1.2437809559832669, 0.42712986100743794, -0.2392922324713607, 1.1595272362737299, -0.01460169806995521, 0.009505748971815869, -1.3843495088247597], "std": [0.05523658694151901, 0.04134982629619942, 0.03924909787798986, 0.06372430584139822, 0.0654359338386146, 0.3789294472328233, 0.0324558574572304, 0.024705490811136294, 0.012500192169981937, 0.1015154377701698, 0.04247230325638377, 0.04612245248171917], "min": [0.3695018178289228, 0.1508731937993669, 1.1504087042209348, -0.2807010827717392, -0.21351543847788568, 0.3005105134640126, 0.396367509633146, -0.2680952938480991, 1.1370320138032233, -0.22634857723417834, -0.08096319430981325, -1.5020856184998346], "max": [0.5698982222655008, 0.3786152514940989, 1.278578930662573, 0.007867837307449554, 0.0911430555045627, 1.477135635453199, 0.5047225099085876, -0.188670995234104, 1.2023534993572365, 0.06345331840750912, 0.0887609465863548, -1.274579425043763], "count": [912]}, "gripper_mode_state": {"mean": [0.3673245614035088, 0.42214912280701755], "std": [0.48207595666370695, 0.4939020559992525], "min": [0, 0], "max": [1, 1], "count": [912]}, "gripper_activity_state": {"mean": [1.9901315789473684, 1.888157894736842], "std": [0.12786705082616334, 0.41436924331579084], "min": [0, 0], "max": [2, 2], "count": [912]}, "gripper_mode_action": {"mean": [0.3673245614035088, 0.42214912280701755], "std": [0.48207595666370695, 0.4939020559992526], "min": [0, 0], "max": [1, 1], "count": [912]}, "gripper_activity_action": {"mean": [1.9901315789473684, 1.888157894736842], "std": [0.12786705082616337, 0.41436924331579084], "min": [0, 0], "max": [2, 2], "count": [912]}}} +{"episode_index": 386, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4658432138480392]], [[0.4489010378370098]], [[0.43119098754084967]]], "std": [[[0.17367313176117996]], [[0.16419286983676107]], [[0.16681666256398864]]], "count": [160]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47213930249183006]], [[0.457938885059232]], [[0.44469164113562093]]], "std": [[[0.1526962991244001]], [[0.14084463475671252]], [[0.14338596320881572]]], "count": [160]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4675786611519608]], [[0.463524768944036]], [[0.45464430785334964]]], "std": [[[0.1380482826358486]], [[0.13881456447064333]], [[0.14505476902911313]]], "count": [160]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4948497217116013]], [[0.4979217945772059]], [[0.4767820657169118]]], "std": [[[0.1729317916125628]], [[0.13782488386921674]], [[0.13909670181920308]]], "count": [160]}, "observation.state": {"min": [-0.5968502163887024, 0.21989403665065765, -0.17699383199214935, -1.981611967086792, -0.6613576412200928, -0.030281463637948036, -0.604931116104126, -0.2832919955253601, 0.3430739939212799, 0.00229199999012053, -2.023707628250122, -1.9335931539535522, -1.3367513418197632, -0.17331120371818542, 0.11995647847652435, -0.2626197040081024, -1.8145314455032349, 0.06094690039753914, -0.06431537866592407, -0.026232298463582993, -0.3187049925327301, -0.48749199509620667, 0.10967399924993515, 1.1569761037826538, -1.5978963375091553, 0.8798759579658508, 0.0, 0.0, -0.06074826791882515, -0.25640788674354553, -0.8379346132278442, 1.9066137075424194, -1.0679081678390503, -0.0022259808611124754], "max": [0.34323644638061523, 0.5848249197006226, 0.5923298597335815, -1.429861068725586, -0.1621410846710205, 0.2447998821735382, 0.1460491567850113, -0.15237799286842346, 0.5092350244522095, 0.2547610104084015, -1.213287353515625, -1.0419001579284668, -0.47526127099990845, 0.19221310317516327, 0.2056696116924286, -0.01448623277246952, -1.4028955698013306, 0.2682047486305237, 0.35182347893714905, 0.19275414943695068, -0.26038798689842224, -0.37616100907325745, 0.19571299850940704, 1.490734338760376, -1.3075112104415894, 1.0715214014053345, 1001.0, 1002.0, -0.060736991465091705, -0.25546419620513916, -0.8371827006340027, 1.9067864418029785, -1.0674803256988525, 0.003107829950749874], "mean": [0.10493940860033035, 0.28353187441825867, 0.12592709064483643, -1.801044225692749, -0.3025583028793335, 0.027659835293889046, -0.12256787717342377, -0.25171470642089844, 0.39101582765579224, 0.17327728867530823, -1.4546095132827759, -1.4000693559646606, -1.0590968132019043, -0.06477240473031998, 0.18123163282871246, -0.08284277468919754, -1.737856149673462, 0.16956983506679535, 0.16979674994945526, 0.11290689557790756, -0.277432918548584, -0.4171771705150604, 0.17033584415912628, 1.310505747795105, -1.4060313701629639, 1.027380108833313, 574.5748291015625, 620.2251586914062, -0.060743968933820724, -0.2559570372104645, -0.8377915024757385, 1.906654953956604, -1.0677385330200195, 5.388460704125464e-05], "std": [0.27751728892326355, 0.08655020594596863, 0.19248299300670624, 0.11788225173950195, 0.11488369852304459, 0.07904379814863205, 0.2029018998146057, 0.047158680856227875, 0.042929381132125854, 0.06835445016622543, 0.27299439907073975, 0.20459267497062683, 0.24375678598880768, 0.10446932911872864, 0.017276640981435776, 0.0893358588218689, 0.1256721019744873, 0.051050491631031036, 0.1111864447593689, 0.05574384704232216, 0.021290861070156097, 0.029326215386390686, 0.03060007467865944, 0.09039712697267532, 0.08940533548593521, 0.070785753428936, 482.35882568359375, 472.261474609375, 1.1704626103892224e-06, 4.939470090903342e-05, 0.00013129280705470592, 5.143923408468254e-05, 0.00013104705431032926, 0.0006395283271558583], "count": [875]}, "action": {"min": [-0.5968502163887024, 0.21989403665065765, -0.17699383199214935, -1.981611967086792, -0.6613576412200928, -0.030281463637948036, -0.604931116104126, -0.2832919955253601, 0.3430739939212799, 0.00229199999012053, -2.023707628250122, -1.9335931539535522, -1.3367513418197632, -0.17331120371818542, 0.11995647847652435, -0.2626197040081024, -1.8145314455032349, 0.06094690039753914, -0.06431537866592407, -0.026232298463582993, -0.3187049925327301, -0.48749199509620667, 0.10967399924993515, 1.1569761037826538, -1.5978963375091553, 0.8798759579658508, 0.0, 0.0, -0.06074826791882515, -0.25640788674354553, -0.8379346132278442, 1.9066137075424194, -1.0679081678390503, -0.0022259808611124754], "max": [0.34323644638061523, 0.5848249197006226, 0.5923298597335815, -1.429861068725586, -0.1621410846710205, 0.2447998821735382, 0.1460491567850113, -0.15237799286842346, 0.5092350244522095, 0.2547610104084015, -1.213287353515625, -1.0419001579284668, -0.47526127099990845, 0.19221310317516327, 0.2056696116924286, -0.01448623277246952, -1.4028955698013306, 0.2682047486305237, 0.35182347893714905, 0.19275414943695068, -0.26038798689842224, -0.37616100907325745, 0.19571299850940704, 1.490734338760376, -1.3075112104415894, 1.0715214014053345, 1001.0, 1002.0, -0.060736991465091705, -0.25546419620513916, -0.8371827006340027, 1.9067864418029785, -1.0674803256988525, 0.003107829950749874], "mean": [0.10475398600101471, 0.2835102677345276, 0.1259300410747528, -1.8009278774261475, -0.30245891213417053, 0.027757255360484123, -0.12248336523771286, -0.25170430541038513, 0.39106911420822144, 0.1732926368713379, -1.4545538425445557, -1.3999238014221191, -1.0590667724609375, -0.06469656527042389, 0.18122908473014832, -0.08256029337644577, -1.7379014492034912, 0.16969342529773712, 0.1700664609670639, 0.11308960616588593, -0.27739739418029785, -0.4172147512435913, 0.17043159902095795, 1.3103251457214355, -1.4060695171356201, 1.0273845195770264, 574.5748291015625, 620.2251586914062, -0.06074397638440132, -0.25595715641975403, -0.8377916216850281, 1.906655192375183, -1.0677385330200195, 5.387917553889565e-05], "std": [0.2774641215801239, 0.08656318485736847, 0.19248166680335999, 0.1178848072886467, 0.11496342718601227, 0.07903660833835602, 0.20295999944210052, 0.04715270176529884, 0.042928073555231094, 0.06836234778165817, 0.2730310559272766, 0.20469582080841064, 0.24374249577522278, 0.1044151708483696, 0.017275631427764893, 0.08915730565786362, 0.125691220164299, 0.05092979595065117, 0.11090613901615143, 0.05554884299635887, 0.02129223570227623, 0.029294639825820923, 0.030541207641363144, 0.09022516012191772, 0.08937960118055344, 0.0707884430885315, 482.35882568359375, 472.261474609375, 1.1723774377969676e-06, 4.9415120884077623e-05, 0.00013124081306159496, 5.14956955157686e-05, 0.00013104798563290387, 0.0006395286764018238], "count": [875]}, "timestamp": {"min": [0.0], "max": [29.133333333333333], "mean": [14.566666666666665], "std": [8.419685927106254], "count": [875]}, "frame_index": {"min": [0], "max": [874], "mean": [437.0], "std": [252.59057781318765], "count": [875]}, "episode_index": {"min": [387], "max": [387], "mean": [387.0], "std": [0.0], "count": [875]}, "index": {"min": [332902], "max": [333776], "mean": [333339.0], "std": [252.59057781318765], "count": [875]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [875]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6125714285714285, 0.6202228572403213], "std": [0.4871628818674416, 0.47226179129083795], "count": [875]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6125714285714285, 0.6202228572403213], "std": [0.4871628818674416, 0.47226179129083795], "count": [875]}, "eef_direction_state": {"mean": [4.769142857142858, 5.224], "std": [2.0472607084011702, 1.8293155628735505], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_state": {"mean": [0.37714285714285717, 0.16457142857142856], "std": [0.6136940672381186, 0.37386279268617], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_state": {"mean": [0.27885714285714286, 0.128], "std": [0.6233172612428333, 0.4403427236661322], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_direction_action": {"mean": [4.769142857142858, 5.224], "std": [2.0472607084011702, 1.8293155628735505], "min": [0, 0], "max": [6, 6], "count": [875]}, "eef_velocity_action": {"mean": [0.37714285714285717, 0.16457142857142856], "std": [0.6136940672381186, 0.37386279268617], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_acc_mag_action": {"mean": [0.27885714285714286, 0.128], "std": [0.6233172612428333, 0.4403427236661322], "min": [0, 0], "max": [2, 2], "count": [875]}, "eef_sim_pose_state": {"mean": [0.4183320359547497, 0.25292938496280964, 1.1865959203289695, -0.03274745883781934, -0.007460188252900132, 1.2684642318869417, 0.43716641934340145, -0.24459950810440906, 1.1739828911177461, -0.08248911786458198, 0.0062951472239552225, -1.34685943426586], "std": [0.05773168851965036, 0.041788751909963465, 0.04522842425020859, 0.056530224277954594, 0.06843053768924756, 0.3432838815848244, 0.031173834901581425, 0.026461774829009594, 0.016549734331831396, 0.09924087291431738, 0.050691356491044864, 0.04234167020580319], "min": [0.36902544776369, 0.14666311470802526, 1.1567241733364, -0.27621908072045265, -0.23211318676670256, 0.4581755186980816, 0.39636729979474167, -0.2643301550264568, 1.1444682588287813, -0.27917921238088084, -0.09609984333324406, -1.4161804283885169], "max": [0.5688742530616465, 0.3638696254574051, 1.2861924153349464, 0.02762567424107154, 0.04362515249505239, 1.6760048273233497, 0.5111164997471411, -0.18866981753966722, 1.190495001102629, 0.05420175046238174, 0.10762932316018681, -1.2320502128720061], "count": [875]}, "eef_sim_pose_action": {"mean": [0.4183843382688464, 0.2529316578368061, 1.1866089107999238, -0.03272503302388303, -0.007554175680736482, 1.2685786203980416, 0.43720163456363637, -0.24468527778965224, 1.1740307561391354, -0.08259758823233916, 0.006366106100391364, -1.346945050133103], "std": [0.05772084075240109, 0.041789437309733175, 0.045221501612909075, 0.05654012679893016, 0.06843178891417766, 0.343359656111654, 0.031145158047279204, 0.02640200288292861, 0.01652494683669514, 0.09915006633544772, 0.05063137792158239, 0.04233146284447722], "min": [0.36902544776369, 0.14666311470802526, 1.1567241733364, -0.27621908072045265, -0.23211318676670256, 0.4581755186980816, 0.39636729979474167, -0.2643301550264568, 1.1444682588287813, -0.27917921238088084, -0.09609984333324406, -1.4161804283885169], "max": [0.5688742530616465, 0.3638696254574051, 1.2861924153349464, 0.02762567424107154, 0.04362515249505239, 1.6760048273233497, 0.5111164997471411, -0.18866981753966722, 1.190495001102629, 0.05420175046238174, 0.10762932316018681, -1.2320502128720061], "count": [875]}, "gripper_mode_state": {"mean": [0.38742857142857146, 0.3782857142857143], "std": [0.4871628818674416, 0.4849594134080218], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_state": {"mean": [1.9897142857142858, 1.88], "std": [0.1305260940367471, 0.4308131845707567], "min": [0, 0], "max": [2, 2], "count": [875]}, "gripper_mode_action": {"mean": [0.38742857142857146, 0.3782857142857143], "std": [0.4871628818674416, 0.48495941340802173], "min": [0, 0], "max": [1, 1], "count": [875]}, "gripper_activity_action": {"mean": [1.9897142857142858, 1.88], "std": [0.13052609403674711, 0.4308131845707567], "min": [0, 0], "max": [2, 2], "count": [875]}}} +{"episode_index": 387, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47010171216475094]], [[0.4528897821820299]], [[0.43642084554128163]]], "std": [[[0.17628179522884854]], [[0.168804341596814]], [[0.17087014719807658]]], "count": [174]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46668881470212603]], [[0.4549143753286755]], [[0.44157797357448725]]], "std": [[[0.15302632884058517]], [[0.1418917229309526]], [[0.14452456442966116]]], "count": [174]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46403594536473597]], [[0.46058715066486366]], [[0.45194947435391786]]], "std": [[[0.1383894921284033]], [[0.13770507346926558]], [[0.14379463565674636]]], "count": [174]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4892327844451957]], [[0.48831234857448724]], [[0.4677610176733529]]], "std": [[[0.16795796806301921]], [[0.13557137510569292]], [[0.1375011142924967]]], "count": [174]}, "observation.state": {"min": [-0.6054896712303162, 0.19720475375652313, -0.1485973298549652, -1.970371961593628, -0.5806012153625488, -0.08735372871160507, -0.6605547666549683, -0.2832599878311157, 0.34909799695014954, -0.013565000146627426, -2.2932233810424805, -1.9357439279556274, -1.2824103832244873, -0.18151423335075378, 0.10930997133255005, -0.2626197040081024, -1.8428581953048706, 0.0590444877743721, -0.06370452046394348, -0.026232298463582993, -0.3230839967727661, -0.4864389896392822, 0.10966499894857407, 1.1887375116348267, -1.5784955024719238, 0.904051661491394, 0.0, 0.0, -0.06075014919042587, -0.25611087679862976, -0.8383870720863342, 1.9065543413162231, -1.0699214935302734, -0.003526447108015418], "max": [0.29853856563568115, 0.5760284662246704, 0.5930628776550293, -1.35165274143219, -0.20626300573349, 0.13863149285316467, 0.13093459606170654, -0.11707200109958649, 0.5158420205116272, 0.2473669946193695, -1.2644596099853516, -1.1550543308258057, -0.5926268696784973, 0.17818064987659454, 0.20003218948841095, -0.008377579972147942, -1.386733889579773, 0.2598620653152466, 0.281748503446579, 0.1693841964006424, -0.2563210129737854, -0.37616801261901855, 0.19064199924468994, 1.510138988494873, -1.3127355575561523, 1.2155656814575195, 1001.0, 1002.0, -0.060736991465091705, -0.2558702528476715, -0.8361312747001648, 1.9068799018859863, -1.0654605627059937, 0.002903742017224431], "mean": [0.10660316050052643, 0.2769455015659332, 0.14563122391700745, -1.8086159229278564, -0.31577786803245544, 0.005789483431726694, -0.1237160935997963, -0.2485317438840866, 0.386924147605896, 0.16301989555358887, -1.4851257801055908, -1.4233149290084839, -1.0724457502365112, -0.11538290232419968, 0.1636994481086731, -0.07922530174255371, -1.7502654790878296, 0.19175036251544952, 0.05184135586023331, 0.11336279660463333, -0.27778318524360657, -0.4038129448890686, 0.16735348105430603, 1.3539483547210693, -1.3968397378921509, 1.1221474409103394, 589.6307983398438, 615.1159057617188, -0.06074364855885506, -0.2559693455696106, -0.8376704454421997, 1.9067175388336182, -1.0677919387817383, 0.00013150084123481065], "std": [0.2812543511390686, 0.07476197183132172, 0.19897769391536713, 0.12465456873178482, 0.11266356706619263, 0.05092693492770195, 0.20796187222003937, 0.05107004940509796, 0.03792322054505348, 0.07627057284116745, 0.3125763535499573, 0.21754412353038788, 0.21109475195407867, 0.11537807434797287, 0.018212823197245598, 0.09020891785621643, 0.1318943351507187, 0.054952092468738556, 0.10490740835666656, 0.057422854006290436, 0.02194715291261673, 0.03183337673544884, 0.027986031025648117, 0.08583926409482956, 0.07857593894004822, 0.10843457281589508, 481.017578125, 474.8155822753906, 1.1501928156576469e-06, 3.6820212699240074e-05, 0.00021948326320853084, 4.801684190169908e-05, 0.000408767256885767, 0.0006172337452881038], "count": [975]}, "action": {"min": [-0.6054896712303162, 0.19720475375652313, -0.1485973298549652, -1.970371961593628, -0.5806012153625488, -0.08735372871160507, -0.6605547666549683, -0.2832599878311157, 0.34909799695014954, -0.013565000146627426, -2.2932233810424805, -1.9357439279556274, -1.2824103832244873, -0.18151423335075378, 0.10930997133255005, -0.2626197040081024, -1.8428581953048706, 0.0590444877743721, -0.06370452046394348, -0.0262148454785347, -0.3230839967727661, -0.4864389896392822, 0.10966499894857407, 1.1887375116348267, -1.5784955024719238, 0.904051661491394, 0.0, 0.0, -0.06075014919042587, -0.25611087679862976, -0.8383870720863342, 1.9065543413162231, -1.0699214935302734, -0.003526447108015418], "max": [0.29853856563568115, 0.5760284662246704, 0.5930628776550293, -1.35165274143219, -0.20626300573349, 0.13863149285316467, 0.13093459606170654, -0.11707200109958649, 0.5158420205116272, 0.2473669946193695, -1.2644596099853516, -1.1550543308258057, -0.5926268696784973, 0.17818064987659454, 0.20003218948841095, -0.008377579972147942, -1.386733889579773, 0.2598620653152466, 0.281748503446579, 0.1693841964006424, -0.2563210129737854, -0.37616801261901855, 0.19064199924468994, 1.510138988494873, -1.3127355575561523, 1.2155656814575195, 1001.0, 1002.0, -0.060736991465091705, -0.2558702528476715, -0.8361312747001648, 1.9068799018859863, -1.0654605627059937, 0.002903742017224431], "mean": [0.10656667500734329, 0.2769584357738495, 0.14564822614192963, -1.8086315393447876, -0.315731018781662, 0.005835398565977812, -0.12363069504499435, -0.24851854145526886, 0.38693445920944214, 0.16302330791950226, -1.4851092100143433, -1.4232234954833984, -1.0724362134933472, -0.11539097130298615, 0.16366899013519287, -0.0789688304066658, -1.75032377243042, 0.19190330803394318, 0.051911596208810806, 0.11352986097335815, -0.27775245904922485, -0.40382593870162964, 0.1674334704875946, 1.3538459539413452, -1.396870732307434, 1.122291922569275, 589.6307983398438, 615.1159057617188, -0.06074364855885506, -0.25596922636032104, -0.8376703262329102, 1.9067175388336182, -1.0677920579910278, 0.00013145702541805804], "std": [0.28123632073402405, 0.07475687563419342, 0.19896970689296722, 0.12466061860322952, 0.11269878596067429, 0.05092311277985573, 0.2080216258764267, 0.05106272175908089, 0.0379190668463707, 0.0762723758816719, 0.31258654594421387, 0.21760675311088562, 0.21109004318714142, 0.11538238078355789, 0.018194731324911118, 0.0900425910949707, 0.13191626965999603, 0.05480846390128136, 0.10485314577817917, 0.057253025472164154, 0.021948058158159256, 0.031824659556150436, 0.02793261967599392, 0.08575323969125748, 0.07855537533760071, 0.10845580697059631, 481.017578125, 474.8155822753906, 1.1501928156576469e-06, 3.6851160984952e-05, 0.00021947702043689787, 4.80038725072518e-05, 0.00040881591849029064, 0.0006172359571792185], "count": [975]}, "timestamp": {"min": [0.0], "max": [32.46666666666667], "mean": [16.233333333333334], "std": [9.381936939712435], "count": [975]}, "frame_index": {"min": [0], "max": [974], "mean": [487.0], "std": [281.45810819137307], "count": [975]}, "episode_index": {"min": [388], "max": [388], "mean": [388.0], "std": [0.0], "count": [975]}, "index": {"min": [333777], "max": [334751], "mean": [334264.0], "std": [281.45810819137307], "count": [975]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [975]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6235897435897436, 0.6151138461818202], "std": [0.4844848555728284, 0.47481805688776385], "count": [975]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6235897435897436, 0.6151138461818202], "std": [0.4844848555728284, 0.47481805688776385], "count": [975]}, "eef_direction_state": {"mean": [4.76, 5.32923076923077], "std": [2.0506009125532256, 1.6663538957016015], "min": [0, 0], "max": [6, 6], "count": [975]}, "eef_velocity_state": {"mean": [0.41333333333333333, 0.18153846153846154], "std": [0.6535321518519742, 0.4112117082884737], "min": [0, 0], "max": [2, 2], "count": [975]}, "eef_acc_mag_state": {"mean": [0.30153846153846153, 0.13230769230769232], "std": [0.641590725289199, 0.44368192313320914], "min": [0, 0], "max": [2, 2], "count": [975]}, "eef_direction_action": {"mean": [4.76, 5.32923076923077], "std": [2.0506009125532256, 1.6663538957016015], "min": [0, 0], "max": [6, 6], "count": [975]}, "eef_velocity_action": {"mean": [0.41333333333333333, 0.18153846153846154], "std": [0.6535321518519742, 0.41121170828847364], "min": [0, 0], "max": [2, 2], "count": [975]}, "eef_acc_mag_action": {"mean": [0.30153846153846153, 0.13230769230769232], "std": [0.641590725289199, 0.44368192313320914], "min": [0, 0], "max": [2, 2], "count": [975]}, "eef_sim_pose_state": {"mean": [0.4161080057663321, 0.24478735071878413, 1.1868429419336681, -0.058663587516130884, -0.0013399197927478873, 1.2439657270054054, 0.42343338408450726, -0.2411467124207559, 1.163769210317693, 0.004008431078522498, 0.03779432350522402, -1.3484359528083016], "std": [0.05746836517979701, 0.04605617220734931, 0.044386782880913314, 0.06992151596405224, 0.04800792887041641, 0.3634368523697823, 0.03332019031737314, 0.024190974712766322, 0.012299199412239115, 0.11325468974902034, 0.049276334548731496, 0.03816104735250279], "min": [0.37687509978358663, 0.12963400479462753, 1.1567924547208333, -0.3614198753349036, -0.13424408761109552, 0.47365631142562403, 0.39637786385054685, -0.2580340499389154, 1.1414158562645398, -0.2251688198306413, -0.09118785420626452, -1.4167829892383117], "max": [0.5782160846655975, 0.3443789304325441, 1.2850507371184008, -0.014577691579193197, 0.032781473693206165, 1.5779626556605781, 0.5079215499602565, -0.18866748190118585, 1.1854008946125791, 0.07489037254008923, 0.11058853617890874, -1.2753637110383313], "count": [975]}, "eef_sim_pose_action": {"mean": [0.41611764536150736, 0.24478365427722393, 1.1868560106166748, -0.05866503718265837, -0.0013974716343914176, 1.2440291117690607, 0.42344441976384845, -0.2412175212336541, 1.1637968077652723, 0.0040353053457734345, 0.0379150646155686, -1.3485108721847876], "std": [0.05746368305425017, 0.04605473299154801, 0.044379813524628185, 0.06992067945839085, 0.04800074635075021, 0.3634774362741723, 0.03331301193484771, 0.02413835170780047, 0.012286118394064864, 0.11326820847331827, 0.04916218985194289, 0.03814622561527171], "min": [0.37687509978358663, 0.12963400479462753, 1.1567924547208333, -0.3614198753349036, -0.13424408761109552, 0.47365631142562403, 0.39637786385054685, -0.2580340499389154, 1.1414158562645398, -0.2251688198306413, -0.09118785420626452, -1.4167829892383117], "max": [0.5782160846655975, 0.3443789304325441, 1.2850507371184008, -0.014577691579193197, 0.032781473693206165, 1.5779626556605781, 0.5079215499602565, -0.18866748190118585, 1.1854008946125791, 0.07489037254008923, 0.11058853617890874, -1.2753637110383313], "count": [975]}, "gripper_mode_state": {"mean": [0.3764102564102564, 0.38461538461538464], "std": [0.4844848555728284, 0.4865042554105151], "min": [0, 0], "max": [1, 1], "count": [975]}, "gripper_activity_state": {"mean": [1.9907692307692308, 1.8912820512820512], "std": [0.12369077687533386, 0.41072281180788667], "min": [0, 0], "max": [2, 2], "count": [975]}, "gripper_mode_action": {"mean": [0.3764102564102564, 0.38461538461538464], "std": [0.4844848555728284, 0.4865042554105151], "min": [0, 0], "max": [1, 1], "count": [975]}, "gripper_activity_action": {"mean": [1.9907692307692308, 1.8912820512820512], "std": [0.12369077687533385, 0.4107228118078866], "min": [0, 0], "max": [2, 2], "count": [975]}}} +{"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.46058410869655714]], [[0.44481863915948544]], [[0.42705035177552975]]], "std": [[[0.17458435827280225]], [[0.1630358411500867]], [[0.16512772419749702]]], "count": [157]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4624079880625286]], [[0.44970482338370593]], [[0.43668352040922526]]], "std": [[[0.15419941613797636]], [[0.13996861442109249]], [[0.14199119655422282]]], "count": [157]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4667370113650556]], [[0.46185392338995046]], [[0.4522007878522959]]], "std": [[[0.13974479186177372]], [[0.13890573498194597]], [[0.1445962973655726]]], "count": [157]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4872864511781358]], [[0.49190764981682694]], [[0.46884953530244367]]], "std": [[[0.17750543313743405]], [[0.13763278720445232]], [[0.13731433117594194]]], "count": [157]}, "observation.state": {"min": [-0.5156924724578857, 0.14896385371685028, -0.11767009645700455, -2.0943078994750977, -0.4790056049823761, -0.020839231088757515, -0.37486183643341064, -0.28326401114463806, 0.3490990102291107, -0.020688999444246292, -1.8923203945159912, -1.8628937005996704, -1.2601861953735352, -0.17608626186847687, 0.06667157262563705, -0.2626197040081024, -1.8056304454803467, 0.058712877333164215, -0.06370452046394348, -0.026232298463582993, -0.3253990113735199, -0.4836539924144745, 0.10967300087213516, 1.1978338956832886, -1.5130404233932495, 0.9446132779121399, 0.0, 0.0, -0.060752030462026596, -0.25646618008613586, -0.838034451007843, 1.9066675901412964, -1.0683653354644775, -0.003777048084884882], "max": [0.3084346055984497, 0.40826740860939026, 0.5471956133842468, -1.460631251335144, -0.14983651041984558, 0.2644348442554474, 0.12714722752571106, -0.1622219979763031, 0.5025579929351807, 0.23332500457763672, -1.1792209148406982, -1.1589032411575317, -0.6716922521591187, 0.1647590696811676, 0.1892635077238083, -0.02626720443367958, -1.3966822624206543, 0.1610066294670105, 0.2042035162448883, 0.1318945288658142, -0.267304003238678, -0.37615999579429626, 0.1829719990491867, 1.4787561893463135, -1.302808165550232, 1.148072361946106, 1001.0, 1002.0, -0.06073322892189026, -0.2556559443473816, -0.8369315266609192, 1.9069346189498901, -1.066992998123169, 0.004177629482001066], "mean": [0.15003995597362518, 0.24660609662532806, 0.10629113763570786, -1.8321661949157715, -0.2759224474430084, 0.042406197637319565, -0.07531489431858063, -0.25702181458473206, 0.38348448276519775, 0.1722731590270996, -1.39775550365448, -1.3870104551315308, -1.1053355932235718, -0.10414528846740723, 0.13897928595542908, -0.08696801215410233, -1.7324614524841309, 0.11820688098669052, 0.055507976561784744, 0.089658223092556, -0.28290683031082153, -0.4076962172985077, 0.16145804524421692, 1.35140061378479, -1.3502639532089233, 1.0920865535736084, 611.7840576171875, 630.01171875, -0.06074382737278938, -0.2559657394886017, -0.8378218412399292, 1.9067376852035522, -1.067657709121704, 8.1865735410247e-05], "std": [0.223624587059021, 0.04852376505732536, 0.17033779621124268, 0.1054951548576355, 0.07595530152320862, 0.08881635963916779, 0.1286650449037552, 0.04235241189599037, 0.03292218595743179, 0.07216057181358337, 0.21772454679012299, 0.18378137052059174, 0.16816136240959167, 0.10166245698928833, 0.029724445194005966, 0.08377346396446228, 0.12670890986919403, 0.02419384941458702, 0.08017153292894363, 0.04877164214849472, 0.02094336226582527, 0.029332827776670456, 0.027304062619805336, 0.08097130805253983, 0.07173847407102585, 0.07091545313596725, 474.7481689453125, 469.3067932128906, 1.0916110113612376e-06, 9.319114178651944e-05, 0.0001345901982858777, 4.0993865695782006e-05, 0.0002895323559641838, 0.0008434983901679516], "count": [852]}, "action": {"min": [-0.5156924724578857, 0.14896385371685028, -0.11767009645700455, -2.0943078994750977, -0.4790056049823761, -0.020839231088757515, -0.37486183643341064, -0.28326401114463806, 0.3490990102291107, -0.020688999444246292, -1.8923203945159912, -1.8628937005996704, -1.2601861953735352, -0.17608626186847687, 0.06667157262563705, -0.2626197040081024, -1.8056304454803467, 0.058712877333164215, -0.06370452046394348, -0.026232298463582993, -0.3253990113735199, -0.4836539924144745, 0.10967300087213516, 1.1978338956832886, -1.5130404233932495, 0.9446132779121399, 0.0, 0.0, -0.060752030462026596, -0.25646618008613586, -0.838034451007843, 1.9066675901412964, -1.0683653354644775, -0.003777048084884882], "max": [0.3084346055984497, 0.40826740860939026, 0.5471956133842468, -1.460631251335144, -0.14983651041984558, 0.2644348442554474, 0.12714722752571106, -0.1622219979763031, 0.5025579929351807, 0.23332500457763672, -1.1792209148406982, -1.1589032411575317, -0.6716922521591187, 0.1647590696811676, 0.1892635077238083, -0.02626720443367958, -1.3966822624206543, 0.1610066294670105, 0.2042035162448883, 0.1318945288658142, -0.267304003238678, -0.37615999579429626, 0.1829719990491867, 1.4787561893463135, -1.302808165550232, 1.148072361946106, 1001.0, 1002.0, -0.06073322892189026, -0.2556559443473816, -0.8369315266609192, 1.9069346189498901, -1.066992998123169, 0.004177629482001066], "mean": [0.14992755651474, 0.24653995037078857, 0.10623504221439362, -1.8321064710617065, -0.2758060097694397, 0.042518168687820435, -0.07525771111249924, -0.25701552629470825, 0.3835177719593048, 0.17229633033275604, -1.3976566791534424, -1.3868712186813354, -1.1053199768066406, -0.10412368178367615, 0.13892407715320587, -0.08669254928827286, -1.73250150680542, 0.1182776615023613, 0.055621832609176636, 0.08981785178184509, -0.2828778624534607, -0.40772029757499695, 0.16154319047927856, 1.3512752056121826, -1.350235939025879, 1.092179298400879, 611.7840576171875, 630.01171875, -0.060743823647499084, -0.25596606731414795, -0.8378220200538635, 1.9067378044128418, -1.067657709121704, 8.181226439774036e-05], "std": [0.22359047830104828, 0.048569776117801666, 0.1703670173883438, 0.10549992322921753, 0.07606492936611176, 0.0887966901063919, 0.12870045006275177, 0.042348917573690414, 0.03291948139667511, 0.07217320799827576, 0.21778924763202667, 0.18387766182422638, 0.1681544929742813, 0.1016494557261467, 0.029674788936972618, 0.08358139544725418, 0.1267269402742386, 0.024128617718815804, 0.0800715908408165, 0.048614416271448135, 0.020947720855474472, 0.029315350577235222, 0.027255579829216003, 0.08086160570383072, 0.07175200432538986, 0.07093352824449539, 474.7481994628906, 469.3067932128906, 1.0923015452135587e-06, 9.345044236397371e-05, 0.000134591682581231, 4.095484473509714e-05, 0.0002895324432756752, 0.00084350147517398], "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": [389], "max": [389], "mean": [389.0], "std": [0.0], "count": [852]}, "index": {"min": [334752], "max": [335603], "mean": [335177.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6514084507042254, 0.6300093898743155], "std": [0.476524376139715, 0.46930329696393275], "count": [852]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6514084507042254, 0.6300093898743155], "std": [0.476524376139715, 0.46930329696393275], "count": [852]}, "eef_direction_state": {"mean": [4.842723004694836, 5.164319248826291], "std": [2.0026170912966377, 1.9443535999283441], "min": [0, 0], "max": [6, 6], "count": [852]}, "eef_velocity_state": {"mean": [0.3767605633802817, 0.1643192488262911], "std": [0.6317683832607847, 0.37994826860058123], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_acc_mag_state": {"mean": [0.2852112676056338, 0.11971830985915492], "std": [0.6220646204259803, 0.42208504971779054], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_direction_action": {"mean": [4.842723004694836, 5.164319248826291], "std": [2.0026170912966377, 1.9443535999283441], "min": [0, 0], "max": [6, 6], "count": [852]}, "eef_velocity_action": {"mean": [0.3767605633802817, 0.1643192488262911], "std": [0.6317683832607848, 0.37994826860058123], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_acc_mag_action": {"mean": [0.2852112676056338, 0.11971830985915492], "std": [0.6220646204259803, 0.42208504971779054], "min": [0, 0], "max": [2, 2], "count": [852]}, "eef_sim_pose_state": {"mean": [0.40707407398300244, 0.24690289868062137, 1.1817617398152207, -0.02859076002188167, 0.014369569425488364, 1.3249884188660448, 0.4265231465279251, -0.23277452663891693, 1.1603959840122111, -0.01114947021577742, -0.008059479471846124, -1.3720821790065019], "std": [0.044984722564279406, 0.045940082539422486, 0.039645181307022596, 0.03336945207971162, 0.03158264431400247, 0.2802299019734051, 0.030169819087463086, 0.02290927574604307, 0.012619885521988035, 0.09155903851854615, 0.0384864758011347, 0.03882677640961001], "min": [0.36948515450794306, 0.11358981083899562, 1.1567857624951698, -0.12823191380321558, -0.10076478415255208, 0.6584636686361359, 0.396366970606375, -0.25054451154682567, 1.1389597673452054, -0.20401511400854344, -0.07018868744822337, -1.4041592692914278], "max": [0.5532264469729933, 0.30015299452755845, 1.2732140371359093, 0.01893835102764141, 0.049240627230140444, 1.6053175600181895, 0.5042741072234685, -0.18866588449923974, 1.1741165642405464, 0.05068266302000002, 0.07590747583283597, -1.302511884621381], "count": [852]}, "eef_sim_pose_action": {"mean": [0.4071063331893475, 0.24691006470531476, 1.1817729460230786, -0.02854806488222724, 0.014297122306612075, 1.325128389295142, 0.42654421612701793, -0.23284656116047361, 1.1604261011796617, -0.011159708826286266, -0.00799741684546432, -1.3721965932984355], "std": [0.044977657978310756, 0.04594330842396496, 0.039639468925422854, 0.03340682458474304, 0.03161123649514834, 0.28032003603830313, 0.030155044302931446, 0.022866980092433046, 0.012612532675325291, 0.09155292145492328, 0.03843316060865194, 0.038770668559907184], "min": [0.36948515450794306, 0.11358981083899562, 1.1567864675206696, -0.12823191380321558, -0.10076478415255208, 0.6584636686361359, 0.396366970606375, -0.25054451154682567, 1.1389597673452054, -0.20401511400854344, -0.07018868744822337, -1.4041592692914278], "max": [0.5532264469729933, 0.30015299452755845, 1.2732140371359093, 0.01893835102764141, 0.049240627230140444, 1.6053175600181895, 0.5042741072234685, -0.18866588449923974, 1.1741165642405464, 0.05068266302000002, 0.07590747583283597, -1.302511884621381], "count": [852]}, "gripper_mode_state": {"mean": [0.3485915492957746, 0.36971830985915494], "std": [0.476524376139715, 0.4827283720831476], "min": [0, 0], "max": [1, 1], "count": [852]}, "gripper_activity_state": {"mean": [1.9894366197183098, 1.874413145539906], "std": [0.13226507021826064, 0.4408195080760697], "min": [0, 0], "max": [2, 2], "count": [852]}, "gripper_mode_action": {"mean": [0.3485915492957746, 0.36971830985915494], "std": [0.476524376139715, 0.48272837208314756], "min": [0, 0], "max": [1, 1], "count": [852]}, "gripper_activity_action": {"mean": [1.9894366197183098, 1.874413145539906], "std": [0.13226507021826064, 0.4408195080760697], "min": [0, 0], "max": [2, 2], "count": [852]}}} +{"episode_index": 389, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4617613968240553]], [[0.4470868701168207]], [[0.4304338493539178]]], "std": [[[0.1758220457320532]], [[0.16589168643820162]], [[0.1676369317332975]]], "count": [174]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4658365590489069]], [[0.4538362667624521]], [[0.441196483406581]]], "std": [[[0.15293273646466488]], [[0.1392958347672763]], [[0.1412835266528771]]], "count": [174]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46655289797911503]], [[0.46293042995454886]], [[0.4538079102809706]]], "std": [[[0.13918101538915761]], [[0.13872441283650747]], [[0.14466043914483417]]], "count": [174]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.488873564392232]], [[0.4915126082281572]], [[0.47124193453722485]]], "std": [[[0.1650950424451509]], [[0.13492348007058358]], [[0.13502010699594835]]], "count": [174]}, "observation.state": {"min": [-0.48370057344436646, 0.07932521402835846, -0.14280284941196442, -2.0420002937316895, -0.5554161071777344, -0.02082177810370922, -0.4556531012058258, -0.28326499462127686, 0.3417620062828064, -0.005714000202715397, -1.9947574138641357, -1.8411786556243896, -1.224992036819458, -0.18306758999824524, 0.07553785294294357, -0.2626197040081024, -1.830030083656311, 0.05354670435190201, -0.0636696144938469, -0.026197392493486404, -0.315528005361557, -0.4854849874973297, 0.10966400057077408, 1.1683036088943481, -1.5645586252212524, 0.8436353802680969, 0.0, 0.0, -0.06075014919042587, -0.2563251852989197, -0.8380566239356995, 1.906693696975708, -1.0681474208831787, -0.00289804651401937], "max": [0.35709434747695923, 0.5635668039321899, 0.572502851486206, -1.5271631479263306, -0.0619242824614048, 0.3009820580482483, 0.09063494205474854, -0.16581599414348602, 0.49154698848724365, 0.23902000486850739, -1.194205641746521, -1.155051827430725, -0.5468449592590332, 0.1765226125717163, 0.1972571164369583, 0.018186332657933235, -1.427679419517517, 0.19401080906391144, 0.3562915027141571, 0.18744835257530212, -0.25598299503326416, -0.3757849931716919, 0.2090809941291809, 1.4755313396453857, -1.3143224716186523, 1.078656792640686, 1003.0, 1003.0, -0.06073887273669243, -0.2559567391872406, -0.837260365486145, 1.906821370124817, -1.0668210983276367, 0.0022772401571273804], "mean": [0.12203002721071243, 0.23561275005340576, 0.10865204781293869, -1.8060388565063477, -0.2494644820690155, 0.04665153846144676, -0.09695769846439362, -0.2573658525943756, 0.3904084265232086, 0.16910822689533234, -1.4133864641189575, -1.3767764568328857, -1.0764670372009277, -0.06948164850473404, 0.17894326150417328, -0.056387659162282944, -1.742393970489502, 0.14039620757102966, 0.150812029838562, 0.12715598940849304, -0.27358901500701904, -0.41699397563934326, 0.17917533218860626, 1.3319330215454102, -1.3640555143356323, 1.0309884548187256, 609.2108764648438, 661.1430053710938, -0.060743700712919235, -0.2561461329460144, -0.8377342820167542, 1.9067256450653076, -1.067671775817871, 8.542305295122787e-05], "std": [0.2473907619714737, 0.09494557231664658, 0.18235580623149872, 0.10822563618421555, 0.09936108440160751, 0.09581323713064194, 0.14890612661838531, 0.04212570935487747, 0.038726624101400375, 0.07294636219739914, 0.23735888302326202, 0.1669221818447113, 0.20861117541790009, 0.09388216584920883, 0.0317973792552948, 0.09673089534044266, 0.10931585729122162, 0.03401729837059975, 0.1077558621764183, 0.0594247542321682, 0.02157999947667122, 0.026725908741354942, 0.035819653421640396, 0.08327069133520126, 0.07554557919502258, 0.07964425534009933, 477.0447998046875, 462.61627197265625, 1.034187903314887e-06, 4.302136949263513e-05, 0.00015558506129309535, 3.6406261642696336e-05, 0.00029159613768570125, 0.0005184612236917019], "count": [972]}, "action": {"min": [-0.48370057344436646, 0.07932521402835846, -0.14280284941196442, -2.0420002937316895, -0.5554161071777344, -0.02082177810370922, -0.4556531012058258, -0.28326499462127686, 0.3417620062828064, -0.005714000202715397, -1.9947574138641357, -1.8411786556243896, -1.224992036819458, -0.18306758999824524, 0.07553785294294357, -0.2626197040081024, -1.830030083656311, 0.05354670435190201, -0.0636696144938469, -0.026197392493486404, -0.315528005361557, -0.4854849874973297, 0.10966400057077408, 1.1683036088943481, -1.5645586252212524, 0.8436353802680969, 0.0, 0.0, -0.06075014919042587, -0.2563251852989197, -0.8380566239356995, 1.906693696975708, -1.0681474208831787, -0.00289804651401937], "max": [0.35709434747695923, 0.5635668039321899, 0.572502851486206, -1.5271631479263306, -0.0619242824614048, 0.3009820580482483, 0.09063494205474854, -0.16581599414348602, 0.49154698848724365, 0.23902000486850739, -1.194205641746521, -1.155051827430725, -0.5468449592590332, 0.1765226125717163, 0.1972571164369583, 0.018186332657933235, -1.427679419517517, 0.19401080906391144, 0.3562915027141571, 0.18744835257530212, -0.25598299503326416, -0.3757849931716919, 0.2090809941291809, 1.4755313396453857, -1.3143224716186523, 1.078656792640686, 1003.0, 1003.0, -0.06073887273669243, -0.2559567391872406, -0.837260365486145, 1.906821370124817, -1.0668210983276367, 0.0022772401571273804], "mean": [0.12190070748329163, 0.23545271158218384, 0.10858698934316635, -1.8059476613998413, -0.24927353858947754, 0.046720828860998154, -0.09695365279912949, -0.2573637366294861, 0.3904459476470947, 0.16911108791828156, -1.4133169651031494, -1.3766543865203857, -1.0764750242233276, -0.06940939277410507, 0.178949236869812, -0.05610661208629608, -1.742422103881836, 0.14049114286899567, 0.15101736783981323, 0.1273433268070221, -0.2735542953014374, -0.4170297086238861, 0.17927338182926178, 1.331802487373352, -1.3640493154525757, 1.0309981107711792, 609.2129516601562, 661.1450805664062, -0.060743700712919235, -0.25614601373672485, -0.837734043598175, 1.9067256450653076, -1.0676721334457397, 8.552754297852516e-05], "std": [0.24734848737716675, 0.09506738185882568, 0.18239085376262665, 0.10822666436433792, 0.09953074902296066, 0.09578870981931686, 0.14890806376934052, 0.04212445765733719, 0.03872126713395119, 0.07294771075248718, 0.23740246891975403, 0.1670076847076416, 0.20861563086509705, 0.09382901340723038, 0.031799864023923874, 0.09652785211801529, 0.1093272790312767, 0.03393791988492012, 0.10753699392080307, 0.059227705001831055, 0.021577347069978714, 0.02669459395110607, 0.035759687423706055, 0.08314480632543564, 0.07554782181978226, 0.07964955270290375, 477.0466613769531, 462.6180725097656, 1.0339473419662681e-06, 4.309453288442455e-05, 0.00015551064279861748, 3.6424549762159586e-05, 0.00029166266904212534, 0.0005184613401070237], "count": [972]}, "timestamp": {"min": [0.0], "max": [32.36666666666667], "mean": [16.183333333333334], "std": [9.353069411022641], "count": [972]}, "frame_index": {"min": [0], "max": [971], "mean": [485.5], "std": [280.5920823306792], "count": [972]}, "episode_index": {"min": [390], "max": [390], "mean": [390.0], "std": [0.0], "count": [972]}, "index": {"min": [335604], "max": [336575], "mean": [336089.5], "std": [280.5920823306792], "count": [972]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [972]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6430041152263375, 0.6599279835301839], "std": [0.4791135805091861, 0.4617248958787306], "count": [972]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6430041152263375, 0.6599279835301839], "std": [0.4791135805091861, 0.4617248958787306], "count": [972]}, "eef_direction_state": {"mean": [5.248971193415638, 5.29835390946502], "std": [1.4968241315036404, 1.7235590290442615], "min": [0, 0], "max": [6, 6], "count": [972]}, "eef_velocity_state": {"mean": [0.3220164609053498, 0.1728395061728395], "std": [0.6154800459574921, 0.40693949935431284], "min": [0, 0], "max": [2, 2], "count": [972]}, "eef_acc_mag_state": {"mean": [0.23353909465020575, 0.11625514403292181], "std": [0.5791175931908946, 0.41803869010433653], "min": [0, 0], "max": [2, 2], "count": [972]}, "eef_direction_action": {"mean": [5.248971193415638, 5.29835390946502], "std": [1.4968241315036404, 1.7235590290442615], "min": [0, 0], "max": [6, 6], "count": [972]}, "eef_velocity_action": {"mean": [0.3220164609053498, 0.1728395061728395], "std": [0.6154800459574921, 0.40693949935431284], "min": [0, 0], "max": [2, 2], "count": [972]}, "eef_acc_mag_action": {"mean": [0.23353909465020575, 0.11625514403292181], "std": [0.5791175931908946, 0.41803869010433653], "min": [0, 0], "max": [2, 2], "count": [972]}, "eef_sim_pose_state": {"mean": [0.41475278888068945, 0.2449551466900196, 1.1826357059257602, -0.017846599954443394, -0.005862657230455043, 1.312623919816378, 0.43642286645182554, -0.2517464848508468, 1.175621331481973, -0.06294017379876438, -0.025235842151942973, -1.3588292190678202], "std": [0.05091595760828605, 0.048394532703135935, 0.04198349932181171, 0.021626269825508672, 0.05392523287324882, 0.2959719556832118, 0.028252417217715358, 0.031913821687274094, 0.015336661669089762, 0.10302154641129053, 0.0338209201900842, 0.03764251890961846], "min": [0.3631927987140491, 0.12414796472721051, 1.156791741916754, -0.1046401590283752, -0.1471837945015002, 0.5990446000563778, 0.3958788320505053, -0.2776098244542345, 1.1444680588113028, -0.27459352437518214, -0.09982891833397933, -1.3938847221320314], "max": [0.5394386831353081, 0.3371101399449483, 1.271078994627109, 0.024624663892928556, 0.041242275093946734, 1.5943538181180719, 0.5076940169088265, -0.18866746983969482, 1.1929114854406042, 0.04793033607965336, 0.062390508605997264, -1.264533315902703], "count": [972]}, "eef_sim_pose_action": {"mean": [0.4147894054533765, 0.24494460612069655, 1.1826394203127617, -0.01783283337005518, -0.005916260986754443, 1.3127416791489555, 0.4364562276097068, -0.2518347971972408, 1.175663962168181, -0.06300905600895815, -0.02520303767890978, -1.3589127868307826], "std": [0.05090626781084742, 0.04839138224052697, 0.04198137373007112, 0.02163069025667283, 0.053912802343957816, 0.2960477268588121, 0.028224248797034685, 0.03185788203400291, 0.015307620375975273, 0.10296982820746081, 0.033795434336943285, 0.0376115950000018], "min": [0.3631927987140491, 0.12414796472721051, 1.156791741916754, -0.1046401590283752, -0.1471837945015002, 0.5990446000563778, 0.3958788320505053, -0.2776098244542345, 1.1444680588113028, -0.27459352437518214, -0.09982891833397933, -1.3938847221320314], "max": [0.5394386831353081, 0.3371101399449483, 1.271078994627109, 0.024624663892928556, 0.041242275093946734, 1.5943538181180719, 0.5076940169088265, -0.18866746983969482, 1.1929114854406042, 0.04793033607965336, 0.062390508605997264, -1.264533315902703], "count": [972]}, "gripper_mode_state": {"mean": [0.35699588477366256, 0.3405349794238683], "std": [0.4791135805091861, 0.47388912966290103], "min": [0, 0], "max": [1, 1], "count": [972]}, "gripper_activity_state": {"mean": [1.9907407407407407, 1.8919753086419753], "std": [0.12388044592833042, 0.410331351861364], "min": [0, 0], "max": [2, 2], "count": [972]}, "gripper_mode_action": {"mean": [0.35699588477366256, 0.3405349794238683], "std": [0.4791135805091861, 0.47388912966290103], "min": [0, 0], "max": [1, 1], "count": [972]}, "gripper_activity_action": {"mean": [1.9907407407407407, 1.8919753086419753], "std": [0.12388044592833042, 0.41033135186136394], "min": [0, 0], "max": [2, 2], "count": [972]}}} +{"episode_index": 390, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46073460463183347]], [[0.4474770155653784]], [[0.4306890631493445]]], "std": [[[0.1778698175441172]], [[0.16527857470785703]], [[0.1670155387776018]]], "count": [173]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4634030044580453]], [[0.45317616598662586]], [[0.43956440198911934]]], "std": [[[0.1543042541753768]], [[0.13959249393777964]], [[0.1412118043872064]]], "count": [173]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4635836379349428]], [[0.46001218878688277]], [[0.451640931372549]]], "std": [[[0.13900989391084928]], [[0.13816904388762344]], [[0.14427076544141795]]], "count": [173]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4817142931353659]], [[0.4874198331066531]], [[0.46701385937322903]]], "std": [[[0.1661140544669622]], [[0.13478879117962717]], [[0.1355637468626738]]], "count": [173]}, "observation.state": {"min": [-0.512219250202179, 0.17215928435325623, -0.1679355800151825, -1.9748226404190063, -0.6737494468688965, -0.02307325229048729, -0.7018667459487915, -0.2832759916782379, 0.34675899147987366, -0.009565000422298908, -1.9908396005630493, -1.9323400259017944, -1.3157025575637817, -0.19174186885356903, 0.0809134691953659, -0.26256734132766724, -1.8237992525100708, 0.06581636518239975, -0.06578145921230316, -0.026197392493486404, -0.3214139938354492, -0.48556599020957947, 0.10969100147485733, 1.1451852321624756, -1.6106480360031128, 0.8916681408882141, 0.0, 0.0, -0.06075014919042587, -0.2562706768512726, -0.838090717792511, 1.906693696975708, -1.0685515403747559, -0.0025696076918393373], "max": [0.33080971240997314, 0.6992312669754028, 0.5511924028396606, -1.4557965993881226, -0.1298525035381317, 0.20572195947170258, 0.12685053050518036, -0.15693299472332, 0.502776026725769, 0.2534630000591278, -1.2616451978683472, -1.1374987363815308, -0.5271559953689575, 0.176836758852005, 0.21293017268180847, -0.01825614459812641, -1.4073985815048218, 0.26977553963661194, 0.3383844494819641, 0.18481290340423584, -0.24884900450706482, -0.3761650025844574, 0.1901949942111969, 1.4795869588851929, -1.3103824853897095, 1.1274518966674805, 1003.0, 1003.0, -0.06073887273669243, -0.2557743787765503, -0.8367754220962524, 1.9068633317947388, -1.0671086311340332, 0.002405388280749321], "mean": [0.13689692318439484, 0.26702407002449036, 0.09616459906101227, -1.8055310249328613, -0.2758970856666565, 0.026744889095425606, -0.09799841046333313, -0.2590784430503845, 0.38873714208602905, 0.1814766228199005, -1.4131767749786377, -1.3738006353378296, -1.085276484489441, -0.07228732109069824, 0.15920329093933105, -0.07976753264665604, -1.7530527114868164, 0.14853742718696594, 0.13390718400478363, 0.09168393164873123, -0.2702385485172272, -0.4159521460533142, 0.1678326576948166, 1.3276004791259766, -1.3684709072113037, 1.0751408338546753, 633.35302734375, 661.5962524414062, -0.06074283644556999, -0.25603294372558594, -0.8378006815910339, 1.9067264795303345, -1.067752480506897, 0.0001294127432629466], "std": [0.22777794301509857, 0.09104002267122269, 0.16364170610904694, 0.09838517755270004, 0.12008820474147797, 0.06581650674343109, 0.17984165251255035, 0.04135516285896301, 0.03525208681821823, 0.06334903836250305, 0.22669944167137146, 0.1962214708328247, 0.18845057487487793, 0.0900978371500969, 0.024262597784399986, 0.0791277065873146, 0.11519689112901688, 0.0396503284573555, 0.1007712185382843, 0.04464053735136986, 0.02410989999771118, 0.026036875322461128, 0.027005817741155624, 0.08831049501895905, 0.09108185768127441, 0.07529853284358978, 471.7930603027344, 461.17425537109375, 1.0962131682390464e-06, 4.8863836127566174e-05, 0.00016734657401684672, 4.658024772652425e-05, 0.00027714905445463955, 0.000482930860016495], "count": [966]}, "action": {"min": [-0.512219250202179, 0.17215928435325623, -0.1679355800151825, -1.9748226404190063, -0.6737494468688965, -0.02307325229048729, -0.7018667459487915, -0.2832759916782379, 0.34675899147987366, -0.009565000422298908, -1.9908396005630493, -1.9323400259017944, -1.3157025575637817, -0.19174186885356903, 0.0809134691953659, -0.26256734132766724, -1.8237992525100708, 0.06581636518239975, -0.06578145921230316, -0.026197392493486404, -0.3214139938354492, -0.48556599020957947, 0.10969100147485733, 1.1451852321624756, -1.6106480360031128, 0.8916681408882141, 0.0, 0.0, -0.06075014919042587, -0.2562706768512726, -0.838090717792511, 1.906693696975708, -1.0685515403747559, -0.0025696076918393373], "max": [0.33080971240997314, 0.6992312669754028, 0.5511924028396606, -1.4557965993881226, -0.1298525035381317, 0.20572195947170258, 0.12685053050518036, -0.15693299472332, 0.502776026725769, 0.2534630000591278, -1.2616451978683472, -1.1374987363815308, -0.5271559953689575, 0.176836758852005, 0.21293017268180847, -0.01825614459812641, -1.4073985815048218, 0.26977553963661194, 0.3383844494819641, 0.18481290340423584, -0.24884900450706482, -0.3761650025844574, 0.1901949942111969, 1.4795869588851929, -1.3103824853897095, 1.1274518966674805, 1003.0, 1003.0, -0.06073887273669243, -0.2557743787765503, -0.8367754220962524, 1.9068633317947388, -1.0671086311340332, 0.002405388280749321], "mean": [0.1367819607257843, 0.26700863242149353, 0.09614454954862595, -1.8054574728012085, -0.275776743888855, 0.02680913731455803, -0.0979965478181839, -0.25907230377197266, 0.38877058029174805, 0.18148960173130035, -1.4131897687911987, -1.3736841678619385, -1.085199236869812, -0.07221374660730362, 0.15917415916919708, -0.07952576130628586, -1.7530957460403442, 0.1486198604106903, 0.13409841060638428, 0.09181729704141617, -0.2701988220214844, -0.4159877300262451, 0.1679115891456604, 1.327466368675232, -1.3684583902359009, 1.0751988887786865, 633.3509521484375, 661.5941772460938, -0.06074283644556999, -0.25603294372558594, -0.8378008008003235, 1.9067264795303345, -1.0677523612976074, 0.00012938915460836142], "std": [0.22774092853069305, 0.09104558825492859, 0.16364918649196625, 0.09837839007377625, 0.12016835808753967, 0.06580031663179398, 0.17984260618686676, 0.041352011263370514, 0.03524640575051308, 0.0633544772863388, 0.2266930639743805, 0.1962873786687851, 0.18842516839504242, 0.09004448354244232, 0.024243490770459175, 0.07892514765262604, 0.11521144956350327, 0.03956133872270584, 0.10057075321674347, 0.04448065534234047, 0.024105489253997803, 0.02600593864917755, 0.026947148144245148, 0.08818371593952179, 0.09108758717775345, 0.07531391829252243, 471.7918701171875, 461.1711730957031, 1.0949053148578969e-06, 4.886965325567871e-05, 0.00016736674297135323, 4.659215119318105e-05, 0.00027711663278751075, 0.00048293118015863], "count": [966]}, "timestamp": {"min": [0.0], "max": [32.166666666666664], "mean": [16.083333333333332], "std": [9.295334353359257], "count": [966]}, "frame_index": {"min": [0], "max": [965], "mean": [482.5], "std": [278.8600306007777], "count": [966]}, "episode_index": {"min": [391], "max": [391], "mean": [391.0], "std": [0.0], "count": [966]}, "index": {"min": [336576], "max": [337541], "mean": [337058.5], "std": [278.8600306007777], "count": [966]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [966]}, "gripper_open_scale_state": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6666666666666666, 0.6614855073742361], "std": [0.4714045207910346, 0.4610956271449078], "count": [966]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6666666666666666, 0.6614855073742361], "std": [0.4714045207910346, 0.4610956271449078], "count": [966]}, "eef_direction_state": {"mean": [5.180124223602484, 5.363354037267081], "std": [1.619836400339431, 1.6220091868401552], "min": [0, 0], "max": [6, 6], "count": [966]}, "eef_velocity_state": {"mean": [0.34782608695652173, 0.17184265010351968], "std": [0.6571240706962553, 0.3985923992085697], "min": [0, 0], "max": [2, 2], "count": [966]}, "eef_acc_mag_state": {"mean": [0.2691511387163561, 0.14492753623188406], "std": [0.6205760230185311, 0.4747344740335916], "min": [0, 0], "max": [2, 2], "count": [966]}, "eef_direction_action": {"mean": [5.180124223602484, 5.363354037267081], "std": [1.6198364003394312, 1.6220091868401552], "min": [0, 0], "max": [6, 6], "count": [966]}, "eef_velocity_action": {"mean": [0.34782608695652173, 0.17184265010351968], "std": [0.6571240706962553, 0.3985923992085697], "min": [0, 0], "max": [2, 2], "count": [966]}, "eef_acc_mag_action": {"mean": [0.2691511387163561, 0.14492753623188406], "std": [0.6205760230185311, 0.47473447403359154], "min": [0, 0], "max": [2, 2], "count": [966]}, "eef_sim_pose_state": {"mean": [0.4129626198577094, 0.25656086491893665, 1.179772381553502, -0.028066871903997485, -0.006237002206751885, 1.3182213430013159, 0.43505259655593786, -0.23933452935809685, 1.1760374155861328, -0.037400863651699374, 0.0015138984102189884, -1.3716074701079615], "std": [0.04786144725287773, 0.0429287872451446, 0.03850147742083397, 0.04092669923401463, 0.04978463915050036, 0.29597606404799753, 0.027343258451990822, 0.022292757520836072, 0.017104138905096707, 0.10115699048324678, 0.04757780762523333, 0.0463680072646988], "min": [0.3716168202710486, 0.12875903370349037, 1.1567854724864466, -0.215939045327893, -0.08809006436460876, 0.5486383874589221, 0.3963719515106464, -0.2576446186053627, 1.1444778229612425, -0.26570189312071024, -0.06757119195228789, -1.4059071239920393], "max": [0.5538950861702107, 0.3685374844670143, 1.270068866312085, 0.004700995228160032, 0.05049686615715898, 1.598485211332176, 0.5077003059688756, -0.18868709992815477, 1.2001471808973578, 0.052919787863018986, 0.12398734936436995, -1.2266212771045502], "count": [966]}, "eef_sim_pose_action": {"mean": [0.41299554085338114, 0.25656892413233656, 1.1797805687943888, -0.028048943896365724, -0.006355928711215393, 1.318265129055966, 0.4350854224102734, -0.23940173364129125, 1.176081673696222, -0.03744038928855629, 0.0015692488223029133, -1.371709615741804], "std": [0.04785210719487936, 0.04293101002713797, 0.03849743501408688, 0.04093508589110658, 0.04982875801762309, 0.29599806872815476, 0.027315841417589234, 0.022237787656365814, 0.01707776554170653, 0.10113111752913756, 0.047528592196309574, 0.046328262326805154], "min": [0.3716168202710486, 0.12875903370349037, 1.1567854724864466, -0.215939045327893, -0.08809006436460876, 0.5486383874589221, 0.3963719515106464, -0.2576446186053627, 1.1444778229612425, -0.26570189312071024, -0.06757119195228789, -1.4059071239920393], "max": [0.5538950861702107, 0.3685374844670143, 1.270068866312085, 0.004700995228160032, 0.05049686615715898, 1.598485211332176, 0.5077003059688756, -0.18868709992815477, 1.2001471808973578, 0.052919787863018986, 0.12398734936436995, -1.2266212771045502], "count": [966]}, "gripper_mode_state": {"mean": [0.3333333333333333, 0.33747412008281574], "std": [0.4714045207910346, 0.47284811341185407], "min": [0, 0], "max": [1, 1], "count": [966]}, "gripper_activity_state": {"mean": [1.9906832298136645, 1.8902691511387164], "std": [0.1242624162965372, 0.4124969791227631], "min": [0, 0], "max": [2, 2], "count": [966]}, "gripper_mode_action": {"mean": [0.3333333333333333, 0.33747412008281574], "std": [0.4714045207910346, 0.4728481134118541], "min": [0, 0], "max": [1, 1], "count": [966]}, "gripper_activity_action": {"mean": [1.9906832298136645, 1.8902691511387164], "std": [0.1242624162965372, 0.4124969791227631], "min": [0, 0], "max": [2, 2], "count": [966]}}} +{"episode_index": 391, "stats": {"observation.images.cam_front_chest_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4623817769861568]], [[0.4484112471075387]], [[0.4308156043214387]]], "std": [[[0.17658957880686502]], [[0.16346428369405577]], [[0.16588304461983125]]], "count": [161]}, "observation.images.cam_front_head_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4641762219380506]], [[0.45172076203669875]], [[0.4379862265558397]]], "std": [[[0.15845387256127463]], [[0.14237411971322772]], [[0.14368612555186913]]], "count": [161]}, "observation.images.cam_left_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4670345090934925]], [[0.4628653216721471]], [[0.45389221521942114]]], "std": [[[0.14046956521337084]], [[0.13980551930837784]], [[0.14573139697753448]]], "count": [161]}, "observation.images.cam_right_wrist_rgb": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4854874989851013]], [[0.48716283922989484]], [[0.466174920330451]]], "std": [[[0.17815082981594293]], [[0.1396768570069917]], [[0.13944951411297374]]], "count": [161]}, "observation.state": {"min": [-0.4876275360584259, 0.20601865649223328, -0.12323769927024841, -1.9563394784927368, -0.6620731949806213, -0.047996554523706436, -0.6492276191711426, -0.2833850085735321, 0.35946500301361084, 0.008822999894618988, -1.9868348836898804, -1.8925257921218872, -1.3038694858551025, -0.17331120371818542, 0.041172318160533905, -0.2626546025276184, -1.8537665605545044, 0.04181808605790138, -0.06372196972370148, -0.026232298463582993, -0.32279399037361145, -0.48896700143814087, 0.10962100327014923, 1.146099328994751, -1.497833013534546, 0.9074459671974182, 0.0, 0.0, -0.06075391173362732, -0.25650376081466675, -0.838317334651947, 1.9066280126571655, -1.0699310302734375, -0.002280087675899267], "max": [0.2687807083129883, 0.6751108169555664, 0.5350830554962158, -1.4962009191513062, -0.19282397627830505, 0.2774201035499573, 0.15906931459903717, -0.16672399640083313, 0.4987510144710541, 0.24351899325847626, -1.2290078401565552, -1.0997661352157593, -0.5227533578872681, 0.18140952289104462, 0.1970302164554596, -0.053267449140548706, -1.3776581287384033, 0.13831734657287598, 0.26738443970680237, 0.14376278221607208, -0.2436700016260147, -0.3761639893054962, 0.1692660003900528, 1.4902127981185913, -1.2779229879379272, 1.1557728052139282, 1002.0, 1003.0, -0.06073322892189026, -0.2558063566684723, -0.8363023996353149, 1.9069163799285889, -1.0651872158050537, 0.003980186767876148], "mean": [0.12686628103256226, 0.284140408039093, 0.1083301231265068, -1.8089278936386108, -0.30521947145462036, 0.04108031094074249, -0.10389386117458344, -0.2562718689441681, 0.3892950117588043, 0.1794019192457199, -1.4156550168991089, -1.3999943733215332, -1.0720751285552979, -0.09441209584474564, 0.13526424765586853, -0.10026317834854126, -1.7580599784851074, 0.09710022062063217, 0.07427879422903061, 0.08581193536520004, -0.27141615748405457, -0.4092518389225006, 0.1536165177822113, 1.3783512115478516, -1.338942289352417, 1.084649682044983, 610.197509765625, 628.00341796875, -0.06074373424053192, -0.2561368942260742, -0.8377689123153687, 1.9067412614822388, -1.0677464008331299, 0.00012992955453228205], "std": [0.24577440321445465, 0.10001109540462494, 0.16767576336860657, 0.09748043119907379, 0.1114506945014, 0.09216170012950897, 0.18355990946292877, 0.044340282678604126, 0.03855910897254944, 0.0633508563041687, 0.227665513753891, 0.19341333210468292, 0.20479847490787506, 0.0934116318821907, 0.03834504634141922, 0.0700826570391655, 0.131296768784523, 0.020030302926898003, 0.08407411724328995, 0.045719586312770844, 0.027202805504202843, 0.027915742248296738, 0.021282240748405457, 0.09946215152740479, 0.07675980776548386, 0.061279457062482834, 475.5028381347656, 471.4057312011719, 1.2299417448957684e-06, 5.527861139853485e-05, 0.00020274023700039834, 4.237301254761405e-05, 0.000517520762514323, 0.0006370063056237996], "count": [876]}, "action": {"min": [-0.4876275360584259, 0.20601865649223328, -0.12323769927024841, -1.9563394784927368, -0.6620731949806213, -0.047996554523706436, -0.6492276191711426, -0.2833850085735321, 0.35946500301361084, 0.008822999894618988, -1.9868348836898804, -1.8925257921218872, -1.3038694858551025, -0.17331120371818542, 0.041172318160533905, -0.2626546025276184, -1.8537665605545044, 0.04181808605790138, -0.06372196972370148, -0.026232298463582993, -0.32279399037361145, -0.48896700143814087, 0.10962100327014923, 1.146099328994751, -1.497833013534546, 0.9074459671974182, 0.0, 0.0, -0.06075391173362732, -0.25650376081466675, -0.838317334651947, 1.9066280126571655, -1.0699310302734375, -0.002280087675899267], "max": [0.2687807083129883, 0.6751108169555664, 0.5350830554962158, -1.4962009191513062, -0.19282397627830505, 0.2774201035499573, 0.15906931459903717, -0.16672399640083313, 0.4987510144710541, 0.24351899325847626, -1.2290078401565552, -1.0997661352157593, -0.5227533578872681, 0.18140952289104462, 0.1970302164554596, -0.053267449140548706, -1.3776581287384033, 0.13831734657287598, 0.26738443970680237, 0.14376278221607208, -0.2436700016260147, -0.3761639893054962, 0.1692660003900528, 1.4902127981185913, -1.2779229879379272, 1.1557728052139282, 1002.0, 1003.0, -0.06073322892189026, -0.2558063566684723, -0.8363023996353149, 1.9069163799285889, -1.0651872158050537, 0.003980186767876148], "mean": [0.12674479186534882, 0.28415846824645996, 0.10830926150083542, -1.8088492155075073, -0.30515801906585693, 0.041193634271621704, -0.1038607507944107, -0.25627002120018005, 0.3893307149410248, 0.17942634224891663, -1.4156018495559692, -1.3998991250991821, -1.0719923973083496, -0.09436844289302826, 0.13520988821983337, -0.10002800077199936, -1.7581335306167603, 0.09713158011436462, 0.07441548258066177, 0.08596120774745941, -0.27136966586112976, -0.4092790484428406, 0.15368422865867615, 1.3782854080200195, -1.3388959169387817, 1.0847198963165283, 610.197509765625, 628.0057373046875, -0.06074373424053192, -0.2561369240283966, -0.8377684950828552, 1.9067412614822388, -1.0677462816238403, 0.00012980926840100437], "std": [0.24573197960853577, 0.10000471770763397, 0.16768519580364227, 0.0974755510687828, 0.11149383336305618, 0.09214653074741364, 0.18357758224010468, 0.04433919116854668, 0.03855260834097862, 0.06336360424757004, 0.22769850492477417, 0.19347375631332397, 0.204767644405365, 0.09338304400444031, 0.0383022166788578, 0.0698825940489769, 0.1313222497701645, 0.020002806559205055, 0.08394703269004822, 0.0455671064555645, 0.02720220759510994, 0.027895109727978706, 0.021236669272184372, 0.09941820055246353, 0.0767776295542717, 0.06129361316561699, 475.5028381347656, 471.4081115722656, 1.2299417448957684e-06, 5.525725646293722e-05, 0.0002027524751611054, 4.236471431795508e-05, 0.0005175205296836793, 0.0006370175979100168], "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": [392], "max": [392], "mean": [392.0], "std": [0.0], "count": [876]}, "index": {"min": [337542], "max": [338417], "mean": [337979.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": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6472602739726028, 0.6269383562078112], "std": [0.47782257346164814, 0.4705610523033362], "count": [876]}, "gripper_open_scale_action": {"min": [0.0, 0.0], "max": [1.0, 1.0], "mean": [0.6472602739726028, 0.6269383562078112], "std": [0.47782257346164814, 0.4705610523033362], "count": [876]}, "eef_direction_state": {"mean": [5.147260273972603, 5.284246575342466], "std": [1.5424005132313603, 1.7478697415037798], "min": [0, 0], "max": [6, 6], "count": [876]}, "eef_velocity_state": {"mean": [0.3915525114155251, 0.17465753424657535], "std": [0.6830443942400997, 0.3915159001481317], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_acc_mag_state": {"mean": [0.2454337899543379, 0.136986301369863], "std": [0.5931801677143763, 0.4602481510478252], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_direction_action": {"mean": [5.147260273972603, 5.284246575342466], "std": [1.5424005132313603, 1.7478697415037798], "min": [0, 0], "max": [6, 6], "count": [876]}, "eef_velocity_action": {"mean": [0.3915525114155251, 0.17465753424657535], "std": [0.6830443942400997, 0.3915159001481317], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_acc_mag_action": {"mean": [0.2454337899543379, 0.136986301369863], "std": [0.5931801677143763, 0.4602481510478252], "min": [0, 0], "max": [2, 2], "count": [876]}, "eef_sim_pose_state": {"mean": [0.41428775193611767, 0.2567738022489086, 1.1837173211911123, -0.017984902784023583, 0.005555391245985906, 1.296787856234483, 0.428402343422497, -0.22629403576143872, 1.1704201348073253, 0.0017176271923176928, -0.02590210142708531, -1.3616934666559708], "std": [0.05154284476130065, 0.04265345058892323, 0.04325545298333334, 0.0339285242889757, 0.04449156792017903, 0.30200774282105136, 0.028455534922877054, 0.01854769717869702, 0.018262429782644276, 0.1004972854111018, 0.04942554917648247, 0.031033101072754764], "min": [0.3827553390949796, 0.14136706655390213, 1.1564087861887713, -0.15492312138652276, -0.12122603067103621, 0.6004018802873552, 0.39636557297436686, -0.23995207847911332, 1.1402336602076133, -0.21777265477758, -0.11007306320720689, -1.403118601893935], "max": [0.5487664378913603, 0.3637757216043589, 1.2697621060848123, 0.04542514302859757, 0.08469332291380294, 1.6360074545484045, 0.5093667882176447, -0.18866318714472902, 1.1936935653449983, 0.08106329368954801, 0.0845343894588313, -1.2757801332212573], "count": [876]}, "eef_sim_pose_action": {"mean": [0.4143227964441683, 0.25679016273202304, 1.1837267353406284, -0.017918981472214494, 0.005460968245767761, 1.2968567658034265, 0.4284273940892411, -0.22635213014888758, 1.1704651137673265, 0.0017308434086160892, -0.025877781472110332, -1.36177905412174], "std": [0.051532325641566464, 0.04265916331932637, 0.04325049083009884, 0.03398533411065458, 0.04452158014903859, 0.3020486272621778, 0.02843697376204533, 0.018509444463229715, 0.01824696366264661, 0.1005041016711279, 0.049410349376611054, 0.030977958875628302], "min": [0.3827553390949796, 0.14136706655390213, 1.1564087861887713, -0.15492312138652276, -0.12122603067103621, 0.6004018802873552, 0.39636756164087994, -0.23995207847911332, 1.1402336602076133, -0.21777265477758, -0.11007306320720689, -1.403118601893935], "max": [0.5487664378913603, 0.3637757216043589, 1.2697621060848123, 0.04542514302859757, 0.08469332291380294, 1.6360074545484045, 0.5093667882176447, -0.18866318714472902, 1.1936935653449983, 0.08106329368954801, 0.0845343894588313, -1.2757801332212573], "count": [876]}, "gripper_mode_state": {"mean": [0.3527397260273973, 0.3732876712328767], "std": [0.47782257346164825, 0.4836775638154051], "min": [0, 0], "max": [1, 1], "count": [876]}, "gripper_activity_state": {"mean": [1.9897260273972603, 1.8789954337899544], "std": [0.13045203393658122, 0.43159140047672], "min": [0, 0], "max": [2, 2], "count": [876]}, "gripper_mode_action": {"mean": [0.3527397260273973, 0.3732876712328767], "std": [0.47782257346164825, 0.4836775638154051], "min": [0, 0], "max": [1, 1], "count": [876]}, "gripper_activity_action": {"mean": [1.9897260273972603, 1.8789954337899544], "std": [0.13045203393658122, 0.43159140047672], "min": [0, 0], "max": [2, 2], "count": [876]}}} diff --git a/meta/info.json b/meta/info.json new file mode 100644 index 0000000000000000000000000000000000000000..8e74420af0d92871e4e66318c2657b66db479cd0 --- /dev/null +++ b/meta/info.json @@ -0,0 +1,389 @@ +{ + "codebase_version": "v2.1", + "robot_type": "AI2_Alphabot_2", + "total_episodes": 392, + "total_frames": 337551, + "total_tasks": 1, + "total_videos": 1568, + "total_chunks": 1, + "chunks_size": 1000, + "fps": 30, + "splits": { + "train": "0:391" + }, + "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 + ] + } + } +} diff --git a/meta/tasks.jsonl b/meta/tasks.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5555d321a739ee62b49afd6394ecbc99aeb2b135 --- /dev/null +++ b/meta/tasks.jsonl @@ -0,0 +1 @@ +{"task_index": 0, "task": "Press the button to open the microwave door with one hand; close the microwave door with the other hand."} 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..e213f3bb855bbab4a6e6db49a69c3f8010210525 --- /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:e92546ca525d02aab7c3fbd5caabc0608fecae27feb64a5aad0d482063fbd048 +size 5378950 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..997647fa3caed8d224042c16ebb97edf7f91d0a1 --- /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:c1f012c06a243dd88044956debe23872ba9557dad909de77e2daeabefbbad41a +size 5023539 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..c16624f597e7d9901ed63665a7bb221dff18982a --- /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:51fbb1cd220eb98c1b03ae794fc5d227c4420dbef8ed05bc8aea5ef378bbccd6 +size 4545141 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..fd6930f5b8b07c66b1fac3a1004c451ffdbe9481 --- /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:204bcedc2bda2c4d5c42db405fac196b8921a5ec43c40308e50eee2ba46eade5 +size 4243581 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..628c82c8c63924652395e8d55a1249150addb911 --- /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:cbd234b493a07d779a61c208f90e2a455288d0c001a187771a79e9517755b59c +size 4469977 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..64da1767c22dcd5579a5aeeb51d0b0131277433e --- /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:7568dcdcdd3225e7f581a44d2efb0462fcf51cce6648361411b9e5072ef3e0e4 +size 4972847 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..14b2a7cab2b504f496bfb38340327bf9ab056be9 --- /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:82801c36b8b54d958c12de37669cdf610bd36c9a454481593d9c2c9677b7cf8a +size 4350891 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..6838e92b6282d60bf0f11ff48a315cbceebf258b --- /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:5d6633d4116b829d9574af8d700644e3005c290d47d0a8a269aec0e3110125c5 +size 4540612 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..b84e557b0865689cf6294f5cfd66bddf5d7496aa --- /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:220d6c784ba426a736b5599b6d98f436946391d7935032fb983f9579ca665a44 +size 4487061 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..86768ce05c55a6ad76d2aae225381f563e227b40 --- /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:a36e15e581754247ae097ee4fdfd929a1c15b654af3610fa6567bf0a85fa21ca +size 4054577 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..10f3bc13eae25210c4a484605ab292ba05ac9349 --- /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:de193911048f3d039b9a31ffd980a09650bb50abf9f036420920f49b728043e2 +size 4365084 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..08f785d9075e8f11b2170d9115bdd8a33be8f15b --- /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:7e44677a4b4a174bf524b5c0f07576d4dc45c7e6feb2f2c858d4e655e2882b72 +size 4913270 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..81716c9a0c2011dcc057af463313effa071c8ce9 --- /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:c157e8cb473767a932a705850bdbcce188eb069311f406943ca16fb2a735a0cb +size 4465140 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..33cbdc0f80478a051c79c0ab5cec47ba04a19c0a --- /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:dc1902ee55907641f416902e4fab34d421b1c3122fffe871a1223a9fbaced730 +size 4718446 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..4dc0d4f2b7ed6ea0ddc8fe1e5ffe756b1faeeedd --- /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:5620a53b65ca62173ae536c723082e3a722a4672adf786ed8adb093b29b00b64 +size 4318524 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..d51120b38598876346bf5115c0235f93e0877e59 --- /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:9a76f7956dbb1a85853b23b1dbd5bd170d79508b32126b1e0b77b90bee1912ed +size 4400272 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..722c69982bb6c1d67511ddd09df5891e4239d9cf --- /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:97bc0e27130cd795f1142bf97eeeea9e958fafa4163b04baa7c63b103b89a2f6 +size 4419724 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..de2bed1642075c57e6ab2a5bd29ed2295ea8f701 --- /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:62a76034e44bba2e3a19042e5f14c3ee2c02249c62978eb79925a286c4f59152 +size 4566471 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..0f9fceb63736241d4f24d9b862b286444eb41a1a --- /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:edd18a2f8ed6c6bdb2a6a97f19dff8232c028481602b6813fd929e4e4f5a4f76 +size 4807951 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..c483f9195b11a42e10ed5abc052f6fc18e07d1e5 --- /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:b2827edc92daa4fc25829b45fd73ec3373e5476fc3d92813a758c893d1688c1d +size 4667662 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..fe49b652b3b7b787c77396bb68d9480520bd7ee8 --- /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:b59ccf303a26566f2c39362cb0d1cd4506a083fea75db2a6074a561ab7973f56 +size 4558988 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..c9bf86cf1bf7730113f82fb88c3758b6b86a73de --- /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:174e33c0bb387f56b67afe6661c01f81e21a7959c3aae2251eec4e3b68f124b8 +size 5038908 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..9f646ce34c33300768d9eda0bd20145ceeab21f2 --- /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:618c8e406e294889294d16d00e8937680ab6dfdcb1bf1d7ac93708843fdce289 +size 4295851 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..9e7a251dac3761e87a6cd7b346e6920bad4f2e65 --- /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:96e73ac3cc7d7dabe6566b570043f8501c77032032177fec848ba5f9790515a1 +size 4545731 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..32ba7010228edc3a092c8f80ad1f422c3a4e66e5 --- /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:2326f38a8f6faffb2c583d5d6e15a3e8e25419354786c1cb2285f7d89c116c25 +size 4611980 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..eb55af0af9e0d1da4c674ae5afc02e1c7f1f25a2 --- /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:f0bd25b7709cb154927d2b810e066f0900225bce127fa574653b526d346d5d57 +size 4727092 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..4fe03b51e4487584da92bb7c0b2ed6577dddad4c --- /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:e3a435033b2e107662c35f7f142dca055b55896f2766e36c082c081585deb274 +size 4466399 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..a41b6c6a45f86fe8e6ef50197ac10bd133500bcf --- /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:bc643c05007826074efd5ee3531fad136e28845ccc500bc6c4d037ee82cb5382 +size 4641910 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..42f64d978a5a07fc710b6c9a4a76b320b75cd0fd --- /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:d316f4a9fb4065bc49340dbf1cc76a8d63591239f9f12aa0f48d7b32b124ed40 +size 4438516 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..3748e1491e93be0b153a292fea71ca5f58edb705 --- /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:247ee6be4a96404b7f8d7e130d337717bbcf3f777a6e49487a8becfbc92d43ae +size 4469802 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..121e0e6d8b1dd894ed171d710ade83acf5763668 --- /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:3e7e91d485a5afb029f783fff08cf25aafdb217aaa7e3a9f2937ff438217da6d +size 4434833 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..db904cc893563eb88fa317c3089367ea917c03a5 --- /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:f0ca59e5b8cc9400643e2d7ad5fa7b46367a7d8adeecf7ed6357ef5818ebec9b +size 4733337 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..9dfd992002f9a97475a6d26efbba94b919eb86db --- /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:9c15dc10d2b6a927af1114b1e1fe2bf843d92f1d5723be5a549e009a3e21a5c3 +size 4399536 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..e81ca8b8c37748b8d8a165296d22a3976ffd8747 --- /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:0e440be2d6432efbae25d5846da7d131928a91e67d88ec159f1c66408961f5d8 +size 4419304 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..b266601208be6d6ac863457df0f0746d678efb2c --- /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:b2110967c2b65cd9b082e7049e079b5df47f71f13fcdbec5465586b440f38ef0 +size 4716324 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..73be9808d07010d83fdc057cc419f3ca4c46d97e --- /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:58f9bc1ee743677603615b0f62c2d21ddb0c61421875473b7a3c1585ad2551ef +size 4623577 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..1b136aef2e7795d844788fa838a1dd7c4dc06675 --- /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:37bfa94d1a39b3b37126ddb94cec13a308a18b32896a73239560860de639c062 +size 4616371 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..01b9e3889e6a86181421f2b67dbd4ab6a3020ff9 --- /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:b54d9da3bfb35ce7ca1ad04850465b0ef996ba6ab4095b7fee63fb3e6c599962 +size 4694817 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..11d676107c9e041af1b55739aeb533c5f19d3903 --- /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:0206c966e9313d5040de4095354935192bb0744fe75e19d73ddbcb2e4e78d106 +size 4947833 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..c20047e361f5f0e365ff48bb9627cf974bb9e751 --- /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:0c37d8d5638fe00cc9e4035f427e2b1e2d36d3bceca67f1d462de859d72cf535 +size 4525247 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..10fcd6f55e47a9d15b0fd69248b4510038ee25c4 --- /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:2844bf5dc04ec226d22ac6b26106aa78bdbaf77595896616f77bca34fbab918c +size 4545944 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..32c515ab9cddf20c82d082ec12427f15978c7ced --- /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:0ed186f48b54546803833d5cd1c0e4cef943ab893fb3501927590e37562593b8 +size 4854104 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..d60b9bd7c5d5e40be082a8a5ffea506e9f0677b8 --- /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:0589d1b2dd51db601f1b7cb08a28308fe0fd71837cee490038662c38e44e8eca +size 4266612 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..d974141da1b5588d8939f8f612e0a9f97f6845f5 --- /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:5aebd1399f3ebce5accb23f11e3a2cbb31bc6c3ed685467874b8c85328a0cfcf +size 4181459 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..7802ac066f2d9f048c1446be51fd45ac68c438d1 --- /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:502a1cecf2111a0972c9b5119d933511d0257bba6a5535dde7b96124b5a2c40f +size 4454041 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..bc3058c3fb20c5eb01501d39eff3458eac6f6326 --- /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:a4c906193499dd490d442603f64b663e35271508ea156da6610948492fdd1440 +size 4720573 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..6eee31a7c98152fbe8eae86b06b0703843191fc7 --- /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:234789b95006786fa60c500b24c0f6f419987fa6ab956edbfdfd75a9290eabcd +size 4662283 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..286350601ec2ae57ae07306a9c8b1eb39b810bee --- /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:baf5ad35b557e392514b5c0b5c221cbdc6f05e30b5572979b17a8d06988c7f1e +size 4806920 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..8baaa4ca77e777f63dd00eba46a98c9a28179641 --- /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:e3ced88a28308a7853a74d49f0c76f25a9529a875afe127b09268e81e3f1b456 +size 4627186 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..a5b60790872ac882868b1d907c26f72f16b5d6e2 --- /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:73bf0bc1506cf1bbb8e5e7052073c4ff2648e890524b5da54d470ddc37ec511f +size 4161030 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..91d35e48146f70400942962530801978520956d2 --- /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:e06e9b47423022bfeae38b6bc5d82c77bc6cbe23a8f60f9f640a95a52518beda +size 4207667 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..9939177abaea2fc2aad0d9a14ad22aea398c3e3a --- /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:109911be36a2dfc3a4941046aa3be8b49a8ff3363ad5d4195e74de82a64ae28f +size 3985592 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..54f3f433beb70905c9446c47e92bc80327d6fe3c --- /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:e22555bb80fed1b82b1658ceb9d823294d3b43fa41a4aef97cf7eb98658edc88 +size 4904912 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..2fecc0932d89b06f1e3dc93f849e991d0d560067 --- /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:0ed71d53abfa3e29702c2bb18f24f70ef6fc49785b8c255c349e254e26d9575b +size 4606221 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..9d4efe86811fcfff3dd9ff1a2a41ad47c9fa01cf --- /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:ba169c6f4c3d9258f353755f5074a17f224854457ed80ec766c4b1b6624f5981 +size 4891574 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..a756f244aad88a0ea3bec7b613aa446cf69bea99 --- /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:2d0b14921cfadcc3208aba65b0906539df23c59bc6b0d4282d6026d148ae8153 +size 4703889 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..f794f41871d152401bd900da36459432a10ca67f --- /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:58768435890ac684d0c06e14cc067b3072210c1f4901f9a5dcf7379f7d3f2c6b +size 4717384 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..79dcbc6a317d45383505796628a5c78060753407 --- /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:333a3d17ebe85f0b4a2452d5cdeece38ae231eb7113bf898849c2c6ee19fdd26 +size 4437866 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..242f6f5a8bc6df327bb752c2e6c7275c08ba0641 --- /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:aa5990baee6852c8b273674d943ac932a7c9d6cd00e574167e9a35e763c0a1a3 +size 4528866 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..cce0d8e4796aa02a90269d093c908921683d5b0d --- /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:d728c6705a59b0f97863fc901f4f4265f22fac8009849e9022c9fb9283f22494 +size 4656011 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..784412569f832392f6cb9f46b5a2bdaad111e296 --- /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:632025d40ab36d7bd786bfc5ab29e7b240ea694348e59e4868a9e31c9d784c06 +size 4379203 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..60646a7e6f67afb923ba5305e772ea7c2bffaf90 --- /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:dce3a7b31da34c43af650e4a200f5685ac730df39c13803a2d9fb16daa27f188 +size 4512981 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..968b553222b78bc3a19397d5246b79cbcacfe652 --- /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:e6f0e063ed360242f488e5744baf3048638ca65ad757a824f64b52f83de68ee5 +size 4647437 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..ac3a1a265327f501bee7e18714135824e0dfbaa3 --- /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:c58aaccb273ae74aca34b5333b92116dd3395fa29522d3008c79cf5bb5752a75 +size 4587970 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..f5f3393f438e160eaa2fba632d9eace2d6e45b71 --- /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:186d72625bbe7857964fa4d14cab1ab30d555d3227c24d0c41fed2a97b534dfb +size 4495638 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..2637953cd9f2fd74112d3f0ba0895c39d965c61b --- /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:76bebc43473f6e82845972a999a8926c8c2a25659179c9a8b31515a925b51f4a +size 4547521 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..9fb6ba8944e1cccc6d37a227262ad972fdd7fb4e --- /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:ba4efbb13372a8685b8b3ab1562250dd63dd6c0469a2c46a7f687916ab3ebb78 +size 4450218 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..e1c01682a9562a87e35429c8f607ce6a06233813 --- /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:7972cfb41b868f07d9d427e9a0d4eb3c3129ca6891ff33b132decfdb852287cf +size 4509827 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..57855b0b69ce7285f76b6e9efef4eee7bc37ac25 --- /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:3065fd1e0d900e701d3ccdb71bab9e502d062605525b5ced6c3c83490dbbb79b +size 4630430 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..28a39942733719cb143b3e3b3baeb374ec51d85f --- /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:057579857276d9b48fa1f257dca0e089e40317e6ad12b49dbba0c13eb8e07fc7 +size 4851034 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..bfa622b67aad58c6dee7655b257431dd8ebd33d7 --- /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:dbf0e2f57d511f16102d2eb052bb25582a06035ccceb5e4e056046e13022cc37 +size 4683926 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..778cf8a56c34553afb87fcdaac37e7bb38c1a705 --- /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:ca9ac37489e3494b01daab3eff2e9910bfd5d061b509f7e1c27ed03564e90ff7 +size 4353440 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..acc2e51589ee40126e9c6a05d8bd8f64c743c2e0 --- /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:5c39ee6225eaa6b7feb4ffa1ad0b3cbb74afcb2ac693f1538feb544f6cd83b25 +size 4625262 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..967618292e39cc39f115f685d5b099501c96156b --- /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:276269f6bc02d3c141a70f1bb962b7b082430a87d3040cf8ea8024a923576eed +size 4723581 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..8205e9e82fc336e25fa399999ac1d964dd9fcc21 --- /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:85f3d4a4e9ca83a080e879ee447b687171fb67999299e323aa21a60b24a7c1f7 +size 4674155 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..8e6d1ae1e31ce50a7cb909c1b2aae5f803b713fb --- /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:0eb31a1bc8e3ce66e8bf7efe74debd49937c5163ca7e0db5a579ce4cf1fb1d55 +size 4599846 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..19d5bbe1931b8945fa173ffd53b486ff33d7ab49 --- /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:7c6f267b5c1aa4a04a3395b5648670130be2b6e2ff07bf94b2c7f91a992f9d63 +size 5174330 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..4d22c878686088f68f4c65aa01bf867514d48240 --- /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:98f6e5475f2be557c36ec05a8a29e5a72413635af6f51ff69e747707622bd578 +size 4696624 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..f6454916f51f98673ab048c8aac153a2402a58ae --- /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:73bbb097d993d4d21eccd9e765a3b29beb9e8bf62f6489f4d9313a4d872d0bc4 +size 4712854 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..409706bcf0897ec0263c00766dd70e200a39df67 --- /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:bd348665a8c906263784657b6a97d46ad4a3a1b06c89672822de83b8a6457711 +size 4802818 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..02d1c204adbf08b17de6f04e5baafcb3ac65011d --- /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:048c9bd8df102157fb15b012c2b72ed161fa90a2802b4e4658a047072cc902c1 +size 4745772 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..4ce5cbcb5012d573e47ae5c1624e70fe67f75d82 --- /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:0e13bdb7f72659810c7fb363457da85b55c3ef8c4df48615a761f9d98ba41547 +size 4574650 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..b4e6594b730aba5884b58a346867559858f589e2 --- /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:330aec39f6bb178357200e6d33d1d2466fb10fdf35105d98239b35d12d35be09 +size 4650395 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..de76455a1433073bdceb2526eaeef18478714612 --- /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:c0c89e771b0525dd893d14d48152147b5750b8ab4071edfa2995d765ceca8dd4 +size 4994491 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..1019636d99dd9fe8db2d60c583b3bde9ba6ad8e5 --- /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:ebaeee400dbf493bebf43b2c3c0022d606d8aa830ed83e6586c2088fbdace37f +size 4652780 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..eba38badb1c81a6c5b0d846457ae5636d3b7445d --- /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:80a16016cfeebfdbfefd6205a7bbf4cf9186252294df8cdbb6aea489c370c914 +size 4810653 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..67f0141c7c9522c1d2949566d05d850111543461 --- /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:a4af3d06f841e945485edc23b4034052855caacf9c649a93e5e9a2cb45ab7c73 +size 4451172 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..8b3bade27d7987ff34ff63c162e91bb3e1d8469d --- /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:4711f1fd203b54772e5abb5f569b6c1cd0b5b7b85034c13fba8179951c95f678 +size 4940673 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..3e96bc5a43b0a29157871e27646491679e3a63bd --- /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:87a2f6935fc73c55cfe3e2415666961a40d7501b0001808a0c74cb6abf587cb0 +size 4957642 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..a8e84110372bccb151dc75d8b690b9fd12c4ff85 --- /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:a07eb2c597e7e985aba0e53ec6777239127036f65661e17b7864bd186939bbcf +size 4334149 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..3484853b838c6578c087e46994a6ce768d591e48 --- /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:7ed2b33f757b921a6681e934632d6278e3db5a403cdb3b73425137891c0ef8ec +size 4849677 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..dd992a335e015c9ecaab249c6dc811f49bc0bba2 --- /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:cc843b77ab4cb7533207ddc65bb4bcebeb446e0e723571087b367f079b97b197 +size 4887827 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..5564f657d3d3d346cc65ffe89cfb67cedab823ba --- /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:a4812fd8570db3292bdac62cc98db1f1851df85da0019a584d02407592ebc95e +size 4498296 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..742b2f2c893e4e8db0ec3e1360dcdc0435980f40 --- /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:eabae21bbb4329e2fab58a9092cd168e8f65c8659f931342fb51556fb3138afb +size 4966124 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..1eff920640abc98b829073c42ed0ced075e254c5 --- /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:d70965d6ef0ef86f8ab24c08d64adfe696d5724223f7a60147dee64c285b0652 +size 4519467 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..9e1fb9a247e99b1ae79c03406b32edf9e0912698 --- /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:3809407bbcf1f6d056efc2d05128c2418bac3609305cbc01fedd2cabb8fb5cb9 +size 4479110 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..25a5e6b58c984cc745725572d9c885dfdb340c03 --- /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:1852daf4e911402ba7195b050ff0a36d9cbcadba52b78357b0150c511a6558cb +size 4473089 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..ee97c98624b284927e793b9d3a55fdaa54a8e915 --- /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:c44c87ca8e2bad72abaf044172b5387214c2310c9fc338514ddad1e0d084fe16 +size 4736793 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..0eaa2e04f45113e084a249c394b63266086b2d15 --- /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:af9c17954b0dcb551e23bba9970175086e351ab891d2be11aa673fffad1d72be +size 4314375 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..8a535a41b386ad8992d45ade72970cc2be591510 --- /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:1709d687ee4296c8e69e641394f2a344c9767cf8720490a6494d68c7e704c76e +size 4703112 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..11ccd7cf96451f87ea564992daf815835d5cf678 --- /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:8447862bbfe4bac3022ebcd713121b1d5c4ac6a2155e74a24ae99766f5e6ec75 +size 4463630 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..10e626af1b7d7745e895385f00f5d980a646c5f1 --- /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:e8d964bed11bfee67543d003cf27444187d6dbe28cbc5c3b64249071d3aaf4d5 +size 4375999 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..894d306c4893666fbc650e08a58af530222e17d0 --- /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:744f5e649a43d04512ee5e8363839378ecbd4ace0a431be398166187a0973bb6 +size 4635325 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..b631875698e70b56283f133fce5845697a555dd9 --- /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:15c696691760699b1e645dab2c9b01ba27d182cff4bf9ca7ec3dcab50621eab2 +size 4369587 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..e5f8b66dea67ac4033ef868f4598782a0db8629a --- /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:90ede2bf2e13d73fce4a0dc55d2ef205e604478c3778a0cd5ecdcd67f3606429 +size 4628839 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..8fee9e584fffa4590d62dd4337d4a7d6fdf28220 --- /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:7634785dfd0df911b01fd2dc60f8b9fa6329c3a37e69e07bcaa310071ea93720 +size 4459991 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..d33ca4300a7445bad11145c663ffa1ee1610865a --- /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:4f563d28765cb9aacf52a580d4ffd836480014ca6b4ea49ffe5c169cbe86d227 +size 4264329 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..8d90885eef327447bc1b6e80b3a1e7483dc09a56 --- /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:8cea5a677090f2e7424c9a331c876b78615687b31325f7894e35a4e9ab72de92 +size 4727757 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..5946282b9c568c6e7efd40abc0905ee263eb6980 --- /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:4de74d8c1ebe4613f7945b25313b25d871b40cfc6d68666c6fc3713e16ee1143 +size 4693551 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..fa492ffe74a7260194163ab5db0e4209b05c833f --- /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:56a1fd07330b129d7005ed88e608aed4bbf983a7ce16a27cc6116ae84b07766a +size 4398105 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..4f6a2209ac5eac4ecabc208032b17cdfabce5c74 --- /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:445af8a6288c4077d99aaa15b5d3145c43404dab734695ea96758864fa669afd +size 3751670 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..49df781eaf296ac88bd6a827f53b48778539be0e --- /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:7b88d511590dcd011781705a7a44c1682109ef8645a31cb23c78571697af1f7e +size 4544503 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..c1a3cb776817008abfe65d039c5f029b8e498984 --- /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:154881cfeb9e258fabdce5f04b5e7a2007e7763b13546f8b0d61f82f879c533f +size 4374640 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..c955ebaf2d8423696b621d1b86f8183db58525d8 --- /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:e4fe3e0f8fd27f008eb9d60264680742cf08fee08d27fa1460805faf3fa50f42 +size 3901605 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..e817eb1ee5ed8f3b74ac7bc609ca39d7a302615a --- /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:f54618bcc166820287e2158c2e875a10e37cd29cc43245253ee60af6b05176fa +size 4316397 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..79454aae6672585544c990f2da39cb6e9d02675a --- /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:0d574f611bf83dc444c1d63008c16bb1ac3d437539c72abf3004f82e0a02f648 +size 4409384 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..30dee06c20ee6e240f0538d55439d2b4ef0be27a --- /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:4bddb047074fa8951354e2e9033e6f2238b974563a82821a323433b87a6f266d +size 4069904 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..699e1bea9a068500b84f095057574aeb09649d65 --- /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:f347dc41ad8224d71a788ea883359cb031ccd017e5cbe728feb0b7c07fc784e0 +size 4464217 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..5fcd20f8bf349ec6643efa7d9e52d318be25b7c6 --- /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:e8c87f4d8a953dbaa86cda97fbe2ecedf1f400f53b11ff6806e081fea4f4c571 +size 4500096 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..3ca12cc787a6e40e34407590849e470c354b5a3e --- /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:4995388bea6f6cd487704c5be277188871548b69157627f3f81dca1d6622d3f5 +size 4174987 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..49e4697ab05ee797d04872901afa286bcf38aaa7 --- /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:42209d69a48ee674a52c09a4644bd8d34788a46f2a3090db4c6078c50ddbb3db +size 4084638 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..dddc365004ce93f69f1c95570fed2184705401a7 --- /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:3903c7b6a32ce780b299aeb8285a1efadcfa4efee95895f3e8d29a62c7470a47 +size 4674373 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..2905da4944cc8bb65f22a02bd0e1b7eae491ab97 --- /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:08d778ee9cdb7277d0097c07f491968bbe0111b6ef5265dbfdeba46a9cbe920b +size 4667434 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..badd42d5e012da3fcee6958645e3e15fb702267b --- /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:350e0fd9d4b9dc79a0647e257bdedd8fe092bfff37718f604de80c1ea71fd49a +size 4253679 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..bef116f3215c15d587143ed9afa99e2466daa824 --- /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:7f426dc99e8a2ad3d38ea30c23677ce781b129b577d00a666870c2af540ff22a +size 4603519 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..a4b4243dbef63cf0dd2ec657ca0aad28a02afb6b --- /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:493d4e929c472dd57d8c79895f8ee9606b3ce6b3999ae95b9ba60f32293ba0d7 +size 3942407 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..7f32201d9348b924d0dcfc37831b722ec8e0a31c --- /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:46369afbe3cfd55204438b93705dcbeaa344af5bdfe0556c68300c48fe5810ee +size 4230678 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..5e56213fda187982121757bf49b9d3c22a3d68f5 --- /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:0f27ffa8a357f52a0193cab409f7d765e66c306454ff637b7d33516bc4c14b5a +size 4664630 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..683f37d75ea4fa44d462062390e4b472400b0fa3 --- /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:d732493593599af9c7c31b64b6e17a6df7dc75c611d6f824abb97a1082280982 +size 4614556 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..0ae980184259b1de8e3710ddefa64dab8b357a53 --- /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:d6c360d3e65e7e5f4e6aaba4057f67e49caceb1137faf801dbc79f6f5faad291 +size 4426659 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..5c28f07a3644f2bf4dcf787336839827dc1b6ef6 --- /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:30bce3ea537e5d7ae42bde9d2bb85001d29ae3ea9a765b0105af8e3cedf7b908 +size 4162988 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..76459138085f516ef265c04edce8bafa5a129b7d --- /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:c889496be9d06a3138e9fde13b72ea178adb0ddf29b1187dc3b4f31bd8ca14bb +size 4695124 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..91c6b99441993ec927f4ce7d1bfa3f953edd0f37 --- /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:c6897880bd5d515464d8d19022fcfd641803c0971e9a14c7380b6250b4d6f792 +size 4670188 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..e5b734517205df4ac51642587fd6367bcbcc4926 --- /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:939849547cfafc415d653e10fc4b357fab5b2a93c81e4fa1e97d1c268905d279 +size 4316617 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..fcbbe8c0a0588e269a913a941f322110434123be --- /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:270254cbfc725fef572d7c1a3e9ff94b1aa9d4350b2544d0517cab69d959cf11 +size 4402096 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..1b70f4309677ee152b5156c73f1f87d2972da4cc --- /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:616475dc3be13960f729a9c0b5b019fd036853f93c9b23bf85caae1fc3e1c38b +size 4531323 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..03b492128a09219c8f3b5ce949ef262341962ae6 --- /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:d172cfc1bda7ad4643e1e29dfe4e06844792337e4fe9deec27844f2f5524de9e +size 4473355 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..6138b995f04eecf455b44dd30368a3b586fc0d2c --- /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:7eb0e33e463885c9056b113b660aa8f11bfb51a0c3d4cd1a4a1bf8978204077f +size 4445358 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..961910b3ddafe04dc0627509c9ed571d80151ea0 --- /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:66fffe3d89e3a5491803318cff7c1189c603dea75040fc917e48a2f96978f203 +size 4473206 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..9c3426ba830f43c930f83f2ae3877c9e304740ac --- /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:c1751f290bfe28fc229570955a36d78b6a1e5567b4e23eef49457502b6d153a3 +size 4459433 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..3a13d135f8149a65eaba0e40941f14c5fd5fbec5 --- /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:dd3430333ca7c0041899fc52a257c10c78958f391272e2e8070a3b7ac9375690 +size 4837861 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..2cbf2993731fa780c3894a5631523b2d9ee61e65 --- /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:55a0e0d990378f066e1afcdb3bf553e5bd4590f8ede1784be566f8a61704382b +size 4633077 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..3ea97246967a1570ea86be1629363a7cb1675bac --- /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:8588e6e73bee95f8d2a9cec9429f3e708959b86b4837670a4cc5e576010576a6 +size 4842159 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..3e988e265919374dcc2995fbc797d272e3e9a443 --- /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:d80a0c1a0bbd7c0eaf2e9702cee14c7c46d58349bfb3d8b1caefa6c41cec4303 +size 4672829 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..7ec73fc5e18786b846a6f424e7f9e159a00d9b53 --- /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:a3e2c517efe9f4a2c0595b737cc3b622576905a5da1273b654fafd86cd6c8ea2 +size 4601873 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..5b32e94798be3e2544177e9410b3ced39a3c288d --- /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:1042dd89d67fd96c02a468e15c8e665cca12e2af07ee0e04fed8f75abd479baf +size 4423038 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..887fd56a5a65ce583a33ddade84b3e82756c2a86 --- /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:ee80e310eb078f54c2f265c03a6c145b33bc9b2973777cc0fc0f49b72b1db789 +size 4632156 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..634b0dc4617c2e5f3ead67601119e08df09ae8df --- /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:333d75db1035e6d72f4100666be860e47706fb51318c6b88e375ea844690ff7b +size 5601393 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..da550b49f61432667f483687e5390a0789d30010 --- /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:3c7b049e7ba77ec37e209976311dca5b5b65627f4df89ad251f7f9ec81ba7e42 +size 4533990 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..eb2d6f0453d4cf5e23589ba052cc82ff4c1de63b --- /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:d517a8b24b21c623539eca529d8927ddc45d52166eb73d19bc0dd20cfeb81eff +size 4724276 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..438d45b92b845fe6dac34417a91da7496800dd98 --- /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:44cc3bee3c127aa8c27103bf0254190089abd833e2d656d9a34e146375ef159c +size 4426123 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..51f2eb3028426bfabfae4377dcbc57b3d7598533 --- /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:1b8e02011110593289866ca1b7c94fd9c9c304fc37bdbc4b8ee20dd32e8a0f5b +size 4451983 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..38780964c4a00ce5065b130ce4b52ee2271b3ea8 --- /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:e696aabb8bb7c75a79af581cfca72b5b22ed31a210fc620c518c8689d807df63 +size 4466474 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..81a0d751292f467a641802917ffb9cf245d51bc4 --- /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:6c500b4ca5ca3c85a1bab8479d6f4f3defe7ec0eebf741c401a1ae277232597a +size 4789639 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..e4cd3cd9309c579fc7a607804a542239affd1258 --- /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:087a85d0670ade37c46ad47c0a8bfd8ad569171321b4e0be123d8a0adbac7345 +size 4383780 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..606b238417eda09784cdd3c7318423a13cbb2331 --- /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:f61e7112851ceab51f383219f3ebd0ca017a732967ab02e04109341397f2435e +size 4434997 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..918149e533e8772c0b3d28ced880bed2d92a3cb0 --- /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:1f7585b9d462e43cf22c6f302df86e748bd66254186513e4a966cbcd8706222b +size 4454045 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..bf3e21d73d93be9d749404e36a08a08aa6dad45b --- /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:a960ba9df108b2c5e2a76dda063ed31f0f00f5f6ae6d124ae30896dd5f88bb4a +size 4442082 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..22d2380b96f67b99098ae4d2c203e9ce3a17d0c7 --- /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:184c2dbb687db15f44762b785179c96571c5d43f0f42b7b65e5eeaea1aa928d6 +size 4828246 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..5f1d3824a40e07e6a195675cf349460f70436eaa --- /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:2378785d07234e97fe28c73bdce3f96cf12562a7043dc7fda2d0449fae1114e7 +size 4979643 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..9b7dad5c90cfdcbdd0f087816eebf41743f1dfeb --- /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:77dc264e53b353563a517097fac77091981146fa39f3b500b1a4d2c265f6e01a +size 4364390 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..fd90684eaf0c522872d9906d6cc2d204e0662d30 --- /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:fef919139f2f3ba64d70d23ab245262fecbbc18fa0d0b9053cd80a6e54092cfb +size 4321994 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..9c089e9654b104dd0e4fa4fb683e2bb86c34575f --- /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:4d876f9454a541aa04c3c3abe4c8ed1d265c224cd51f8593e73cd2f4580f0d30 +size 4366416 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..35efe01fc808bda2c544e2cf6031b693b697953b --- /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:571a533db36bf20725ce41825bf5d123cb0aa411b46244570feb6b24e89dc269 +size 4306457 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..222bc4e09de6a6184fcb1fbb9fd8df472958271a --- /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:34164d6b80a66424177894ff316c4edc480da6759ac3df61871e450e6d79ad43 +size 4469435 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..0244121f17dc5955b0487eeb1916422f17932033 --- /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:782e2b142f3ad26ee0f487a69faae9cfd79a49b0d602cdc6f3a125545f71d579 +size 4644190 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..5477c58ae57652b6b80b85cd52ff49329575ddb8 --- /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:78a4a027f6ff48c1f06b231192dfa287ad96aab04cc0c78268749e9ef9d0d492 +size 4607747 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..c53df9ab72b6b0eea421d218ffc02cc13ad3aa2e --- /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:361eeabbc04b83c707a9b190dee49afd307a4a66ca32f21326b67392ca6d37ec +size 4317055 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..88c90435e24826546ec5efe9033230f5d963657f --- /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:f24e909d7b94c6516bb1c6ac6663c832db109dc8df2436d064469a4427e44bf6 +size 4395168 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..2da7993456ef444397749fa4774e4ba11b9a105c --- /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:3da15f514c429bc9f0d5a4ef6adde0f643bf7d0c9e23782f3d820638bab0b737 +size 4400212 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..19ee4344ec659ecafb0d53f1c20b6002176aa0a3 --- /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:992521fa293e4817582539fedf4971a2ba5b76c0a2ed8273f6a49649e6963f20 +size 4408656 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..a10d5dc1386efded0051b8fc00061b280d3cbc3a --- /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:617a21dfaf0980a9a9fbcd3e686f2e2df3d2407bb41fa35f9b9529cde6be3d68 +size 4723178 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..3039c9b3a8555bb2d42e4fa658e0f30fea8003f6 --- /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:683d99864dba773419d0de89d841c24b73346804ab4cae922a31c8b084deadab +size 4347502 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..683ca07cc29e206b232fa5851aaa8ea5502cae1c --- /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:fb8131bf8c5595351116934a9f3cfd018a408845316f9f1991d5dc35ef99f7fc +size 4422253 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..639fa5d8d6cd351f85280c35421f11deacc8b2db --- /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:5e239d127150df5b3379a3f2e99c9fd910503de81fd0391e4196fdf2f4be58e8 +size 4255104 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..ca3b713dc906495c6078a79e6e1a854a71cba96a --- /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:81d3f90cae49271565e4cad2c6e98998377730efe7d41b0f8a9638e573c0fc09 +size 4315472 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..17c8899908fc1829ffc5316d44574f0c0cec5210 --- /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:20d23697989f74ca10a7db65e4df4949b236058b0090b7bc4b55234ff87d3396 +size 4616334 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..fdfa7b2e016b6121faba16cea240ee01e11a8c73 --- /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:cef82d5bd41a243ad3ad615c5449300e8e4e59f166c61f802fafb9e3bbd48e73 +size 4163104 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..c9c8a4015e5303e50f26cff6fabd7a2aa2ccc157 --- /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:6508b3743c46da058611b1d26ae520b4141f2bdddaa7800cbb6b7ea52749ed46 +size 4598942 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..660022279de1c294fd31d5f7db95e489331e157e --- /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:e10cea2e8248c0bf3281952bc6d8e99d063b53812e9633058f02da69c1dabb1f +size 4493655 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..a2f634ab50d766eadcf2f644056ee001e73bc43f --- /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:77e5e3acebdb718e580bce021a006bb73170e19a2ec0c142697741fbaa893591 +size 4597824 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..1db6c9740cf5fe403f8b5acc8ea2e09576759a3e --- /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:f7610d3d8d2a1d2ed358c0bfdf446ca22f69b3c125263b91767977f929115f43 +size 4672125 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..193f3d37114f0e750a2edc4940f9b7ac29ce13e9 --- /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:dfe89d440dad46797ceb65bfaf6fd10add4eb567af7b6bf84263822057a26cad +size 4280209 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..1fcb329b1cb2387a6aced6c35b4316bc2e53aba2 --- /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:38637db64220f134945d175d0b233058c5b02a9c3db5bf3050fb8d5d352a7961 +size 4330351 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..d2a52dae6a3779aef254e95b731864e4bb2dd07f --- /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:e8795bde4456ada5dd4b67aad2d0a399fdf08540f8e6c63460794613b8fef65b +size 4243366 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..a3a31fe2023163762ad7a4945d4cd32bbebc46b8 --- /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:2e96dee0fa0070726f95b2afcf04a074f17a78d501787ed599f7b2deacc19ac7 +size 3920402 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..8d93d661d80f1e00c99755ed2dc1d207b93f9779 --- /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:47dba882e4d7dc09204545a343431d8c5106a5889ff596003b01a92c694acd59 +size 3973642 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..6734d958840f170744cfb482f5085f79bbe70b89 --- /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:21a809f4cb87d4befe3b12eb76357b6dd62aa6af8cf1f09757fd81b61e494951 +size 4521343 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..fbaccb8e54453a3f5a9f1d9e8da8ec00a39bf496 --- /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:727371597111bd76c5c51c0744668fd8973e15e25a26c21e429687277123af4c +size 4671916 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..8cc2a5e0ccc81dc9a70be3d991b71780b0fe12c2 --- /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:c1180ae2000a82029617f57e0cffe26c242295c8f73e6bec30d7f234190f1b84 +size 4640001 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..cc2540e199c2116aacd889dd75eca8633081d642 --- /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:55734d4a0e6a5dbe55dd0fc7237fa64e66b72b77c3548aa3b154eeb83bf4651b +size 4572405 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..a2efec9837c2c7a85d817db95fed88a62611b226 --- /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:08c11256b1d610f5ca5cd718e4ccb205ccb31c0caf2193cef77a8188de09f9a7 +size 4295541 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..43d14df99ae3eee31a3cee6c061d1bc5fc530ca2 --- /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:aba3a8bd27ea4e1625c5e9eb2428dd45888ec82274745ece5bab3569bcc1e9e7 +size 4630843 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..f404ce739a408203ce9e4a1d389e5fab8a92bf64 --- /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:a0133e4ad4a0766559fa633eed74f23dab142e5ef583102bf83b872ffeed662d +size 4550025 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..850cff390ecf5998ddcb7e9db3998860b524961e --- /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:ecb8646b57d2afb2f380e7ab019c02114ddd21fa33ff4684ef5a6d8e2242d569 +size 4481629 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..fbd7cdda4438f0aad95eea2caa6f20cd18dc64a8 --- /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:eb68cd5786cb7605c1b4887d5a072e1af11a61afab6c1fa947c5a6a6c5b0a306 +size 4972874 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..974c6211f503f94e1971230e9f24c8c441ddf3ff --- /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:263726bfaaaf70fc0af8a073c75a126dfe95b1e6b02fa2af449bc6cb762da28a +size 4498631 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..8498a0178353a803ea2ead83dc936c6ea33be7a3 --- /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:c172d936abdf2cd7d54d40b75679dc922715573c670ffbfa793e49e53866d470 +size 4496355 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..be9d46b1809c7fffbe7fcfd6718c3ed858e8b182 --- /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:c44f3755be0de2d148f0d2aa9580e107738927a0cae570f204e49af654303139 +size 4666589 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..6d3a23859ca12a1635a97f21f280389ab15e5f71 --- /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:e68aa654e3c9933c2fbfeb7a5d052c0c871f6002f05137edc0815c2970797da6 +size 4470845 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..4a09477fe5f9b73d9bff59a0a6f266dbe6660d66 --- /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:4e2031fdc80365b03ddaea29da3a63ffa122784d07235bf5a8e200f50c78b1fb +size 4532994 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..dc30003f92c98566c2c107e284630658d1926858 --- /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:d6812857d8862449581707107465620304a567f86785640975e26fd7d6ae9337 +size 4486932 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..dd0a6dcd3a035169033e772a08dfa13ee5104928 --- /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:093aaf14ae1059893754a908b6af5c4dd75b4e932a30ea8147584c623f969792 +size 4424608 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..5146802fd83f568764845724c72f99d1a99d9268 --- /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:4b63e445c2e096dfc22412106dd702981da02907740eb68a3ead1a36c4e2749a +size 4445956 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..18d72c953485d0a61a9bfc15d8aa7d5a86e98a2f --- /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:e80a4381370d4fad44bf8772537f5bb046861a5560f09061e4b4c5f13851b591 +size 4666702 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..e2f7ca760c991a27d0245958217479e4c53ff59b --- /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:555dfff8779c9eec57db558ec2f328808b0ac005aabbc9d1fbf1e7d189ae5db0 +size 4589892 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..1bb30bdaa55b684e99bb861488fcf313c02b43ae --- /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:b336765eb924031725fd5739b83dcb4d65146a81674ae663d1e14909de554aec +size 4432344 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..3ef69727c2905444db3277c4b79302719ddea5a5 --- /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:e467d1a359830d80f4a7f9f4470c288a67ff1fa0020d344852d4dfa51521273a +size 4658580 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..5a9bfa22ede92671ebb0c0c5ab2b36d3daabcb6e --- /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:5c11ca35169d695351b53050dc04f47941ce813f60d3fcc53fae49167f198832 +size 4320447 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..0ffeded82b37c3b7e0243b0642a565808a16454c --- /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:798edaab20eac162ee9de8e5bdc9d1137ec23701bcd0c573190230ee28ffabdd +size 4216538 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..6ed3a57655e6e6ff879ace9151610996aa132139 --- /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:baad9ad575ebb49660815a98bfc5089c61df22106686a39904fba4868e610b97 +size 4015825 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..1524c5b6447d56b9d0e9ec93a7102f4fc92be0cf --- /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:683c295fbf722182cc8c1d4f7421148965755d56976bd93cbeceaa3c9e9f123c +size 4392888 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..096195a9332fc5ab173739df4912bdc50aeae63b --- /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:abbcafb114d42b3e83723c5d8d523492a10c3e5196fc7c1070ec348842b2a4fe +size 4232167 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..d6a4b6d49ebae0853f8fa2f587ff41f723f86bfd --- /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:8ed3ffe2ef2f2fff8de3271a6c4b9614a3716b98a637f64de351eed8778e5162 +size 4006240 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..c1d75ffa25fab68cf014196e6f1eac72b6261b08 --- /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:87a8bff1777543a88105a46cfcaaf63796253969a134aa61dbf05fa06427903c +size 3877548 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..d58ebeecb5684e69ee349428c21eb6ae19a1bea5 --- /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:95f64562e85d3ba80b1cab90c8b46952dc3db91ebe8f9ee3174f108964dcf756 +size 4755544 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..afe7a4ced97bc51c6cec1d72547bf893ee94994a --- /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:5b6eab8d08c7b26c252814929b7b075b3f07d89488780ef2a57c1341a9768b3e +size 4329076 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..2fa17fcd13035316ccad2644b88bf2ca038e3e54 --- /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:583cebfd4f224d0701bb39a292cdf31d475a3787bde0d10bd310f27c60c4a03f +size 4279291 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..758a95035f7761786c4ad8ea659de12e90d1748c --- /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:c86b872302a08743eb7848bd2f6835efde853e8061c9dcad28cee3ecd1a4f007 +size 4393262 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..1e9ef57443ebe2b158bc13c191affb723fafa34c --- /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:0bdaa72424cb7ebe64c9e25cab3b828cf36ee12cfad45505344851fdcc06d771 +size 4696330 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..4eb6e8762f48ded1dd27b94efa6ee980ffe39978 --- /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:bfc976091d42883650896fd1c94a5a916658ff6efd1ab85c467f26adc79cf231 +size 4307250 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..7f957631d29ffae38b13310d477424a29744ea1e --- /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:f9ca6204896eee9463d705ea13aa85009e1cebc3a384db60e570f08317875bc7 +size 4497128 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..282f6b35c76062294ae720f6ac2bac063c4d819b --- /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:85dd51534d2b94b80031f8e5912a319856bfd6672828b7a0061ec5a73a1a9c07 +size 4450655 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..8437928ea52debbd6d355446c8a4ed807e0a89b6 --- /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:be8b1c741e1ec60b937232166be9c405c9b24d2c9d8b82317e4a639cf931380d +size 4536435 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..dce5d38bc3a6d1aafab206b1b8b9b03659b64ecc --- /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:f8f7dddf76b66eee21468eef6518b61221533eac430f9d345fdf4e5a9f634c6d +size 4391038 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..9644c4a0a74fe33c7dbcf02cfddade409ca7ce0a --- /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:c474d61800e19af88a90e6a61652afb115f866eb7d675c2a2082283985a2c419 +size 4684269 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..012e00f05f827c3c9ebd9a9a27ffbb6c980580fa --- /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:be780a47548617898db7ee30062c094dc374204f791f0194e0ba61cdabdaaff7 +size 4340086 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..73cc857e81a01ce53ab82b87f11770da49c73448 --- /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:61abc4968356d2b1a0fbd3feba4eeb4c0239b39a15ea7997f5d60a6fc8754bf9 +size 4153884 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..c68ce4182ba3fdd384d04dbb597fc162abb45f21 --- /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:2df0cd3bd9eb7fdcd07a8280eb8b0a1a37e177e16d3e7332fe50504766553848 +size 4431970 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..c1a25a6528ca04c4ad21f170f8085108b04a3225 --- /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:38195396a08ff89867b783e3de6767403aa492b0309e1fef5a9aaa77dc2596e1 +size 4212714 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..7af1a3f350c04d19616005ada01f3a0b45b922d8 --- /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:7160ab11b19a9ac50b2fc04ca5811714e17341775c1f4006a44927af91325833 +size 4536203 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..99f91aae0ae07747077f1e536a8bc0376ca38881 --- /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:583177631517d7c2005abeef479dd48a886f7f300ddac124a31830591288baeb +size 3947254 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..0773b78f917d3ed8540f300d3d8d2792beff3e0f --- /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:76c4fc2aa3e577a8982570d57d4417fefc007fca6ae24885cdd5ee901aff0f2c +size 4804681 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..552237f42ccdcaffbbfdb467c43b7fda6d7a06ca --- /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:93833a5b4f4f04dbde827f4e8cec8532227bbcf22ae5cfadc82596622d305945 +size 4485585 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..3a044e851eba2529d8c35444a8dfc0ddba734ae8 --- /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:0e07b856e216ec037a61baf254b9381ca46d11339d8c4ed0bc46ea6828a8a1b5 +size 4324335 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..af610340af68fbc4a86b5bde2ea2d98db27bbfb8 --- /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:deb8194dea34df234a4e9184638bb96780b90311e3d034cabbe852b102db3417 +size 4609472 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..168cb67236d8f460eec630c7338da72c623893b3 --- /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:2cb1e65e441584afc8778f658a0b5cfd4bb31852734a1ac9b50e83917dc192cb +size 4318210 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..aa99e9c250dc97ddae56d5b82f8dcef8e626269c --- /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:93ee28d6fe9d85e2a70e406605fa1cdad4b7233b480c892ac321011f6c1e8b09 +size 4303284 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..06c858004a0dbd0b761a9a734ac282b5bafcc199 --- /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:66730e2c846bfb1ac09385d8cc59cbf57c9151e1c71f92705d3a349c1357cf82 +size 4137198 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..3820bafc886de0bb6dc28f814200477c5737fbdd --- /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:6642247b132df8929cdca02062b93d3832ede0b6f298df72f8067164ba58af09 +size 4228278 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..d4831d2d763e1216c272b2ade033c5bd7ccb011a --- /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:92680612830da9dc8efb7c564be85c2e82cea144570c5c94e2dbe20ee07629b2 +size 4511102 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..8add90a796b0a8cafcf9a12de13bfc13c1749ec4 --- /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:113087884b6efd2d6bf74f737d44156fd7221b97bc2332aa1a9fc0bdcf549c3e +size 4606489 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..5ea876a069b2a057125bee4baa223be477cabf1c --- /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:c60d05adeaef6895e56af2b9dcffcdea7610aea7f94ded8d26a4fff7e9639ca0 +size 4344017 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..48928758562f36e42b552490c94fa1e9759707cd --- /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:4ab64ddf28e149111fb7c9fbc43172a9be9684130111287a38d109682a0997ce +size 4580279 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..901eb5f678d97eea6cefb0cc8844d9cd12fe7bb6 --- /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:ff891f6c795f8a37981c8fb724748e11afa00da688e10c2275042ab805fe7de6 +size 4506629 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..94e23a7f7ea786d6240ece026837396fc4cf891c --- /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:ae4bc8d1d751a4cc2d560347b6897f28dc370874e34db91e8541b5f6767eb4eb +size 4342331 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..706cce7772c70000779d07c55a0395a3d3ce39b6 --- /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:a77c124ac7d0ad2e1579965725bc759c9802c8a4677437ffa57dfaa335d2c6ad +size 4380392 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..ffe71fc912f4bdf824276cc70f554b8649d070a0 --- /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:2a33afaa5f4a97d7d1e40357272aa34d111e3d333d861454add0921bb1d6dea9 +size 4726965 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..53d9e1ef655bd13973de354ae1bc8e7741a854b2 --- /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:eff79b8075a979ec4e28b20c71090afb80c3424bbab31a10e65a9a18c37d94bd +size 4222680 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..c7039cab86703f589dc9392883ad578abafe5555 --- /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:6bcae9955e4467a8395f6c605231f34b67c1143706403b4c18828ff20c341936 +size 4240400 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..db598a1ea25c89a2185fda4a7856c61fef862577 --- /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:d5ed763a955309ef5a0cfc6d89c6070df7626acf726b57b0a3c17bdf62c25833 +size 4315929 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..7d3a952699c32c0d81da68c08399387ff4799588 --- /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:8dd17add8784fe1e0281ab79525ec803b13b0324207acf045ce02121fb646456 +size 4424256 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..6451e9c057d2bf0f5d2d7314ab8bfa3fa0410b53 --- /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:a13dbd395bae7073937055681b528294bf2b689809c095aa81c3ed8c1f9e5247 +size 4136196 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..5cd1fa803d6e2f20856d526ac09081c416a36bf1 --- /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:3727660c8e1dd0b500dcf95205bcb3fef317c1b4ffa4b3650634960cc93594b6 +size 4442967 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..cb0f23a1bc368f4c29712133d88f55bdc335f4a7 --- /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:d26f02dc6d2cc71e40cac2f8049bf961b58421a396a431a97790e634413b508b +size 5064499 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..176d54f959fc0eb65de7145af6d6b7c3f4a17c52 --- /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:02cfe351c96fd53f395fd28110708ce4aa26b3896e34891e60ec97ca89ff6203 +size 4229932 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..900670c33e21b6a880e350112b7a32bb09e0d18e --- /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:24048ad290bb599b1aba753d40dd87323c84ba01867876d70fdce8f6d574df56 +size 4301121 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..c9e2e54727e4fc4d27dcd65f4cd4e05b270b2174 --- /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:9e8fedd0982346ddff49e1c4bed94a9ed6adb2f10f60d0a8339614b32b3fa018 +size 3864361 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..13b519fc9f31ada9873e8fe8f5ed421a45a3b68f --- /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:3a120df2f2656b1ea211c702c1bc780db6be2b400e3910140c29350553bbde8c +size 4349200 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..0ba9622d7f222f56d77b09e2abc4445dcca2a394 --- /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:9ff89d2bc8ae13ecb58c839a1507533ab1460d5217a99a344333f9af986641a5 +size 4371717 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..600d3a0159044e78c80ce9641a2950c3fcc90f99 --- /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:faafa7158359c5151d65c3cf1d4a4422b5938a9d6c6cfa66e8ac3c5e6f51fdd5 +size 4043120 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..fa276832c3603b18f1756d6215c244a500568d2f --- /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:647dfc60a0d795a83c5d3b2136487a78730281f7ec0739d24b1a87ce4d616acd +size 4655337 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..08c784ae3caad5cd827e9c4a1663b57001c03547 --- /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:020680d494743ff3069c11b92ffae27a4cd21fd2ceabac028010350294b1abc5 +size 4707036 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..de8cdd129c42b6c6c568152137fc0eb950ef1d7f --- /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:856bc9ed42129fdf55714bad007b3b88ba93e8f49cfb415774e3b55f514b4680 +size 3718874 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..20eddc8e9ee30a26c0339fa61674ea5e23ac0264 --- /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:5448c0d858bc016965cd94ce247b73bc87090add8f6d3e7a2c0a046294e4f2bd +size 4121033 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..6ce38f57a92db8aefaa798fcf87b07cf9ce8d7cb --- /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:b658e64cfe7e7a0bddb8d6d99d8e604a2c59720ecfb0da71a63b8f5fd932e360 +size 3943505 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..42edcd0ab43c6850755b949a4cc6130b2c1e61f1 --- /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:0bcfc7b14cb418339c14a3954566b0b1c2868c0c8863afed21aa7c0ae5a43392 +size 4135109 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..0a0d4050555469afd412d6d7caced73d7daa20b3 --- /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:85c9cb3b14ff5c7d33b32894639c4b961f3ef0825a82ec5a0ea0f946fa579519 +size 3976454 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..991f736726f7eb95a3bb003842f538bf093ecb97 --- /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:baff34e9a8dc4e1966549ef46c8f95c2af61b146946912befee55ed800211900 +size 3972917 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..b055b641e2debe36e54d7567783279fd3c0b444d --- /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:636176c7f8567c3eebe23f6437659510d992a384ea6df505ee5cd8830f3511cd +size 3988910 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..e069f7c31b70e42db1d3a2a3e24de0a020155f58 --- /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:8b61de5ee712a01afcd0f5abee7fffed5e1f22f4cf3f9987d0029699de9deb2a +size 3916693 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..fdb5c3b01334bff2f98866242cffc869b980769d --- /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:1de05043a4256dd504bd7eccbf18c83623fb7f18cb926ac954d254ddf28a9db4 +size 4411846 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..91e783513bb0a7f9b1f5552d4414ffd160104dd0 --- /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:80635c90254c8d024a756cc41ce4a627400bc3880751bf3fd4a8c1d98dd0ed07 +size 4503996 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..848957b0c22643e16849913b2166611d1bd1d0d8 --- /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:6567084554c1584939b13b0b50d1addce497d96635754423f536dca22de5a055 +size 4271734 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..219334b4191bfee22ca413596f286d5a91462489 --- /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:a6633b44532f704ada02a289abe769ca214f697c80c379bc915961c5dcdae9c9 +size 3786962 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..282c038134caed1dc24c2396b33c5fe152906cf7 --- /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:d806a86cb46cd0734bd617ded91d59126d58c9008e2c621d78891ba6cada149e +size 4017948 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..ac1235717340f2bb54594aa07591a062dff9d22d --- /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:b9a700b070356726134984edc87802d406a9da03f1422b8b3fda253e23b01a20 +size 4215392 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..3bb5f416b73f65e7eefeab2e951f09639ac4fcb4 --- /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:55208828a93f115f4a588f04a67b007680a0d19f66a56e0856f088802b6bb8be +size 4037215 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..bbb754c02d3c965cef927df8f46cbf122e170dc1 --- /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:9c960bcb430b569cb00a325839eb73a660bf3350824fe52811e59b2bfc056a7a +size 4124628 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..b3f23dd65350659c8e69e8ed2f11715f44f5b954 --- /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:ac15ffbbbcac77349e6a78007848be6756a4fe977e317f7d541463aaf7e8271d +size 4441714 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..5ca45018716366535aa96a4f7c26f81608864b2a --- /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:b2b45020f2dcdcfa81a06a174dcd4d1cb2f83939569c68f2785772726f545adb +size 4680115 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..5885df1831d0f0f0d184bd34c68597d806fa3284 --- /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:12436f0ede8d9fa3e25a4071733a27f10b58edba12a56b44ffb83a69ce561498 +size 4251237 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..351938365974b980bcc2b7b92c95ceb89262ea20 --- /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:4e1c3de0313c0ec9a702cf965378d93db2847d235c7039bd422d3b913812dad8 +size 4787229 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..665f19ed58860202940a8e16c482ad7ebf56d346 --- /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:26bc9217079dd5474acf06117766868f1d330f50a82e77f8343d6887fd91fc7f +size 4277945 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..11ad62372817db7e4a3ae5228913518f2c0c0dab --- /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:cb4201dffc7a9e721ac008c2fcc708477ef9c347224e711019c5ba40558c9fc9 +size 4260278 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..d92828752bc5fcb1e16dde57ebfffd269e4c30af --- /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:177ddee938948484c21e3945acea55331c75262f820bea813237df7d73f217f8 +size 4311598 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..f3de51ee57ed8162be63ede49ef015f34389d8d5 --- /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:94a94e3a06b587dba380c099c0aa14730a1635ccef5e462dec6878e5c4fe6274 +size 4533653 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..3ed9fdb35f9e3ab68a533428eae131cd5c7fc086 --- /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:265e785e3c8c605eef2d01cc662ecf37bf61c2602fdeea600dbfb77f0ed54096 +size 3886543 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..90754480389975a7aff368b6f872aa7fa0d7dee5 --- /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:d00daf750a3d19d8b3f8f0f9feacbfbbb75bb964915697a7f5feea7c885f7202 +size 4118145 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..4cc7919e05725c875dfe9f1c9d8cf6ebf3065e80 --- /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:73f78df7929cb328b757f954dcac441c2c00b04a66015b2b6b04fbc136646918 +size 3969260 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..0a54beb31bd8c4d201ea92835f3fafd5a30740aa --- /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:aca14d6f82b92c8b998c67383a508a3730325df3e14300f8ec703baf00fbede3 +size 4141321 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..6111c8f6635bcdde4a9830ef51cb76e0dbd5cfea --- /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:62d10f854923effdb2966759cf680043aad3a0309e79e91fd46860bfe2b61b58 +size 4232633 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..473a146393607be6a377df98d332b799eecb845b --- /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:c57749837e17687bfeab7217aa9c638bdb36f7ed3673cf74931c5cc23c3294e5 +size 3700124 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..5d96b097fe3190152029d3a0b61205e61d2ead7d --- /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:39f7679577255d32b6c041309c13e04870b0950911d3befb9cc034517fdda026 +size 4140991 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..84d7c80dfa15cb6f0ced28b725f1ebfdffbf9a0b --- /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:1404376ec18102df9e60a3dc39e4c00ecb6ab74bb7f0f7b4fff6b0ce8cfeabe4 +size 4551960 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..8d5146e9452430ef9b2b622c01f1ce3e8f2e32f0 --- /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:2448a02e0bfdac8b127ff8f72438f8c436cbe8b044306c7e726fe7429dea271f +size 4045892 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..e1c942c950a187b4d7a2a7ed0b4b747a5df2eac8 --- /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:ab0f8eb79a86355aa3a0ef535d12bf9eb4b27f86299e7e706bb9ba32fe653632 +size 4334156 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..c703d5402d2c52279cbb82f9db88f2c1b61c1ddc --- /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:eb543bd04dcaefff0565a2ced6719e94011d862884ad27d6c7f2f6787b85d7a9 +size 4025667 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..a3121cc2472475b5fcbdfd8b3e899ea140b7bdb1 --- /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:7bc7c70ede28b9f30683003e22eecd49f3766be735c8cedd78240fe68f230319 +size 4033815 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..f45cb552b89e5c5bf1bf2192b1bd482c3518465a --- /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:aeb905cbf8efba8b289fcbb05f7c20ef672fb4ab999ea632eb5cc620bd93ce20 +size 4207447 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..a096e40bf585a38b401c6569513abdf82a2e1274 --- /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:1d11d5a6535eeb2ef99b888ac83b4dbde7e84733bbef6cc2fa314b85eb8e71aa +size 4041623 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..10009f5e7c4cbabd3a1267d0815825588fb8200a --- /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:43e12e34d59fb382ede36abbc2ec6f97d669733a10afc9c0f0836961bb0b3ebb +size 4649315 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..a75a9481549c8a68d81697ecfc2e22e0e5b6d841 --- /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:7936ab2e4106868ffdbbcc098bb9a45db747be0a08787e80dd5711ad9847f904 +size 3969470 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..e5ece45ec4a9bc887d74e4f7dadfd1a54bd95914 --- /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:40cfd4ea81cd6f3f24216a9eaeabe4816c40f712153b0fb8522b6ad3a54e2596 +size 4466369 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..1c60d117e32dffd69af3e0b7c1ca0ae438aa6059 --- /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:787161167934708f1d5065bc96af4dcb9c6a0319155a2771cdd502650f22c4d0 +size 4142078 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..e2f10bfeeed2ef0e2d568c4a315e17c945230d34 --- /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:342352373c6280bb08ee58128c39e76d182c6ecb345d5e3437299316354df44e +size 4130964 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..ef6487d4b77465945567020211c8c910fc46ebcd --- /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:1b472f279bddfb2d42eab8b325639e93334403d17624d73fc5c319cda7b62f72 +size 3731927 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..b66810a08705fa5cad95368d603a6026fb62fda7 --- /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:0a3828f47c7a675f9cb40fd6c27795399f515422177378b1e47129e8cf523303 +size 4272981 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..75084de71bed03dc863b387efc191b432f3f2f66 --- /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:4c9f2085cdd5a5f9949fc2b7db04b3ad9401404a05ea613b2132c4f113f17fa4 +size 3994688 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..dbf30a3135d8b65bd728a9f791c25d2b16a117b0 --- /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:6cd21eda9d008b824432b79608a231c6a240f2b7a194df8c580b7b52512f3b5a +size 3888439 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..3db30862432a4e915bd67a1ce3bfb56b761a4b73 --- /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:b781f44bc7ad7a8b76af106f0c89b5008b636df86c36ab1939b2df6ada1f5c6c +size 4270267 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..dc464730b66d17ce67fb618cef7d591d7e8a2cf1 --- /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:696b81225f6fced27c6e9b00080129c8014fa6c8ebcec54db678d416c8119349 +size 4142358 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..26c7185de12fbc417127f8a1e932812cd886eb82 --- /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:8b27f38c455d8610123abdc8ece4246ae11727e2f81436ac97a25e721b979688 +size 3917248 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..1d1d578eb65df5b352110dfd193421c104f614ba --- /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:357a8a43d1d0fe04711d5dd03954709aa484402f6aea53f9900759f73c7e3c78 +size 3997250 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..dfe55bdf68d02182742376972649a95f0d96a8a0 --- /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:ce0a213203b1e6ba29102d1a43a2d81f3a894671c888d49a9937bfd06dcda9f1 +size 3689574 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..cf98d2e2c56cd3a4f95eb914cf197bc78f963e59 --- /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:c4ecb9b38352f8aa0f3c8dbf532a3a47f65b960f40aa29833ec73c5b31c8964b +size 4001661 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..16a07ffb1a17a9025e097e7075030027d6a06af6 --- /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:69a72b9bdef9b5f856685e605ca9ac6679ae522258ce1fad7e480759a4bcef13 +size 3950508 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..b8534e2e23dd3ef8dc43dce968cf42e45f6385ed --- /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:c073e044578c349fa4363cbd93653c871c275103d8c4dcc26a052dd332b74ec5 +size 3988034 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..8697a5d459b0e88316f2bec255fee0d8a306330f --- /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:bafe5e445e95d66a87559b9876f5661ee2afac0a64360133889131f96aac9ebe +size 4058514 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..68178669c9db7273895cdb7d668147f07073bf05 --- /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:e6cdfdc55b99fd37cbca9b3064dab51dd38b7b2194a4bfc40b6a08a4ad6549b1 +size 4220298 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..24a729a47a49a402eafb78c4e51df063db750859 --- /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:092d9d7ecde35df526b03e177f19946d22932bec1c745ea3d3cb6f73f5213042 +size 3782771 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..2db4439072cc3bb4f2283506723d19c25a9f3c5c --- /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:7078b53e42f0bdf1c3c4cf4e120506645895db0d8867091fd283960c931e2de4 +size 3982603 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..74f5cc5b8c07ad5b192ad896e4757305c921ba8d --- /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:68d86e75b29b747ae0689befe971b2b52ca575595c64ab7846b3b1bfa1901b5b +size 4037861 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..15b8c77801a8fe58fcd63e7e6b66d5a7b0720fca --- /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:8a93aa725074d2bf2327ad430f0e8c324e7b9da8e6667b9f1ad2603740ddbf8d +size 3832317 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..53abb9a05ffaf474ec94f44cfbf900f187e94ca1 --- /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:60d16cb5b451fa5d9524e3a296d91234f2a6a3ad4bbe10a7d4d1db2ce8384410 +size 4272399 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..eab45cfebb4300b7de4c32599e17fc7543d5fa84 --- /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:16b566f2194cb5683c76ec37a6ae630e9f20ac1f5c028c968dddd938164edf24 +size 4619970 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..d8fe1ced8b8545a36f267f8cfbea60fee20cf62d --- /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:222167f260b6bf94c76fa36d460013e915bd0005161427004482244f3607d38b +size 4188712 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..c2b6f1937cf2b4afbceb69485c94033051e660cc --- /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:38aebb8adfb95e2bea66d2baedee6580add79dc937b396610f4f6cd464c061be +size 3907455 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..0d5b8fe178ff225902f54a1ef1909504edea475f --- /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:22b84e6ef9fbacfb3097d10976952ab9edb4edcc8d1c2ad0dbad852d1bedd610 +size 4161292 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..3893279882b3f49c69265c2ed60cc87f2f6464cc --- /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:0134dfe71630764ce237b842cc8937786aafb15adf982f3e0addc8a2f01440d4 +size 4036579 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..877596b5cc54b0d317484163da0cf90fd5eb0257 --- /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:c046cca61f372f5f8be85c9e3cef79dd27865f03ca06b5d3f9b304ad9143e44b +size 3776544 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..b90f6bdace8bfa4745d5e02b407d571813a1075f --- /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:78472e85da63982f2591c7ddb77549d8867adfbea43e8e8d95d5ad1ebab2e660 +size 4454157 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..5f771ad74378a6e23de0b00329e90a26dce86377 --- /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:425e993f1362bb14c246c1541daa8cc5b8394ea03f80a8ab3d4d2e79ce27385c +size 4186649 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..e759b7a996c486c53781b736a86fd55b13905b71 --- /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:0e01ef6e0293784bf539b246bbd04223cdf518fdc7351d1a99f9e989c95191ff +size 3771366 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..5f03415fb3623b33cd4ca997354918f497753fce --- /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:aa795ef893dff7ad4752d3d8197eb2b01f03a040668fb3135f3f3fbe76077d0c +size 3906676 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..319cfde9d0507db1aefc4a2c2079b9c1fd0cc12b --- /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:3fb10fc6afca8bf86619a7bb30fa2296e9521e127d76a6840b03f104c2a86143 +size 3648989 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..b4271d996918ce34e458d8155a23835ec6fda80e --- /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:51a57c1020866e7445c7aeeba9620b6b29cd24e14595922c824c04f07eb31af6 +size 3819237 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..76fddce8f03dab1b97286828bfdd6494f4137828 --- /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:d8e4762e79d43d69a24bbe351f843ce6e795db08542cb8c92d03a601b8e5068c +size 3790484 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..0e169052710bad98090ab33b08dbcce367ae05ca --- /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:ca462cb7e63ca878120d716f5d603faaa4db4f7702bba09f06dbc15426883263 +size 4177537 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..86c9a9b4a473c307ea902f33458f126301fbabe6 --- /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:a7d6e78bb6b885915786ff5a2cdbe8c52aab44b7134cf9bc940a394413095652 +size 3919878 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..bf5107fb023a5a2e36168521249718118f538c67 --- /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:73c3873884c5e9ec5ad906db596129bcb322a1684383f470f0360a2a3d30c324 +size 3453676 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..26acd1fc37d7050a5e1bcd8e894788b56d05adec --- /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:28888529788291ce3539f9327b755f713b240d5c36805a45957de3ff8918e10b +size 4949553 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..f76d4f0acc06fcf139e3952b8b5c81b123f4048f --- /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:b8148624cf1adf62f0ada090ad03bf06ce21fa5173008efaca62468c96a133ae +size 4064149 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..7a0d143505692f3187c8da14bcb15d9f0426bbfc --- /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:13bab6d99523aab59fa74fd7be56eea8b275f67cc30abea61117ed1e8560b48f +size 4179986 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..bc155581ea465f354ebc07a9bb80390727019f99 --- /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:83d5a95283de158ddc19bb97fd954fe60ecc818c4c984d131f643afe53319a97 +size 4563871 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..686a5b87c32e241aee54d1f99f271b1d6777c3c6 --- /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:ce928b21fb014a7c7b85fa4368bcf376bc7a237ae7a7b4707dac4a32971f3896 +size 4437872 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..77b29d9157561efe6741f5188683e40edaacc9a1 --- /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:c12d5da65804bdede5cf2407026981028882c451d6e2bda23b6c6a8e2eeeec3a +size 3959691 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..a72e0b2501f87bd0d0549a9ab4f96d3664b7007b --- /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:a5cfb54792f68cf5efacde4c9035566290909453654e15110f79b22ac1fb9c50 +size 4749021 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..a79e327482c7e7461753e9726bcab9e83e1bec22 --- /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:0d6cedb5640d7a4cd9a6f594524de045e9cbb6b616718984095f81f3afb33410 +size 4641766 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..400f45d3fb342e5a502c93d6f4017528cce565ab --- /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:867a633f36ebc103409c8f95ea23cd226f60b578f9f566cbebd223fa2802272b +size 4318400 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..de9604b8bfac1ede55be2ec302c6fb82c98609a4 --- /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:7c3a4761a7916dcc56cf2eac7701052d9fec5a99caaadafd73fc1d1d1bcce152 +size 3424600 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..131de386c0d461e16611643333828a1f9c2b5de3 --- /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:6013ada23b91223f2e77ca7afaaa7917716f1ce5ba2766c607bdcd336277c2a8 +size 4149665 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..8a3e7db173a6df277d3865859414e24fbf217355 --- /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:6ee6e170733ccdaef9fd8e69504cc45ba591def0c6cd1ff5f906f2df7b8c80a0 +size 3685645 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..70a79455486ff402e16d02794e4be9140731ca5f --- /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:65151e91f318760c064ea27b25e4d30d7026bfe1a91faea2b638fd7a697f69ca +size 4214998 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..4d06249036eda0ff19dd25f0960001cca654e36a --- /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:80d338f80f735bcaf623e6b836b9c82527dd24dde10b91163ba8103bf1ec7c99 +size 4133073 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..33d5eb49b48f7e600b2cf620d7b9c71d1b5fc2b8 --- /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:b1f3d418fd81d5712d9182c0564579656b091ce1e12f98d6b609f4da6c149f1a +size 4619318 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..0e171d13ff8720cd0f4c799dcad3688fa4addad5 --- /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:1f74f6faeb3107736d9ee2cdaaa6b4b83bc196b84216b8a1f08abf431bce9bf4 +size 3570861 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..22c86adecc9b60bf6f405db4f37b259f1e45e033 --- /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:20d05d01e87ee9cf7d2097e1f18b3b396d47872bb9ab6de8bf9e90417dfa3100 +size 4088433 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..ecec34029afbb07ff9a0fdc584b0b232014c096c --- /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:3178eb6d9aa879ef51c5eb486728a8d84bf1841f96db221a96f755a2da649fd7 +size 3553780 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..f4c95d9ff687bb0c7c5271212647118b966e9fca --- /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:619786f325973c81d28651938e52b7555a20c986c5864cb668298eb7674bff21 +size 3958297 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..c940040a4760b6adc083869461f99a1ab6c0b8dd --- /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:42a5db822c5ad5ac4015bad10bc09359fa9975e5323294d566e955faa466187c +size 4264980 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..9d90ba1f7cbc4375aff95f8d2c4e3e55619b791a --- /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:63313613bac6a1096c75146d3d8b8b614c47bdfce64ebf4f1cbd57355128a012 +size 4389416 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..6fadf874f1b1aca261e3b488a9784b293cd2ab30 --- /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:f128bd98c51f39def5c8fed39b1cf6f40e1e2464d44e6e09c6bac6010b20c07a +size 4057857 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..32421781f6802cdaff7c4f98e4720b9cef393f5c --- /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:63fd725cfe0e843dc63dbb8e5d5f85f55567b2191e139249badf1be2309099dc +size 3941911 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..940e89e2046f68c928083e5a828440dc620f1f26 --- /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:e9d5f760f25e66e46fcdea698ab853fef03a4172dcc554a9faed04ef8aa8ce13 +size 4189208 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..88fa7eebc256bab1db9f0cb6fdea6da4968dc4e1 --- /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:5bcf18a75185fdf7ff149d3a2c4177db95c445a9eee8bb7b821988d18ee650fb +size 4030749 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..74de0fc1879ee94be2f86875fc41a7ace06e0d10 --- /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:c3acbf0057937db37fa7fbce16597722efb16ce7de3edca608b8a1578a83fd60 +size 4053642 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..05fe7b30d831a26cb6755d021b3ac25a36043b54 --- /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:674cb9fed78e01b337237434c22d6626cbe01c6b75c20be40dd3a9e5d9c636d0 +size 4122512 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..965f6eff54a2da819fd790cd7ca6e87e872b1416 --- /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:74a4951232f2cff30174e8b58f48c736af302af9ef8e1fda4bb9a9c14fef7d8e +size 4061851 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..e6fb11c4e4e7e5a4fe4f63f484d16630fe5f865b --- /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:4c5ce0b864e80d249e5d22b98f9d207143ad1d180fe147b6d25d2fc9ecc52ca4 +size 4264951 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..2ec8a13a10aeabf3b019971e290254960b7a7013 --- /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:e5e4f0e7b51b9e3df9e51ec694e4c6364bbbdefa89aa48ad9da1dafdccb2cf22 +size 4303475 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..33ea79ee372a3a71774e80f32e5c1e8ea11cd3b3 --- /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:9ad5044eedd16b483a109b7956be28b0ac4ab61badb225fc320d2a60ade6eb75 +size 4471226 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..b40181b7e3e399bcf62840c6df508e9ac6ec87b2 --- /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:63551ae08a18604565a00810a3624a15c20ecda01bd82cefb80a6615113229fb +size 4223104 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..75601f3ef6694317fc303988a9f52809b00cfd07 --- /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:4ef8d92e6c970338aa41df1cc15ffb73170bfe54df743457c902b36654f89ba3 +size 4282391 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..3ac5dca140e5cc7aca2ffcfcf97dc990223def5c --- /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:3cbf1c68735862f6fac54b22de52b5ad430ddc6e3fd741812db5f29b8cca424a +size 3948277 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..ca2716e4736a9cea1c8969957d80cf2a8459ee89 --- /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:509cd3797e954854c9b2cab03c1e0cf99a1ff7c70a547e23a681e3d90d902502 +size 3935840 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..392839484d83c3e14813f90ef2e4fe3561ba8668 --- /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:b42b86d785e6ee64c6d51fcaaa6d8cea01eff1b227cf1464e480aae8d51cc05d +size 4101567 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..69168cd048ce3d238dbb31fdf060ddaa3fe0a201 --- /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:54782d0bcba859e194003e60a4817f47e366e0144999ef578e385dd7be7ea17d +size 3763258 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..142c8217c4fd323cc43c6104e7ba721e194e44eb --- /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:c96cd532b66572a84b2ed5dfc01ba29394ed135af74cca793ff85bf3d19b6699 +size 4038164 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..4c7b3fa1f6a7e7fbe470e4e602e65e88cb9ed887 --- /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:37569f0f37ff1ec983040e5756263aba1f0c9952dffd15ca636f335e612a29c9 +size 3902974 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..814ea3516138adc8ca8cb8931b80ab9034d91236 --- /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:81ded1cb79d49e35f732bcb259a5598adaf3deb21b00e1c4f0b136ef12e2a9c3 +size 6258475 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..faedb2f12942926cd60df096d986e3e84343827c --- /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:640f0fd94953d7e3291561ebb9bb25a1338e59c7d3b291c2e80c7be443b38808 +size 6865127 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..dd3699e802f74136a27c8ed95901fc7261b1b055 --- /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:566c471275621d02993647be0a17bddd298f264aa907632b3c506fd40ae4857d +size 5723854 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..2d647f5d813918a86ba170c17e960207814a2167 --- /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:55444db4a2a4a40f3af99f8cd5b781b33b4cab112cf9ff35f3efc2a65ec1a651 +size 5704886 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..3442cf73ccc7d1d7a57da365b092e0fa6142c83d --- /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:3b216356340f7f52d4cb3c3cb5590c793bef32fa5f0439a8ca91290fff813856 +size 5737362 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..e9412f67a83a69661b7976dcac8c5a9434a9c8a9 --- /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:37beca3d2ee0dbda73e940a0a9953d54ef4e67c6e4dc6ec9293649a595f0dca0 +size 5763379 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..1a84450d5c188b9c8fdf975122c4993c4edf0fa7 --- /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:72c8617f013abcce7d1868d41a2342587afde7e26e5d3bd6e5ab80c4ecc419c7 +size 5563075 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..1e2c7dee1bab95b0f6299032e528297fb12b1df7 --- /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:cee65845857795c0ae0b857bab5be5059dcadee9ea7dbfd30a913f647a576bfd +size 6573288 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..e38e93b44e592decb763043b79e0f5d4f346dd24 --- /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:fe41c7d882fb0d49fac30789a6d51c68f5c69e2744d7da2719dd32383e58c38e +size 5316096 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..ba0f73d80dd448afb2a841639d707a9589a136e7 --- /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:444849e4a6b86d5f5a05665a2aa3ad093da81782a76837c89bccd7f1d9ae417f +size 6194087 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..eb72b51776c3e34e88947070167b6657bfaeaab3 --- /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:c0f8eb57d2d9b18291edf048c750a810b14d5163a352c910963e48ee47a09902 +size 5750519 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..2513a69e1fbb0eddb72ea6d94b4091de2684e64b --- /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:cdf7596a0b4a427b21ecf49cce19264bf7b38a778b761fad496ec94febd86575 +size 5572600 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..c83217faca6bb315f4e8d21bfcbb7e886315a84d --- /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:e03580f9ded27e53d60b49571d7b8c48a6a450c5b0890e7134acc2fc5f2816d7 +size 6591118 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..5c6b2f3add2d2d197a129ee1d75d9c83b6b243e7 --- /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:a3fd1596cb10913c753bdcfc29c4c2b3ce2616497e27cadd18732b1d684b60fa +size 6274115 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..32ea5da90c43405ba1ecf3a9dd00c968a4dcd799 --- /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:9d92122003207401fed1f87fb538eaad712b77a3ba8fcdabbc53012923c5d8e4 +size 5636454 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..201b45cb8ccf5abca12f1b6fc3cc0f444d9f1dbf --- /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:0d24d2c7e68baad1f73d583c5017042d134112944ae517f987165361c3df6909 +size 5291678 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..c95195558aba75720c2d9f66f44335ee61af96ed --- /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:9f9c8b0b8a56246e465ce68fad30d2607966f3e5e5a7dba5276235953ad7b035 +size 5302475 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..6b60b418f880914711dc90406e051a62e5e1f5ec --- /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:41a8358c75ed19da92f937d5901653b0e17f570d9ace91b31eef7b0ec07642d5 +size 5438482 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..b4cba1040b14b27bf3eca1982240321e406e7041 --- /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:e9fa65653d82f4237e8ab1636a3dab62b21ef639f41467a84ea284d9a55d98e2 +size 5202231 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..9f9bfac549191d4df25a08cc35646fcbc1719347 --- /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:fd5605bf53af378d4a454b2011765659f0ef9f52e8a99afe514c9e5ebd2e13e7 +size 5579235 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..1bd34036581ddab2ad3657e556ef22bf535d5c82 --- /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:f07baf0050fcafe1ba02acd443db2df6cac40f60e49eedfb874cef2b6e430cf9 +size 5331428 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..6f9ba8ec6491741a3a9ef2134ef1b505b92f6044 --- /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:f8fdf527dd017ef13e434b66280d0b9d26162145bfd5659114b24b9bb5d4d885 +size 4767414 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..57c2e4425900f27e25d47705b8c32ad721d22813 --- /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:46e113ffe3827f7d826fe07871a0119e0a4b1bf18d11c97b4361c40508f5ad1e +size 5088933 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..957d5042b7648e471b76b0064154247117798eff --- /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:bbdcd71d2f9e88e491a9d2fe164476ebf73355476c64f174db1f701aef43ee65 +size 5611685 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..def20ea6632ec39ea15a826b907a7b69705775f0 --- /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:e1b817aa50ada833c54d485f3e277d1567af3da16152a1f477decadc5c4c46ef +size 5299736 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..6d318d1a78c8288ebfe754ea73816b09c6349a95 --- /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:9891035f85b732f960f37641a7e07c722fbd2104191a116765e4746c9af28941 +size 5655099 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..b79261a0c3f85d1778e25c8d51af0f3634ab02ad --- /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:6989ac634cecd79ddee7e37580b3e535db72a25180de23fe55cf299d64845a24 +size 4979921 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..8c5037b772ab079c37afb6a47ce57098f564f937 --- /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:def3974e6ca8c19ad5408b534df5b197fa6187241e6108c4b9acc1af4a84a003 +size 5104744 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..a5d5df7c781daaefb10a4efaa7098ae035614674 --- /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:8fe46beec9df8847299ddd04ea82a2ce38d862a0eebd556e54114255d81c7dc8 +size 5082290 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..44bc1efd652b879f60b2ea47baf860b3f423b275 --- /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:1ba59328495ed903d1b4c1b641c85ecfd3336af368771f4f59afdddb607d9ee4 +size 5394614 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..faec865e1ed39777196c9c689dec6a95e26299e3 --- /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:69665325c6fe83842ac51a659f3b6ee86519ac1795e9c7aedeb828880c321ee8 +size 5572296 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..d2ba59a3129dc0956007baab52df03b8374fc955 --- /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:3a0d256df6b1de303e42316538f6894784d8dbc348130e292f3152582552324c +size 5382406 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..611e21e20546c55d3ca94de95585b17bc2a80d46 --- /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:8bb36840d6453758ada6b434f12ad0b89b611c37d45ffad972b303e2ec42df70 +size 5325388 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..4a58a2bea880a22de0adf6a6f47b9cc925dc629a --- /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:b92b98563a7c1aeaf77113213527d88d73bd31abbd15740f3a8fd71e88117761 +size 5681685 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..df5eac6211f527f8b615981417fa69cefebad9b8 --- /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:b0ca15ef8ab7432cdb0ac54c39a6f143d4de15526fecee6ef321b6da9dbe6b32 +size 4953429 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..5c13a22b6cfe88f32cad6a272d4180099dfed32a --- /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:bd84407f08edeed043c3cfba1ddbdf6a164c1ff500a90c7fde1afe71da9e5a97 +size 5163617 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..9b666ec1e6280cb7d4dfdddf0f24c6e7ca0accce --- /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:c51f551935c5c9201e54b99a153f70aebb171fa6f7ac8918a2eba314bba1df06 +size 5226709 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..c0fad15a125dc1a7ddbbf0a339eaf3975d84c07c --- /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:95ef9db73e352efab07e47631a2dc0213eec134fbea2e31bf01067579e2e936f +size 5456630 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..30486e06d0d6f2389ce0c12172d79fc867574bc8 --- /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:c29aa2664a41638b9fa1ff675487ca236e531456412a0a87136b1206ac0c026a +size 5250366 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..11913e559202a50251acc334855547ce59213f95 --- /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:61d471d114244c932a645ca51c65c6d30a6120d8f1b7b68a4a2dff8705c84701 +size 5259517 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..848a33ac6f408a1c6e03e66f6b5c2a1cde38fd41 --- /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:861cd297ae9711af72a554764123e8d114d81f8272665744f3f85a34917c64ba +size 5187121 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..be26731714f96b2caa5cca6bc6a8953a4ee40f63 --- /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:1f351d15a9daa89b3d9460774cacf1dbc04e51fee816a32c1ef58ad004483c88 +size 5104835 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..727d0e5c382f340b219a53235a0d29ca4e454d16 --- /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:b5cdde789f0a4d6535c9c3e3a5714f679630b07895cd93aee6992127bb8c72da +size 5186018 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..bf6831c09010d374757c837dd5253cb75de550ba --- /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:8d5e10b92c03dbbe0453072523ef51badd629b32409af7e4b9a10a1c177605ea +size 5551447 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..2832700565641f41e3f09d73a94923a192e674fb --- /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:1a365b39c8a51b344ba118e4e1366b2755acba5db7ab8a99b5733853087c411d +size 5129128 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..75ba68704a462bf5707928db6f72470422b7069f --- /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:5f0f18dbf8442b6779c8f624d10034e6f084a5bae8d7b87b44c22bd62dbd5361 +size 5131478 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..aae087901b380524803f3dbfc3c89deb49b78dd1 --- /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:4382248e8b05d01ec3430121b9e5acdcd85b0a0bdd5e58707b497e9d2f03cb7d +size 5545241 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..1dd6f83c97484ba34565de4456ab3dfb5e767c8d --- /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:338cd98b3eb4b76548124f24a5fa5554fdd276582e83e2a3b7437bde7cb1b362 +size 5291255 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..ae095af721c1942b62320a9785e2e182b2b0a75b --- /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:d08a8c32d71a3610a9bc61128e03cae680d8e0a8e2f9f7464c8cb541abbcc8f6 +size 5340802 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..e1066ebff8585832b73b30cfaa82c77ff1427d98 --- /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:834832de783fc2ed26e953e4bfb15eeae696d1fb96c7e755ece63bdec7b51931 +size 5484064 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..d903d784d4de055055c59872f97b63eb8268356b --- /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:ae779add4f8415a3829c58c433b661e4014d40ff7f4290488b1ef0fd8a2628ce +size 5808975 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..cc10347e3cacaca2626aa11a1fa665943c24fb24 --- /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:932bfc227245ff73506e8c81fd91401056db361666224833ede60b0103566b8c +size 5304426 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..b9b124e5dcf68337a838286fcdf6437dd5863c10 --- /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:1ed53b0c8692e59802d518a3ab9ce89f9da016780e1640c77ea091559775e7fc +size 5323965 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..5523f22cf46246caed6d6c2c8614c50e8c1eb3b9 --- /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:d7d1ca6f4fd0bb96143b8e0d04d7039da576e3ad89ff98af272d2a6137212f80 +size 5971862 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..a4d64655a41e37c32350fb92ca0cb45d2ce98045 --- /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:596a4238e04638bc8b103f74e6293e618c794d9ab61336366e5a3c23d0bb9b55 +size 5058487 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..1bf9e0154c07bbdda0a41c3a9d75c87dcaad4e03 --- /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:50ce6d313b8c7ffe6517cbee70ccaf9609bba44926b3c8928a85b46f4d5a444f +size 5076151 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..7362093556078fcef9b15070985a651fbec68801 --- /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:f03a529d0791ce1c6dfc715b5849bb313325d6208c2d777b69c14e6a70cffa7c +size 5376962 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..a5b909a9bcf46f77e5a8100be147b901f13f3474 --- /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:d75b5ab50b14f61090e4cab4025ba932cea49b7508b6955010592d5ad24680d1 +size 5502378 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..4d8a41a8d52b04db456249d4a6948c5d62cd1bc3 --- /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:ea5e5fcb1b699932f035926732a20ee72931e26b4bb7eb5132c2e47652040cb3 +size 5436788 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..2020b38ac68a4cfe15f48b406f16d02cbdc1afcd --- /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:14e11a4084fc5f7e9b24613e97f3dd25660516788254e2b9b5830b42ad1c6789 +size 5715272 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..d8401b488343314f80456aaaa973b5043e86e292 --- /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:79c22cbdc803e795bd1a66a1d763d96a94fe368218297fec8efef730945d2f8c +size 5484920 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..633648da508d69ffb2d0a37b80609a6f590ad877 --- /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:8b57a84d25af206d3ad1d359edcb6bbf54def6806edc814f4f6074ef0c33ac20 +size 4959845 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..dd5e08347869866e10446fc519c8c76fcaabd214 --- /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:8fc04b13879a7f0c64e6ed2a0a877529b80a55f64b1483af89d869c7227880de +size 5093680 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..8cf997cfd7108b7a6b13a815139dbd3ea2aa2da4 --- /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:251340489ef967ad36c3ca2f95c02053a03dbd22adb7db9a63601d8927cf1c2e +size 4776284 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..0eade0f1b0821ab5300f9d0e3255e2798be967bc --- /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:e97519e894cf6d55b4fd9fc01b1bc10b9639bd0b6d4be57b4bac30114665331b +size 5986056 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..ce5d804b57909f374208ab72a73d866975bf29d6 --- /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:b3473ca1c76e699585184c89eddf788fbe25b39c5996b54f395e4691769975bf +size 5585512 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..548ea78118033c548853f6c5505d079c3e0f6c77 --- /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:8458bf1c047be24e6d8844bac976cc0301a463c5e3a253dcc07443958fcc2e12 +size 5644935 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..4db3ced965557101cbe3040538daa71b444a5de2 --- /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:d2a86ece6c2e1525fc7281b0b593c4f532b8b08237ca8df2d24844d49ad1e383 +size 5724537 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..152a440a5a517dbf48d4f7dbca20b11be6f27428 --- /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:70214b2f74ad8d05cdc163095d19f6cf8c29f3707a4619f92858e6f3eb0f2e2a +size 5848164 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..22c92621c8fa10e4931168733a57c3eaab11aca1 --- /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:81e5c0eebeea360df0fa9cac547a3c4e0f37850ea6e9c076b2eb4bb2995404f7 +size 5366351 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..1e39544f8854e71bc3c7edd69162a4f0e9949b7f --- /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:d89aee7f7d4b00960bedb76b6dc92e236d3a569ab1ae998769baaf53d5703daa +size 5363362 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..b95157f890cad53159a96fac36223e809ffee5f0 --- /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:877abf083b3fa741ba5789d8c1116ad8fefbd886f4e60864dcfa6c8c5357b538 +size 5604045 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..6b3f7ddff5abba42a52dbd59f55caf7a29ded697 --- /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:e190a354e0f6f602f913395bc86235f146be5d94ce84d5776369369fb628992b +size 5415794 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..36c482d7ee719c42575a26d6a66ce51c97dbad08 --- /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:c25eeaaf0409e83f6eb7883876841a28bb139f59dbd0518eec8e73968027355e +size 5584612 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..8406546d71f62b53f374e4a4ed517e98f2b0b9f3 --- /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:267aaf2aa76e4f560c158f2305c37160bb68c5734b9f92639f0e3b6e7e840acf +size 5676496 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..294995fb0fecdbd46d5ace127b4d7ac3080bab30 --- /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:77610a52ac485ede4161cc474269064edebf1c1873d4cb738b0bf6b0c1aa681a +size 5725493 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..f3aefdcab8471d0c58b48292b18b8e7968b8fffc --- /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:1b3ff6644eecf85a5283e8b20e07f1f00df5ed2588cae992c6cc938ee49b25a1 +size 5698290 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..22de13ee064876a313260996c3f3d63a820f6484 --- /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:0fd54f9a1ff6f67318db6729b6c398eb65d0dbf9603f2401afa26e2c6f35c3fc +size 5704257 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..1614d1abebb112d31e6484faeb04bb2e84bf0495 --- /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:dbd455fcefdc60542160e40608a1ba5f5354acb6a6b677e1280e626a8afe0535 +size 5449876 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..c9b1bd9b48b9793999611771133c732534f1f862 --- /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:4838cd1359658258c37af1c2e68e25bb3de24beeb22485b93bb0a32957823967 +size 5684724 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..77d807db4e996ffa061b0b5176e13bec73302015 --- /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:af156d7e8645c02d57b7cb5099f3849b2e00b1643b6d46dbc2830fe29ef73986 +size 5669708 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..96ba7bc0a3abe3d45d6c3349df843f7951e4f61d --- /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:7fe437cc36102dc1fd7c2d17094473d2ad017b5de19548caca0cb27e0e20b411 +size 6382189 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..e9ca1ff9413fd48fd6236c8bc663f381067aef4f --- /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:4c91aba811f6d597d87169fc1c4518b00c04ad644e15dcbf9ee8e33e526d70a8 +size 6154523 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..daa976100aad1417eac4b40a328a95415be84e84 --- /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:1fa7709b9d7e788fdc00ef7c14d5bcd541c64048b8bdc043c5905fd02f18f453 +size 5711095 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..cfc2afc8077845916c479240e3ce0ccd7d04366b --- /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:5fd756652dfeb6feac41634cfd1b56800fbd4abfe95e7c8da6720ccdd1d3ec29 +size 5943550 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..a8d37628a4b46cf078b40478f83d3ef41478d7f4 --- /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:282b98b7872c5669da05f65ec2376cabbaa2221ddc47d99fe35b98bb0abacef0 +size 5878860 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..5e98c2f895d660178b36181e95e6bdbab0bb7ce8 --- /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:094bb99ad25ac6af768219145fe555bd4b1542c1f847b1ff099a2d175cffc9bf +size 5840169 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..93d6d76cdf4d3d38ed0e5c4c1e196a3a11eace66 --- /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:49ab0fca8fff7039898b8136e090131087cba96305ad7bcb31d3c3fe89ad3f71 +size 5888752 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..5e4173cf4062a64454e0d9eb338185140087a119 --- /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:4c9261266c3043ca7550294a85c4a68fda361d89ba6fd99655d5c647fed474d2 +size 6262587 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..97469410af4d8ebcadef3d0aac823ee84e34cf57 --- /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:fdfee1fea153ec10b5e567c926713a2a096609e81155311530cc83b074c571c2 +size 6032048 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..2d3df439edd2118ff2ddc46789bbf3769aab3ee1 --- /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:6f4a3d4fbbaab9bdcb875180df0fb4f796fd70bc6e9d1797c1084cbbe2dfa988 +size 6168692 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..3e2c2cbb849f42da1ad6cb8f496ac02eede8c620 --- /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:1e9f5ec60607164f88e8ec32a28df049a36dc5f34f63cef70237fc7be623b377 +size 5950235 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..26c034e7ad9da95c3b418c190d6f7e4e51652627 --- /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:b53ce59a1733a5f5d4d1d85ee59a3d092d69ced6e2b9a3fc7a176aae36750a10 +size 6018756 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..3a369cfe96f615bbcc097a5937f4613429c37012 --- /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:80b71581ecc2119d16c75ade060acc38ff6c597c2f8321a10d792fb00bcad9d1 +size 5918210 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..2c94a1b2785d81f4b50d0a5d3a3fea299e7da3d6 --- /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:9bf83de9cc1e14292a34a631c61d776acd22e9a790fe7179ec6e0b2c1f86a0fb +size 6034649 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..2e2b18cdf2dc7b964dafb340231a225022b793ab --- /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:097c00d68ae913f8001849ee1dcf99233d77357635557ed8b4821ec445eefa58 +size 6290585 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..dd2e018b25adde705bb23229e56a67cffe7591e5 --- /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:dd183f6aad75f8e0f97df3283dd99c63fbdb8deb90151571538bb442ec83655a +size 5998734 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..9cb79f04c6851792ed46df99ec58137947b4a60c --- /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:e14bdd10245c062bdf2f542de3e24b239d62f0d11b824dea52c61da11cbc809e +size 6090492 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..90549feeabe87779910a8a67d9ccd192076c786e --- /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:d7f9e11ca56246c5e19f171328125386fd8099cf99dcb08faebd0936f606b4d9 +size 5788537 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..16b087777e832dbd73f3f5ec3f8949d169212283 --- /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:1c42d249e494967a819af5f92d731cb519f8e7eaaa73827661565746c927fada +size 6453557 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..396b80b5bae6793bbb5900d92fd013efebb6e992 --- /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:629126618e4cc2172ebc5609f3e5412559ecce938cd2f5fcc68536a8ed7e30cf +size 6532630 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..b2075e01897ab32f11944386be694bc5b0d80aea --- /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:c7b4f71ac2f8483198c3fae47b5363ade0165f70373d8e80c4e1c6984ebde1d1 +size 5712210 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..1928fd2c02062ce703865900c86e1d2ea51b9f72 --- /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:42d5f5c3166d8b8eb11ebcc8270caca569af08b6709fd579c4d5767e92b2e8ba +size 6234912 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..28b8ae0c48585a86be55dca77ed4785f62bc45e7 --- /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:b3fa785a40f1ee43008bd90e26fd669732b64868680e1d77c33162a198118670 +size 6173958 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..5f458edce2bebe2a2d7ba322306d860a1e7b694c --- /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:3f72bec2e0184f0b8b44839e441ff60647fce663a9a0fe33cf8619d992139a08 +size 5892394 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..f9ebe8bd10af91ad7fd2cf1984690dc76f9ef840 --- /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:dbe3c28c947d6aa0f9b99e50756de50683fddf92b1bdc274194792672f65c4e3 +size 6419944 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..d25b2217142d01b906fb38d58831d104fb72ff88 --- /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:25e33909a6a84a912fb4849a950ed32c48c1768472161558002dda46d3abb44d +size 5871726 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..7d4d47e1f57d1e6c887a3c55b2e5f2c7d5a7bcab --- /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:99cb4ba8a92033304d7890eff7865bf655a4d3757a51f43bb34a009c159369ce +size 5901310 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..0e2411073757e1ff864c7c5dfc425b048e90c9f7 --- /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:5f77febbd849be3144b9a5d7e74d080340cb9cf7f21a0ae002e690fd4e43dd01 +size 5824469 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..8a9ef7c984c04f8aba9cb27e8500a283e0ff3003 --- /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:95387e8391f870062096a361d9acb6b6289519dc73488bc18a645e9ab2836976 +size 6224987 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..5d79bbbfbfb5b159eae968d3540ab545be3b2827 --- /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:77eaf904de55e452aea0ac5e3559b14ae1ff1f7b72a884547fca21adf43e0702 +size 5705122 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..e5672343ec87e00ebd76933227078d50ef66336b --- /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:f9cdfd6ea5d57a52394891da899e27f1d387986d895c6d87b4bb8e1e3aa3ee3e +size 5333776 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..41d1a544ff264a898532658f127e8c797fee259f --- /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:123fbc9ecbf2fa52d917a568a23eb878231c283cb2f77b57c2d458aebc4caf52 +size 4727902 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..84bff5044d2ef7057ed80edb32f68451ce4ae17a --- /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:93267e5e50d7f43428e1272c4cad2d74c47bae5f92b7a27336ab69196418c7cc +size 5228367 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..2091998ab8eca71f3f8aab11a484eb547fab4f47 --- /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:2d26e6f851b2daf9340faf2687176cebd6664d978d81babca24c11e3ea07d90a +size 4949951 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..5bc9d896469757bb5552f990666218cfedebe225 --- /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:57ef5f76624e9c81a65e31a63e5dcd2f21271e33d4103ee4f90d43ac7e06b0b3 +size 5114968 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..cc9b6be21f63e654047d41a4cbdd42b09195e09e --- /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:1aba706346b571b6cf516bf7bd799580615247544d85389f73155dcff28a0ce1 +size 5447502 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..e7181840789cc60a3843370388c1cf3e4c7cdde7 --- /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:a5269882e57390d6249f11eb980b335a0a933addbb6681557a8ee93d5daf087c +size 5247561 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..57bff72a9ac4182b547e6c3a532b1ff610da871c --- /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:0dcbeba752e19a454526b95253709d3d562573640cbe77d53f503de903f352c9 +size 5053285 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..e1d5820dd4633f9b15bc3488799ee0d47ddd7811 --- /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:c208a21dc64c2b9ce2c63017d50a1b50a92172dbb0b3447210046467f6cd78d1 +size 4966515 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..a936a7d862786045f09ee550861694e25971d831 --- /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:dbcb1aab8c6ecc8623dcae2a76df86277f71b449fdd48e212caa03265345feef +size 4716154 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..912d336376ee0bfb16428974ea5a31d408b3d8bc --- /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:46ed7026cb76830c2235182706a40355f9dc5564998580990a792814119054a7 +size 5021060 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..ffed9a06f704a19df0982bac2e6b839a73801079 --- /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:d2f9825fd64c20cc2d94347103b60980baa5a43b59fe97f68818e359997c9a99 +size 4407757 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..87484f937f71a3da7f1d0cffe0cfbe472aff9c85 --- /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:34670a95df7bd7f54dbb397d26e91c449bc10cf133f214fe634eca95d5a8bfb2 +size 4789802 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..dbfe2ec685491d5c7d49c0ea5988fde441c8d0fe --- /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:403496f849044c4216a934fc7f602f28d64096932a0c99b710ce6a88f26a760e +size 5149138 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..535b56931512266d8acf1e250e63094ee85b0d3a --- /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:79c4bf45b5f394409f366f9827be9093b9d7c6abfbe35cdd8be76c51b94bad61 +size 4573253 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..36c004409b8ff2aff24a1ce504dd74744c4d6a5a --- /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:f82e16cab40a1fb2abff7256217250570e04c4604c8eea25dd71ba21e32ef064 +size 5147862 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..20b398433638ce31fa679b8b2ab7b2b06c9db6af --- /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:4cd285f9d68dd87bd86de62694f43f1e60ff32d8acea532a0f4c7ab47b21c79d +size 5107743 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..f589da7edc0136cea1aad8c634dbdf67e6215298 --- /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:b92d44de1f10c0c9e6923b012b000ab6259bde301bf454cfdf5ef97efd74deee +size 4832726 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..0d80ed744aef5923f28ddee9469717b4c833893a --- /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:731e325cd9524afe2c5662c41d1227b5a034de8350797a710cab1d21bafb0f23 +size 5126023 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..18c093a208288c0a97589752d171cd95a9f341bd --- /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:87757588cb4158d039c3c51e7fb932249db243a3130d3c0c2a524e26e92c7255 +size 5217818 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..47d8873d0347829b98a7ee0034872612a586f395 --- /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:2b52ee9a19bada0fb4b94fa101933913a98924fabcb835599b4bc65d4bd779c6 +size 4924578 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..cb49da185f5bd5850023493ec188e1ca65906987 --- /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:d6d0cf588102147a93e723ae3127be1caa6cb575e5bff8f6ec08ce2b4ce9577e +size 4908816 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..d0b95f709645f632d0b01c0c9592ba0319f2b219 --- /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:5e5eb6720a21dbfcb13ae49783f1ed93d16cd34360c9d1f59db2c1d3453e5907 +size 5523315 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..ab433d7c265c3f9455bca4e7e4679ffa57b192cc --- /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:b7947ae820175b8aa8cbaa184a7702a483e0277a89c55fdf7bedf9854cb36843 +size 5423878 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..ced10908eebe5c821e19cb6ebdecc2c46c0730ba --- /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:dac121ab693a1e2acc683bcf087754e612bbfd4fb74888fd47db8c6625f9010d +size 5077414 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..2c3d36418f41743111a549bb3765b99a7b35688e --- /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:7f46d7a0df0c78c41634b11cfa1405edc582f8a29f0b6d5b4dce3eddd32bd8d0 +size 5468604 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..cb94a419ac0276802ace750e8b00ae352738e3c9 --- /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:7c861d9ec35319e068417ec092a7bd8fb0dd43767086d62f5bafda5cb2f3d7da +size 4792047 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..4dad217eda5609e4985125f58ad85c45f57d50f1 --- /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:32151e898b13a27cfcd2c3f4417b5b2d422cef180c3ec8c79168a50d0ab2bf07 +size 5214639 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..f64091ec1ab448a9b18b844130ed356ee25a5165 --- /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:6931531e6109498c750aa17e4d8a0c8d44ebdf0b407f9a14dcad88ab85516ad4 +size 5662346 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..73580edd68ac155c0b6952df15af503395283a56 --- /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:8bba9b0796d4b6b8ea9a7f3e82260966abd462a94fae896e3636c5344e77328b +size 5613069 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..c13921c7ee16a2193ee5e59f5108432d025971ff --- /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:0fa864734f8ad9a460f20e0e60ab0a4a59bf606bc0ef22ba3a8219355098a834 +size 5248075 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..f3cd67d40c4825b7d4a6e74817d8e2651d5c2a77 --- /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:45c8051c4d519a1927808d0f852a16dd05ee1654e798c907335d598d5b378961 +size 4987681 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..2d26db65319f25dc44f37d21ebcd70477ae10979 --- /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:fb6eda04a432a5734326dfe42d081a13c34d9f4acb5be070a694677563cbbae5 +size 5498288 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..3c83faf39dcd5ba6ddbec411ea6be99d92d759e1 --- /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:b11ff08ac7a9fb3d589ecf369f34eadc6ece085aa185e51d51a33fe3ce6a7c9e +size 5628069 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..e865a833d6ae9348bcd124d837dcf9bc8f299c6f --- /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:4667909e13c7dc7543791aa4d7b393bc4d45e586af79226de66b6c67e3ee7c19 +size 5287330 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..38aa7b4e491b699f8cdf6e7bbd259b46cca6bc83 --- /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:23f01ad169551120ca45d9ccdcfd42ebbabaf969cc2bb8a3f581c2d27e50bb47 +size 5314523 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..e38f4bf6a3ca307c7f492750917128063c6a35d1 --- /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:58b627b2647cc84c465ca426ba39200a2279b0326a705c24cad8d9818f652786 +size 5561685 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..eb67dc6ffb5a29843dbe4207fe0a63b63b70379a --- /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:5cecfec6a4feb7626d8b9316a89e707ad3f2b93741d8b677659aa958ff0ef86b +size 5449740 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..e41cff3e1d52699b11abb04c6cf3f59b411ea7f4 --- /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:beb4ce22ef470776fc0851a88041fce3260bbaac4c7d45ee48c56d94c0eb138d +size 5514985 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..f96669c0255840b04e291eb7075fb02ebc505bf1 --- /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:3f0477f1440fa76d9fd55304c218408c4359f2a6111b1076907919254e5ac3a2 +size 5417990 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..d7f3bc6ea0a90507484d0a43b48ad88d113f3e87 --- /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:caea7c383d0504a3e5a1a415f926c20bfa19879c715370e2b0446a82777e2d6e +size 5477828 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..1599b0b0b2baca533e00717b32cbf9b3d32f6b5e --- /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:9c7ff3e8c50801cb6716d513f895349f333df9713cc698b22507fbeaa1e2f332 +size 5804778 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..6ebb675b4c1293ba2d3e6d73a21b57c97271ec8c --- /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:b6fd0c9184a822894d46339582d2e665299e23359bfc88f3b03be1e240690ae5 +size 5773536 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..bb4d31bedbfdee49c11b7bbab18f16e88d76bd18 --- /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:a9faff39581b3d5859087108771eab751e71afe2a215225018f4314c079ef0cc +size 5932719 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..b4ffdf3b228f9361f44b6ee6231886ad4cba73bc --- /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:6aedbc1a557285f3b3e79d165c093d8bb654b18c306848c8e35b7bb94cc32af9 +size 5910097 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..928557e237c6df950be3efa6b191371cda46983d --- /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:eb019ac7f3e97b846eae87efc2171147d2b588b40b9aa0a2a97ae3e9fd99305d +size 5728329 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..c58d13b3f2f3edd6ec89e1a0a8d7090218ef8a7b --- /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:effbf53f526e297457c887a71e651ec513feece49bc9c29fb179437fbb13d659 +size 5557203 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..b3a2ca2d541fa13bbf4d2974fc47cf96eb60ca7f --- /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:446009f8d65c4716f032136f8b582f3d87bbc71e673f43b4afa51b4bea59ed54 +size 5744674 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..098f6c8223117f309adc21bbf87a9b4895fe9d76 --- /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:edf7c3e78e2040b83eb512ff17faa67588d29d27824a5b6f1846e69edd89a270 +size 6729645 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..0c4770dcedafe60371288be0363205898c448763 --- /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:c2c94bca98a37759338475b842d27f5cf592960d7dfd9a395124fbe04e6d5485 +size 5555088 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..127d4b6144e66e53476ca1fec0393655f168df9f --- /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:8869bb5343a4c446826d2e8b479d99a924a59bbd6d7a842ae46a43396d7c44e2 +size 5871279 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..6aa70b12929c1a64cfd64ee5b63756be6d6d7b7e --- /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:848d47b849d77d8561d1eb3f880b6046bd2e9dcc0c995174c9716f94d7c5209f +size 5620830 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..0bdef804bd8dad1e77ca0c309f9e5b1f67c30cc2 --- /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:e9adfe65122b45d9738b610e60caddab8616de5695006e4ff44ad346ac9682c1 +size 5594585 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..93e6fc3811b59ac8993d80593760f7c80c5b7e03 --- /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:ca3bc19a0a927e53125865e85fe2ef9912ffdffc9d82c47d8fd163dc3e3bef3d +size 5553580 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..7e94acc65a20a9b091611b830fdcc7ac8c6934fa --- /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:dbfe808b174c0b4795bf6f5f0ba0b9a6caf0d44bf0d87f261a194171b0e715f5 +size 5864521 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..d6b1eeec62321122c2b743197bcf494f28368026 --- /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:1c0a58e9fac04c5a95f0d4e8e898842be1766c294afb995fd29892c1e1628d39 +size 5537761 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..52561b02324becceb179cff456a758985069b934 --- /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:4d7df86e473e5dd5a5a5d6e4f019cbefb47694f9b7658a9d25bcaf44bbd9d87e +size 5584858 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..5f6cc98b2fb26de8c444c75d66d9ad29252b5655 --- /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:6a62a00fd70f65a9d9ef88c7fb4baaf4b3c0b138124069db02b6e5b96894df25 +size 5504281 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..18538671289bff7023dd7b09f33c1030df2fab4b --- /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:d5be537fed4023f941fd4c3a71c0a425085974435c0a5ac4a7d14a6ad418dfeb +size 5547964 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..944b81044aed57e6b1441f78b6fb552c5ce038f9 --- /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:212e5eb4ba3c52ccd48c9272e1ad55c87e32a704b960c318e60dfeaa3ed63ceb +size 5962267 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..bf97091e3b4f32c88053ca6efa041b7daaa4cad5 --- /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:6e0e21186ee3ac3dc6eef4e200593c72ab7e1e3129be9a3bda2649e03afb47a7 +size 5961641 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..b77996afbc798933070af442362b5e23e4c165e5 --- /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:c4999a4a5727a56c4922c731359040bb08b93d813c0f9ac0b2ae9eeffe6ddacd +size 5312840 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..ea06ba64450e15c1c3365e742c92548f86823836 --- /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:ccf95376c73d9216b877921090ee071176add836bfc5a237be3ed450262aadb9 +size 5514008 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..20911e4748e9dee91d242114d1a48e853379ebb7 --- /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:1bc74292bd5a43bf600fc6874d9b19db841741398ba3d59ebfe664b577a9664c +size 5517523 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..bc1bf836bfcbd70c0f521a7ed6a05ff39843de62 --- /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:3004222c433ef6a6279dd7b051247d3ea0375e663e501cf5b1aee63eb9939326 +size 5465487 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..26486ff1eadb7986f4dfc29a0bfb32909f1b67b3 --- /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:a9c4f98a2a03d7c7c53259f884336b5c797460a9f73e35ad9c48d8bedb3c28d2 +size 5569821 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..974892ae57f3c7822536780a5d3ebfbb6bf15564 --- /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:83079b81446abd1647b0d73040873a52f8dc92e5ad3b6698c467198d3e2f14dd +size 5729177 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..362beecdb3099e8353df30e6d48fcbf7951a72a0 --- /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:8e0dd2b179c23f89b6bd33620aa99f1077c7d4719ed3eb537e01bd040fa8d0b7 +size 5829901 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..5b5e860b8d2a704ffe1c7fc0c2ea6b32d5acb735 --- /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:9733609b864eaa0a1667aea5c4c3993ba1e401d34b0159f7f2861ee0d3577f10 +size 5505078 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..3ed948761d0509fa27db63f9911fbd76e341606f --- /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:29d8589c0700f0473435fcd15405b77d59514ec1772b2442548845fea69115d3 +size 5509475 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..11c7db7155aebc5a9e1245067ad597e1f1091137 --- /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:1c6ed8f363e7f24be85d87acf5775b197d93a98decf17f644c746d27822e0667 +size 5541071 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..86c72135d764ab4ef3d45f2fc14353e1fa667007 --- /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:8194798dae5b2ff787b113085b998e9bb031ae6b42208e05dac55a50f4366645 +size 5488382 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..6881eff10482daf4beaddc92fb848ff82cd54754 --- /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:b76330c21a97222c88fe922fbf700429719ca0499135712c0967c7d7590d4f8f +size 5905793 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..f46cb137ce39ad76f7002de8598e04d89c9c6ce8 --- /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:e69fb5ef136c26674e474e3475bbc96319fee8440326f2cdd2e059c12a732fb2 +size 5513571 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..4f841073625ac29610f3dd3a5d45b35bb3bfa748 --- /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:97e43102e5f5efdffe5c8da61fc37f9484f7bac15d29d91e3015b17b1466aaa5 +size 5484828 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..62c31a10b2184197411ead09283dafeef33182dd --- /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:cbf57eeae9eb4a00920830624cfebae5f759b677455c39a932683f9d02484ace +size 5410443 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..65d04f558c72039cee34ea4c9b7699938ec990e3 --- /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:4b3aa16d9b4ff49a1cde71439169fbec55690aefc1eead98e7d7edc5c5e3a974 +size 5521198 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..3be2f529fa8c76c516100b4e7d2a2fec5d6c2c51 --- /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:6208e14ff7b8ff6c09285b3e3d9bac8b675db450f65481009a9198e150135503 +size 5763527 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..cd97d92d31749d27663eeca27e86b20c1203607b --- /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:f7c8fb36c7aa7b091fda0fff48e868f5b627e1c71691a985970c2b0df5a68440 +size 5454323 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..b1fe523d8822a6906e70b71940d151982bdc1e2e --- /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:bdf5e2d9610e81c2517e4b8a137809332771ef14bd04bf936132e47ea634d569 +size 5849499 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..ba17f737d6a6e6ca02fffd2855f5d556d510263b --- /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:433fae379f94c40fb6a20f05674a639306e431847437cd245cf07d4b7eb53e4e +size 5655570 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..ee36ef40fb153701f2b8f0689c4fc0802c96e396 --- /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:e72684d1b7d1ca7406c589321d6b97ab646d0bc882da21a6a3a17ff377029aea +size 5872118 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..62772eac91a689d30b6138256a78448803d127ff --- /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:54271868d84d8e4d7b741e20647845798ebf0265a9792f47c9d0b89eaa8fbf06 +size 5744323 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..a8d4d71a7378ebbc9777710825b457146336cb9f --- /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:7bfcabcea0d97ce012710f05c297b265638dc8b8023598384c9d1b3a1ee50770 +size 5222737 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..9548b37a12bfc26f84257d8b40aa8d0bb2cf7d08 --- /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:41fb91ec17207fb0adede33d7ec47f4e561182fd75ce365759fa2f9ac51941ac +size 5314875 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..653feea60a710a0b2088e540ef06dacdc1317b3b --- /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:2ba2278177a603f9c0df93b746dea6358c11f578de5fc6e96a874ac87a892a78 +size 5098314 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..7627b424b3783e45dd61f9744125897a2a2e2782 --- /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:4c0309e33b58249308bc0ef8f0ac7e26f437a3d93d176be1a7c88e8b59d0ca0b +size 4680746 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..b4c22a97a2c02b6313eec81246e847cb60fac69f --- /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:31f58440e85ae5a70de35f5085ad47424caaf906dd58600182462305755aabfb +size 4704351 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..7b6689267b0f1e956e926b4ae2cfe914311000cd --- /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:b40aef99abb3fef20d43ba2e449d935fca9f02dbb50703cbc1233d3359cc5890 +size 4898165 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..7f63b886889d00ac99994e5bb723b531cc71660b --- /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:24c3ac9d05bb171b35836b4f54a48896f3769c44efbd09cd076ac39a45ec7234 +size 5520123 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..e5e7a52ea4cdf532f83d87edb2102cce6a4a61fe --- /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:56d2ceb88b95a3f14e423daf51b426f28fdce3c34f537b450dddbd407cdfcbf9 +size 5495012 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..9f371cdfedc31f93f915615ff74a691d30e1ae19 --- /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:b3e10614abf45ffb163997012af190654060129c0faa259dfc0699d2dea6c4a2 +size 5330978 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..986e7d04889881faf298e137f572a337b521ddfd --- /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:c1b74de483e55fa62bf921fd47df9c9ea3fdb865ed9de4895d5d0a2be50755bd +size 5253670 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..f7d9333d8528e08b171e3df233df716a528da0e5 --- /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:290269850ca2234a613cb7876d5f3710472f5c3537c028b9cf2232194d8d1770 +size 5474120 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..8c38b6158c4c25b2534548a4dc73c0543d1c684a --- /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:3e346229beee7c890fc0a4dbb727022575b77681334f02a979dca8e4d2a7774c +size 5509288 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..e2b96861245c1db26fb97cf67507a7c89f7c5031 --- /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:b35b384fab721ff7ba019c6f81f1172f385c31694b1a569a5bdc2941fdaa0bc0 +size 5318795 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..69ca97785d2d91c02d556857899bd4367dd85c59 --- /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:f8e58e2756e2b07e4bc6bfa5ef59b88faf546aaf5a39c2052cdf9a0eb23fcefd +size 5918846 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..e32562dd113d377de091b935b7da21a8b44b1634 --- /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:230717af4330b0ea6741c49bb26a4ae42e4cba2533e1ec6bb125f6f3bf1f8a74 +size 5433857 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..79efda098a9b93b4b7a2e6f406cf5eae5a1975c5 --- /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:c346473bc11dc5241ed6327a7cf61cb34be943cb19e92ba1786674fea6125988 +size 5427155 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..f3456a733192c4aba8709110d772cd52618464fd --- /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:09015b53522db8e5d62fc12734d724d5376071f29701e74f7f7521cafcf1d60a +size 5559573 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..afb9444562662a598d33596f24218db0f3024bcf --- /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:203e9bc74f920651f9a34f1977634db4bb3873d462a0179be5aaf1f42d367c36 +size 5327077 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..8e9bd5056c7cac2a81a84c9d0c2a6babe4855c8b --- /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:fce5ba0105ec71c661efbe0d74171dcf0c482e3fce3eb76fdf9634137c744e40 +size 5127533 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..20d75f395e72f975bd264ac907b0a01df7883c39 --- /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:e6f2f130f73dd6d36a99ace5a5c58b99741042ea84f75445cfe95aedd3214b78 +size 5332401 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..8538817052aca6ab03a1812c2cbd8c0b900b5272 --- /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:65267daf8684cdae14b4e7770246196c557aee72a9f8edb9d344c78a7f95a9bd +size 5214699 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..f8e9b69f0fa1f772edc26d05e5f2e0066a45eb7e --- /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:8351f4eb1c1355515f065a01d4761e37ff51ded271125808c70e948d6d4982f1 +size 5164777 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..862127afdc89c6ecd92a434d5f7e2bdc2e2aa876 --- /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:8939a0d7011c119779369218bd9b2e0ec52a2929965b5c286bdfcd1e3ae0c607 +size 5528460 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..43374ad51ea9ef51e616b1b67e3f1dd9fe073202 --- /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:faf228f7af5c37255df51f9d99aa1a913982c873558787ba68c4f32d564f4e80 +size 5271099 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..9e20bf012573231af766d7c7325a4304304e87c0 --- /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:e2f8b9140d33323223aa8ad79efb7e83ada23d0242d7a854cd44f2cdcd9140d3 +size 5113820 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..8ee52c0214fde63faa72fb601b854b0c2dd78f89 --- /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:e6c32a6b7340dbe5c68aa496a8c2f4e7f795a0d6f43c78a0f6b4e9ee8e5bb459 +size 5427317 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..048db71d1375c2383b29a96068808b32c970ff69 --- /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:36f5b0e2e83d8fcf6b6bf0b82c52eba88926b1e347ac993833750f0c78272af2 +size 5070608 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..f02df47841bced0254735324eb84f3cdb2320f80 --- /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:b060b91c6e6ed98ddde1dd63abee1eb45a12e785b203dcdcde8757aa0d75f523 +size 4899096 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..3326a3a27b41047224613a82e5205cd08fe10dcb --- /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:73043ab378da281be0e69c826d8baecdd430c884f56dab5b676a83b3950668e2 +size 4617057 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..8f00b09f772a2a9669c2d43720f641369019935a --- /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:ca699636f1fc18cc0c259e869ce16d6255996f25b9da528186fce069d7b17632 +size 5082358 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..49da62b94ced2685b991bbc2fc171114314bc63f --- /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:7ee399cfd45bbe5619278c45875174ce2bf64696730d71f38c6665c0e6963a31 +size 4882522 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..b1c442256cdb45441ffd2d823b375986c4a99151 --- /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:f4dd2fdafad1968b0e71717cdbfeddf8f4607d10f9a4c172847679834905c9be +size 4743234 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..2ddd0ae3590e888f3fdbde419877aa92a08fec05 --- /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:8b90190a81ce9065066c612e73db6465188a1f835a5365c11bccc81b90b3d08e +size 4459570 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..b936ba57125eac66fbdebc94dd2251f679753578 --- /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:ad88119e5134e86d07565c03419cf54aca7965e20f2f4d939d6990fc9bb1ca83 +size 5440673 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..2fa1f25164c45f3be29072bc7a8b9e38fce0075d --- /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:c271cb182333043d4dc16201af5b837d6e335af16687711bf6b53afc747e12f0 +size 5173819 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..bbbd53f546ae5ce22bd7665644d67a97c1265996 --- /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:f6a226c195520d076b47b897a3d98eb0fb5fbc8456b7f350943c45740cc85129 +size 5104529 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..c74116a27a600faf8daddd21e6e1de7bec4e84d1 --- /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:b1cbb5c03fb3325c7c35f33b84edc61469fbcab334140854b41ed762aedd51ab +size 5261880 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..7bcfadc4732c8e8e742b8329d868389ba13282c2 --- /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:eea76892315e906fa6693337b1d8acd5adce84a06c84f123071ef84093d4bb44 +size 5408867 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..9a9694bc9e28ca7f4a9ba109c72f970fed0b82cd --- /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:1d9a170dace54efc4ace08a31e7728b2f4b4e81d4e6e6b1cc8b21f4dd6ad6a8a +size 5019200 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..b07912eb73f4841c6de61edb943fd7d136658a4c --- /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:8bd2f534190ab9c84bbd4d6cb33b0f3d106fd5aab666e45921a4fea1b19cebd9 +size 5286019 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..bf36e6188bed6f9d46e1e6965dc1fde0db4905f0 --- /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:4dcd097ac01c41595f4a2827b7a07967a898f2a6062eccead62157079e60be34 +size 5221371 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..7f37251537408ed4e390f15cf63575afd1818be4 --- /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:967e7502341afe932162a31986ccc4706063fec42508523e5e4b74369e72a5fa +size 5362734 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..c7811b7f945a18303ac04fe57955f9dba6052fe2 --- /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:57c4b19f98752c4ba54e396fc14ba00d81560bf1997507bc14cac2a51eb7bfaf +size 5430377 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..0dfbe6c78011128b0c68dbb47c77f85d455fd20a --- /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:55077e9d8e6903e7c182684c796861d44b609abf14933c97603015aaf7f8bdbf +size 5471716 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..1c4f2eaf8315a6657d61624b5c6988c0e133609f --- /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:86e199d9255b39bf86ed35b01d4484519d9685a37fdd360347a69c91eda51e14 +size 4827871 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..6b9265b8a9d5844b9af0257e23aa05d92e0a3499 --- /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:2526235db88948846ae7a8ce3b7dd25fe1791b9a9c34acae2b37f959d1d11b30 +size 5003774 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..b84f881af24d95458fbbab0f03e354ee4929938e --- /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:ea9c8fd467e33b8d1d978ae709c172a03f815e0418636cd5f7aa12d97619b44e +size 5169530 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..2bd1f21d6a592dcbaaa0849c8d9c2884a7a181f3 --- /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:1ef4989e5d0ec2041d98704cae4887e5899e90d433dc4803dc86c5d6c16bbf83 +size 4920480 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..c47b3d2158406d9dcf865903f4cb55eacd91f2e1 --- /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:489e2343b2156642b19c76f0403718cd1b496b0b470b8e4d2a6c6b63c5ffb14c +size 5224862 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..8540d4ef868757d03829f9eb21d6e4d2c659001a --- /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:2156c1e8ff0106cd5deb8069b28463182f160c6289a693295121d6a9bfd97e33 +size 4662673 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..63c8887bfd02f7821479f569c9e410a7db664d48 --- /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:46801c36b6cbf745f5514f3265e915aa743969b57c842aef129eaff58c238fab +size 5964564 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..a87999de7e7fbf5a48180c4537c04d8d167281c0 --- /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:383756d9f3322e1e706e714414af0e7e4c96fb4d0bee076c31457ad949e4a6bf +size 5381006 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..3682ee0c6125b1618a778c239a7fa8d358cff34f --- /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:888e9f7ce7db6485473a78155369b394ceea7cf3e678a3fa2d6455b9e1dc47eb +size 5224735 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..feab8bbbf98359b9f2039d4a5d52a317512fbf3d --- /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:0b7fd14914bb624cec8748eae2776166aea2550b7bcf83163f294a662ba9cde6 +size 5615061 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..b92a525cf415e767f4012c7c3badfd27c8ffded4 --- /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:d973acd2d79a947233286de0205dae9f5f8a7ea708db505c220a5af7fd5578b8 +size 5288377 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..0083ca3943a21574e3cf1cb723db3921d7b0dde3 --- /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:b8980733a2c5ab586219988f4b34687631f7062fbf254f2e67c15ec7592941b4 +size 5355273 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..e09a5b9d641b045f0966e04371efab0cd3ee2a2d --- /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:1e149854a7ecf267ac8581ed9a2a0989b47f1c2559a9e74f7dc163290b32c8f7 +size 5108889 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..c948177432e7598ec32cc07ce7b462a482ec734d --- /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:88a49a0690d11d56250b56b61c4947d09d646c697a6cbb591a3378d02c238167 +size 5133159 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..24f74e2a8e3f67f96887b483765fb46210dbf2a0 --- /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:123abb0b8d17ea3d3d9160c8b8f31f12d05c3b6d95aba7a2e02c0fb7e63c6f1b +size 5473085 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..83c0c9a0cfd39a5fdc0ddf8ee8fb3b10e25f8ad6 --- /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:17df603afd3d4d8e0e8a7dfc1356e319d185c2446b0f969fb4fe7ea654ee76e3 +size 5575650 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..d8a73a0524d3d3b0268660b7be60f4f9fa93ddf8 --- /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:e99ed164e9660d4127bb8c1952ccbaf3e594d52e74745b9e1f222dc66d1096b6 +size 5265613 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..7f41a5421a6323a2ae5e8fa8023277d52dc75bec --- /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:402c7cc2c6969c54c9b2bfa4e5e176d3b31dc7444ee6dcc9559be516d4cf8fe0 +size 5655078 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..1a1f3059cbdf8963eb7ed22d275a84f3689d6820 --- /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:309e29da395c817fccc1c964c4d0724ffab829658b2319b9e05b581ef35b560e +size 5510825 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..f33bc9b03165fd4c0313c1fd6f04aad1999817f8 --- /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:b27d23557074ede8fa54241931d48eb481350761b2fc725f42baceba215abf6a +size 5347778 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..48b4fc924a3bc1def373a89e0b5656b13d127381 --- /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:3c91974f5532b4d1894883b3d1f2832b088616a123d5d928ff6adabedb405ee0 +size 5398671 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..6ecaaa0eee474f620fa03fa757b41e384b161839 --- /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:67296ce0aa14635989ece583864ad55686a71e69200ea4c45dbfd777ba212dfa +size 5722043 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..a10d400478eda95544e3d800542b20981667f995 --- /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:3992ad540712981d51210763e9c009540f69c4f95d152b2e73c8f372edaee489 +size 5276960 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..b471aa412e61e9e48db030ac90c260b60fd170cf --- /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:859841a4b3a56f0c40e36d7409f7fdaf64935f8ff1b09430b368d1345410353b +size 5362924 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..2a6ae753afebb6ad9162b00e9bbfcaf59f8c9119 --- /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:af044678aff9c48805385b48de47728675352e99d7fd3013591427f62d4e5606 +size 5369360 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..22934927d0d27811f50cd5961538975734208b58 --- /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:b3a955b5f0ceb0f2b749bc870eb44105ad196e35d053a735ab58bf014d1a3a68 +size 5423422 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..680b445f90ad7b278a1d0f9111f1cbbd71bffbd6 --- /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:6b8bdaa65cb12e56b15662adb8bd8a41f4997c80f9fedca929f8923bb8dd28ad +size 5340077 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..bd4b085db5b6f5dbb41e262903f5896e37296f40 --- /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:1868e670b75145c44e0a269f6a6feeab192ff9e87ea5d56f538d47d6c9fae00e +size 5457629 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..4c28df96f1b0c1efd42159ec3e15da8e3858f879 --- /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:5c3bf070410fd53cf8cf48b05013a59fa7edbfbb19ccfb81a98eef6bb6e2959d +size 6063566 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..5ee41f1ac22f89070a9ecd9ed49e1911deb21a76 --- /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:591973e6250f193a9eeaf30075903c8a7f19b6d67320411dc6d26c68db7cef18 +size 5266415 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..eb9d82d072f037263022a9b6a625cb991132ac25 --- /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:09462b0ca4c033c60f5c3ac397f6d8fce1aae458f2b5c41c960be230df76e608 +size 5408532 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..4908aab5acbf8efe4c1837d45f0430b27924387a --- /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:03125f321e79e6b5d48eec93eef8077ef0f0f271c2db0e0ea949e13d7dfd5bba +size 4935829 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..42ee6d6e7e2b122bf9737b64acab41bc49aabede --- /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:d532a6d8b33039fb3ca08bbb940e8b6e6cdce65e0d48ed553bcfd8bd717e4c6d +size 5527607 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..bb069bdb4292d47d6b4bed1923b7b90fa259b938 --- /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:4d6f04c24cf2f039459e400c3d40cbb253479da8301762365edb750c40a56d82 +size 5435502 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..fa8c6f532c9b6cb1ecf0b188d75724ea92ee2611 --- /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:a62fa79f031b10047e003d9243904362c36716bcc5f2c46611c1f386f2c70441 +size 5130680 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..123f94c60918fdcb526b648748a105e7538dace6 --- /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:01f681af1effefcf27ccf666a466858f2ccb87b69b6963b030f23ab39cac2768 +size 5897535 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..b14cbfa32e3e0b366d99d0563214f26fb9a57ba2 --- /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:e167002cbbcf1dcb735e00f4a4b1f1e64d5a9a56832b879638b2b5243d58b052 +size 5682373 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..322affabd0b37c1d126283e0dd503f1d355ca85d --- /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:0f07305bda91c14be2d154019338f5be620d21368ffb7ca627b0b17048b72647 +size 4828617 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..5ed76c23abdd3afe71ad1f8b132bc006a32f6860 --- /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:c593140edb141d41160810ba4b376c3ba07fa8584ca391556af85c038fa87f7a +size 5263705 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..06a68fcd449a015cb06d10dbdddf6c1f31dfce2a --- /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:ef0d8de4544c99931c5465eaade76c38bd8238d899af391a618904749addaef8 +size 5053979 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..2b7c9d7ba962aaf55398f25c4334c8f9b371f2d2 --- /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:43176527db55d3508c3ac845a07d850bd7f746ce0019c6c814626888247c2df5 +size 5164218 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..d302d5dfc696c97b783ecf6fd643e49587752a12 --- /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:899459503cf137597dc117a863a3162f95fbc808451882f2786bfbd4b23012e7 +size 5082771 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..0304c99e957126a94d6f9d1a7b556f76ce3026cf --- /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:e9201e65e643f10023d78f23ea1b7973b47aefecc1b3eb8d8a4459cb5364c339 +size 5267836 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..40074d69b49cade393e06cfd0c9121f326072b53 --- /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:8c5f1f638b7277d35708def1abba6414b817372bdf91ea279b88ac07c4d9a1eb +size 5150408 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..935be85d9671d2865ebbd597787e2bd840ea5360 --- /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:a7ee6dd9aaf8a9d964bc19a0a7fb5fcb3f557d2369f236f788f1f15ab9ab1933 +size 5066758 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..f89cef1061171e9687b4d246b2151ab7200d9769 --- /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:603caac5182b8e0662b41f7e986b42984fef82465a1a062a62f0403fb61777a3 +size 5855840 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..d0baa39a7121c36122e37fc635c4418e91149b70 --- /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:7b95d83734cac0c13a1bde970a0b4f867dc183cf25be88cbcb783659ae7f34ef +size 5741803 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..8f037d9adb3ae5ef1f929af73b8cdb58a7982abf --- /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:63ebe4221710cae859e22e6e7c217c53054f369d3d8c1b065a19626a4812a00c +size 5506701 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..5c6e39551a2035ceaf138bc44b45209948119b8e --- /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:d34ed2b3662fc4b939b7bab5e2690eb54d0ad731ce2757abbd93d03af81fe23c +size 5009979 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..f763932db84617d3bf1eb6df8127979336e09281 --- /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:2b76e4b06c85cdaf305f3bad3bdd2312086fb7021efbe46c748c03bab6855ccf +size 5149485 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..4049198be64195d080abccbb19b737de271fb467 --- /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:f27e6212acc4ca958bdd83ed8cb0b69c535a477ed716d400b170e200d4f4fbd7 +size 5319340 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..d635a72f72ba8bfdf2b409506206142d4adac51f --- /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:b570eb22db3e7718b73c88f75fd60a2252c37a6b19186b157b2dca99980efa90 +size 5129935 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..5217d8d8dd02ca5bb9dbac209535b9b65aa223ad --- /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:8c97cbd4c86d183dffa767e17463719d3e92bdb3c0957d5d6892dcb919a4ea4e +size 5394517 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..a0785cd6093795c0e1b294dfbbeea9bef71cdd94 --- /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:610e2e760b437475e446d3b9ece89d61f9814d053eeb0123643b6dd76539d0ec +size 5692177 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..d66db80aad84937c1195ccb95b1d959086f0c83d --- /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:37504537f51709356d141b4f32d41efb394b9647ee4f1edcddcfedbaa929fce7 +size 5787611 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..3be4c8b26767b407d64cb9e78500e76864839377 --- /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:bd9e7b26eeb3faddaee919e3d3431d5d5da3b2a21c9a016db6d0020674ddfae2 +size 5296937 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..6a24499616dcab2cab17c2ed48c6664bea25225f --- /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:1928771a95bf65fad0dab90d622114ff2cb68de0d8aee2a04c1e8dd52469cdc3 +size 5846773 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..79f8d2f31e2504ca132b3b02deb03638acb602bb --- /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:355e2928f36c39bcc13fec6cda09606c075326d77bbe581a570a3fe1c91de325 +size 5091565 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..f6f217a459f094552b774270c888f1354f206126 --- /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:4afffa5b0e7d173711d3e98e26cc0f1d1af5264a08b60ada37b1e395126bfc17 +size 5444713 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..3a4a4e2c4c4f7a7339302e4dbbd6ce9c0e63d9d9 --- /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:c66c4d88a4e356248dfbc6b6a1fe234c16ce974d2902a6a8f5707eab5c4999f0 +size 5578798 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..979f26cc0693986cc17436ec5fbabaebb5a3e71a --- /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:d59eed0421128ff761ff5335109758a8664d7c8711c2c5aafcccd7c77556ff26 +size 5779721 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..a5947af7482c2026897fa4b0e005c125531c63fe --- /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:9b2c818fbc31470bdf9190f6b77b5c1bb3806fc075626fecf0d8c06ac818be1f +size 5123228 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..dd78fd0167d19b86637ae6ff8eb40e90d75adbbc --- /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:20da601154931c1ee79a4d7ba698b8ce24c6a0f8b8c3af77b4f43fd18d8b8d96 +size 5441264 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..b3e8cb26b194e48938c1fb4a3693c363f9f1289b --- /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:babef588517f754e8cfe9320298569107e37430ae9535b4ab5e60c0310a781d5 +size 5124149 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..3b83844648272644d5ccef115a07c23b9ec14d4f --- /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:d1c9e42237db39b95536f3fdd1baeecbaed422f15a4661bcd78695cd3fc4ddb8 +size 5270948 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..8083f473fca4ae5b54ab82724e34e843685c1d3d --- /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:b3a75053c214139857aa493c41c7bd6bd4a921bad3bfbe7b1aaaf017d0c38253 +size 5498685 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..d3f783ec5578ea59b22dbe862ae77e74612a272b --- /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:9e2b6ddd3a4dd5f9655b87041f43f4ff5787686b48d45c1154fa462a473c129a +size 4993517 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..a8134961487a235611288a8154b703441dd5c72d --- /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:1da67e258c73a0b9c79046c3db6864a2137ca37eba4b8e8eab9844887aa06fec +size 5358797 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..ce22e6aab70728eca8f08d32ff62092c5a54da10 --- /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:0934e5cb118ad045f2fc4cdf1fdff34173ed4bc5375fa1625481c3a74ed4eda4 +size 5935170 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..757534ee06ab4470ad59ddadb05cb2a57ea43038 --- /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:f50d4de916553bbdbd36505d4d12bc4670059042db95013839967c7d8b72fada +size 5408247 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..aaaf22808e1cee2bd4ac9594c6f8bbe2f1fb7261 --- /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:64c00512149523295434c108a00aca5dbcf62e1cc5cb2985ce9172c5f2c99a0e +size 5523768 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..cf1fb2c7f65c15da2a14cbb373ca393a948fce69 --- /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:1cd52745e8d2e88dc19c3335c8229c4819fe47146e1997281b6c5ca16f7e2795 +size 5338393 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..e95107679208fe9037fffbdd235a75deec65ce21 --- /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:97dc9a8334dde0e9684df0ec7df18f934ee7ee451ddc74c1970f041ceba08232 +size 5332544 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..1d629d663e2a39233666eb417b31603e8dd4ea1b --- /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:bfaecc489ecb2480f298fd8cbee5cae22d1f5d24863780c72e7fda17f6aa4d39 +size 5619918 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..e8057e74d04cdd2cdf4716f295a4f936261798ab --- /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:4d9072ca649be50e2074beeb375d976c4a084da312623efe0c8547783ccd779b +size 5256465 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..450882c5d345495b7f482beb18d886d700c9d455 --- /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:3845d7fe7376fccb3cbdcac185d3b1903666d9a2148426481f26ee089cedaa35 +size 5883384 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..b14ee1d06c71f296928f42dba6df8c21243ddee4 --- /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:5a0796431d6ee9f89fe9ffe11b41143880b402e8a3e810e4d566dc891df37181 +size 5327227 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..b8e5978828493a330aba4f1be23153ca5db0a57f --- /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:30131b38461df21c0b42a6f2fe71caf4bf639aea6fc7383aa7e17904bed9704c +size 5900497 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..5f90436eaf3564500d32f6562a20b2a7f20684f8 --- /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:929fa522c1b419aa08ec2d6b5e2349332db520354df116bf82bbd15801d486a5 +size 5481153 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..6ccb3e231120444eea14d771f77ef709ce1fa57f --- /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:9af80fb80bbb3222aa0189c19e5ad911a3a8533699144f7fee45e4ba5f264388 +size 5711012 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..87a2544fe9384f876d60a813551a6abd5fa86f82 --- /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:d1a6cedc20f7dfe32bdce602649847be33360408b2a7867da4527b374522b15f +size 5005393 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..0454d502bc889b7b14dcad49dd1b0ec95325023a --- /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:127b1e1333654be8380dd49c32241daf9e9283d4465a849020e01220ad1c8024 +size 5510613 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..bba521aea767aa2f732c926adb47bd4cf0278707 --- /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:6b52e2598f5eebf77c550557b20f30056a15952e7517a2e19353aa0ac46d0877 +size 5054357 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..1cabcd436b333c3867d87d45a438718a4bf64766 --- /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:30f7c574fa57ee29b2110d2ea1b881538861e161177dce3e090309e1cf06daa7 +size 4753671 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..054b4c2116ed3455bc32d1af9bfbca056025359b --- /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:9a5800361e7688d761162528be4394e613aff0bf19f6a0577402c83ef3190098 +size 4946414 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..ff06b525c33a72276ab450420d375d0202b4ffbe --- /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:039d5a3fdd78124212dc0045b44bf0d27ddd40698514ddd20f920fcf468ae621 +size 4962112 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..f915e3e465f190582a99e80b474e07808b1f43d9 --- /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:443d395c9d53d5915ae937162e6610297e86ef86fc4056d098337694bd667d76 +size 4602230 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..da4e3396d0651d7c59dc4fb79b4f82a262ec402b --- /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:82de3a2d1e13c74268f31dbbf837f9dd88fb03ea7ea63b74adaa52b8de4d378f +size 5071391 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..d71bb2f4c9e2c6ed2279aff6c1badc1b42da7c22 --- /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:de0c6b313acb7d804524d28076aaa8e657c1a9b87f3089f0c8a2c13760c1c756 +size 4784242 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..a203e8f797edd30b221059d4eb16cae79c778e4d --- /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:64657297ee8d209e484e70858f81db935a9803a430ccc5d5cf100a0ddb97a378 +size 4990948 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..4738a68fb56ec44f4885b8051dbd881cbed0b04b --- /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:0eaf64e275745d35cff67d96bcda4b1d75cf1acc20d3663876664edc2bb413d5 +size 4903153 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..22dbcdcf0bcca323fb9e4b58516a6380cdcc0b9d --- /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:f5930c55d33675cf94c5ba0681b9db96696fbcfe38a8c7f3e16ee1fb9a67c165 +size 4797195 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..58c37c03c9518eefe88edcd920248ddee3314bc1 --- /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:8bae8c7d25f8f8e159be1f3ed0e90e78a3a081c980778d8f89480ea21644d66e +size 5112909 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..6b732b4387dc1bf1f4b8e24e8cfa181a8a76b585 --- /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:ad834ebff885c52078dd01a6c45f96aef594de684a0f917caa287affbfd93885 +size 5079050 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..5c8a94cfc2c8d93fc42a230f8805d0702ea79986 --- /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:2ae7987d4dcf011dc5991a007edeffc2bccca15aca2ce3d2435755c38269cb0d +size 4563728 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..b89a0e20291e38f048419483373913bcaf20ce2e --- /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:3072318fdae4f2d14b650d58ff3a313bd3487e91ea5860ed694e83b2eefba375 +size 4761620 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..9ef8cd9374f2a6f12139dc7aa7f4da3d3b8214c1 --- /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:360566ad6d565db7858bf4d0b4c25660ddfdbbf1ea868f6218fe829593812b8f +size 4831767 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..fa1336493aa8de4e74f047b4843d87ff0c3d8e41 --- /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:e4058525100a4e4dd20183f22d2eb78ebbc87e4a8566266264c1ea6d21140a8f +size 4772449 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..76bc0599bd6e6e1b2b9b8f32d5aed0fb760e4a62 --- /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:b4d85e20e118d74ccdeae0c56c489a62419b41ad1e12b90f39be22d1cedbd323 +size 5243114 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..acd2c16af3218c83340ff5c2fd64c360a647a4ef --- /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:e57ec0410409a47f60026bc1a31dc36fe2c3ba97adaa28808ba2e14735db19a1 +size 5725581 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..08409577cf583bba2db2077405c7499d6b6f2004 --- /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:fad6a43f8f5b982f848e68bc6de143fa7a86a9e35af08be30bf2302957b14994 +size 5159373 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..c0bb68e5238484f35a85d93e94af4f0660a9fe34 --- /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:8de645307d9cd2ec0490806f76105492bac2b28ce313a084882add7b5dbbc72f +size 4806639 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..5424c2cf372e206c4ef38db3892d730b17d6462b --- /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:7dec31efbe561231e759ab15fa77e8ab968f6d193bd0bc0a1671227a2fee95bb +size 4940386 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..f992bf76705f45b73ad3b4f79b6f8ba5f5065db5 --- /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:b505a701c29908236543ac7928477c125dd71b4dd78ed22b9bce375827d37f48 +size 5078132 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..d3c55138ffc039e0cc86c72a879782c9ec1696bd --- /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:ccf54847149923cf14e192d8f254f163927053c2d5a5ee513f91eab366169956 +size 4797496 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..2a1aa636bffbe4300c87fc2b43f4cc114a474da7 --- /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:868441f8fa18f3bfe0520fbbd5e88a2187903a9c2fc5f16e31ec182d4407f05e +size 5537060 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..8617c1bdb4f9ec454e35b537042858c6c3d38c33 --- /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:bc313aff8bce09344ddbdf39d0e7d156867498cb147f0a81117cdd8a9d0b9907 +size 5117468 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..2c2c9ade6cbf513ad708b7c74b912daf39aeb872 --- /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:6c34046b1cc3c33863b056830bc28a87b7b25106ae6cde74ea466919fa623f8e +size 4655528 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..285b7fa49dae847f6c7e350646d93adba240efd0 --- /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:2b6e23fe54d06744720bbd148cb32cc0882779a54352f36abf07d64b7554b1cf +size 4969047 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..2a2cfb567dde89733cd394f641ee594e4bf272fe --- /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:7bc85d5cde97620673100f3b6619325cdb0257657f4dc6ad330ea435a7d70204 +size 4564480 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..4c8280d40ebb059448a659fb99d4534ff3001cf9 --- /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:d179cd110d8486e3fe4c7972929b4950f1d0f5def1a0b73a99178922f44c403e +size 4524831 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..983f57520aae90a06b10cab9db6b4c3d707a8f80 --- /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:d47f824c5abd70c48f2a1bd464e901c9b832dab683cdf702c2fb007f9a54f43d +size 4627623 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..d3854fee15bb95aca08893145677ac7867883204 --- /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:45c4caf040f0ae67b985ce7605aaacd61aff4605a2ed8faabc4111584dbb8075 +size 5034908 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..f18a0924bd28438b203539a1ecb25095a5d1787b --- /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:271e23c82610b0bf304f49d9eaf355756ca41f203f9a33548ad01d5ba905b004 +size 4703005 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..18dc1828d318b6a4b1a9a35f3c320e32a3045d2e --- /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:a6c1f8537da44d364859ea1aaed7f5fc24c1694bf1a2fa86b32b308467b106bb +size 4378029 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..39c639e2d287566d69dcd7439e1a803796998fae --- /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:82ce55364b9e15008ba33f815921fc8bf916d0e337804825d2e6fbd234431e95 +size 6077229 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..3e054ffea7c3069b356078a3147ffde96a8bfb26 --- /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:3724aebc7b57d88db8c5c4669ffde8123a0caca82c98375f11fa5b221382d84f +size 5055795 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..223f79b56e75b19cc7ce99ef92fc6c78f9c32a76 --- /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:435f1578c0303403910d7eda1bef1e1baf3df25b923d1f631316969d45586ab0 +size 5382151 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..42aa4a7d0f5deec24cd4d70985493346e3c1fe00 --- /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:bb107ee136fce3ae44fc4ce122e2fdff6ee383c19266dccf6cf437afa3b7ed63 +size 5536931 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..35ffb755acb5659245689be4c5bdf1775d36d50b --- /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:2fc802127ddc44b2a11211d844a3ff6738bb8deb25cbdac1e7f4d7b2aabe0082 +size 5660808 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..51364a6c0ee730b2c4ff77c2798740afeb3a3f75 --- /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:0fdf4bf1028e068fd1c52581497df9b3c44b32ba81307721d2d4b39c8161b516 +size 4853096 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..dd1358b2c48784260ca41f556dc3e99e11421ec8 --- /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:72af00142d3dd84ff4d080d655f3c33e918c008ddf6966d11fb556b3ff0ef880 +size 5873625 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..92a9e64294f03897bb69bdc22c22dfef7f806423 --- /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:518c1f805466b15eefc6654811210c2582d807a0ce50728c44b75e8967613e40 +size 5993860 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..5b688bf372f4304c2063f08c2c41447f81bf1763 --- /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:42045ff4fb2701e3f3330c5cd272dd1141eb7e18834bacef22ef59731a7b8735 +size 5665637 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..1f858fb5e01861cecddebf6ac63c4fc2d84e401a --- /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:5c362b6364d099705096e22660a51d7575aa172053dabde3c72326f84e3d1a07 +size 4164826 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..7afd84f717d4eb273d9e9a87f9705cbeb5f9e137 --- /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:e105db81cb007e909b8b01352b9eed2bd59946dbf618104ff2c8a4d395d8c8f1 +size 5084534 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..6ac9309ebb7df45dc74ca490f72957a93f901afd --- /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:e5bdbfc8296ffcb1e23226fbd3f7ffc1a8a1d07a621a819adf60858796b5c59d +size 4732344 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..6a6dceac950ce874f2e786db50ba4212ba040a53 --- /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:610c9dc304d5180fb853fa3f24eda96bb794ac516293b1d0ee1dba31bdf46fe7 +size 5224192 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..c818a46584acc6341250b1d9b2ca7951b26bcb94 --- /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:4c67aaed68537872c5853911715e39ce6dfce1e5afbc1d955bdab658ca8fc6da +size 4929549 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..a5da86d0da1eabf0e066fb2999e7d66b0fe39c1a --- /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:2952a54828faf74243f2c294e5cb246c8e9a8f5bc138a313ccb23026c9d23f08 +size 5159292 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..1f4c44c7aa5e1d29babe23062984670518f7bdce --- /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:42109cd29e38239f4809b974f3c92a1ce5652f572f3710d65853adea44cd1a18 +size 4727417 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..7096968bb3150c04fbc29a80dd7e3c627c7a4549 --- /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:40667e006e87081d1091e19bc523f28ba57ca37c048f95c2e2e696814c989ecb +size 4895160 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..dc4624751c77db115191118aa45a7a197f460c08 --- /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:67432007cbacf5957861fe6cf7bbd459754702b96e039248b86f67d81215cdb0 +size 4406643 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..176fb6a51b5e0caa2f6f324ec2b0ad55292097ef --- /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:59a6853a58ca12c6e11a7a542ba2f1f2247e708e2f0ce3308b80df48e00f2b99 +size 4984045 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..f88ab96b0703a946951a040d7501cc7ce27e5e1e --- /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:93ed5ee27ce46a72d6cb76059aca35b2cf0f7db8c1c23ce0707ce6c1e9fe12bc +size 5090169 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..1b5fdc212ee2bceff9643aed6577581d40d887ce --- /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:c0d3a21bdd474de975515e2f5f2ec3e50751923f05e54a448cc437aa03893946 +size 5677348 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..ae1bd0b591ed94cfd6bdf992119c20625dc85d88 --- /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:0c28822378feee1354542820066a6ccc5d61a9a6948c3c6d2124564855c54adf +size 5112605 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..7bf8ddaa4a4252cb6d6d29ac02ab29c750feae3b --- /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:de4828a3c5b778f0a18938d7639dd8f154c00e561213f9ab8592ae33513fec43 +size 5005884 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..af133cc2a7af37e821dc132073a767e6529db1f2 --- /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:6032bd77875cebeefb68d737372c8f19b17c12581776ebe660551f30f1347365 +size 5175655 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..a9e69adf7437f2b9479445f9e871345baad933b8 --- /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:2d720e14da6cb903895dd75db4f6cfdda62bc37b0c738c9a0d8596badaff10f2 +size 5108253 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..d0d7dbc13c49e20a04473791770ec146ef183064 --- /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:87e8b6d804ea06219a71623049c5a80bd53ca4aac4f44c2ce770aec35def43ae +size 5078509 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..5f6fb3184ffc95a3b4cb6b764b89453142f41efe --- /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:6565a6b672652b72da50e6742ff74961dc72e61c9fb1436cba6cd51326977658 +size 5045278 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..87dc6e69bfe138eb665ca8744a785a2968bc013b --- /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:09b640c0d04535793801e5d54ae5739698e4de9e6515c9129422fbc490e3bcdd +size 5000355 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..7c18b85b4d7b646412a9422cdc993e2dd1037638 --- /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:0a628a15201285787c14ba1a029f053f15628abcd5f17d476e86f9c1af46045f +size 5084004 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..daa3b881a8f549a83df88a3c7f47a41df39318bb --- /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:9d58d6cf5fed55ca84c168ea5df92961e2ce529bc276bee150130778f72abd7f +size 5260898 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..e0159471c2b743c156400523908cfb985e086ae7 --- /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:b99dde67ad5f709e0b8839b9afe161f6ee7dd94efc048a6f69f3c2a4ba66e0ae +size 5484712 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..f9a16294f38be12ddd8bfec4c907c7966ce96862 --- /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:230806da6ddaa295141e0fa0aee2358ad27ccd6e03ad5f40cae3430ed5708138 +size 5155481 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..1a702753845635fe975a46f65ed796426031297b --- /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:17ca0c4de5f9b5307a0eeaf0afe4dc3d6368124f29ee4c956b530c34c5e9ba2e +size 4982958 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..bac9fc3daa1691a0e46ac2c183199046952ea879 --- /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:12e1bc40dee24c329a2155872391b4d7db3a4f9c963c4ca4f0df000915801918 +size 4692148 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..ba0bac394c1e7b6a79a44b28f0ddfce2dcd300d3 --- /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:56c02be1300b740001e632c2cefa3c9779c0f10a70c3ca831a115b61395c2586 +size 4646271 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..8284f7e28f96ae0457f770310bb38434b0f66d62 --- /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:659d022f5d3e20b34ac0a4321270c0e3f009c2e76aadbe4f307ddeb218161e52 +size 4781057 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..60f9fcb3b83d3363057a4947aaa02c1c7980f6b7 --- /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:8fe4ef594e2a1b75e93f13afff0e3a753c0943ea382759694e5b9ea3e60614ff +size 4709530 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..0af63210887bdb8ac45d926192f32514cc792c66 --- /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:003005a2db4ea5f08d1a2bbb3a7dcdcf9c66ef174a7c0b496b00f4a27bd6e0d1 +size 4764192 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..d342edbb6460a74c078dba1ec96426430f8455d4 --- /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:4bc1c8c27947fe490fd545c961adcdf394956920a94f215e471b47359bdbc5f9 +size 4658380 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..ee890968d99e422220540f1d2f00cc8f31eaf589 --- /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:86ae9281ba1577d4f9f1dbf1db1add6482e0fb166b67c7acafa41d93efa6d67e +size 6479905 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..55fb7a8485bfcdbd18d5c157a52cdbb501a2c3cf --- /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:429dee07fd5a36c6698d01a27d2b00844457a9aa1c280bc27d1357dfccf8764b +size 6988696 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..3aeb284217c0922d40674227c3dae224381af49a --- /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:35445a5abf449eed00fb4a5e60437f3d8ae2dc0edff1b5bfdc084186bda3e8fa +size 6223584 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..766870d57d4800677982d2d0b571adc9f83ceb1d --- /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:136cb9f3e5e228606a4135e501363112ebc74acbf1716be877651bd31f0aa47d +size 6444004 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..6893a22bffc44313fa6591ef62e6b53bdf616f8d --- /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:15dbfbcbb2282fe2915d30f47e3ea4dbbdf17612219ccb4cf98563d54226f05b +size 6125493 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..4f256fd9c00daecb56defa894bdd10fe1622e66b --- /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:0058b10a0fe0720ce732c9deca76fafa8cfd7e53b0384b72e5cbcd100eae56a1 +size 6302309 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..aa02f41ca9cc30ff86c1636005f7bfa122520bbd --- /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:50336aceb1a3e4994693f7ed7b0a8b2644e84f788efe15b1d996666a55682999 +size 6046673 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..383870e2c15667815706455e27aedf62c6d73170 --- /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:f9031072df4278832aed136f13fc53399365dee5c852be41c74d8b60ea1d6ac9 +size 6705975 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..6fe0dc74d8fcb188c425bf9323ebb9b40f2eec56 --- /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:079749273cd1643516e84e03bb426adf23d29524d467203de0639856b6272de4 +size 5986457 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..ce0fd9b624d096d35275cbafbcf1f9fcec4bd5a6 --- /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:f060cadce8848d7eb5a9d3fad2c0b1a2b3aa0bace6211fc5e571cfdf978eb443 +size 6683170 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..4fba3e12daa3e27c080d158e3def4c92d590620b --- /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:e28b95b5242e3e2c26831c80a5612fcfd8833c02184e77d337f0215580115c9e +size 6707490 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..538e460dbfac81ef564deff925cc8c3b8ecc2921 --- /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:9922faec2d504554bc12c5204f219b3373988c4d8ad0daacbc091674602edae8 +size 6273459 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..fd90caa70289ca38bffc5527364b2f8ef443719c --- /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:ec647cf62211eb4b8dac5b0e84dfdd9d21bb934da4320e0584a7d891689e4bad +size 7192272 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..dffac6e963c6e63247fbcc3ac39b3b9ee937fee6 --- /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:f50d7c45e59184b40b377b509d812a1e0a08450a6a06f21d9f6da3ef9ea9c6b1 +size 6995806 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..fad2a0158876bcf3f4186b7f140199c0d8d02b22 --- /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:19460949f2aa67c2603f2974ec6178a0c1d72301651a68635f4ba4f3ad459e0f +size 6279307 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..7c4aca6e9e700d1a07d6cc6910dd60ddb7a92eaf --- /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:33e5c532a5953a28fb7fdf8acc1bdeb5da1792277b817ce389f6aebd01cc2d48 +size 5934756 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..0d28afa1b2343b07199d36bd0475cb1065b2ae79 --- /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:82ef1b2abb992b144b773c0d43fd7e5e486fb1c317be7b57290dae9d4e47a244 +size 6083745 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..29fcb65fef53f8c9640255f57fd88e8c415b446c --- /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:4387f956c680ab853d37abf369dbfc52b24c3f4abaf6b79c44895655c69fc846 +size 5085589 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..0949cc6b24efb52166c6266ed3211da82e96be3f --- /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:6227967a22795517a5f0af7e8968f1403cb104c8f11369271b8036ebd0500292 +size 6087252 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..f906b2ed9ddbe3046602aa0017d61d34e1121d0f --- /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:46eb72eddebc3df49d57992b2d1e3c2d75be3a1cd9ea4b66330475e29c7bb5f3 +size 6142272 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..efb1fdaf61216822fbb135b1f0fd895f2c0f6897 --- /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:6af1876e18ee40e19bcd1d75488775e91f510e7617abc2d653d06d1f807b1197 +size 5786026 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..90cff7e950ef55442dacb2a30dda486b7975a4db --- /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:ccd8bb2d32be5b43821317b52fa7384df298271bdda40a1e1d6d4a2cb84d71a9 +size 5455427 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..3a1fe1be3d92023f3976ca95afed817efeaa0bc9 --- /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:61966c7f276931b44301289c65783271a09f4c3d064ffc5cf7af5a2ddfcd2fd6 +size 5696299 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..65e54b3922fde26d60139704ef06df1214e46072 --- /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:d42b56b4de98c2e42746949509208e266e587cc3b6a91c1d6071fd7a1f35bf68 +size 6209271 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..849c5516c16e681257f8c059bb5d75751e6a0112 --- /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:3b6a87367ff78de2bb587f52191b35ea64def46e8a0f4ce6c308d790a7939cbb +size 5921456 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..64de12d0fbb503bb952ffeed147e2ed83d09aca2 --- /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:5779108698e387b3ad7680742c6717e4f9fe78cc7c0a3c358bb83830afab4bf2 +size 5771350 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..dbbb6cc24f568ce3d06b78e8b626e8713bdb2dc0 --- /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:2360f30625fee807c466f2791c8aec4fa82aff15aadb544e61ec8959a9b1675f +size 5187855 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..0a2bfdd36a40601e68104cc6d2de66f73e88580c --- /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:bee37cdd233d53611e806a5ca352cf245dd804ef15008830376b231d06671a11 +size 5612216 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..884d1057d5ede11940476a8e1cd0515da1ba4747 --- /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:0d459a122328992c7bd092639f6a8354af67d60a4d65f91e3a2433a9242bec19 +size 5366574 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..fa361d29458187c8680e9485696eba55f1061ccf --- /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:2f7cb1653879dc63daf981aaa9b11d2258ef276062b4f863b2bd87ef3607db87 +size 6089856 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..78178d873ca5f5522a26877e9a1f077102379163 --- /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:2f2dd6ee708c5eebd66a54d63de0bac130868ea87e9a673375447f38e992985d +size 5999032 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..ecaad50ce7ee59554f9d67e774ba150c88ad4917 --- /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:badd6cea5e063a372b0de0cb14021762e248bd70f21b107524dc6d3a22c11e49 +size 6086319 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..2532f7e811c589e2ba9b04c85344b809bf414889 --- /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:22ac8f9b97f3f3a1e7199a0cc9845c10c3af4fa0b139f034667bd41d36b6b921 +size 6324467 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..c9b444279e3dc039ac56d3b89055b40f9d45ae32 --- /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:078d4b8d2048e8b9480ebe0a2ebfd63fd56ad89e5b1ac43156bda9acfc4ad0b1 +size 6669471 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..80847a73c0410aae292451f42c58a64c0ee49878 --- /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:a69bf3a05a292edca9b689b9485f62a7bf10c783f95a203b866f9babcf637ca5 +size 5885956 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..761c50daa08bc67be92be3ff860b48f9eab0ec1f --- /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:7ef43a38adbb3a71e621382f09eca30adeb1e03211f580ae100632eabc813201 +size 7394139 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..9609631c3515fa83f556b63d1fd655e3c4339d39 --- /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:070b21923a904e64da48ffcd1c4cc7a95866d0bd76e5f60aa263f9e2bbdefa00 +size 5946445 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..0be566891963299bad2b337078c41193a61550c7 --- /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:62107aaa780bcf5c603310fa487c46c70c893e3b9faf3834139a406fbfec062b +size 6463028 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..85c11baece095ddea654b63d5a3e5adc406d43d8 --- /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:e4ce94e8a6ab239c70d5d30a0a923e2eebd33f0897802ada58e1aa3fcaf01b81 +size 6356728 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..41bea2f8937f5b03142ba1f523f68d30443a66ec --- /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:e8872f2c3ffc6ba55d1a07fbd1244cbdea9f8b58b27567fa8b912d84675f2ed5 +size 6631672 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..24f3d53c5ab13d55a5af61342906848bffc9b115 --- /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:01989aa2e5583efe4aa50ad157bf019417c9db265bad428b59aa0c7db073374c +size 6203158 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..406536d4ba18a32f85a5942fb67e26225c514988 --- /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:95e12e8636dfb5f4858e5a25cbbfd67959ddf05dad4f9a29b0b76ad171d66a0e +size 6718576 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..a01a78b55c127c061feba9de3258b2f949acc135 --- /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:599f0dd9bd4d25965392e2bb5293983422da924e10459133e9c1ed9646d40e21 +size 6198037 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..dd3ec9f65e42b623d428696b97f37c06f94f45b8 --- /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:28a024d9f1f027aca2e738160f99cb4f51137b1a334e44d3f7b25ce7be94aa19 +size 6694508 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..3515ee5006b84de06ecd207446c11b6481f25509 --- /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:b3155fc17fd5377369eb81c207150653181c483c5de40e14f685b59711950b37 +size 5796678 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..ab00f42faefdc5f03fd7d82e40f82fb5e07b1def --- /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:d12368b364fe45bab538a7fc0782820590831157818d015f49c9c6b843c1bb03 +size 6159007 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..efad404018772f2fa5d3135b44a850f530cccf8b --- /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:f553ac02f1ffbdac8d7ec1bb37f857bf7ff86484a099064a7bbea63c2e0fc26e +size 6572644 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..bed154403636ab0f6aae0eab9af64c36be503b07 --- /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:70ccd0c4640a4f847435f542402083cb85ae0913d437d9121f32c0917fef7f2d +size 6101380 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..73fd74a3380f2365b7fe97ff65383b386812f760 --- /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:248c04d01806ecbcccffb05db2149b7b03e36947e4c8c80089c0b38494a800f7 +size 6193047 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..d304fa9a799ff98156ba708c856afa37bf9e27bd --- /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:75e508202c99b1077b21e76e952a2802e7c3816ec5eb016139ef5d1d3caaec48 +size 6271248 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..86b5f0c80020cacdeda0004fa9cd1fddc3a5820c --- /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:08437be6d0e41e3bbdf9511ed91ad86def63595722aacdccd071efd77ecbe07b +size 6811961 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..62b0d9832f9f7b910972db8392b6264e22d68842 --- /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:ddc8dad0ae206315e9c681aa78866461c09a34f27fed382d0d09e320df63f080 +size 6259017 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..12e29375134ef71343f888e09d3088765ce0c99c --- /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:57e677536a8b112f2d8362dffa8cfd926f014c1831029f137cc055a904fffab1 +size 6283998 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..0aa35d915217f013193289f230ce235720029df8 --- /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:21529818535fd6bbfa0597d94657e0f27857405078c497a79f6e5435363534e3 +size 7230998 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..e037ff4cf88d16f06e31e1f401ecbeddf6844d30 --- /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:6f76f3dc125c6bf9df3e29af704da7d4f4d7050ed8bd99c4d737c54ea6efe3b9 +size 6218691 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..827f4ea5d2a34ada9fb3819d27b188d76dd45809 --- /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:7fe7386d1b1fd97015d7a2df948b95685f0e0d14b1e8586f3543dea914fdee64 +size 6285293 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..f5d6878ab9bd4282ff62edd7b603e8714fd46231 --- /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:74784903161cce5b80156a1b1335a40eaf6486d7f521729763f8f34ac4310ea8 +size 6443204 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..54fdb94dce8e8241c58c80adf2bbee984ee6f5ac --- /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:1f6391fd1b3c93c023e788d16d76965adf7cda432be5dc0e3acda7ec3a3a812b +size 6669956 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..9396e8bef77e75fcdfd810c50e91b32c7d01fc21 --- /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:19c5f08741cc03ff7d23c0b641b6da3552539ac1e69c0132441f6008b924f8bd +size 6320642 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..f3f60bc78fb73bfc0c4fcf5ac66024149d897fce --- /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:e6fa99ba62169148c42f04163db5f8123ba74310a84e7a5e903e69c64ca618e2 +size 6657922 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..1623cfe1cfcfbefcd408f5a2eafa74bc43721acc --- /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:9e746d20ca5f18151b542e9e853a27b06a5c9d7ed6aa5bb9472a844ae5c4c890 +size 6359021 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..07baec70cc999562d1a9e963fdd9e1a9dc41cc4e --- /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:da5108ced5c3c75134a971ca7240c8bd3058a7e6d7eb2210cb66ddcf4c7f3936 +size 5883471 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..34de24ecab85a82bbffd524ff081c6346df8a144 --- /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:0165b79fddffb5f6b9872107ea71efb1cf02dc43e88a581b1b398db6d75031fe +size 6054908 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..8eb0814f3c56ae5fa26873b32e19edcaa07703c3 --- /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:87d8ca04a3df3f945ae69c8d029f1e6ba1ef275947459f68a87f32773a2828bf +size 5790873 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..72dc82f485f8969e588ca3c6886edd7e159a3ce4 --- /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:dec6d7401f27fa4ff9fcd37b9ee0d52c959ecddbd794ccba0e8f315bb2eb2744 +size 6226827 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..c087dbf41dbeb1c435d8071b6e0f121b3ff0e5c1 --- /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:0aa860f48282db3f256d08fe8d568ed7e9b5e8ba6c933ac545b4a61f53f1e581 +size 5670298 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..5b0341dba1ada8761cfeb139590d64fbd20daa1f --- /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:0174fcb401a5192f51acea5dfb5f17649ab30ec78f26a23673e2b7769306769b +size 5716436 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..65ff14d64ac2e60a411bafa0d0ff8eeee2e5bbc6 --- /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:d0cfa2540ec4ae3878430e395b6982474c093e1796d1e86864c070a1986bfa32 +size 5909927 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..1863ee09496a15dac8ae41f85a9239879e33625c --- /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:3156bc0ba183c4ca90ac99a14a689affe761146a944e92520af84e774f94e35e +size 6530945 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..36e9d963a99a59242abe03b4b5441c083877c6e2 --- /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:14b99bd3274b6e8c0329fa500335117cb4a5158e0571ec431ff42975e943c3bc +size 5323059 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..d8fbc1d1248f3fe85051e6f4257ef77918ee26eb --- /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:98cfe0b13b95ce7a592f9dac9f3e808d56bfa16664bcd5f5d4ec97e19a34f301 +size 5425691 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..a4f5e86508a4ff0a7ee1c7ff6bc60c22952ba280 --- /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:c3cf01093179809c74567521d232ad794ecd73c348da4993b41448f233814836 +size 5742371 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..09ffed9a23860e43c6a9ab0e62758c2221f53773 --- /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:879103ee4bf6bfdb8806c8cca78b933e6bb64269412fff90b9ef8cf38d2875b1 +size 5603395 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..e17271afcd069a4d0fe0b05753b6f1f5aedb675f --- /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:7b0489258743eef3a4e4af09114503b5609322de3c05ce77553f9cdae9c3341a +size 5875140 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..694618e662591bb12d528af49cd3d3d524e86c32 --- /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:a4e3358663e831eb6dad0fd8bd713dc49b132969918b5ceedf0fc14a3e5f0d3b +size 5594312 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..cd146b802549531534250ae5d111e0528f3bd920 --- /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:77845f04395cce8b543294fcb2bcbfe729d7c62418a562dd2b9e2deb951775f2 +size 5905553 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..b7b4d59a3b77275a1b3ea7d66a18c2a8a8377652 --- /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:a9e924e8a6607d95632f178066bf59337c740f0e264a6ac3c4025dd62d80a007 +size 5468022 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..b8b63a8b6b754c48638b89b45837fb512229f8df --- /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:c8deae00bb0660e1fa015c9985dab71f93fd43926081d25a5e1e16ed5856b243 +size 6021681 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..04647d6915679e6bb80ca28898bcded72d3a855b --- /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:dd387d6cc6b0a4bd84454ca8f0d566c20c8a6937c77dcd32c0220101527cdc68 +size 5699059 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..a49aeb539908bfe57daf9111f57e9b1adf58c604 --- /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:dc2a111923dd0f79b32fe8b633dc37914910a74629429d0197eff9d2d1eb0d72 +size 5590304 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..779a332d7875dcb838529171c376033312a0e465 --- /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:25a7ea6d1c64e42c55b0e196668db40d49c99f9311da45fc51ffeb1b9c0f5338 +size 5589736 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..1a7716bae2ff07540bf44c9d996a1a570b07b955 --- /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:d019c726f5ccba7e3a1032a4c9ebee29f67181f9f500770c8b4ad709dabe991e +size 6743168 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..5a8cb17c907d1777bed3b4e802a6333143e0821f --- /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:697f4993f7304dd5ac66840cd90ca25e206a7660477f2139f7314dd7b57e8900 +size 6260949 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..4e9bfac88c46e00b43d936d0b3da092cb46c978d --- /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:6b8368a47ad7d715b43eeb04ea9e97e1adf7483307fe2f850ccfc6c2f2eb78ea +size 5707010 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..b13ac71dafd4b61003e003c8b92bb2c15a3f29de --- /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:5d82543260a969af9b198993efb02904a1677967d2240630d9ac9c5dea327e80 +size 5968062 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..9cd15de71a3c9b6b3feaa064a31322bb86264295 --- /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:22d87e7d7f6dc29b5b8356af57b325c13f1a5900bf3479685758add02a4770ff +size 5619942 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..8bc621c06d8a12e545968b5b6105c35358b88a58 --- /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:71e9fe7e65f382cadbad696f710143ae946a44c0575875fbc9e782c16ae13aae +size 5900075 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..c05b4d9f069029ce61361ef83266871db3c2a0cc --- /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:6ae81ca5a6acfc22138b0fbbfa25d44a5aa42cb2ec76c3212f0fbe3de0279fd4 +size 5567135 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..1b20e9cd5a9775ed267873ca250f5b6e076831e2 --- /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:3cdbaa5f2bf4938a68049dfac4202d59b279dbc8a1eff32d5193adbb8a9fa8db +size 6224542 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..cecaebe7ef54fa03640177b0a32d3a90458aff9a --- /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:420dfc343a29dbc509773739df4c26d16c7b7d9879019a9d5ab4c0e224efdd34 +size 6273158 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..99f8fb62e03c65e4c1808f960ae757f584e0530a --- /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:1f2975b927ca27f0bd99bbd1d03e8832ee48dfe21c62d5ba243d54f67af12660 +size 6195540 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..3dfbfb4d1e55745b7683b7d4f80d22433efe0495 --- /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:34f01c2ac2b94cf8dee1ae47f639e65de42e859ffd7934f0c2ab6417e06f8dcc +size 6250607 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..ae6e34e7f3c6228ea1629a2aa28750fd97b31586 --- /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:ad153775d5aa7a9f53f759ce366b455bfcdd19b9adaa4958143c6f355a62a96b +size 6220540 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..7128ff554f031e008245526e35c4df97ab14b529 --- /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:b5c2881dff863f0f48e0e2ebf48c61c8cb105adcdb91ee81510a5bb3818bfa0c +size 6564846 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..90d30db719d70224547c1a40ea7d0d440507bafd --- /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:9f968d4aa43573bdfa7422fbf9b539dd251b724ddd95558e34f5e0dcd730a797 +size 6635107 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..c0a14ea60e6a0989be12893063fb67926240fed3 --- /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:6b263681a38dc413fda8e5b1c70c3e1f30f014bbf7beee6f2d199e322b6716b6 +size 6650148 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..8beeb4ecba76853af07ba7e52da94fe876d1b70c --- /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:5abbce19ff06d8d19278e3a4399f301d05b39979d3767db270c53362e844fc6e +size 6196397 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..ee6ffb34be98e3edf30bf98cccc3fb5931c7b8bb --- /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:10998b203ac829ab1a77bd1708ac0b5adf1f1eb9f3ced40d467ea6f216d6a954 +size 6278667 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..9b9e089fa604a0c73ab18b7f2b6933bf03218d52 --- /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:770ae5a49760b2e276a261b2a748a158bbe04dd9624edb787f3561db5c80cc80 +size 5683072 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..eba7d5c1c26af9db0212e8a41cc13465868e36bd --- /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:9628b31904c9ccd1d9d9630896e30f2647530c2cd5282977dc1c54df4c52f32e +size 6671967 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..6b15ee89d154dd6764d8e566cb2d1691ff1aeedc --- /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:f45fc286d209e5b3d4684412e7e408dd3a902ecbdda23e873c8d2e4e6024d7c7 +size 6917211 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..d714a9e8718959d1838971556a2541ca4bb0b7d8 --- /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:84ffa1923d2641fc4b497d1a15e0be0dff14c5ec314ae330e5d60068684cd231 +size 5943611 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..a5117a7494edbe6ec300f3ddd7050a77354e6ed0 --- /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:bde157f0f58907f2f46d94c02db9e2e89804df0fe399f82495fc664cba077fcd +size 6112959 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..a154180fbdce27a836171981d70631a7aff046a4 --- /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:94c62c2b71fa8c66e38c81b4e74594f46e7fdfb27b2c294bcade6a768e7d9e79 +size 5978894 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..e1a6161ee844072a3b85e9660b0b9c679ee8be31 --- /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:097ead350799d09d381fdf570202342145a452ddc959b58fdb0225ef17b36d3e +size 6034060 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..578245b0bb090b9e83368c2b6f56b3e713de3fbf --- /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:68e35c9512dbb90534b08e27021da75a4cedd04cae8edf5b2e667c0da38f6ff2 +size 6691983 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..33b42c0014ad2fc1b3190c319d379227f7b9269b --- /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:f31b9ccaaa0a422567ad84025157ab835409484880aaf3f8fc55915653c61bdc +size 5910849 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..7aa8b000cdb279b9dbb3a52d77d1cf7f4a4bac2e --- /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:b5b7a6e2484c12e644452424b0aabc4bcc4a92bef8beed19399f1cb2aceb5b4a +size 6207462 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..3419aab4666483a698a0febb5aafa4dba962962a --- /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:983c117e7a98fadce3f254633db030ee5e292f0dd64cc3b6f23376e062b9fe62 +size 5811497 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..f91d026524bd74d588c693f1ba7b7bc8d8a8a08a --- /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:470eef1541473aa596c8bd4f9eb2d693c4931a3daa153b2d717c9c2051fe63d3 +size 6329301 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..8fbc8defa5a453f414b7acfe83177a6c2db75dc5 --- /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:e647ce5137c5f5b29a6ce11e8709b405797fc3a86ac3aa7c97b77872d65c7046 +size 5687856 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..874ef26e585cb41f4e50e9b73c50431864eb524b --- /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:1cb04508567a85d581214cebaa9e0aa8f8aef686b6a204048c51d8e496de00fa +size 6216932 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..63a2e9e68c03b21794efaa1b8da4c5414c81388b --- /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:085d2de49b90bab2341c711f3820000443247727c84e73a108a015992f12261b +size 4983681 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..be2f5bb5386fe281d27799bee915823f6f74b541 --- /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:57ee78dc43fb6f5a090f98100a7bc2916d0fd3f7b7aba35a611fa6be070bff7b +size 6164195 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..01121498e3bb05217781bc9eb3448ed7ee1a55dd --- /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:0ab0071e2177cb7b835feef34444d78acb499fb251e5b2037c34c2f92a7f7973 +size 4908451 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..e8a140a9eecc2968d57fc1a51b5b90497bfd106f --- /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:57dc6b5b633facf893957847945ffdd828a53fcfbccf1537d742b17a66afe494 +size 6461594 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..4420462322aea2b122d5d85e6cfdd84ca438f00b --- /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:ac73b5ee80d497056fb07e1c35671478d18091e50622cd9e7f1aee4b667d5b76 +size 6109724 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..34d40d594ee2ca3474eeb1ab0d1597034bf34135 --- /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:855378a6cb1e8be4323ad49438f01da54ced246b73ba009973351e16e2d15667 +size 6320276 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..e1679508b74b0dc1d75c179d84fb9dabcd77d0dc --- /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:57fba0e4d6247f48e81552ff65dc8374aae24c08db2c809c1abc73c9cfd646e1 +size 5897644 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..8c0ff875d3680bcf172bbf629088a437e62a1377 --- /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:3317b90bef3bfa72dfeeb9cb2cb31ec3e819d55a2da8ef44e00a630492f38600 +size 5081023 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..88c19632c4bcc49adf96fc2cb09624ea724092a4 --- /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:b816b20ceb50ee99893ceb5636caf7a759c012fdf24fcca3631b52103bb39e89 +size 5158725 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..6013821944f97548d139da01e2a393de41e09d94 --- /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:1037eac7068b690c8f251992ecd8e625052e04b30388fb8e03f213b2237ec052 +size 5825310 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..84a26aa94a2e8ee97a6d117edc0dde01eb0ac77f --- /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:dc9880608c8b402fac81f544bb5811e27707ad4697b6d96d322db517cb98dacd +size 5297796 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..c0054fa6dc9d418bb704f1c3a23b7d506da17607 --- /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:ebdb075c4ad9fc5fcd5576147ab994115c7da3b6b25e7d85af502484d2c366cb +size 4971873 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..c0d795255e627127b6c3e545b370bb355df1755d --- /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:dc84a914c564827e4bda122f41c44bc3b068fe6de3a4aee60ce14a307fb3c641 +size 6142610 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..bbad6919d831ec6321edb14cf1b110795307daf4 --- /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:3cae70c70800a7906dd045ce5a3965e89dcf98602d8d6fdf861ef37c408e5bfd +size 5324298 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..3fc3729e751a71245883bd272ab3dd55ff571368 --- /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:1deef554fcf03a0ea2609a9099fbebf4a60e849ecfba335d18b40f2b240f157d +size 6175054 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..8ebcb475ae0958cdc8c35031aedac6fab1cbb680 --- /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:1ee1d5a3f3ffcded236994c1b5245a2ba6c3493a92c86e1f53eedec35d39e601 +size 6409106 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..c42c5b434921055b9c7203b99be043a6807efad7 --- /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:1eecdf5bcb499ee18bc0c73c35fa7152d0814c9162bb50dbf4a728280058e118 +size 5642338 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..5cafcf50a3fe1fbb39fb4b5b1081d84b6c40879a --- /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:7dea3bb6768833e7e1905814ea318357926fbe91f08c443c41f7525afe622f1a +size 6167292 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..89230e1a136101505825848669e2f4a576ea0f6c --- /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:049b99bff5c9b49cec60005eaab773bb02559cccf4e9a77df75831dd504cb8e4 +size 6152675 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..0bf43e6fd8de2aeeed597402d85b88f8cf9c3939 --- /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:6b4d2a7e73ff5db185b7ce9a59a2e4df06e35b8987fab530fa11a1482db6584e +size 5995123 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..b054fba6746e86ee7fa9e123679996367c8e8eb8 --- /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:01ecba2f8760d3baeda6cdadb45f8d890a76f1d54f4928cb0648d9528c87adb4 +size 5788230 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..d7a4053546d5aae975e359eefd280a8d3060cc5b --- /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:df785274b6d35542e121fbb58d5aec8f951207bb249a3021829132eacad41df3 +size 6531587 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..fb405040158c73416d42ddc88e057411bf3ac7b6 --- /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:37d036095003b5587bddaa93906baae89f586e83f2c45bca61d6f16e89dcd827 +size 6730414 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..62985848456105bd0aa80932422564588bf7f790 --- /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:9cc8dfbbce701491a87eed1c2e6ce0ccb538ecac78fe20af115c20ea6a7b4dfb +size 5915909 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..6498026278cb3e0e431d1bec443a8a64891d9678 --- /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:4453215de28744d7880c0e8b6bad6811a6ad0274cb2d8a62b757a4ce3de789e6 +size 6930649 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..4240eee65a1acf97f60a792b444abc22b325a6f3 --- /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:402b976b2907fd9c14fb1a4f5125395bd50c6f14ee2cb52b190c2d7721d1f89b +size 5731936 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..ea53fd82dc4374c83a72d996adc90bc32385c244 --- /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:2454a5f1b1ce7247ca7901b20edab626137b0819fb1aece077cd1d57944dce45 +size 6124190 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..38ff7758065ea9969933b1d344d48441e0fd6198 --- /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:111b09aa21c7764f2551b4fc00472f5defe84b6da009ad6d0816ac4640a90c61 +size 6702122 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..104c0fde8a1ec99da85c8e996012b66d7c86f040 --- /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:c4d9ddba7dff1ab1ef046b95fd524aff99ec14d3a49630183e75fee43741ba3a +size 6387096 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..17cba3b687255711b82e3a6d9a9a52f26a353037 --- /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:8736f7b912caa122efe9ed724234d7b478dbf1cd7e4f4788a38af5b6dddf4508 +size 6000328 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..cdd3465d59a447b4140da84b84cdec29d2d4edfa --- /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:3508875064c0c7a147fb1faa205f3476771ebf83a0edc9081f75c867b5ec84c6 +size 5845677 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..53c7a7832d65f2df56be5ecbac138623db4b9d0a --- /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:000b10b296185873ee20fff57edfcc70867559f935a7a039214d06a571b9c1d8 +size 6556661 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..b3d84a8a161544d714a1c59a0759ef21383e76e9 --- /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:0184c57f7a39b7105ee316718fd243e287d0ac9f625c396b7ea8202e587a6795 +size 6838105 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..9b710755ac1e169d4a7bc4e3b9a9e958fc29cf49 --- /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:2ef24b5810ba131026f7250e3d6b16565b276cad61775489301672adaec992cd +size 6232653 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..84beb824b802b17ab7b837db6ec65ab0a99cc948 --- /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:c78256560a6306e0fa21dfe2da33e287c126c984d38bb5ea7740a53ed169339d +size 6795886 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..bece398f34c57f7b2ed188ab883dd4ef635cf1ea --- /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:1bf76c1db1ace81d92f8f394a5b6c5f8707bc304a3c75936790c6a3b0db6e961 +size 6708447 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..362f7c89b65171446c5f61e6e42af1d264f0f36e --- /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:58b6bf0f1bca9dd26a4e2d98345fb754c8a9e19f309a87d0f987779a45e42ebe +size 6241578 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..08604ec9c5240195f486d72ac805844f2cc68116 --- /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:120b33cc82c7992aa3be4c452b7665b684b1f2ba14f82649c8b8647b1ba716ef +size 6950409 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..1e562d6e599644d89ddfbc62d988f1d6651ce105 --- /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:1198b06023f6cb922970ec0afb3c54688867559886bc80518e77bad4d82a3041 +size 6763789 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..d10b083cd8f16477f59062bf027d0f6de444e470 --- /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:ecad1c33a75c86b794f471f61e058f56d740ccba6177b5540b72a48cd4b7200a +size 6614600 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..d9092ee84860e695ab105c1e9cd535730f65912d --- /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:cd5f9e758d42d5f082fc756aa2ec9dab7a4435b2698c9395dcfec3a679d663e7 +size 7155793 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..c089b483404fba46ade0a6404e96264bba670808 --- /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:1bc69178f99a659829d2aa89af5671b9d4849b11684eaea26a4b812969390d9d +size 7398053 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..8a325af4a32d6ecec0f33a420b74390bdcfee25c --- /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:a603d9f23f593f249e5c82261d13f3bd98cb9aef35b07e1b881a52eefe342ee6 +size 7232929 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..3ce08be3e562184f76b9be7ae08784f30b09a491 --- /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:777227ae3c0ae0a38a3abb305a1f7b757e12d759df6b589c190a5972af965772 +size 7055208 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..a8145e687ec50c40f7c142f58a2959f6145b9912 --- /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:f1b4212ed6cc416ed7ea0189437fff5c47344d72b844a5953066d5733ab2ab88 +size 6991462 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..1a97c0d11f4a107d120dea24663ea4d5b7492d51 --- /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:de3a5a361c13d3983e0f0fc10ea446911bf67bd746692fa02532025a6b025633 +size 6958279 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..92711a308061b18ab6b4cbe9fc7fa45665253deb --- /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:213509ad3ff7780ce0379e2463295bf00bb9f5c6bc4ede485bc552c6a6a09146 +size 6925392 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..9206143a4b2a3568f28bf3d453cd250314b852da --- /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:e5ec33bb36ee48787cc75cf1a6a522abd98a274c770e8edc3b00eb1057887790 +size 7960098 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..4713015eac97c7615506cd9f119a65e426679b08 --- /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:3491ebcb41612103025c745e38e7253f2c90ecc9ec3b38c9470dea377ff1ef6c +size 6742073 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..8aeb456a238ab96b7ee17b0daa0eb054be85dea4 --- /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:ca9b1b1cf5ec5d09c240f5a993933177402dce690a74bc0801a183fa98cd98c6 +size 6975794 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..403ee419caaef29d2e1411e723ee3046430b46f6 --- /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:8fddfa65446395bd40d3a705e7043ddc31649ca58c885062c4bbfd8f84b4c1ea +size 6735574 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..6d1a21a5718b748f42cb20b7976c5cccd8ea5b01 --- /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:9af3a0d5921ff0094cb5015dd73e388aed6c890071abc48f13f8d6470f354b89 +size 6789291 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..16e28df3c9bdfcf795b387de65f846237940df3f --- /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:f2bef6b408f7499ca037d68d388b049d7e301a4a41d9f9be78e92ec906096e29 +size 6498156 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..316611ad5ee33dc56f5c58ca236afa364d7f5cfe --- /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:7022a4ac63edf076a1f4dd4605b9935ce3260880700d79322e4f2cf07a244ad8 +size 7131465 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..ea5c3837ae840b5ae471d4f7a70a5e3e9e79dd66 --- /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:fc55ea8d0943c86cf4a3551fdc9ba74c3751c45456b96d6bcc15b6cee9ceae00 +size 6809370 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..39034d02e3187d93b0f432815f9f051a107c2a71 --- /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:c2f467a1bc94bf64dc652e657d4fa9522a89a66ad235e45e77da5a1dd03c789f +size 6546984 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..700150b6af5f287a873c2dc0b823ffd105216d49 --- /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:68eb9b0ce41244a73d6a748706e7060afe9ce15d07b62dae05b1fa7157a6ce36 +size 6287947 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..793acf9484898cdfa5cdc83f710c1b53791b44f8 --- /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:26a2903d4dbd3b32ee7fbccec9e7874e3d6ceafaecbd25b8e7d07149f898664b +size 6917889 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..660cd62bbbd41d19613a4fd12497a1de8aa12f4b --- /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:1f0741ad459be6e6088e132b99e1e2685c28512dd87a5cbfb54ad39c3d10b7b8 +size 7145558 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..c0dab77d983ee0c56dec67922071e427848796fd --- /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:7b84db0e47e29b16d40345c6c9ac8f5895464bb051f634271f52cc974fe2f0e9 +size 6913529 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..1c0485ee0e8549b55491610d49fa398f49be610a --- /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:33a8d43f9b0ec1be83bb656271e901a5c3f7a7f34755b0206c7c6f658ab53852 +size 6007855 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..216435861afba85fce51409b595bff412aab36fd --- /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:1e5871b14e3ec89f241322a088bf3a7622867ef0d154899a14563ea6bf627025 +size 6721857 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..7bb633b5c7c9df1144676d5a2d8fc4c6204ba131 --- /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:1f476e6665cbf08281e3e92f59f9ad6008bae9cc8d0a820956a78cedfda7c404 +size 6334520 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..94d504a86d05adf97f832991a426de08d9d1f614 --- /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:28fcdb4492cfeedd662a82314675711f504c9acacc58858315a183da9740da98 +size 6258292 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..42ac437b3bbc260346dc8811e5f5887fccee2ae4 --- /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:964e485ea506dd89bc229be7ab3d3eab22ed46ec36d6eb20b1839442282d4f68 +size 6414254 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..70afa8b9d629a6105386647e36181a810de69d08 --- /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:7bb8a15b4a3b0ba6de5ecbdec9d4231ca359beb982f43f5b018d7b0213900377 +size 6642940 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..6d7d19ec1ca1972ea14dc3810933e51fde7e90c5 --- /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:c749e2339d0ebc152ed2bb65b735e2ad1f7e3383e53cf0dee37a4395cde28a65 +size 6693201 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..20def5a360690f7c93a4eb799462963b75c160b7 --- /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:11ed67a6a64e4b1859f7b5e7096167ce2c9bd6b6880b557f9ec5350f4f5b83f7 +size 6560365 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..e5553369475a5c6a907be4356a4b035a78a1f0cd --- /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:bb439e67e647992ac9c4b06e1cabbaf8f84806551e230b189c7155b39f135dab +size 6719928 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..cbc277d5a4728350679c7a37d9b6b8edadbe81bc --- /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:8f8027b3a6397156aed2f58b0c4d7d7c93d9eefceaeab029fbfeb12a413ed489 +size 6474188 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..616aeda07c3c890f35abb6217d07bfcc8df96e20 --- /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:752159347755a2e5f62d488cdc0e97e72b29b3658f84a0f491804f98ab263a97 +size 6479831 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..7d172528fd9d0a5a9b36e13458b404f0ab8dee0b --- /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:039790d32a8db7c572c3d2453598802ae111a36fb5b0f5f693a8fc05c993fee0 +size 6623933 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..ebb4465463272df715dca6622a997a5827e51a28 --- /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:52aa3c29edf8e27f8c906f106244a46bbdd6cce18192c32b02e0237d0ebcc556 +size 6336196 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..57d7371e6f5bb80db02a2bb6fb6234964dc555bc --- /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:447577767f1ac769c9ef6c0cada5dfd9762b4daf7b39656d4ad490056fee16e7 +size 6443989 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..1fa5896097848038d10734064e17ae07d8983138 --- /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:f7d08258dd9d8811f5cac3e45ba4d9858723022ee51e1e4a00acb3aecc35932d +size 6587969 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..d26f9f09610654a7437ec2a29de4541c3bf9f864 --- /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:bcbb599dda5af3483a81eafb059122e3300dcdf22ab5b1835b04ee38a09b7c60 +size 7128864 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..b7fe87b67b973e30298ef1d7cf9f9e986344077c --- /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:0c4551c151c340563d0110100ba1adb2d221f86f137dac3190f98f59fbb9a3a5 +size 6502146 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..b151cd0a0c5f55e532c1e233ce12740ed1dc2906 --- /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:5e15ce7ff7e9855284ba8671513e14d14eaf5a4697ccfe7b137dfbe8c4718a15 +size 6738919 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..59b1e9f93c3d23471bb792b9067b8b254e2edd3c --- /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:c62d3ab5a95ea71edb7519daf983d86a18e8d1d10071e0ca2e1204c4b4e859c2 +size 7413090 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..ef4d23e34aee3d8da08c6cd5d278a25f037dae13 --- /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:99003f82ecdef6f067d9d29832e00e25208bf1fa49c1d1400a5c4a244d148b2d +size 6929195 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..f75522ec95ee02e80cc6f1a23f9cc6795c66c247 --- /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:ecf476ec0c81db92e1c8ce32da76df8c2dad9470ee134e1f621110c2158a3ed3 +size 7548987 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..d7232a034d27f65a635833f19913a9db32f5895b --- /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:87de6559f0713e313a2e25a50e27a5a4133759ce9f076d3785d4d0aed5288c8c +size 7223851 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..6cbc24f318667ecfceb7402f3a11f1db7168e099 --- /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:d12e2458207ac52d6136592e97bf95c0fcbd68eb45d676585015d949f205e87f +size 6617316 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..077d24b05a2daf98def5e66a0b21b58bd976fa79 --- /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:4370b32ddd54f837aa7a08e95c46cb118eabb1e44dd4de6dc896e1a7ae470abb +size 6673210 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..f0493b613341d407559ba63f489735bf82a207be --- /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:ef7128b8c7e2abff46a58294dc0e0879ac7c321c3b746b19849b03411ca2c627 +size 6524308 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..8367777e9de2178cb57b61db3618f2680250c7bc --- /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:03b25f752331da914e18e81451bb7dcfd2d07488a1b1774ee7eaa8fcdcf2873e +size 5664501 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..bcd235efd8a7a8370fc849e2a850443c3b09863d --- /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:a6c757c5b5436568efeacd0479a32fec30390df7af49df51ab63c354dc88ff83 +size 5622696 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..753b68035a9883b16d747c2693625abe1e7be175 --- /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:2cbee29ae8ac93dc8211943e6b0c54ab954f226f4649904b8bc1f2635ab5e4e1 +size 5237324 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..37fcf418191db186364805303236bf79754e5f5d --- /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:8b7468830641a2929264007fba3b62c9d7b5babd519ad30a237284c12532c377 +size 6692700 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..79c385b6ab25b27fa77b1e70b20c091c87d6ff9d --- /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:f853e34445c0f38085b5adf508cb7065d4f1287be03206d816fa09a472de5bb1 +size 6835519 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..d96efe5588742d4186bc9365fe20143d17ac87e3 --- /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:4082cc466a1258674cb2638545742641344e99f747aab08aafc9be26e638f763 +size 6844169 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..f13244ef26e27b9de239dd9fecd19fa695c3ced9 --- /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:cdc96eb8c10cbd408ca6d3d4dea92666c21c42e9c60b5c25370cce01bb168b0d +size 6754035 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..2754a4244421776a113397201df1c9aa4a4191e6 --- /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:8da1ecf53822f15b144db0ab48bcd556f94e07c994bce88b29748710d111846a +size 6550725 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..740c475d71a2dddc6e8a0b8f2da6d204939b109d --- /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:5d547a226e78453d85fd3350010c8f4d35cd2621838734fc2b7fa26e8054ec7e +size 6853232 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..43e083c245e62e3718420a5f5f630507d37bc92d --- /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:04205550ee16f2287d04b9b2de65f51f17ee6f9df13c4d42dc8348ceddff3f9f +size 6606614 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..8c23a765686b1f9b5f5101ba17a6fccae3f3f740 --- /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:42b0522257a4172e5f231cd861fa02ff586b3c4e3d19beaba86d5ccf274e250c +size 7013268 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..2af545f792f95854c8ae8897c5f41bdc36991201 --- /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:f626971783a9ed82450c871e14833060e940569d304f573ed7e847a01624c33c +size 6669115 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..954dd02d5156b176de79f81aaf7edc52333ed7e1 --- /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:5c5368b3c39cbe7e90440c54e06c88317e83eabbffbea2bb46627233803217a1 +size 6739118 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..b6fd0d381896da9dbeebb1c01219d60a73e6c52e --- /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:e614cb4568edc46cdc4067dc141d4c170aafb182ecdb7afc37222ba357eab1ad +size 6744123 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..01ff133fe7dd741ef1bbb3a47c3793c653df1691 --- /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:43e0c4cae905ace7fb4c2c89619f74b8ee705b1d56338af45f10e51e8f50ce3a +size 6593809 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..2baeb604d3d19d4c2ce98fce9834840364b251d9 --- /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:7de1bb5aedca3197850dec09229a8851972952ee9425ac1713c2f2bc23887787 +size 6469437 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..ba983925a9097979da0b0331c0d12282868ff3ba --- /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:8841547064938c353f7f9255345f3bc3a74d5fb9bf16278ad74a14f053902754 +size 6577148 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..4a752297b8db8e3aacfb2741eb2ad94e7b52d8d3 --- /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:fcfcf484b86406e3e76fe1095d8035337f9f94864c746ce91b87e6914c16988c +size 6289043 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..837eac0c5edbdde7bfe581e03f8c7a536c987f4f --- /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:2914f7f3c813ee083f0da66f7339a5d8ccf4b5c5b936f0b529bdab111cae132c +size 6376866 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..c4996ccdd529f1d0b23300f0f40c6a6c4a906f88 --- /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:ec842d8275003357805dd9f8b4346791de1e179ceaf20f7918caf768edd39f7d +size 7131035 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..e17e179fd993463746728fc964047ad381d1d78f --- /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:ab0b5d52336ee844aabcef0f236e2e07b9a804e6f9e424f9e57d1c9f1b27861b +size 7213227 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..a7304abaa6a400a71599a8c8e167e73ba5222fb9 --- /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:6614bdacb2090e4df6c8173bc3dbfc3387132728f106f0464e43161dbb109be3 +size 7153490 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..94ddf16e0193cf93896a3701fa1780dfed6f336a --- /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:893aa3ab8f373194eb64a7c43edb053c84b3a61a0503c608b83d26572a2fc611 +size 7428812 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..bc34986a932cc09f31051015b9174dfa4f55ff52 --- /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:ab521ac022d636c0170789782b2865e90d8b56261dd26b69a823868aefce325e +size 6595237 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..cb5ab681802651006c1b10e1c59d18a8fcd4bd21 --- /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:16298dc95a258b76079b8ae3cd4707a8fd3cd727eccb4da7586c7336d1584539 +size 6373749 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..fa40efc8f3637931c3907109cfd8c424664beabb --- /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:9f5e1b655ff4215bc05271f06aa6e9c5ac0d9a88c3acf39bd151d9df5b27740a +size 6022983 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..01e524599c18ee7046ab1141588b0ec9102e74aa --- /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:52748160efc4985b9377cb7549d4bf007bb043bad8d01ab96aee7557f1f83ca2 +size 6794173 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..2162bd421d04748236aca2e8938485ba9eb0bdd6 --- /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:e798df9be196fb0038c912fbcff06f7d2e0cc66a98fcd40dd9c5f0802913d732 +size 6309221 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..8a987d483397ba1e11caeb15804301ff0dba7457 --- /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:afdfdc3b133dc3d3c626144a43d43a2f5fd5611d43b82179d36e556523205836 +size 5912090 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..a131eb516c3f153faf6970118e638e13b44f0f3e --- /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:09a3736561a072f2d12ebcaca5ff860bd94462e8ebd6c3af55694d186284b0fd +size 5738808 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..9faa2f86518283a95fea6b5b7f085138d86a6d56 --- /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:6ba809307d5780d1430804664702248cb31cd8d6c8d28c59e802b1ea78d5ab4a +size 6620049 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..c9f372dd9893d4b09b404604460626ed56268646 --- /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:09555962da7681de59d0550a69d5de973d49515065505bfb933a6a4e900d8c43 +size 7114766 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..e869c27ed636704dc07ad0a9feb790d822d2ed2b --- /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:1873b1781a6dec9d54c8eff6d385fe7783d5aebc29f8181b90ad46660f27575f +size 7139149 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..8e42008017ad1b843e75113ee21af105066ad431 --- /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:127df0fed1fc77b591d7efdab4f90590dc7a2f5d1e179dd8f28de29456b03a8d +size 6791659 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..5d043293ed7aa43a36e291a86ddd5e255a094ff9 --- /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:db9391eac307f06f9ddf3c2da20e82d774cb5693062d3788652d2b216c3c17e8 +size 6882625 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..020e6d06a417885e7b4c765aa0b081919b8c1fac --- /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:51b7470833c4e07b6fd250cac1ed7ea2b355891b711ac1af8558a3bfb11bf270 +size 6513861 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..db27dcc7d1777e33a809ceb1f5e49e034a0b2565 --- /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:b8284e4cf758295dc78c457702133b4b7a06d5517701c4d1c4e948653a3215c2 +size 6751479 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..12432d31d5e8559633cf67b9656f9f112dd5d7c3 --- /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:ac1d58d049a3d6ede7b4090a092baf67e12cab5345f7be4b6e41020d40bfa377 +size 6580515 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..4881574a71bae8348acd9280dcf8951c9bf9366d --- /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:5870007b92c455333e1fc38bdcdda979c07cbe1e413e3bac1bf7634d87a949dc +size 6593732 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..10c50e2cc84483020927f603538ecb7cc4c24bda --- /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:2ef6b73bcb54de17fdcaa6aac521fda642d6785621454d1fdddc8e640d5a0664 +size 6917184 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..415fd44ce6f50c61c0dabeee9b99acea2104e4cd --- /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:b895b73a8c63910fc18c1cdb5b96c3f796efbeda1e6a2964ecacd127112a0f82 +size 7220264 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..13fd5652e8cc95ccff390928e6cc19c5a6c433ae --- /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:681ae3934671b36a5390027a759eb3dc5c297461680e3801f366020f8a1dc218 +size 5129907 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..19994c4155d3afe44fb9379360f9b5d238b98b43 --- /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:af73bb6d419b6744b4fe1f32240fed24582e0766c43e8e08bdc91d909dd694ce +size 6469720 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..7396daa669d9124c4b3a43e8b9627bf8155133c5 --- /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:94df1cb2e51a24d9552a87ec89e3261b8d99197414382e6342a6727ed30456ae +size 6489349 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..771e9865985da438e8c23e83d6944bcf4e5231b2 --- /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:035bc3c4a8bcf6feb3382a8dcd4653dfbf9d89531158b198f0850781565160b0 +size 5961911 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..4e396740c7d93d08e86cda43c3e616ba484b9860 --- /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:7eadd4fc0f69f1db229f2b6816bbceafc2fdc4a2a65fd9c1950343926ecea176 +size 6648748 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..0e81a67b7557e5a40e8060e580930d55363e9827 --- /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:8cdbe1b8517a9d18dde227237d0c8e637cb656360279cb7ffa775e24e415ebd5 +size 5724694 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..0de3195cb3ad25b695649269386beb431f2440ab --- /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:6ce4050791e428de3c2b431a0e3945638fc8624e7f73ab465f95d8588d70488c +size 6861016 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..9fa9871579fcf1fae7dcdaa8ad054c8df0725750 --- /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:497661bc1bdb2ed90f823c13a150812c5e3f7b0925eee8f3623c73652cb78248 +size 6492693 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..693d82ddcc0943a38f170fe833152a2c079135ee --- /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:1f1cab03ff26072127e8b5a0fc6bed3c784fce0df6a119eb4db7cb9bf269c53e +size 6147803 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..46d3d9f2bea59976b9e2487b4205a483041c58c9 --- /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:9cc04267f9fcb57e2a105757f6a7e1c6f1b8e6daff7b587ace580fa1d50ad636 +size 7031436 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..ba62e75b559b0881fb36e44a7aef67009369295c --- /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:11a2a4aad83f8acb29a7567a1eda79648afd211c09159f377623a2e65494b7a5 +size 6315953 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..52c09c06a8dd650e00f264f7301acefbbef81132 --- /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:74e6ec45fa0baca96e5eb476b5632c268f1a1780c3ff4626c546a6454d03995f +size 6515317 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..ac9253bbd2d6a0579361e8cb16646b37fb1a2bac --- /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:24ed6936ad6881d6ce638a3bb8cc22357f9f3a51dfab8e6f64404ff48139d864 +size 6211432 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..14b2b3249ebd5327515101e5bc9679c701b5381a --- /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:670e7e6433a23ac22c82650c692b0a11a4f16f72c0cfc872067919ff14361cf1 +size 6391983 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..3dcadfe0cfe7fa5dc552574339e9e44c41b0a148 --- /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:432c51e8781fe32c14ea4049c488721407f3d141cb4b16443a27382f4237b980 +size 6592997 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..c4b8a9a28481735757c119e4c9e2e2770e92a011 --- /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:fcf9f8e0b9a92f83e3ff752aa23b4fe29b688f1bbe56bc26a608ee4c7389461d +size 7074291 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..69863a6e7f9ce706afb65fb8dd91e0d501e00353 --- /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:d6b963eec86cc9855695440c836db5078cc01f9b96da4ea2a74a8f40b10fc3ae +size 6141708 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..343aa1a962f914dd81aa9ddc9b3b77f075f1943a --- /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:696268b0cce4a1cac5aa57fca44deaa8b089298f7c4dcae8ab26517a7c948f1b +size 6813608 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..fae7bef8bc5bd32403950553ea8f8f2cec34270f --- /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:46b1cc6a9e15feb220651b8e86580fc4ddb86777b0b1e321331745f8c08bfc8e +size 6728456 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..a07b0e625d818df439424ad4a802a496c3d00820 --- /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:3f428d85ef5a3ad8d6fe5392e88977ba8b39ffb5e8ba34a427d223c445456495 +size 6574270 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..45dd2f2bbf6ff824a46d67521ecd663d3a2f4dcf --- /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:c28e22ed8bf75bf7c0a86cb8e7099820a1bf4587c2bbcd4585fbdc3e07855862 +size 6331065 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..afb6d58b230d5e45b892b76dbec218787309b585 --- /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:d5e13078bf28b71aa3ebd9524770984b5c622ce98797981946ffefab4c1d7953 +size 6510880 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..5a2eb444874d42e1e29a1bfac76dc2eb6010b2b2 --- /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:6a4f97c8682bb0830e0b9496773129dc7b93d5e0fe870bd14a34080713fc895d +size 6015999 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..e0b0c4bcb45117c0a197cf914661923c4a7c3c76 --- /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:2874e985dbd7ca4063779ecaa8589526cfd705f8badce7035eb8948d1b102a66 +size 6148683 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..3d7a10125bf01ec53e3cb1420937d58311b2e346 --- /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:a4c3d466a27258b38400ad399ab0d252304da0454b6fbf59298599a37336915b +size 6474669 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..58f93929f43deeb3b618eecad207858d743b8e3b --- /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:c8900f253a08eaf534ad5f3e719b61321c1a1b9f62c86004b0c572521a98d51a +size 6509924 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..21b3750593ad4391313ff79822e2c2093b5c978b --- /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:5bd4dfca83f39b0929a82acd06a6ca708b28ef324b4436a1cd123125a8ab2be5 +size 6698118 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..f1e0ad83b43cc25d80f13bb73219dbbd28ac021b --- /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:6af8fb9b5395377d5f84d86c1e12674383d0e3341b85f5e476676912ea680e80 +size 6713009 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..03430b83ac0474e8f4568d222d57d4614b60c687 --- /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:c0cd3d70a0f2ef07dd213fb30e4a0a2cfdd7f4c98d1be7caf66a13546e408fbb +size 7527801 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..b70c00e3e3753ca069c0d455882f14e57810390e --- /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:d31ae457d5fd1d8a976121366b9249038e10ed2b88fce6f3cb119f0a0d1273a4 +size 6688375 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..e52a4fb32d93678db7c7641469e2de5b73bdbfca --- /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:e1baf576121385b2be01b0807575a2fe4d742548d341e45ac2a020b89d4998c1 +size 6936770 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..a7e2b5b712d27fd984826f8f9d755bfe03377cb8 --- /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:16cb60cf581975aa939b04a048e30ee0d461e8331c4f283e0a6b2f7326a44456 +size 6191663 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..28336029d3742c7a17cd0434b85758be5d176eda --- /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:426d2cd2b74fbb53d6188ba4ac57f15ca87d4f44735d1f09103d0608cfd917b1 +size 6883114 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..07dfbcb590a5e1d779aa99154453db632276d842 --- /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:e146223adbaecdf1c0da62d487dec5e5ddc8e82715eac2fb6f69ce5b3e34d1af +size 6437357 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..bf50dba6d264a1ddbc4cc28a53b6d7d99657d27f --- /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:f636159f8d0de6d82d4ffaf96497207d63748a1ee8bd97df85f5ff93f3c21b6a +size 6256782 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..c19e2b860c6c58cdc471464d3f0b5a2722052331 --- /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:cc9ce2aacff38b57c14e821970adf056d96ffd2b197a72188b4b37b5414a26bc +size 6213140 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..a579234e626f664d5b9f11e5731d6f43b2d1b3c0 --- /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:3b8bbc6d51f578345723700d199e6d45a7f87ba431cb3a2acf6b395d4cea3a98 +size 6214039 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..3e4a32464bdc738042a908e66fac8a0dbdde523b --- /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:044acdca0255063c23e7a394e2cb6fc2ab86c9cd84792398475b6c0f11673e51 +size 5230143 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..b7fac3d26ebf13dd1d1764e26f97201770768f4c --- /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:41a42b6e3821281c09e47fe944fd65d3c6572fa1645b3b6ce5b036f905ec4aa7 +size 5697361 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..292392b71ffff4f532254fbdb3abe52227c6fd4f --- /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:5e273bf050034625f3758bb95590479ec0120134a36cc90f1c00f80808bd5ff3 +size 5603300 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..e4bb92570b791d284eed615b1855f195ff514ac4 --- /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:bf1e9a534fb60fbdc3af8f278faef67e15b87148917d9299ef767124e9570f56 +size 5816764 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..8f166d1d4b1b8f7e53ff55f765ad5a6269022c06 --- /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:7e78bc808399f0a2de2ec8f39fcb3219614cd0e02fdc6d38f649e662c425b9b0 +size 5430088 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..42260e62a42f7cd0689460f63e1b6c2395af169b --- /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:828ee54a74e425f4b03fdef2be30ec1bac04cb496026b909606189a2165b5fbf +size 5674859 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..ad7159eac78220c69fadb42ca6b3bc34cafcff52 --- /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:9c6214cfe89ca7ad5da590fe8f72d970b826700b8429d198e52315c07e8439e9 +size 5742044 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..fe70fa1116b25439e9e2b7bceb8a643727d2b5a4 --- /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:ed0f524aaafd6a80dfbe31f4b617380b66f1184db4e9298402bd194ea4a94b38 +size 5505491 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..67af1038e7480c839b51c37fc14cc3a3fbc5cf77 --- /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:c587c9db67040d82256fc9daa84952e51a3c6419ec9c0bb0395f30a9b39f2a02 +size 6205154 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..1bf894b9c45c645a55ce358d2d67219d1974f96e --- /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:d120ba3776ccf7894064262df2dff3063c206b45eb1173eaef313ef8e6f60879 +size 6417699 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..9b340a4af3f7479dc2685e45eb1b3912c3799819 --- /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:6f87fc6575baaf45a31e4f0f5786992acf26ffe50b4cc3aa63ed00dcd4effb88 +size 6426946 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..c1edba8f2b3691d23d6ff90ed942f9f41e55a052 --- /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:a171d4c4103863a0dbb1b083ecfbb207945764b3a84b073589c39c06917458ad +size 5641883 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..1ae8d783adc267aababbea75f0bf620609356668 --- /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:0f9afe2a3c4d7eae97fb6af89cc19e5c95a356d173891f3d56c0c287b8a8d4d0 +size 5773716 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..292a2c1d7a98f49132a31ec1f5e5ebe431169a5f --- /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:cfb27f13b2c7847aef7a27d38791b5251ed0eb21e3c2c849a40db52f516fe13a +size 5900032 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..708659e43ecccd7ee5cce5d3d40e1a663fd793d2 --- /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:575e0977e39219019ac1f477d299c36b48c17a674d290f34365b87b4ed387ff8 +size 5712120 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..1da0fc76e46117d8f37a4119e9eb4ee91ee52d07 --- /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:9e99e14fafb065651a307929ec667eae3312b87421caf74c3bfae01df0c43a96 +size 5923744 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..ae12d97517e2ce344a8c7a4926dc08749507eb68 --- /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:feeba7d355e60f9ca93b65959fc4617c7e6b0f2970ff1a298437361ebdfbd711 +size 6033749 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..ff743d420ec9029aecae4d9950e026d80337569d --- /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:d69d676b153bc430eae0a939c76752611bcacdc92d7d608a4f7889fa5bc06bf1 +size 6305417 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..f93aff69eab049b842b87f4222da9d1cbf655b0a --- /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:0f6881156d322799673b1c3e5045ccf292de07a223d7b26de778ece34bb47d12 +size 6012272 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..23e2da5177d098cf91592cd9d5f1898a5700dc0d --- /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:c2bc095b3dbdc1f4b0ee21bcb4a259e942fe27129e2bfd5b9f4ccea445b5315a +size 6620767 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..91b58c80a056a997fe1cbe56531e028fe69b8049 --- /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:0e0e75f0950ab636ab9e938776cf4d118103d754e3127b7804ce24df858a7b63 +size 5524796 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..46c5323def537665509ad9453bd518bfe0632b49 --- /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:2bd6e5347c7dd2c18debfdae1363c986d2ae24fa7a4ce6b3e43c8051fd0b17ac +size 5894216 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..987a71d398973d52829bb7af69f195f521792d29 --- /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:674e240f02debaf982e8e00a4e7939014d2fe1835a355305767737d6e062fcea +size 5864665 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..db99879ce7d08e033d5558053d58b5e26f2b6ac6 --- /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:84fbef110530fad6a5fec64c834373ad68a50eaf60d0ec9e2f0139b360f30af5 +size 6268049 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..ee106d2eabc40b404ff77a4f27b847441f951198 --- /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:f4badebcd8dac54a98f057ca49b3183f2f9d31894106c6889c41b46c5645892a +size 5438194 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..a3782cfdc7f0568d503ed393392045a8e9dd48af --- /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:781843ab85e2b0fb5f898280653ae1ac26467d0fb183aec2f85ca82c25281664 +size 5735969 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..70ddcb90b95b62a01faeda3dc4a7e22db516d9fb --- /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:99d960ed43e3f79806429d8c5e729094ed20bfca8ee0e106ad76023a6a488ec6 +size 5669975 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..f657ad551e686298490de7996b67e3136ea313cb --- /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:39dd53bf0e4f35cb988f76c53343c26c6561397026eae17f146cc854237a0539 +size 5264443 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..878808a32a11d08d83510e05b3607fba4d436cae --- /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:9ef8afa417d5548b378fd1068d28e35ea7ff8807710269e11d9b420101d8bf82 +size 5190908 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..aada46b5add8d771151eeacd81d4dd69eba23f15 --- /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:c81b7378130e5b68d5eb71faa5b7e78a2b77fbaff4d16ac414c97bb405f7e443 +size 5315860 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..4501fa02620e75779fdb0474c894640945f5a995 --- /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:137a134bf6c56328351a1e89439dc50a4ce21667c8efb1a8473d73cd20063ae5 +size 5687529 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..88c9d50949086d1f9c8449fa8232008beb87d984 --- /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:717cfe00c193965d4fb93bb3cb6ef10aaced9e0a6261816e53ddc8448cb40cff +size 6011627 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..6d4d3d79b89fdc412281c38f5150057ccd2dd3e1 --- /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:ac2d1e8caaff1df33b6e2de9a2a81e2fd1cc4f92172c98d47f001303a20cc93e +size 5754684 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..9f2f33a96489056cb01f25451643592feaa5aa48 --- /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:5bbdb99002d697b6b91420975095fb4d3023012f366a061fb65aeb88253f40ca +size 6400590 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..a4fb4418822e15e837068c07ec95ede5579facd2 --- /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:d62e93760b471a855dfc2efdd68787b780522d345b4282e8917573f2f0c0763f +size 5636443 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..528a31a85cd7147ba3775f6aff54be0bc1c865db --- /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:61109790e78febecf8585bf097b21cf69e8c80253ba1ffdc232d55f652ad4b29 +size 5664229 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..5e63857df2999c535edee8d8dc9bcb22dad22722 --- /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:671b4ee66659679103aa7f4879922eafb6bb00d8258cf51c19185e5e887ac950 +size 5934921 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..92dd6d282ab87fa9f352bbacb05453d0c672cf37 --- /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:5806d9971270b8c3f462ff9d275c9ec98e1a1cbe6dd59f4359800956bd843b13 +size 5861711 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..0648a5093bcb3750ab7f441be4de82d3dda26758 --- /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:fb8a8d6886ce295737dbfb484187bc06876777b8e82f8c1dbff48c3b3ddc207f +size 6906898 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..7f49d60ade4a51d68812630255cf2d9753e4f84e --- /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:89f7face9cbd4640ad8d6c04bbbdac80b8fb66fcef211f633bd28a37234477bb +size 5730519 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..4c1b4805031fc7092b412adac8196317ca82aaab --- /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:559334b0c0537922c2f0f5d8330b19d320452d74ef4440b65f38359991ace2b8 +size 6309240 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..0fbb7d644af90f6651bcb9b8b2b7a1ba0838603d --- /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:76938fc41b30e65009db86153b11ba3a68bf7214f9f2ad99634590bd133097b4 +size 5811031 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..54b98e23433fb2ebc75851544180837ffb54a17e --- /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:e9cf47aff2e12b769ae7200d6c1f7bd0f6b14a66d5652c4bc64b66a7598f80e1 +size 6186010 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..22d9885400246ec619a3937515dc715b9ce0f9b3 --- /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:5c895ec946eac6897af0f1b0e91d3f96faec3546aeb4fb055be9676eda1b7f0b +size 5158163 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..51fec52069d728d64b4d0ae82148b5fa56e1e352 --- /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:a0d2a2298ec58f9bde09819b4b5109876a5df98fcd89c4e507aafdcd07dd17a7 +size 5088161 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..0f5f3e5a398d3de0dad82a3d2c67b71fedcd7fe4 --- /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:759e1128cbac3499b9d36e3f35f0c908a304abdf7111bf8fb4c7690a9c923649 +size 4604026 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..897a16873526bfaafe5015ca97c2852838e5f0ee --- /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:916e0e126e631b1034b3417a98c14b995f495959b0a33ced4a015d4059349bc9 +size 4690754 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..74016637f001e0b9566b4efba24524a24a31feff --- /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:bd437939d7911adbe51b962168c46afaede6a7cb81cd45b1df2699a9d8936fbe +size 5571722 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..42793e117d8f612d596a12603076329a7756ae99 --- /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:458af06699419293f330b755e6be6402734a5b3d508439f976a330c130fecd90 +size 5440705 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..029c752408af2373fe25de85170c79a5fabb47f5 --- /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:22d09d329413620c8123653c192743c74ec4938f5a753a10e190bcf75eb31b52 +size 5151769 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..05ee560e1aad45d83377917af3e93638ce3cb65e --- /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:1f90378b85d310ecbec5fe2dc87faeb9b3a499489ef63ab11850fe0a7b016eb9 +size 5854640 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..a694591a6034b1eee04b2ffa45da669254750248 --- /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:474dc296e2b296651fae037ab2372f8609f5c1c9f173bb99a7c901bea6555656 +size 5257343 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..2980077ab127d23aa0e4216152637dff895f1c3d --- /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:9149dce801d2387766f614b2f21c7873c1c29e1cf10958e1361195f9495499b1 +size 5082832 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..a79073696b656dbe29b9c2797921f81d69055b15 --- /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:7413f6ed0dc4a6cde277c469d9dd0601851d332e114e38027ac9da97ffbdafa4 +size 5631737 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..b1bc75f44240600c970f306b5fba1ef1ad76a736 --- /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:9dbae99237319482429f9b71246911ae5996cfc0f25b0b7c0f1ac6cc41e0a649 +size 5191640 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..22f7d93e6a1a4df0f99a9b745387165a4ab84d01 --- /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:9ed20c538dd7f88f4ac89666061f7be40cd10b653e565900645431f9539854d3 +size 5371063 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..2fdbfd9a85ec1e1f2642d0e08733d5cca200a6a5 --- /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:df789e15223082385b25112032a853b37aca59765083399d81ec7a6d242ec896 +size 5528970 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..b443b173d41fdc72a315e11f36f17a8302a47400 --- /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:da12ea5e79f937d0d4a0515b716f32fa43b200a1a2bec3816686e6bbbde6e9c7 +size 4982129 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..3e2b460f0a4fc58edded8c7de6007635311c00ab --- /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:079c80e5b4969a6a915a674e9d955b5b77ff495194af9071b3a88418ab5b66e0 +size 5194246 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..a46920ae0b1524eab5e9c2f18e24e70548a13942 --- /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:8f0f43d9813257ecc4f134b9863e6c07bef441cd07b6e77fa5e5b453e372cda5 +size 5273949 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..03af54af9d19cbe5df8bd7154902e6c543914945 --- /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:0356b8c57fbdcf11bd0db7ea2b5f44cc6c6e01c4a9609e49fae7163e5c1cdedb +size 5288158 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..64b00a4548c9527d48dd997220029c5bd2fb6f84 --- /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:8e4faa69bb19374a415e3fc4e3e402f1e22256297a600e323cce85d27db014c2 +size 5679447 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..34251d974f4a4207094f14961fe58abc25d07113 --- /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:8de6718ed4cff9d1357de91069fbeb1ed0f28282db7dcf860e0766f234aa9e21 +size 6200107 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..4807dd8780a1050b76c5a6329edb1679b58c1c62 --- /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:b359a13d74a50e449c21a84d4acc641d3d361f83e9a27a64d4bd3d782d734061 +size 5601300 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..7beebae0b33da1360a39ffe3814d7b6ceb7f6120 --- /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:46347cae70f8a5c0f38d2de759cd867f410dbdd2ba2d82e2e51b532796e7bfee +size 5368191 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..1e190935071ced9f52d55f93c5dd1fe49ee95284 --- /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:ad09d98279e7c3e0ef11bd8a793589b7518bdbf3bdd8e99589172bd638748d15 +size 5686443 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..2db4a6e7c4218c58a753e85de1e7a9d895452061 --- /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:a1c72bcd698fd7bda3f5d8a89d1faff228401635ec1736acce35a67e954e975e +size 5971002 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..9e58d7b4bf507d8f24ac1134ee5ca9207419c24a --- /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:32f9d4778eddf5c88abe9aa9cad1f5a7c3b43c01dbef895254e202fe23923fe6 +size 5072026 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..7ac93a9aca39713d017652ab7f3c3b41249f422b --- /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:cc66b643291265940f01d4bc7b41b6babb4f088321a60a030de75b22fe5fc37d +size 6144931 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..e3da17c4cf03c219bb87ed73ab37e8045bf3c49d --- /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:1a2dda246c1a89732d0ee08d62ab36cc897efcac2dec7820c3cd1cb32ae56ae0 +size 5735087 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..cffc9aafd07a035337fd5f9b5ff6ee1ff0fd917d --- /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:ab6971a30ae2116654a1037887036922822bc906ca9410ce4df2d22d087a2882 +size 5357133 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..3c5c52a9c55e4ad6951985162468d00c5917708c --- /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:9b5f9f194857861207eb62b0cfda22086837690e2eec1971be0f9d78ac0b5494 +size 5403080 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..1da27825eca4cc031fe145fa935de8c8a712169a --- /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:13cb3813998dc4aa766809ff7be14d599cd2cfb6a35c9fbfe98a5626235455cd +size 4974189 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..c240faca47d88ab4cce47fc30b8ade9fba7e4f81 --- /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:a891f6b033651c23dc19d7ac51825f3bb062b5033cefbf3fe288dd55c41202b0 +size 4979683 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..29ffc40f52f9f5ac1d097cb830d8bf072a2a7516 --- /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:bc56ae6c00f0bfe55bb173980ff42d1b08200305ecd636bf4691f759b4be386f +size 4979774 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..de0ee9a2356839e878576d5d9fee21a719f53041 --- /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:5d4416665d00549ea56b02e8548d2192ace355135ee24aab13cb31767234529b +size 5558604 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..17db14b9a08207494d8ddea4d50d11f59d90dc93 --- /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:53aaae003da3127e9f8800cbf7b7d6438deca50485e9adf2a54047f49831bfd5 +size 5246182 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..1843e825e94adf739061b641499d30c4fcd4f761 --- /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:3421c25fe8a0def49ba82a89de33eeea5874089d15cc7f4a835faa8ae9b56edd +size 4622431 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..fe1386a993bac950b5d7a64aa6fc95e1b2e86255 --- /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:9f75d034591ef654505e6e9e9a85ebf7e5f98de1b2f11b7c283a51f20dd4f4a4 +size 6779284 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..f8dd2fa15946be2352975c8d0eb33e6658911093 --- /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:2d90c2fb93c17490d059eba972cd8faf6f2c1011219d978c50b38ca260004c19 +size 5508112 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..9a3f4285a6dd4d439a347a9a711c9fff2ac71927 --- /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:24b39347873e74b3030eb82abcb426f9fb7ede90715c535103ebdb0499f006e0 +size 5609594 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..ccde43052f46848a3f9cdda25e611fd88e32392f --- /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:7c54ac456d51da7b0315d3453bc0e5fd3dc1812793619f9e144f26c96c2ff87b +size 5920063 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..7c4fcbb63322baa260e527f6314b21b7cb3e1788 --- /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:984735325ea300f97a006c9d0f02d17df93ac5812f1f62bfdc925a6f54870714 +size 6085201 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..96b79c84ad5fcd97094eebab07c94c61b98ae2f1 --- /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:e7741079925362ff2f75a98aebba4d66df3c4cb72d50951293914f82d2f7ccba +size 5569856 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..07f105c8fe3d1c45bc00362481cfb1f38f782476 --- /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:800d04dad9367cc0abd7f8430ffae8602ef2ba7ae9bbcee673a33f80c60cce67 +size 6326893 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..049352efdf82b2ba78ab3512c30097546287eab0 --- /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:d1d6da4e71ba21173dd6388e4d35927037875267f1a2c5b398846f8839cc9c90 +size 6565446 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..f217385ee22b4936d039ae9575686476628b9fba --- /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:4fc76ccff1ae8db508c45957c0e144b16c9e307c1999ed213263aa452013a288 +size 6300632 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..6b927fb2ee064d288a1548b4de34a7364de13f62 --- /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:daf43f2bcac515512926bf22b26325044ad5cd35de4d5cd9330f424b789e76bf +size 4616594 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..88c9df0a182f77052341a01a5ad7015bd404bb5d --- /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:d73f22336fc0c29ed45f67d716b7052283d3eb3d625b62f3522936d2732942fa +size 5651836 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..6f1f528a820e7bd0187e401501a3d93bbf640b09 --- /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:13a090083e3e55d82e923e0b7da3b1676a6e7adc23401b82398167fa81090abf +size 5386089 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..c078c4b2f4ffb217fb87e1840ac80565961e392f --- /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:28b5be44f086f258172a19ba91cc2720dbc42719fee28fe440ca2a5f87d05f6c +size 5937033 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..5e86edb57ed52f0477443bfd89644c9415a78125 --- /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:7a4ebac853559bb68a4027b47f57497fa8e8f517b639d948f98a6ce822411872 +size 5520953 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..467bd8fbf477f1b9404aff93c0e86a17e6cf4741 --- /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:890b6b6b687d3c009de37a9672eebbf77bd26f49ce504e5c5bf4f3ba8093f699 +size 6049232 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..7abccd68766bf55c4f97427e207e9ff278f6dd25 --- /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:af397527f3017e10744028fc946037491934f1e9acff4b2f2dbce358b2a7bdce +size 5430075 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..b88c4c5b4cffde2b0e25ae0aeb56b3fe04503d5e --- /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:cc7de470b93ba3d085c4e6c741990abc1cdc75d6c7a8f74c11749f3e0c06e7ce +size 5403581 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..51f90afdb1bb52d99113a1dfbbd358fca83d3bee --- /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:de5806a688d1e46fb0347a92b30e42dd288274cf0f1875f5dc58a90de2688192 +size 5070774 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..3505e801b0d703ea9470b480472f3cd3611f3065 --- /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:752ac8a18466f3478a3cff3eb294ef75e25dc545de1f2741ce2d3d887641a37a +size 5508505 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..31a43657ae8aba3d65b7945fc14575993888928f --- /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:b822b730d785a59b8a7bb9666a8ad83343a92b60729e8633653279da076361d9 +size 5668836 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..8a512c40c2a92ef960be9017b8cb47fd317c945c --- /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:85945d7cbea88e78b67d9386b3b5ba6701408812ba8278c373c40fd10d85227d +size 6534035 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..56c14daa8e40fb4242e3f87aaece6b0dfe366283 --- /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:24b4b415e0d327dc5e8aa4eee7acf4fa5f0b4e41ed999b1d5eb42fa71a681cf7 +size 5685287 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..6dfb28b4be46a5474e0531be8af0bd5cbcfaa4f0 --- /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:d24f1aa3d8a6a9e036f097de4bc6b2eeba70364bb67a8a525f61e289a2091baa +size 5397402 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..dcc8180832aadabcc309dc0b5e53433377b3653f --- /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:d01da74dfc0c9915b6816bc4f544a1beeae3450e7097ea147291efcbc890bffc +size 5547947 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..e39bc696960d8f0a24a4ea11992f82672e07cb09 --- /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:3d99182a9a14a04130d200fa9cb1eae276d38e93a6ba8087523a95618e4d5e75 +size 5511030 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..b078f0731213b76136ced6e17d4a1c9c71243ee8 --- /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:35800a721c669a244351d070d37db02c5470ebc8b1f974624937572d8cf2939c +size 5636599 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..2caad46ebf068e2eae49da0aeab28f5115894f53 --- /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:0ac1ede49c01aea7481afcb92e574136ac14b8bba70fa4e645936443d978b90b +size 5471617 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..97771dc17e63820abc07197a9a6e091a6bf1adc1 --- /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:3b0a194c26f6a1bb369478e992bc56e9ea20dbc3f56b9543d1c24c26b83cd128 +size 5632413 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..e107ffdbe315a4e61a949efc6acd6df3a0f55be7 --- /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:9f69e0eb7b7b17dc616370c256016cd9441b78829ffa8ec92e8b479aa7bb8a80 +size 5724208 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..7d58fe5dd02ffc020303ae02eb57cfcd05bed2f9 --- /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:1122882c7ea4e0df533635f0923b08461fee77c519604cbb094fb99ebb5f418f +size 6016588 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..88e3f55efa69af6aa7007879f5bf7c63301310db --- /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:f257d3d36a1252d1e94797afc1978334f79e1802e086e507b588c01f9f1eba40 +size 5874015 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..a067f6fd7e11e10ef30872523a7366fc102d6b5d --- /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:d4fee7268d2ca195bd48097772eb0d1d30cb3efd0295e629f1ff538ab68f4890 +size 5769164 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..5bef2d1bd3a96226aa9c9f31c8a5eedb870e5916 --- /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:be3734b1f5eb256f36a636347202971878ec93250c04287cbf06dfd473c4bbf0 +size 5600345 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..815f62a4b53e5fe65c90700bb95a57a2adfb03ad --- /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:d92f4e9e4d6208b6e161b70f23f5e2caf53381a15c102587ff6cc723f501f8d2 +size 5430396 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..41a5ca0cc055fa183bff02c8bb5ddd511e0d72f0 --- /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:35f7cc632c49526b7018488011774f0cc92b6714ec13809b3b24e6c8a2d0d2e5 +size 5257711 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..b10537e94e56d131b9369559b58af5e28701291f --- /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:330db59087131906ffdd015919276e8d646648531e8c5e1237155fe27f6701c3 +size 5274543 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..271a9ede900afd504141c5415892821ad7e985bf --- /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:a926a182f98a09c421893ca29ead25c54d4bd91cef3bf3a5dc8fc85afeadf3cd +size 5094928 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..f2274c8830550af5570cc61b544ea0928dab1016 --- /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:9df17c874e0109917d85471f2590f7a5bd359cef26e8acf56da9c1eca9550fb0 +size 5323959 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..258a83be5327f31a5581693d4bc303c3e19b97f3 --- /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:291f96ffc788822595b4f7d8242e46f01094908ea92f2d47507fd22a4fc46b1f +size 5151193 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..10200094d0be6eedbc8195ff269aa93167b84179 --- /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:dc3ee7ae0d6ccb63831cef94b56bc520e75dd08964bfa3ab67b69df36aa6bdb8 +size 7113065 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..438d43120ca1946bf7454be0608869759531bf07 --- /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:de8a91ec3c815ac97bd6d09544843c4e766b98c66bef663ce23f7d47003f143d +size 6924534 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..26bd45ba26d441d96d69ec5350e78378eb01826e --- /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:7d3ecea1b64659fdbd2d73f212bb1da9f9d6023f45a285872f95dc906044fbe3 +size 7232143 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..e5d4e7f6640b46779ee99f5b21639ce29e19edf0 --- /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:fdccab3d73512050d4e75c9b7a29410e168be1de292f203a4f737ae5f5fad626 +size 7165540 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..4ea5be0f6c351136b7224d131403342327149c2f --- /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:5a0ebef825d215446b1648b6c2a28e72b28ea47f81b51a45a8d78ff0efaad33b +size 6323646 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..5ba6fcc943913687042fd60963ddedbae72c318c --- /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:7098209f5c54d27f9984e8d7fb72cf9d2bae814acdbbef27e52218e11451465b +size 6310004 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..53ff5d2f843dbe9e810ecf59265f54f7ea6f9ff6 --- /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:1f7e4d8dda210920578c6c0a26edeb91236db154fe17d8b4c20c796f32aa2d5b +size 6146595 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..0fcc6c932968e085cfeb5efa45ed030a94353597 --- /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:22870adb4781d6d10832d5718e3702f98d19c6de3f9ece544d7d754b3a8873e8 +size 6467180 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..501a99437736eb561c4e26138d206225d4bc3317 --- /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:787d7ae51197e354cd64000fb77498492c70fbf0562e404954a0e2ecff1e306e +size 5882110 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..bcc993d86a679dab1a2b78eb056c7a78ced8f6ec --- /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:de862d7a83bca25b6d6082cc0085d475eceba8f6d5c33708f9ec90e91e7cdcdb +size 6730583 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..2970bcd97d652442d177f0b6b15827c7ee7f85d0 --- /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:9061fc8354d78f3fa26d3c10fa0b25a69918789a827643577261884794fd7b48 +size 6633437 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..1a31b8333779326edec3c9edef848f6ac049665c --- /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:17e233fd57e74aaa591cd8c1d2853073c44c2cc80205cb1564d71dee5ee6b7d9 +size 6246442 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..948bcc65aefdf94a747d166c92009197be135e49 --- /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:2d195d8a4238b9f0f7820e0e8e03528771d7056da0e9fe8de8ee3985e317d8d9 +size 6308789 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..6bea1f44ce3fc870b224919b28bb4ad9596d37c5 --- /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:27a7494ed44c3f378aeffaf5cd82b5e3fb2bc3f1d3691d1dfe06b48fac451c0f +size 6145845 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..33aa0e65208da1a425628cb02562170e9b03965e --- /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:2eaa6585651f7a52680864abc635df1c6e298c7ed2a0a86a83af4bfb25fe59e7 +size 5458124 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..3b6ee8e92d44dd9e755ef120371f01b69402bfcb --- /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:7a2362eeae4d94f9bacdbb0c53dda29d0b3378f06c15a784b067a0b98b7f78cc +size 5502243 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..c7a220f9422eae51675230de6004fec91273e4a5 --- /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:f120fa3a7a627ccf13af926080c136a39335ace4bc0bde7e51d09da47e4d1cf1 +size 5138519 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..047365973cf153170c6c574614661ca21c3dc04d --- /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:eb8ead7c5bdb40cf20e83dc4e847f43fab3046689cbbd8348106e4bb9c7868db +size 7270219 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..4a9d007b1e9c1fc40d2c2c5e31842ca85b943f9f --- /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:363f8dd4835d8edbc2a304d5b84c141685d340e02c30c6f58b06b66902ed6c26 +size 4765086 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..d6f478cd6b27fbf5c940491515d13bd708e712b1 --- /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:0f58836dbf59ef68882a6e64cfd079a50552856d9a7904aacfd03607cb3229f3 +size 5019277 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..341672871b77cbbfbc7d093e8969b8f1d36a1f5d --- /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:9cccab1b9c60c8e4fe0c9e5b525351dc34b006dad2fbf9c8332fb9bfb74ad563 +size 4986029 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..0b465c67c2a4fda06803a5914e9f395185ec4e74 --- /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:10b6468f982d3dfb5f9728b089b560db9cc24f4678562864fd80221ccbf5f3eb +size 4314421 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..17af66752ab25833aff0ec82b49e7a05e641dac0 --- /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:66404871d496aad24fdaf5f38d8dcf32b073f70c006f0ffeac47d10b1928f46d +size 4546802 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..bbe8324687f287b13cb31a71eb148e5336988d96 --- /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:c26f38be97c8bcf4cee40e0b62ee98224265f0934c01a80ebd448b2524a2b815 +size 4861477 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..00b85c8ba2428b8d7a7950bb041ea8a338900668 --- /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:2becf8f7b4c580fe2651b0ba9ff97b22b15e2ac3682c40acfbee37489af98dc1 +size 4909167 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..c64b2257447bdff333ca01a2670b1f77c6eede9a --- /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:065540f96f5d34b36fd8a2b2399c30eee739b48644d9284081556377604c6c43 +size 6201145 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..2610da0046cddf89f5c31166940c861ba3ddebc3 --- /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:c56697557bdd2b92fe42c0a2b9166e88ce0637746e41211479384527d582cce4 +size 4910277 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..171a9a77a6f8a1e222b44f7d7f21efe09f9154a3 --- /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:9f19c32545407034f33c23571d3a32bae366c8b9576f36d4a224deaad95d1842 +size 4767768 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..4134390296cffbc5e69d0559e487af3e9b6ee7e2 --- /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:db70b25d7746860f955532c83fb80f7a5bfd4888b2e805ac42902a83124bd2ef +size 4976479 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..55e4f34fc7f5a6feb3565c99a6bd45604276c39e --- /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:edad2981573af14cbb1dfdacc87cb8b7dbf89c1d51d42bf8d48f9f8da1ff7ab6 +size 5235411 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..01dfc33c124f2da82bf30820d21a8fe54d20adbf --- /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:1dde42f4ce7fd81b297c22b267570547324547dc984322a3b5d5a9ce0e7b34b2 +size 5184718 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..f81a826d70cbe6f12e2b5e4f27b9fb96b6b065b4 --- /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:d07f90a7e8b5f18d093b837196837b4ea4ad1b4664ce651d99ff8efe6dd210e2 +size 5013471 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..c0fbd39fcf76343fd82469620a846d81857f069e --- /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:558546a153a460123255ae17bc1d25871cea9cb69aaf47c3be38139e111b7d7f +size 4872512 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..058c7664a6c7c08355cc6456df315cdab9e37d9c --- /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:fba78c0b8168fc782a5a3c20f695b70983a4f60c24ee6071f6529d8e3113eb97 +size 5141416 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..913956f63f7e6869cc9c448d7fbe1c3fbbff0fad --- /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:ce2b0b1c58aa3f7826e30be03974de97c6b5ea7be0c0d7890648409885c877e7 +size 4369277 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..c37b75f318ae6f42ceb55c60580b498f15759b19 --- /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:13654bc78631164343f051568b3f91bdbdab7b3363571c2ba191a17ad6ada5b7 +size 4051870 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..fa0fd2fc7d5dc4ea456abcccf2f3be2cbee97355 --- /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:de048eb482d38daf2a8884b390b3bd00e9a3edb9c8f36afee8dcc332b5f5a156 +size 4820662 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..714d388afd93e4b48000d43b6c2e24b6eba45899 --- /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:e1733ce36ae6a8e9b7cbffbe382a10d180e909533598d3ba1a59e6012a67298e +size 5102209 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..8bd7d33f01e91b589d3b506a6ab6e462c436dd91 --- /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:49c7a4bc4e5ad75c381ac546c7dd2cad34de06aacdc06eb0b40a17d84e7b1379 +size 4962556 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..b7a3f8accc17660342194dc4af067cc6a89e411a --- /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:38c3c404d841830e561894a140d895916c3be3d9c633588ae4a6e5604ce5bc1b +size 4908950 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..252b45e32abf95e1280d4c9ee6e60dec48ed9f25 --- /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:2068a1615ccd3ff559b6605bd18caee2b6625f15c8a192883bb136c6f09da9e0 +size 4683879 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..8aaad4b8db7d732ff5a43ee8c0ceb64b8c3e8a36 --- /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:142ee3135616907ce9837e2e6363dca982f0b5f3b469b85b82f86cf6f68f00de +size 4308708 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..a5effcbab519e5635620ad3432845853c2798528 --- /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:0bb7afedaa4e6b9fce5d147680bc5f49ef497b9da139f2857b6d4f455bbf7fd0 +size 4977211 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..f525e3b71bb38ce2d71d67717f0c4beed98f6b8b --- /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:3c72dc9385ae4794fd47069641487c02e105072b93ad42a46ad00221cf2039cd +size 5089421 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..8c690e8c098afe10a278347b79b97a9bdd9cd430 --- /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:c8770bcc22489bb4a7be8fca85d7aaaea6e0fbd87c9348be86cb5a7be1f79214 +size 4791929 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..ab7ef9c6f983abf326d2ac6700df3a8dae3474e7 --- /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:f458fe0eb61dbd8809913de90d43c8e4dbbd6c03f60e1c279891526d5f5c5b86 +size 4877999 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..934940a7a72b834173dec6f581cbee15ace49298 --- /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:cf4518e05376da8511ff40252b375db73b9b30a197f9d28caa68ad6fbe9d266e +size 4996023 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..79d8cf6b114b2de5ec3175c0c0ae078602cebd16 --- /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:c9893f8ffda6d30255c7ccc8f79b9c6ce226b7a7f623c932377d4efab1ec4ccf +size 5175938 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..1137df5755e77b79ddf7f71c56c0f568074cfed7 --- /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:1d93a4b62c6ddb84cd3ecf855ebef010a33fbe51a280808a54f55b0471006968 +size 4823599 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..2a3319ee79b95597539bf35d930e5222a3f7b170 --- /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:6e4ca1b2c6a904f2e5770ae67bba416421dbef79eb070de123de809587e699d6 +size 5345090 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..0242dedb7e99844052ce85c09d53222df524a9bc --- /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:5ee94d8b41c9076d71fe52ca14298b5b3c444a175a4479342251daa54d2b2ee6 +size 5670743 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..fa6ee84721a5d4f6f5531ee7cf02d6672a27186c --- /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:362ba5838e9b82a6287e720ef83147aa616af44c4922b92d72e5af455c21446c +size 4976691 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..85ee586cfc6a2a7710e61b60db02c33eca678e0e --- /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:2f536c576700b352d0a77001a8816e3b1013365617b13d40a701a6e97eb3f266 +size 4999436 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..0b40165966e6a8fd22ac24e85e3b09f9ae11d35b --- /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:b365266ce40e5122af95d72453a33f82d83f06bc5d261dd82db239caa1337075 +size 5610512 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..19c363ca45a173bf092e7b9f3a79c8c65b87208f --- /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:461d5dca6a6cae1aa8422ab4a4731fe838493304f458e851b952d0de475d3de8 +size 4780810 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..d70fe1a4c8d4db4e390692016bafe74809414980 --- /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:0bd74a12af15c1b6747b5e91bafd16785652b7fffafd1b6f1d0f9a337202f532 +size 4592086 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..8833bc6a077498514dd55106c5da936515a32f7e --- /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:665361cc106bf4a2aaa6cd24b6c074a1d09ac93c6807b67a44213f380df5ab72 +size 5066154 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..ee34e4f8d6f39bd1398fb70699208873aa3ba125 --- /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:8d1432ad90a372f506cf831d88198e8de63a4d317f5a457ee3c35b6f798d03be +size 5221390 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..a0d641759ed07b36502717f93e7ae343deb55ba1 --- /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:21cce3584bab34ad68ac6d5153c60b26e39280350b986ad17733b16f8a55e196 +size 5019996 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..be05da0cb1896a3573acfacf9a3f3fa5a27e90de --- /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:3375b6da5ba667d95b7eab258a847e243e845370c4cbd045539386f58679e455 +size 5394970 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..d03d3cea1f5d9f9d2264b072922740beea2411e0 --- /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:ed8e527265d5de695c74e74a7938090204e4908e3f364dac07f32d7b43cf6815 +size 5209168 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..c7cc1e650b1d841af3ba979272147dc055752c6c --- /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:33d07d8d061d4f9feef042365adeff80098458cee4e4414e60991d4958dc27fb +size 4609538 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..aa89cd95807df52d4dfaa5abba81a2567797b984 --- /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:d499ab6de9e7968f7703499af42c4db943304753e0663c39f56a1b8aa2072781 +size 4578984 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..87ef75d8bb038e4684a9dc43e7724e4808bf72b0 --- /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:0dff3d84f9a45ad1a408983bf7023f295f59af7121bd6144a2c070beae3c21a4 +size 4186329 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..21c1600f3f4b2996059841c799f98428a5e6d187 --- /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:19d3e7a2cdeda02fde22359dda7d20b5a874a0ad49c7bbc276c55c1e4470a990 +size 5770221 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..1f76ebc1d307a85549aff3ea75bb5ab9386cbfaa --- /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:79c709aa2fa80f344a5f05300480e629f33616e6bbd8b052dfe9b0f5236ab169 +size 5446602 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..f5cf6b9921cca0914993678ea233d6c53773cb08 --- /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:6cf97e96b475cc717683f0530fe1d28a75b1dc4d700ab5f71c6764d27d660189 +size 5321509 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..3a0dc601f42d341c7f25feb6ef733017a6b6a102 --- /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:ff17794bd1793fc2bb5298a6dd52182dcb5636c76a9d571388c7de7438a9296e +size 5959234 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..0055fe1547ed2b073d8050c28c66e0ca30e190b7 --- /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:4b8d013e785f17a49189e53d594423c4908e267948e268f624463819f565f554 +size 5262559 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..57a5e4f794d24969e5e55910449317c99227f7e8 --- /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:cfa81cc53ff7211232ed3e432728ec2874a847491556fd3e404bf9800c182591 +size 5046214 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..adee9c0e9f253e74704ba6dd50162e1e0494a555 --- /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:6e2ca21e0025d18209b9a49da0547e71c37c744cdc3d07e93aa46b2f9053d890 +size 5563419 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..0a7013f4247380cd9d0c346de6d2df32aa257f7d --- /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:7362a19972d038cb5d8585cdaf9022edc93a50baded081667347bfff4877572f +size 5248965 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..cf44e8181a2ce77b52b31657594d896d0ad136ee --- /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:b1d5d34d3152aeac8bfbc909ad69a93c39e2353b3348be228f993ba288f6378c +size 5769686 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..762a038d1f19d95951bc1656c2a59f345087e528 --- /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:e90688ac2e0adde6356eaae8db21a1cf13b2652cf002cd6b69206930bb2d049b +size 5486825 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..3ff35af09599dc3a5206a3959b14570e65e68d98 --- /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:12168972144f4fa665534d6ee9a94eb0774f015ef52978fae239d51a00ccb824 +size 5882048 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..826afc60996647b19c59be16afe3a2ad97881bae --- /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:7a9aa31bdc87e221704cbbc9b9bb892090180f201748833c415576ea920ea8db +size 5400565 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..6371ecf6c55f34dac9c100cfd1b3c37b382fd7d4 --- /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:ade109fb4b54512534049dbed86fbc0c6c0006e34ba1e1139fdbb7ff769b943e +size 5541833 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..dc353dbdee940ef24420af6ef649ba0b712f5b7d --- /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:30b582fe0e5915e4e41f1636c860d7df8e9dea0005df2362b81d801c96580bca +size 5366704 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..d4774cc89f38c9b5412f4ed68407a39b9271fb65 --- /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:816275b7b8eb4c02c507de9aabe8897881d43d8b83021252941909cbd84ebfed +size 5314284 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..81f0584f1910719a00707f26065e30c25d921ed6 --- /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:0d203295f5324046fa0dbbd04bd8b599d02aa807ecf501819b9ba01c430a8015 +size 6012280 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..ae13e87851dc8f462d9d40c4ed0a173c24285dc3 --- /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:684af066b5208923eba0fa4b70334f70804b5c5a794d5d29832cfe90e45ce177 +size 5414079 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..659cb6c1ce60d16018a108d1a5f87b67fd4b06ca --- /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:50e60b8dfa74a542817ef8dc4b446c559736a836598c190032e54ee8ab313e2e +size 6650158 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..9e4e9706b7168a118fb03568055769d77a7ebc68 --- /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:602dfc441dcbe892b8aee13146665a43086885616036f5bf68c8a3e1ab7f2cdc +size 5898391 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..90b44861ade4126d784e933d45bdeeb7c3121bd8 --- /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:492ee89be5231265ae6a2b0f734ff8b3a34333a10ae4f70325eeb417957fbca4 +size 5389360 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..3f1171ff08414a64ab2ea196bb2fd742b664933b --- /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:d89c10c0fe2c5a6e1e132636deb1a4d2fa70b1c39265905661a64f08d2f5189f +size 5952151 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..2eba54ad0b73b5d7df778b1bce53ca7fbbe3e407 --- /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:dfd57c259f6330cae0a45f62e6e1c6465f7c9b45f47bb64875bacf269dc43a4f +size 5452651 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..3b084d21174773ff124dce3444aae8864477583c --- /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:d1c90df2093827aeb750f0df19425e9fa5e0acc48c472b4fe4766b8df2c4448c +size 5593686 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..d2929b61feca982a6e1989ab31ec412922924777 --- /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:b41cedddc2f230ddf85ef7b8c7c4ffc3de13ff41b100e1d535588f6605366275 +size 5603708 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..5b397ccf0926650bcd01d248d807ab766072487c --- /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:95c5353a135aec70e9a68c6574e626f8e389c8f84c0420ec847bb35683f77009 +size 5897644 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..667cb7194669ea66ae2b05dbc84025bd273ee8f6 --- /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:1148b62d9ff2d1eb711d04ec0b3a58ead7219cb5004ef31161ac7d4d3f05ea49 +size 5302742 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..c0662f34946a6c0c1249b9f1a09fa1513fdf6f65 --- /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:f67029d544fa40cc2f5c1e840fb398844a6ef23e1cf46fb6646d7793c886021c +size 5308167 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..050ab5cbcfacd9591beade3c2941ec219ac47cc7 --- /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:552da916093c9fe538da9c01b8c485729c462cbedecbc5722a35eb16ae169f25 +size 5237529 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..26854727b98f6ad2c92f6ad27e98c67216116638 --- /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:8bbeb80f7fa468b78931491b86aeca4a8d876e0a2e0c56e290481d90df4f8fe6 +size 5769116 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..783ce0da4b3cb18f5cc829aa0e85be5254828487 --- /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:ff20cb9e515e101c5caf2bf8e7164fab162ff3211d5a3e71c511bd67c4cc64d5 +size 4934841 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..649db5f8b284ad567b4e6fd97cb2d2efd390354a --- /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:bf8447641aaba57716cd658c8cc6ed56cedf29c466eeafe5fb5c611b48d8639a +size 5318678 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..4dffb6d05351e1844dfa05c4b186383378e15603 --- /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:815316f4437211ebc0e54da10919f5da9487c3fec58b5eaac3742ef6913a58f8 +size 5458396 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..c0f86869e878486e84f539de39238670ceda9a77 --- /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:d5cfb97bedadbafd02f9bb622786e0b08d9e6452518341c6293107480412cc1d +size 5178313 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..384a38f5dcde0e7c5099d0ef5307ae14e0b290dd --- /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:14fd36604115018eef3cdeb1989a2914d41f26d1548ffb51f5af903f7026be41 +size 5896938 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..563c0048bef8e41868c8b36bffab62d619d9fd18 --- /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:106e0036979eaba87a5dbb78afdcfcd96a15302425eeab2d203fa9f81121376a +size 4978516 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..efa861dbe9d731c043cd2222fa383f6da471a18c --- /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:a3b328af030360334d05ee2e22548ba628081097e65ba741b32ce94d4c50c25c +size 5618191 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..c0a3a260a526f47eabef5c8b398bc01ecfe11b44 --- /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:785ba20f7e41397ea3c10477c2f20f598afe41d2a3eb567044b1620b6b1a8c16 +size 5483034 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..c50de00ea198d49868f302f17d02a7678e3a6c98 --- /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:4c27b191f3ea666e10f76b82089cc5f4e6f9ef9b03230576243a8dc526a498e1 +size 4893628 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..2b08f8e3befa03b4580da7868e8d130662cfc5f9 --- /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:0ffb5b0ec7a036ac1db8627be7b1c08a8b53f220f4620849e6612b125875b99f +size 5438588 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..1a06b0101f677d5fe8d5800a2488e35bd3197826 --- /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:ca94e6febf97b25548d6325c37ce3fbcc72c80c3955ce04f41b06d7fb91e2e4b +size 5350944 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..7ec8107ca8c8cddd7865fa16a99fa55f3b919360 --- /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:dde430c84a16094b4e392a36e21b50a7d8ec29b459b2a78d45fd0af167b14d21 +size 4980067 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..29ca602ebef8856abc3d42e438f416c78ca01e56 --- /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:bfc1a26a894cfc10d1eb2f90751759912b17ec2c1b0d3454e3c46f325850b7dc +size 5560675 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..777dadbf8df00ced40bef6149b6f158fcd33b4b1 --- /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:3eb4797ea043d9a59bedb14e54272ef267a529cc2800828a326bf04d9478009c +size 5249681 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..a67ad6111476b0795b1b36fe854d5137dc18cf01 --- /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:cf8f4d4834925a302ec08b5e74e7dac45077226cf0a2680a36e6ee78c8297534 +size 4964389 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..27d933081b3927943112d870f370027a03351400 --- /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:b1ed85160f475ccc3ade81c11e8dc9e3f65898967292c239c3a24edb913b4227 +size 5246021 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..2d87bbb3c19f7e30bdc4a68f79d2b1a42e2ed589 --- /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:a685fd86c5c123d918a10b2d99540cf20d8c4f1110235c10b64ea8778d882424 +size 5050440 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..715416da60eb4e6c22236f7c5a106ecf94d982ce --- /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:ddec326cc4805c4464289599243b7dcaee849a02e438867a130a4281f8be5e14 +size 4980641 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..fba509f9feddaf92cdf1c7191180ebf7b598a3b1 --- /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:f4ab9234d6f93d86e421b4ce9c9124cff580f418d676a2f2b30123c4091465a2 +size 4977955 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..085485c533bd3754df0a959206e5b23acf29834d --- /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:e63bb571d36fa0ecccaf9a0052212a722d67f970889db6ed79daaaabe2300115 +size 5630163 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..cf055aac431149ce119dc52dba41298c3e287c1d --- /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:bc14e39fbd26b748ce5f1e22a31d2dd93718b44d0cbf56ae8051cb4f0534b21c +size 5483912 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..2f9d90da3c0c5868f7f47adb7e026e2bd568eef6 --- /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:b3484dca40a3888de519231cc3ef7b1af0fd3fd6050ed89f4654431c59c22580 +size 6002017 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..807c193c0d7822e4bb88fadd5b932260159bd336 --- /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:379b0ce715eb750136fb68a344fdefaa69b6275d5dd32a7981da65abaf260acc +size 5539886 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..8723a72642a7357e023c232c7598cf59ae515f8b --- /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:a195cbce043e6b11f6a1865dc3a44a85f97a63da5d59e2aeb3fdb4d10e1af55c +size 6230129 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..d4d0fd8c8ce001cbc33d145fd5edbc0bdb96e6db --- /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:7fe3d6e74b8bf1b66e54b82968197780ba9018435af62ae0c6bd164fa37a598b +size 5568588 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..55577d13892e28d350042682028d4040aec81239 --- /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:7c6040863760ceb2bee1b2178c9f8ae8cc3b563d3d5008e962cd752f66355262 +size 5383686 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..ef473110e4e3fc8fc5b0c1e32f0b758929ffb3c4 --- /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:5505dc70bc0b7aab89d0ee524c85cfcac383d6d63a982c73e6d6848c9dbd2994 +size 6440475 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..8f33dba3a51cc37cd37c2b9fff6507ffc432f891 --- /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:5d7cc52b482ec47fe45b1dafcf65bc50565716a85069e258ca76423f4738b21a +size 6193871 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..d9119480a84a033a474053a259930c1bc5ce40da --- /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:d1407190590c1bd9d1d20187c481007e46105be0063b66738a823d3e60329a88 +size 5326549 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..c29201456e1fcc64bf4235239d33f310f894bd72 --- /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:78439618ae4aa79665ac9e3cc1978e3726e67c5a03a85cfaa9d449a62eec9aef +size 4448478 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..170eec773590df40506b9c2c598d89ab8e9800ce --- /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:6e9ffc4ff2a3cef742791e367ae2a831821d69b29b970fc3586fe3f7c72fb2cb +size 5757331 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..6ee74d07d00520cdcee09dfcc49ddc568b1be889 --- /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:e29ff32ef1b0bf20d78b56d9707bf4be78230b0b04dd24bdd6fa2a74107f8bf6 +size 5318495 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..08c44f98a9eb5c8be83606a463891b85e50f4b18 --- /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:13a11fb4a8b416dad9ea9af3084cac6a024f8320b3aa8d98f8e05d7ab9418d53 +size 4638933 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..e81163a1079878e4c164f252638401c6f71e934f --- /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:7367108c4763f66b923a28ed29211a1f3f92907da0951a3952684560198ab235 +size 5326209 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..46712dabf854829d0bc25e7e6bad95161c889c61 --- /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:29a102f8fffcf7a3244e3a81a889c18a1c1c05b2e474e32d572e5569eede418a +size 5262164 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..da4a118c77458564a433cb233f2d784878323848 --- /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:165266036ea8b7e9d1383ced29ac7b5eaefadeb348ad7da6c0f1e3a3814f85dd +size 4934000 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..c8c65ffa05955aceef750cfad7e95866aa4972ca --- /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:3e8932cb83b157866776084518db784ef1c9d615f77fbc238b4c7f0a797d70d3 +size 5531449 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..fae30e508d0b10fcdd708b7252f9bdc7b2582447 --- /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:f2c606be20bd456bf2627e4f854a3b6741e4c1a384d6c75a96417f324b617e5e +size 5496518 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..a206f45e4929a5e8ac3c6d24d26c00e39b0895eb --- /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:278eed5e7eb215e5d4f2015d3eafac4bb8d2a2daadd16d022885c34a44d7125d +size 4861324 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..cdba68b1acb449406f078958e1d521d221a40858 --- /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:54348d8667b5d067339f70865b2cc611280f111cdc5442de4f18a04eb808c97e +size 5161266 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..47c6679d09f54efa13cb30be0eb7a35af4fc7edc --- /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:250040bd2766d9307520ec3da35d57805d9d8d5e63b52f730e2a327628d72223 +size 5735330 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..7d8bafdba1c39b7516b504ae042760376ed3a3ac --- /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:b61e87ae8d278668c68a02eca20b7c46fa6d0322a41c389bb0e837e005af4766 +size 5634888 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..8640658b6a77e2947c90b0ebc83561c5c797bd23 --- /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:95bdf0b86e8bf63818c3a15a15d7b4dcb0f69b6753ea53244518a144f25722d3 +size 5191686 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..98d71005d92f093b5fb92f7a995d80ba355a7858 --- /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:cf4412f497084910a6a8d0c4bb9ceeee8b4e6b73e1da852d01865e9b4e393618 +size 5920741 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..f25412a1ae14cb9a25527538028e721906dc3fc0 --- /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:5fdb76aa58023fd286eaf80087eb2ce0d940ebb99d795430a3ad35ff71a14a93 +size 4760776 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..c1c1265f2dc4474bfc88d02f02a9c0f4ceae687d --- /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:b3e82b211ccc3907bde233a21fdf6179323a6658e114278d8d647e9acec4606a +size 5209375 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..4c8ff66e589caadac964a93c62f0901cec56bbec --- /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:85254b218d99a1a34c5ec6fd33b30610c3060ced711aceb8a6159b31a24bdeeb +size 5783491 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..385df07e75fae51f5819ce54a9229354fb8ce84a --- /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:df7b64821410d3062bf568bb3ae5475d41b3e9db52b68ce385b380ed70429160 +size 5749887 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..a6adb5a05f98721f3d67ba8833bfc2f268738a67 --- /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:4fb59ae105cdbd86ca4f05ca96c7f494441d4b8d736ea26ce1a16d7c0a23d377 +size 5612765 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..4d9d4ca19b51c3630886aee6d7f09ac1b96251fe --- /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:7461ce635cd0a4215d6826d3a695d458bf6355427958f831892a95addd0439b0 +size 5086894 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..fb5a39096a769e9f9c8d4c2f54d4419423642edc --- /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:ac753b1bb244803d64182a2403a83bbbbc37bd50ca34b6fb3df6fd4537f4eddb +size 5895934 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..fb136da357b0dc041cb7190aa276c0110c7b1b71 --- /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:d4f4789add2bd8ef82afce4f2acb860c4ebaef37659213b83476ec5f29fb8d58 +size 5435701 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..dd0a291e65da13cbdb74ea0c21c4c512026b2dc8 --- /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:441a7075e373523039820ff950e331d6eb8c408abc0d5796ab1a677cd5879ff3 +size 5319807 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..036f7d16ecea726d9c9117f792d389d53a624eae --- /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:e6dafc5b625b14966b2e826b2058d7470862ad8c8a983133936800d026175581 +size 5219649 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..c854f109a9a433f8b7d908d01bc0dc9e00673153 --- /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:069c7f2121c1b7711ed8665787ab281553013cb13efdc1a79c6d3d4e221813b4 +size 5318516 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..df3270478963e48bc0b96b9ccc46a5f419c65356 --- /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:5957340ef3169c61d081d46e5e29a778f562bf39db9591463ebd152b6e533a12 +size 5280324 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..df7748836a2ac5ee9d39c9d255a6cd841c121fc1 --- /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:650a12e7c1f438b4835e305f007d54842bd6330433c8c204de55c5c613aca9bf +size 5295510 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..8ca992be8bbbe3c47d36f5f3a93c532489abd2d1 --- /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:fa4ee247e0686d7d8e5b8afb2fa2dea6012bdcd516cecec203d58ba622c7a43e +size 5176241 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..b5caefa7f7b2977606e224098d0179ef8b65597b --- /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:c3e21add008da3f0d25ee74fe0664f7a15430b3ab2b9eebae69da6663f2437f4 +size 5033064 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..4d8adfb19bdced3f807b6f2d79fa31adefb2686a --- /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:c640f162b7f0e729ff36bbc550381a400f306e596be607129384c4cb1142cb45 +size 5432949 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..d086e995d0e0a60e63e2a030a2bd8244db833a0c --- /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:e141dca63b75e66ff47e1da4ea0dafe16124d09f5acd40489c0e54e4ac1e5e32 +size 5209520 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..dea190f1f747fdbc4021971612f605ac0d854258 --- /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:75abeaffb4a2a40d3755d40daf2c73c10083dad6c825a9ff8eb460b0978d907f +size 5566651 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..433707ebae5ba0300c5e0960921c98c2cab6933a --- /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:37694329b762eedfe6832830bf1d56cee4802592d041c8774afa4d7a6e934c0b +size 5745046 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..a4bd99817968eb14827fb191f5870887cf5d7998 --- /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:89e1eb6a612633a15a5022ac9939c3d7a4bfa16824426f36021f5a24075a168b +size 5360827 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..62da3c8288549b76cb7ce4ba1d15e6abd46e7e50 --- /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:30e688f5e8db51e88ac524eaedc7f9e8923c056fead94423b307b87e6fa7d97a +size 5099961 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..6d8d8ea34437621c891a46d7eb7c7948d56496d3 --- /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:197345664ac227dc0ef7d263dae5dac2593dc4828d763303bc07948ec309b180 +size 5475879 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..7cfea0ec0947ac32ddfe8d378c72896f1dd1a9a7 --- /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:9effbafd5702c56c7c1a59c5a6262e4057a53cddf1c7f78bb6fc4b0b6afcd7e7 +size 6370316 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..51ba29416dba463a8cd3b4dd8731d7a71b122463 --- /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:d7fffd9fd7a7032b47d91a9157e069904d2b8cb1416035e3f5317f825e57f15e +size 5166728 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..73c039df7ba3ea348230640aa1e785d5cc29c9c9 --- /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:5f5d4152f8f8e0a7248e1a5ce1d506b22a3b21887d03792d6df0f08f542b4a64 +size 5687303 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..36e05aa145a6eafe0975db0f7579cb6b5b5fc86d --- /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:4e4dc58b5f668da06d6b1d173667395b889fea6f4f169cd450a7a9fb55671038 +size 5372997 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..e21727d936109f59d1c9bdfa8404345971ba056b --- /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:0df256c975b2c04d7282be95cc2e7e8b7a1601963028074d17e35dd061928ff4 +size 5248286 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..ca94aec78484b16387bac368e9f7ed46b75b0723 --- /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:1523db0d1e80ad73231fcac5e60896557a8c8f683d89de807396ae450b6efc53 +size 5286264 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..2c51a480d0d7963f81a50a6a6c315d7578762354 --- /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:25aa99c670e62a4d7c5456946a9c90bd4f9ebc69b803f240951152819725b736 +size 5632215 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..c6c10e9c0bc4f8dc0162d79931c5e71796ce2538 --- /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:8091789bebac8806908e4b3db33a6af319900b659ba873360466479492fdad49 +size 5110379 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..d39b783482d93a982bc45fd3a5cc6e3439e2511e --- /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:fe29888fc49b0fa33bb6905429f4db726a7d7c147be29874b7f84bc7d18c238f +size 5459512 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..4619009d9eb35d14fb3a8ab419278725a1e13113 --- /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:0fb9a085799b8f67d1bf49265b72843530444326f1b8de951e56ff6d87ffb5d8 +size 5037736 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..c2df688514493fffa4ed437319d329a27a99896d --- /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:940f9b081e52f573b1345c4bfff2613d540790b24f85dd52fa3b28e2fc034019 +size 5155469 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..5496cb689e4a35abdb85b5d3128afda320961a9e --- /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:ddd7bfae2c080ba8b13db75dd6c322f6332ab39da5c59a7e866b9c1f39c7ed5f +size 5730065 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..77e3e064f7badb6b466f40f781de45038be7000f --- /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:a61f4156e032e7765718a0875263db681d5f5c508ee1cf9aa0c6d34d8fe4f403 +size 5744301 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..e37659804582a12471d18ea5c1aa58f0d2df576e --- /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:2136de72bd0582d4aaef63aaba03a6cbef8ff74210c8568a71a4279d64a186b5 +size 5033996 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..1dd6c5528d638c0cf46e28d689a0ccdd0a97da18 --- /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:72e55e145180cc9c015ce2fa48941e47d61872123b25dc7428809c22e761e9b4 +size 5224714 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..16d87ff9497f9c6c39c7543253f1eb99ac142315 --- /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:6d3174d32c262aca1b47b19508442030e1271b2ffc125d2e418e96fb762169fe +size 5273189 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..d1b7d9a02b449c4fee9681dce8dbc1a1be302e2f --- /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:0023b547ddf1dc47df151eb4f1efa6069f6e6c9bee9938f20cfb20bd4d6c0207 +size 5274078 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..b1c56684dd70bf0c9df426be4b3c5c0e5e03e1e5 --- /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:56a96e4aa965692ab0380c408a9c5caa4a2a437a570d77b03ebf438d20daeea9 +size 5447541 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..92a324dbad42d65f73795edaa6141ec8249234cb --- /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:7f7f87bd286b2e3f4bebe8975d1484ca223a32dc81740b1f9c34990cc285b731 +size 5661920 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..c952e3062fe8cad9dfd8878b6d304168817ed778 --- /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:b9d8649f405f4efb05df223beb3c2ba322cae62d0e6ff4e9f892ac58687e65d8 +size 5521998 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..30a8047bbc024a6bfe6df12d07e49292c6db1f56 --- /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:2d8d5c368b4d4eae9d9b8dca7373b7cdbaef72a5cbe279833038ac3a3046366a +size 5264790 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..fcba68c26db0111f4d2aac42780b07d94170a5ee --- /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:7a3dc05aaf52296a31c8edc4452ffda53071077407f84a7f39d449a55c7b66f5 +size 5304449 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..2f163c223009fa18b4687b92c411f41fff43fe50 --- /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:a42d9771168380c3dca5c7fd3d50a17ed0fa81e6e9c98b14258d6bca4c0a73c3 +size 5241556 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..ac58efbb12a4c2c4a43a5eab896e113ca3f8f7a6 --- /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:2319519bdac6f71c86a9f20575658029e138bd4b6ff6b792a19eaef24da49e58 +size 5267096 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..e209917373eff98dc4ecdc374b6b78995eddd886 --- /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:8ad429115bc62b6bba0f5dfc839684467422fbc0b02ee7378090863e86ee6fac +size 5880534 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..2a3e10a89680438fb0346bf78df3cc8cf4740b4a --- /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:d343754b2b877b5ec5c1d82bce50c410949b3f4ac7b1f0b68df74dca03598036 +size 5310217 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..8dd660f3ec212eb9b83e9b3e51216b16b21015c9 --- /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:27a1f4465ac3984df30d28b95c3c0fde89f0163e6959c2946cfae5a816b1c18c +size 5449605 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..ae56e6bf8c72252988187988b7151955d53b7746 --- /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:36228ae9b8eda5aef11edbccf217c9a9aaa2623ab06f0cfd082cb4a167f272de +size 5232160 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..020e2d833fdabee74d69ce89891cbcdbdc758465 --- /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:df2c51b7dde7c5a0c7f41c6a9b3be2139cba8c42543b0eae8a5b3487f7d83a8e +size 5402339 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..d8de7a31e522829779eb75ed47cd029e8b776c3b --- /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:297ce6a132325654d5af253cc10ef7aafdb9fb684dc273706c9b2f3125174781 +size 5600916 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..e85887e1b43071866ad11bc8af84082c36ac9cfe --- /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:c984571f60a9ba047a633111132f6c7fb2fdd55e46b0f81c3b93ad7b728ab911 +size 5147946 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..63ae89d96f72b3bb61b5209b5eb4626372988096 --- /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:96898a87fd739b324d4361e66cba2018cffdaf0eef545d17cfe0bd884daeb9ef +size 5542675 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..1a5ac5794d3927dba276d473a667d342f6276730 --- /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:5e0cb68885c18a48886fa7a0a1dfbf3acd93a9a4151a0d38409b465af51739ac +size 5514092 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..b66972bde8208ed2528a40ee4111f16597cf5521 --- /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:003c4d30e5d5b02578e692008f3ef61dd7783889234c29c319809e51cf59cf19 +size 5551530 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..48d2fcc476e9305b0d2290af1469d438fa95e4ba --- /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:ad1239ab8040fafae2ee1f8fe42eb4bca99d76160aa724a2ee1cb988a0f18fdd +size 5523333 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..a73408fda08e858b7d6444f8c2fd052931203b82 --- /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:bd3939c828688c38c4c8c43e4818ab16e5bf97785b044036b133b28f002f0297 +size 5256557 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..5641dfa4ea6762e34388897b87df490dd0e0096f --- /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:2aa3599bab8ebd01f7c5669bb91f6135a6619546483be235b4c740e04bb4fe90 +size 5286262 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..a789783c4a27572c357ba0b7a6bc6228bd05385d --- /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:1de084d8fe509ab22656fb8e7edda4bbd0c6ee86da39fa76647a2f21a4c2fe2b +size 5069503 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..dbc6bb739844582f26f285b8c2e660f254330a68 --- /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:dd224df4b72735eb05e87592ff412f6dd20ce0eb5da30f5a7c710b05b6d8efd9 +size 5124479 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..b4f104af831a111e577e442901d807321ae60b20 --- /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:bfca63702d19b18ebd5c098b1e0ec73783daeb7677e06d0ab1cf5082028b24b3 +size 4941682 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..1d26fe18a9702355fe50b4faba8ad6d381fec5eb --- /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:44f2d68fe78863b6967554ec0c938b5624ac845ca7452554faabcc69de6c15cd +size 6153139 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..df8317836e313f4d037a030779090f5e1ee0cd70 --- /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:31c2bad8c3e6697d63cd85d3a1488931d633c9337de7c5ebc1551979e770e401 +size 6041837 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..7fc531d6379f468e76cc32c90b6d711d1e06a655 --- /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:5031d56632a0b37226945cb0904b0ec2b8cd4938488558284f03bb3f0a89d668 +size 5621778 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..276f41333680f2686522c1e39dbb91cc858bd4bd --- /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:23c94031612df44a489cb42c04a23c1d038b95c4aaa986318b704cd06cac87e1 +size 5742324 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..1c6fccad70fd2e70918684b275f7383d8181a8ee --- /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:63106935a3f1e4a6770da530b1f25f5509ee9f71287c043b7fcb69434f9d3200 +size 5512679 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..4ea4a87f5394f6d462470f2c6dce407f6a16e9fb --- /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:47a26c619ecc23a1eb1fb8a5c7a52937372fba9678824edb5bf9175d3fc0ef31 +size 5936951 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..4dd0c29eed640535b4281803a7fa0c2eeda1f02c --- /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:13507eafa6509eba4d35330014e22ed0273a8281580271ecefdce674bd351f07 +size 5652339 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..454b19ce62ef6cdf8dbfb4e7e20c2f5a77b50386 --- /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:471297e763559c9b7440f60b795f86b8f8a9d60b69fb83f34d9b69e05f7fac04 +size 5613401 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..e98a187f5bf4422ef43ef823e8c57621e47c4ed2 --- /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:7c6c9e5d39a91e16fdf41115430d924d75de6338892ca777699d96ebe1abd43f +size 6329525 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..e6693a6ba42000ad4486267863c05d62ea1697e4 --- /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:8375d38e0b44948e724fd0f133c3a76f1a9d26cb4ed7cc70d38adbada664ecec +size 5447225 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..f253bce7dc8a4561e349df49ac3d7615c7c2cf66 --- /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:da99ca17586e2fe675eb1e99c67040e3b3e0371d4a3128da708e2ac259f9e7b7 +size 5694567 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..3f663f17a80f8410e1fb14c7181a1658c5db7a8a --- /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:1ccde4e9d4446cdb8d7898625dcd832110c3b63efe272399fdd1120e95e90d09 +size 5580098 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..6823ca549a12c3a2dacfbb27dee7cf27edf4dc47 --- /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:e7721a84813ee23e5f7d40a80b502a5f70de6568ed5d1af97195d1935bbd9388 +size 5453983 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..08f361f1ad635cbbda7f69924a63b5c4237c8959 --- /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:89c7be064e0067a785150bd66665b3050b5788eccabadba26602e8ae04efb08c +size 5417046 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..0356952ff779e25c7ded6c08feb18b9e274d29bd --- /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:c39ca0f297857f1395c978fe67b0fc71a361ab6f1bc36e63dd32f8638541f34b +size 5531609 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..5037f6d0513c10f031b7b78cf4e8afb506401b36 --- /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:af242830a1ff14e82bda57f1a60e057b79af6c00cc7d32cf1c40525540896cb5 +size 5406204 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..b827bb4f23577c2ba56d4a05ad0353816361d89c --- /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:fed6e470cf81be76977793d2e2cbea37f169e1537483e96f7e30a130d48a8489 +size 5393352 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..ffc9072886ad199f46e44413c0b4845fa8172840 --- /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:9feed36228379b54d6e8e40e83a33ac4ed2199eca998034c9270638b0f832e89 +size 5852592 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..0ada9a7e7def39f6ccde8bdb2059b8e9e52ddf31 --- /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:ec1f39c3408978bf12a849e28b07112241f2725f780dea65c15e73f6f943d853 +size 5511987 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..8fdc0ab1ce4cf503afab7b2cc277d76c635c714f --- /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:a31cbee7cbb484f6f223201f88956f0c6dc0c18c6eb7b509fee687d11727ba58 +size 5242841 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..560690669b136644ac2cdfbf1295dde21baabccb --- /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:9d41abc43ac89306c52db09b38fb66e04746e1d6d827c26c2abf7b7364814d4f +size 5698797 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..b6958f0648420bb9fe002c2ece45b8531424d1b8 --- /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:b2ec907120e926c177143e50a1b76122224e58afb746272c013776f810a31fe6 +size 5301853 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..98e5d5a520fa93567f0ce3d6cf42da0d01ffc11d --- /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:50214b4c57bbd57ae5b4dc28e7c12e9b4005dc60a0e7cac76bdaca8f4abdd0a4 +size 5413781 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..355e045b59d83465f855056b4fdb3c560b02eb59 --- /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:8b1b2be1ca88120db3996a160cacb5c205073906d70296e912aedb01cb80c767 +size 4876641 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..a59a5371a9a9d5852a606f494daaf79ed8093abd --- /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:fc52376d754403d227e827785243739558e289978b8d1b71da3810d0f91f50f9 +size 5667398 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..a3c56d5c06595f4a0ed625a447d64d66d34b472a --- /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:307e8201647e2ddf09cefe0eeaac870310f91ef0cdf55dcd5ad95a4d5ce08c04 +size 5019986 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..78a56be73d42b9d83b7c9c6c80b8b45ed11e44ea --- /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:e33573b6da7e812625252497c2ad31c21377e7eb7fc8666324f2c83b72a0f47b +size 5023666 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..40b1d44c03b6c98717ccaf0e85ac44add9ea584b --- /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:2a14a20d7f14b5514a91ab7b7e56af7a384d637689ee6078cb79d5ec342dd87f +size 4595564 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..851876e7a0b8a0d57aef490626dc44b7c41a9909 --- /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:b8553a4e07f3035a81d79ef1edaa29f86daa29a3944fc0abd62cfa601f1ab5d8 +size 5767350 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..9a53f8ac3c29d4d0af91dd8fd55bae74372d4a46 --- /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:7d604d3a74c81b9472205a6476846b9cc4640f2485824fbbf3977432b3a9fde8 +size 5070737 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..11e1aacedeca9d310f68ff1d6fe5a75d1c4fa6a9 --- /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:fd6f2e65e4f333411906cacc2e4ba67fa66784b2a2876ea0d695071e57cca917 +size 5323894 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..df5427a467fa0dc47c35f49970af2394ff523f10 --- /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:5883a51e4f87e320444ee06f21f4d2263c4ef84459aa9e4eb61a12e93077f947 +size 5467037 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..9c29db259dd33adbb95e6686ebcec41fda7a4619 --- /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:95afd8520026a0224d506f3209030fa4d3f33ac18563b2d327df225576a9f137 +size 5419659 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..b91659a7a959fc590797e6c0cd0a32cc32af4efb --- /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:43fbe356b80913773baf6231759d87b8cd88b0b4c3bd524b36931d7e5c75a6ef +size 5183016 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..0f2a0c1dad8f9f0abab909d1902c7b68db4b0ff5 --- /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:fc81df1d930619569c95a1df078fa42d1c4f1afe3b6e19e0974ac966e1b8908e +size 5617242 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..12726451cc47ed25a83ee6fbba74c7dc98ed1207 --- /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:a21ae0536449c9c0ede47dcfc4342af618c2b2f4282ee76fd856f5f6f60d8237 +size 5355675 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..d3c939f18eecf1f404fe7fcbc4533f1f5e0f1de2 --- /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:5c57aad17ab5937f9b69a66988ee66b052ef97f88aa35bccbd90ffac77d23444 +size 5607161 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..6126652b572b49e9b83447ffe47d669c99e14c1c --- /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:e54bad920f15dfd00e6a0210bc18279f432d45c605cff2c8e93b52c3526c3224 +size 5374741 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..2486ba066c94364546b3057ebd53517accf1e24e --- /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:524f9a74a5243001e0b1ec54241ecda2cbec99c10e4b987f1787985690d03bbf +size 5465444 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..a98c52281b56187e135c6c16b304f480921b9b60 --- /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:1ec4ea62275b8d0b75d0169afe69728ea936c8b47ae88bb45bea63f85a1df547 +size 5388809 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..1d500939f16ba766940705fc157e06755037c1bc --- /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:51c076e200103af75a5b0dd8903d10f8cf68d6f7345a275dde2b67450dcf6020 +size 4952116 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..03b8a926ea8908c959298bea3db7bd8d4e9f424a --- /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:2e2982db6213c5879746d40d0b02f1aca7b0b6dd96083c22f050beadab878fb7 +size 5275482 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..a8f8da08be5e10f1f288a87b6046138dacbc196c --- /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:ca05ec2a03d0a5ae932d70837df814397039287729a03558afe66313e2c6cc4a +size 4742970 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..41cce352f8b14dfbac329c2e9176fd067637e37b --- /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:e4b325dc5a676a377ababb4baa3461cc2804bf02efc88a24704036b64765ce62 +size 5436503 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..b2ec734fb28946a723dfa987086f305f57e492fd --- /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:16e6aef1408185fe23818af59490875886b39079801e45140d677e00d51c896a +size 4834703 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..895b7a37680abec6e861427505ad6fbc527b238f --- /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:55df5fe209a4dae45fe93245667e8a6a109a3d88619ed8aaf7f57dff94e55d52 +size 5363528 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..50e1c3a6f75146e1455a100ecf91eb002b3afae7 --- /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:814ad51cd5c29fc91f5061d89f47644e5e1f34bce7afd6364b4525f9cabc96db +size 5215284 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..476f0e7f99c60f029f221008630d6324d3b75f9c --- /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:f89435193ebf41e49d11fe92f2cc41e71d97898a12570500a5832175edab2048 +size 5100053 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..14bbcba7d8360088c81767010840a7fa95b872ac --- /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:e1d6e7ea8a1d6e2c93af65d24cc030ba10aa37a6e836996c8d6b34c4468ef2fb +size 5461374 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..823733c9f99e131d93d56fa900993d9f9f0f25b9 --- /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:6af8a7cc493d3fb1bab0b585948fab4a52960afe48034d4c183595066557746d +size 5027943 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..69958d5f47d3f4cadc614a50c4d11c8086b82721 --- /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:e7e4a387f99b85550d6dfd753a54bb2c695885b6c1bf10d292be799caa6f65a9 +size 5112506 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..84cdddfdbcfc1132fab5f6d4ad7a1f995b110efa --- /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:558816545a0049a5afcd0449a507d2f79eb4de545b55925a9215985fa6636ea8 +size 4830906 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..b55ea72658de402a65e1d254f011eb067988e2dc --- /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:77985647e1bbb9b19e8300cbffcc9e285d682424454236710285c95225b64d22 +size 4864201 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..6ca36442e665cb678c7a6c2f6b0e675a14b65432 --- /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:51d25f89e8922b6853c4fb20538d11ba86e7de25482f2bfd482ed3f946e4d51c +size 5289158 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..253d3d814f017d77be0b7b9b226f0550536e8278 --- /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:34f775349345866504b0382743947d6a5fd555d704cb5fb32ca04a4005c86650 +size 5419318 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..bc2e4eeffc011674d323b888fef5e1186394d6f0 --- /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:453aa1e4ee313e69d5231df9a414a03c7a0c6c27de5db82ffde515f1627fcb09 +size 5034788 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..d8f87c537987270fffae06fce4b08eda9ad7a49a --- /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:50f4d4e302a0edc1288bb9c2aea27f116467cf3f467ee063ed2477f3e317fd57 +size 5190012 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..1a1ed00e1290b6a31cfb0b6e042503247c65c9ae --- /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:d17afdf2bf40624801343639b36b46d400088c901c30ffff5cfefcf106a68d1b +size 5194931 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..88df4cd16512ecd51d80d5a930c76d802adac7c7 --- /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:095d959074dec6b6042b4cbcd649e3fb2f0b5de3534384b7d2173d69c95514a1 +size 5034895 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..c33c93acc6198dcd7878bc55f7198edb89ce7ffd --- /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:cb4d84f2b820210173da01ea35c8375ad2b83d8037c4c67393e9888c938743ea +size 5232209 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..7082551bee2c6e93bc772a880aa1d5a53b3239b2 --- /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:b7f2f4c67632ef58a8bbd3531d1d84028d902a8a7ccb616e84567ec7afd494c3 +size 5589028 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..be039e07c60372f1148490b1c6a3fd57a5aeeaf6 --- /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:ac242bab170b9c3f42f98d1d4295a09a78154ab4d53a6d51dcd9e3bbf0d150ff +size 4923890 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..938c9971a4ec45aa2dc3db62908492adef98b27e --- /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:61ab7e2b7112f7fdfafa26581f73da21f60ce02a6d9274c9ce0e41eb94b07588 +size 4970059 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..8638e63edd7a2e283f59fd6fe83d0d406ad0331d --- /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:6c6871f6ea7c609e8307b6b1b4712d96c13d66a2142099c92b114adabf2dd444 +size 5366877 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..ba647662994e4b26b6500e8fa6ac77ad484667ab --- /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:1485c731c16efa4ad5084e746ba1b38821f082d02e1b2e55f5de0422e56e8e5f +size 5512592 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..4f05b6fbf80c345e28042f0ed115fae15ca5b27d --- /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:d2573748c32b004d7958fcfc4662aa4899a87407f541eb4ce8c297f7acb8aaff +size 4983508 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..d8c7a21a8684c274be876cc38cb83a96a8bdbee0 --- /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:92bbd4b8481c69dfc5b40c5f7a135781f0456e621616a71805945ed15b2837f3 +size 5230093 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..97c2c131c7d71b58e692529a7c0e2ede13fc7697 --- /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:6bcd4f45e11595efa90ad582e715f93214c74d8f14b7a5aaa4cc37739b4f6cb5 +size 5875515 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..80e71845bc404641c957ddd23c50e5b1b15c5531 --- /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:cfa0a814f2e3753100700382fff1380aebb8ef1746b743e2273ee5d21fd123c1 +size 4952738 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..43155c80e710546147ac3c92027f5f6822024751 --- /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:c2bd7dc9a142df22850f82a5d86468290cfb6bf020960048d6e3f3348c29837a +size 5213607 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..51f1d96925e9c9e1b96ba18197fad2ae024d9a8a --- /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:2bd0da176697a418642dc8ea0a0ddb255a9aa99fccb7d69f434f1f770d23d1cb +size 4433674 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..963d1352540944c663e352c0b75db12e1f61dd13 --- /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:92dbd18314d8f03a2ba25c148008cca1f8a4ec99688335826e687d0a97b22389 +size 4983678 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..4dbd35542c5e5479cceee51bc85bb52a915adf99 --- /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:4cf0e7c7bdf1fe588a56f0c66dbeb0714c539bf912ed91b2b1829317be69549f +size 5291729 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..8190442b06fc115bd79e9afcb76e55658628cf2b --- /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:dfb5227bb4c0a27cddaf1ef7e0cdf90baaf45457d2c580d369b8317abd3f9a01 +size 5060515 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..c863c929376691996b16d01bc82f922eb9d31af5 --- /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:3f4fd17d687d2fdcecd189c79066590646a7121a6e0810ee3d49756cd60c4b24 +size 6481492 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..5e39d621e36b2c1b7d0e884f14333113874e3cc2 --- /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:581e2887ce5552ab6d43dab45f5037aee99863cb102cc8514ee3f72eb5982d1b +size 6556153 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..b30d6614de2cb124081ca3189603d12a819b7fdd --- /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:306657afa22e6ff201f6b2e01a618cb6c5b4b0eeca795c6a2ca1e51c4720186d +size 4807529 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..458fcd29bf581dfb34540f53ccbf00b308139316 --- /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:1d03e6482556db6d6a602686a8faecb937edf3ca4dca69dde1ed110576f2ad2d +size 5501681 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..5d42f080528f925f34b22020cded349e9d4743e3 --- /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:a0efe637d53d47e06f83f09f66e8f40d06addf2e8c58a4b0d7c51fe0774dab74 +size 5530249 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..3d6cc51cc89ac1e27002a7460b2f6ee7321ce5fd --- /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:c60a575e18ca42ddcad1ea81b6853840d7876eae0d345be17611bc7e587e1c15 +size 5778814 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..a6950480f1815f0d60b67e6047ba417d4564b775 --- /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:66cdcf93cabbe0a3b3677f843461793e99bf2bed5e8d4d504a1c8b2d79e95061 +size 5557148 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..3e23a2cb9321f4ec719a3030576ef9ff309e6eb7 --- /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:1cd010b0792dada855b5304e05ed282fc907aa4f07dea7cf514e19144ee52b8f +size 5835464 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..2fd76acea9dd49e85260e0ff72801deb9ed2565c --- /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:b6d593e82845313121ebb7448e12c877aadb26869ba94298904285c251f0be48 +size 5363374 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..62bf36a12af52fb9c8541068535f49a2592cbb12 --- /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:c048a1c97554c4db95d922a6fa02b6c14c7c799fe1b5aebb1c32a82864dba4e8 +size 5494669 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..7454cd0d5bb6aab890d1e95a892040124392eb87 --- /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:f9a0c18e615a5d0d272a3ea095d42135f45b8e35a609965e6fc9fe0663aa6254 +size 6022195 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..42bbcc20e922e39ac45fd63ce83686cdd0f4f33c --- /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:de47d4a3f98684613005663778b0843c85cfe1c5ab2be8002287b3499ccbc919 +size 6480350 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..a66777ab413db03e738ce0dde7722cac0cd9e7cd --- /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:c5cef5ff95aac0aaf1ea651ce2ed82caeb0fba5f32da9770c045557eaa263a5b +size 6378733 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..26b60a614e30952a244a40bf0d6878c91bc4f14f --- /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:79c3cf7ddb48d6260d29c626845bcc1d69702e60f561356d1bfdd44bd8fc63eb +size 5235384 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..9fd1c889e43c6dd74d03d7dd7cd7d05c7f2d46e2 --- /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:2d10e6f32113588aa37606bbe5909626f756d1a8dbbbcf5fdfe32d7dac3aa568 +size 5766906 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..399189e44af7746afa6f0e3e78ea34dda19dbce7 --- /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:73634ae9b562e7d2a608a759e354261d1ecab6a8373d6670e2b37458a5ca5660 +size 5779428 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..a20d3d23f544201346d56560692e456e0855bbf7 --- /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:dd3466c24c967fa94c9f2ec264cae4f214d31dfde12351738a10333cd8af43ad +size 5822329 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..b85e0827fe8e536ffe9d62abf1b8280fd6b2ba42 --- /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:c9190a73f7194cdd512c223593420906d16febd8d7167008ddb9c8af1dc3b2a6 +size 6424648 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..6eed4a91cae09b82d1d282a07b7543fa9638c853 --- /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:719289b499f9b68cefe54b5a2a859b1ee44cef54db0e778d3246835f6ea2a7b3 +size 6740407 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..81e7bf6fdb6468a229bbeab52a610d1af5a34eb4 --- /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:7f3c327e7592656a69a5146c2274b66ed4b703961584d3f2a2f9085c76858679 +size 6963472 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..de452244e42ff0e93daf5e4aeff1f8ff56fa09c0 --- /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:53b2835f6561935b99009eba9d8211287dcc2caf78d11c5c98766699b63fa2d8 +size 6515319 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..cb6c242874ad2a91ded6d79baabb9d35a8d790c0 --- /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:b53596b1c2c769eb6b98f3bdd05dd02d90315bc5eeeb0bc9aeb6a860bdff44d8 +size 7071293 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..d02e4cc50820a57f38d19075462f1ad02c482017 --- /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:3bbb41822b2ae10a077fa8f44948d09b825a447839353f3dda508bad0e6b5238 +size 6477342 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..982e899219de5d04bd9146ac52e5209a416868bd --- /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:270d173f915f24fff5302ce63ba626f711c34b1403b467592013992dfd04d579 +size 6529552 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..1a92b9e7081dc6348535902c1be051ed676be243 --- /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:de254b4e4b438a668da4370c1b3a9b6e6afa90d8dfddc3fdd4ada4926366695d +size 6338534 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..f4e6f44ffadb5c6720f776593b9e55128e581634 --- /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:64164a38ba1c91353cae423cd0d246e68876a9e0c03c1024ed77c9d721ac7e57 +size 7335419 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..8e962fe0b238e9bba88b0d06d48d785090aafda0 --- /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:e19b5f632200134a29190acd614a9708c0d78c93fa09bf7c7d85dfb1bc3fac7f +size 5972228 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..37abdaccbd79fab3f2a2b32b8b657d2995bd8c1e --- /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:35ed2c671ff962e4c92a06d372c02517df3bb50318350139d8ac72503e10cc87 +size 6291449 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..d9271e13e8dd151487b58b5c242fa59d2ba940aa --- /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:3930b14272e526544a4030d92852eaa70ef4e986b45cf46451bfde8af04872db +size 5962366 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..3c33a391df772ecac3ad8fde3e28f06931fe2bd9 --- /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:b89fc40626f791782bbdc9858463626fd8a6547dccac54eddd3d282b6f36c980 +size 5986869 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..3de4c5edcc2c8570b5a4f96346e4a76afb70fa01 --- /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:9861a82f67c2e7132ee78e3a6568cf3847733fc51fde8d413bd2d50fe48bf4be +size 6419537 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..0d1d0d12a735c96bfc2360a7b384c84e1f9847ed --- /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:a7b9d69f68cd13116edc6be7d6fcfdc0804589a23c8c650c89b690d50892e3c9 +size 5656489 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..e4b15628a3d4c3771a1b5fc04bea566161c50a71 --- /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:cbdb0a56ac7fafb3fdcfc22e67c7fa735ee8617095e39d9259d5eae8a8b422b1 +size 5743294 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..817cf6a608e8214340bdd3709c1b3a7b7ea80299 --- /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:0a63a4028010f4ffa7fbc44c1552d26638bb8b228b21c5adc93bad8a7d454f18 +size 6658820 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..e4235def311a578923843456934803e4931af15c --- /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:6b1c20affb4d976e58179440397b7954f5dfd73d93a311bef65889097c8cd013 +size 5788045 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..3acc1f63de29a2217ea20538a38489cd48752d7d --- /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:1a233c38592adeaa9f7cae0b4a34aa79f29574df5645fdcfcb482c99186e0162 +size 5281066 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..7b5d0fa2ed0a4702ba856063c8e1c2752a9f549e --- /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:94e311d2f29fe22fceef5305054fac08dafb31941342857bc7e49b8f05dcfc1b +size 5417821 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..8a8cdfc0798e137b15ae0261b5229cc085b1583c --- /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:0a09f7329550db9cf4e41d662927e45b98d331e72a96b6c406b759d34e7543b6 +size 5959947 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..e0c4489566af37154a109ab0d5681e9bd09288b3 --- /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:93b7126622110f8aacc80c7275feeff7c0c239509bc970b0f89767ac30f9d18a +size 6092048 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..53ad3616c045a4b385955c263443ac6c249ae6f0 --- /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:411e2c27046ff6e623584692eab7cff182c5ea064a0df54b9d91a35aef680140 +size 5729902 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..999f2689ba4e0518eb63e7c03a2b9591ce735859 --- /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:28d58d98dc230055fdf5dbe3ecc12a041859e6e815a81288c52ce069ef1b537f +size 6084532 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..277644729cbb91f489cfbecd1c57aca98a9c2c51 --- /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:39a94642b991345344a6703f675dd674754a47cf4f6dbc00fb469e7a96ea5d23 +size 5482305 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..ee947822d17368a437dbe77fd91f0c7553655769 --- /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:d0a294dfeda47c3abb227b66f9779e3a7a6673065cdc79f4002e01b3be974e74 +size 6019962 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..6786554b4c1b34a3f207b87ed64da9b31d14c3a7 --- /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:626c266e0cd3f3d80158bf7f235df9200155a2973df793bb2077b7056d4c6465 +size 5897563 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..a49956d376806a6ff6f4196258ba538654a30aee --- /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:b6a3115b24e5af5faa159e3d9e5bdd429e6a5bced9f95bd8a891f067341e6bda +size 6109749 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..868e1d2610158e15dc42771eb10f10d92f415ad0 --- /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:0a35bac158d833dce02980965b6203052a98a1bca7531344ef27bf605dc26538 +size 5540511 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..2274c8e1ebf8780f2354d87757d20f8f85ddf4a3 --- /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:af1e8259c7fcf727a93b1f37eba94e81b9cd6109a4e99467b13b84d512222866 +size 5914969 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..14ad9d71dcf6eb8c71f8a5d10abe4c1926a27e9a --- /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:155326c20b40d66334644061fef58b954ea349b32d10f466d5741a0f7940e7ab +size 5315050 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..65eade2848b6ab2cee7ea88babbc8b1eca3643e0 --- /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:7e7ae4b1a9df16b21f589a5058a73b0147dc461b68291e242af5d4f6c130edbc +size 5028728 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..d8b4e064a9f8eb0028b31da2cfec288318b84200 --- /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:69da1fa7bbcc94c925299ec8d0448cb19ff536a5e95e21d64d43a7c385d35a4e +size 4926552 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..d9d7d41cc040942d85242f1a5dd35954b19e0856 --- /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:f70ca8b942bd0366057264a1f133e4c84e82dfc4daecca1861fdb78d55abf07c +size 5281875 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..2ebc0d2cf75829fc31ba7f09698aafe2f116e06f --- /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:a823636f2889ffc97250202c06c4c8ce3e36035201ece3ebf590325ae70f4236 +size 4843993 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..109b48632f8330dc8fea0f3adc871c97f3d0bed1 --- /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:8bf82f9bf5de647527bab58062db5ea5b6f0f33799414cecf4b2f246e6d1c47d +size 5419015 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..4ec487ba028b0f244075351b8686653f83ddcc0d --- /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:4a1261c982bf31aa8a4b425719237f6ca22272f678e9f9052741082a661d3c18 +size 5133148 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..b154ff014f7e2663806f592a45c84d32d455d2f7 --- /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:edbda4254bb3598f34e11793004a966f8532667bea0dfebfa62363478d9983a6 +size 5361488 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..c5d2ded0ef3b2def829de12caa5e89eb31d21bbf --- /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:906947689d7fc4829484186e1de788776ab7576ba597ccaa57d39c2601465f2b +size 5355468 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..1c989e72bfa60af5c6ead3c7489ea3a7edcf6249 --- /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:d052ba06ec5c3bb30c459e7a17151c65b903680946b9c8bf7127c57640365497 +size 5190997 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..811fedba2d7f6c0fe3ebbfc9c109bb2815cda9c9 --- /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:7a000f05e1bfe23e2179b300e2d15a198300073dcf930ffe96f5e257844d4254 +size 5389336 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..d398a2d204c7c09745e3c34b54b8b9e8138258ec --- /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:3de2496f56d6060c07fcfaabee29e8dcd34460d2e9c7bd4b6858540b11f4f951 +size 5645605 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..2659d7ec36377adbd1b4e700697e8c3b18030738 --- /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:b19613054444f030aee6e3ba6d56a10c1409c168b8359b86b284f241d43be836 +size 4983268 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..dcf1963944becee571ba7b62caf473c29925584d --- /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:ad12636b1e82eaed3b95d65d544c2c95690cd013063b253a7b43a1e7657a9e8c +size 5117078 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..8f6075d7ebe25fb9618646d136b5c1b67ea60aee --- /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:7b5f95580485661234909a959f4d81556a41f7f6c1e34f8e598c1c6e4726e7dd +size 5093654 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..665da0a46570385cd9db25e97b0416afe92ad255 --- /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:8ccde3d15987d914680378835fce73303e4da9d466eddd403ba3056fdca88f3a +size 5303448 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..7d2f7ab4996834e9468b6c154dfcf1ab9978bec5 --- /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:f96c99263269ce80f75a387684bebaee8118101b5fc74c25403a8d13cd37bcff +size 5384997 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..b516d45f7230f15cf4dadded4eaf2765b31babf6 --- /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:f071512a72ce7d02eea33e35484795da9618e12bea8ae4a5ccc0c322b78f8edd +size 6299600 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..c3c7e7689218fd0ee084909868c76d957e93f502 --- /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:71b3833873432ddf7a2212f1c31b2dc6c3f7107d6bf2114510440a75aaf5f061 +size 5454765 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..58ac87c7f977db2abe9bf01a1d6e8246d7d8f727 --- /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:56dc30c6d198b0a113450e887c6a50e86d06f059abcfbe945b6da3b36983f281 +size 5217664 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..c01658288debae8ce3285477f9c2aa7535fe90a5 --- /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:06211a6b048a2782fcbd04f155d4b42fc6a70132c3c9d7d241d2c62df597921f +size 5143246 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..f369e5fffdc93e0346b520ae0142af1de49fcda3 --- /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:4a3851baecf07460d0cad5ce796f905ca9d2d4d8b7c4e541671067a604dfe52e +size 5587227 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..834bbe560563f567d7d975cb05837e2b7f9f9004 --- /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:60393d0176df875f8c9af0deba0948a77f15210bec9c4c6706a45c1d0bc9a068 +size 5289457 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..5b8c0b24e6c0fd5e74f73a2117f01323551f0a0d --- /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:6d536bee5394df753cffe912938992aaf7778435bb2c5968e1268116ab4df6b1 +size 6018232 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..3722c843e3bf033bb5aec5a6e1917092ae6691c8 --- /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:bbb33beec895e1aa1acb0cf7e7d601f8366ac5ea89f3d0343a4d5309456ef320 +size 5563279 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..a441f21522a089cad2581c3f2d83cbf2278685df --- /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:1d344616f817a03f48d911e08c2772f9c07296414bb07d256c9c1ea2adc9f57e +size 4929951 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..0eb7f162d6cf504955d08c2bdb56f1dae87e91f0 --- /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:c7879b0be521f9952eea9e42e7a76faf007060ae92f335da4ccf7c94322dbd84 +size 5749817 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..f8dc1d21dc84e713ad4a6084236a718ac7b8d919 --- /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:ac811a5cbdb7a2a927502798e7078dc625a473fec8f108b4d5c4aa5b8933a2d6 +size 5127353 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..c735fc96a79f23a84eeb6aa6084145a0a76bd66e --- /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:f0fde25b6741de232bcb3ee9e15e985fcfe79a6a4654298991ebf023a6396139 +size 5056573 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..d0d02f28b4275a8e4396d240b1c783515c005745 --- /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:91c95e737d357dd961d0b0b25149348b789667e6e4b7229661e70cf18de89885 +size 5021921 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..b5e75974e84ccaa96875fa1514474dcec54a9335 --- /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:83473c08cac723908bfbfa44b7eb032023a0778b8b73d74c2fdd4244b3467ed9 +size 5277239 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..00321d3ba80343f486a597136db4bd60b593c178 --- /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:518fe202a0ffe848fea03c67bc90650319272cdc8d0ee2245817c14f310dfb3e +size 4893263 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..5780025527f2a6c774a443220592aee23a5940ac --- /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:69ed9f8bc004fd56b5ecb1d2440da23a882c54946283773173a72085ddda4382 +size 4736468 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..dba9da0dfc7711a37388874c6c0f4ab5570a4fb6 --- /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:c52d607cf8b92c9a1bdc6d5c8d7cc399c808018831bfe1e65eebf067600bee29 +size 6467684 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..4e7ef2e712e18648d8df60266b62ba07d4b0fcf1 --- /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:1cd9b225de83780f1bd6589417310d2e18bee856605676696f7ee4c7ba1d0f98 +size 5395357 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..460ec1122825aa4593601ee25929a8b2ba965208 --- /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:79a6104a325f3d3d20eb0d74ff47c3ebf6ee8c0aa7bdb782fe19f12f8f1a73f2 +size 6015767 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..9b824dd4ea6dd91df7cf9d2dc3c040ff2c006de0 --- /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:1b33eaa85e6d5eb6023440fdf0834f8b2c02cf66d7e720c14f4fa090ac273553 +size 5848394 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..f4f9fdcc4be1567cc9f3e71d44cefd673b56ff65 --- /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:7764cd22073aca90a5bf23f4dcb14ca946ab5dd617966a4ad37251121f275aa5 +size 6083083 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..f7d171fd6484f2ac9eefbb8e9a2142f663d11d51 --- /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:2040d03cae8bf7ee7340ec6b68bb32278d8e434cdb2248ed2ee92aac2f51ea24 +size 5002372 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..42ed7610def8c71cb5adfc31c9f0f0a312ebf7e5 --- /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:fa6076909c3096219edd2868bc70a9438e3b623e5d7ebbceb61f0c8ae4ada7b9 +size 6091643 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..7f610f3544781fcd1370a90102a29690038d5bac --- /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:4afde7a55f19bf8069e241a0ddb486fedfa5ad6d591c1a9c64743b7bf764a414 +size 6215043 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..33b9d0cec9b597bb6a37c77b9bb88d7d4d41fa64 --- /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:0df4cf7592e8b60fb57fa2fb42bac74b63a24a9ddce57840cb86c666fe94668d +size 5909789 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..bb5d1f0c7d137c1c426cafd9a819a9db9b56af18 --- /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:045d532e538dbb10dabfa3bba8fd1449c24d95036bc1d76d9876db3ba497fbde +size 4579042 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..9fb525fc45091d396904b91cab7149454255532c --- /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:a7f3dee9e99630670968047bfebe7602bb85969266133a32f6ed60b69e83857f +size 5596658 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..a3bf8edea39d438d9db6edb9d9b51ddff2beda0b --- /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:170bd9e69c0e5e1bd10729c589dd3162e86cbe018b6415a1381d5970986ab357 +size 4938713 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..25543a32c14c4ee2387af807a3ae9d32ce16e3c4 --- /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:252fe7fcb7bc9c409a13d3e3bb4a74a3cd34ab7922160e12c42302ed58bce05b +size 5211354 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..84d43f6c53d7376dc8bdab6d150f8ac546b26b25 --- /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:8fd7a203a393147ec1132f96058a13f1376978d86c162e0288f7d4848ee755f6 +size 5065118 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..b03eac620d24b4a8d5691d98983849d9a112a22f --- /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:c70ce75ccaee2d1ddf96d7e2e0af52b7734ec03ad7d2389ec94e8cb34889874c +size 5191881 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..66b14ac4c52003b18517e6ed31635d5dcd5a139b --- /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:fc32c5f20a6cad3beeeb3e55ac10a7c10877e86210dddff7646ab75e23c45b38 +size 4793176 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..2b1ae75f6f125a57748250b668b461c8af41d713 --- /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:17c48b2e2aeeae1d86097868c895d5085a822e38c27ee5fc9b4aeaca6b257b68 +size 4933173 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..deccc35f1f05cc902a71581881770b75f6a61844 --- /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:9866990fa4a49688487bf10257650baef2ddad4c082a54c5a8f0bf3744f665fd +size 4633394 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..a083f4152296f20fd780e93849b935906ed8a98b --- /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:bdc4fbad1310c09534684c785b47f686d7f15c747de4fe45b424157dcc32df66 +size 5182370 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..2230754629f6dbe84ffb24c9e3157d937e018cda --- /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:6f6fe47985daba3424c3117cf36f73598026b291bcceea2148395aa726a3ff86 +size 5310516 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..e9936a50026291595c338a41bd93dabb9a4f3eee --- /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:c9c5ce6caf8ae6d052cdf70e272ea5cbed52b12c0e8018ed4dd2b6f3d36aa69e +size 6190867 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..1c81d9fac1cbd7ec3ab90793e5dc00c3b542b472 --- /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:2598c95e658f57e88d888c250c8fa8b54abb04d42467b004e30d6ed4c5e49189 +size 5473034 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..d561e8e6b78dd30c97d10fa662b991df5fb51421 --- /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:c5d37a856bc3abe9d3ca21e1987998576c6c40bfdce462d3e453f05806f25564 +size 5553955 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..a664724861b226a93167ce5f07ceba7d23075d30 --- /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:7a958de0a84979f630b9a61fb1d5bfbe70cbc75b633389bcc9747b8e59b686c9 +size 5565008 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..bd0d5c25f33253d89e11544c72b96cb89828dadf --- /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:7d6f1947565050fcd5771e19877734a472a3f5a4895f7ca2eafdc3d618bf8bd0 +size 5853803 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..9d36d5382eff1fc22a47dcbd7b4ed85e403cf50b --- /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:9eda7e649b5f0d5d162be5641fc2dfb70a1549c445ecf119e0c42b412357f546 +size 5485661 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..3d9d700c89cdaa4336a0429092b7ad39341aa240 --- /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:e30e8966079887aa140b3265a725c72649ace325d29fa8a205639e9a447a1f29 +size 5574005 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..782f12faa324e6926bd9dda8980f2a9599cdb16e --- /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:86cf2e57df6ea82fa70bd35ccaa91e46f69987582dc480232d5186970672aaad +size 5376798 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..cf66eb0085e43a69c5c2972bb694c991050d1b9d --- /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:dbb44127760b55747dfc854d7483f44c232f9d801e2690167c50dda24685c94f +size 5825256 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..b2cb8c149dbf9810132ab4efe0343ee81fd1575b --- /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:33acdcc27a1fcbde326a92a0f31df21d22a33fbe184366d3cbfcb676da8848a0 +size 5561938 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..619ea7ae957a9d057e16edd6b42dad95bde904fb --- /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:54c4bb3053f995a1e006a7a97a105535e3115abeb05e1aac2f46fe3314ef084c +size 6436422 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..b21b40a550891d13ce22e952af23e14201602a5b --- /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:b22e2f27f9f3a6f6b53b7edf60f9d31a996c7544ce5af1a861aafa20031b3826 +size 5722792 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..b0e8396ec2fd790c3342f288988a33316320be60 --- /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:9bb47a9e56e1dd9079baef96574ab7e57a191f1e0070a071aa76306144fd7a42 +size 5734509 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..031588cc50ace67f0eb428b857418f6d1584038a --- /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:d1a53ca28984ca6b1453c303dadf7860c74fa56db111e317268201bd662c621d +size 5036696 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..469e1f87863f4bf0c6f06af41ac93290aec973a2 --- /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:20a457dd8387dc6b0ad5b9b8b5b91ca172fb9ca1c12e317a888baf7a6881bb42 +size 5253504 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..0deb5a37048a4a7c81ef5e465639e9fc665a2388 --- /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:379ee2d4cc56b2230f4896e3df37cc651c3eb1f70f9cf8148421f16fbf565a00 +size 5366552 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..56a4064e1e38170b944af3c006ee80315463b68c --- /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:b08c54d6a94235459a51a48503c4708fdad2f024258d20c1126c61b451393de2 +size 5580481 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..26939370b6f428dcd1185b6eeacbeba3b51a2fd3 --- /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:9fa2f4416a54c7d75d8edbb00d068e2dfc440defbf0580cfb1fd5f71f3f52fcf +size 5102338 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..36cd38f8f35915480684f04a58baa3efdc382c02 --- /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:43d73f195ad9eb46f3cd8723ec31551f21ed24c52dda9d68db7f837efd9e17ca +size 5177751 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..822bbea52c12c1402cebdf96201f99bcf3f523f5 --- /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:5c939e20e95c0798160a5f853a7a6a4c591986fc47ec20cf367d96ca146f4e72 +size 6793859 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..97d107b2eaefee21d61671d197fee24eae78236b --- /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:72169383a954f66ea0b7af0232b050ffcda1fd71a8a067f34cea7a1451479b98 +size 6815160 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..a9e055bd97a2c10be59962656fa80298930a9f3e --- /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:ebb7e3da8e3978baeeb5fc04cef5e92a1e806d2383806a55c385b712cefc7452 +size 6108798 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..3a1b1b9ecaf4a2eecdd643fdd493471b7f726a80 --- /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:ac4eaed17d45bc763f854b6b6555f790f0c5d541c574f6b8d65fdbda457b91e6 +size 5906968 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..1ab0950dc93b81b39fe087980ed2831809bbefcf --- /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:2914bf396a10ab5eae69b5531319b7122ccdf415e786eb539d18f6c274c90e0a +size 5648023 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..7f8ad012470bad1f40c2983e311ec8877e6366ad --- /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:fde1595d4a2c040e7853eab4e2968afed9c74350317ceac83e8703262c6032e9 +size 5709471 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..3b49a684831d258da49c100e9c683999edf61920 --- /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:2b75b7661ec15600394c2568f4425954a1f8df4995b56c40afc04baa389865d1 +size 5710365 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..ed4ab4f5929fba15e2c0c086f986d206d6b8e9f9 --- /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:a58cf892dcdd7d6ae95d28308e10cc48e6928a194314f69ebb490447528f7c42 +size 6088117 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..51790a67795e932c8c8f87bc3e56406e1ea2bce0 --- /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:9543b878235001e73ce28a2eac3d4505551249d820717133105f9d28dd94f6f8 +size 5509948 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..e5eef5cc6d470e20c6ec6d723266b67a14482fda --- /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:53512e4eea4c733e313c7f18e05d8fc23835df973747f8a828c878bf2f4a5242 +size 6583128 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..314a2b101daf0f251aee9edd80f64baac0f924b7 --- /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:eed7f527315a552c101a1d4e5f81da8ceaddf539f7a832d04027ba6f3fdd3e8e +size 6174081 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..f2f28572f9b32a75820f49790a6a1906c3672d66 --- /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:4918f894c8f85e5ec07549fbe3c0479c8cf90877bb023acb37488130849012bf +size 5795830